@vkzstudio/muza-ui 1.1.0 → 1.3.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.
Files changed (159) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +52 -2
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -1
  3. package/dist/components/Accordion/Accordion.js +111 -76
  4. package/dist/components/ArticleCard/ArticleCard.d.ts +178 -0
  5. package/dist/components/ArticleCard/ArticleCard.d.ts.map +1 -0
  6. package/dist/components/ArticleCard/ArticleCard.js +542 -0
  7. package/dist/components/ArticleCard/ArticleCard.stories.d.ts +14 -0
  8. package/dist/components/ArticleCard/ArticleCard.stories.d.ts.map +1 -0
  9. package/dist/components/ArticleCard/index.d.ts +2 -0
  10. package/dist/components/ArticleCard/index.d.ts.map +1 -0
  11. package/dist/components/ButtonArrow/ButtonArrow.js +1 -1
  12. package/dist/components/Calendar/Calendar.d.ts.map +1 -1
  13. package/dist/components/Calendar/Calendar.js +5 -5
  14. package/dist/components/Calendar/index.d.ts +1 -2
  15. package/dist/components/Calendar/index.d.ts.map +1 -1
  16. package/dist/components/Carousel/Carousel.d.ts +9 -0
  17. package/dist/components/Carousel/Carousel.d.ts.map +1 -1
  18. package/dist/components/Carousel/Carousel.js +135 -133
  19. package/dist/components/CarouselSection/CarouselSection.examples.d.ts +34 -0
  20. package/dist/components/CarouselSection/CarouselSection.examples.d.ts.map +1 -0
  21. package/dist/components/CarouselSection/CarouselSection.stories.d.ts +8 -0
  22. package/dist/components/CarouselSection/CarouselSection.stories.d.ts.map +1 -0
  23. package/dist/components/CategoryCard/CategoryCard.d.ts +97 -0
  24. package/dist/components/CategoryCard/CategoryCard.d.ts.map +1 -0
  25. package/dist/components/CategoryCard/CategoryCard.js +152 -0
  26. package/dist/components/CategoryCard/CategoryCard.stories.d.ts +14 -0
  27. package/dist/components/CategoryCard/CategoryCard.stories.d.ts.map +1 -0
  28. package/dist/components/CategoryCard/index.d.ts +2 -0
  29. package/dist/components/CategoryCard/index.d.ts.map +1 -0
  30. package/dist/components/CategoryIcon/CategoryIcon.d.ts +45 -0
  31. package/dist/components/CategoryIcon/CategoryIcon.d.ts.map +1 -0
  32. package/dist/components/CategoryIcon/CategoryIcon.js +54 -0
  33. package/dist/components/CategoryIcon/CategoryIcon.stories.d.ts +10 -0
  34. package/dist/components/CategoryIcon/CategoryIcon.stories.d.ts.map +1 -0
  35. package/dist/components/CategoryIcon/index.d.ts +2 -0
  36. package/dist/components/CategoryIcon/index.d.ts.map +1 -0
  37. package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
  38. package/dist/components/DatePicker/DatePicker.js +5 -5
  39. package/dist/components/DotDivider/DotDivider.d.ts +35 -0
  40. package/dist/components/DotDivider/DotDivider.d.ts.map +1 -0
  41. package/dist/components/DotDivider/DotDivider.js +31 -0
  42. package/dist/components/DotDivider/DotDivider.stories.d.ts +10 -0
  43. package/dist/components/DotDivider/DotDivider.stories.d.ts.map +1 -0
  44. package/dist/components/DotDivider/index.d.ts +2 -0
  45. package/dist/components/DotDivider/index.d.ts.map +1 -0
  46. package/dist/components/HeartButton/HeartButton.d.ts +61 -0
  47. package/dist/components/HeartButton/HeartButton.d.ts.map +1 -0
  48. package/dist/components/HeartButton/HeartButton.js +88 -0
  49. package/dist/components/HeartButton/HeartButton.stories.d.ts +10 -0
  50. package/dist/components/HeartButton/HeartButton.stories.d.ts.map +1 -0
  51. package/dist/components/HeartButton/index.d.ts +2 -0
  52. package/dist/components/HeartButton/index.d.ts.map +1 -0
  53. package/dist/components/Icons/CustomBadges.d.ts +20 -0
  54. package/dist/components/Icons/CustomBadges.d.ts.map +1 -1
  55. package/dist/components/Icons/CustomBadges.js +176 -21
  56. package/dist/components/Icons/CustomIcons.d.ts +13 -0
  57. package/dist/components/Icons/CustomIcons.d.ts.map +1 -1
  58. package/dist/components/Icons/CustomIcons.js +50 -30
  59. package/dist/components/Icons/LogosAndBadges.stories.d.ts +2 -1
  60. package/dist/components/Icons/LogosAndBadges.stories.d.ts.map +1 -1
  61. package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts.map +1 -1
  62. package/dist/components/LanguageSwitcher/LanguageSwitcher.js +65 -55
  63. package/dist/components/LoginScreen/LoginScreen.d.ts +21 -2
  64. package/dist/components/LoginScreen/LoginScreen.d.ts.map +1 -1
  65. package/dist/components/LoginScreen/LoginScreen.js +32 -26
  66. package/dist/components/LoginScreen/LoginScreen.stories.d.ts +2 -2
  67. package/dist/components/LoginScreen/LoginScreen.stories.d.ts.map +1 -1
  68. package/dist/components/MultiSelect/MultiSelect.js +1 -1
  69. package/dist/components/OfferCard/OfferCard.d.ts +206 -0
  70. package/dist/components/OfferCard/OfferCard.d.ts.map +1 -0
  71. package/dist/components/OfferCard/OfferCard.js +423 -0
  72. package/dist/components/OfferCard/OfferCard.stories.d.ts +15 -0
  73. package/dist/components/OfferCard/OfferCard.stories.d.ts.map +1 -0
  74. package/dist/components/OfferCard/index.d.ts +2 -0
  75. package/dist/components/OfferCard/index.d.ts.map +1 -0
  76. package/dist/components/PartnerCard/PartnerCard.d.ts +234 -0
  77. package/dist/components/PartnerCard/PartnerCard.d.ts.map +1 -0
  78. package/dist/components/PartnerCard/PartnerCard.js +591 -0
  79. package/dist/components/PartnerCard/PartnerCard.stories.d.ts +14 -0
  80. package/dist/components/PartnerCard/PartnerCard.stories.d.ts.map +1 -0
  81. package/dist/components/PartnerCard/index.d.ts +2 -0
  82. package/dist/components/PartnerCard/index.d.ts.map +1 -0
  83. package/dist/components/PaymentMethodSelect/PaymentMethodSelect.examples.d.ts +35 -0
  84. package/dist/components/PaymentMethodSelect/PaymentMethodSelect.examples.d.ts.map +1 -0
  85. package/dist/components/PaymentMethodSelect/PaymentMethodSelect.stories.d.ts +11 -0
  86. package/dist/components/PaymentMethodSelect/PaymentMethodSelect.stories.d.ts.map +1 -0
  87. package/dist/components/Rating/Rating.d.ts +62 -0
  88. package/dist/components/Rating/Rating.d.ts.map +1 -0
  89. package/dist/components/Rating/Rating.js +88 -0
  90. package/dist/components/Rating/Rating.stories.d.ts +12 -0
  91. package/dist/components/Rating/Rating.stories.d.ts.map +1 -0
  92. package/dist/components/Rating/index.d.ts +2 -0
  93. package/dist/components/Rating/index.d.ts.map +1 -0
  94. package/dist/components/RatingBlock/RatingBlock.d.ts +65 -0
  95. package/dist/components/RatingBlock/RatingBlock.d.ts.map +1 -0
  96. package/dist/components/RatingBlock/RatingBlock.js +92 -0
  97. package/dist/components/RatingBlock/RatingBlock.stories.d.ts +12 -0
  98. package/dist/components/RatingBlock/RatingBlock.stories.d.ts.map +1 -0
  99. package/dist/components/RatingBlock/index.d.ts +2 -0
  100. package/dist/components/RatingBlock/index.d.ts.map +1 -0
  101. package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.js +5 -5
  102. package/dist/components/SearchFilters/SearchFilters.d.ts +88 -0
  103. package/dist/components/SearchFilters/SearchFilters.d.ts.map +1 -0
  104. package/dist/components/SearchFilters/SearchFilters.js +176 -0
  105. package/dist/components/SearchFilters/SearchFilters.stories.d.ts +12 -0
  106. package/dist/components/SearchFilters/SearchFilters.stories.d.ts.map +1 -0
  107. package/dist/components/SearchFilters/index.d.ts +2 -0
  108. package/dist/components/SearchFilters/index.d.ts.map +1 -0
  109. package/dist/components/Tag/Tag.d.ts.map +1 -1
  110. package/dist/components/TransactionsListView/TransactionsListView.d.ts +152 -0
  111. package/dist/components/TransactionsListView/TransactionsListView.d.ts.map +1 -0
  112. package/dist/components/TransactionsListView/TransactionsListView.js +367 -0
  113. package/dist/components/TransactionsListView/TransactionsListView.stories.d.ts +12 -0
  114. package/dist/components/TransactionsListView/TransactionsListView.stories.d.ts.map +1 -0
  115. package/dist/components/TransactionsListView/index.d.ts +2 -0
  116. package/dist/components/TransactionsListView/index.d.ts.map +1 -0
  117. package/dist/components/VoucherCard/VoucherCard.d.ts +105 -0
  118. package/dist/components/VoucherCard/VoucherCard.d.ts.map +1 -0
  119. package/dist/components/VoucherCard/VoucherCard.js +167 -0
  120. package/dist/components/VoucherCard/VoucherCard.stories.d.ts +9 -0
  121. package/dist/components/VoucherCard/VoucherCard.stories.d.ts.map +1 -0
  122. package/dist/components/VoucherCard/index.d.ts +2 -0
  123. package/dist/components/VoucherCard/index.d.ts.map +1 -0
  124. package/dist/components/index.d.ts +12 -0
  125. package/dist/components/index.d.ts.map +1 -1
  126. package/dist/index.js +405 -352
  127. package/dist/muza-ui.css +1 -1
  128. package/dist/styles/primitives.css +5 -0
  129. package/dist/styles/token-colors.css +105 -30
  130. package/dist/styles/token-sizes.css +24 -0
  131. package/dist/translations/index.d.ts +2 -1
  132. package/dist/translations/index.d.ts.map +1 -1
  133. package/dist/translations/locales/cs.d.ts.map +1 -1
  134. package/dist/translations/locales/cs.js +30 -2
  135. package/dist/translations/locales/en.d.ts.map +1 -1
  136. package/dist/translations/locales/en.js +26 -2
  137. package/dist/translations/locales/sk.d.ts.map +1 -1
  138. package/dist/translations/locales/sk.js +30 -2
  139. package/dist/translations/resolvePluralTemplate.d.ts +10 -0
  140. package/dist/translations/resolvePluralTemplate.d.ts.map +1 -0
  141. package/dist/translations/resolvePluralTemplate.js +20 -0
  142. package/dist/translations/types.d.ts +57 -0
  143. package/dist/translations/types.d.ts.map +1 -1
  144. package/dist/utils/cn.d.ts.map +1 -1
  145. package/dist/utils/cn.js +116 -24
  146. package/dist/utils/disabledLinkProps.d.ts +14 -0
  147. package/dist/utils/disabledLinkProps.d.ts.map +1 -0
  148. package/dist/utils/disabledLinkProps.js +9 -0
  149. package/dist/{components/Calendar/utils → utils}/formatDate.d.ts +1 -1
  150. package/dist/utils/formatDate.d.ts.map +1 -0
  151. package/dist/utils/formatDateRange.d.ts.map +1 -0
  152. package/dist/utils/index.d.ts +3 -0
  153. package/dist/utils/index.d.ts.map +1 -1
  154. package/package.json +1 -1
  155. package/dist/components/Calendar/utils/formatDate.d.ts.map +0 -1
  156. package/dist/components/Calendar/utils/formatDateRange.d.ts.map +0 -1
  157. /package/dist/{components/Calendar/utils → utils}/formatDate.js +0 -0
  158. /package/dist/{components/Calendar/utils → utils}/formatDateRange.d.ts +0 -0
  159. /package/dist/{components/Calendar/utils → utils}/formatDateRange.js +0 -0
