@telefonica/mistica 14.40.0 → 14.42.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 (259) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/accordion.css-mistica.js +7 -7
  3. package/dist/avatar.css-mistica.js +1 -1
  4. package/dist/badge.css-mistica.js +3 -3
  5. package/dist/boxed.css-mistica.js +14 -5
  6. package/dist/boxed.css.d.ts +1 -0
  7. package/dist/boxed.d.ts +1 -0
  8. package/dist/boxed.js +11 -9
  9. package/dist/button-fixed-footer-layout.d.ts +1 -0
  10. package/dist/button-fixed-footer-layout.js +19 -14
  11. package/dist/button-group.css-mistica.js +1 -1
  12. package/dist/button-layout.css-mistica.js +17 -14
  13. package/dist/button-layout.css.d.ts +1 -0
  14. package/dist/button-layout.js +15 -15
  15. package/dist/button.css-mistica.js +30 -30
  16. package/dist/button.js +43 -35
  17. package/dist/callout.css-mistica.js +1 -1
  18. package/dist/card.css-mistica.js +15 -15
  19. package/dist/carousel.css-mistica.js +20 -20
  20. package/dist/carousel.d.ts +13 -0
  21. package/dist/carousel.js +325 -223
  22. package/dist/checkbox.css-mistica.js +10 -10
  23. package/dist/chip.css-mistica.js +4 -4
  24. package/dist/circle.css-mistica.js +2 -2
  25. package/dist/community/advanced-data-card.css-mistica.js +14 -14
  26. package/dist/community/blocks.css-mistica.js +3 -3
  27. package/dist/counter.css-mistica.js +7 -7
  28. package/dist/credit-card-expiration-field.js +30 -26
  29. package/dist/credit-card-number-field.css-mistica.js +7 -7
  30. package/dist/credit-card-number-field.js +59 -45
  31. package/dist/cvv-field.js +46 -41
  32. package/dist/date-field.css-mistica.js +14 -0
  33. package/dist/date-field.css.d.ts +1 -0
  34. package/dist/date-field.css.ts.vanilla.css-mistica.js +11 -0
  35. package/dist/date-field.js +41 -35
  36. package/dist/date-time-field.js +40 -34
  37. package/dist/date-time-picker.js +43 -45
  38. package/dist/decimal-field.js +26 -22
  39. package/dist/dialog-context.d.ts +24 -0
  40. package/dist/dialog-context.js +192 -0
  41. package/dist/dialog.css-mistica.js +17 -14
  42. package/dist/dialog.css.d.ts +1 -0
  43. package/dist/dialog.d.ts +14 -44
  44. package/dist/dialog.js +161 -245
  45. package/dist/double-field.css-mistica.js +5 -4
  46. package/dist/email-field.js +15 -11
  47. package/dist/empty-state-card.css-mistica.js +1 -1
  48. package/dist/empty-state.css-mistica.js +4 -4
  49. package/dist/feedback.css-mistica.js +17 -14
  50. package/dist/feedback.css.d.ts +5 -4
  51. package/dist/feedback.js +154 -147
  52. package/dist/fixed-footer-layout.css-mistica.js +2 -2
  53. package/dist/fixed-footer-layout.js +9 -8
  54. package/dist/header.css-mistica.js +3 -3
  55. package/dist/hero.css-mistica.js +4 -4
  56. package/dist/highlighted-card.css-mistica.js +7 -7
  57. package/dist/hooks.js +61 -52
  58. package/dist/horizontal-scroll.css-mistica.js +2 -2
  59. package/dist/iban-field.js +31 -27
  60. package/dist/icon-button.css-mistica.js +1 -1
  61. package/dist/icons/icon-amex.d.ts +1 -1
  62. package/dist/icons/icon-cvv-amex.d.ts +1 -1
  63. package/dist/icons/icon-cvv-visa-mc.d.ts +1 -1
  64. package/dist/icons/icon-mastercard.d.ts +1 -1
  65. package/dist/icons/icon-visa.d.ts +1 -1
  66. package/dist/image.css-mistica.js +3 -3
  67. package/dist/index.d.ts +2 -2
  68. package/dist/index.js +16 -4
  69. package/dist/inline.css-mistica.js +9 -6
  70. package/dist/inline.css.d.ts +1 -1
  71. package/dist/inline.js +9 -9
  72. package/dist/integer-field.js +17 -13
  73. package/dist/list.css-mistica.js +15 -15
  74. package/dist/loading-bar.css-mistica.js +4 -7
  75. package/dist/loading-bar.css.d.ts +0 -2
  76. package/dist/loading-bar.js +3 -6
  77. package/dist/loading-screen.css-mistica.js +6 -6
  78. package/dist/maybe-dismissable.css-mistica.js +1 -1
  79. package/dist/menu.css-mistica.js +3 -3
  80. package/dist/month-field.js +39 -33
  81. package/dist/navigation-bar.css-mistica.js +22 -22
  82. package/dist/navigation-breadcrumbs.css-mistica.js +5 -5
  83. package/dist/package-version.js +1 -1
  84. package/dist/password-field.js +46 -44
  85. package/dist/phone-number-field.js +50 -46
  86. package/dist/pin-field.css-mistica.js +12 -6
  87. package/dist/pin-field.css.d.ts +2 -0
  88. package/dist/pin-field.d.ts +3 -1
  89. package/dist/pin-field.js +129 -95
  90. package/dist/popover.css-mistica.js +5 -5
  91. package/dist/progress-bar.css-mistica.js +4 -4
  92. package/dist/radio-button.css-mistica.js +8 -8
  93. package/dist/responsive-layout.css-mistica.js +12 -9
  94. package/dist/responsive-layout.css.d.ts +2 -1
  95. package/dist/responsive-layout.d.ts +1 -1
  96. package/dist/responsive-layout.js +20 -17
  97. package/dist/screen-reader-only.css-mistica.js +2 -2
  98. package/dist/search-field.js +36 -35
  99. package/dist/select.css-mistica.js +16 -15
  100. package/dist/select.css.d.ts +1 -0
  101. package/dist/select.js +138 -143
  102. package/dist/sheet.css-mistica.js +13 -13
  103. package/dist/sheet.js +110 -128
  104. package/dist/skeletons.css-mistica.js +5 -5
  105. package/dist/skins/blau.js +2 -0
  106. package/dist/skins/movistar-legacy.js +2 -0
  107. package/dist/skins/movistar.js +2 -0
  108. package/dist/skins/o2-classic.js +1 -0
  109. package/dist/skins/o2.js +2 -0
  110. package/dist/skins/skin-contract.css-mistica.js +184 -182
  111. package/dist/skins/skin-contract.css.d.ts +2 -0
  112. package/dist/skins/telefonica.js +2 -0
  113. package/dist/skins/types/colors.d.ts +1 -0
  114. package/dist/skins/vivo-new.js +9 -7
  115. package/dist/skins/vivo.js +2 -0
  116. package/dist/slider.css-mistica.js +4 -4
  117. package/dist/slider.js +32 -32
  118. package/dist/snackbar.css-mistica.js +14 -14
  119. package/dist/spinner.css-mistica.js +1 -1
  120. package/dist/sprinkles.css-mistica.js +778 -772
  121. package/dist/stacking-group.css-mistica.js +2 -2
  122. package/dist/stepper.css-mistica.js +10 -10
  123. package/dist/switch-component.css-mistica.js +20 -20
  124. package/dist/tabs.css-mistica.js +10 -10
  125. package/dist/tag.css-mistica.js +1 -1
  126. package/dist/text-field-base.css-mistica.js +45 -21
  127. package/dist/text-field-base.css.d.ts +30 -7
  128. package/dist/text-field-base.d.ts +11 -0
  129. package/dist/text-field-base.js +175 -140
  130. package/dist/text-field-components.css-mistica.js +13 -21
  131. package/dist/text-field-components.css.d.ts +0 -3
  132. package/dist/text-field-components.d.ts +3 -0
  133. package/dist/text-field-components.js +38 -35
  134. package/dist/text-field.js +26 -22
  135. package/dist/text-link.css-mistica.js +3 -3
  136. package/dist/theme-context-provider.js +2 -2
  137. package/dist/tooltip.css-mistica.js +4 -4
  138. package/dist/touchable.css-mistica.js +3 -3
  139. package/dist/utils/aspect-ratio-support.css-mistica.js +3 -3
  140. package/dist/utils/platform.js +8 -11
  141. package/dist/video.css-mistica.js +2 -2
  142. package/dist-es/accordion.css-mistica.js +3 -3
  143. package/dist-es/avatar.css-mistica.js +1 -1
  144. package/dist-es/badge.css-mistica.js +2 -2
  145. package/dist-es/boxed.css-mistica.js +3 -2
  146. package/dist-es/boxed.js +17 -15
  147. package/dist-es/button-fixed-footer-layout.js +29 -24
  148. package/dist-es/button-group.css-mistica.js +1 -1
  149. package/dist-es/button-layout.css-mistica.js +7 -7
  150. package/dist-es/button-layout.js +23 -23
  151. package/dist-es/button.css-mistica.js +18 -18
  152. package/dist-es/button.js +65 -57
  153. package/dist-es/callout.css-mistica.js +1 -1
  154. package/dist-es/card.css-mistica.js +2 -2
  155. package/dist-es/carousel.css-mistica.js +2 -2
  156. package/dist-es/carousel.js +373 -280
  157. package/dist-es/checkbox.css-mistica.js +6 -6
  158. package/dist-es/chip.css-mistica.js +4 -4
  159. package/dist-es/circle.css-mistica.js +2 -2
  160. package/dist-es/community/advanced-data-card.css-mistica.js +3 -3
  161. package/dist-es/community/blocks.css-mistica.js +2 -2
  162. package/dist-es/counter.css-mistica.js +2 -2
  163. package/dist-es/credit-card-expiration-field.js +34 -30
  164. package/dist-es/credit-card-number-field.css-mistica.js +4 -4
  165. package/dist-es/credit-card-number-field.js +84 -70
  166. package/dist-es/cvv-field.js +68 -63
  167. package/dist-es/date-field.css-mistica.js +5 -0
  168. package/dist-es/date-field.css.ts.vanilla.css-mistica.js +2 -0
  169. package/dist-es/date-field.js +46 -40
  170. package/dist-es/date-time-field.js +47 -41
  171. package/dist-es/date-time-picker.js +55 -57
  172. package/dist-es/decimal-field.js +31 -27
  173. package/dist-es/dialog-context.js +125 -0
  174. package/dist-es/dialog.css-mistica.js +5 -5
  175. package/dist-es/dialog.js +192 -262
  176. package/dist-es/double-field.css-mistica.js +5 -4
  177. package/dist-es/email-field.js +16 -12
  178. package/dist-es/empty-state-card.css-mistica.js +1 -1
  179. package/dist-es/empty-state.css-mistica.js +3 -3
  180. package/dist-es/feedback.css-mistica.js +2 -2
  181. package/dist-es/feedback.js +191 -184
  182. package/dist-es/fixed-footer-layout.css-mistica.js +2 -2
  183. package/dist-es/fixed-footer-layout.js +21 -20
  184. package/dist-es/header.css-mistica.js +2 -2
  185. package/dist-es/hero.css-mistica.js +2 -2
  186. package/dist-es/highlighted-card.css-mistica.js +5 -5
  187. package/dist-es/hooks.js +60 -51
  188. package/dist-es/horizontal-scroll.css-mistica.js +2 -2
  189. package/dist-es/iban-field.js +42 -38
  190. package/dist-es/icon-button.css-mistica.js +1 -1
  191. package/dist-es/image.css-mistica.js +2 -2
  192. package/dist-es/index.js +1778 -1778
  193. package/dist-es/inline.css-mistica.js +3 -3
  194. package/dist-es/inline.js +18 -18
  195. package/dist-es/integer-field.js +21 -17
  196. package/dist-es/list.css-mistica.js +2 -2
  197. package/dist-es/loading-bar.css-mistica.js +2 -2
  198. package/dist-es/loading-bar.js +10 -13
  199. package/dist-es/loading-screen.css-mistica.js +2 -2
  200. package/dist-es/maybe-dismissable.css-mistica.js +1 -1
  201. package/dist-es/menu.css-mistica.js +2 -2
  202. package/dist-es/month-field.js +47 -41
  203. package/dist-es/navigation-bar.css-mistica.js +11 -11
  204. package/dist-es/navigation-breadcrumbs.css-mistica.js +2 -2
  205. package/dist-es/package-version.js +1 -1
  206. package/dist-es/password-field.js +54 -52
  207. package/dist-es/phone-number-field.js +53 -49
  208. package/dist-es/pin-field.css-mistica.js +2 -2
  209. package/dist-es/pin-field.js +145 -111
  210. package/dist-es/popover.css-mistica.js +2 -2
  211. package/dist-es/progress-bar.css-mistica.js +2 -2
  212. package/dist-es/radio-button.css-mistica.js +5 -5
  213. package/dist-es/responsive-layout.css-mistica.js +5 -5
  214. package/dist-es/responsive-layout.js +27 -24
  215. package/dist-es/screen-reader-only.css-mistica.js +2 -2
  216. package/dist-es/search-field.js +45 -44
  217. package/dist-es/select.css-mistica.js +11 -10
  218. package/dist-es/select.js +167 -172
  219. package/dist-es/sheet.css-mistica.js +2 -2
  220. package/dist-es/sheet.js +188 -206
  221. package/dist-es/skeletons.css-mistica.js +2 -2
  222. package/dist-es/skins/blau.js +2 -0
  223. package/dist-es/skins/movistar-legacy.js +2 -0
  224. package/dist-es/skins/movistar.js +2 -0
  225. package/dist-es/skins/o2-classic.js +1 -0
  226. package/dist-es/skins/o2.js +2 -0
  227. package/dist-es/skins/skin-contract.css-mistica.js +184 -182
  228. package/dist-es/skins/telefonica.js +2 -0
  229. package/dist-es/skins/vivo-new.js +9 -7
  230. package/dist-es/skins/vivo.js +2 -0
  231. package/dist-es/slider.css-mistica.js +2 -2
  232. package/dist-es/slider.js +36 -36
  233. package/dist-es/snackbar.css-mistica.js +5 -5
  234. package/dist-es/spinner.css-mistica.js +1 -1
  235. package/dist-es/sprinkles.css-mistica.js +778 -772
  236. package/dist-es/stacking-group.css-mistica.js +2 -2
  237. package/dist-es/stepper.css-mistica.js +2 -2
  238. package/dist-es/style.css +1 -1
  239. package/dist-es/switch-component.css-mistica.js +17 -17
  240. package/dist-es/tabs.css-mistica.js +8 -8
  241. package/dist-es/tag.css-mistica.js +1 -1
  242. package/dist-es/text-field-base.css-mistica.js +2 -2
  243. package/dist-es/text-field-base.js +189 -157
  244. package/dist-es/text-field-components.css-mistica.js +3 -2
  245. package/dist-es/text-field-components.js +52 -49
  246. package/dist-es/text-field.js +31 -27
  247. package/dist-es/text-link.css-mistica.js +3 -3
  248. package/dist-es/theme-context-provider.js +1 -1
  249. package/dist-es/tooltip.css-mistica.js +2 -2
  250. package/dist-es/touchable.css-mistica.js +2 -2
  251. package/dist-es/utils/aspect-ratio-support.css-mistica.js +3 -3
  252. package/dist-es/utils/platform.js +6 -6
  253. package/dist-es/video.css-mistica.js +2 -2
  254. package/package.json +2 -2
  255. package/dist/password-field.css-mistica.js +0 -13
  256. package/dist/password-field.css.d.ts +0 -1
  257. package/dist-es/password-field.css-mistica.js +0 -4
  258. /package/dist/{password-field.css.ts.vanilla.css-mistica.js → boxed.css.ts.vanilla.css-mistica.js} +0 -0
  259. /package/dist-es/{password-field.css.ts.vanilla.css-mistica.js → boxed.css.ts.vanilla.css-mistica.js} +0 -0
