@telefonica/mistica 16.30.1 → 16.32.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 (281) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/accordion.css-mistica.js +6 -6
  3. package/dist/align.css-mistica.js +1 -1
  4. package/dist/avatar.css-mistica.js +2 -2
  5. package/dist/badge.css-mistica.js +1 -1
  6. package/dist/box.css-mistica.js +13 -13
  7. package/dist/box.js +5 -5
  8. package/dist/boxed.css-mistica.js +25 -25
  9. package/dist/button-group.css-mistica.js +1 -1
  10. package/dist/button-group.js +2 -2
  11. package/dist/button-layout.css-mistica.js +13 -13
  12. package/dist/button.css-mistica.js +16 -16
  13. package/dist/button.d.ts +4 -0
  14. package/dist/button.js +10 -6
  15. package/dist/callout.css-mistica.js +5 -5
  16. package/dist/card.css-mistica.js +3 -3
  17. package/dist/card.d.ts +22 -0
  18. package/dist/card.js +491 -424
  19. package/dist/carousel.css-mistica.js +99 -44
  20. package/dist/carousel.css.d.ts +35 -16
  21. package/dist/carousel.d.ts +43 -5
  22. package/dist/carousel.js +570 -384
  23. package/dist/checkbox.css-mistica.js +7 -7
  24. package/dist/checkbox.js +2 -2
  25. package/dist/chip.css-mistica.js +12 -12
  26. package/dist/circle.css-mistica.js +1 -1
  27. package/dist/community/advanced-data-card.css-mistica.js +6 -6
  28. package/dist/community/advanced-data-card.js +4 -4
  29. package/dist/community/blocks.css-mistica.js +3 -3
  30. package/dist/community/example-component.css-mistica.js +1 -1
  31. package/dist/counter.css-mistica.js +1 -1
  32. package/dist/counter.js +8 -8
  33. package/dist/cover-hero.css-mistica.js +14 -15
  34. package/dist/credit-card-number-field.css-mistica.js +3 -3
  35. package/dist/date-field.css-mistica.js +1 -1
  36. package/dist/date-time-picker.css-mistica.js +1 -1
  37. package/dist/dialog-context.js +32 -27
  38. package/dist/dialog.css-mistica.js +4 -4
  39. package/dist/dialog.d.ts +1 -0
  40. package/dist/dialog.js +14 -14
  41. package/dist/divider.css-mistica.js +2 -2
  42. package/dist/double-field.css-mistica.js +2 -2
  43. package/dist/drawer.css-mistica.js +1 -1
  44. package/dist/drawer.d.ts +5 -0
  45. package/dist/empty-state-card.css-mistica.js +1 -1
  46. package/dist/empty-state.css-mistica.js +7 -7
  47. package/dist/fade-in.css-mistica.js +1 -1
  48. package/dist/feedback.css-mistica.js +1 -1
  49. package/dist/fixed-footer-layout.css-mistica.js +4 -4
  50. package/dist/fixed-footer-layout.js +5 -5
  51. package/dist/form.css-mistica.js +1 -1
  52. package/dist/form.js +5 -5
  53. package/dist/grid-layout.css-mistica.js +5 -5
  54. package/dist/grid.css-mistica.js +124 -124
  55. package/dist/grid.js +9 -9
  56. package/dist/header.css-mistica.js +1 -1
  57. package/dist/hero.css-mistica.js +2 -2
  58. package/dist/highlighted-card.css-mistica.js +4 -4
  59. package/dist/horizontal-scroll.css-mistica.js +3 -3
  60. package/dist/horizontal-scroll.js +2 -2
  61. package/dist/icon-button.css-mistica.js +42 -42
  62. package/dist/icon-button.js +43 -47
  63. package/dist/icons/icon-chevron.css-mistica.js +2 -2
  64. package/dist/icons/icon-error.css-mistica.js +1 -1
  65. package/dist/image.css-mistica.js +3 -3
  66. package/dist/image.js +5 -5
  67. package/dist/index.d.ts +1 -1
  68. package/dist/index.js +6 -0
  69. package/dist/inline.css-mistica.js +13 -13
  70. package/dist/list.css-mistica.js +1 -1
  71. package/dist/list.d.ts +10 -5
  72. package/dist/list.js +79 -76
  73. package/dist/loading-bar.css-mistica.js +1 -1
  74. package/dist/loading-bar.js +2 -2
  75. package/dist/loading-screen.css-mistica.js +5 -5
  76. package/dist/loading-screen.js +3 -3
  77. package/dist/logo.css-mistica.js +6 -6
  78. package/dist/maybe-dismissable.css-mistica.js +1 -1
  79. package/dist/menu.css-mistica.js +12 -12
  80. package/dist/menu.js +7 -7
  81. package/dist/mosaic.css-mistica.js +2 -2
  82. package/dist/mosaic.d.ts +2 -1
  83. package/dist/mosaic.js +33 -32
  84. package/dist/navigation-bar.css-mistica.js +16 -16
  85. package/dist/navigation-breadcrumbs.css-mistica.js +1 -1
  86. package/dist/package-version.js +1 -1
  87. package/dist/pin-field.css-mistica.js +1 -1
  88. package/dist/pin-field.js +2 -2
  89. package/dist/popover.css-mistica.js +1 -1
  90. package/dist/progress-bar.css-mistica.js +5 -5
  91. package/dist/progress-bar.js +2 -2
  92. package/dist/radio-button.css-mistica.js +14 -14
  93. package/dist/radio-button.d.ts +1 -0
  94. package/dist/radio-button.js +72 -61
  95. package/dist/rating.css-mistica.js +3 -3
  96. package/dist/rating.js +8 -8
  97. package/dist/responsive-layout.css-mistica.js +6 -6
  98. package/dist/responsive-layout.js +6 -6
  99. package/dist/screen-reader-only.css-mistica.js +1 -1
  100. package/dist/select.css-mistica.js +15 -15
  101. package/dist/select.js +9 -9
  102. package/dist/sheet-action-row.css-mistica.js +1 -1
  103. package/dist/sheet-common.css-mistica.js +1 -1
  104. package/dist/sheet-info.css-mistica.js +2 -2
  105. package/dist/sheet-root.js +42 -38
  106. package/dist/skeletons.css-mistica.js +4 -4
  107. package/dist/skins/skin-contract.css-mistica.js +354 -354
  108. package/dist/slider.css-mistica.js +10 -10
  109. package/dist/slider.js +9 -9
  110. package/dist/snackbar.css-mistica.js +4 -4
  111. package/dist/spinner.css-mistica.js +1 -1
  112. package/dist/stack.css-mistica.js +7 -7
  113. package/dist/stacking-group.css-mistica.js +1 -1
  114. package/dist/stepper.css-mistica.js +12 -9
  115. package/dist/stepper.css.d.ts +1 -0
  116. package/dist/stepper.d.ts +4 -2
  117. package/dist/stepper.js +54 -39
  118. package/dist/switch-component.css-mistica.js +26 -26
  119. package/dist/table.css-mistica.js +8 -8
  120. package/dist/table.js +8 -8
  121. package/dist/tabs.css-mistica.js +12 -12
  122. package/dist/tabs.d.ts +15 -1
  123. package/dist/tabs.js +154 -81
  124. package/dist/tag.css-mistica.js +1 -1
  125. package/dist/text-field-base.css-mistica.js +1 -1
  126. package/dist/text-field-base.js +126 -115
  127. package/dist/text-field-components.css-mistica.js +6 -6
  128. package/dist/text-field-components.js +2 -2
  129. package/dist/text-link.css-mistica.js +5 -5
  130. package/dist/text-tokens.d.ts +12 -0
  131. package/dist/text-tokens.js +154 -106
  132. package/dist/text.css-mistica.js +9 -9
  133. package/dist/text.js +7 -7
  134. package/dist/theme-context.css-mistica.js +398 -398
  135. package/dist/timeline.css-mistica.js +10 -10
  136. package/dist/timer.css-mistica.js +6 -6
  137. package/dist/tooltip.css-mistica.js +1 -1
  138. package/dist/touchable.css-mistica.js +1 -1
  139. package/dist/touchable.d.ts +5 -2
  140. package/dist/touchable.js +53 -53
  141. package/dist/utils/aspect-ratio-support.css-mistica.js +3 -3
  142. package/dist/utils/aspect-ratio-support.js +3 -3
  143. package/dist/video.css-mistica.js +2 -2
  144. package/dist/video.js +2 -2
  145. package/dist/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +3 -3
  146. package/dist-es/accordion.css-mistica.js +6 -6
  147. package/dist-es/align.css-mistica.js +1 -1
  148. package/dist-es/avatar.css-mistica.js +2 -2
  149. package/dist-es/badge.css-mistica.js +1 -1
  150. package/dist-es/box.css-mistica.js +13 -13
  151. package/dist-es/box.js +9 -9
  152. package/dist-es/boxed.css-mistica.js +24 -24
  153. package/dist-es/button-group.css-mistica.js +1 -1
  154. package/dist-es/button-group.js +4 -4
  155. package/dist-es/button-layout.css-mistica.js +13 -13
  156. package/dist-es/button.css-mistica.js +16 -16
  157. package/dist-es/button.js +14 -10
  158. package/dist-es/callout.css-mistica.js +5 -5
  159. package/dist-es/callout.js +5 -5
  160. package/dist-es/card.css-mistica.js +3 -3
  161. package/dist-es/card.js +627 -559
  162. package/dist-es/carousel.css-mistica.js +9 -8
  163. package/dist-es/carousel.js +587 -407
  164. package/dist-es/checkbox.css-mistica.js +7 -7
  165. package/dist-es/checkbox.js +6 -6
  166. package/dist-es/chip.css-mistica.js +12 -12
  167. package/dist-es/circle.css-mistica.js +1 -1
  168. package/dist-es/community/advanced-data-card.css-mistica.js +6 -6
  169. package/dist-es/community/advanced-data-card.js +11 -11
  170. package/dist-es/community/blocks.css-mistica.js +2 -2
  171. package/dist-es/community/example-component.css-mistica.js +1 -1
  172. package/dist-es/counter.css-mistica.js +1 -1
  173. package/dist-es/counter.js +8 -8
  174. package/dist-es/cover-hero.css-mistica.js +4 -5
  175. package/dist-es/credit-card-number-field.css-mistica.js +3 -3
  176. package/dist-es/date-field.css-mistica.js +1 -1
  177. package/dist-es/date-time-picker.css-mistica.js +1 -1
  178. package/dist-es/dialog-context.js +33 -28
  179. package/dist-es/dialog.css-mistica.js +4 -4
  180. package/dist-es/dialog.js +31 -31
  181. package/dist-es/divider.css-mistica.js +2 -2
  182. package/dist-es/double-field.css-mistica.js +2 -2
  183. package/dist-es/drawer.css-mistica.js +1 -1
  184. package/dist-es/empty-state-card.css-mistica.js +1 -1
  185. package/dist-es/empty-state.css-mistica.js +6 -6
  186. package/dist-es/empty-state.js +7 -7
  187. package/dist-es/fade-in.css-mistica.js +1 -1
  188. package/dist-es/feedback.css-mistica.js +1 -1
  189. package/dist-es/fixed-footer-layout.css-mistica.js +4 -4
  190. package/dist-es/fixed-footer-layout.js +5 -5
  191. package/dist-es/form.css-mistica.js +1 -1
  192. package/dist-es/form.js +5 -5
  193. package/dist-es/grid-layout.css-mistica.js +4 -4
  194. package/dist-es/grid.css-mistica.js +124 -124
  195. package/dist-es/grid.js +10 -10
  196. package/dist-es/header.css-mistica.js +1 -1
  197. package/dist-es/hero.css-mistica.js +2 -2
  198. package/dist-es/highlighted-card.css-mistica.js +4 -4
  199. package/dist-es/horizontal-scroll.css-mistica.js +2 -2
  200. package/dist-es/horizontal-scroll.js +2 -2
  201. package/dist-es/icon-button.css-mistica.js +42 -42
  202. package/dist-es/icon-button.js +52 -56
  203. package/dist-es/icons/icon-chevron.css-mistica.js +2 -2
  204. package/dist-es/icons/icon-error.css-mistica.js +1 -1
  205. package/dist-es/image.css-mistica.js +3 -3
  206. package/dist-es/image.js +5 -5
  207. package/dist-es/index.js +1843 -1843
  208. package/dist-es/inline.css-mistica.js +11 -11
  209. package/dist-es/list.css-mistica.js +1 -1
  210. package/dist-es/list.js +108 -105
  211. package/dist-es/loading-bar.css-mistica.js +1 -1
  212. package/dist-es/loading-bar.js +6 -6
  213. package/dist-es/loading-screen.css-mistica.js +5 -5
  214. package/dist-es/loading-screen.js +8 -8
  215. package/dist-es/logo.css-mistica.js +6 -6
  216. package/dist-es/maybe-dismissable.css-mistica.js +1 -1
  217. package/dist-es/menu.css-mistica.js +12 -12
  218. package/dist-es/menu.js +7 -7
  219. package/dist-es/mosaic.css-mistica.js +2 -2
  220. package/dist-es/mosaic.js +47 -46
  221. package/dist-es/navigation-bar.css-mistica.js +16 -16
  222. package/dist-es/navigation-breadcrumbs.css-mistica.js +1 -1
  223. package/dist-es/package-version.js +1 -1
  224. package/dist-es/pin-field.css-mistica.js +1 -1
  225. package/dist-es/pin-field.js +8 -8
  226. package/dist-es/popover.css-mistica.js +1 -1
  227. package/dist-es/progress-bar.css-mistica.js +5 -5
  228. package/dist-es/progress-bar.js +10 -10
  229. package/dist-es/radio-button.css-mistica.js +14 -14
  230. package/dist-es/radio-button.js +98 -88
  231. package/dist-es/rating.css-mistica.js +3 -3
  232. package/dist-es/rating.js +12 -12
  233. package/dist-es/responsive-layout.css-mistica.js +6 -6
  234. package/dist-es/responsive-layout.js +15 -15
  235. package/dist-es/screen-reader-only.css-mistica.js +1 -1
  236. package/dist-es/select.css-mistica.js +15 -15
  237. package/dist-es/select.js +15 -15
  238. package/dist-es/sheet-action-row.css-mistica.js +1 -1
  239. package/dist-es/sheet-common.css-mistica.js +1 -1
  240. package/dist-es/sheet-common.js +6 -6
  241. package/dist-es/sheet-info.css-mistica.js +2 -2
  242. package/dist-es/sheet-root.js +44 -40
  243. package/dist-es/skeletons.css-mistica.js +4 -4
  244. package/dist-es/skins/skin-contract.css-mistica.js +354 -354
  245. package/dist-es/slider.css-mistica.js +10 -10
  246. package/dist-es/slider.js +9 -9
  247. package/dist-es/snackbar.css-mistica.js +4 -4
  248. package/dist-es/spinner.css-mistica.js +1 -1
  249. package/dist-es/stack.css-mistica.js +6 -6
  250. package/dist-es/stacking-group.css-mistica.js +1 -1
  251. package/dist-es/stepper.css-mistica.js +3 -3
  252. package/dist-es/stepper.js +76 -60
  253. package/dist-es/style.css +1 -1
  254. package/dist-es/switch-component.css-mistica.js +26 -26
  255. package/dist-es/table.css-mistica.js +8 -8
  256. package/dist-es/table.js +12 -12
  257. package/dist-es/tabs.css-mistica.js +12 -12
  258. package/dist-es/tabs.js +166 -93
  259. package/dist-es/tag.css-mistica.js +1 -1
  260. package/dist-es/tag.js +8 -8
  261. package/dist-es/text-field-base.css-mistica.js +1 -1
  262. package/dist-es/text-field-base.js +153 -141
  263. package/dist-es/text-field-components.css-mistica.js +5 -5
  264. package/dist-es/text-field-components.js +4 -4
  265. package/dist-es/text-link.css-mistica.js +5 -5
  266. package/dist-es/text-tokens.js +87 -57
  267. package/dist-es/text.css-mistica.js +8 -8
  268. package/dist-es/text.js +6 -6
  269. package/dist-es/theme-context.css-mistica.js +396 -396
  270. package/dist-es/timeline.css-mistica.js +10 -10
  271. package/dist-es/timeline.js +4 -4
  272. package/dist-es/timer.css-mistica.js +6 -6
  273. package/dist-es/tooltip.css-mistica.js +1 -1
  274. package/dist-es/touchable.css-mistica.js +1 -1
  275. package/dist-es/touchable.js +67 -67
  276. package/dist-es/utils/aspect-ratio-support.css-mistica.js +3 -3
  277. package/dist-es/utils/aspect-ratio-support.js +10 -10
  278. package/dist-es/video.css-mistica.js +2 -2
  279. package/dist-es/video.js +5 -5
  280. package/dist-es/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +2 -2
  281. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
