@telefonica/mistica 13.1.3 → 13.2.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 (142) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/avatar.css-mistica.js +3 -3
  3. package/dist/badge.css-mistica.js +2 -2
  4. package/dist/button-group.css-mistica.js +1 -1
  5. package/dist/button-layout.css-mistica.js +8 -8
  6. package/dist/button.css-mistica.js +20 -20
  7. package/dist/callout.css-mistica.js +2 -2
  8. package/dist/card.css-mistica.js +7 -7
  9. package/dist/carousel.css-mistica.js +15 -15
  10. package/dist/checkbox.css-mistica.js +8 -8
  11. package/dist/chip.css-mistica.js +4 -4
  12. package/dist/circle.css-mistica.js +2 -2
  13. package/dist/credit-card-number-field.css-mistica.js +3 -3
  14. package/dist/cvv-field.css-mistica.js +3 -3
  15. package/dist/dialog.css-mistica.js +6 -6
  16. package/dist/double-field.css-mistica.js +4 -4
  17. package/dist/empty-state-card.css-mistica.js +4 -4
  18. package/dist/empty-state.css-mistica.js +7 -7
  19. package/dist/feedback.css-mistica.js +1 -1
  20. package/dist/fixed-footer-layout.css-mistica.js +4 -4
  21. package/dist/header.d.ts +20 -1
  22. package/dist/header.js +60 -59
  23. package/dist/highlighted-card.css-mistica.js +6 -6
  24. package/dist/icon-button.css-mistica.js +1 -1
  25. package/dist/image.css-mistica.js +2 -2
  26. package/dist/image.d.ts +2 -2
  27. package/dist/image.js +63 -48
  28. package/dist/list.css-mistica.js +12 -12
  29. package/dist/loading-bar.css-mistica.js +6 -6
  30. package/dist/maybe-dismissable.css-mistica.js +3 -3
  31. package/dist/menu.css-mistica.js +2 -2
  32. package/dist/navigation-bar.css-mistica.js +12 -12
  33. package/dist/navigation-breadcrumbs.css-mistica.js +3 -3
  34. package/dist/package-version.js +1 -1
  35. package/dist/password-field.css-mistica.js +2 -2
  36. package/dist/popover.css-mistica.js +9 -9
  37. package/dist/progress-bar.css-mistica.js +3 -3
  38. package/dist/radio-button.css-mistica.js +5 -5
  39. package/dist/responsive-layout.css-mistica.js +3 -3
  40. package/dist/screen-reader-only.css-mistica.js +1 -1
  41. package/dist/select.css-mistica.js +13 -13
  42. package/dist/select.js +73 -73
  43. package/dist/skeleton-base.d.ts +2 -1
  44. package/dist/skeleton-base.js +6 -6
  45. package/dist/skeletons.css-mistica.js +3 -3
  46. package/dist/skeletons.d.ts +2 -1
  47. package/dist/skeletons.js +21 -20
  48. package/dist/skins/blau.js +19 -9
  49. package/dist/skins/movistar.js +17 -7
  50. package/dist/skins/o2-classic.js +17 -7
  51. package/dist/skins/o2.js +17 -7
  52. package/dist/skins/skin-contract.css-mistica.js +133 -123
  53. package/dist/skins/skin-contract.css.d.ts +10 -0
  54. package/dist/skins/telefonica.d.ts +1 -1
  55. package/dist/skins/telefonica.js +18 -8
  56. package/dist/skins/types.d.ts +5 -0
  57. package/dist/skins/vivo.js +17 -7
  58. package/dist/snackbar.css-mistica.js +5 -5
  59. package/dist/spinner.css-mistica.js +1 -1
  60. package/dist/sprinkles.css-mistica.js +336 -306
  61. package/dist/stepper.css-mistica.js +9 -9
  62. package/dist/switch-component.css-mistica.js +22 -22
  63. package/dist/tabs.css-mistica.js +14 -14
  64. package/dist/tag.css-mistica.js +2 -2
  65. package/dist/tag.js +21 -16
  66. package/dist/text-field-base.css-mistica.js +6 -6
  67. package/dist/text-field-components.css-mistica.js +8 -8
  68. package/dist/text-link.css-mistica.js +3 -3
  69. package/dist/text.js +5 -5
  70. package/dist/tooltip.css-mistica.js +4 -4
  71. package/dist/touchable.css-mistica.js +1 -1
  72. package/dist/utils/aspect-ratio-support.css-mistica.js +3 -3
  73. package/dist/utils/aspect-ratio-support.js +2 -3
  74. package/dist/video.css-mistica.js +2 -2
  75. package/dist-es/avatar.css-mistica.js +2 -2
  76. package/dist-es/badge.css-mistica.js +2 -2
  77. package/dist-es/button-group.css-mistica.js +1 -1
  78. package/dist-es/button-layout.css-mistica.js +7 -7
  79. package/dist-es/button.css-mistica.js +9 -9
  80. package/dist-es/callout.css-mistica.js +2 -2
  81. package/dist-es/card.css-mistica.js +2 -2
  82. package/dist-es/carousel.css-mistica.js +2 -2
  83. package/dist-es/checkbox.css-mistica.js +6 -6
  84. package/dist-es/chip.css-mistica.js +4 -4
  85. package/dist-es/circle.css-mistica.js +2 -2
  86. package/dist-es/credit-card-number-field.css-mistica.js +3 -3
  87. package/dist-es/cvv-field.css-mistica.js +2 -2
  88. package/dist-es/dialog.css-mistica.js +5 -5
  89. package/dist-es/double-field.css-mistica.js +4 -4
  90. package/dist-es/empty-state-card.css-mistica.js +2 -2
  91. package/dist-es/empty-state.css-mistica.js +3 -3
  92. package/dist-es/feedback.css-mistica.js +1 -1
  93. package/dist-es/fixed-footer-layout.css-mistica.js +3 -3
  94. package/dist-es/header.js +89 -88
  95. package/dist-es/highlighted-card.css-mistica.js +5 -5
  96. package/dist-es/icon-button.css-mistica.js +1 -1
  97. package/dist-es/image.css-mistica.js +2 -2
  98. package/dist-es/image.js +74 -59
  99. package/dist-es/list.css-mistica.js +2 -2
  100. package/dist-es/loading-bar.css-mistica.js +2 -2
  101. package/dist-es/maybe-dismissable.css-mistica.js +2 -2
  102. package/dist-es/menu.css-mistica.js +2 -2
  103. package/dist-es/navigation-bar.css-mistica.js +9 -9
  104. package/dist-es/navigation-breadcrumbs.css-mistica.js +2 -2
  105. package/dist-es/package-version.js +1 -1
  106. package/dist-es/password-field.css-mistica.js +2 -2
  107. package/dist-es/popover.css-mistica.js +2 -2
  108. package/dist-es/progress-bar.css-mistica.js +2 -2
  109. package/dist-es/radio-button.css-mistica.js +4 -4
  110. package/dist-es/responsive-layout.css-mistica.js +2 -2
  111. package/dist-es/screen-reader-only.css-mistica.js +1 -1
  112. package/dist-es/select.css-mistica.js +10 -10
  113. package/dist-es/select.js +84 -84
  114. package/dist-es/skeleton-base.js +12 -12
  115. package/dist-es/skeletons.css-mistica.js +2 -2
  116. package/dist-es/skeletons.js +38 -37
  117. package/dist-es/skins/blau.js +19 -9
  118. package/dist-es/skins/movistar.js +19 -9
  119. package/dist-es/skins/o2-classic.js +17 -7
  120. package/dist-es/skins/o2.js +17 -7
  121. package/dist-es/skins/skin-contract.css-mistica.js +133 -123
  122. package/dist-es/skins/telefonica.js +20 -10
  123. package/dist-es/skins/vivo.js +19 -9
  124. package/dist-es/snackbar.css-mistica.js +2 -2
  125. package/dist-es/spinner.css-mistica.js +1 -1
  126. package/dist-es/sprinkles.css-mistica.js +336 -306
  127. package/dist-es/stepper.css-mistica.js +2 -2
  128. package/dist-es/style.css +1 -1
  129. package/dist-es/switch-component.css-mistica.js +19 -19
  130. package/dist-es/tabs.css-mistica.js +10 -10
  131. package/dist-es/tag.css-mistica.js +2 -2
  132. package/dist-es/tag.js +36 -31
  133. package/dist-es/text-field-base.css-mistica.js +2 -2
  134. package/dist-es/text-field-components.css-mistica.js +2 -2
  135. package/dist-es/text-link.css-mistica.js +3 -3
  136. package/dist-es/text.js +5 -5
  137. package/dist-es/tooltip.css-mistica.js +3 -3
  138. package/dist-es/touchable.css-mistica.js +1 -1
  139. package/dist-es/utils/aspect-ratio-support.css-mistica.js +3 -3
  140. package/dist-es/utils/aspect-ratio-support.js +2 -3
  141. package/dist-es/video.css-mistica.js +2 -2
  142. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./dialog.css.ts.vanilla.js";
