@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
@@ -1,4 +1,5 @@
1
1
  import { Locale } from 'date-fns';
2
+ import { PluralTemplateMap } from './resolvePluralTemplate';
2
3
  /**
3
4
  * Built-in supported locale codes
4
5
  */
@@ -178,6 +179,34 @@ export interface PaginationTranslations {
178
179
  /** Aria label for the page info text. Use {start}, {end}, and {total} placeholders. */
179
180
  showingItems: string;
180
181
  }
182
+ /**
183
+ * Rating component translations
184
+ */
185
+ export interface RatingTranslations {
186
+ /** Accessible label for the rating group container (e.g. "Rating"). */
187
+ groupLabel: string;
188
+ /**
189
+ * Plural forms for individual star aria-labels, keyed by `Intl.PluralRules`
190
+ * categories. Only `other` is required. Missing keys fall back via the chain
191
+ * `one → two → few → many → other`. Use the `{count}` placeholder for the
192
+ * star number (e.g. "{count} stars" → "3 stars").
193
+ */
194
+ starLabel: PluralTemplateMap;
195
+ }
196
+ /**
197
+ * RatingBlock component translations
198
+ */
199
+ export interface RatingBlockTranslations {
200
+ /**
201
+ * Plural forms for the review-count caption, keyed by `Intl.PluralRules` categories.
202
+ * Only `other` is required. Missing keys fall back via the chain
203
+ * `one → two → few → many → other`. Use the `{count}` placeholder for the
204
+ * formatted review count.
205
+ */
206
+ users: PluralTemplateMap;
207
+ /** Caption shown when `reviewsCount` is 0. */
208
+ empty: string;
209
+ }
181
210
  /**
182
211
  * ReorderableTable component translations
183
212
  */
@@ -185,6 +214,29 @@ export interface ReorderableTableTranslations {
185
214
  dragHandleAriaLabel: string;
186
215
  listAriaLabel: string;
187
216
  }
217
+ /**
218
+ * ArticleCard component translations
219
+ */
220
+ export interface ArticleCardTranslations {
221
+ /** Label for the inline "Read article" CTA. */
222
+ readArticle: string;
223
+ /** Builds the reading-time label rendered next to the publication date. Receives the duration in minutes. */
224
+ readingTime: (minutes: number) => string;
225
+ }
226
+ /**
227
+ * HeartButton component translations
228
+ */
229
+ export interface HeartButtonTranslations {
230
+ /** Default aria-label for the favorite toggle button. */
231
+ toggleFavorite: string;
232
+ }
233
+ /**
234
+ * PartnerCard component translations
235
+ */
236
+ export interface PartnerCardTranslations {
237
+ /** Label for the inline "Map" button rendered in the search variant. */
238
+ mapButton: string;
239
+ }
188
240
  /**
189
241
  * Complete translations object for all muza-ui components
190
242
  */
@@ -206,6 +258,11 @@ export interface MuzaTranslations {
206
258
  textEditor: TextEditorTranslations;
207
259
  reorderableTable: ReorderableTableTranslations;
208
260
  pagination: PaginationTranslations;
261
+ articleCard: ArticleCardTranslations;
262
+ heartButton: HeartButtonTranslations;
263
+ partnerCard: PartnerCardTranslations;
264
+ rating: RatingTranslations;
265
+ ratingBlock: RatingBlockTranslations;
209
266
  }
