{"version":3,"sources":["share-sheet/share-sheet.scss","share-sheet/_variables.scss","styles/mixins/_hairline.scss"],"names":[],"mappings":"AAIE,iDACE,2ECDgC,CDKlC,8BAOE,gCAAA,CALA,6BAAA,CAAA,qBAAA,CACA,mBAAA,CAAA,oBAAA,CAAA,mBAAA,CAAA,YAAA,CAEA,eAAA,CACA,kBAAA,CAFA,iHCR0B,CDK1B,iBAMA,CAEA,qCEQF,8DAAA,CAtBA,6BAAA,CAAA,qBAAA,CAEA,WAAA,CAmBA,2BFL8D,CEf9D,mBAAA,CAFA,iBAAA,CAqBA,4BFJ8F,CEG9F,KAAA,CAIA,4BAAA,CAAA,wBAAA,CAAA,oBAAA,CFHI,mDACE,YAAA,CAIJ,iDACE,QAAA,CAIJ,6BAGE,2BAAA,CAAA,4BAAA,CACA,wBAAA,CAAA,qBAAA,CAAA,0BAAA,CAAA,kBAAA,CAOA,cAAA,CATA,0BAAA,CAAA,2BAAA,CAAA,0BAAA,CAAA,mBAAA,CACA,6BAAA,CAAA,yBAAA,CAAA,qBAAA,CAKA,YAAA,CAPA,iBAAA,CAWA,wBAAA,CAAA,qBAAA,CAAA,oBAAA,CAAA,gBAAA,CAPA,UAOA,CAQA,oDACE,8BAAA,CACA,gCAAA,CAGF,kCAIE,2FCpD8B,CDkD9B,qFCnD2B,CDsD3B,aAAA,CAFA,qECvD2B,CDqD3B,mFAIA,CAGF,kCAKE,gECzD0B,CDuD1B,2ECtD8B,CDuD9B,0DCtDgC,CDoDhC,2ECvD+B,CDsD/B,wECrD0B,CD4D5B,yCAGE,uEC1DiC,CDyDjC,kFCxDqC,CDuDrC,+ECxDiC","file":"index.css","sourcesContent":["@import \"./variables\";\n\n.#{$component-prefix}share-sheet {\n\n  .#{$component-prefix}sheet__description {\n    font-size: $share-sheet-description-font-size;\n\n  }\n\n  &__options {\n    position: relative;\n    box-sizing: border-box;\n    display: flex;\n    padding: $share-sheet-options-padding;\n    overflow-x: auto;\n    overflow-y: visible;\n    -webkit-overflow-scrolling: touch;\n\n    &::before {\n      // TODO Use scss vars\n      @include hairline-top(var(--border-color, $border-color), var(--padding-md, $padding-md), var(--padding-md, $padding-md));\n    }\n\n    &:first-of-type {\n      &::before {\n        content: none;\n      }\n    }\n\n    &::-webkit-scrollbar {\n      height: 0;\n    }\n  }\n\n  &__option {\n    position: relative;\n    display: inline-flex;\n    flex-direction: column;\n    align-items: center;\n    width: initial;\n    //// Remove TaroButton default style\n    //background-color: unset;\n    margin-top: 0;\n    //// Remove sheet__item style\n    //padding: 0;\n    cursor: pointer;\n    user-select: none;\n\n    //// Remove TaroButton default style\n    //&::after {\n    //  border: unset;\n    //  border-radius: unset;\n    //}\n\n    &:not([disabled]):active {\n      background-color: transparent;\n      opacity: var(--active-opacity, $active-opacity);\n    }\n\n    &-icon {\n      width: $share-sheet-option-icon-width;\n      height: $share-sheet-option-icon-height;\n      margin: $share-sheet-option-icon-margin;\n      font-size: $share-sheet-option-icon-font-size;\n      line-height: 1;\n    }\n\n    &-name {\n      padding: $share-sheet-option-name-padding;\n      margin-top: $share-sheet-option-name-margin-top;\n      font-size: $share-sheet-option-name-font-size;\n      line-height: $share-sheet-option-name-line-height;\n      color: $share-sheet-option-name-color;\n    }\n\n    &-description {\n      padding: $share-sheet-option-description-padding;\n      font-size: $share-sheet-option-description-font-size;\n      color: $share-sheet-option-description-color;\n    }\n  }\n}\n","@import \"../styles/prefix\";\n@import \"../styles/mixins/hairline\";\n@import \"../styles/variables\";\n\n$share-sheet-description-font-size: var(--share-sheet-description-font-size, var(--font-size-sm, $font-size-sm));\n$share-sheet-options-padding: var(--share-sheet-options-padding, var(--padding-md, $padding-md) 0 var(--padding-md, $padding-md) var(--padding-xs, $padding-xs));\n//\n$share-sheet-option-icon-margin: var(--share-sheet-option-icon-margin, 0 var(--padding-md, $padding-md));\n$share-sheet-option-icon-size: var(--share-sheet-option-icon-size, 48px * $hd);\n$share-sheet-option-icon-width: var(--share-sheet-option-icon-width, $share-sheet-option-icon-size);\n$share-sheet-option-icon-height: var(--share-sheet-option-icon-height, $share-sheet-option-icon-size);\n$share-sheet-option-icon-font-size: var(--share-sheet-option-icon-font-size, $share-sheet-option-icon-size);\n//\n$share-sheet-option-name-padding: var(--share-sheet-option-name-padding, 0 var(--padding-base, $padding-base));\n$share-sheet-option-name-margin-top: var(--share-sheet-option-name-margin-top, var(--padding-xs, $padding-xs));\n$share-sheet-option-name-color: var(--share-sheet-option-name-color, var(--gray-7, $gray-7));\n$share-sheet-option-name-font-size: var(--share-sheet-option-name-font-size, var(--font-size-sm, $font-size-sm));\n$share-sheet-option-name-line-height: var(--share-sheet-option-name-line-height, 1.4);\n//\n$share-sheet-option-description-padding: var(--share-sheet-option-description-padding, 0 var(--padding-base, $padding-base));\n$share-sheet-option-description-color: var(--share-sheet-option-description-color, var(--gray-5, $gray-5));\n$share-sheet-option-description-font-size: var(--share-sheet-option-description-font-size, var(--font-size-sm, $font-size-sm));\n","@import '../variables';\n\n@mixin hairline-common {\n  position: absolute;\n  box-sizing: border-box;\n  pointer-events: none;\n  content: ' ';\n}\n\n@mixin hairline($color: $border-color) {\n  @include hairline-common;\n\n  top: -50%;\n  right: -50%;\n  bottom: -50%;\n  left: -50%;\n  border: 0 solid $color;\n  transform: scale(0.5);\n}\n\n@mixin hairline-top($color: $border-color, $left: 0, $right: 0) {\n  @include hairline-common;\n\n  top: 0;\n  right: $right;\n  left: $left;\n  border-top: 2px solid $color;\n  transform: scaleY(0.5);\n}\n\n@mixin hairline-bottom($color: $border-color, $left: 0, $right: 0) {\n  @include hairline-common;\n\n  right: $right;\n  bottom: 0;\n  left: $left;\n  border-bottom: 2px solid $color;\n  transform: scaleY(0.5);\n}\n"]}