@vkzstudio/muza-ui 1.2.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Accordion/Accordion.d.ts +52 -2
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.js +111 -76
- package/dist/components/ArticleCard/ArticleCard.d.ts +178 -0
- package/dist/components/ArticleCard/ArticleCard.d.ts.map +1 -0
- package/dist/components/ArticleCard/ArticleCard.js +542 -0
- package/dist/components/ArticleCard/ArticleCard.stories.d.ts +14 -0
- package/dist/components/ArticleCard/ArticleCard.stories.d.ts.map +1 -0
- package/dist/components/ArticleCard/index.d.ts +2 -0
- package/dist/components/ArticleCard/index.d.ts.map +1 -0
- package/dist/components/BalanceListView/BalanceListView.examples.d.ts +38 -0
- package/dist/components/BalanceListView/BalanceListView.examples.d.ts.map +1 -0
- package/dist/components/BalanceListView/BalanceListView.stories.d.ts +8 -0
- package/dist/components/BalanceListView/BalanceListView.stories.d.ts.map +1 -0
- package/dist/components/ButtonArrow/ButtonArrow.d.ts +3 -3
- package/dist/components/ButtonArrow/ButtonArrow.d.ts.map +1 -1
- package/dist/components/ButtonArrow/ButtonArrow.js +26 -25
- package/dist/components/Calendar/Calendar.d.ts.map +1 -1
- package/dist/components/Calendar/Calendar.js +5 -5
- package/dist/components/Calendar/index.d.ts +1 -2
- package/dist/components/Calendar/index.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.d.ts +9 -0
- package/dist/components/Carousel/Carousel.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.js +135 -133
- package/dist/components/CarouselSection/CarouselSection.examples.d.ts +34 -0
- package/dist/components/CarouselSection/CarouselSection.examples.d.ts.map +1 -0
- package/dist/components/CarouselSection/CarouselSection.stories.d.ts +8 -0
- package/dist/components/CarouselSection/CarouselSection.stories.d.ts.map +1 -0
- package/dist/components/CategoryCard/CategoryCard.d.ts +97 -0
- package/dist/components/CategoryCard/CategoryCard.d.ts.map +1 -0
- package/dist/components/CategoryCard/CategoryCard.js +152 -0
- package/dist/components/CategoryCard/CategoryCard.stories.d.ts +14 -0
- package/dist/components/CategoryCard/CategoryCard.stories.d.ts.map +1 -0
- package/dist/components/CategoryCard/index.d.ts +2 -0
- package/dist/components/CategoryCard/index.d.ts.map +1 -0
- package/dist/components/CategoryIcon/CategoryIcon.d.ts +45 -0
- package/dist/components/CategoryIcon/CategoryIcon.d.ts.map +1 -0
- package/dist/components/CategoryIcon/CategoryIcon.js +54 -0
- package/dist/components/CategoryIcon/CategoryIcon.stories.d.ts +10 -0
- package/dist/components/CategoryIcon/CategoryIcon.stories.d.ts.map +1 -0
- package/dist/components/CategoryIcon/index.d.ts +2 -0
- package/dist/components/CategoryIcon/index.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.js +5 -5
- package/dist/components/Dialog/Dialog.d.ts +12 -6
- package/dist/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.js +116 -120
- package/dist/components/Dialog/Dialog.stories.d.ts +1 -0
- package/dist/components/Dialog/Dialog.stories.d.ts.map +1 -1
- package/dist/components/DotDivider/DotDivider.d.ts +35 -0
- package/dist/components/DotDivider/DotDivider.d.ts.map +1 -0
- package/dist/components/DotDivider/DotDivider.js +31 -0
- package/dist/components/DotDivider/DotDivider.stories.d.ts +10 -0
- package/dist/components/DotDivider/DotDivider.stories.d.ts.map +1 -0
- package/dist/components/DotDivider/index.d.ts +2 -0
- package/dist/components/DotDivider/index.d.ts.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.js +13 -13
- package/dist/components/EdgeButton/EdgeButton.d.ts.map +1 -1
- package/dist/components/EdgeButton/EdgeButton.js +10 -11
- package/dist/components/EmptyState/EmptyState.js +19 -19
- package/dist/components/FileUpload/FileItem.d.ts.map +1 -1
- package/dist/components/FileUpload/FileItem.js +8 -9
- package/dist/components/FileUpload/FileUpload.js +3 -3
- package/dist/components/HeartButton/HeartButton.d.ts +61 -0
- package/dist/components/HeartButton/HeartButton.d.ts.map +1 -0
- package/dist/components/HeartButton/HeartButton.js +88 -0
- package/dist/components/HeartButton/HeartButton.stories.d.ts +10 -0
- package/dist/components/HeartButton/HeartButton.stories.d.ts.map +1 -0
- package/dist/components/HeartButton/index.d.ts +2 -0
- package/dist/components/HeartButton/index.d.ts.map +1 -0
- package/dist/components/Icons/CustomBadges.d.ts +20 -0
- package/dist/components/Icons/CustomBadges.d.ts.map +1 -1
- package/dist/components/Icons/CustomBadges.js +176 -21
- package/dist/components/Icons/CustomIcons.d.ts +13 -0
- package/dist/components/Icons/CustomIcons.d.ts.map +1 -1
- package/dist/components/Icons/CustomIcons.js +50 -30
- package/dist/components/Icons/LogosAndBadges.stories.d.ts +2 -1
- package/dist/components/Icons/LogosAndBadges.stories.d.ts.map +1 -1
- package/dist/components/InputOTP/InputOTP.d.ts +95 -0
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -0
- package/dist/components/InputOTP/InputOTP.js +187 -0
- package/dist/components/InputOTP/InputOTP.stories.d.ts +18 -0
- package/dist/components/InputOTP/InputOTP.stories.d.ts.map +1 -0
- package/dist/components/InputOTP/index.d.ts +3 -0
- package/dist/components/InputOTP/index.d.ts.map +1 -0
- package/dist/components/InputOTP/useWebOtpAutofill.d.ts +33 -0
- package/dist/components/InputOTP/useWebOtpAutofill.d.ts.map +1 -0
- package/dist/components/InputOTP/useWebOtpAutofill.js +25 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts.map +1 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.js +65 -55
- package/dist/components/LoginScreen/LoginScreen.d.ts +10 -1
- package/dist/components/LoginScreen/LoginScreen.d.ts.map +1 -1
- package/dist/components/LoginScreen/LoginScreen.js +23 -17
- package/dist/components/MarketNav/MarketNav.examples.d.ts +60 -0
- package/dist/components/MarketNav/MarketNav.examples.d.ts.map +1 -0
- package/dist/components/MarketNav/MarketNav.stories.d.ts +9 -0
- package/dist/components/MarketNav/MarketNav.stories.d.ts.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/OfferCard/OfferCard.d.ts +206 -0
- package/dist/components/OfferCard/OfferCard.d.ts.map +1 -0
- package/dist/components/OfferCard/OfferCard.js +423 -0
- package/dist/components/OfferCard/OfferCard.stories.d.ts +15 -0
- package/dist/components/OfferCard/OfferCard.stories.d.ts.map +1 -0
- package/dist/components/OfferCard/index.d.ts +2 -0
- package/dist/components/OfferCard/index.d.ts.map +1 -0
- package/dist/components/PageContainer/PageContainer.d.ts +53 -0
- package/dist/components/PageContainer/PageContainer.d.ts.map +1 -0
- package/dist/components/PageContainer/PageContainer.js +49 -0
- package/dist/components/PageContainer/PageContainer.stories.d.ts +14 -0
- package/dist/components/PageContainer/PageContainer.stories.d.ts.map +1 -0
- package/dist/components/PageContainer/index.d.ts +2 -0
- package/dist/components/PageContainer/index.d.ts.map +1 -0
- package/dist/components/PartnerCard/PartnerCard.d.ts +234 -0
- package/dist/components/PartnerCard/PartnerCard.d.ts.map +1 -0
- package/dist/components/PartnerCard/PartnerCard.js +591 -0
- package/dist/components/PartnerCard/PartnerCard.stories.d.ts +14 -0
- package/dist/components/PartnerCard/PartnerCard.stories.d.ts.map +1 -0
- package/dist/components/PartnerCard/index.d.ts +2 -0
- package/dist/components/PartnerCard/index.d.ts.map +1 -0
- package/dist/components/PaymentMethodSelect/PaymentMethodSelect.examples.d.ts +35 -0
- package/dist/components/PaymentMethodSelect/PaymentMethodSelect.examples.d.ts.map +1 -0
- package/dist/components/PaymentMethodSelect/PaymentMethodSelect.stories.d.ts +11 -0
- package/dist/components/PaymentMethodSelect/PaymentMethodSelect.stories.d.ts.map +1 -0
- package/dist/components/Rating/Rating.d.ts +62 -0
- package/dist/components/Rating/Rating.d.ts.map +1 -0
- package/dist/components/Rating/Rating.js +88 -0
- package/dist/components/Rating/Rating.stories.d.ts +12 -0
- package/dist/components/Rating/Rating.stories.d.ts.map +1 -0
- package/dist/components/Rating/index.d.ts +2 -0
- package/dist/components/Rating/index.d.ts.map +1 -0
- package/dist/components/RatingBlock/RatingBlock.d.ts +65 -0
- package/dist/components/RatingBlock/RatingBlock.d.ts.map +1 -0
- package/dist/components/RatingBlock/RatingBlock.js +92 -0
- package/dist/components/RatingBlock/RatingBlock.stories.d.ts +12 -0
- package/dist/components/RatingBlock/RatingBlock.stories.d.ts.map +1 -0
- package/dist/components/RatingBlock/index.d.ts +2 -0
- package/dist/components/RatingBlock/index.d.ts.map +1 -0
- package/dist/components/ReorderableTable/ReorderableTable.stories.d.ts.map +1 -1
- package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.js +5 -5
- package/dist/components/SearchFilters/SearchFilters.d.ts +88 -0
- package/dist/components/SearchFilters/SearchFilters.d.ts.map +1 -0
- package/dist/components/SearchFilters/SearchFilters.js +176 -0
- package/dist/components/SearchFilters/SearchFilters.stories.d.ts +12 -0
- package/dist/components/SearchFilters/SearchFilters.stories.d.ts.map +1 -0
- package/dist/components/SearchFilters/index.d.ts +2 -0
- package/dist/components/SearchFilters/index.d.ts.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.js +11 -11
- package/dist/components/Tag/Tag.d.ts.map +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/TransactionsListView/TransactionsListView.d.ts +152 -0
- package/dist/components/TransactionsListView/TransactionsListView.d.ts.map +1 -0
- package/dist/components/TransactionsListView/TransactionsListView.js +367 -0
- package/dist/components/TransactionsListView/TransactionsListView.stories.d.ts +12 -0
- package/dist/components/TransactionsListView/TransactionsListView.stories.d.ts.map +1 -0
- package/dist/components/TransactionsListView/index.d.ts +2 -0
- package/dist/components/TransactionsListView/index.d.ts.map +1 -0
- package/dist/components/UniversalFooter/UniversalFooter.d.ts +6 -5
- package/dist/components/UniversalFooter/UniversalFooter.d.ts.map +1 -1
- package/dist/components/UniversalFooter/UniversalFooter.js +186 -177
- package/dist/components/UniversalFooter/UniversalFooter.stories.d.ts.map +1 -1
- package/dist/components/VoucherCard/VoucherCard.d.ts +105 -0
- package/dist/components/VoucherCard/VoucherCard.d.ts.map +1 -0
- package/dist/components/VoucherCard/VoucherCard.js +167 -0
- package/dist/components/VoucherCard/VoucherCard.stories.d.ts +9 -0
- package/dist/components/VoucherCard/VoucherCard.stories.d.ts.map +1 -0
- package/dist/components/VoucherCard/index.d.ts +2 -0
- package/dist/components/VoucherCard/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +14 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/index.js +413 -352
- package/dist/muza-ui.css +1 -1
- package/dist/styles/primitives.css +5 -0
- package/dist/styles/token-colors.css +106 -30
- package/dist/styles/token-sizes.css +60 -16
- package/dist/translations/index.d.ts +2 -1
- package/dist/translations/index.d.ts.map +1 -1
- package/dist/translations/locales/cs.d.ts.map +1 -1
- package/dist/translations/locales/cs.js +30 -2
- package/dist/translations/locales/en.d.ts.map +1 -1
- package/dist/translations/locales/en.js +26 -2
- package/dist/translations/locales/sk.d.ts.map +1 -1
- package/dist/translations/locales/sk.js +30 -2
- package/dist/translations/resolvePluralTemplate.d.ts +10 -0
- package/dist/translations/resolvePluralTemplate.d.ts.map +1 -0
- package/dist/translations/resolvePluralTemplate.js +20 -0
- package/dist/translations/types.d.ts +57 -0
- package/dist/translations/types.d.ts.map +1 -1
- package/dist/utils/cn.d.ts.map +1 -1
- package/dist/utils/cn.js +124 -27
- package/dist/utils/disabledLinkProps.d.ts +14 -0
- package/dist/utils/disabledLinkProps.d.ts.map +1 -0
- package/dist/utils/disabledLinkProps.js +9 -0
- package/dist/{components/Calendar/utils → utils}/formatDate.d.ts +1 -1
- package/dist/utils/formatDate.d.ts.map +1 -0
- package/dist/utils/formatDateRange.d.ts.map +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/package.json +4 -3
- package/dist/components/Calendar/utils/formatDate.d.ts.map +0 -1
- package/dist/components/Calendar/utils/formatDateRange.d.ts.map +0 -1
- /package/dist/{components/Calendar/utils → utils}/formatDate.js +0 -0
- /package/dist/{components/Calendar/utils → utils}/formatDateRange.d.ts +0 -0
- /package/dist/{components/Calendar/utils → utils}/formatDateRange.js +0 -0
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { cn as
|
|
3
|
-
import { Typography as
|
|
1
|
+
import { jsxs as m, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { cn as c } from "../../utils/cn.js";
|
|
3
|
+
import { Typography as o } from "../Typography/Typography.js";
|
|
4
4
|
const d = ({
|
|
5
|
-
icon:
|
|
5
|
+
icon: r,
|
|
6
6
|
className: i,
|
|
7
7
|
headline: e,
|
|
8
8
|
text: t,
|
|
9
|
-
children:
|
|
10
|
-
buttonsLayout:
|
|
11
|
-
}) => /* @__PURE__ */
|
|
9
|
+
children: a,
|
|
10
|
+
buttonsLayout: p
|
|
11
|
+
}) => /* @__PURE__ */ m(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: c(
|
|
15
15
|
"flex flex-col items-center gap-comp-empty-state-gap",
|
|
16
|
-
"[&>svg]:size-comp-empty-state-ico-size [&>svg]:text-
|
|
16
|
+
"[&>svg]:size-comp-empty-state-ico-size [&>svg]:text-comp-empty-state-icon",
|
|
17
17
|
i
|
|
18
18
|
),
|
|
19
19
|
children: [
|
|
20
|
-
|
|
21
|
-
(e || t) && /* @__PURE__ */
|
|
22
|
-
e && /* @__PURE__ */
|
|
23
|
-
|
|
20
|
+
r,
|
|
21
|
+
(e || t) && /* @__PURE__ */ m("div", { className: "flex flex-col gap-2xs text-center align-middle", children: [
|
|
22
|
+
e && /* @__PURE__ */ s(
|
|
23
|
+
o,
|
|
24
24
|
{
|
|
25
25
|
component: "p",
|
|
26
26
|
variant: "body",
|
|
@@ -30,8 +30,8 @@ const d = ({
|
|
|
30
30
|
children: e
|
|
31
31
|
}
|
|
32
32
|
),
|
|
33
|
-
t && /* @__PURE__ */
|
|
34
|
-
|
|
33
|
+
t && /* @__PURE__ */ s(
|
|
34
|
+
o,
|
|
35
35
|
{
|
|
36
36
|
component: "p",
|
|
37
37
|
variant: "body",
|
|
@@ -42,13 +42,13 @@ const d = ({
|
|
|
42
42
|
}
|
|
43
43
|
)
|
|
44
44
|
] }),
|
|
45
|
-
|
|
45
|
+
a && /* @__PURE__ */ s(
|
|
46
46
|
"div",
|
|
47
47
|
{
|
|
48
|
-
className:
|
|
49
|
-
"flex-col":
|
|
48
|
+
className: c("flex gap-sm", {
|
|
49
|
+
"flex-col": p === "vertical"
|
|
50
50
|
}),
|
|
51
|
-
children:
|
|
51
|
+
children: a
|
|
52
52
|
}
|
|
53
53
|
)
|
|
54
54
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileItem.d.ts","sourceRoot":"","sources":["../../../src/components/FileUpload/FileItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AA8C9B;;;GAGG;AACH,UAAU,iBAAiB;IACzB,qFAAqF;IACrF,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,mGAAmG;IACnG,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,8CAA8C;IAC9C,IAAI,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,CAAA;IAC3B,yDAAyD;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,qFAAqF;IACrF,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,oEAAoE;IACpE,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,iEAAiE;IACjE,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACvB,sEAAsE;IACtE,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC/B,+CAA+C;IAC/C,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,oEAAoE;IACpE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,IAAI,KAAK,IAAI,CAAA;CAC/C;AAED,qEAAqE;AACrE,UAAU,iBAAkB,SAAQ,iBAAiB;IACnD,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,IAAI,CAAA;CACX;AAED,oFAAoF;AACpF,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,MAAM,EAAE,KAAK,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,wGAAwG;AACxG,KAAK,aAAa,GAAG,iBAAiB,GAAG,gBAAgB,CAAA;AAsEzD,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,
|
|
1
|
+
{"version":3,"file":"FileItem.d.ts","sourceRoot":"","sources":["../../../src/components/FileUpload/FileItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AA8C9B;;;GAGG;AACH,UAAU,iBAAiB;IACzB,qFAAqF;IACrF,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,mGAAmG;IACnG,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,8CAA8C;IAC9C,IAAI,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,CAAA;IAC3B,yDAAyD;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,qFAAqF;IACrF,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,oEAAoE;IACpE,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,iEAAiE;IACjE,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACvB,sEAAsE;IACtE,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC/B,+CAA+C;IAC/C,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,oEAAoE;IACpE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,IAAI,KAAK,IAAI,CAAA;CAC/C;AAED,qEAAqE;AACrE,UAAU,iBAAkB,SAAQ,iBAAiB;IACnD,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,IAAI,CAAA;CACX;AAED,oFAAoF;AACpF,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,MAAM,EAAE,KAAK,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,wGAAwG;AACxG,KAAK,aAAa,GAAG,iBAAiB,GAAG,gBAAgB,CAAA;AAsEzD,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4CAgO5C,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import * as
|
|
1
|
+
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import * as f from "react";
|
|
3
3
|
import { cva as _ } from "class-variance-authority";
|
|
4
4
|
import { useMuzaTranslations as B } from "../../translations/TranslationContext.js";
|
|
5
5
|
import { Flex as z } from "../Flex/Flex.js";
|
|
@@ -89,12 +89,12 @@ const S = (e, l, i) => {
|
|
|
89
89
|
onDelete: g,
|
|
90
90
|
onDownload: v,
|
|
91
91
|
onError: T
|
|
92
|
-
} = e, m = B(), [w, N] =
|
|
92
|
+
} = e, m = B(), [w, N] = f.useState(!1), k = e.source === "file" ? e.file.name : e.name, b = e.source === "url" ? (e.type ?? "").startsWith("image/") || F.test(e.name) : e.file.type.startsWith("image/"), C = e.source === "url" ? L.includes(e.type ?? "") || E.test(e.name) : L.includes(e.file.type) || E.test(e.file.name), d = e.source === "file" ? e.file : e.url, O = f.useMemo(() => o ? "disabled" : s ? "error" : typeof i == "number" && i > 0 && i < 100 ? "loading" : "default", [o, s, i]), x = f.useMemo(() => {
|
|
93
93
|
if (b)
|
|
94
94
|
return typeof d == "string" ? d : URL.createObjectURL(d);
|
|
95
95
|
}, [b, d]);
|
|
96
|
-
return
|
|
97
|
-
/* @__PURE__ */
|
|
96
|
+
return f.useEffect(() => N(!1), [d]), /* @__PURE__ */ p(z, { gap: "sm", direction: "column", component: "li", children: [
|
|
97
|
+
/* @__PURE__ */ p(
|
|
98
98
|
"div",
|
|
99
99
|
{
|
|
100
100
|
className: a(
|
|
@@ -139,7 +139,7 @@ const S = (e, l, i) => {
|
|
|
139
139
|
)
|
|
140
140
|
}
|
|
141
141
|
),
|
|
142
|
-
/* @__PURE__ */
|
|
142
|
+
/* @__PURE__ */ p(z, { direction: "column", className: "min-w-0 flex-1 justify-center", children: [
|
|
143
143
|
/* @__PURE__ */ t(
|
|
144
144
|
u,
|
|
145
145
|
{
|
|
@@ -175,13 +175,12 @@ const S = (e, l, i) => {
|
|
|
175
175
|
h,
|
|
176
176
|
"text-comp-file-upload-icon-def-secondary",
|
|
177
177
|
"hover:text-comp-file-upload-icon-def-hover",
|
|
178
|
-
"focus-visible:text-comp-file-upload-icon-def-focused",
|
|
179
178
|
"disabled:text-comp-file-upload-icon-def-disabled"
|
|
180
179
|
),
|
|
181
180
|
children: /* @__PURE__ */ t(D, { className: "size-icon-medium" })
|
|
182
181
|
}
|
|
183
182
|
),
|
|
184
|
-
l && /* @__PURE__ */
|
|
183
|
+
l && /* @__PURE__ */ p("div", { className: "flex gap-xl", children: [
|
|
185
184
|
/* @__PURE__ */ t(
|
|
186
185
|
"button",
|
|
187
186
|
{
|
|
@@ -223,7 +222,7 @@ const S = (e, l, i) => {
|
|
|
223
222
|
h,
|
|
224
223
|
"text-comp-file-upload-icon-error-def",
|
|
225
224
|
"hover:text-comp-file-upload-icon-error-hover",
|
|
226
|
-
"focus-visible:text-comp-file-upload-icon-error-focused",
|
|
225
|
+
"focus-visible:text-comp-file-upload-icon-error-focused-pressed",
|
|
227
226
|
"disabled:text-comp-file-upload-icon-error-disabled"
|
|
228
227
|
),
|
|
229
228
|
children: /* @__PURE__ */ t(R, { className: "size-icon-medium" })
|
|
@@ -19,20 +19,20 @@ const be = O(
|
|
|
19
19
|
"hover:border-comp-file-upload-stroke-dashed-hover hover:bg-comp-file-upload-fill-hover",
|
|
20
20
|
"hover:text-comp-file-upload-text-brand-hover",
|
|
21
21
|
"focus-visible-default focus-visible:border-comp-file-upload-stroke-dashed-focused",
|
|
22
|
-
"focus-visible:
|
|
22
|
+
"focus-visible:bg-comp-file-upload-fill-focused focus-visible:text-comp-file-upload-text-brand-focused"
|
|
23
23
|
],
|
|
24
24
|
{
|
|
25
25
|
variants: {
|
|
26
26
|
error: {
|
|
27
27
|
true: [
|
|
28
|
-
"border-comp-
|
|
28
|
+
"border-comp-file-upload-stroke-error-def bg-comp-file-upload-fill-def",
|
|
29
29
|
"text-comp-file-upload-text-error-def"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
isDragActive: {
|
|
33
33
|
true: [
|
|
34
34
|
"border-comp-file-upload-stroke-dashed-focused bg-comp-file-upload-fill-focused",
|
|
35
|
-
"text-comp-file-upload-
|
|
35
|
+
"text-comp-file-upload-text-brand-focused"
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
38
|
disabled: {
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const heartButtonVariants: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
|
|
3
|
+
/**
|
|
4
|
+
* Props for the HeartButton component.
|
|
5
|
+
*
|
|
6
|
+
* A 32×32 circular icon-only toggle that flips between an outlined and a
|
|
7
|
+
* filled heart. Supports controlled (`active`) and uncontrolled
|
|
8
|
+
* (`defaultActive`) usage.
|
|
9
|
+
*
|
|
10
|
+
* **Render mode is auto-detected.** When neither `onClick` nor
|
|
11
|
+
* `defaultActive` is provided, the component renders as a non-interactive
|
|
12
|
+
* `<span role="img">` instead of a `<button>` — useful for surfacing
|
|
13
|
+
* favorite status in read-only listings. As soon as either prop is set,
|
|
14
|
+
* the component renders as a `<button>` and behaves as a toggle.
|
|
15
|
+
*
|
|
16
|
+
* The ref's concrete element type depends on the render mode: it is
|
|
17
|
+
* `HTMLButtonElement` in interactive mode and `HTMLSpanElement` in
|
|
18
|
+
* display-only mode.
|
|
19
|
+
*/
|
|
20
|
+
export interface HeartButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'children' | 'onClick' | 'type'> {
|
|
21
|
+
/**
|
|
22
|
+
* Controlled active (favorited) state. When provided, the component does
|
|
23
|
+
* not manage its own state — pair with `onClick` to update. Used alone
|
|
24
|
+
* (without `onClick` or `defaultActive`), it drives the display-only
|
|
25
|
+
* render path.
|
|
26
|
+
*/
|
|
27
|
+
active?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Initial active state for uncontrolled usage. Ignored when `active` is
|
|
30
|
+
* provided. Passing this prop signals that the consumer wants the
|
|
31
|
+
* component to manage its own toggle state, so the component renders as
|
|
32
|
+
* an interactive `<button>` even when `onClick` is omitted.
|
|
33
|
+
*/
|
|
34
|
+
defaultActive?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Fires when the button is clicked. Receives the native mouse event and
|
|
37
|
+
* the **next** active value (post-toggle). When the component is
|
|
38
|
+
* uncontrolled, the internal state has already been updated to
|
|
39
|
+
* `nextActive` by the time this fires.
|
|
40
|
+
*
|
|
41
|
+
* Omitting `onClick` (and `defaultActive`) switches the component to the
|
|
42
|
+
* display-only `<span role="img">` render path.
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* <HeartButton onClick={(_e, next) => saveFavorite(next)} />
|
|
46
|
+
*/
|
|
47
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement>, nextActive: boolean) => void;
|
|
48
|
+
/**
|
|
49
|
+
* Prevents interaction and applies disabled styling. Visual-only in
|
|
50
|
+
* display mode (no interaction to prevent). @default false
|
|
51
|
+
*/
|
|
52
|
+
disabled?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Accessible label for the icon-only control. Defaults to
|
|
55
|
+
* `translations.heartButton.toggleFavorite`.
|
|
56
|
+
*/
|
|
57
|
+
'aria-label'?: string;
|
|
58
|
+
}
|
|
59
|
+
declare const HeartButton: React.ForwardRefExoticComponent<HeartButtonProps & React.RefAttributes<HTMLButtonElement | HTMLSpanElement>>;
|
|
60
|
+
export { HeartButton, heartButtonVariants };
|
|
61
|
+
//# sourceMappingURL=HeartButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeartButton.d.ts","sourceRoot":"","sources":["../../../src/components/HeartButton/HeartButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,QAAA,MAAM,mBAAmB,oFAUvB,CAAA;AAEF;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,WAAW,gBACf,SAAQ,IAAI,CACV,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,UAAU,GAAG,SAAS,GAAG,MAAM,CAChC;IACD;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB;;;;;OAKG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB;;;;;;;;;;;OAWG;IACH,OAAO,CAAC,EAAE,CACR,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,EAC1C,UAAU,EAAE,OAAO,KAChB,IAAI,CAAA;IACT;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,QAAA,MAAM,WAAW,8GAqFhB,CAAA;AAGD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { jsx as o, jsxs as N, Fragment as j } from "react/jsx-runtime";
|
|
2
|
+
import * as p from "react";
|
|
3
|
+
import { cva as y } from "class-variance-authority";
|
|
4
|
+
import { useMuzaTranslationContext as z } from "../../translations/TranslationContext.js";
|
|
5
|
+
import { cn as b } from "../../utils/cn.js";
|
|
6
|
+
import { HeartOutline as A, HeartBold as F } from "@solar-icons/react-perf";
|
|
7
|
+
const v = y([
|
|
8
|
+
"group inline-flex size-comp-button-h-xs shrink-0 items-center justify-center rounded-full",
|
|
9
|
+
"bg-transparent transition-colors",
|
|
10
|
+
"focus-visible-default",
|
|
11
|
+
"[&>svg]:size-icon-small [&>svg]:shrink-0",
|
|
12
|
+
"text-comp-button-invert-ghost-text-def",
|
|
13
|
+
"hover:text-comp-button-invert-ghost-text-hover",
|
|
14
|
+
"focus-visible:text-comp-button-invert-ghost-text-focused",
|
|
15
|
+
"disabled:pointer-events-none disabled:text-comp-button-invert-ghost-text-disabled",
|
|
16
|
+
"data-[disabled=true]:pointer-events-none data-[disabled=true]:text-comp-button-invert-ghost-text-disabled"
|
|
17
|
+
]), I = p.forwardRef(
|
|
18
|
+
({
|
|
19
|
+
active: n,
|
|
20
|
+
defaultActive: s,
|
|
21
|
+
onClick: t,
|
|
22
|
+
disabled: a = !1,
|
|
23
|
+
className: r,
|
|
24
|
+
"aria-label": h,
|
|
25
|
+
...i
|
|
26
|
+
}, d) => {
|
|
27
|
+
const { translations: f } = z(), x = t !== void 0 || s !== void 0, l = h ?? f.heartButton.toggleFavorite, [g, B] = p.useState(
|
|
28
|
+
s ?? !1
|
|
29
|
+
), c = n !== void 0, e = c ? n : g, u = /* @__PURE__ */ N(j, { children: [
|
|
30
|
+
/* @__PURE__ */ o(
|
|
31
|
+
A,
|
|
32
|
+
{
|
|
33
|
+
"aria-hidden": "true",
|
|
34
|
+
className: "group-data-[state=on]:hidden"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ o(
|
|
38
|
+
F,
|
|
39
|
+
{
|
|
40
|
+
"aria-hidden": "true",
|
|
41
|
+
className: "hidden group-data-[state=on]:block"
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
] });
|
|
45
|
+
return x ? /* @__PURE__ */ o(
|
|
46
|
+
"button",
|
|
47
|
+
{
|
|
48
|
+
ref: d,
|
|
49
|
+
type: "button",
|
|
50
|
+
"data-slot": "heart-button",
|
|
51
|
+
"data-state": e ? "on" : "off",
|
|
52
|
+
"data-disabled": a || void 0,
|
|
53
|
+
"aria-pressed": e,
|
|
54
|
+
"aria-label": l,
|
|
55
|
+
disabled: a,
|
|
56
|
+
onClick: (H) => {
|
|
57
|
+
const m = !e;
|
|
58
|
+
c || B(m), t == null || t(H, m);
|
|
59
|
+
},
|
|
60
|
+
className: b(v(), "cursor-pointer", r),
|
|
61
|
+
...i,
|
|
62
|
+
children: u
|
|
63
|
+
}
|
|
64
|
+
) : /* @__PURE__ */ o(
|
|
65
|
+
"span",
|
|
66
|
+
{
|
|
67
|
+
ref: d,
|
|
68
|
+
"data-slot": "heart-button",
|
|
69
|
+
"data-state": e ? "on" : "off",
|
|
70
|
+
"data-disabled": a || void 0,
|
|
71
|
+
role: "img",
|
|
72
|
+
"aria-label": l,
|
|
73
|
+
className: b(
|
|
74
|
+
v(),
|
|
75
|
+
"pointer-events-none",
|
|
76
|
+
r
|
|
77
|
+
),
|
|
78
|
+
...i,
|
|
79
|
+
children: u
|
|
80
|
+
}
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
);
|
|
84
|
+
I.displayName = "HeartButton";
|
|
85
|
+
export {
|
|
86
|
+
I as HeartButton,
|
|
87
|
+
v as heartButtonVariants
|
|
88
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import { HeartButton } from './HeartButton';
|
|
3
|
+
declare const meta: Meta<typeof HeartButton>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof HeartButton>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Uncontrolled: Story;
|
|
8
|
+
export declare const DisplayOnly: Story;
|
|
9
|
+
export declare const AllStates: Story;
|
|
10
|
+
//# sourceMappingURL=HeartButton.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeartButton.stories.d.ts","sourceRoot":"","sources":["../../../src/components/HeartButton/HeartButton.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAE3C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAuClC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA;AAEzC,eAAO,MAAM,OAAO,EAAE,KAqBrB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAa1B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAyBzB,CAAA;AAID,eAAO,MAAM,SAAS,EAAE,KA2EvB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/HeartButton/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
|
|
@@ -11,9 +11,29 @@ export declare const GooglePlayBadge: React.ForwardRefExoticComponent<Omit<Badge
|
|
|
11
11
|
* @component
|
|
12
12
|
*/
|
|
13
13
|
export declare const AppStoreBadge: React.ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
14
|
+
/**
|
|
15
|
+
* Google Pay payment method badge.
|
|
16
|
+
* @component
|
|
17
|
+
*/
|
|
18
|
+
export declare const GooglePayBadge: React.ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
14
19
|
/**
|
|
15
20
|
* Huawei AppGallery download badge.
|
|
16
21
|
* @component
|
|
17
22
|
*/
|
|
18
23
|
export declare const HuaweiBadge: React.ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
24
|
+
/**
|
|
25
|
+
* Apple Pay payment method badge.
|
|
26
|
+
* @component
|
|
27
|
+
*/
|
|
28
|
+
export declare const ApplePayBadge: React.ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
/**
|
|
30
|
+
* Mastercard payment method badge.
|
|
31
|
+
* @component
|
|
32
|
+
*/
|
|
33
|
+
export declare const MastercardBadge: React.ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
34
|
+
/**
|
|
35
|
+
* Visa payment method badge.
|
|
36
|
+
* @component
|
|
37
|
+
*/
|
|
38
|
+
export declare const VisaBadge: React.ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
19
39
|
//# sourceMappingURL=CustomBadges.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomBadges.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/CustomBadges.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,uDAAuD;AACvD,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;AAEtD;;;GAGG;AACH,eAAO,MAAM,eAAe,+FAiG3B,CAAA;AAGD;;;GAGG;AACH,eAAO,MAAM,aAAa,+FAqHzB,CAAA;AAGD;;;GAGG;AACH,eAAO,MAAM,WAAW,+FA4HvB,CAAA"}
|
|
1
|
+
{"version":3,"file":"CustomBadges.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/CustomBadges.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,uDAAuD;AACvD,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;AAEtD;;;GAGG;AACH,eAAO,MAAM,eAAe,+FAiG3B,CAAA;AAGD;;;GAGG;AACH,eAAO,MAAM,aAAa,+FAqHzB,CAAA;AAGD;;;GAGG;AACH,eAAO,MAAM,cAAc,+FAgD1B,CAAA;AAGD;;;GAGG;AACH,eAAO,MAAM,WAAW,+FA4HvB,CAAA;AAGD;;;GAGG;AACH,eAAO,MAAM,aAAa,+FAiBzB,CAAA;AAGD;;;GAGG;AACH,eAAO,MAAM,eAAe,+FAyB3B,CAAA;AAGD;;;GAGG;AACH,eAAO,MAAM,SAAS,+FAiBrB,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import * as
|
|
3
|
-
const h =
|
|
4
|
-
(
|
|
1
|
+
import { jsxs as H, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import * as t from "react";
|
|
3
|
+
const h = t.forwardRef(
|
|
4
|
+
(l, i) => /* @__PURE__ */ H(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
width: "135",
|
|
@@ -9,10 +9,10 @@ const h = l.forwardRef(
|
|
|
9
9
|
viewBox: "0 0 135 40",
|
|
10
10
|
fill: "none",
|
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
ref:
|
|
13
|
-
...
|
|
12
|
+
ref: i,
|
|
13
|
+
...l,
|
|
14
14
|
children: [
|
|
15
|
-
/* @__PURE__ */
|
|
15
|
+
/* @__PURE__ */ H("g", { clipPath: "url(#badge-googleplay-clip)", children: [
|
|
16
16
|
/* @__PURE__ */ C(
|
|
17
17
|
"path",
|
|
18
18
|
{
|
|
@@ -139,8 +139,8 @@ const h = l.forwardRef(
|
|
|
139
139
|
)
|
|
140
140
|
);
|
|
141
141
|
h.displayName = "GooglePlayBadge";
|
|
142
|
-
const
|
|
143
|
-
(
|
|
142
|
+
const e = t.forwardRef(
|
|
143
|
+
(l, i) => /* @__PURE__ */ H(
|
|
144
144
|
"svg",
|
|
145
145
|
{
|
|
146
146
|
width: "120",
|
|
@@ -148,10 +148,10 @@ const V = l.forwardRef(
|
|
|
148
148
|
viewBox: "0 0 120 40",
|
|
149
149
|
fill: "none",
|
|
150
150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
151
|
-
ref:
|
|
152
|
-
...
|
|
151
|
+
ref: i,
|
|
152
|
+
...l,
|
|
153
153
|
children: [
|
|
154
|
-
/* @__PURE__ */
|
|
154
|
+
/* @__PURE__ */ H("g", { clipPath: "url(#badge-appstore-clip)", children: [
|
|
155
155
|
/* @__PURE__ */ C(
|
|
156
156
|
"path",
|
|
157
157
|
{
|
|
@@ -327,9 +327,78 @@ const V = l.forwardRef(
|
|
|
327
327
|
}
|
|
328
328
|
)
|
|
329
329
|
);
|
|
330
|
-
|
|
331
|
-
const
|
|
332
|
-
(
|
|
330
|
+
e.displayName = "AppStoreBadge";
|
|
331
|
+
const V = t.forwardRef(
|
|
332
|
+
(l, i) => /* @__PURE__ */ H(
|
|
333
|
+
"svg",
|
|
334
|
+
{
|
|
335
|
+
width: "38",
|
|
336
|
+
height: "18",
|
|
337
|
+
viewBox: "0 0 38 18",
|
|
338
|
+
fill: "none",
|
|
339
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
340
|
+
ref: i,
|
|
341
|
+
...l,
|
|
342
|
+
children: [
|
|
343
|
+
/* @__PURE__ */ H("g", { clipPath: "url(#badge-googlepay-clip)", children: [
|
|
344
|
+
/* @__PURE__ */ C(
|
|
345
|
+
"path",
|
|
346
|
+
{
|
|
347
|
+
d: "M17.8582 9.30716V13.7009H16.4409V2.83472H20.126C21.0236 2.83472 21.874 3.16543 22.5354 3.7796C23.1968 4.34653 23.5275 5.19692 23.5275 6.09456C23.5275 6.9922 23.1968 7.79535 22.5354 8.40952C21.874 9.02369 21.0708 9.3544 20.126 9.3544L17.8582 9.30716ZM17.8582 4.15755V7.93708H20.2204C20.7401 7.93708 21.2598 7.7481 21.5905 7.37015C22.3464 6.66149 22.3464 5.48039 21.6378 4.77172L21.5905 4.72448C21.2126 4.34653 20.7401 4.11031 20.2204 4.15755H17.8582Z",
|
|
348
|
+
fill: "var(--color-comp-logo-google-pay, #5F6368)"
|
|
349
|
+
}
|
|
350
|
+
),
|
|
351
|
+
/* @__PURE__ */ C(
|
|
352
|
+
"path",
|
|
353
|
+
{
|
|
354
|
+
d: "M26.7874 6.04712C27.8268 6.04712 28.63 6.33058 29.2441 6.89751C29.8583 7.46444 30.1418 8.22035 30.1418 9.16523V13.7007H28.8189V12.6613H28.7717C28.2048 13.5117 27.4016 13.9369 26.4567 13.9369C25.6536 13.9369 24.9449 13.7007 24.378 13.2282C23.8583 12.7558 23.5276 12.0944 23.5276 11.3857C23.5276 10.6298 23.8111 10.0156 24.378 9.54318C24.9449 9.07074 25.7481 8.88176 26.6929 8.88176C27.5433 8.88176 28.2048 9.0235 28.7244 9.35421V9.0235C28.7244 8.55106 28.5355 8.07862 28.1575 7.79515C27.7796 7.46444 27.3071 7.27547 26.7874 7.27547C25.9843 7.27547 25.3701 7.60617 24.9449 8.26759L23.7166 7.51169C24.4725 6.51956 25.4646 6.04712 26.7874 6.04712ZM24.9922 11.4329C24.9922 11.8109 25.1811 12.1416 25.4646 12.3306C25.7953 12.5668 26.1733 12.7085 26.5512 12.7085C27.1181 12.7085 27.6851 12.4723 28.1103 12.0471C28.5827 11.6219 28.8189 11.1022 28.8189 10.5353C28.3937 10.2046 27.7796 10.0156 26.9764 10.0156C26.4095 10.0156 25.937 10.1574 25.5591 10.4408C25.1811 10.677 24.9922 11.0077 24.9922 11.4329Z",
|
|
355
|
+
fill: "var(--color-comp-logo-google-pay, #5F6368)"
|
|
356
|
+
}
|
|
357
|
+
),
|
|
358
|
+
/* @__PURE__ */ C(
|
|
359
|
+
"path",
|
|
360
|
+
{
|
|
361
|
+
d: "M37.7953 6.28345L33.1181 17.0079H31.7008L33.4488 13.2756L30.3779 6.33069H31.8897L34.1102 11.6693H34.1575L36.3307 6.33069H37.7953V6.28345Z",
|
|
362
|
+
fill: "var(--color-comp-logo-google-pay, #5F6368)"
|
|
363
|
+
}
|
|
364
|
+
),
|
|
365
|
+
/* @__PURE__ */ C(
|
|
366
|
+
"path",
|
|
367
|
+
{
|
|
368
|
+
d: "M12.2363 8.36226C12.2363 7.93706 12.1891 7.51187 12.1418 7.08667H6.23633V9.49612H9.59066C9.44893 10.252 9.02373 10.9607 8.36231 11.3859V12.9449H10.3938C11.5749 11.8583 12.2363 10.252 12.2363 8.36226Z",
|
|
369
|
+
fill: "#4285F4"
|
|
370
|
+
}
|
|
371
|
+
),
|
|
372
|
+
/* @__PURE__ */ C(
|
|
373
|
+
"path",
|
|
374
|
+
{
|
|
375
|
+
d: "M6.23618 14.4565C7.93697 14.4565 9.35429 13.8896 10.3937 12.9447L8.36216 11.3856C7.79524 11.7636 7.08657 11.9998 6.23618 11.9998C4.62988 11.9998 3.21256 10.9132 2.74012 9.40137H0.661377V11.0077C1.74799 13.1337 3.87398 14.4565 6.23618 14.4565Z",
|
|
376
|
+
fill: "#34A853"
|
|
377
|
+
}
|
|
378
|
+
),
|
|
379
|
+
/* @__PURE__ */ C(
|
|
380
|
+
"path",
|
|
381
|
+
{
|
|
382
|
+
d: "M2.74025 9.40149C2.45679 8.64559 2.45679 7.79519 2.74025 6.99204V5.38574H0.66151C-0.236128 7.13377 -0.236128 9.21251 0.66151 11.0078L2.74025 9.40149Z",
|
|
383
|
+
fill: "#FBBC04"
|
|
384
|
+
}
|
|
385
|
+
),
|
|
386
|
+
/* @__PURE__ */ C(
|
|
387
|
+
"path",
|
|
388
|
+
{
|
|
389
|
+
d: "M6.2363 4.44092C7.13394 4.44092 7.98433 4.77163 8.64575 5.38581L10.441 3.59053C9.30717 2.55116 7.79535 1.93699 6.28354 1.98423C3.92134 1.98423 1.74811 3.30707 0.70874 5.43305L2.78748 7.03935C3.21268 5.52754 4.63 4.44092 6.2363 4.44092Z",
|
|
390
|
+
fill: "#EA4335"
|
|
391
|
+
}
|
|
392
|
+
)
|
|
393
|
+
] }),
|
|
394
|
+
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "badge-googlepay-clip", children: /* @__PURE__ */ C("rect", { width: "37.7953", height: "18", fill: "white" }) }) })
|
|
395
|
+
]
|
|
396
|
+
}
|
|
397
|
+
)
|
|
398
|
+
);
|
|
399
|
+
V.displayName = "GooglePayBadge";
|
|
400
|
+
const a = t.forwardRef(
|
|
401
|
+
(l, i) => /* @__PURE__ */ H(
|
|
333
402
|
"svg",
|
|
334
403
|
{
|
|
335
404
|
width: "133",
|
|
@@ -337,10 +406,10 @@ const e = l.forwardRef(
|
|
|
337
406
|
viewBox: "0 0 133 40",
|
|
338
407
|
fill: "none",
|
|
339
408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
340
|
-
ref:
|
|
341
|
-
...
|
|
409
|
+
ref: i,
|
|
410
|
+
...l,
|
|
342
411
|
children: [
|
|
343
|
-
/* @__PURE__ */
|
|
412
|
+
/* @__PURE__ */ H("g", { clipPath: "url(#badge-huawei-clip)", children: [
|
|
344
413
|
/* @__PURE__ */ C(
|
|
345
414
|
"path",
|
|
346
415
|
{
|
|
@@ -529,9 +598,95 @@ const e = l.forwardRef(
|
|
|
529
598
|
}
|
|
530
599
|
)
|
|
531
600
|
);
|
|
532
|
-
|
|
601
|
+
a.displayName = "HuaweiBadge";
|
|
602
|
+
const d = t.forwardRef(
|
|
603
|
+
(l, i) => /* @__PURE__ */ C(
|
|
604
|
+
"svg",
|
|
605
|
+
{
|
|
606
|
+
width: "44",
|
|
607
|
+
height: "18",
|
|
608
|
+
viewBox: "0 0 44 18",
|
|
609
|
+
fill: "none",
|
|
610
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
611
|
+
ref: i,
|
|
612
|
+
...l,
|
|
613
|
+
children: /* @__PURE__ */ C(
|
|
614
|
+
"path",
|
|
615
|
+
{
|
|
616
|
+
d: "M9.56085 3.0628C9.10414 3.60324 8.37341 4.0295 7.64268 3.9686C7.55134 3.23787 7.90909 2.46147 8.32774 1.98192C8.78445 1.42626 9.58369 1.03045 10.2307 1C10.3068 1.76118 10.0099 2.50714 9.56085 3.0628ZM10.2231 4.11323C9.16504 4.05233 8.25923 4.71456 7.75686 4.71456C7.24687 4.71456 6.47807 4.14367 5.64078 4.1589C4.55229 4.17412 3.53992 4.79068 2.98426 5.7726C1.84249 7.73644 2.6874 10.6441 3.79111 12.2426C4.33155 13.0343 4.97855 13.902 5.83107 13.8716C6.63792 13.8411 6.95762 13.3463 7.93193 13.3463C8.91385 13.3463 9.19549 13.8716 10.048 13.8563C10.931 13.8411 11.4866 13.0647 12.0271 12.2731C12.6436 11.3749 12.8948 10.4995 12.91 10.4539C12.8948 10.4386 11.205 9.79163 11.1898 7.84301C11.1746 6.21408 12.5218 5.43768 12.5827 5.39201C11.8216 4.26546 10.6341 4.14367 10.2231 4.11323ZM16.3354 1.9058V13.7726H18.1774V9.71551H20.7274C23.0566 9.71551 24.6931 8.11703 24.6931 5.80304C24.6931 3.48906 23.087 1.9058 20.7883 1.9058H16.3354ZM18.1774 3.45861H20.3011C21.8996 3.45861 22.813 4.31113 22.813 5.81066C22.813 7.31018 21.8996 8.17031 20.2935 8.17031H18.1774V3.45861ZM28.0575 13.8639C29.2145 13.8639 30.2878 13.2778 30.7749 12.3492H30.813V13.7726H32.518V7.86584C32.518 6.15319 31.1479 5.04948 29.0394 5.04948C27.0832 5.04948 25.637 6.16841 25.5837 7.70599H27.2431C27.3801 6.97526 28.0575 6.49572 28.9862 6.49572C30.1127 6.49572 30.7445 7.02093 30.7445 7.98763V8.64225L28.4457 8.77926C26.3068 8.90866 25.1498 9.78401 25.1498 11.3064C25.1498 12.844 26.3449 13.8639 28.0575 13.8639ZM28.5523 12.4558C27.5704 12.4558 26.9462 11.9838 26.9462 11.2607C26.9462 10.5147 27.5475 10.0809 28.6969 10.0124L30.7445 9.88297V10.5528C30.7445 11.6641 29.8006 12.4558 28.5523 12.4558ZM34.794 17C36.5903 17 37.4353 16.3149 38.1736 14.2369L41.4086 5.16365H39.5361L37.3667 12.1741H37.3287L35.1593 5.16365H33.2335L36.3544 13.803L36.1869 14.3283C35.9053 15.2188 35.4486 15.5614 34.6341 15.5614C34.4895 15.5614 34.2079 15.5461 34.0937 15.5309V16.9543C34.2002 16.9848 34.6569 17 34.794 17Z",
|
|
617
|
+
fill: "var(--color-comp-logo-apple-pay, #1C1A1F)"
|
|
618
|
+
}
|
|
619
|
+
)
|
|
620
|
+
}
|
|
621
|
+
)
|
|
622
|
+
);
|
|
623
|
+
d.displayName = "ApplePayBadge";
|
|
624
|
+
const L = t.forwardRef(
|
|
625
|
+
(l, i) => /* @__PURE__ */ H(
|
|
626
|
+
"svg",
|
|
627
|
+
{
|
|
628
|
+
width: "30",
|
|
629
|
+
height: "18",
|
|
630
|
+
viewBox: "0 0 30 18",
|
|
631
|
+
fill: "none",
|
|
632
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
633
|
+
ref: i,
|
|
634
|
+
...l,
|
|
635
|
+
children: [
|
|
636
|
+
/* @__PURE__ */ C(
|
|
637
|
+
"path",
|
|
638
|
+
{
|
|
639
|
+
d: "M18.5012 2.71338H11.5049V15.2845H18.5012V2.71338Z",
|
|
640
|
+
fill: "#FF5F00"
|
|
641
|
+
}
|
|
642
|
+
),
|
|
643
|
+
/* @__PURE__ */ C(
|
|
644
|
+
"path",
|
|
645
|
+
{
|
|
646
|
+
d: "M11.9491 8.99858C11.9491 6.55543 13.0819 4.22334 14.992 2.71303C11.5271 -0.0188545 6.48536 0.580827 3.75347 4.06787C1.0438 7.53269 1.64348 12.5523 5.13052 15.2841C8.04009 17.5718 12.1046 17.5718 15.0142 15.2841C13.0819 13.7738 11.9491 11.4417 11.9491 8.99858Z",
|
|
647
|
+
fill: "#EB001B"
|
|
648
|
+
}
|
|
649
|
+
),
|
|
650
|
+
/* @__PURE__ */ C(
|
|
651
|
+
"path",
|
|
652
|
+
{
|
|
653
|
+
d: "M27.9406 8.99858C27.9406 13.4185 24.3648 16.9943 19.9449 16.9943C18.1458 16.9943 16.4134 16.3947 15.0142 15.2841C18.479 12.5523 19.0787 7.53269 16.3468 4.04566C15.947 3.55703 15.5028 3.09061 15.0142 2.71303C18.479 -0.0188546 23.5208 0.580827 26.2304 4.06787C27.341 5.46712 27.9406 7.19954 27.9406 8.99858Z",
|
|
654
|
+
fill: "#F79E1B"
|
|
655
|
+
}
|
|
656
|
+
)
|
|
657
|
+
]
|
|
658
|
+
}
|
|
659
|
+
)
|
|
660
|
+
);
|
|
661
|
+
L.displayName = "MastercardBadge";
|
|
662
|
+
const M = t.forwardRef(
|
|
663
|
+
(l, i) => /* @__PURE__ */ C(
|
|
664
|
+
"svg",
|
|
665
|
+
{
|
|
666
|
+
width: "42",
|
|
667
|
+
height: "18",
|
|
668
|
+
viewBox: "0 0 42 18",
|
|
669
|
+
fill: "none",
|
|
670
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
671
|
+
ref: i,
|
|
672
|
+
...l,
|
|
673
|
+
children: /* @__PURE__ */ C(
|
|
674
|
+
"path",
|
|
675
|
+
{
|
|
676
|
+
d: "M26.6049 3C23.9753 3 21.6253 4.36316 21.6253 6.88112C21.6253 9.76907 25.793 9.96852 25.793 11.4195C25.793 12.0305 25.0931 12.5773 23.8971 12.5773C22.2003 12.5773 20.9321 11.8132 20.9321 11.8132L20.3893 14.3546C20.3893 14.3546 21.8503 15 23.79 15C26.6649 15 28.9275 13.5701 28.9275 11.0088C28.9275 7.95696 24.7424 7.76345 24.7424 6.41697C24.7424 5.93837 25.317 5.41416 26.5092 5.41416C27.8546 5.41416 28.9519 5.96988 28.9519 5.96988L29.4832 3.51568C29.4832 3.51568 28.2887 3 26.6045 3H26.6049ZM2.54594 3.18536L2.48218 3.55572C2.48218 3.55572 3.58842 3.75813 4.58493 4.16222C5.86801 4.62526 5.95921 4.89515 6.17534 5.73224L8.52982 14.8087H11.6862L16.5486 3.18536H13.3997L10.2752 11.0881L9.00027 4.38911C8.88349 3.62245 8.29107 3.18499 7.5663 3.18499H2.54631L2.54594 3.18536ZM17.815 3.18536L15.3449 14.8087H18.3477L20.809 3.18536H17.815ZM34.5629 3.18536C33.8388 3.18536 33.4551 3.57314 33.1738 4.25046L28.7744 14.8087H31.9233L32.5324 13.0489H36.3687L36.739 14.8087H39.5176L37.0938 3.18536H34.5629ZM34.9725 6.32577L35.906 10.6874H33.4055L34.9729 6.32577H34.9725Z",
|
|
677
|
+
fill: "#1434CB"
|
|
678
|
+
}
|
|
679
|
+
)
|
|
680
|
+
}
|
|
681
|
+
)
|
|
682
|
+
);
|
|
683
|
+
M.displayName = "VisaBadge";
|
|
533
684
|
export {
|
|
534
|
-
|
|
685
|
+
e as AppStoreBadge,
|
|
686
|
+
d as ApplePayBadge,
|
|
687
|
+
V as GooglePayBadge,
|
|
535
688
|
h as GooglePlayBadge,
|
|
536
|
-
|
|
689
|
+
a as HuaweiBadge,
|
|
690
|
+
L as MastercardBadge,
|
|
691
|
+
M as VisaBadge
|
|
537
692
|
};
|
|
@@ -229,4 +229,17 @@ export declare const Facebook: Icon;
|
|
|
229
229
|
* @component
|
|
230
230
|
*/
|
|
231
231
|
export declare const XTwitter: Icon;
|
|
232
|
+
/**
|
|
233
|
+
* Half-filled star icon for partial rating values (e.g. 3.5 out of 5).
|
|
234
|
+
*
|
|
235
|
+
* Unlike most icons, `HalfStar` renders in two colors: the filled left half
|
|
236
|
+
* uses `currentColor` like a normal icon, while the unfilled right half uses
|
|
237
|
+
* the comp-level star token (`--color-comp-rating-star-empty`) so it stays in sync
|
|
238
|
+
* with `Rating`'s empty stars and any theme override. To bypass the token
|
|
239
|
+
* for a one-off (e.g. inside a coloured surface), set `--half-star-background`
|
|
240
|
+
* on a parent element.
|
|
241
|
+
*
|
|
242
|
+
* @component
|
|
243
|
+
*/
|
|
244
|
+
export declare const HalfStar: Icon;
|
|
232
245
|
//# sourceMappingURL=CustomIcons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomIcons.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/CustomIcons.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"CustomIcons.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/CustomIcons.tsx"],"names":[],"mappings":"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"}
|