210
267
  /**
211
268
  * Utility type for partial/deep overrides of translations
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/translations/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/translations/types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../src/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAA;AAwT5C,eAAO,MAAM,EAAE,GAAI,GAAG,QAAQ,UAAU,EAAE,WAEzC,CAAA"}
1
+ {"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../src/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAA;AAoZ5C,eAAO,MAAM,EAAE,GAAI,GAAG,QAAQ,UAAU,EAAE,WAEzC,CAAA"}
package/dist/utils/cn.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { clsx as p } from "clsx";
2
- import { extendTailwindMerge as e } from "tailwind-merge";
2
+ import { extendTailwindMerge as a } from "tailwind-merge";
3
3
  const o = [
4
4
  "none",
5
5
  "2xs",
@@ -99,19 +99,6 @@ const o = [
99
99
  "comp-card-checkout-radius",
100
100
  "comp-card-checkout-p-hor",
101
101
  "comp-card-checkout-p-ver",
102
- "comp-card-magazine-radius",
103
- "comp-card-magazine-p-bottom",
104
- "comp-card-magazine-p",
105
- "comp-card-muzain-radius",
106
- "comp-card-muzain-p-hor",
107
- "comp-card-muzain-p-ver",
108
- "comp-card-offer-gap",
109
- "comp-card-offer-p-top",
110
- "comp-card-offer-p",
111
- "comp-card-offer-p-bottom",
112
- "comp-card-offer-radius",
113
- "comp-card-offer-logo-size",
114
- "comp-card-offer-h",
115
102
  "comp-carousel-circle-size",
116
103
  "comp-carousel-gap",
117
104
  "comp-carousel-arrow-offset",
@@ -142,7 +129,6 @@ const o = [
142
129
  "comp-dialog-android-p-hor-sm",
143
130
  "comp-dialog-android-p-hor-def",
144
131
  "comp-dialog-android-p-ver-def",
145
- "comp-dot-size-divider",
146
132
  "comp-dot-size-placeholder",
147
133
  "comp-dropdown-menu-radius-item",
148
134
  "comp-dropdown-menu-radius",
@@ -157,10 +143,6 @@ const o = [
157
143
  "comp-help-button-radius-left",
158
144
  "comp-help-button-p",
159
145
  "comp-help-button-h",
160
- "comp-hero-card-gap-sm",
161
- "comp-hero-card-gap-def",
162
- "comp-hero-card-p-sm",
163
- "comp-hero-card-p-def",
164
146
  "comp-input-gap",
165
147
  "comp-input-radius-pin",
166
148
  "comp-input-spacing-pin",
@@ -177,13 +159,19 @@ const o = [
177
159
  "comp-market-card-p-ver",
178
160
  "comp-market-card-ico-bg-size",
179
161
  "comp-market-category-ico-ico-size-sm",
162
+ "comp-market-category-ico-ico-size-md",
180
163
  "comp-market-category-ico-bg-size-sm",
164
+ "comp-market-category-ico-bg-size-md",
181
165
  "comp-market-category-ico-ico-size-lg",
182
166
  "comp-market-category-ico-bg-size-lg",
183
167
  "comp-notification-gap",
184
168
  "comp-notification-radius",
185
169
  "comp-notification-p-hor",
186
170
  "comp-notification-p-ver",
171
+ "comp-offer-card-compact-logo-y",
172
+ "comp-offer-card-compact-logo-x",
173
+ "comp-offer-card-search-logo-stroke",
174
+ "comp-offer-card-search-logo-size",
187
175
  "comp-paggination-size",
188
176
  "comp-paygate-card-p-hor",
189
177
  "comp-paygate-card-p-ver",
@@ -214,7 +202,6 @@ const o = [
214
202
  "comp-select-radius",
215
203
  "comp-select-icon-size",
216
204
  "comp-sheet-gap",
217
- "comp-sheet-p-hor-def",
218
205
  "comp-sheet-p-ver-def",
219
206
  "comp-sheet-h-sm",
220
207
  "comp-sheet-h-md",
@@ -294,8 +281,113 @@ const o = [
294
281
  "layout-p-bottom",
295
282
  "layout-p-standard",
296
283
  "layout-w-admin-settings",
297
- "layout-admin-max-w"
298
- ], a = e({
284
+ "layout-admin-max-w",
285
+ "comp-article-card-compact-gap",
286
+ "comp-article-card-compact-p-hor",
287
+ "comp-article-card-compact-p-img",
288
+ "comp-article-card-compact-p-ver",
289
+ "comp-article-card-compact-radius",
290
+ "comp-article-card-hero-large-gap-tags",
291
+ "comp-article-card-hero-large-p",
292
+ "comp-article-card-hero-large-p-bottom",
293
+ "comp-article-card-hero-large-radius",
294
+ "comp-article-card-hero-large-text-max-w",
295
+ "comp-article-card-search-gap",
296
+ "comp-article-card-search-gap-text",
297
+ "comp-article-card-search-h-img",
298
+ "comp-article-card-search-p-img",
299
+ "comp-article-card-search-p-top-text",
300
+ "comp-article-card-search-radius-img",
301
+ "comp-article-card-search-w-img",
302
+ "comp-bar-banner-h",
303
+ "comp-bar-banner-p",
304
+ "comp-button-arrow-bg-size-lg",
305
+ "comp-card-checkbox-p-bottom",
306
+ "comp-card-checkbox-p-hor",
307
+ "comp-card-checkbox-p-ver",
308
+ "comp-card-checkbox-radius",
309
+ "comp-card-default-p-hor",
310
+ "comp-card-default-p-ver",
311
+ "comp-card-default-radius",
312
+ "comp-carousel-radius",
313
+ "comp-dot-divider-default",
314
+ "comp-help-banner-gap",
315
+ "comp-help-banner-p-hor",
316
+ "comp-help-banner-p-top",
317
+ "comp-help-banner-p-ver",
318
+ "comp-help-banner-radius-def",
319
+ "comp-help-banner-radius-sm",
320
+ "comp-input-dot-size",
321
+ "comp-map-filters-gap",
322
+ "comp-map-filters-p-hor",
323
+ "comp-map-filters-p-ver",
324
+ "comp-market-logo-h",
325
+ "comp-market-nav-benefits-max-w",
326
+ "comp-market-nav-benefits-min-w",
327
+ "comp-market-nav-benefits-respo-min-w",
328
+ "comp-market-nav-select-max-w",
329
+ "comp-offer-card-compact-gap",
330
+ "comp-offer-card-compact-logo-size",
331
+ "comp-offer-card-compact-logo-x",
332
+ "comp-offer-card-compact-logo-y",
333
+ "comp-offer-card-compact-p",
334
+ "comp-offer-card-compact-p-img",
335
+ "comp-offer-card-compact-p-top",
336
+ "comp-offer-card-compact-radius",
337
+ "comp-offer-card-search-gap",
338
+ "comp-offer-card-search-gap-text",
339
+ "comp-offer-card-search-h-img",
340
+ "comp-offer-card-search-logo-size",
341
+ "comp-offer-card-search-logo-stroke",
342
+ "comp-offer-card-search-p-img",
343
+ "comp-offer-card-search-p-top-text",
344
+ "comp-offer-card-search-radius-img",
345
+ "comp-offer-card-search-w-img",
346
+ "comp-partner-card-hero-large-gap",
347
+ "comp-partner-card-hero-large-p",
348
+ "comp-partner-card-hero-large-radius",
349
+ "comp-partner-card-hero-large-text-max-w",
350
+ "comp-partner-card-hero-sm-gap",
351
+ "comp-partner-card-hero-sm-p",
352
+ "comp-partner-card-hero-sm-radius",
353
+ "comp-partner-card-list-view-gap",
354
+ "comp-partner-card-list-view-h-img",
355
+ "comp-partner-card-list-view-p-img",
356
+ "comp-partner-card-list-view-radius-img",
357
+ "comp-partner-card-list-view-w-img",
358
+ "comp-partner-card-search-gap",
359
+ "comp-partner-card-search-gap-text",
360
+ "comp-partner-card-search-h-img",
361
+ "comp-partner-card-search-logo-size",
362
+ "comp-partner-card-search-logo-stroke",
363
+ "comp-partner-card-search-p-img",
364
+ "comp-partner-card-search-p-top-text",
365
+ "comp-partner-card-search-radius-img",
366
+ "comp-partner-card-search-w-img",
367
+ "comp-payment-card-logo-size",
368
+ "comp-progress-h-lg",
369
+ "comp-progress-h-md",
370
+ "comp-progress-h-sm",
371
+ "comp-progress-radius",
372
+ "comp-sheet-p",
373
+ "comp-sheet-p-ver-sm",
374
+ "comp-sheet-radius",
375
+ "comp-slider-radius-track",
376
+ "comp-slider-thumb-size-lg",
377
+ "comp-slider-thumb-size-md",
378
+ "comp-slider-thumb-size-sm",
379
+ "comp-slider-track-h-lg",
380
+ "comp-slider-track-h-md",
381
+ "comp-slider-track-h-sm",
382
+ "comp-voucher-listview-gap",
383
+ "comp-voucher-listview-h-img",
384
+ "comp-voucher-listview-p",
385
+ "comp-voucher-listview-radius-img",
386
+ "comp-voucher-listview-w-img",
387
+ "layout-login-p-hor",
388
+ "layout-login-p-ver",
389
+ "layout-market-max-w"
390
+ ], e = a({
299
391
  extend: {
300
392
  theme: {
301
393
  spacing: o,
@@ -303,7 +395,7 @@ const o = [
303
395
  },
304
396
  classGroups: {}
305
397
  }
306
- }), r = (...c) => a(p(c));
398
+ }), t = (...c) => e(p(c));
307
399
  export {
308
- r as cn
400
+ t as cn
309
401
  };
@@ -0,0 +1,14 @@
1
+ import type * as React from 'react';
2
+ /**
3
+ * Props to spread onto a link element (or a cloned consumer link via `asChild`)
4
+ * to make it non-navigable while disabled. Library-agnostic: removes the
5
+ * element from the tab order and blocks activation even when the navigation
6
+ * target is not `href` (e.g. React Router's `to`).
7
+ */
8
+ export declare const disabledLinkProps: {
9
+ href: undefined;
10
+ tabIndex: number;
11
+ 'aria-disabled': true;
12
+ onClick: (event: React.MouseEvent) => void;
13
+ };
14
+ //# sourceMappingURL=disabledLinkProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disabledLinkProps.d.ts","sourceRoot":"","sources":["../../src/utils/disabledLinkProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAEnC;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;;qBAIX,KAAK,CAAC,UAAU;CACgB,CAAA"}
@@ -0,0 +1,9 @@
1
+ const a = {
2
+ href: void 0,
3
+ tabIndex: -1,
4
+ "aria-disabled": !0,
5
+ onClick: (e) => e.preventDefault()
6
+ };
7
+ export {
8
+ a as disabledLinkProps
9
+ };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Formats a single date as `"d. M. yyyy"` (e.g. `"26. 9. 2025"`).
3
- * Used as the default `dateFormatter` in Calendar and DatePicker.
3
+ * Used as the default `dateFormatter` in Calendar, DatePicker, and ArticleCard.
4
4
  */
5
5
  export declare const formatDate: (date: Date) => string;
6
6
  //# sourceMappingURL=formatDate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formatDate.d.ts","sourceRoot":"","sources":["../../src/utils/formatDate.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,MAAM,IAAI,WAEpC,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formatDateRange.d.ts","sourceRoot":"","sources":["../../src/utils/formatDateRange.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAEjD;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,SAAS,WAI/C,CAAA"}
@@ -1,3 +1,6 @@
1
1
  export * from './cn';
2
+ export * from './disabledLinkProps';
3
+ export * from './formatDate';
4
+ export * from './formatDateRange';
2
5
  export * from './spacing';
3
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,MAAM,CAAA;AACpB,cAAc,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,MAAM,CAAA;AACpB,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAC5B,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkzstudio/muza-ui",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "description": "React component library built with Vite, shadcn/ui, and Tailwind CSS",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatDate.d.ts","sourceRoot":"","sources":["../../../../src/components/Calendar/utils/formatDate.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,MAAM,IAAI,WAEpC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatDateRange.d.ts","sourceRoot":"","sources":["../../../../src/components/Calendar/utils/formatDateRange.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAEjD;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,SAAS,WAI/C,CAAA"}