1
  import "./inline.css.ts.vanilla.css-mistica.js";
2
- var _ = "v16_30_1_kkfbnva", a = "v16_30_1_kkfbnv9", k = "v16_30_1_kkfbnv8", r = "v16_30_1_kkfbnvc", e = "v16_30_1_kkfbnvd", n = "v16_30_1_kkfbnve", b = {
3
- space: "var(--v16_30_1_kkfbnv0)",
4
- spaceMobile: "var(--v16_30_1_kkfbnv1)",
5
- spaceTablet: "var(--v16_30_1_kkfbnv2)",
6
- spaceDesktop: "var(--v16_30_1_kkfbnv3)",
7
- verticalSpace: "var(--v16_30_1_kkfbnv4)",
8
- verticalSpaceMobile: "var(--v16_30_1_kkfbnv5)",
9
- verticalSpaceTablet: "var(--v16_30_1_kkfbnv6)",
10
- verticalSpaceDesktop: "var(--v16_30_1_kkfbnv7)"
11
- }, f = "v16_30_1_kkfbnvb";
12
- export { _ as fullWidth, a as inline, k as marginInline, r as noFullWidth, e as stringSpace, n as stringSpaceWithWrap, b as vars, f as wrap };
2
+ var a = "v16_32_kkfbnva", k = "v16_32_kkfbnv9", _ = "v16_32_kkfbnv8", r = "v16_32_kkfbnvc", e = "v16_32_kkfbnvd", n = "v16_32_kkfbnve", b = {
3
+ space: "var(--v16_32_kkfbnv0)",
4
+ spaceMobile: "var(--v16_32_kkfbnv1)",
5
+ spaceTablet: "var(--v16_32_kkfbnv2)",
6
+ spaceDesktop: "var(--v16_32_kkfbnv3)",
7
+ verticalSpace: "var(--v16_32_kkfbnv4)",
8
+ verticalSpaceMobile: "var(--v16_32_kkfbnv5)",
9
+ verticalSpaceTablet: "var(--v16_32_kkfbnv6)",
10
+ verticalSpaceDesktop: "var(--v16_32_kkfbnv7)"
11
+ }, f = "v16_32_kkfbnvb";
12
+ export { a as fullWidth, k as inline, _ as marginInline, r as noFullWidth, e as stringSpace, n as stringSpaceWithWrap, b as vars, f as wrap };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./list.css.ts.vanilla.css-mistica.js";
3
- var n = "v16_30_1_1y2v1nfis v16_30_1_1y2v1nfja v16_30_1_1y2v1nfjc", f = "v16_30_1_1y2v1nfcr", y = "v16_30_1_1y2v1nfis v16_30_1_1y2v1nfj7 v16_30_1_1y2v1nfj1 v16_30_1_1y2v1nfki v16_30_1_1y2v1nfjw v16_30_1_1y2v1nfja", a = "v16_30_1_2buj9g2", r = "v16_30_1_1y2v1nfis v16_30_1_1y2v1nfj7", i = "v16_30_1_1y2v1nf90 v16_30_1_1y2v1nfa9 v16_30_1_1y2v1nfis v16_30_1_1y2v1nfjf v16_30_1_1y2v1nfl5", t = "v16_30_1_2buj9gj v16_30_1_1y2v1nfis v16_30_1_1y2v1nfj7", j = "v16_30_1_2buj9gi", e = "v16_30_1_2buj9g0", u = "v16_30_1_1y2v1nfis v16_30_1_1y2v1nfix v16_30_1_1y2v1nfjw", o = "v16_30_1_2buj9gp v16_30_1_1y2v1nfis", b = "v16_30_1_2buj9gn v16_30_1_1y2v1nf8l v16_30_1_1y2v1nf9u v16_30_1_1y2v1nfb3 v16_30_1_1y2v1nfcc v16_30_1_1y2v1nfla v16_30_1_1y2v1nf8k v16_30_1_1y2v1nfbi v16_30_1_1y2v1nfcr v16_30_1_1y2v1nfiu v16_30_1_1y2v1nfjd", c = "v16_30_1_2buj9gr v16_30_1_1y2v1nf8l v16_30_1_1y2v1nf9u v16_30_1_1y2v1nfb3 v16_30_1_1y2v1nfcc v16_30_1_1y2v1nfla v16_30_1_1y2v1nf8k v16_30_1_1y2v1nfbi v16_30_1_1y2v1nfcr v16_30_1_1y2v1nfis v16_30_1_1y2v1nfj7 v16_30_1_1y2v1nfjc v16_30_1_1y2v1nfjg v16_30_1_1y2v1nfjw", g = "v16_30_1_1y2v1nflt", d = "v16_30_1_2buj9gg", l = "v16_30_1_2buj9gh", s = "v16_30_1_1y2v1nfjf", h = "v16_30_1_1y2v1nfis v16_30_1_1y2v1nfiy v16_30_1_1y2v1nfje", w = "v16_30_1_2buj9g7 v16_30_1_1y2v1nf8l v16_30_1_1y2v1nf9u v16_30_1_1y2v1nfb3 v16_30_1_1y2v1nfcc v16_30_1_1y2v1nfjf v16_30_1_1y2v1nfla v16_30_1_1y2v1nf8k v16_30_1_1y2v1nfiu v16_30_1_1y2v1nfjw", k = "v16_30_1_1y2v1nfbi v16_30_1_1y2v1nfcr", p = "v16_30_1_2buj9g3", C = "v16_30_1_2buj9g4";
3
+ var n = "v16_32_1y2v1nfis v16_32_1y2v1nfja v16_32_1y2v1nfjc", f = "v16_32_1y2v1nfcr", y = "v16_32_1y2v1nfis v16_32_1y2v1nfj7 v16_32_1y2v1nfj1 v16_32_1y2v1nfki v16_32_1y2v1nfjw v16_32_1y2v1nfja", a = "v16_32_2buj9g2", r = "v16_32_1y2v1nfis v16_32_1y2v1nfj7", i = "v16_32_1y2v1nf90 v16_32_1y2v1nfa9 v16_32_1y2v1nfis v16_32_1y2v1nfjf v16_32_1y2v1nfl5", t = "v16_32_2buj9gj v16_32_1y2v1nfis v16_32_1y2v1nfj7", j = "v16_32_2buj9gi", e = "v16_32_2buj9g0", u = "v16_32_1y2v1nfis v16_32_1y2v1nfix v16_32_1y2v1nfjw", o = "v16_32_2buj9gp v16_32_1y2v1nfis", b = "v16_32_2buj9gn v16_32_1y2v1nf8l v16_32_1y2v1nf9u v16_32_1y2v1nfb3 v16_32_1y2v1nfcc v16_32_1y2v1nfla v16_32_1y2v1nf8k v16_32_1y2v1nfbi v16_32_1y2v1nfcr v16_32_1y2v1nfiu v16_32_1y2v1nfjd", c = "v16_32_2buj9gr v16_32_1y2v1nf8l v16_32_1y2v1nf9u v16_32_1y2v1nfb3 v16_32_1y2v1nfcc v16_32_1y2v1nfla v16_32_1y2v1nf8k v16_32_1y2v1nfbi v16_32_1y2v1nfcr v16_32_1y2v1nfis v16_32_1y2v1nfj7 v16_32_1y2v1nfjc v16_32_1y2v1nfjg v16_32_1y2v1nfjw", g = "v16_32_1y2v1nflt", d = "v16_32_2buj9gg", l = "v16_32_2buj9gh", s = "v16_32_1y2v1nfjf", h = "v16_32_1y2v1nfis v16_32_1y2v1nfiy v16_32_1y2v1nfje", w = "v16_32_2buj9g7 v16_32_1y2v1nf8l v16_32_1y2v1nf9u v16_32_1y2v1nfb3 v16_32_1y2v1nfcc v16_32_1y2v1nfjf v16_32_1y2v1nfla v16_32_1y2v1nf8k v16_32_1y2v1nfiu v16_32_1y2v1nfjw", k = "v16_32_1y2v1nfbi v16_32_1y2v1nfcr", p = "v16_32_2buj9g3", C = "v16_32_2buj9g4";
4
4
  export { n as asset, f as assetContainer, y as badge, a as boxed, r as center, i as content, t as detail, j as detailRight, e as disabled, u as dualActionContainer, o as dualActionDivider, b as dualActionLeft, c as dualActionRight, g as pointer, d as rightContent, l as rightRestrictedWidth, s as row, h as rowBody, w as rowContent, k as rowContentPadding, p as touchableBackground, C as touchableBackgroundInverse };