@@ -11,13 +11,13 @@ function _export(target, all) {
11
11
  }
12
12
  _export(exports, {
13
13
  FieldContainer: function() {
14
- return K;
14
+ return M;
15
15
  },
16
16
  HelperText: function() {
17
- return J;
17
+ return K;
18
18
  },
19
19
  Label: function() {
20
- return G;
20
+ return J;
21
21
  }
22
22
  });
23
23
  const _jsxruntime = require("react/jsx-runtime");
@@ -29,6 +29,7 @@ const _text = require("./text.js");
29
29
  const _textfieldcomponentscssmistica = require("./text-field-components.css-mistica.js");
30
30
  const _sprinklescssmistica = require("./sprinkles.css-mistica.js");
31
31
  const _skincontractcssmistica = require("./skins/skin-contract.css-mistica.js");
32
+ const _dom = require("./utils/dom.js");
32
33
  function _interop_require_default(obj) {
33
34
  return obj && obj.__esModule ? obj : {
34
35
  default: obj
@@ -127,25 +128,25 @@ function _object_spread_props(target, source) {
127
128
  }
128
129
  return target;
129
130
  }
130
- const G = (param)=>{
131
- let { shrinkLabel: o, forId: l, inputState: r, error: t, children: i, style: n, optional: m } = param;
132
- const f = o || r === "focused" || r === "filled", [u, c] = _react.useState("initial"), { texts: b } = (0, _hooks.useTheme)();
131
+ const J = (param)=>{
132
+ let { shrinkLabel: t, forId: s, inputState: r, error: l, children: i, style: n, optional: a } = param;
133
+ const f = t || r === "focused" || r === "filled", [u, h] = _react.useState("initial"), { texts: d } = (0, _hooks.useTheme)();
133
134
  _react.useEffect(()=>{
134
135
  const g = setTimeout(()=>{
135
- process.env.NODE_ENV !== "test" && c("transform 150ms, width 150ms");
136
+ process.env.NODE_ENV !== "test" && h("transform 150ms, width 150ms");
136
137
  });
137
138
  return ()=>{
138
139
  clearTimeout(g);
139
140
  };
140
141
  }, []);
141
- let h = _skincontractcssmistica.vars.colors.textSecondary;
142
- return t && r !== "default" ? h = _skincontractcssmistica.vars.colors.error : r === "focused" && (h = _skincontractcssmistica.vars.colors.controlActivated), /* @__PURE__ */ (0, _jsxruntime.jsxs)("label", {
142
+ let p = _skincontractcssmistica.vars.colors.textSecondary;
143
+ return l && r !== "default" ? p = _skincontractcssmistica.vars.colors.error : r === "focused" && (p = _skincontractcssmistica.vars.colors.controlActivated), /* @__PURE__ */ (0, _jsxruntime.jsxs)("label", {
143
144
  className: (0, _classnames.default)(_textfieldcomponentscssmistica.labelContainer, {
144
145
  [_textfieldcomponentscssmistica.shrinked]: f
145
146
  }, (0, _sprinklescssmistica.sprinkles)({
146
- color: h
147
+ color: p
147
148
  })),
148
- htmlFor: l,
149
+ htmlFor: s,
149
150
  style: _object_spread_props(_object_spread({}, n), {
150
151
  transition: u
151
152
  }),
@@ -154,62 +155,64 @@ const G = (param)=>{
154
155
  className: _textfieldcomponentscssmistica.labelText,
155
156
  children: i
156
157
  }),
157
- m ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("span", {
158
+ a ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("span", {
158
159
  children: [
159
160
  "\xa0(",
160
- b.formFieldOptionalLabelSuffix,
161
+ d.formFieldOptionalLabelSuffix,
161
162
  ")"
162
163
  ]
163
164
  }) : null
164
165
  ]
165
166
  });
166
- }, J = (param)=>{
167
- let { leftText: o, rightText: l, error: r } = param;
168
- const t = (0, _themevariantcontext.useIsInverseVariant)(), i = t ? _skincontractcssmistica.vars.colors.textPrimaryInverse : r ? _skincontractcssmistica.vars.colors.error : _skincontractcssmistica.vars.colors.textSecondary, n = t ? _skincontractcssmistica.vars.colors.textPrimaryInverse : _skincontractcssmistica.vars.colors.textSecondary;
167
+ }, K = (param)=>{
168
+ let { leftText: t, rightText: s, error: r, id: l } = param;
169
+ const i = (0, _themevariantcontext.useIsInverseVariant)(), n = i ? _skincontractcssmistica.vars.colors.textPrimaryInverse : r ? _skincontractcssmistica.vars.colors.error : _skincontractcssmistica.vars.colors.textSecondary, a = i ? _skincontractcssmistica.vars.colors.textPrimaryInverse : _skincontractcssmistica.vars.colors.textSecondary;
169
170
  return /* @__PURE__ */ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
170
171
  children: [
171
- o && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
172
+ t && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
172
173
  className: (0, _classnames.default)(_textfieldcomponentscssmistica.helperText, _textfieldcomponentscssmistica.leftText),
173
174
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text1, {
174
- color: i,
175
+ color: n,
175
176
  regular: !0,
176
177
  as: "p",
177
- children: o
178
+ id: l,
179
+ children: t
178
180
  })
179
181
  }),
180
- l && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
182
+ s && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
181
183
  className: (0, _classnames.default)(_textfieldcomponentscssmistica.helperText, _textfieldcomponentscssmistica.rightText),
182
184
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_text.Text1, {
183
- color: n,
185
+ color: a,
184
186
  regular: !0,
185
187
  as: "p",
186
- children: l
188
+ children: s
187
189
  })
188
190
  })