3
- var _ = "_3dl29lb", y = "_3dl29l6", f = "_3dl29ll _1y2v1nf5z", l = "_3dl29lj _1y2v1nf5s _1y2v1nf8n", a = "_3dl29lm", d = "_3dl29l8 _1y2v1nf5y _1y2v1nf6c _1y2v1nf6q _1y2v1nf74 _1y2v1nf52 _1y2v1nf9e _1y2v1nfa6", r = "_3dl29la _1y2v1nf2j _1y2v1nf98", o = "_3dl29l5 _1y2v1nf53 _1y2v1nf56 _1y2v1nf5f _1y2v1nf5l _1y2v1nf5c _1y2v1nf9e _1y2v1nfa6 _1y2v1nfak _1y2v1nf9s _1y2v1nf2m", t = {
4
- dialog: "_3dl29ld _1y2v1nf56 _1y2v1nf5c _1y2v1nf5i _1y2v1nf6r _1y2v1nf75 _1y2v1nf61 _1y2v1nf6d",
5
- default: "_3dl29ld _1y2v1nf56 _1y2v1nf5c _1y2v1nf5i _1y2v1nf5z _1y2v1nf6d _1y2v1nf6r _1y2v1nf75"
6
- }, e = "_3dl29l3 _1y2v1nf51";
7
- export { _ as closedModalContent, y as closedOpactityLayer, f as dialogActions, l as dialogContent, a as iconContainer, d as modalCloseButtonContainer, r as modalContent, o as modalOpacityLayer, t as variants, e as wrapper };
3
+ var _ = "_3dl29lb", y = "_3dl29l6", f = "_3dl29ll _1y2v1nf69", l = "_3dl29lj _1y2v1nf62 _1y2v1nf8x", a = "_3dl29lm", d = "_3dl29l8 _1y2v1nf68 _1y2v1nf6m _1y2v1nf70 _1y2v1nf7e _1y2v1nf5c _1y2v1nf9o _1y2v1nfag", o = "_3dl29la _1y2v1nf2o _1y2v1nf9i", r = "_3dl29l5 _1y2v1nf5d _1y2v1nf5g _1y2v1nf5p _1y2v1nf5v _1y2v1nf5m _1y2v1nf9o _1y2v1nfag _1y2v1nfau _1y2v1nfa2 _1y2v1nf2r", t = {
4
+ dialog: "_3dl29ld _1y2v1nf5g _1y2v1nf5m _1y2v1nf5s _1y2v1nf71 _1y2v1nf7f _1y2v1nf6b _1y2v1nf6n",
5
+ default: "_3dl29ld _1y2v1nf5g _1y2v1nf5m _1y2v1nf5s _1y2v1nf69 _1y2v1nf6n _1y2v1nf71 _1y2v1nf7f"
6
+ }, e = "_3dl29l3 _1y2v1nf5b";
7
+ export { _ as closedModalContent, y as closedOpactityLayer, f as dialogActions, l as dialogContent, a as iconContainer, d as modalCloseButtonContainer, o as modalContent, r as modalOpacityLayer, t as variants, e as wrapper };
@@ -1,8 +1,8 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./text-field-components.css.ts.vanilla.js";
3
3
  import "./double-field.css.ts.vanilla.js";
