{"version":3,"sources":["file:///Users/jakubfreisler/Projects/vuestorefront/sfui2/packages/sfui/frameworks/sass/components/VsfRatingButton.scss"],"names":[],"mappings":"AACE,mBAAA,qBAAA,CAAA,mBAAA,CAAA,4BAAA,kBAAA,CAAA,UAAA,CAGE,gCAAA,qBAAA,CAAA,qBAAA,CAAA,mBAAA,CAAA,iBAAA,CAKA,4DAAA,eAAA,CAAA,cAAA,CAAA,UAAA,CAAA,QAAA,CAAA,SAAA,CAAA,eAAA,CAAA,SAAA,CAAA,iBAAA,CAAA,kBAAA,CAAA,SAAA,CAKE,qCAAA,YAAA,CAMA,6BAAA,mBAAA,CAAA,6CAAA,CAIA,qCAAA,mBAAA,CAAA,0CAAA","file":"VsfRatingButton.css","sourcesContent":[".vsf-rating-button {\n  @apply inline-flex rounded-md disabled:opacity-50 disabled:cursor-not-allowed;\n\n  &:focus-within {\n    @apply outline outline-2 outline-violet rounded-md;\n  }\n\n  &__legend,\n  &__input--items {\n    @apply absolute appearance-none border-0 p-0 m-0 h-px w-px overflow-hidden whitespace-nowrap opacity-0;\n  }\n\n  &__input {  \n    &--zero-item {\n      @apply hidden;\n    }\n  }\n\n  &__icon {\n    & svg {\n      @apply text-gray-500;\n    }   \n    \n    &--filled svg {\n      @apply text-primary-500;\n    }\n  } \n}\n"]}