@telefonica/mistica 14.34.0 → 14.35.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 (156) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/avatar.css-mistica.js +1 -1
  3. package/dist/button.css-mistica.js +7 -7
  4. package/dist/callout.css-mistica.js +1 -1
  5. package/dist/callout.js +17 -12
  6. package/dist/card.js +277 -244
  7. package/dist/carousel.css-mistica.js +5 -5
  8. package/dist/carousel.js +54 -52
  9. package/dist/checkbox.js +18 -18
  10. package/dist/community/advanced-data-card.css-mistica.js +3 -3
  11. package/dist/community/advanced-data-card.js +57 -50
  12. package/dist/community/blocks.js +42 -35
  13. package/dist/counter.css-mistica.js +1 -1
  14. package/dist/cvv-field.js +1 -1
  15. package/dist/dialog.css-mistica.js +3 -3
  16. package/dist/dialog.js +2 -2
  17. package/dist/hero.js +34 -30
  18. package/dist/hooks.d.ts +12 -1
  19. package/dist/hooks.js +85 -48
  20. package/dist/image.css-mistica.js +7 -2
  21. package/dist/image.css.d.ts +3 -0
  22. package/dist/image.d.ts +1 -7
  23. package/dist/image.js +55 -66
  24. package/dist/list.css-mistica.js +1 -1
  25. package/dist/list.js +80 -75
  26. package/dist/loading-bar.css-mistica.js +6 -6
  27. package/dist/maybe-dismissable.css-mistica.js +1 -1
  28. package/dist/menu.js +32 -32
  29. package/dist/navigation-bar.css-mistica.js +10 -10
  30. package/dist/overlay.js +10 -10
  31. package/dist/package-version.js +1 -1
  32. package/dist/pin-field.css-mistica.js +3 -3
  33. package/dist/popover.css-mistica.js +4 -4
  34. package/dist/radio-button.css-mistica.js +5 -5
  35. package/dist/radio-button.js +7 -7
  36. package/dist/screen-reader-only.css-mistica.js +1 -1
  37. package/dist/select.css-mistica.js +7 -7
  38. package/dist/select.js +65 -53
  39. package/dist/sheet.css-mistica.js +8 -8
  40. package/dist/skeletons.d.ts +9 -1
  41. package/dist/skeletons.js +3 -0
  42. package/dist/skins/blau.js +2 -1
  43. package/dist/skins/defaults.js +2 -1
  44. package/dist/skins/movistar-legacy.js +2 -1
  45. package/dist/skins/movistar.js +2 -1
  46. package/dist/skins/o2.js +2 -1
  47. package/dist/skins/skin-contract.css-mistica.js +2 -1
  48. package/dist/skins/skin-contract.css.d.ts +1 -0
  49. package/dist/skins/telefonica.js +2 -1
  50. package/dist/skins/types/index.d.ts +1 -0
  51. package/dist/skins/vivo-new.js +2 -1
  52. package/dist/skins/vivo.js +2 -1
  53. package/dist/slider.css-mistica.js +19 -19
  54. package/dist/slider.css.d.ts +8 -8
  55. package/dist/slider.d.ts +28 -8
  56. package/dist/slider.js +226 -106
  57. package/dist/snackbar.css-mistica.js +5 -5
  58. package/dist/sprinkles.css-mistica.js +71 -68
  59. package/dist/stacking-group.js +31 -24
  60. package/dist/stepper.css-mistica.js +3 -3
  61. package/dist/switch-component.css-mistica.js +17 -17
  62. package/dist/switch-component.js +12 -12
  63. package/dist/tab-focus.js +12 -12
  64. package/dist/tabs.css-mistica.js +1 -1
  65. package/dist/text-field-base.css-mistica.js +1 -1
  66. package/dist/text-field-components.css-mistica.js +7 -7
  67. package/dist/text-link.css-mistica.js +3 -3
  68. package/dist/theme-context-provider.js +39 -36
  69. package/dist/tooltip-context-provider.d.ts +14 -0
  70. package/dist/tooltip-context-provider.js +90 -0
  71. package/dist/tooltip.css-mistica.js +25 -54
  72. package/dist/tooltip.css.d.ts +19 -26
  73. package/dist/tooltip.d.ts +15 -1
  74. package/dist/tooltip.js +255 -207
  75. package/dist/touchable.css-mistica.js +1 -1
  76. package/dist/touchable.js +8 -8
  77. package/dist/utils/aspect-ratio-support.css-mistica.js +2 -2
  78. package/dist/utils/environment.d.ts +1 -0
  79. package/dist/utils/environment.js +4 -1
  80. package/dist/utils/keys.d.ts +8 -0
  81. package/dist/utils/{key-codes.js → keys.js} +6 -6
  82. package/dist/video.css-mistica.js +1 -1
  83. package/dist/video.js +33 -31
  84. package/dist-es/avatar.css-mistica.js +1 -1
  85. package/dist-es/button.css-mistica.js +7 -7
  86. package/dist-es/callout.css-mistica.js +1 -1
  87. package/dist-es/callout.js +33 -28
  88. package/dist-es/card.js +416 -383
  89. package/dist-es/carousel.css-mistica.js +2 -2
  90. package/dist-es/carousel.js +84 -82
  91. package/dist-es/checkbox.js +18 -18
  92. package/dist-es/community/advanced-data-card.css-mistica.js +2 -2
  93. package/dist-es/community/advanced-data-card.js +83 -76
  94. package/dist-es/community/blocks.js +77 -70
  95. package/dist-es/counter.css-mistica.js +1 -1
  96. package/dist-es/cvv-field.js +1 -1
  97. package/dist-es/dialog.css-mistica.js +3 -3
  98. package/dist-es/dialog.js +2 -2
  99. package/dist-es/hero.js +69 -65
  100. package/dist-es/hooks.js +83 -49
  101. package/dist-es/image.css-mistica.js +4 -2
  102. package/dist-es/image.js +74 -79
  103. package/dist-es/list.css-mistica.js +1 -1
  104. package/dist-es/list.js +116 -111
  105. package/dist-es/loading-bar.css-mistica.js +2 -2
  106. package/dist-es/maybe-dismissable.css-mistica.js +1 -1
  107. package/dist-es/menu.js +41 -41
  108. package/dist-es/navigation-bar.css-mistica.js +6 -6
  109. package/dist-es/overlay.js +14 -14
  110. package/dist-es/package-version.js +1 -1
  111. package/dist-es/pin-field.css-mistica.js +2 -2
  112. package/dist-es/popover.css-mistica.js +2 -2
  113. package/dist-es/radio-button.css-mistica.js +4 -4
  114. package/dist-es/radio-button.js +2 -2
  115. package/dist-es/screen-reader-only.css-mistica.js +1 -1
  116. package/dist-es/select.css-mistica.js +7 -7
  117. package/dist-es/select.js +89 -77
  118. package/dist-es/sheet.css-mistica.js +2 -2
  119. package/dist-es/skeletons.js +1 -1
  120. package/dist-es/skins/blau.js +2 -1
  121. package/dist-es/skins/defaults.js +2 -1
  122. package/dist-es/skins/movistar-legacy.js +2 -1
  123. package/dist-es/skins/movistar.js +2 -1
  124. package/dist-es/skins/o2.js +2 -1
  125. package/dist-es/skins/skin-contract.css-mistica.js +2 -1
  126. package/dist-es/skins/telefonica.js +2 -1
  127. package/dist-es/skins/vivo-new.js +2 -1
  128. package/dist-es/skins/vivo.js +2 -1
  129. package/dist-es/slider.css-mistica.js +2 -8
  130. package/dist-es/slider.js +231 -111
  131. package/dist-es/snackbar.css-mistica.js +4 -4
  132. package/dist-es/sprinkles.css-mistica.js +71 -68
  133. package/dist-es/stacking-group.js +37 -30
  134. package/dist-es/stepper.css-mistica.js +2 -2
  135. package/dist-es/style.css +1 -1
  136. package/dist-es/switch-component.css-mistica.js +13 -13
  137. package/dist-es/switch-component.js +14 -14
  138. package/dist-es/tab-focus.js +14 -14
  139. package/dist-es/tabs.css-mistica.js +1 -1
  140. package/dist-es/text-field-base.css-mistica.js +1 -1
  141. package/dist-es/text-field-components.css-mistica.js +2 -2
  142. package/dist-es/text-link.css-mistica.js +3 -3
  143. package/dist-es/theme-context-provider.js +53 -50
  144. package/dist-es/tooltip-context-provider.js +29 -0
  145. package/dist-es/tooltip.css-mistica.js +16 -9
  146. package/dist-es/tooltip.js +264 -216
  147. package/dist-es/touchable.css-mistica.js +1 -1
  148. package/dist-es/touchable.js +8 -8
  149. package/dist-es/utils/aspect-ratio-support.css-mistica.js +2 -2
  150. package/dist-es/utils/environment.js +2 -2
  151. package/dist-es/utils/keys.js +2 -0
  152. package/dist-es/video.css-mistica.js +1 -1
  153. package/dist-es/video.js +41 -39
  154. package/package.json +1 -1
  155. package/dist/utils/key-codes.d.ts +0 -8
  156. package/dist-es/utils/key-codes.js +0 -2