package/dist-es/list.js CHANGED
@@ -78,27 +78,27 @@ function _object_without_properties_loose(source, excluded) {
78
78
  }
79
79
  return target;
80
80
  }
81
- import { jsx as t, jsxs as L } from "react/jsx-runtime";
81
+ import { jsx as t, jsxs as A } from "react/jsx-runtime";
82
82
  import * as m from "react";
83
83
  import c from "classnames";
84
84
  import { BaseTouchable as ae } from "./touchable.js";
85
- import { Text3 as we, Text1 as Re, Text2 as q } from "./text.js";
85
+ import { Text3 as ye, Text1 as we, Text2 as q } from "./text.js";
86
86
  import s from "./box.js";
87
- import A from "./stack.js";
88
- import ye from "./badge.js";
89
- import { useIsInverseOrMediaVariant as le } from "./theme-variant-context.js";
87
+ import T from "./stack.js";
88
+ import Re from "./badge.js";
89
+ import { useIsInverseOrMediaVariant as oe } from "./theme-variant-context.js";
90
90
  import Be from "./generated/mistica-icons/icon-chevron-right-filled.js";
91
91
  import Ie from "./switch-component.js";
92
92
  import ie, { useRadioContext as Ce } from "./radio-button.js";
93
- import Te from "./checkbox.js";
94
- import { InternalBoxed as Ne } from "./boxed.js";
93
+ import Ne from "./checkbox.js";
94
+ import { InternalBoxed as Te } from "./boxed.js";
95
95
  import Ae from "./divider.js";