@@ -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 i, jsx as C } from "react/jsx-runtime";
2
- import * as l from "react";
3
- const h = l.forwardRef(
4
- (H, t) => /* @__PURE__ */ i(
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: t,
13
- ...H,
12
+ ref: i,
13
+ ...l,
14
14
  children: [
15
- /* @__PURE__ */ i("g", { clipPath: "url(#badge-googleplay-clip)", children: [
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 V = l.forwardRef(
143
- (H, t) => /* @__PURE__ */ i(
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: t,
152
- ...H,
151
+ ref: i,
152
+ ...l,
153
153
  children: [
154
- /* @__PURE__ */ i("g", { clipPath: "url(#badge-appstore-clip)", children: [
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
- V.displayName = "AppStoreBadge";
331
- const e = l.forwardRef(
332
- (H, t) => /* @__PURE__ */ i(
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: t,
341
- ...H,
409
+ ref: i,
410
+ ...l,
342
411
  children: [
343
- /* @__PURE__ */ i("g", { clipPath: "url(#badge-huawei-clip)", children: [
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
- e.displayName = "HuaweiBadge";
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
- V as AppStoreBadge,
685
+ e as AppStoreBadge,
686
+ d as ApplePayBadge,
687
+ V as GooglePayBadge,
535
688
  h as GooglePlayBadge,
536
- e as HuaweiBadge
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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"}
@@ -68,7 +68,7 @@ const d = r(
68
68
  ) })
69
69
  );
70
70
  d.displayName = "Cutlery";
71
- const V = r(
71
+ const n = r(
72
72
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
73
73
  "path",
74
74
  {
@@ -77,8 +77,8 @@ const V = r(
77
77
  }
78
78
  ) })
79
79
  );
80
- V.displayName = "MuzaIcon";
81
- const n = r(
80
+ n.displayName = "MuzaIcon";
81
+ const V = r(
82
82
  (L, l) => /* @__PURE__ */ i(e, { ref: l, ...L, children: [
83
83
  /* @__PURE__ */ C(
84
84
  "path",
@@ -96,7 +96,7 @@ const n = r(
96
96
  )
97
97
  ] })
98
98
  );
99
- n.displayName = "ArrowsSorting";
99
+ V.displayName = "ArrowsSorting";
100
100
  const a = r(
101
101
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
102
102
  "path",
@@ -128,22 +128,22 @@ const M = r(
128
128
  ) })
129
129
  );
130
130
  M.displayName = "LayoutHorizontal";
131
- const Z = r((L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
131
+ const p = r((L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
132
132
  "path",
133
133
  {
134
134
  d: "M12 0.5C18.3511 0.500263 23.5 5.64889 23.5 12C23.4997 18.3509 18.3509 23.4997 12 23.5C5.64889 23.5 0.500263 18.3511 0.5 12C0.500001 5.64872 5.64872 0.500001 12 0.5ZM12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.50026 17.7988 6.20117 22.5 12 22.5C17.7986 22.4997 22.4997 17.7986 22.5 12C22.5 6.20117 17.7988 1.50026 12 1.5ZM12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5ZM15.0977 10.0312C13.6248 10.0312 12.5508 11.1544 12.5508 12.707C12.551 14.2593 13.6245 15.3816 15.1064 15.3818C16.2942 15.3818 17.3112 14.5908 17.5107 13.5068L16.5225 13.3799C16.3514 14.0146 15.7906 14.4736 15.1064 14.4736C14.2421 14.4734 13.5868 13.7319 13.5771 12.707C13.5771 11.6819 14.2515 10.9397 15.1064 10.9395C15.7716 10.9395 16.3616 11.3985 16.5137 12.043L17.502 11.916C17.3309 10.8224 16.3234 10.0313 15.0977 10.0312ZM6.96484 15.1865H8.10547V11.9453L10.7754 15.1865H12.21L9.12207 11.5352L12.125 8.27344H10.6992L8.10547 11.1445V8.27344H6.96484V15.1865ZM14.5654 9.64062H15.6104L16.7227 8H15.8477L15.0879 9.11328L14.3281 8H13.4629L14.5654 9.64062Z",
135
135
  fill: "currentColor"
136
136
  }
137
137
  ) }));
138
- Z.displayName = "CZK";
139
- const p = r((L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
138
+ p.displayName = "CZK";
139
+ const Z = r((L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
140
140
  "path",
141
141
  {
142
142
  d: "M12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12C0.500001 5.64873 5.64873 0.500001 12 0.5ZM12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5ZM12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5ZM12.3301 8.2002C10.5401 8.2002 9.15977 9.30996 8.75977 10.96H7.59961V11.6504H8.65039C8.6404 11.7603 8.62988 11.8704 8.62988 11.9902C8.6299 12.0901 8.63965 12.1901 8.63965 12.29H7.59961V12.9795H8.75C9.13999 14.6494 10.5299 15.7802 12.3398 15.7803C13.9898 15.7803 15.4202 14.7198 15.7402 13.2598L14.5996 13.0703C14.3294 14.0401 13.3795 14.7402 12.3496 14.7402C11.2198 14.7401 10.3302 14.0394 9.99023 12.9795H12.5996V12.29H9.84961C9.83962 12.1901 9.83984 12.0901 9.83984 11.9902C9.83984 11.8704 9.83965 11.7602 9.84961 11.6504H12.6104V10.96H10C10.35 9.92008 11.2198 9.25015 12.3496 9.25C13.4095 9.25 14.3497 9.96986 14.5898 10.9697L15.7402 10.8301C15.4202 9.3101 13.99 8.20023 12.3301 8.2002Z",
143
143
  fill: "currentColor"
144
144
  }
145
145
  ) }));
146
- p.displayName = "EUR";
146
+ Z.displayName = "EUR";
147
147
  const h = r(
148
148
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, viewBox: "0 0 20 20", children: /* @__PURE__ */ C(
149
149
  "path",
@@ -329,7 +329,7 @@ const E = r(
329
329
  ) })
330
330
  );
331
331
  E.displayName = "TextH1";
332
- const F = r(
332
+ const k = r(
333
333
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
334
334
  "path",
335
335
  {
@@ -338,8 +338,8 @@ const F = r(
338
338
  }
339
339
  ) })
340
340
  );
341
- F.displayName = "TextH2";
342
- const R = r(
341
+ k.displayName = "TextH2";
342
+ const v = r(
343
343
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
344
344
  "path",
345
345
  {
@@ -348,8 +348,8 @@ const R = r(
348
348
  }
349
349
  ) })
350
350
  );
351
- R.displayName = "TextH3";
352
- const k = r(
351
+ v.displayName = "TextH3";
352
+ const F = r(
353
353
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
354
354
  "path",
355
355
  {
@@ -358,8 +358,8 @@ const k = r(
358
358
  }
359
359
  ) })
360
360
  );
361
- k.displayName = "EditorBold";
362
- const v = r(
361
+ F.displayName = "EditorBold";
362
+ const R = r(
363
363
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
364
364
  "path",
365
365
  {
@@ -368,7 +368,7 @@ const v = r(
368
368
  }
369
369
  ) })
370
370
  );
371
- v.displayName = "EditorItalic";
371
+ R.displayName = "EditorItalic";
372
372
  const g = r(
373
373
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
374
374
  "path",
@@ -439,7 +439,7 @@ const T = r(
439
439
  ) })
440
440
  );
441
441
  T.displayName = "CurlyBrace";
442
- const D = r(
442
+ const b = r(
443
443
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
444
444
  "path",
445
445
  {
@@ -450,8 +450,8 @@ const D = r(
450
450
  }
451
451
  ) })
452
452
  );
453
- D.displayName = "CurlyBrace2";
454
- const b = r(
453
+ b.displayName = "CurlyBrace2";
454
+ const D = r(
455
455
  (L, l) => /* @__PURE__ */ C(e, { ref: l, ...L, children: /* @__PURE__ */ C(
456
456
  "path",
457
457
  {
@@ -462,7 +462,7 @@ const b = r(
462
462
  }
463
463
  ) })
464
464
  );
465
- b.displayName = "DoubleArrowRight";
465
+ D.displayName = "DoubleArrowRight";
466
466
  const P = r(
467
467
  (L, l) => /* @__PURE__ */ i(e, { ref: l, ...L, children: [
468
468
  /* @__PURE__ */ C(
@@ -734,11 +734,30 @@ const J = r(
734
734
  ) })
735
735
  );
736
736
  J.displayName = "XTwitter";
737
+ const Q = r(
738
+ (L, l) => /* @__PURE__ */ i(e, { ref: l, ...L, children: [
739
+ /* @__PURE__ */ C(
740
+ "path",
741
+ {
742
+ d: "M10.0757 20.7512L10.6715 20.4768L10.6715 20.4768C11.3259 20.1755 11.6532 20.0248 12 20.0248V2C11.0531 2 10.4198 3.13612 9.15317 5.40837L9.15316 5.40838L8.82547 5.99623L8.82546 5.99624C8.46552 6.64194 8.28555 6.96479 8.00494 7.17781C7.72433 7.39083 7.37485 7.4699 6.67589 7.62805L6.03954 7.77203C3.57986 8.32856 2.35002 8.60682 2.05742 9.54773C1.76482 10.4886 2.60325 11.4691 4.2801 13.4299L4.71392 13.9372L4.71392 13.9372C5.19043 14.4944 5.42868 14.773 5.53586 15.1177C5.64305 15.4624 5.60703 15.8341 5.53498 16.5776L5.4694 17.2544C5.21588 19.8706 5.08912 21.1787 5.85515 21.7602C6.62117 22.3417 7.77267 21.8115 10.0757 20.7512L10.0757 20.7512Z",
743
+ fill: "currentColor"
744
+ }
745
+ ),
746
+ /* @__PURE__ */ C(
747
+ "path",
748
+ {
749
+ d: "M13.9243 20.7512L13.3285 20.4768L13.3285 20.4768C12.6741 20.1755 12.3468 20.0248 12 20.0248V2C12.9469 2 13.5802 3.13612 14.8468 5.40837L14.8468 5.40838L15.1745 5.99623L15.1745 5.99624C15.5345 6.64194 15.7144 6.96479 15.9951 7.17781C16.2757 7.39083 16.6251 7.4699 17.3241 7.62805L17.9605 7.77203C20.4201 8.32856 21.65 8.60682 21.9426 9.54773C22.2352 10.4886 21.3968 11.4691 19.7199 13.4299L19.2861 13.9372L19.2861 13.9372C18.8096 14.4944 18.5713 14.773 18.4641 15.1177C18.357 15.4624 18.393 15.8341 18.465 16.5776L18.5306 17.2544C18.7841 19.8706 18.9109 21.1787 18.1449 21.7602C17.3788 22.3417 16.2273 21.8115 13.9243 20.7512L13.9243 20.7512Z",
750
+ fill: "var(--half-star-background, var(--color-comp-rating-star-empty))"
751
+ }
752
+ )
753
+ ] })
754
+ );
755
+ Q.displayName = "HalfStar";
737
756
  export {
738
- n as ArrowsSorting,
757
+ V as ArrowsSorting,
739
758
  t as Barcode,
740
759
  B as BulletList,
741
- Z as CZK,
760
+ p as CZK,
742
761
  s as CheckMinus,
743
762
  h as Checked,
744
763
  K as Coins,
@@ -747,12 +766,12 @@ export {
747
766
  j as Coins3,
748
767
  S as Colour,
749
768
  T as CurlyBrace,
750
- D as CurlyBrace2,
769
+ b as CurlyBrace2,
751
770
  d as Cutlery,
752
- b as DoubleArrowRight,
753
- p as EUR,
754
- k as EditorBold,
755
- v as EditorItalic,
771
+ D as DoubleArrowRight,
772
+ Z as EUR,
773
+ F as EditorBold,
774
+ R as EditorItalic,
756
775
  g as EditorStrikethrough,
757
776
  G as EmptyCircle,
758
777
  P as ExternalLink,
@@ -762,12 +781,13 @@ export {
762
781
  f as FlagCz,
763
782
  y as FlagEn,
764
783
  m as FlagSk,
784
+ Q as HalfStar,
765
785
  M as LayoutHorizontal,
766
786
  c as LayoutVertical,
767
787
  Y as Linkedin,
768
788
  u as MagnifyingGlass,
769
789
  O as MenuDotsVertical,
770
- V as MuzaIcon,
790
+ n as MuzaIcon,
771
791
  x as NumberList,
772
792
  I as Plus,
773
793
  w as RemoveTextFormat,
@@ -776,8 +796,8 @@ export {
776
796
  A as Scan,
777
797
  _ as Spinner,
778
798
  E as TextH1,
779
- F as TextH2,
780
- R as TextH3,
799
+ k as TextH2,
800
+ v as TextH3,
781
801
  z as XClose,
782
802
  J as XTwitter,
783
803
  U as Youtube
@@ -4,5 +4,6 @@ export default meta;
4
4
  type Story = StoryObj;
5
5
  export declare const Logos: Story;
6
6
  export declare const LogosLight: Story;
7
- export declare const Badges: Story;
7
+ export declare const StoreBadges: Story;
8
+ export declare const PaymentBadges: Story;
8
9
  //# sourceMappingURL=LogosAndBadges.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LogosAndBadges.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/LogosAndBadges.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAI3D,QAAA,MAAM,IAAI,EAAE,IAeX,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAA;AAyBrB,eAAO,MAAM,KAAK,EAAE,KAqBnB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KA6BxB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAyBpB,CAAA"}
1
+ {"version":3,"file":"LogosAndBadges.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/LogosAndBadges.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAI3D,QAAA,MAAM,IAAI,EAAE,IAeX,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAA;AAuCrB,eAAO,MAAM,KAAK,EAAE,KAqBnB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KA6BxB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAyBzB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAuB3B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"LanguageSwitcher.d.ts","sourceRoot":"","sources":["../../../src/components/LanguageSwitcher/LanguageSwitcher.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAO,MAAM,0BAA0B,CAAA;AAEjE,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,WAAW,CAAA;AAWpD;;;;;;;;;GASG;AAQH,eAAO,MAAM,+BAA+B;;8EAuB3C,CAAA;AAED,eAAO,MAAM,+BAA+B;;8EAiB3C,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG,WAAW,CAC/C,YAAY,CAAC,OAAO,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAChE,CAAA;AAED;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,cAAc;IAC7B,kEAAkE;IAClE,IAAI,EAAE,MAAM,CAAA;IACZ,4DAA4D;IAC5D,KAAK,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,SAAS,EAAE,cAAc,EAAE,CAAA;IAC3B,wFAAwF;IACxF,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,0FAA0F;IAC1F,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,0FAA0F;IAC1F,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,MAAM,CAAC,CAAA;IACvC,wEAAwE;IACxE,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,uBAAuB,CAAA;CAClC;AAED,QAAA,MAAM,gBAAgB,GAAI,kGASvB,qBAAqB,4CAqEvB,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
1
+ {"version":3,"file":"LanguageSwitcher.d.ts","sourceRoot":"","sources":["../../../src/components/LanguageSwitcher/LanguageSwitcher.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAO,MAAM,0BAA0B,CAAA;AAEjE,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,WAAW,CAAA;AAWpD;;;;;;;;;GASG;AAQH,eAAO,MAAM,+BAA+B;;8EAuB3C,CAAA;AAED,eAAO,MAAM,+BAA+B;;8EAiB3C,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG,WAAW,CAC/C,YAAY,CAAC,OAAO,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAChE,CAAA;AAED;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,cAAc;IAC7B,kEAAkE;IAClE,IAAI,EAAE,MAAM,CAAA;IACZ,4DAA4D;IAC5D,KAAK,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,SAAS,EAAE,cAAc,EAAE,CAAA;IAC3B,wFAAwF;IACxF,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,0FAA0F;IAC1F,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,0FAA0F;IAC1F,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,MAAM,CAAC,CAAA;IACvC,wEAAwE;IACxE,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,uBAAuB,CAAA;CAClC;AAED,QAAA,MAAM,gBAAgB,GAAI,kGASvB,qBAAqB,4CA8EvB,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}