package/dist-es/slider.js CHANGED
@@ -1,118 +1,238 @@
1
1
  "use client";
2
- import { jsx as c, jsxs as z } from "react/jsx-runtime";
3
- import * as r from "react";
4
- import { useTheme as B, useScreenSize as L } from "./hooks.js";
5
- import { sliderDisabled as W, container as X, targetContainer as _, rangeSlider as q, sliderVariant as F, sliderThumbVariant as G, progress as H } from "./slider.css-mistica.js";
6
- import V from "classnames";
7
- import J from "./tooltip.js";
8
- const K = (param)=>{
9
- let { disabled: u, steps: t = 1, max: a = 100, min: l = 0, value: o, onChange: d, getStepArrayIndex: f, "arial-label": A, tooltip: $ } = param;
10
- const { isIos: w } = B(), { isTabletOrSmaller: k } = L(), [i, g] = r.useState(l), [m, C] = r.useState(l), [b, M] = r.useState(a), [N, O] = r.useState(1), h = r.useRef(null), P = r.useMemo(()=>u ? "0.5" : "1", [
11
- u
12
- ]), j = 0, p = "50%", v = r.useMemo(()=>u && W, [
13
- u
14
- ]), y = r.useCallback(function() {
15
- let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !1;
16
- if (!h.current) return;
17
- const s = h.current.getBoundingClientRect(), n = Number(Math.abs(i - m) * 100 / (b - m)), S = 0.2 + (window.innerWidth - s.right) / 100 + (s.left - 0) / 100, x = e ? s.left - 10 - n * S : 10 - n * 0.2;
18
- return `calc(${n}% + (${x}px))`;
19
- }, [
20
- i,
21
- m,
22
- b
23
- ]), T = r.useCallback((e)=>{
24
- let s = e;
25
- return Array.isArray(t) && (s = t.reduce((n, S)=>Math.abs(S - e) < Math.abs(n - e) ? S : n)), s;
26
- }, [
27
- t
28
- ]), D = r.useCallback(()=>{
29
- Array.isArray(t) && t.sort((e, s)=>e - s);
30
- }, [
31
- t
32
- ]), E = (e)=>{
33
- g(e);
34
- };
35
- r.useEffect(()=>{
36
- d == null || d(i), f == null || f(i);
37
- }, [
38
- d,
39
- f,
40
- i
41
- ]), r.useEffect(()=>{
42
- if (Array.isArray(t)) {
43
- M(t.length - 1);
44
- let e = 0;
45
- o !== void 0 && (e = t.indexOf(T(o))), g(e);
46
- } else {
47
- C(l), M(a);
48
- let e = l;
49
- o !== void 0 && (l > o || o > a) && (e = a < o ? a : l), g(e), O(t);
2
+ function _define_property(obj, key, value) {
3
+ if (key in obj) {
4
+ Object.defineProperty(obj, key, {
5
+ value: value,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ });
10
+ } else {
11
+ obj[key] = value;
12
+ }
13
+ return obj;
14
+ }
15
+ function _object_spread(target) {
16
+ for(var i = 1; i < arguments.length; i++){
17
+ var source = arguments[i] != null ? arguments[i] : {};
18
+ var ownKeys = Object.keys(source);
19
+ if (typeof Object.getOwnPropertySymbols === "function") {
20
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
21
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
22
+ }));
50
23
  }
24
+ ownKeys.forEach(function(key) {
25
+ _define_property(target, key, source[key]);
26
+ });
27
+ }
28
+ return target;
29
+ }
30
+ function _object_without_properties(source, excluded) {
31
+ if (source == null) return {};
32
+ var target = _object_without_properties_loose(source, excluded);
33
+ var key, i;
34
+ if (Object.getOwnPropertySymbols) {
35
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
36
+ for(i = 0; i < sourceSymbolKeys.length; i++){
37
+ key = sourceSymbolKeys[i];
38
+ if (excluded.indexOf(key) >= 0) continue;
39
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
40
+ target[key] = source[key];
41
+ }
42
+ }
43
+ return target;
44
+ }
45
+ function _object_without_properties_loose(source, excluded) {
46
+ if (source == null) return {};
47
+ var target = {};
48
+ var sourceKeys = Object.keys(source);
49
+ var key, i;
50
+ for(i = 0; i < sourceKeys.length; i++){
51
+ key = sourceKeys[i];
52
+ if (excluded.indexOf(key) >= 0) continue;
53
+ target[key] = source[key];
54
+ }
55
+ return target;
56
+ }
57
+ import { jsx as v, jsxs as ne } from "react/jsx-runtime";
58
+ import * as i from "react";
59
+ import { iosThumb as re, defaultThumb as ae, thumbHover as ce, thumbActive as se, container as ie, disabled as le, track as ue, thumbContainer as fe, input as de } from "./slider.css-mistica.js";
60
+ import { vars as j } from "./skins/skin-contract.css-mistica.js";
61
+ import { isTouchableDevice as he } from "./utils/environment.js";
62
+ import x from "classnames";
63
+ import { cancelEvent as p } from "./utils/dom.js";
64
+ import { useTheme as ge } from "./hooks.js";
65
+ import be from "./tooltip.js";
66
+ import ve from "./box.js";
67
+ import { useControlProps as Re } from "./form-context.js";
68
+ import { combineRefs as me } from "./utils/common.js";
69
+ const Ce = 48, Ve = 20, pe = 28, Pe = (n, t, c)=>t >= c ? 0 : (n - t) / (c - t), B = (n, t, c, l, a)=>{
70
+ const s = (m)=>{
71
+ if (m === void 0) return t;
72
+ const $ = n ? t + (c - t) * m : m;
73
+ return Math.max(t, Math.min(c, $));
74
+ };
75
+ if (t >= c) return t;
76
+ const b = s(a), P = t + Math.floor((b - t) / l) * l, R = t + Math.ceil((b - t) / l) * l;
77
+ return R <= c && R - b <= b - P ? R : P;
78
+ }, D = (n, t, c)=>{
79
+ if (!c) return t;
80
+ if (t === void 0) return n;
81
+ let l = 0;
82
+ return c.forEach((a, s)=>{
83
+ c && Math.abs(a - t) <= Math.abs(c[l] - t) && (l = s);
84
+ }), l;
85
+ }, Se = /*#__PURE__*/ i.forwardRef((_param, Z)=>{
86
+ var { values: n, step: t = 1, steps: c, getStepArrayIndex: l, min: a = 0, max: s = 100, "aria-label": b, "aria-labelledby": P, id: R, dataAttributes: m, tooltip: $ } = _param, f = _object_without_properties(_param, [
87
+ "values",
88
+ "step",
89
+ "steps",
90
+ "getStepArrayIndex",
91
+ "min",
92
+ "max",
93
+ "aria-label",
94
+ "aria-labelledby",
95
+ "id",
96
+ "dataAttributes",
97
+ "tooltip"
98
+ ]);
99
+ n && (n.length === 0 ? n = void 0 : s = n.length - 1), t = t | 0, t = t <= 0 ? 1 : t;
100
+ const { defaultValue: z, value: H, onChange: U, focusableRef: q, disabled: _, name: G } = Re({
101
+ name: f.name,
102
+ value: f.value !== void 0 ? B(!1, a, s, t, D(a, f.value, n)) : void 0,
103
+ defaultValue: f.defaultValue !== void 0 ? B(!1, a, s, t, D(a, f.defaultValue, n)) : void 0,
104
+ onChange: f.onChangeValue,
105
+ disabled: f.disabled
106
+ }), [J, K] = i.useState(H !== null && H !== void 0 ? H : B(!1, a, s, t, D(a, z, n))), d = H !== null && H !== void 0 ? H : J, y = i.useRef(d), S = i.useCallback((e, o)=>{
107
+ const r = B(o, a, s, t, e);
108
+ y.current !== r && (U(n ? n[r] : r), K(r), y.current = r);
51
109
  }, [
52
- t,
53
110
  a,
54
- l,
55
- T,
56
- o,
57
- N,
58
- D
111
+ s,
112
+ t,
113
+ n,
114
+ U
59
115
  ]);
60
- const R = ()=>/* @__PURE__ */ c("div", {
61
- className: _,
62
- children: /* @__PURE__ */ z("div", {
63
- ref: h,
64
- style: {
65
- opacity: P,
66
- paddingTop: j
67
- },
68
- className: q,
69
- children: [
70
- /* @__PURE__ */ c("input", {
71
- disabled: u,
72
- style: {
73
- top: p
74
- },
75
- className: V(F[w ? "ios" : "default"], v),
76
- "aria-label": "Slider",
77
- type: "range",
78
- min: m,
79
- max: b,
80
- value: i,
81
- step: N,
82
- onChange: (e)=>E(+e.target.value)
83
- }),
84
- /* @__PURE__ */ c("div", {
85
- style: {
86
- left: y(),
87
- top: p
88
- },
89
- className: V(G[w ? "ios" : "default"])
90
- }),
91
- /* @__PURE__ */ c("div", {
92
- className: H,
93
- style: {
94
- width: y(),
95
- top: p
96
- }
97
- })
98
- ]
99
- })
100
- });
101
- return /* @__PURE__ */ c("section", {
102
- className: X,
103
- "aria-label": A,
104
- children: $ ? /* @__PURE__ */ c(J, {
105
- description: Array.isArray(t) ? t[i].toString() : i.toString(),
106
- width: k ? 42 : 45,
107
- targetLabel: "",
108
- textCenter: !0,
109
- unstable_offsetX: y(!0),
110
- targetStyle: {
111
- width: "100%"
116
+ i.useEffect(()=>{
117
+ S(y.current, !1);
118
+ }, [
119
+ S
120
+ ]);
121
+ const N = i.useRef(null), C = i.useRef(null), F = i.useRef(null), Q = i.useRef(null), [E, T] = i.useState(!1), [A, L] = i.useState(!1), [W, O] = i.useState(!1), { isIos: I } = ge(), w = (e, o, r)=>{
122
+ const g = e == null ? void 0 : e.getBoundingClientRect();
123
+ return !!g && g.left <= o && o <= g.right && g.top <= r && r <= g.bottom;
124
+ }, u = he(), V = I ? pe : Ve, h = u ? Ce : V, M = (e)=>{
125
+ const o = N.current;
126
+ if (o) {
127
+ const r = o.getBoundingClientRect().left + V / 2, g = o.getBoundingClientRect().right - V / 2;
128
+ S((e - r) / (g - r), !0);
129
+ }
130
+ }, ee = (e)=>{
131
+ p(e), M(e.clientX);
132
+ }, te = (e)=>{
133
+ const o = C.current;
134
+ o && (o.onpointermove = ee, o.setPointerCapture(e.pointerId));
135
+ }, oe = (e)=>{
136
+ const o = C.current;
137
+ o && (o.onpointermove = null, o.releasePointerCapture(e.pointerId));
138
+ }, k = `calc(${Pe(d, a, s)} * (100% - ${V}px) - ${(h - V) / 2}px)`, X = `calc(${k} + ${h / 2}px)`, Y = /* @__PURE__ */ v("div", {
139
+ className: x(I ? re : ae, {
140
+ [ce]: !I && A && !E,
141
+ [se]: !I && E
142
+ })
143
+ });
144
+ return /* @__PURE__ */ v(ve, {
145
+ paddingY: 8,
146
+ dataAttributes: _object_spread({
147
+ "component-name": "Slider"
148
+ }, m),
149
+ children: /* @__PURE__ */ ne("div", {
150
+ className: x(ie, {
151
+ [le]: _
152
+ }),
153
+ style: {
154
+ height: h
155
+ },
156
+ ref: F,
157
+ onPointerDown: (e)=>{
158
+ const o = e.clientX, r = e.clientY;
159
+ !u && w(F.current, o, r) ? (w(C.current, o, r) || M(o), T(!0), te(e)) : p(e);
160
+ },
161
+ onPointerUp: (e)=>{
162
+ u || (T(!1), oe(e));
163
+ },
164
+ onTouchStart: (e)=>{
165
+ if (p(e), u) {
166
+ const o = e.nativeEvent.touches[0].clientX, r = e.nativeEvent.touches[0].clientY;
167
+ w(C.current, o, r) || M(o), T(!0);
168
+ }
169
+ },
170
+ onTouchEnd: (e)=>{
171
+ p(e), u && T(!1);
172
+ },
173
+ onTouchMove: (e)=>{
174
+ p(e), u && M(e.nativeEvent.touches[0].clientX);
112
175
  },
113
- position: "top",
114
- target: R()
115
- }) : R()
176
+ children: [
177
+ /* @__PURE__ */ v("div", {
178
+ className: ue,
179
+ ref: N,
180
+ style: {
181
+ background: `linear-gradient(to right, ${j.colors.controlActivated} ${X}, ${j.colors.control} ${X}`
182
+ }
183
+ }),
184
+ /* @__PURE__ */ v("div", {
185
+ className: fe,
186
+ ref: C,
187
+ style: {
188
+ cursor: E ? "grabbing" : A ? "grab" : "auto",
189
+ left: k,
190
+ width: h,
191
+ height: h
192
+ },
193
+ onPointerEnter: ()=>{
194
+ u || L(!0);
195
+ },
196
+ onPointerLeave: ()=>{
197
+ u || L(!1);
198
+ },
199
+ children: $ ? /* @__PURE__ */ v(be, {
200
+ target: Y,
201
+ open: E || W || A ? !0 : void 0,
202
+ description: String(n ? n[d] : d),
203
+ centerContent: !0,
204
+ delay: !1
205
+ }) : Y
206
+ }),
207
+ /* @__PURE__ */ v("input", {
208
+ type: "range",
209
+ min: a,
210
+ max: s,
211
+ ref: me(Z, Q, q),
212
+ step: t,
213
+ "aria-label": b,
214
+ "aria-labelledby": P,
215
+ id: R,
216
+ className: de,
217
+ "aria-valuetext": String(n ? n[d] : d),
218
+ style: {
219
+ left: k,
220
+ width: h,
221
+ height: h
222
+ },
223
+ name: G,
224
+ value: d,
225
+ disabled: _,
226
+ onChange: (e)=>S(+e.target.value, !1),
227
+ onFocus: ()=>{
228
+ O(!0);
229
+ },
230
+ onBlur: ()=>{
231
+ O(!1);
232
+ }
233
+ })
234
+ ]
235
+ })
116
236
  });
117
- }, ee = K;
118
- export { ee as default };
237
+ }), Ue = Se;
238
+ export { Ue as default };
@@ -1,7 +1,7 @@
1
1
  import "./sprinkles.css.ts.vanilla.css-mistica.js";
2
2
  import "./snackbar.css.ts.vanilla.css-mistica.js";
3
3
  var b = 300, f = "o7bjb0a", _ = "_1y2v1nfba _1y2v1nfbm", a = {
4
- centered: "o7bjb0e _1y2v1nfba _1y2v1nfb5 _1y2v1nfbp _1y2v1nfbj _1y2v1nffd",
5
- topRight: "_1y2v1nfba _1y2v1nfb5 _1y2v1nfbp _1y2v1nfbj _1y2v1nffd _1y2v1nfej"
6
- }, r = "o7bjb0h _1y2v1nfc7 _1y2v1nfcn _1y2v1nfba _1y2v1nfbp _1y2v1nfbj _1y2v1nfdt", y = "o7bjb0b", o = "o7bjb01 _1y2v1nfbx _1y2v1nfba _1y2v1nfbj", p = "o7bjb02", t = "o7bjb04 _1y2v1nfb6 _1y2v1nfe3", e = "_1y2v1nf4k", j = "_1y2v1nf4l", i = "o7bjb07";
7
- export { b as TRANSITION_TIME_IN_MS, f as button, _ as content, a as dismissButton, r as dismissIcon, y as longButton, o as snackbar, p as snackbarOpen, t as wrapper, e as wrapperCritical, j as wrapperInfo, i as wrapperOpen };
4
+ centered: "o7bjb0e _1y2v1nfba _1y2v1nfb5 _1y2v1nfbp _1y2v1nfbj _1y2v1nffe",
5
+ topRight: "_1y2v1nfba _1y2v1nfb5 _1y2v1nfbp _1y2v1nfbj _1y2v1nffe _1y2v1nfek"
6
+ }, r = "o7bjb0h _1y2v1nfc7 _1y2v1nfcn _1y2v1nfba _1y2v1nfbp _1y2v1nfbj _1y2v1nfdt", y = "o7bjb0b", o = "o7bjb01 _1y2v1nfbx _1y2v1nfba _1y2v1nfbj", p = "o7bjb02", e = "o7bjb04 _1y2v1nfb6 _1y2v1nfe3", t = "_1y2v1nf4k", j = "_1y2v1nf4l", i = "o7bjb07";
7
+ export { b as TRANSITION_TIME_IN_MS, f as button, _ as content, a as dismissButton, r as dismissIcon, y as longButton, o as snackbar, p as snackbarOpen, e as wrapper, t as wrapperCritical, j as wrapperInfo, i as wrapperOpen };