{"version":3,"sources":["index-list/index-list.scss","index-list/_variables.scss","index-list/index-list-anchor.scss"],"names":[],"mappings":"AAGE,6BAME,2BAAA,CAAA,4BAAA,CAGA,cAAA,CAJA,mBAAA,CAAA,oBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,6BAAA,CAAA,yBAAA,CAAA,qBAAA,CALA,cAAA,CAEA,OAAA,CAIA,iBAAA,CALA,OAAA,CAMA,qBAAA,CAAA,iBAAA,CAGA,kCAAA,CAAA,8BAAA,CAAA,0BAAA,CADA,wBAAA,CAAA,qBAAA,CAAA,oBAAA,CAAA,gBAAA,CANA,2CAOA,CAGF,2BAGE,oEChByB,CDiBzB,2ECf2B,CDgB3B,0ECjB2B,CDc3B,yFCZuB,CDWvB,iBCb2B,CDmB3B,mCACE,iFCjB0B,CCNhC,4BAQE,2DDM8B,CCZ9B,6BAAA,CAAA,qBAAA,CAKA,uEDGmB,CCNnB,gEDQuB,CCPvB,uEDMyB,CCLzB,gDDOyB,CCVzB,4DDMqB,CCRrB,qCDa8B,CCJ9B,oCAIE,wEDEmC,CCHnC,6EDEwB,CCHxB,MAAA,CADA,ODKmC","file":"index.css","sourcesContent":["@import \"./variables\";\n\n.#{$component-prefix}index-list {\n  &__sidebar {\n    position: fixed;\n    top: 50%;\n    right: 0;\n    z-index: $index-list-sidebar-z-index;\n    display: flex;\n    flex-direction: column;\n    text-align: center;\n    touch-action: none;\n    cursor: pointer;\n    user-select: none;\n    transform: translateY(-50%);\n  }\n\n  &__index {\n    position: relative;\n    padding: $index-list-index-padding;\n    font-size: $index-list-index-font-size;\n    font-weight: $index-list-index-font-weight;\n    line-height: $index-list-index-line-height;\n\n    &--active {\n      color: $index-list-index-active-color;\n    }\n  }\n}\n","@import \"../styles/prefix\";\n@import \"../styles/variables\";\n\n$index-list-sidebar-z-index: var(--index-list-sidebar-z-index, 2);\n$index-list-index-font-size: var(--index-list-index-font-size, var(--font-size-xs, $font-size-xs));\n$index-list-index-line-height: var(--index-list-index-line-height, var(--line-height-xs, $line-height-xs));\n$index-list-index-font-weight: var(--index-list-index-weight-bold, var(--font-weight-bold, $font-weight-bold));\n$index-list-index-padding: var(--index-list-index-padding, 0 var(--padding-xs, $padding-xs) 0 var(--padding-md, $padding-md));\n$index-list-index-active-color: var(--index-list-index-active-color, var(--danger-color, $danger-color));\n\n$index-anchor-z-index: var(--index-anchor-z-index, 1);\n$index-anchor-padding: var(--index-anchor-padding, 0 var(--padding-md, $padding-md));\n$index-anchor-color: var(--index-anchor-color, var(--text-color, $text-color));\n$index-anchor-font-weight: var(--index-anchor-font-weight, var(--font-weight-bold, $font-weight-bold));\n$index-anchor-font-size: var(--index-anchor-font-size, var(--font-size-md, $font-size-md));\n$index-anchor-line-height: var(--index-anchor-line-height, 32px * $hd);\n$index-anchor-background-color: var(--index-anchor-background-color, transparent);\n$index-anchor-sticky-color: var(--index-anchor-sticky-color, var(--danger-color, $danger-color));\n$index-anchor-sticky-background-color: var(--index-anchor-sticky-background-color, var(--white, $white));\n","@import \"./variables\";\n\n.#{$component-prefix}index-list__anchor {\n  z-index: $index-anchor-z-index;\n  box-sizing: border-box;\n  padding: $index-anchor-padding;\n  font-size: $index-anchor-font-size;\n  font-weight: $index-anchor-font-weight;\n  line-height: $index-anchor-line-height;\n  color: $index-anchor-color;\n  background: $index-anchor-background-color;\n\n  &--sticky {\n    right: 0;\n    left: 0;\n    color: $index-anchor-sticky-color;\n    background: $index-anchor-sticky-background-color;\n  }\n}\n"]}