189
191
  ]
190
192
  });
191
- }, K = (param)=>{
192
- let { multiline: o, disabled: l, children: r, helperText: t, className: i, fieldRef: n, fullWidth: m, readOnly: f } = param;
193
- return /* @__PURE__ */ (0, _jsxruntime.jsxs)("div", {
194
- className: (0, _classnames.default)(_textfieldcomponentscssmistica.fieldContainer, m ? _textfieldcomponentscssmistica.fullWidth : _textfieldcomponentscssmistica.normalWidth, {
195
- [_textfieldcomponentscssmistica.disabled]: l
193
+ }, M = (param)=>{
194
+ let { multiline: t, disabled: s, children: r, helperText: l, className: i, fieldRef: n, fullWidth: a, readOnly: f, dataAttributes: u } = param;
195
+ return /* @__PURE__ */ (0, _jsxruntime.jsxs)("div", _object_spread_props(_object_spread({
196
+ className: (0, _classnames.default)(_textfieldcomponentscssmistica.fieldContainer, a ? _textfieldcomponentscssmistica.fullWidth : _textfieldcomponentscssmistica.normalWidth, {
197
+ [_textfieldcomponentscssmistica.disabled]: s
196
198
  }),
197
- onClick: (u)=>{
198
- var c;
199
- o && ((c = u.currentTarget.querySelector("textarea")) == null || c.focus());
200
- },
199
+ onClick: (h)=>{
200
+ var d;
201
+ (d = h.currentTarget.querySelector(t ? "textarea" : "input")) == null || d.focus();
202
+ }
203
+ }, (0, _dom.getPrefixedDataAttributes)(u)), {
201
204
  children: [
202
205
  /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
203
- className: (0, _classnames.default)(_textfieldcomponentscssmistica.field, o ? _textfieldcomponentscssmistica.fieldMulti : _textfieldcomponentscssmistica.fieldSingle, (0, _sprinklescssmistica.sprinkles)({
206
+ className: (0, _classnames.default)(_textfieldcomponentscssmistica.field, (0, _sprinklescssmistica.sprinkles)({
204
207
  background: f ? _skincontractcssmistica.vars.colors.neutralLow : _skincontractcssmistica.vars.colors.backgroundContainer
205
208
  }), i),
206
209
  ref: n,
207
210
  children: r
208
211
  }),
209
- t && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
212
+ l && /* @__PURE__ */ (0, _jsxruntime.jsx)("div", {
210
213
  className: _textfieldcomponentscssmistica.helperContainer,
211
- children: t
214
+ children: l
212
215
  })
213
216
  ]
214
- });
217
+ }));
215
218
  };
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  Object.defineProperty(exports, "default", {
7
7
  enumerable: true,
8
8
  get: function() {
9
- return z;
9
+ return D;
10
10
  }
11
11
  });
12
12
  const _jsxruntime = require("react/jsx-runtime");
@@ -136,17 +136,17 @@ function _object_without_properties_loose(source, excluded) {
136
136
  }
137
137
  return target;
138
138
  }
139
- const C = (c, t, r, i)=>{
139
+ const H = (i, t, r, c)=>{
140
140
  (0, _hooks.useIsomorphicLayoutEffect)(()=>{
141
- c && t && r && t.length > r && i && i((0, _dom.createChangeEvent)(c, t.slice(0, r)));
141
+ i && t && r && t.length > r && c && c((0, _dom.createChangeEvent)(i, t.slice(0, r)));
142
142
  }, [
143
- i,
143
+ c,
144
144
  t,
145
145
  r,
146
- c
146
+ i
147
147
  ]);
148
- }, H = /*#__PURE__*/ _react.forwardRef((_param, g)=>{
149
- var { disabled: c, error: t, helperText: r, name: i, optional: m, validate: a, onChangeValue: p, onChange: d, value: R, defaultValue: T, onBlur: l, onFocus: u, onPress: x } = _param, s = _object_without_properties(_param, [
148
+ }, I = /*#__PURE__*/ _react.forwardRef((_param, v)=>{
149
+ var { disabled: i, error: t, helperText: r, name: c, optional: m, validate: a, onChangeValue: p, onChange: d, value: R, defaultValue: T, onBlur: l, onFocus: u, onPress: x, dataAttributes: g } = _param, s = _object_without_properties(_param, [
150
150
  "disabled",
151
151
  "error",
152
152
  "helperText",
@@ -159,35 +159,39 @@ const C = (c, t, r, i)=>{
159
159
  "defaultValue",
160
160
  "onBlur",
161
161
  "onFocus",
162
- "onPress"
162
+ "onPress",
163
+ "dataAttributes"
163
164
  ]);
164
- const e = _react.useRef(null), v = (o)=>o, h = (o)=>{
165
+ const e = _react.useRef(null), F = (o)=>o, b = (o)=>{
165
166
  s.multiline && e.current && (e.current.scrollTop = 0), l == null || l(o);
166
- }, y = (o)=>{
167
+ }, h = (o)=>{
167
168
  s.multiline && setTimeout(()=>{
168
169
  if (e.current) {
169
- const E = e.current.value;
170
- e.current.value = "", e.current.value = E, e.current.scrollTop = e.current.scrollHeight;
170
+ const y = e.current.value;
171
+ e.current.value = "", e.current.value = y, e.current.scrollTop = e.current.scrollHeight;
171
172
  }
172
173
  }, 0), u == null || u(o);
173
- }, f = (0, _formcontext.useFieldProps)({
174
- name: i,
174
+ }, n = (0, _formcontext.useFieldProps)({
175
+ name: c,
175
176
  value: R,
176
177
  defaultValue: T,
177
- processValue: v,
178
+ processValue: F,
178
179
  helperText: r,
179
180
  optional: m,
180
181
  error: t,
181
- disabled: c,
182
- onBlur: h,
182
+ disabled: i,
183
+ onBlur: b,
183
184
  validate: a,
184
185
  onChange: d,
185
186
  onChangeValue: p
186
187
  });
187
- return C(e.current, f.value, s.maxLength, f.onChange), /* @__PURE__ */ (0, _jsxruntime.jsx)(_textfieldbase.TextFieldBaseAutosuggest, _object_spread_props(_object_spread({}, s, f), {
188
+ return H(e.current, n.value, s.maxLength, n.onChange), /* @__PURE__ */ (0, _jsxruntime.jsx)(_textfieldbase.TextFieldBaseAutosuggest, _object_spread_props(_object_spread({}, s, n), {
188
189
  onClick: x,
189
- inputRef: (0, _common.combineRefs)(e, f.inputRef, g),
190
- onFocus: y,
191
- type: "text"
190
+ inputRef: (0, _common.combineRefs)(e, n.inputRef, v),
191
+ onFocus: h,
192
+ type: "text",
193
+ dataAttributes: _object_spread({
194
+ "component-name": "TextField"
195
+ }, g)
192
196
  }));
193
- }), z = H;
197
+ }), D = I;
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "variants", {
11
11
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
12
12
  require("./text-link.css.ts.vanilla.css-mistica.js");
13
13
  var v = {
14
- default: "_1m1n0pr1 _1y2v1nfh4 _1y2v1nfgj _1y2v1nfjg _1y2v1nf2c",
15
- inverseLight: "_1m1n0pr6 _1m1n0pr1 _1y2v1nfh4 _1y2v1nfgj _1y2v1nfjg _1y2v1nf2d",
16
- inverseDark: "_1m1n0pr7 _1m1n0pr1 _1y2v1nfh4 _1y2v1nfgj _1y2v1nfjg _1y2v1nf2c"
14
+ default: "_1m1n0pr1 _1y2v1nfh6 _1y2v1nfgl _1y2v1nfji _1y2v1nf2d",
15
+ inverseLight: "_1m1n0pr6 _1m1n0pr1 _1y2v1nfh6 _1y2v1nfgl _1y2v1nfji _1y2v1nf2e",
16
+ inverseDark: "_1m1n0pr7 _1m1n0pr1 _1y2v1nfh6 _1y2v1nfgl _1y2v1nfji _1y2v1nf2d"
17
17
  };
@@ -20,7 +20,7 @@ _export(exports, {
20
20
  const _jsxruntime = require("react/jsx-runtime");
21
21
  const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
22
22
  const _dynamic = require("@vanilla-extract/dynamic");
23
- const _dialog = /*#__PURE__*/ _interop_require_default(require("./dialog.js"));
23
+ const _dialogcontext = require("./dialog-context.js");
24
24
  const _screensizecontextprovider = /*#__PURE__*/ _interop_require_default(require("./screen-size-context-provider.js"));
25
25
  const _ariaidgettercontext = /*#__PURE__*/ _interop_require_default(require("./aria-id-getter-context.js"));
26
26
  const _theme = require("./theme.js");
@@ -202,7 +202,7 @@ const it = "(prefers-color-scheme: dark)", st = ()=>{
202
202
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_ariaidgettercontext.default.Provider, {
203
203
  value: R,
204
204
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_screensizecontextprovider.default, {
205
- children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_dialog.default, {
205
+ children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_dialogcontext.DialogRoot, {
206
206
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)(_snackbarcontext.SnackbarRoot, {
207
207
  children: o ? /*#__PURE__*/ _react.createElement(o, {
208
208
  style: v
@@ -10,10 +10,10 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  arrow: function() {
13
- return a;
13
+ return v;
14
14
  },
15
15
  arrowContainer: function() {
16
- return v;
16
+ return a;
17
17
  },
18
18
  container: function() {
19
19
  return _;
@@ -28,12 +28,12 @@ _export(exports, {
28
28
  return r;
29
29
  },
30
30
  tooltipTransitionClasses: function() {
31
- return f;
31
+ return i;
32
32
  }
33
33
  });
34
34
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
35
35
  require("./tooltip.css.ts.vanilla.css-mistica.js");
36
- var a = "_1xhatbpa _1y2v1nfh9 _1y2v1nfhp _1y2v1nfgb _1y2v1nfjn _1y2v1nf36", v = "_1xhatbp8 _1y2v1nfgb _1y2v1nfhb _1y2v1nfjh", _ = "_1xhatbp1 _1y2v1nfgb", y = "_1xhatbp5 _1y2v1nfga _1y2v1nfia _1y2v1nfjh", o = "_1xhatbp3 _1y2v1nfga _1y2v1nfj9 _1y2v1nf36", r = "_1y2v1nfgg _1y2v1nfgm _1y2v1nfgv", f = {
36
+ var v = "_1xhatbpa _1y2v1nfhb _1y2v1nfhr _1y2v1nfgd _1y2v1nfjp _1y2v1nf37", a = "_1xhatbp8 _1y2v1nfgd _1y2v1nfhd _1y2v1nfjj", _ = "_1xhatbp1 _1y2v1nfgd", y = "_1xhatbp5 _1y2v1nfgc _1y2v1nfic _1y2v1nfjj", o = "_1xhatbp3 _1y2v1nfgc _1y2v1nfjb _1y2v1nf37", r = "_1y2v1nfgi _1y2v1nfgo _1y2v1nfgx", i = {
37
37
  entering: {
38
38
  opacity: 1
39
39
  },
@@ -10,10 +10,10 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  base: function() {
13
- return y;
13
+ return f;
14
14
  },
15
15
  notTouchable: function() {
16
- return f;
16
+ return y;
17
17
  },
18
18
  touchable: function() {
19
19
  return _;
@@ -21,4 +21,4 @@ _export(exports, {
21
21
  });
22
22
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
23
23
  require("./touchable.css.ts.vanilla.css-mistica.js");
24
- var y = "mhti6u1 _1y2v1nfjg", f = "mhti6u4", _ = "mhti6u1 _1y2v1nfjg _1y2v1nf69 _1y2v1nf7i _1y2v1nf8r _1y2v1nfa0 _1y2v1nfgi _1y2v1nfiy _1y2v1nfh3 _1y2v1nf33 _1y2v1nf68 _1y2v1nfji";
24
+ var f = "mhti6u1 _1y2v1nfji", y = "mhti6u4", _ = "mhti6u1 _1y2v1nfji _1y2v1nf6b _1y2v1nf7k _1y2v1nf8t _1y2v1nfa2 _1y2v1nfgk _1y2v1nfj0 _1y2v1nfh5 _1y2v1nf34 _1y2v1nf6a _1y2v1nfjk";
@@ -19,11 +19,11 @@ _export(exports, {
19
19
  return y;
20
20
  },
21
21
  wrapper: function() {
22
- return f;
22
+ return p;
23
23
  }
24
24
  });
25
25
  require("../sprinkles.css.ts.vanilla.css-mistica.js");
26
26
  require("./aspect-ratio-support.css.ts.vanilla.css-mistica.js");
27
- var a = "yqswj62", n = "_1y2v1nfh3 _1y2v1nfhk _1y2v1nfjn _1y2v1nfk2", y = {
27
+ var a = "yqswj62", n = "_1y2v1nfh5 _1y2v1nfhm _1y2v1nfjp _1y2v1nfk4", y = {
28
28
  aspectRatio: "var(--yqswj60)"
29
- }, f = "_1y2v1nfjh _1y2v1nfiv _1y2v1nfiw _1y2v1nfga";
29
+ }, p = "_1y2v1nfjj _1y2v1nfix _1y2v1nfiy _1y2v1nfgc";
@@ -10,28 +10,25 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  getPlatform: function() {
13
- return g;
13
+ return p;
14
14
  },
15
15
  isAndroid: function() {
16
16
  return o;
17
17
  },
18
18
  isChrome: function() {
19
- return p;
19
+ return a;
20
20
  },
21
21
  isFirefox: function() {
22
- return f;
22
+ return d;
23
23
  },
24
24
  isInsideNovumNativeApp: function() {
25
- return s;
25
+ return r;
26
26
  },
27
27
  isIos: function() {
28
28
  return u;
29
29
  },
30
30
  isRunningAcceptanceTest: function() {
31
- return a;
32
- },
33
- isSafari: function() {
34
- return d;
31
+ return f;
35
32
  }
36
33
  });
37
34
  const _webviewbridge = require("@tef-novum/webview-bridge");
@@ -40,13 +37,13 @@ const t = function() {
40
37
  var n;
41
38
  var _e_userAgent, _ref;
42
39
  return typeof self > "u" ? (_e_userAgent = e.userAgent) !== null && _e_userAgent !== void 0 ? _e_userAgent : "" : (_ref = (n = self.navigator) == null ? void 0 : n.userAgent) !== null && _ref !== void 0 ? _ref : "";
43
- }, s = function() {
40
+ }, r = function() {
44
41
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
45
42
  return typeof e.insideNovumNativeApp < "u" ? e.insideNovumNativeApp : (0, _webviewbridge.isWebViewBridgeAvailable)();
46
- }, a = function() {
43
+ }, f = function() {
47
44
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
48
45
  return t(e).includes("acceptance-test") && !process.env.SSR_TEST;
49
- }, i = !!(typeof self < "u" && self.MSStream), o = (e)=>t(e).toLowerCase().includes("android") && !i, u = (e)=>!!(/iPad|iPhone|iPod/.test(t(e)) && !i || s(e) && !o(e)), d = ()=>navigator.vendor.includes("Apple"), f = (e)=>!!t(e).match(/Firefox\/([0-9]+)\./), p = (e)=>!!t(e).match(/Chrom(e|ium)\/([0-9]+)\./), g = function() {
46
+ }, i = !!(typeof self < "u" && self.MSStream), o = (e)=>t(e).toLowerCase().includes("android") && !i, u = (e)=>!!(/iPad|iPhone|iPod/.test(t(e)) && !i || r(e) && !o(e)), d = (e)=>!!t(e).match(/Firefox\/([0-9]+)\./), a = (e)=>!!t(e).match(/Chrom(e|ium)\/([0-9]+)\./), p = function() {
50
47
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
51
48
  const n = e.platform;
52
49
  return n || (u(e) ? "ios" : o(e) ? "android" : "desktop");
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  Object.defineProperty(exports, "video", {
6
6
  enumerable: true,
7
7
  get: function() {
8
- return n;
8
+ return y;
9
9
  }
10
10
  });
11
11
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
12
- var n = "_1y2v1nfjn _1y2v1nfk2 _1y2v1nfgi _1y2v1nf68 _1y2v1nfiv _1y2v1nfiw _1y2v1nflb";
12
+ var y = "_1y2v1nfjp _1y2v1nfk4 _1y2v1nfgk _1y2v1nf6a _1y2v1nfix _1y2v1nfiy _1y2v1nfld";
@@ -1,9 +1,9 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./accordion.css.ts.vanilla.css-mistica.js";
3
- var e = "_8s3szx3", r = "_1y2v1nf69 _1y2v1nf7i _1y2v1nf8r _1y2v1nfa0 _1y2v1nfh3 _1y2v1nfiy _1y2v1nf68 _1y2v1nfgi _1y2v1nfhk", v = "_8s3szx9", a = "_8s3szx4", _ = {
3
+ var e = "_8s3szx3", a = "_1y2v1nf6b _1y2v1nf7k _1y2v1nf8t _1y2v1nfa2 _1y2v1nfh5 _1y2v1nfj0 _1y2v1nf6a _1y2v1nfgk _1y2v1nfhm", v = "_8s3szx9", r = "_8s3szx4", t = {
4
4
  enter: "_8s3szx5",
5
5
  enterActive: "_8s3szx6",
6
6
  exit: "_8s3szx7",
7
7
  exitActive: "_8s3szx8"
8
- }, t = "_8s3szx1", i = "_8s3szx2";
9
- export { e as chevronContainer, r as itemContent, v as panel, a as panelContainer, _ as panelTransitionClasses, t as touchableBackground, i as touchableBackgroundInverse };
8
+ }, _ = "_8s3szx1", o = "_8s3szx2";
9
+ export { e as chevronContainer, a as itemContent, v as panel, r as panelContainer, t as panelTransitionClasses, _ as touchableBackground, o as touchableBackgroundInverse };
@@ -1,3 +1,3 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
- var a = "_1y2v1nfje _1y2v1nfgg _1y2v1nfgv _1y2v1nfgp _1y2v1nfjh", f = "_1y2v1nflb";
2
+ var a = "_1y2v1nfjg _1y2v1nfgi _1y2v1nfgx _1y2v1nfgr _1y2v1nfjj", f = "_1y2v1nfld";
3
3
  export { a as avatar, f as image };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./badge.css.ts.vanilla.css-mistica.js";
3
- var _ = "_17szrmd2 _1y2v1nfh8 _1y2v1nfho _1y2v1nf4p", n = "_17szrmd6", f = "_17szrmd4 _17szrmd2 _1y2v1nfh8 _1y2v1nfho _1y2v1nf4p _1y2v1nfgg _1y2v1nfgv _1y2v1nfgp", g = "_1y2v1nfgb", y = "_1y2v1nfga _1y2v1nfgk";
4
- export { _ as badge, n as badgeBigNumber, f as badgeNumber, g as badgeWithChildren, y as container };
3
+ var _ = "_17szrmd2 _1y2v1nfha _1y2v1nfhq _1y2v1nf4r", n = "_17szrmd6", a = "_17szrmd4 _17szrmd2 _1y2v1nfha _1y2v1nfhq _1y2v1nf4r _1y2v1nfgi _1y2v1nfgx _1y2v1nfgr", f = "_1y2v1nfgd", y = "_1y2v1nfgc _1y2v1nfgm";
4
+ export { _ as badge, n as badgeBigNumber, a as badgeNumber, f as badgeWithChildren, y as container };
@@ -1,3 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
- var o = "_1y2v1nfix";
3
- export { o as boxBorder };
2
+ import "./boxed.css.ts.vanilla.css-mistica.js";
3
+ var e = "_1y2v1nfiz", i = "ihbkeq1";
4
+ export { e as boxBorder, i as desktopOnly };
package/dist-es/boxed.js CHANGED
@@ -53,19 +53,19 @@ function _object_spread_props(target, source) {
53
53
  }
54
54
  import { jsx as a } from "react/jsx-runtime";
55
55
  import * as i from "react";
56
- import g from "classnames";
57
- import { useIsInverseVariant as B, ThemeVariant as k } from "./theme-variant-context.js";
58
- import { getPrefixedDataAttributes as y } from "./utils/dom.js";
56
+ import k from "classnames";
57
+ import { useIsInverseVariant as y, ThemeVariant as B } from "./theme-variant-context.js";
58
+ import { getPrefixedDataAttributes as O } from "./utils/dom.js";
59
59
  import { vars as o } from "./skins/skin-contract.css-mistica.js";
60
- import { boxBorder as R } from "./boxed.css-mistica.js";
60
+ import { desktopOnly as R, boxBorder as h } from "./boxed.css-mistica.js";
61
61
  import { sprinkles as s } from "./sprinkles.css-mistica.js";
62
- const h = (e, r)=>e || r ? s({
62
+ const w = (e, r)=>e || r ? s({
63
63
  border: "none"
64
- }) : R, w = /*#__PURE__*/ i.forwardRef((param, v)=>{
65
- let { children: e, isInverse: r = !1, className: l, role: d, dataAttributes: m, "aria-label": b, "aria-labelledby": f, width: c, height: p, minHeight: u, borderRadius: x = o.borderRadii.container, background: t } = param;
66
- const n = B();
64
+ }) : h, C = /*#__PURE__*/ i.forwardRef((param, g)=>{
65
+ let { children: e, isInverse: r = !1, className: l, role: d, dataAttributes: m, "aria-label": b, "aria-labelledby": f, width: c, height: p, minHeight: u, borderRadius: x = o.borderRadii.container, background: t, desktopOnly: v } = param;
66
+ const n = y();
67
67
  return /* @__PURE__ */ a("div", _object_spread_props(_object_spread({
68
- ref: v,
68
+ ref: g,
69
69
  style: {
70
70
  width: c,
71
71
  height: p,
@@ -73,21 +73,23 @@ const h = (e, r)=>e || r ? s({
73
73
  boxSizing: "border-box",
74
74
  background: t
75
75
  },
76
- className: g(l, h(n, r), s({
76
+ className: k(l, w(n, r), s({
77
77
  borderRadius: x,
78
78
  overflow: "hidden",
79
79
  background: (t !== null && t !== void 0 ? t : r) ? n ? o.colors.backgroundContainerBrandOverInverse : o.colors.backgroundContainerBrand : o.colors.backgroundContainer
80
- })),
80
+ }), {
81
+ [R]: v
82
+ }),
81
83
  role: d,
82
84
  "aria-label": b,
83
85
  "aria-labelledby": f
84
- }, y(m)), {
85
- children: /* @__PURE__ */ a(k, {
86
+ }, O(m)), {
87
+ children: /* @__PURE__ */ a(B, {
86
88
  isInverse: r,
87
89
  children: e
88
90
  })
89
91
  }));
90
- }), A = /*#__PURE__*/ i.forwardRef((e, r)=>/* @__PURE__ */ a(w, _object_spread_props(_object_spread({}, e), {
92
+ }), N = /*#__PURE__*/ i.forwardRef((e, r)=>/* @__PURE__ */ a(C, _object_spread_props(_object_spread({}, e), {
91
93
  ref: r
92
94
  })));
93
- export { A as Boxed, w as InternalBoxed };
95
+ export { N as Boxed, C as InternalBoxed };
@@ -1,32 +1,37 @@
1
1
  "use client";
2
- import { jsx as o, jsxs as d } from "react/jsx-runtime";
3
- import p from "./fixed-footer-layout.js";
4
- import c from "./button-layout.js";
5
- import { useScreenSize as x } from "./hooks.js";
6
- import { InternalResponsiveLayout as F } from "./responsive-layout.js";
7
- import h from "./box.js";
8
- const B = (param)=>{
9
- let { isFooterVisible: i = !0, button: t, secondaryButton: r, link: n, children: s, desktopButtonAlign: a = "left", footerBgColor: l, containerBgColor: m, onChangeFooterHeight: u } = param;
10
- const { isTabletOrSmaller: e, isTablet: f } = x();
11
- return /* @__PURE__ */ o(p, {
12
- onChangeFooterHeight: u,
13
- isFooterVisible: (!!t || !!r) && i,
14
- footerBgColor: l,
15
- containerBgColor: m,
16
- footer: /* @__PURE__ */ o(F, {
17
- children: /* @__PURE__ */ o(h, {
18
- paddingY: f ? 32 : e ? 16 : 0,
19
- children: /* @__PURE__ */ d(c, {
20
- align: e ? "full-width" : a,
21
- link: n,
2
+ import { jsx as o, jsxs as p } from "react/jsx-runtime";
3
+ import l from "./fixed-footer-layout.js";
4
+ import f from "./button-layout.js";
5
+ import { useScreenSize as h } from "./hooks.js";
6
+ import { InternalResponsiveLayout as x } from "./responsive-layout.js";
7
+ import c from "./box.js";
8
+ const F = (param)=>{
9
+ let { isFooterVisible: i = !0, button: t, secondaryButton: e, link: s, children: n, desktopButtonAlign: r, footerBgColor: a, containerBgColor: d, onChangeFooterHeight: m } = param;
10
+ const { isDesktopOrBigger: u } = h();
11
+ return /* @__PURE__ */ o(l, {
12
+ onChangeFooterHeight: m,
13
+ isFooterVisible: (!!t || !!e) && i,
14
+ footerBgColor: a,
15
+ containerBgColor: d,
16
+ footer: /* @__PURE__ */ o(x, {
17
+ shouldExpandWhenNested: "desktop",
18
+ children: /* @__PURE__ */ o(c, {
19
+ paddingY: {
20
+ mobile: 16,
21
+ tablet: 32,
22
+ desktop: 0
23
+ },
24
+ children: /* @__PURE__ */ p(f, {
25
+ align: u && r ? r : "full-width",
26
+ link: s,
22
27
  children: [
23
28
  t,
24
- r
29
+ e
25
30
  ]
26
31
  })
27
32
  })
28
33
  }),
29
- children: s
34
+ children: n
30
35
  });
31
- }, v = B;
32
- export { v as default };
36
+ }, S = F;
37
+ export { S as default };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./button-group.css.ts.vanilla.css-mistica.js";
3
- var r = "_1xdd1h64", t = "_1xdd1h63", v = "_1xdd1h62", _ = "_1xdd1h61 _1y2v1nfgh _1y2v1nfgv _1y2v1nfgl";
3
+ var r = "_1xdd1h64", t = "_1xdd1h63", v = "_1xdd1h62", _ = "_1xdd1h61 _1y2v1nfgj _1y2v1nfgx _1y2v1nfgn";
4
4
  export { r as buttonChild, t as buttons, v as container, _ as inline };
@@ -1,10 +1,10 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./button.css.ts.vanilla.css-mistica.js";
3
3
  import "./button-layout.css.ts.vanilla.css-mistica.js";
4
- var l = "kfxylhg", a = {
5
- right: "_1y2v1nfgq",
6
- left: "_1y2v1nfgo",
7
- center: "_1y2v1nfgp",
8
- "full-width": "kfxylhf _1y2v1nfgp"
9
- }, i = "kfxylh5 _1y2v1nfgg", v = "kfxylh6", y = "kfxylh7", g = "kfxylh2 _1y2v1nfgg _1y2v1nfh3", h = "kfxylh3", t = "kfxylh0";
10
- export { l as alignMoreThanOneChildren, a as alignVariant, i as baseContainer, v as container, y as fullWidthContainer, g as link, h as linkAlignment, t as margins };
4
+ var r = "kfxylhh", y = {
5
+ right: "kfxylhd _1y2v1nfgs",
6
+ left: "kfxylhe _1y2v1nfgq",
7
+ center: "kfxylhf _1y2v1nfgr",
8
+ "full-width": "kfxylhg _1y2v1nfgr"
9
+ }, h = "kfxylh6 _1y2v1nfgi _1y2v1nfgx", i = "kfxylh7", a = "kfxylh8", v = "kfxylh3 kfxylh2 _1y2v1nfgi _1y2v1nfh5", t = "kfxylh4", k = "kfxylh2 _1y2v1nfgi _1y2v1nfh5", x = "kfxylh0";
10
+ export { r as alignMoreThanOneChildren, y as alignVariant, h as baseContainer, i as container, a as fullWidthContainer, v as link, t as linkAlignment, k as linkWithTwoButtons, x as margins };