96
96
  import { getPrefixedDataAttributes as D } from "./utils/dom.js";
97
97
  import { rowContent as G, touchableBackground as J, touchableBackgroundInverse as K, pointer as re, rowContentPadding as Le, row as ke, boxed as Se, content as Ve, assetContainer as Ee, center as Q, disabled as N, asset as Oe, rowBody as Xe, badge as De, rightContent as Me, rightRestrictedWidth as We, detail as je, detailRight as Fe, dualActionContainer as He, dualActionLeft as Pe, dualActionDivider as ze, dualActionRight as qe } from "./list.css-mistica.js";
98
98
  import { vars as Ge } from "./image.css-mistica.js";
99
- import { vars as l } from "./skins/skin-contract.css-mistica.js";
99
+ import { vars as o } from "./skins/skin-contract.css-mistica.js";
100
100
  import { applyCssVars as Je } from "./utils/css.js";
101
- import { IconButton as ne, ToggleIconButton as oe } from "./icon-button.js";
101
+ import { IconButton as ne, ToggleIconButton as le } from "./icon-button.js";
102
102
  import Ke from "./screen-reader-only.js";
103
103
  const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
104
104
  centerY: a
@@ -112,15 +112,15 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
112
112
  children: e
113
113
  })
114
114
  }) : e, Ue = (param)=>{
115
- let { withChevron: e, headline: a, headlineRef: i, extraRef: o, title: d, titleAs: f, titleLinesMax: x, subtitle: R, subtitleLinesMax: k, description: b, descriptionLinesMax: M, detail: h, asset: X, danger: S, badge: V, right: y, rightRef: u, extra: I, labelId: W, disabled: g, control: w } = param;
116
- const E = le(), B = [
115
+ let { withChevron: e, headline: a, headlineRef: i, extraRef: l, title: d, titleAs: b, titleLinesMax: x, subtitle: w, subtitleLinesMax: L, description: f, descriptionLinesMax: M, detail: h, asset: X, danger: k, badge: S, right: R, rightRef: u, extra: I, labelId: W, disabled: g, control: y } = param;
116
+ const V = oe(), B = [
117
117
  a,
118
118
  d,
119
- R,
120
- b,
119
+ w,
120
+ f,
121
121
  I
122
122
  ].filter(Boolean).length === 1;
123
- return /* @__PURE__ */ L("div", {
123
+ return /* @__PURE__ */ A("div", {
124
124
  className: Ve,
125
125
  id: W,
126
126
  children: [
@@ -134,13 +134,13 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
134
134
  children: /* @__PURE__ */ t("div", {
135
135
  className: Oe,
136
136
  style: Je({
137
- color: S ? E ? l.colors.textErrorInverse : l.colors.textError : E ? l.colors.textPrimaryInverse : l.colors.textPrimary,
138
- [Ge.mediaBorderRadius]: l.borderRadii.mediaSmall
137
+ color: k ? V ? o.colors.textErrorInverse : o.colors.textError : V ? o.colors.textPrimaryInverse : o.colors.textPrimary,
138
+ [Ge.mediaBorderRadius]: o.borderRadii.mediaSmall
139
139
  }),
140
140
  children: X
141
141
  })
142
142
  }),
143
- /* @__PURE__ */ L("div", {
143
+ /* @__PURE__ */ A("div", {
144
144
  className: c(Xe, {
145
145
  [N]: g
146
146
  }),
@@ -148,12 +148,12 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
148
148
  justifyContent: B ? "center" : "flex-start"
149
149
  },
150
150
  children: [
151
- /* @__PURE__ */ t(we, {
151
+ /* @__PURE__ */ t(ye, {
152
152
  regular: !0,
153
- color: S ? l.colors.textError : l.colors.textPrimary,
153
+ color: k ? o.colors.textError : o.colors.textPrimary,
154
154
  truncate: x,
155
155
  hyphens: "auto",
156
- as: f,
156
+ as: b,
157
157
  dataAttributes: {
158
158
  testid: "title"
159
159
  },
@@ -165,9 +165,9 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
165
165
  order: -1,
166
166
  paddingBottom: 4
167
167
  },
168
- children: /* @__PURE__ */ t(Re, {
168
+ children: /* @__PURE__ */ t(we, {
169
169
  regular: !0,
170
- color: l.colors.textPrimary,
170
+ color: o.colors.textPrimary,
171
171
  hyphens: "auto",
172
172
  dataAttributes: {
173
173
  testid: "headline"
@@ -175,34 +175,34 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
175
175
  children: a
176
176
  })
177
177
  }),
178
- R && /* @__PURE__ */ t(s, {
178
+ w && /* @__PURE__ */ t(s, {
179
179
  paddingTop: 2,
180
180
  children: /* @__PURE__ */ t(q, {
181
181
  regular: !0,
182
- color: l.colors.textPrimary,
183
- truncate: k,
182
+ color: o.colors.textPrimary,
183
+ truncate: L,
184
184
  hyphens: "auto",
185
185
  dataAttributes: {
186
186
  testid: "subtitle"
187
187
  },
188
- children: R
188
+ children: w
189
189
  })
190
190
  }),
191
- b && /* @__PURE__ */ t(s, {
191
+ f && /* @__PURE__ */ t(s, {
192
192
  paddingTop: 2,
193
193
  children: /* @__PURE__ */ t(q, {
194
194
  regular: !0,
195
- color: l.colors.textSecondary,
195
+ color: o.colors.textSecondary,
196
196
  truncate: M,
197
197
  hyphens: "auto",
198
198
  dataAttributes: {
199
199
  testid: "description"
200
200
  },
201
- children: b
201
+ children: f
202
202
  })
203
203
  }),
204
204
  I && /* @__PURE__ */ t(s, {
205
- ref: o,
205
+ ref: l,
206
206
  paddingTop: 2,
207
207
  dataAttributes: {
208
208
  testid: "slot"
@@ -211,18 +211,18 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
211
211
  })
212
212
  ]
213
213
  }),
214
- V && /* @__PURE__ */ t(s, {
214
+ S && /* @__PURE__ */ t(s, {
215
215
  paddingLeft: 16,
216
216
  children: /* @__PURE__ */ t("div", {
217
217
  className: c(De, {
218
218
  [N]: g
219
219
  }),
220
- children: /* @__PURE__ */ t(ye, {
221
- value: V === !0 ? void 0 : V
220
+ children: /* @__PURE__ */ t(Re, {
221
+ value: S === !0 ? void 0 : S
222
222
  })
223
223
  })
224
224
  }),
225
- (h || y || e || w) && /* @__PURE__ */ L("div", {
225
+ (h || R || e || y) && /* @__PURE__ */ A("div", {
226
226
  className: c(Me, {
227
227
  [We]: !!h
228
228
  }),
@@ -233,7 +233,7 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
233
233
  }),
234
234
  children: /* @__PURE__ */ t(q, {
235
235
  regular: !0,
236
- color: l.colors.textSecondary,
236
+ color: o.colors.textSecondary,
237
237
  hyphens: "auto",
238
238
  dataAttributes: {
239
239
  testid: "detail"
@@ -241,18 +241,18 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
241
241
  children: h
242
242
  })
243
243
  }),
244
- y && /* @__PURE__ */ t("div", {
244
+ R && /* @__PURE__ */ t("div", {
245
245
  className: c({
246
246
  [Fe]: !!h,
247
247
  [N]: g
248
248
  }),
249
249
  ref: u,
250
250
  "data-testid": "endSlot",
251
- children: Qe(y, B)
251
+ children: Qe(R, B)
252
252
  }),
253
253
  e && /* @__PURE__ */ t("div", {
254
254
  style: {
255
- paddingLeft: h || y ? 4 : 0
255
+ paddingLeft: h || R ? 4 : 0
256
256
  },
257
257
  className: c(Q, {
258
258
  [N]: g
@@ -260,15 +260,15 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
260
260
  "data-testid": "chevron",
261
261
  children: /* @__PURE__ */ t(Be, {
262
262
  size: 16,
263
- color: E ? l.colors.inverse : l.colors.neutralMedium
263
+ color: V ? o.colors.inverse : o.colors.neutralMedium
264
264
  })
265
265
  }),
266
- w && /* @__PURE__ */ t("div", {
266
+ y && /* @__PURE__ */ t("div", {
267
267
  style: {
268
- paddingLeft: h || y ? 8 : 0
268
+ paddingLeft: h || R ? 8 : 0
269
269
  },
270
270
  className: Q,
271
- children: w
271
+ children: y
272
272
  })
273
273
  ]
274
274
  })
@@ -276,11 +276,11 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
276
276
  });
277
277
  }, Ye = (param)=>{
278
278
  let { value: e, defaultValue: a, onChange: i } = param;
279
- const o = e !== void 0, [d, f] = m.useState(!!a);
279
+ const l = e !== void 0, [d, b] = m.useState(!!a);
280
280
  return [
281
- o ? !!e : d,
281
+ l ? !!e : d,
282
282
  ()=>{
283
- o || f(!d), i == null || i(o ? !e : !d);
283
+ l || b(!d), i == null || i(l ? !e : !d);
284
284
  }
285
285
  ];
286
286
  }, Ze = (e)=>[
@@ -290,15 +290,15 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
290
290
  "iconButton"
291
291
  ].some((a)=>e[a] !== void 0), de = /*#__PURE__*/ m.forwardRef((e, a)=>{
292
292
  var ee, te;
293
- const i = m.useId(), o = le(), { asset: d, headline: f, title: x, titleAs: R, titleLinesMax: k, subtitle: b, subtitleLinesMax: M, description: h, descriptionLinesMax: X, detail: S, danger: V, badge: y, role: u, touchableRole: I, extra: W, withChevron: g, dataAttributes: w, right: E, "aria-label": U, tabIndex: B } = e, [ce, se] = m.useState(""), [he, ue] = m.useState(""), [me, fe] = m.useState(""), be = [
293
+ const i = m.useId(), l = oe(), { asset: d, headline: b, title: x, titleAs: w, titleLinesMax: L, subtitle: f, subtitleLinesMax: M, description: h, descriptionLinesMax: X, detail: k, danger: S, badge: R, role: u, touchableRole: I, extra: W, withChevron: g, dataAttributes: y, right: V, "aria-label": U, tabIndex: B } = e, [ce, se] = m.useState(""), [he, ue] = m.useState(""), [me, be] = m.useState(""), fe = [
294
294
  x,
295
295
  ce,
296
- b,
296
+ f,
297
297
  h,
298
298
  he,
299
- S,
299
+ k,
300
300
  me
301
- ].filter(Boolean).join(" "), C = U !== null && U !== void 0 ? U : e.href || e.to ? be : void 0, ve = Ce(), v = e.disabled || e.radioValue !== void 0 && ve.disabled, j = !v && !o, F = !v && o, Y = Ze(e), O = !!e.onPress || !!e.href || !!e.to, xe = Y ? !1 : g !== null && g !== void 0 ? g : O, Z = {
301
+ ].filter(Boolean).join(" "), E = U !== null && U !== void 0 ? U : e.href || e.to ? fe : void 0, ve = Ce(), v = e.disabled || e.radioValue !== void 0 && ve.disabled, j = !v && !l, F = !v && l, Y = Ze(e), O = !!e.onPress || !!e.href || !!e.to, xe = Y ? !1 : g !== null && g !== void 0 ? g : O, Z = {
302
302
  href: e.href,
303
303
  newTab: e.newTab,
304
304
  loadOnTop: e.loadOnTop,
@@ -307,26 +307,31 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
307
307
  replace: e.replace,
308
308
  onNavigate: e.onNavigate,
309
309
  onPress: e.onPress,
310
- trackingEvent: e.trackingEvent
311
- }, [_, $] = Ye(e.switch || e.checkbox || {}), T = (r)=>/* @__PURE__ */ t(Ue, {
310
+ trackingEvent: e.trackingEvent,
311
+ "aria-label": E,
312
+ "aria-labelledby": e["aria-labelledby"],
313
+ "aria-description": e["aria-description"],
314
+ "aria-describedby": e["aria-describedby"],
315
+ "aria-current": e["aria-current"]
316
+ }, [_, $] = Ye(e.switch || e.checkbox || {}), C = (r)=>/* @__PURE__ */ t(Ue, {
312
317
  asset: d,
313
- headline: f,
318
+ headline: b,
314
319
  headlineRef: (n)=>{
315
320
  n && se(n.textContent || "");
316
321
  },
317
322
  title: x,
318
- titleAs: R,
319
- subtitle: b,
323
+ titleAs: w,
324
+ subtitle: f,
320
325
  description: h,
321
- badge: y,
322
- titleLinesMax: k,
326
+ badge: R,
327
+ titleLinesMax: L,
323
328
  subtitleLinesMax: M,
324
329
  descriptionLinesMax: X,
325
- detail: S,
326
- danger: V,
327
- right: E,
330
+ detail: k,
331
+ danger: S,
332
+ right: V,
328
333
  rightRef: (n)=>{
329
- n && fe(n.innerText || n.textContent || "");
334
+ n && be(n.innerText || n.textContent || "");
330
335
  },
331
336
  control: r == null ? void 0 : r.control,
332
337
  role: r == null ? void 0 : r.role,
@@ -347,22 +352,21 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
347
352
  })
348
353
  }, Z), {
349
354
  role: I,
350
- dataAttributes: w,
355
+ dataAttributes: y,
351
356
  disabled: v,
352
- "aria-label": C,
353
357
  tabIndex: B,
354
358
  children: /* @__PURE__ */ t(s, {
355
359
  paddingX: 16,
356
360
  "aria-hidden": !!e.to || !!e.href || void 0,
357
- children: T({
361
+ children: C({
358
362
  role: u
359
363
  })
360
364
  })
361
365
  }));
362
- const H = (r)=>/* @__PURE__ */ L("div", _object_spread_props(_object_spread({
366
+ const H = (r)=>/* @__PURE__ */ A("div", _object_spread_props(_object_spread({
363
367
  className: He,
364
368
  ref: a
365
- }, D(w)), {
369
+ }, D(y)), {
366
370
  children: [
367
371
  /* @__PURE__ */ t(ae, _object_spread_props(_object_spread({
368
372
  disabled: v
@@ -372,9 +376,8 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
372
376
  [J]: j,
373
377
  [K]: F
374
378
  }),
375
- "aria-label": C,
376
379
  tabIndex: B,
377
- children: T({
380
+ children: C({
378
381
  labelId: i,
379
382
  role: u
380
383
  })
@@ -391,17 +394,17 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
391
394
  [re]: !v && n
392
395
  }),
393
396
  ref: a
394
- }, D(w)), {
397
+ }, D(y)), {
395
398
  children: r
396
399
  }));
397
400
  if (e.switch || e.checkbox) {
398
401
  var _ref, _ref1;
399
- const r = e.switch ? Ie : Te, n = (_ref1 = (_ref = (ee = e.switch) == null ? void 0 : ee.name) !== null && _ref !== void 0 ? _ref : (te = e.checkbox) == null ? void 0 : te.name) !== null && _ref1 !== void 0 ? _ref1 : i;
402
+ const r = e.switch ? Ie : Ne, n = (_ref1 = (_ref = (ee = e.switch) == null ? void 0 : ee.name) !== null && _ref !== void 0 ? _ref : (te = e.checkbox) == null ? void 0 : te.name) !== null && _ref1 !== void 0 ? _ref1 : i;
400
403
  return O ? H(/* @__PURE__ */ t(r, {
401
404
  disabled: v,
402
405
  name: n,
403
406
  checked: _,
404
- "aria-label": C,
407
+ "aria-label": E,
405
408
  "aria-labelledby": i,
406
409
  onChange: $,
407
410
  render: (param)=>{
@@ -415,7 +418,7 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
415
418
  disabled: v,
416
419
  name: n,
417
420
  checked: _,
418
- "aria-label": C,
421
+ "aria-label": E,
419
422
  "aria-labelledby": i,
420
423
  onChange: $,
421
424
  render: (param)=>{
@@ -423,9 +426,9 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
423
426
  return /* @__PURE__ */ t(s, {
424
427
  paddingX: 16,
425
428
  role: u,
426
- children: T({
429
+ children: C({
427
430
  labelId: ge,
428
- control: /* @__PURE__ */ t(A, {
431
+ control: /* @__PURE__ */ t(T, {
429
432
  space: "around",
430
433
  children: z
431
434
  })
@@ -436,11 +439,11 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
436
439
  }
437
440
  if (e.radioValue) return O ? H(/* @__PURE__ */ t(ie, {
438
441
  value: e.radioValue,
439
- "aria-label": C,
442
+ "aria-label": E,
440
443
  "aria-labelledby": i,
441
444
  render: (param)=>{
442
445
  let { controlElement: r } = param;
443
- return /* @__PURE__ */ t(A, {
446
+ return /* @__PURE__ */ t(T, {
444
447
  space: "around",
445
448
  children: /* @__PURE__ */ t(s, {
446
449
  paddingX: 16,
@@ -450,16 +453,16 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
450
453
  }
451
454
  })) : P(/* @__PURE__ */ t(ie, {
452
455
  value: e.radioValue,
453
- "aria-label": C,
456
+ "aria-label": E,
454
457
  "aria-labelledby": i,
455
458
  render: (param)=>{
456
459
  let { controlElement: r } = param;
457
460
  return /* @__PURE__ */ t(s, {
458
461
  paddingX: 16,
459
462
  role: u,
460
- children: T({
463
+ children: C({
461
464
  labelId: i,
462
- control: /* @__PURE__ */ t(A, {
465
+ control: /* @__PURE__ */ t(T, {
463
466
  space: "around",
464
467
  children: r
465
468
  })
@@ -469,24 +472,24 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
469
472
  }), !0);
470
473
  if (e.iconButton) return O ? H(/* @__PURE__ */ t(s, {
471
474
  padding: 16,
472
- children: /* @__PURE__ */ t(A, {
475
+ children: /* @__PURE__ */ t(T, {
473
476
  space: "around",
474
477
  children: e.iconButton.Icon ? /* @__PURE__ */ t(ne, _object_spread_props(_object_spread({}, e.iconButton), {
475
478
  disabled: e.disabled
476
- })) : /* @__PURE__ */ t(oe, _object_spread_props(_object_spread({}, e.iconButton), {
479
+ })) : /* @__PURE__ */ t(le, _object_spread_props(_object_spread({}, e.iconButton), {
477
480
  disabled: e.disabled
478
481
  }))
479
482
  })
480
483
  })) : P(/* @__PURE__ */ t(s, {
481
484
  paddingX: 16,
482
- children: T({
485
+ children: C({
483
486
  labelId: i,
484
- control: /* @__PURE__ */ t(A, {
487
+ control: /* @__PURE__ */ t(T, {
485
488
  space: "around",
486
489
  children: e.iconButton.Icon ? /* @__PURE__ */ t(ne, _object_spread_props(_object_spread({}, e.iconButton), {
487
490
  disabled: e.disabled,
488
491
  role: u
489
- })) : /* @__PURE__ */ t(oe, _object_spread_props(_object_spread({}, e.iconButton), {
492
+ })) : /* @__PURE__ */ t(le, _object_spread_props(_object_spread({}, e.iconButton), {
490
493
  disabled: e.disabled,
491
494
  role: u
492
495
  }))
@@ -494,16 +497,16 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
494
497
  })
495
498
  }));
496
499
  const p = !!e["aria-label"];
497
- return /* @__PURE__ */ L("div", _object_spread_props(_object_spread({
500
+ return /* @__PURE__ */ A("div", _object_spread_props(_object_spread({
498
501
  className: c(G, Le),
499
502
  role: u
500
- }, D(w)), {
503
+ }, D(y)), {
501
504
  ref: a,
502
505
  tabIndex: B,
503
506
  children: [
504
507
  /* @__PURE__ */ t("div", {
505
508
  "aria-hidden": p,
506
- children: T({
509
+ children: C({
507
510
  role: u
508
511
  })
509
512
  }),
@@ -514,7 +517,7 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
514
517
  })
515
518
  ]
516
519
  }));
517
- }), gt = /*#__PURE__*/ m.forwardRef((_param, o)=>{
520
+ }), gt = /*#__PURE__*/ m.forwardRef((_param, l)=>{
518
521
  var { dataAttributes: e, role: a = "listitem" } = _param, i = _object_without_properties(_param, [
519
522
  "dataAttributes",
520
523
  "role"
@@ -523,37 +526,37 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
523
526
  role: a,
524
527
  className: ke,
525
528
  children: /* @__PURE__ */ t(de, _object_spread_props(_object_spread({}, i), {
526
- ref: o,
529
+ ref: l,
527
530
  dataAttributes: _object_spread({
528
531
  "component-name": "Row",
529
532
  testid: "Row"
530
533
  }, e)
531
534
  }))
532
535
  });
533
- }), wt = (param)=>{
534
- let { children: e, ariaLabelledby: a, role: i = "list", "aria-live": o = "off", "aria-atomic": d = !1, dataAttributes: f } = param;
535
- const x = m.Children.toArray(e).filter(Boolean), R = x.length - 1;
536
+ }), yt = (param)=>{
537
+ let { children: e, ariaLabelledby: a, role: i = "list", "aria-live": l = "off", "aria-atomic": d = !1, dataAttributes: b } = param;
538
+ const x = m.Children.toArray(e).filter(Boolean), w = x.length - 1;
536
539
  return /* @__PURE__ */ t("div", _object_spread_props(_object_spread({
537
540
  role: i,
538
541
  "aria-labelledby": a,
539
- "aria-live": o,
542
+ "aria-live": l,
540
543
  "aria-atomic": d
541
- }, D(f, "RowList")), {
542
- children: x.map((k, b)=>/* @__PURE__ */ L(m.Fragment, {
544
+ }, D(b, "RowList")), {
545
+ children: x.map((L, f)=>/* @__PURE__ */ A(m.Fragment, {
543
546
  children: [
544
- k,
545
- b < R && /* @__PURE__ */ t(s, {
547
+ L,
548
+ f < w && /* @__PURE__ */ t(s, {
546
549
  paddingX: 16,
547
550
  children: /* @__PURE__ */ t(Ae, {})
548
551
  })
549
552
  ]
550
- }, b))
553
+ }, f))
551
554
  }));
552
- }, Rt = /*#__PURE__*/ m.forwardRef((_param, i)=>{
555
+ }, wt = /*#__PURE__*/ m.forwardRef((_param, i)=>{
553
556
  var { dataAttributes: e } = _param, a = _object_without_properties(_param, [
554
557
  "dataAttributes"
555
558
  ]);
556
- return /* @__PURE__ */ t(Ne, {
559
+ return /* @__PURE__ */ t(Te, {
557
560
  overflow: "visible",
558
561
  className: Se,
559
562
  variant: a.isInverse ? "inverse" : "default",
@@ -564,19 +567,19 @@ const Qe = (e, a)=>typeof e == "function" ? e == null ? void 0 : e({
564
567
  }, e),
565
568
  children: /* @__PURE__ */ t(de, _object_spread({}, a))
566
569
  });
567
- }), yt = (param)=>{
568
- let { children: e, ariaLabelledby: a, role: i = "list", dataAttributes: o, "aria-live": d = "off", "aria-atomic": f = !1 } = param;
569
- return /* @__PURE__ */ t(A, {
570
+ }), Rt = (param)=>{
571
+ let { children: e, ariaLabelledby: a, role: i = "list", dataAttributes: l, "aria-live": d = "off", "aria-atomic": b = !1 } = param;
572
+ return /* @__PURE__ */ t(T, {
570
573
  space: 16,
571
574
  role: i,
572
575
  "aria-labelledby": a,
573
576
  "aria-live": d,
574
- "aria-atomic": f,
577
+ "aria-atomic": b,
575
578
  dataAttributes: _object_spread({
576
579
  "component-name": "BoxedRowList",
577
580
  testid: "BoxedRowList"
578
- }, o),
581
+ }, l),
579
582
  children: e
580
583
  });
581
584
  };
582
- export { Rt as BoxedRow, yt as BoxedRowList, Ue as Content, gt as Row, wt as RowList };
585
+ export { wt as BoxedRow, Rt as BoxedRowList, Ue as Content, gt as Row, yt as RowList };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./loading-bar.css.ts.vanilla.css-mistica.js";
3
- var n = "v16_30_1_1num3qg3", f = "v16_30_1_1num3qg2 v16_30_1_1y2v1nfio v16_30_1_1y2v1nfm0 v16_30_1_1y2v1nfmf v16_30_1_1y2v1nfmu", r = "v16_30_1_1num3qg7 v16_30_1_1y2v1nfin v16_30_1_1y2v1nfjf v16_30_1_1y2v1nfjw", y = "v16_30_1_1y2v1nfjf v16_30_1_1y2v1nflu v16_30_1_1y2v1nfim v16_30_1_1y2v1nf5t v16_30_1_1y2v1nfjz";
3
+ var n = "v16_32_1num3qg3", f = "v16_32_1num3qg2 v16_32_1y2v1nfio v16_32_1y2v1nfm0 v16_32_1y2v1nfmf v16_32_1y2v1nfmu", r = "v16_32_1num3qg7 v16_32_1y2v1nfin v16_32_1y2v1nfjf v16_32_1y2v1nfjw", y = "v16_32_1y2v1nfjf v16_32_1y2v1nflu v16_32_1y2v1nfim v16_32_1y2v1nf5t v16_32_1y2v1nfjz";
4
4
  export { n as hidden, f as portal, r as progress, y as progressContainer };
@@ -54,21 +54,21 @@ function _object_spread_props(target, source) {
54
54
  import { jsx as r } from "react/jsx-runtime";
55
55
  import { Portal as s } from "./portal.js";
56
56
  import { portal as t, hidden as e, progressContainer as i, progress as m } from "./loading-bar.css-mistica.js";
57
- import { getPrefixedDataAttributes as n } from "./utils/dom.js";
58
- import d from "classnames";
57
+ import { getPrefixedDataAttributes as d } from "./utils/dom.js";
58
+ import n from "classnames";
59
59
  const l = (param)=>{
60
60
  let { visible: a, dataAttributes: o } = param;
61
61
  return /* @__PURE__ */ r(s, {
62
- className: d(t, {
62
+ className: n(t, {
63
63
  [e]: !a
64
64
  }),
65
65
  children: /* @__PURE__ */ r("div", _object_spread_props(_object_spread({
66
66
  className: i
67
- }, n(o, "LoadingBar")), {
67
+ }, d(o, "LoadingBar")), {
68
68
  children: /* @__PURE__ */ r("div", {
69
69
  className: m
70
70
  })
71
71
  }))
72
72
  });
73
- }, u = l;
74
- export { u as default };
73
+ }, h = l;
74
+ export { h as default };
@@ -1,7 +1,7 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./loading-screen.css.ts.vanilla.css-mistica.js";
3
- var v = 500, n = "v16_30_1_flke8b1 v16_30_1_1y2v1nfis v16_30_1_1y2v1nfiy v16_30_1_1y2v1nfj7", r = "v16_30_1_1y2v1nfje v16_30_1_1y2v1nfis v16_30_1_1y2v1nfiy v16_30_1_1y2v1nfj7 v16_30_1_1y2v1nfj1", a = "v16_30_1_flke8b9 v16_30_1_1y2v1nf96", f = "v16_30_1_flke8bb", i = "v16_30_1_flke8bc", l = "v16_30_1_flke8bf", o = "v16_30_1_flke8be", d = {
4
- default: "v16_30_1_flke8b4",
5
- inverse: "v16_30_1_flke8b5"
6
- }, t = "v16_30_1_flke8b3", k = "v16_30_1_flke8b6";
7
- export { v as inOutAnimationMs, n as loadingScreen, r as loadingScreenChildren, a as loadingScreenText, f as loadingScreenTextAnimated, i as loadingScreenTextAnimatedOut, l as logo, o as pulseLogo, d as screenBackground, t as screenBackgroundAnimated, k as screenBackgroundFadeOut };
3
+ var _ = 500, n = "v16_32_flke8b1 v16_32_1y2v1nfis v16_32_1y2v1nfiy v16_32_1y2v1nfj7", r = "v16_32_1y2v1nfje v16_32_1y2v1nfis v16_32_1y2v1nfiy v16_32_1y2v1nfj7 v16_32_1y2v1nfj1", a = "v16_32_flke8b9 v16_32_1y2v1nf96", f = "v16_32_flke8bb", i = "v16_32_flke8bc", l = "v16_32_flke8bf", o = "v16_32_flke8be", d = {
4
+ default: "v16_32_flke8b4",
5
+ inverse: "v16_32_flke8b5"
6
+ }, t = "v16_32_flke8b3", k = "v16_32_flke8b6";
7
+ export { _ as inOutAnimationMs, n as loadingScreen, r as loadingScreenChildren, a as loadingScreenText, f as loadingScreenTextAnimated, i as loadingScreenTextAnimatedOut, l as logo, o as pulseLogo, d as screenBackground, t as screenBackgroundAnimated, k as screenBackgroundFadeOut };