4
- var n = {
5
- default: "skrulh1 _1y2v1nf56 _1y2v1nf5b _1y2v1nf7d",
6
- fullWidth: "skrulh2 _1y2v1nf56 _1y2v1nf5b _1y2v1nf7d"
4
+ var v = {
5
+ default: "skrulh1 _1y2v1nf5g _1y2v1nf5l _1y2v1nf7n",
6
+ fullWidth: "skrulh2 _1y2v1nf5g _1y2v1nf5l _1y2v1nf7n"
7
7
  };
8
- export { n as variants };
8
+ export { v as variants };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./empty-state-card.css.ts.vanilla.js";
3
- var a = "_1azor6p0", n = "_1azor6p4 _1y2v1nf7o _1y2v1nf83", v = "_1azor6p2 _1y2v1nf58 _1y2v1nf85";
4
- export { a as container, n as iconContainer, v as image };
3
+ var n = "_1azor6p0", o = "_1azor6p4 _1y2v1nf7y _1y2v1nf8d", i = "_1azor6p2 _1y2v1nf5i _1y2v1nf8f";
4
+ export { n as container, o as iconContainer, i as image };
@@ -1,9 +1,9 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./empty-state.css.ts.vanilla.js";
3
- var n = "_13fzrua2 _1y2v1nf56 _1y2v1nf50", v = {
3
+ var n = "_13fzrua2 _1y2v1nf5g _1y2v1nf5a", f = {
4
4
  default: "_13fzrua3",
5
5
  largeImage: "_13fzrua4"
6
- }, e = "_13fzrua9 _1y2v1nf7q _1y2v1nf85", f = "_13fzruac", _ = "_13fzrua7 _1y2v1nf7t", o = "_13fzrua5", t = "_13fzruab _1y2v1nf58", u = {
6
+ }, v = "_13fzrua9 _1y2v1nf80 _1y2v1nf8f", e = "_13fzruac", _ = "_13fzrua7 _1y2v1nf83", o = "_13fzrua5", u = "_13fzruab _1y2v1nf5i", t = {
7
7
  backgroundColor: "var(--_13fzrua0)"
8
8
  };
9
- export { n as container, v as contentVariants, e as iconContainer, f as inverseBorder, _ as largeImage, o as largeImageContainer, t as smallImage, u as vars };
9
+ export { n as container, f as contentVariants, v as iconContainer, e as inverseBorder, _ as largeImage, o as largeImageContainer, u as smallImage, t as vars };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./feedback.css.ts.vanilla.js";
3
- var n = "gx6h6a3 _1y2v1nf56 _1y2v1nf7t _1y2v1nf7d", r = "_1y2v1nf99 _1y2v1nf56 _1y2v1nf5i", t = "gx6h6a1", v = "gx6h6a7", f = "gx6h6a5", o = "gx6h6a6", p = "gx6h6a4";
3
+ var n = "gx6h6a3 _1y2v1nf5g _1y2v1nf83 _1y2v1nf7n", r = "_1y2v1nf9j _1y2v1nf5g _1y2v1nf5s", t = "gx6h6a1", v = "gx6h6a7", f = "gx6h6a5", o = "gx6h6a6", p = "gx6h6a4";
4
4
  export { n as container, r as desktopContainer, t as desktopContent, v as feedbackData, f as feedbackDataAppear, o as feedbackDataAppearActive, p as innerContainer };
@@ -1,7 +1,7 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./fixed-footer-layout.css.ts.vanilla.js";
3
- var v = "p5j8j58", j = "p5j8j56 _1y2v1nf2k", a = "p5j8j54", t = "p5j8j53 _1y2v1nf7d _1y2v1nf2j", e = {
3
+ var v = "p5j8j58", a = "p5j8j56 _1y2v1nf2p", j = "p5j8j54", t = "p5j8j53 _1y2v1nf7n _1y2v1nf2o", e = {
4
4
  footerHeight: "var(--p5j8j50)",
5
5
  backgroundColor: "var(--p5j8j51)"
6
- }, p = "_1y2v1nf55";
7
- export { v as container, j as elevated, a as fixedFooter, t as footer, e as vars, p as withoutFooter };
6
+ }, p = "_1y2v1nf5f";
7
+ export { v as container, a as elevated, j as fixedFooter, t as footer, e as vars, p as withoutFooter };
package/dist-es/header.js CHANGED
@@ -77,171 +77,172 @@ function _objectWithoutPropertiesLoose(source, excluded) {
77
77
  }
78
78
  return target;
79
79
  }
80
- import a from "./box.js";
81
- import n from "./stack.js";
82
- import { useIsInverseVariant as I } from "./theme-variant-context.js";
83
- import y from "./responsive-layout.js";
84
- import f from "./grid-layout.js";
85
- import { useScreenSize as m } from "./hooks.js";
86
- import S from "./overscroll-color-context.js";
87
- import { Text6 as v, Text8 as P, Text7 as R, Text3 as T } from "./text.js";
88
- import j from "./button-group.js";
89
- import { vars as s } from "./skins/skin-contract.css-mistica.js";
90
- import { jsxs as t, jsx as r } from "./_virtual/jsx-runtime.js";
91
- const F = (param)=>{
92
- let { pretitle: i , title: e , preamount: o , amount: l , button: c , subtitle: d , isErrorAmount: h , secondaryButton: u , dataAttributes: B } = param;
93
- const { isTabletOrSmaller: H } = m(), L = I(), g = (p, x)=>{
94
- if (typeof p == "string") return /* @__PURE__ */ r(T, _objectSpreadProps(_objectSpread({
80
+ import d from "./box.js";
81
+ import l from "./stack.js";
82
+ import { useIsInverseVariant as P } from "./theme-variant-context.js";
83
+ import S from "./responsive-layout.js";
84
+ import T from "./grid-layout.js";
85
+ import { useScreenSize as h } from "./hooks.js";
86
+ import v from "./overscroll-color-context.js";
87
+ import { Text6 as B, Text3 as u, Text8 as R, Text7 as j } from "./text.js";
88
+ import G from "./button-group.js";
89
+ import { vars as p } from "./skins/skin-contract.css-mistica.js";
90
+ import { jsxs as o, jsx as r } from "./_virtual/jsx-runtime.js";
91
+ const J = (param)=>{
92
+ let { pretitle: i , title: e , description: t , dataAttributes: n , preamount: a , amount: s , button: c , subtitle: g , isErrorAmount: H , secondaryButton: x } = param;
93
+ const { isTabletOrSmaller: L } = h(), O = P(), f = (m, y)=>{
94
+ if (typeof m == "string") return /* @__PURE__ */ r(u, _objectSpreadProps(_objectSpread({
95
95
  regular: !0
96
- }, x), {
97
- children: p
96
+ }, y), {
97
+ children: m
98
98
  }));
99
- const { text: G } = p, O = _objectWithoutProperties(p, [
99
+ const { text: M } = m, I = _objectWithoutProperties(m, [
100
100
  "text"
101
101
  ]);
102
- return /* @__PURE__ */ r(T, _objectSpreadProps(_objectSpread({
102
+ return /* @__PURE__ */ r(u, _objectSpreadProps(_objectSpread({
103
103
  regular: !0
104
- }, x, O), {
105
- children: p.text
104
+ }, y, I), {
105
+ children: m.text
106
106
  }));
107
107
  };
108
- return /* @__PURE__ */ t(n, {
109
- space: H ? 24 : 32,
110
- dataAttributes: B,
108
+ return /* @__PURE__ */ o(l, {
109
+ space: L ? 24 : 32,
110
+ dataAttributes: n,
111
111
  children: [
112
- (e || i) && /* @__PURE__ */ r(a, {
112
+ (e || i || t) && /* @__PURE__ */ r(d, {
113
113
  paddingRight: 16,
114
- children: /* @__PURE__ */ t(n, {
114
+ children: /* @__PURE__ */ o(l, {
115
115
  space: 8,
116
116
  children: [
117
- i && g(i, {
118
- color: s.colors.textPrimary
117
+ i && f(i, {
118
+ color: p.colors.textPrimary
119
119
  }),
120
- /* @__PURE__ */ r(v, {
120
+ /* @__PURE__ */ r(B, {
121
121
  role: "heading",
122
122
  "aria-level": 2,
123
123
  children: e
124
+ }),
125
+ t && /* @__PURE__ */ r(u, {
126
+ regular: !0,
127
+ color: p.colors.textSecondary,
128
+ children: t
124
129
  })
125
130
  ]
126
131
  })
127
132
  }),
128
- (o || l || c || d) && /* @__PURE__ */ t(n, {
133
+ (a || s || c || g) && /* @__PURE__ */ o(l, {
129
134
  space: 16,
130
135
  children: [
131
- (o || l) && /* @__PURE__ */ t(n, {
136
+ (a || s) && /* @__PURE__ */ o(l, {
132
137
  space: 8,
133
138
  children: [
134
- o && g(o, {
135
- color: s.colors.textPrimary
139
+ a && f(a, {
140
+ color: p.colors.textPrimary
136
141
  }),
137
- /* @__PURE__ */ r(P, {
138
- color: h && !L ? s.colors.highlight : s.colors.textPrimary,
139
- children: l
142
+ /* @__PURE__ */ r(R, {
143
+ color: H && !O ? p.colors.highlight : p.colors.textPrimary,
144
+ children: s
140
145
  })
141
146
  ]
142
147
  }),
143
- (c || u) && /* @__PURE__ */ r(j, {
148
+ (c || x) && /* @__PURE__ */ r(G, {
144
149
  primaryButton: c,
145
- secondaryButton: u
150
+ secondaryButton: x
146
151
  }),
147
- d && g(d, {})
152
+ g && f(g, {})
148
153
  ]
149
154
  })
150
155
  ]
151
156
  });
152
- }, J = (param)=>{
153
- let { title: i , description: e , button: o } = param;
154
- const { isTabletOrSmaller: l } = m();
155
- return /* @__PURE__ */ t(n, {
157
+ }, K = (param)=>{
158
+ let { title: i , description: e , button: t } = param;
159
+ const { isTabletOrSmaller: n } = h();
160
+ return /* @__PURE__ */ o(l, {
156
161
  space: 32,
157
162
  children: [
158
- /* @__PURE__ */ t(n, {
159
- space: l ? 12 : 16,
163
+ /* @__PURE__ */ o(l, {
164
+ space: n ? 12 : 16,
160
165
  children: [
161
- i && /* @__PURE__ */ r(R, {
166
+ i && /* @__PURE__ */ r(j, {
162
167
  role: "heading",
163
168
  "aria-level": 1,
164
169
  children: i
165
170
  }),
166
- e && /* @__PURE__ */ r(v, {
171
+ e && /* @__PURE__ */ r(B, {
167
172
  children: e
168
173
  })
169
174
  ]
170
175
  }),
171
- o
176
+ t
172
177
  ]
173
178
  });
174
- }, K = (param)=>{
175
- let { isInverse: i = !0 , breadcrumbs: e , header: o , extra: l , sideBySideExtraOnDesktop: c = !1 , dataAttributes: d } = param;
176
- const { isTabletOrSmaller: h } = m();
177
- return /* @__PURE__ */ t(y, {
179
+ }, N = (param)=>{
180
+ let { isInverse: i = !0 , breadcrumbs: e , header: t , extra: n , sideBySideExtraOnDesktop: a = !1 , dataAttributes: s } = param;
181
+ const { isTabletOrSmaller: c } = h();
182
+ return /* @__PURE__ */ o(S, {
178
183
  isInverse: i,
179
184
  dataAttributes: _objectSpread({
180
185
  "component-name": "HeaderLayout"
181
- }, d),
186
+ }, s),
182
187
  children: [
183
- /* @__PURE__ */ r(S, {}),
184
- h ? /* @__PURE__ */ r(a, {
188
+ /* @__PURE__ */ r(v, {}),
189
+ c ? /* @__PURE__ */ r(d, {
185
190
  paddingTop: 32,
186
191
  paddingBottom: 24,
187
- children: /* @__PURE__ */ t(n, {
192
+ children: /* @__PURE__ */ o(l, {
188
193
  space: 24,
189
194
  children: [
190
- o,
191
- l
195
+ t,
196
+ n
192
197
  ]
193
198
  })
194
- }) : c ? /* @__PURE__ */ r(a, {
199
+ }) : a ? /* @__PURE__ */ r(d, {
195
200
  paddingTop: e ? 16 : 48,
196
201
  paddingBottom: 48,
197
- children: /* @__PURE__ */ r(f, {
202
+ children: /* @__PURE__ */ r(T, {
198
203
  template: "6+6",
199
- left: /* @__PURE__ */ t(n, {
204
+ left: /* @__PURE__ */ o(l, {
200
205
  space: 32,
201
206
  children: [
202
207
  e,
203
- o
208
+ t
204
209
  ]
205
210
  }),
206
- right: l
211
+ right: n
207
212
  })
208
- }) : /* @__PURE__ */ r(a, {
213
+ }) : /* @__PURE__ */ r(d, {
209
214
  paddingTop: e ? 16 : 48,
210
215
  paddingBottom: 48,
211
- children: /* @__PURE__ */ r(f, {
212
- template: "6+6",
213
- left: /* @__PURE__ */ t(n, {
214
- space: 24,
215
- children: [
216
- /* @__PURE__ */ t(n, {
217
- space: 32,
218
- children: [
219
- e,
220
- o
221
- ]
222
- }),
223
- l
224
- ]
225
- }),
226
- right: null
216
+ children: /* @__PURE__ */ o(l, {
217
+ space: c ? 24 : 32,
218
+ children: [
219
+ /* @__PURE__ */ o(l, {
220
+ space: 32,
221
+ children: [
222
+ e,
223
+ t
224
+ ]
225
+ }),
226
+ n
227
+ ]
227
228
  })
228
229
  })
229
230
  ]
230
231
  });
231
- }, N = (param)=>{
232
+ }, Q = (param)=>{
232
233
  let { isInverse: i = !0 , children: e } = param;
233
- const { isTabletOrSmaller: o } = m();
234
- return /* @__PURE__ */ t(y, {
234
+ const { isTabletOrSmaller: t } = h();
235
+ return /* @__PURE__ */ o(S, {
235
236
  isInverse: i,
236
237
  children: [
237
- /* @__PURE__ */ r(S, {}),
238
- o ? /* @__PURE__ */ r(a, {
238
+ /* @__PURE__ */ r(v, {}),
239
+ t ? /* @__PURE__ */ r(d, {
239
240
  paddingTop: 12,
240
241
  paddingBottom: 24,
241
242
  children: e
242
- }) : /* @__PURE__ */ r(f, {
243
+ }) : /* @__PURE__ */ r(T, {
243
244
  template: "6+6",
244
- left: /* @__PURE__ */ r(a, {
245
+ left: /* @__PURE__ */ r(d, {
245
246
  paddingY: 48,
246
247
  children: e
247
248
  }),
@@ -250,4 +251,4 @@ const F = (param)=>{
250
251
  ]
251
252
  });
252
253
  };
253
- export { F as Header, K as HeaderLayout, J as MainSectionHeader, N as MainSectionHeaderLayout };
254
+ export { J as Header, N as HeaderLayout, K as MainSectionHeader, Q as MainSectionHeaderLayout };
@@ -1,7 +1,7 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./highlighted-card.css.ts.vanilla.js";
3
- var f = "wrb8722 _1y2v1nf56 _1y2v1nf5b _1y2v1nf5i _1y2v1nf5o", y = "wrb8725 _1y2v1nf56", _ = {
4
- withImage: "wrb8728 wrb8727 _1y2v1nf56 _1y2v1nf5c _1y2v1nf5k _1y2v1nf5z _1y2v1nf6d _1y2v1nf6q",
5
- withoutImage: "wrb8729 wrb8727 _1y2v1nf56 _1y2v1nf5c _1y2v1nf5k _1y2v1nf5z _1y2v1nf6d _1y2v1nf6q"
6
- }, r = "_1y2v1nf5t _1y2v1nf67 _1y2v1nf6l _1y2v1nf6z _1y2v1nf56 _1y2v1nf5o _1y2v1nf94 _1y2v1nf7d _1y2v1nf50";
7
- export { f as container, y as imageContent, _ as textContainerVariant, r as touchableContainer };
3
+ var y = "wrb8722 _1y2v1nf5g _1y2v1nf5l _1y2v1nf5s _1y2v1nf5y", f = "wrb8725 _1y2v1nf5g", _ = {
4
+ withImage: "wrb8728 wrb8727 _1y2v1nf5g _1y2v1nf5m _1y2v1nf5u _1y2v1nf69 _1y2v1nf6n _1y2v1nf70",
5
+ withoutImage: "wrb8729 wrb8727 _1y2v1nf5g _1y2v1nf5m _1y2v1nf5u _1y2v1nf69 _1y2v1nf6n _1y2v1nf70"
6
+ }, r = "_1y2v1nf63 _1y2v1nf6h _1y2v1nf6v _1y2v1nf79 _1y2v1nf5g _1y2v1nf5y _1y2v1nf9e _1y2v1nf7n _1y2v1nf5a";
7
+ export { y as container, f as imageContent, _ as textContainerVariant, r as touchableContainer };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./icon-button.css.ts.vanilla.js";
3
- var t = "yqt1oe1 _1y2v1nf5a";
3
+ var t = "yqt1oe1 _1y2v1nf5k";
4
4
  export { t as base };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./image.css.ts.vanilla.js";
3
- var y = 300, f = "_17tt25r1 _1y2v1nf9e _1y2v1nf9s _1y2v1nf58 _1y2v1nf7d _1y2v1nf7t _1y2v1nfay _1y2v1nf91 _1y2v1nf92";
4
- export { y as FADE_IN_DURATION_MS, f as image };
3
+ var n = 300, f = "_17tt25r1 _1y2v1nf9o _1y2v1nfa2 _1y2v1nf5i _1y2v1nf7n _1y2v1nf83 _1y2v1nfb8 _1y2v1nf9b _1y2v1nf9c";
4
+ export { n as FADE_IN_DURATION_MS, f as image };
package/dist-es/image.js CHANGED
@@ -77,74 +77,79 @@ function _objectWithoutPropertiesLoose(source, excluded) {
77
77
  }
78
78
  return target;
79
79
  }
80
- import * as o from "react";
80
+ import * as i from "react";
81
81
  import A from "classnames";
82
- import { SkeletonRectangle as F } from "./skeletons.js";
83
- import { AspectRatioElement as N } from "./utils/aspect-ratio-support.js";
84
- import { getPrefixedDataAttributes as W } from "./utils/dom.js";
85
- import L from "./generated/mistica-icons/icon-image-regular.js";
86
- import { useIsInverseVariant as T } from "./theme-variant-context.js";
82
+ import { SkeletonRectangle as B } from "./skeletons.js";
83
+ import { AspectRatioElement as F } from "./utils/aspect-ratio-support.js";
84
+ import { getPrefixedDataAttributes as M } from "./utils/dom.js";
85
+ import { useIsInverseVariant as N } from "./theme-variant-context.js";
87
86
  import { useTheme as V } from "./hooks.js";
88
- import { VIVO_SKIN as _ } from "./skins/constants.js";
89
- import { sprinkles as j } from "./sprinkles.css-mistica.js";
90
- import { image as E, FADE_IN_DURATION_MS as M } from "./image.css-mistica.js";
87
+ import { VIVO_SKIN as W } from "./skins/constants.js";
88
+ import { sprinkles as E } from "./sprinkles.css-mistica.js";
89
+ import { FADE_IN_DURATION_MS as L, image as T } from "./image.css-mistica.js";
91
90
  import { vars as s } from "./skins/skin-contract.css-mistica.js";
92
- import { jsx as t, jsxs as O } from "./_virtual/jsx-runtime.js";
93
- const f = /*#__PURE__*/ o.createContext(!1), P = ()=>o.useContext(f), i3 = (param)=>/* @__PURE__ */ {
94
- let { children: e } = param;
95
- return t(f.Provider, {
91
+ import { combineRefs as _ } from "./utils/common.js";
92
+ import { jsx as e, jsxs as j } from "./_virtual/jsx-runtime.js";
93
+ const k = /*#__PURE__*/ i.createContext(!1), O = ()=>i.useContext(k), s1 = (param)=>/* @__PURE__ */ {
94
+ let { children: t } = param;
95
+ return e(k.Provider, {
96
96
  value: !0,
97
- children: e
97
+ children: t
98
98
  });
99
- }, B = (param)=>/* @__PURE__ */ {
100
- let { style: e } = param;
101
- return t("svg", {
99
+ }, P = (param)=>/* @__PURE__ */ {
100
+ let { style: t } = param;
101
+ return e("svg", {
102
102
  width: "48",
103
103
  height: "48",
104
104
  viewBox: "0 0 48 48",
105
105
  fill: "none",
106
- style: e,
107
- children: /* @__PURE__ */ t("path", {
106
+ style: t,
107
+ children: /* @__PURE__ */ e("path", {
108
108
  d: "M24.021 35.7235C24.8145 35.7694 25.0467 36.1913 25.3157 36.5138C25.586 36.8362 29.515 41.551 29.7823 41.8569C30.0475 42.1662 30.7822 42.7329 31.5901 42.8405C32.3967 42.9473 33.282 42.7842 33.8484 42.3748C34.4135 41.965 35.1313 41.4073 35.3833 41.0356C35.6337 40.6638 36.061 40.1302 35.9823 39.2534C35.9028 38.3783 35.7112 37.9204 35.0268 37.1691C34.3433 36.4185 30.2992 31.6657 29.5382 30.7537C29.5382 30.7537 28.8467 29.9423 28.9469 28.7956C29.0476 27.6468 29.567 27.1343 30.6608 26.8487C31.7534 26.5647 36.0267 25.5306 36.0267 25.5306C36.0267 25.5306 38.4728 24.3723 37.9182 22.0776L37.5997 20.904C37.5997 20.904 37.0672 18.2264 33.5519 19.0556C30.0344 19.8869 28.0803 20.377 28.0803 20.377C28.0803 20.377 26.9602 20.4838 26.7999 19.744C26.6417 19.0038 26.8494 18.6218 27.3443 18.4156C27.8387 18.209 30.9611 16.7175 31.3617 12.6853C31.7652 8.65158 28.3882 5.06573 24.0091 5.08104C19.6288 5.0976 16.4594 8.39988 16.4725 11.8185C16.4856 15.2387 18.7033 17.5144 20.4079 18.3638C21.3752 18.8453 21.0656 19.7122 21.0656 19.7122C21.0656 19.7122 20.8334 20.5554 19.8153 20.3311C18.7972 20.1025 13.8657 18.9736 13.8657 18.9736C13.8657 18.9736 10.8914 18.4226 10.1732 21.359C9.4541 24.2978 11.1261 25.4143 12.3532 25.6908C13.5798 25.9669 17.7296 26.9716 17.7296 26.9716C17.7296 26.9716 18.9643 27.581 19.0125 28.8308C19.0425 29.5697 19.0438 30.1824 18.266 31.2832C17.4894 32.3835 12.6598 38.0148 12.6598 38.0148C12.6598 38.0148 10.9997 39.9862 13.4051 41.763C15.8106 43.5401 17.1641 43.1262 18.5921 41.4889C20.0188 39.852 22.8383 36.4243 22.8383 36.4243C22.8383 36.4243 23.2275 35.6788 24.021 35.7235Z",
109
109
  stroke: s.colors.brand,
110
110
  strokeWidth: "2"
111
111
  })
112
112
  });
113
- }, z = ()=>{
114
- const e = T(), { skinName: a } = V();
115
- return /* @__PURE__ */ t("div", {
113
+ }, K = (param)=>{
114
+ let { noBorderRadius: t } = param;
115
+ const r = N(), { skinName: l } = V();
116
+ return /* @__PURE__ */ e("div", {
116
117
  style: {
117
118
  height: "100%",
118
119
  width: "100%",
119
120
  display: "flex",
120
121
  alignItems: "center",
121
122
  justifyContent: "center",
122
- backgroundColor: e ? s.colors.backgroundSkeletonInverse : s.colors.backgroundSkeleton,
123
- borderRadius: 8
123
+ backgroundColor: r ? s.colors.backgroundSkeletonInverse : s.colors.backgroundSkeleton,
124
+ borderRadius: t ? void 0 : 8
124
125
  },
125
- children: a === _ ? /* @__PURE__ */ t(B, {
126
+ children: l === W ? /* @__PURE__ */ e(P, {
126
127
  style: {
127
128
  width: "10%",
128
129
  minWidth: 24,
129
130
  maxWidth: 48
130
131
  }
131
- }) : /* @__PURE__ */ t(L, {
132
- color: e ? s.colors.inverse : s.colors.neutralMedium,
133
- size: "",
132
+ }) : /* @__PURE__ */ e("svg", {
133
+ viewBox: "0 0 24 24",
134
+ role: "presentation",
134
135
  style: {
135
136
  width: "10%",
136
137
  minWidth: 24,
137
138
  maxWidth: 48
138
- }
139
+ },
140
+ children: /* @__PURE__ */ e("path", {
141
+ fill: r ? s.colors.inverse : s.colors.neutralMedium,
142
+ d: "M20.25 4.622c.832 0 1.591.664 1.591 1.393v11.98c0 .728-.76 1.392-1.591 1.392H3.746c-.863 0-1.591-.639-1.591-1.392V6.015c0-.754.728-1.393 1.59-1.393H20.25zm0 13.558c.193 0 .367-.146.39-.207l-.003-11.956a.555.555 0 00-.384-.182H3.746c-.21 0-.364.132-.387.19v11.973c.014.044.171.182.387.182H20.25zM6.152 9.068c0 .554.451 1.005 1.003 1.005a1.006 1.006 0 000-2.01c-.552 0-1.003.45-1.003 1.005zm1.003 2.215a2.216 2.216 0 010-4.43c1.218 0 2.207.993 2.207 2.215a2.213 2.213 0 01-2.207 2.215zm12.42 1.337l-3.18-2.44a.605.605 0 00-.742.005l-3.636 2.9-.879-.83a.6.6 0 00-.798-.025l-5.168 4.317a.607.607 0 00.386 1.07.59.59 0 00.384-.14l4.759-3.975 3.308 3.123c.241.23.625.221.852-.025a.605.605 0 00-.026-.854l-1.932-1.824 3.131-2.496 2.807 2.154a.603.603 0 00.846-.112.609.609 0 00-.112-.848z"
143
+ })
139
144
  })
140
145
  });
141
- }, H = {
146
+ }, U = {
142
147
  "1:1": 1,
143
148
  "16:9": 16 / 9,
144
149
  "7:10": 7 / 10,
145
150
  "4:3": 4 / 3
146
- }, o3 = /*#__PURE__*/ o.forwardRef((_param, k)=>{
147
- var { aspectRatio: e = "1:1" , alt: a = "" , dataAttributes: b , noBorderRadius: n , src: v , onError: l , onLoad: c , loadingFallback: w = !0 , errorFallback: I = !0 } = _param, i = _objectWithoutProperties(_param, [
151
+ }, r1 = /*#__PURE__*/ i.forwardRef((_param, y)=>{
152
+ var { aspectRatio: t = "1:1" , alt: r = "" , dataAttributes: l , noBorderRadius: c , src: I , onError: d , onLoad: a , loadingFallback: p = !0 , errorFallback: x = !0 } = _param, o = _objectWithoutProperties(_param, [
148
153
  "aspectRatio",
149
154
  "alt",
150
155
  "dataAttributes",
@@ -155,57 +160,67 @@ const f = /*#__PURE__*/ o.createContext(!1), P = ()=>o.useContext(f), i3 = (para
155
160
  "loadingFallback",
156
161
  "errorFallback"
157
162
  ]);
158
- const x = P(), y = n != null ? n : x, [h, m] = o.useState(!1), [p, C] = o.useState(!0), [S, u] = o.useState(!1), r = typeof e == "number" ? e : H[e], g = w && !!(r !== 0 || i.width && i.height), R = I && !!(r !== 0 || i.width && i.height), D = /* @__PURE__ */ t("img", _objectSpreadProps(_objectSpread({}, W(b)), {
159
- style: _objectSpread({}, p && g ? {
163
+ const C = i.useRef(), R = O(), m = c != null ? c : R, [u, f] = i.useState(!1), [S, g] = i.useState(!0), [D, v] = i.useState(!1), n = typeof t == "number" ? t : U[t], b = p && !!(n !== 0 || o.width && o.height), H = x && !!(n !== 0 || o.width && o.height), h = i.useCallback(()=>{
164
+ f(!1), g(!1), setTimeout(()=>{
165
+ v(!0);
166
+ }, L), a == null || a();
167
+ }, [
168
+ a
169
+ ]), z = /* @__PURE__ */ e("img", _objectSpreadProps(_objectSpread({}, M(l)), {
170
+ style: _objectSpread({}, S && b ? {
160
171
  opacity: 0
161
172
  } : {
162
173
  opacity: 1
163
174
  }),
164
- ref: k,
165
- src: v,
166
- className: A(E, j({
167
- position: r !== 0 ? "absolute" : "static",
168
- borderRadius: y ? void 0 : 8
175
+ ref: _(C, y),
176
+ src: I,
177
+ className: A(T, E({
178
+ position: n !== 0 ? "absolute" : "static",
179
+ borderRadius: m ? void 0 : 8
169
180
  })),
170
- alt: a,
171
- onError: (d)=>{
172
- m(!0), C(!1), u(!0), l == null || l(d);
181
+ alt: r,
182
+ onError: ()=>{
183
+ f(!0), g(!1), v(!0), d == null || d();
173
184
  },
174
- onLoad: (d)=>{
175
- m(!1), C(!1), setTimeout(()=>{
176
- u(!0);
177
- }, M), c == null || c(d);
178
- }
185
+ onLoad: h
179
186
  }));
180
- return /* @__PURE__ */ O(N, {
187
+ return i.useEffect(()=>{
188
+ var w;
189
+ (w = C.current) != null && w.complete && h();
190
+ }, [
191
+ h
192
+ ]), /* @__PURE__ */ j(F, {
181
193
  style: {
182
194
  position: "relative"
183
195
  },
184
- aspectRatio: r,
185
- width: i.width,
186
- height: i.height,
196
+ aspectRatio: n,
197
+ width: o.width,
198
+ height: o.height,
187
199
  children: [
188
- g && !S && /* @__PURE__ */ t("div", {
200
+ b && !D && /* @__PURE__ */ e("div", {
189
201
  style: {
190
202
  position: "absolute",
191
203
  width: "100%",
192
204
  height: "100%"
193
205
  },
194
- children: /* @__PURE__ */ t(F, {
195
- width: i.width,
196
- height: i.height
206
+ children: /* @__PURE__ */ e(B, {
207
+ width: o.width,
208
+ height: o.height,
209
+ noBorderRadius: m
197
210
  })
198
211
  }),
199
- h && R && /* @__PURE__ */ t("div", {
212
+ u && H && /* @__PURE__ */ e("div", {
200
213
  style: {
201
214
  position: "absolute",
202
215
  width: "100%",
203
216
  height: "100%"
204
217
  },
205
- children: /* @__PURE__ */ t(z, {})
218
+ children: /* @__PURE__ */ e(K, {
219
+ noBorderRadius: m
220
+ })
206
221
  }),
207
- !h && D
222
+ !u && z
208
223
  ]
209
224
  });
210
225
  });
211
- export { i3 as DisableBorderRadiusProvider, H as RATIO, o3 as default, P as useDisableBorderRadius };
226
+ export { s1 as DisableBorderRadiusProvider, U as RATIO, r1 as default, O as useDisableBorderRadius };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./list.css.ts.vanilla.js";
3
- var _ = "_1y2v1nf56 _1y2v1nf5o _1y2v1nf5q", f = "_1y2v1nf5f _1y2v1nf8e _1y2v1nf7t _1y2v1nf5o", y = "_1y2v1nf56 _1y2v1nf5l", r = "_1y2v1nf56 _1y2v1nf7d _1y2v1nf8z", a = "_2buj9g0", t = "_1y2v1nf56 _1y2v1nf5b", o = "_1y2v1nf5t _1y2v1nf67 _1y2v1nf6l _1y2v1nf6z _1y2v1nf58 _1y2v1nf94 _1y2v1nf50 _1y2v1nf6q _1y2v1nf74 _1y2v1nf5r", e = "_2buj9gi _1y2v1nf5t _1y2v1nf67 _1y2v1nf6l _1y2v1nf6z _1y2v1nf58 _1y2v1nf94 _1y2v1nf50 _1y2v1nf6q _1y2v1nf74 _1y2v1nf56 _1y2v1nf5l _1y2v1nf5q _1y2v1nf7e", i = "_2buj9g1", d = "_1y2v1nf9b", b = "_2buj9gb", l = "_1y2v1nf56 _1y2v1nf5c _1y2v1nf5s", g = "_1y2v1nf5t _1y2v1nf67 _1y2v1nf6l _1y2v1nf6z _1y2v1nf7d _1y2v1nf94 _1y2v1nf50";
4
- export { _ as asset, f as badge, y as center, r as content, a as disabled, t as dualActionContainer, o as dualActionLeft, e as dualActionRight, i as hoverBackground, d as pointer, b as right, l as rowBody, g as rowContent };
3
+ var _ = "_1y2v1nf5g _1y2v1nf5y _1y2v1nf60", y = "_1y2v1nf5p _1y2v1nf8o _1y2v1nf83 _1y2v1nf5y", f = "_1y2v1nf5g _1y2v1nf5v", a = "_1y2v1nf5g _1y2v1nf7n _1y2v1nf99", r = "_2buj9g0", e = "_1y2v1nf5g _1y2v1nf5l", o = "_1y2v1nf63 _1y2v1nf6h _1y2v1nf6v _1y2v1nf79 _1y2v1nf5i _1y2v1nf9e _1y2v1nf5a _1y2v1nf70 _1y2v1nf7e _1y2v1nf61", t = "_2buj9gi _1y2v1nf63 _1y2v1nf6h _1y2v1nf6v _1y2v1nf79 _1y2v1nf5i _1y2v1nf9e _1y2v1nf5a _1y2v1nf70 _1y2v1nf7e _1y2v1nf5g _1y2v1nf5v _1y2v1nf60 _1y2v1nf7o", g = "_2buj9g1", i = "_1y2v1nf9l", d = "_2buj9gb", u = "_1y2v1nf5g _1y2v1nf5m _1y2v1nf62", b = "_1y2v1nf63 _1y2v1nf6h _1y2v1nf6v _1y2v1nf79 _1y2v1nf7n _1y2v1nf9e _1y2v1nf5a";
4
+ export { _ as asset, y as badge, f as center, a as content, r as disabled, e as dualActionContainer, o as dualActionLeft, t as dualActionRight, g as hoverBackground, i as pointer, d as right, u as rowBody, b as rowContent };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./loading-bar.css.ts.vanilla.js";
3
- var r = 400, _ = "_1num3qg9", e = "_1num3qga", a = "_1num3qgb", f = "_1num3qgc", t = "_1num3qg8 _1y2v1nf7t", y = "_1num3qg3 _1y2v1nf53 _1y2v1nf9e _1y2v1nf9s _1y2v1nfa6", g = "_1num3qg6 _1y2v1nf52 _1y2v1nf7t _1y2v1nf7d", m = "_1y2v1nf7d _1y2v1nf9c _1y2v1nf51 _1y2v1nf3j _1y2v1nf7w";
4
- export { r as TRANSITION_DURATION_MS, _ as enter, e as enterActive, a as exit, f as exitActive, t as innerProgress, y as portal, g as progress, m as progressContainer };
3
+ var r = 400, _ = "_1num3qg9", a = "_1num3qga", e = "_1num3qgb", f = "_1num3qgc", y = "_1num3qg8 _1y2v1nf83", g = "_1num3qg3 _1y2v1nf5d _1y2v1nf9o _1y2v1nfa2 _1y2v1nfag", t = "_1num3qg6 _1y2v1nf5c _1y2v1nf83 _1y2v1nf7n", m = "_1y2v1nf7n _1y2v1nf9m _1y2v1nf5b _1y2v1nf3o _1y2v1nf86";
4
+ export { r as TRANSITION_DURATION_MS, _ as enter, a as enterActive, e as exit, f as exitActive, y as innerProgress, g as portal, t as progress, m as progressContainer };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./maybe-dismissable.css.ts.vanilla.js";
3
- var f = "cim30m2 _1y2v1nf52 _1y2v1nf9e _1y2v1nfa6 _1y2v1nf7o _1y2v1nf83 _1y2v1nf56 _1y2v1nf5l _1y2v1nf5f", y = "cim30m4 _1y2v1nf56 _1y2v1nf5l _1y2v1nf5f _1y2v1nf7l _1y2v1nf80 _1y2v1nf95", _ = "_1y2v1nf51 _1y2v1nf56 _1y2v1nf5o";
4
- export { f as dismissableButton, y as dismissableCircleContainer, _ as dismissableContainer };
3
+ var y = "cim30m2 _1y2v1nf5c _1y2v1nf9o _1y2v1nfag _1y2v1nf7y _1y2v1nf8d _1y2v1nf5g _1y2v1nf5v _1y2v1nf5p", f = "cim30m4 _1y2v1nf5g _1y2v1nf5v _1y2v1nf5p _1y2v1nf7v _1y2v1nf8a _1y2v1nf9f", _ = "_1y2v1nf5b _1y2v1nf5g _1y2v1nf5y";
4
+ export { y as dismissableButton, f as dismissableCircleContainer, _ as dismissableContainer };