@telefonica/mistica 16.1.1 → 16.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/accordion.css-mistica.js +12 -9
  3. package/dist/accordion.css.d.ts +1 -0
  4. package/dist/accordion.js +36 -39
  5. package/dist/align.css-mistica.js +12 -0
  6. package/dist/align.css.d.ts +1 -0
  7. package/dist/align.css.ts.vanilla.css-mistica.js +11 -0
  8. package/dist/align.d.ts +12 -0
  9. package/dist/align.js +79 -0
  10. package/dist/box.css-mistica.js +41 -0
  11. package/dist/box.css.d.ts +23 -0
  12. package/dist/box.css.ts.vanilla.css-mistica.js +11 -0
  13. package/dist/box.d.ts +4 -0
  14. package/dist/box.js +39 -31
  15. package/dist/boxed.css-mistica.js +10 -5
  16. package/dist/boxed.css.d.ts +3 -0
  17. package/dist/boxed.js +20 -24
  18. package/dist/callout.css-mistica.js +12 -4
  19. package/dist/callout.css.d.ts +1 -0
  20. package/dist/callout.js +14 -22
  21. package/dist/card.css-mistica.js +39 -24
  22. package/dist/card.css.d.ts +5 -0
  23. package/dist/card.js +236 -270
  24. package/dist/chip.css-mistica.js +19 -7
  25. package/dist/chip.css.d.ts +2 -0
  26. package/dist/chip.js +33 -49
  27. package/dist/community/advanced-data-card.css-mistica.js +30 -21
  28. package/dist/community/advanced-data-card.css.d.ts +4 -1
  29. package/dist/community/advanced-data-card.js +56 -68
  30. package/dist/empty-state-card.js +12 -11
  31. package/dist/empty-state.css-mistica.js +11 -8
  32. package/dist/empty-state.css.d.ts +1 -0
  33. package/dist/empty-state.js +10 -13
  34. package/dist/form.css-mistica.js +12 -0
  35. package/dist/form.css.d.ts +1 -0
  36. package/dist/form.js +8 -10
  37. package/dist/grid.css-mistica.js +143 -126
  38. package/dist/grid.css.d.ts +13 -0
  39. package/dist/grid.js +35 -38
  40. package/dist/hero.css-mistica.js +14 -8
  41. package/dist/hero.css.d.ts +2 -0
  42. package/dist/hero.js +35 -37
  43. package/dist/highlighted-card.js +15 -14
  44. package/dist/image.js +23 -25
  45. package/dist/index.d.ts +1 -0
  46. package/dist/index.js +4 -0
  47. package/dist/inline.js +10 -11
  48. package/dist/list.css-mistica.js +26 -17
  49. package/dist/list.css.d.ts +3 -0
  50. package/dist/list.js +120 -122
  51. package/dist/loading-screen.js +16 -16
  52. package/dist/logo-blau.d.ts +1 -1
  53. package/dist/logo-blau.js +10 -10
  54. package/dist/logo-common.d.ts +1 -0
  55. package/dist/logo-movistar.d.ts +1 -1
  56. package/dist/logo-movistar.js +4 -4
  57. package/dist/logo-o2-new.d.ts +1 -1
  58. package/dist/logo-o2-new.js +5 -5
  59. package/dist/logo-o2.d.ts +1 -1
  60. package/dist/logo-o2.js +5 -5
  61. package/dist/logo-telefonica.d.ts +1 -1
  62. package/dist/logo-telefonica.js +4 -4
  63. package/dist/logo-tu.d.ts +1 -1
  64. package/dist/logo-tu.js +5 -5
  65. package/dist/logo-vivo.d.ts +1 -1
  66. package/dist/logo-vivo.js +7 -7
  67. package/dist/logo.d.ts +9 -8
  68. package/dist/logo.js +125 -102
  69. package/dist/menu.css-mistica.js +9 -9
  70. package/dist/menu.js +9 -10
  71. package/dist/navigation-bar.css-mistica.js +23 -20
  72. package/dist/navigation-bar.css.d.ts +1 -0
  73. package/dist/navigation-bar.js +30 -37
  74. package/dist/package-version.js +1 -1
  75. package/dist/popover.d.ts +1 -0
  76. package/dist/popover.js +9 -10
  77. package/dist/sheet-common.js +3 -2
  78. package/dist/skeleton-base.js +10 -12
  79. package/dist/skeletons.css-mistica.js +11 -5
  80. package/dist/skeletons.css.d.ts +1 -0
  81. package/dist/snackbar.css-mistica.js +20 -14
  82. package/dist/snackbar.css.d.ts +3 -1
  83. package/dist/snackbar.js +65 -75
  84. package/dist/table.js +52 -51
  85. package/dist/tag.css-mistica.js +15 -4
  86. package/dist/tag.css.d.ts +2 -0
  87. package/dist/tag.js +22 -27
  88. package/dist/text-field-components.css-mistica.js +16 -10
  89. package/dist/text-field-components.css.d.ts +1 -0
  90. package/dist/text-field-components.js +32 -35
  91. package/dist/text-props.d.ts +60 -0
  92. package/dist/text-props.js +93 -0
  93. package/dist/text.d.ts +0 -62
  94. package/dist/text.js +156 -219
  95. package/dist/timer.js +42 -43
  96. package/dist/title.js +10 -9
  97. package/dist/tooltip.d.ts +3 -1
  98. package/dist/tooltip.js +106 -106
  99. package/dist/touchable.js +47 -42
  100. package/dist-es/accordion.css-mistica.js +3 -3
  101. package/dist-es/accordion.js +58 -61
  102. package/dist-es/align.css-mistica.js +3 -0
  103. package/dist-es/align.css.ts.vanilla.css-mistica.js +2 -0
  104. package/dist-es/align.js +70 -0
  105. package/dist-es/box.css-mistica.js +24 -0
  106. package/dist-es/box.css.ts.vanilla.css-mistica.js +2 -0
  107. package/dist-es/box.js +43 -35
  108. package/dist-es/boxed.css-mistica.js +5 -3
  109. package/dist-es/boxed.js +28 -32
  110. package/dist-es/callout.css-mistica.js +7 -2
  111. package/dist-es/callout.js +44 -52
  112. package/dist-es/card.css-mistica.js +4 -4
  113. package/dist-es/card.js +343 -377
  114. package/dist-es/chip.css-mistica.js +10 -4
  115. package/dist-es/chip.js +44 -60
  116. package/dist-es/community/advanced-data-card.css-mistica.js +7 -7
  117. package/dist-es/community/advanced-data-card.js +94 -106
  118. package/dist-es/empty-state-card.js +17 -16
  119. package/dist-es/empty-state.css-mistica.js +3 -3
  120. package/dist-es/empty-state.js +19 -22
  121. package/dist-es/form.css-mistica.js +3 -0
  122. package/dist-es/form.js +12 -14
  123. package/dist-es/grid.css-mistica.js +123 -112
  124. package/dist-es/grid.js +38 -41
  125. package/dist-es/hero.css-mistica.js +2 -2
  126. package/dist-es/hero.js +75 -77
  127. package/dist-es/highlighted-card.js +19 -18
  128. package/dist-es/image.js +28 -30
  129. package/dist-es/index.js +1844 -1843
  130. package/dist-es/inline.js +19 -20
  131. package/dist-es/list.css-mistica.js +2 -2
  132. package/dist-es/list.js +170 -172
  133. package/dist-es/loading-screen.js +30 -30
  134. package/dist-es/logo-blau.js +11 -11
  135. package/dist-es/logo-movistar.js +5 -5
  136. package/dist-es/logo-o2-new.js +8 -8
  137. package/dist-es/logo-o2.js +8 -8
  138. package/dist-es/logo-telefonica.js +4 -4
  139. package/dist-es/logo-tu.js +8 -8
  140. package/dist-es/logo-vivo.js +16 -16
  141. package/dist-es/logo.js +132 -109
  142. package/dist-es/menu.css-mistica.js +3 -3
  143. package/dist-es/menu.js +21 -22
  144. package/dist-es/navigation-bar.css-mistica.js +11 -11
  145. package/dist-es/navigation-bar.js +80 -87
  146. package/dist-es/package-version.js +1 -1
  147. package/dist-es/popover.js +17 -18
  148. package/dist-es/sheet-common.js +12 -11
  149. package/dist-es/skeleton-base.js +15 -17
  150. package/dist-es/skeletons.css-mistica.js +5 -2
  151. package/dist-es/snackbar.css-mistica.js +4 -4
  152. package/dist-es/snackbar.js +93 -103
  153. package/dist-es/style.css +1 -1
  154. package/dist-es/table.js +89 -88
  155. package/dist-es/tag.css-mistica.js +2 -2
  156. package/dist-es/tag.js +36 -41
  157. package/dist-es/text-field-components.css-mistica.js +5 -2
  158. package/dist-es/text-field-components.js +48 -51
  159. package/dist-es/text-props.js +52 -0
  160. package/dist-es/text.js +171 -231
  161. package/dist-es/timer.js +80 -81
  162. package/dist-es/title.js +14 -13
  163. package/dist-es/tooltip.js +148 -148
  164. package/dist-es/touchable.js +55 -50
  165. package/package.json +3 -3
  166. package/dist/sprinkles.css-mistica.js +0 -2494
  167. package/dist-es/sprinkles.css-mistica.js +0 -2485
@@ -0,0 +1,52 @@
1
+ const e = {
2
+ mobileSize: 12,
3
+ mobileLineHeight: "16px",
4
+ desktopSize: 14,
5
+ desktopLineHeight: "20px"
6
+ }, i = {
7
+ mobileSize: 14,
8
+ mobileLineHeight: "20px",
9
+ desktopSize: 16,
10
+ desktopLineHeight: "24px"
11
+ }, t = {
12
+ mobileSize: 16,
13
+ mobileLineHeight: "24px",
14
+ desktopSize: 18,
15
+ desktopLineHeight: "24px"
16
+ }, o = {
17
+ mobileSize: 18,
18
+ mobileLineHeight: "24px",
19
+ desktopSize: 20,
20
+ desktopLineHeight: "28px"
21
+ }, p = {
22
+ mobileSize: 20,
23
+ mobileLineHeight: "24px",
24
+ desktopSize: 28,
25
+ desktopLineHeight: "32px"
26
+ }, x = {
27
+ mobileSize: 24,
28
+ mobileLineHeight: "32px",
29
+ desktopSize: 32,
30
+ desktopLineHeight: "40px"
31
+ }, n = {
32
+ mobileSize: 28,
33
+ mobileLineHeight: "32px",
34
+ desktopSize: 40,
35
+ desktopLineHeight: "48px"
36
+ }, s = {
37
+ mobileSize: 32,
38
+ mobileLineHeight: "40px",
39
+ desktopSize: 48,
40
+ desktopLineHeight: "56px"
41
+ }, b = {
42
+ mobileSize: 40,
43
+ mobileLineHeight: "48px",
44
+ desktopSize: 56,
45
+ desktopLineHeight: "64px"
46
+ }, d = {
47
+ mobileSize: 48,
48
+ mobileLineHeight: "56px",
49
+ desktopSize: 64,
50
+ desktopLineHeight: "72px"
51
+ };
52
+ export { e as text1, d as text10, i as text2, t as text3, o as text4, p as text5, x as text6, n as text7, s as text8, b as text9 };
package/dist-es/text.js CHANGED
@@ -78,319 +78,259 @@ function _object_without_properties_loose(source, excluded) {
78
78
  }
79
79
  return target;
80
80
  }
81
- import { jsx as n, Fragment as A, jsxs as V } from "react/jsx-runtime";
81
+ import { jsx as i, Fragment as C, jsxs as R } from "react/jsx-runtime";
82
82
  import * as T from "react";
83
83
  import K from "classnames";
84
- import { useIsInverseOrMediaVariant as q } from "./theme-variant-context.js";
85
- import { applyCssVars as y, pxToRem as u } from "./utils/css.js";
86
- import { getPrefixedDataAttributes as G } from "./utils/dom.js";
84
+ import { useIsInverseOrMediaVariant as L } from "./theme-variant-context.js";
85
+ import { applyCssVars as P, pxToRem as g } from "./utils/css.js";
86
+ import { getPrefixedDataAttributes as q } from "./utils/dom.js";
87
87
  import { useTheme as m } from "./hooks.js";
88
- import { vars as x } from "./skins/skin-contract.css-mistica.js";
89
- import { text as J, withWordBreak as Q, withoutWordBreak as U, truncate as X, truncateToOneLine as Y, vars as c } from "./text.css-mistica.js";
90
- import { VIVO_NEW_SKIN as Z } from "./skins/constants.js";
91
- import $ from "./screen-reader-only.js";
92
- const ee = {
88
+ import { vars as a } from "./skins/skin-contract.css-mistica.js";
89
+ import { text as G, withWordBreak as J, withoutWordBreak as Q, truncate as U, truncateToOneLine as X, vars as l } from "./text.css-mistica.js";
90
+ import { VIVO_NEW_SKIN as Y } from "./skins/constants.js";
91
+ import Z from "./screen-reader-only.js";
92
+ import { text10 as $, text9 as tt, text8 as et, text7 as rt, text6 as nt, text5 as it, text4 as ot, text3 as st, text2 as at, text1 as mt } from "./text-props.js";
93
+ const xt = {
93
94
  light: 300,
94
95
  regular: 400,
95
96
  medium: 500,
96
97
  bold: 700
97
- }, te = (e)=>e === !0 ? 1 : e || "initial", g = "Ħ", ie = /* @__PURE__ */ V(A, {
98
+ }, ct = (t)=>t === !0 ? 1 : t || "initial", h = "Ħ", ut = /* @__PURE__ */ R(C, {
98
99
  children: [
99
- /* @__PURE__ */ n("span", {
100
+ /* @__PURE__ */ i("span", {
100
101
  "aria-hidden": !0,
101
- children: g
102
+ children: h
102
103
  }),
103
- /* @__PURE__ */ n($, {
104
- children: /* @__PURE__ */ n("span", {
104
+ /* @__PURE__ */ i(Z, {
105
+ children: /* @__PURE__ */ i("span", {
105
106
  children: "Vivo"
106
107
  })
107
108
  })
108
109
  ]
109
- }), re = (param)=>{
110
- let { children: e, ariaLabel: i, as: t } = param;
111
- return typeof t == "string" && [
110
+ }), lt = (param)=>{
111
+ let { children: t, ariaLabel: r, as: e } = param;
112
+ return typeof e == "string" && [
112
113
  "h1",
113
114
  "h2",
114
115
  "h3",
115
116
  "h4",
116
117
  "h5",
117
118
  "h6"
118
- ].includes(t) && typeof e == "string" && e.includes(g) ? {
119
- ariaLabel: e.replace(new RegExp(g, "g"), "Vivo"),
120
- children: /* @__PURE__ */ n("span", {
119
+ ].includes(e) && typeof t == "string" && t.includes(h) ? {
120
+ ariaLabel: t.replace(new RegExp(h, "g"), "Vivo"),
121
+ children: /* @__PURE__ */ i("span", {
121
122
  "aria-hidden": !0,
122
- children: e
123
+ children: t
123
124
  })
124
125
  } : {
125
- children: T.Children.map(e, (r)=>typeof r != "string" || !r.includes(g) ? r : /* @__PURE__ */ n(A, {
126
- children: r.split(g).map((p, l)=>/* @__PURE__ */ V(T.Fragment, {
126
+ children: T.Children.map(t, (n)=>typeof n != "string" || !n.includes(h) ? n : /* @__PURE__ */ i(C, {
127
+ children: n.split(h).map((x, c)=>/* @__PURE__ */ R(T.Fragment, {
127
128
  children: [
128
- l > 0 && ie,
129
- p
129
+ c > 0 && ut,
130
+ x
130
131
  ]
131
- }, l))
132
+ }, c))
132
133
  })),
133
- ariaLabel: i
134
+ ariaLabel: r
134
135
  };
135
136
  }, o = (param)=>{
136
- let { weight: e, color: i = x.colors.textPrimary, decoration: t, truncate: r, transform: p, wordBreak: l = !0, hyphens: S = "auto", as: b = "span", children: h, size: k, mobileSize: w = k, desktopSize: H = k, lineHeight: z, mobileLineHeight: L = z, desktopLineHeight: v = z, letterSpacing: I, textAlign: P, textShadow: C, id: R, role: W, "aria-level": E, "aria-label": f, dataAttributes: N } = param;
137
- const { skinName: O } = m(), F = q(), _ = te(r), j = {
138
- [x.colors.textPrimary]: x.colors.textPrimaryInverse,
139
- [x.colors.textSecondary]: x.colors.textSecondaryInverse,
140
- [x.colors.textLink]: x.colors.textLinkInverse,
141
- [x.colors.textError]: x.colors.textErrorInverse
137
+ let { weight: t, color: r = a.colors.textPrimary, decoration: e, truncate: n, transform: x, wordBreak: c = !0, hyphens: w = "auto", as: p = "span", children: u, size: v, mobileSize: b = v, desktopSize: y = v, lineHeight: A, mobileLineHeight: V = A, desktopLineHeight: I = A, letterSpacing: S, textAlign: W, textShadow: k, id: E, role: N, "aria-level": O, "aria-label": d, dataAttributes: F } = param;
138
+ const { skinName: _ } = m(), j = L(), D = ct(n), H = {
139
+ [a.colors.textPrimary]: a.colors.textPrimaryInverse,
140
+ [a.colors.textSecondary]: a.colors.textSecondaryInverse,
141
+ [a.colors.textLink]: a.colors.textLinkInverse,
142
+ [a.colors.textError]: a.colors.textErrorInverse
142
143
  };
143
- if (!h && h !== 0) return null;
144
- const D = K(J, l ? Q : U, {
145
- [X]: r,
146
- [Y]: r === 1 || r === !0
147
- }), M = y({
148
- [c.mobileSize]: w ? u(w) : "inherit",
149
- [c.mobileLineHeight]: L ? u(L) : "inherit",
150
- [c.desktopSize]: H ? u(H) : "inherit",
151
- [c.desktopLineHeight]: v ? u(v) : "inherit"
152
- }), B = r ? y({
153
- [c.lineClamp]: String(_)
144
+ if (!u && u !== 0) return null;
145
+ const M = K(G, c ? J : Q, {
146
+ [U]: n,
147
+ [X]: n === 1 || n === !0
148
+ }), z = P({
149
+ [l.mobileSize]: b ? g(b) : "inherit",
150
+ [l.mobileLineHeight]: V ? g(V) : "inherit",
151
+ [l.desktopSize]: y ? g(y) : "inherit",
152
+ [l.desktopLineHeight]: I ? g(I) : "inherit"
153
+ }), B = n ? P({
154
+ [l.lineClamp]: String(D)
154
155
  }) : {};
155
- var _j_i;
156
- return O === Z && ({ ariaLabel: f, children: h } = re({
157
- children: h,
158
- ariaLabel: f,
159
- as: b
160
- })), /*#__PURE__*/ T.createElement(b, _object_spread_props(_object_spread({
161
- className: D,
162
- id: R,
163
- role: W,
164
- "aria-level": E,
165
- "aria-label": f
166
- }, G(N, "Text")), {
167
- style: _object_spread_props(_object_spread({}, M, B), {
168
- hyphens: S,
169
- WebkitHyphens: S,
170
- letterSpacing: I,
171
- fontWeight: e ? ee[e] : "inherit",
172
- textTransform: p || "inherit",
173
- textDecoration: t !== null && t !== void 0 ? t : "inherit",
174
- overflowWrap: l ? "anywhere" : "inherit",
175
- color: F ? (_j_i = j[i]) !== null && _j_i !== void 0 ? _j_i : i : i,
176
- textAlign: P,
177
- textShadow: C,
156
+ var _H_r;
157
+ return _ === Y && ({ ariaLabel: d, children: u } = lt({
158
+ children: u,
159
+ ariaLabel: d,
160
+ as: p
161
+ })), /*#__PURE__*/ T.createElement(p, _object_spread_props(_object_spread({
162
+ className: M,
163
+ id: E,
164
+ role: N,
165
+ "aria-level": O,
166
+ "aria-label": d
167
+ }, q(F, "Text")), {
168
+ style: _object_spread_props(_object_spread({}, z, B), {
169
+ hyphens: w,
170
+ WebkitHyphens: w,
171
+ letterSpacing: S,
172
+ fontWeight: t ? xt[t] : "inherit",
173
+ textTransform: x || "inherit",
174
+ textDecoration: e !== null && e !== void 0 ? e : "inherit",
175
+ overflowWrap: c ? "anywhere" : "inherit",
176
+ color: j ? (_H_r = H[r]) !== null && _H_r !== void 0 ? _H_r : r : r,
177
+ textAlign: W,
178
+ textShadow: k,
178
179
  // When rendering as <pre/>, spaces are preserved and we don't want to remove them
179
- whiteSpace: b === "pre" ? void 0 : "pre-line"
180
+ whiteSpace: p === "pre" ? void 0 : "pre-line"
180
181
  })
181
- }), h);
182
- }, d = (e)=>{
183
- if (e.light) return "light";
184
- if (e.regular) return "regular";
185
- if (e.medium) return "medium";
186
- if (e.weight) return e.weight;
182
+ }), u);
183
+ }, f = (t)=>{
184
+ if (t.light) return "light";
185
+ if (t.regular) return "regular";
186
+ if (t.medium) return "medium";
187
+ if (t.weight) return t.weight;
187
188
  }, s = (param)=>{
188
- let { forceMobileSizes: e, mobileSize: i, mobileLineHeight: t, desktopSize: r, desktopLineHeight: p } = param;
189
- return e ? {
190
- size: i,
191
- lineHeight: t
189
+ let { forceMobileSizes: t, mobileSize: r, mobileLineHeight: e, desktopSize: n, desktopLineHeight: x } = param;
190
+ return t ? {
191
+ size: r,
192
+ lineHeight: e
192
193
  } : {
193
- mobileSize: i,
194
- mobileLineHeight: t,
195
- desktopSize: r,
196
- desktopLineHeight: p
194
+ mobileSize: r,
195
+ mobileLineHeight: e,
196
+ desktopSize: n,
197
+ desktopLineHeight: x
197
198
  };
198
- }, a = {
199
- text1: {
200
- mobileSize: 12,
201
- mobileLineHeight: "16px",
202
- desktopSize: 14,
203
- desktopLineHeight: "20px"
204
- },
205
- text2: {
206
- mobileSize: 14,
207
- mobileLineHeight: "20px",
208
- desktopSize: 16,
209
- desktopLineHeight: "24px"
210
- },
211
- text3: {
212
- mobileSize: 16,
213
- mobileLineHeight: "24px",
214
- desktopSize: 18,
215
- desktopLineHeight: "24px"
216
- },
217
- text4: {
218
- mobileSize: 18,
219
- mobileLineHeight: "24px",
220
- desktopSize: 20,
221
- desktopLineHeight: "28px"
222
- },
223
- text5: {
224
- mobileSize: 20,
225
- mobileLineHeight: "24px",
226
- desktopSize: 28,
227
- desktopLineHeight: "32px"
228
- },
229
- text6: {
230
- mobileSize: 24,
231
- mobileLineHeight: "32px",
232
- desktopSize: 32,
233
- desktopLineHeight: "40px"
234
- },
235
- text7: {
236
- mobileSize: 28,
237
- mobileLineHeight: "32px",
238
- desktopSize: 40,
239
- desktopLineHeight: "48px"
240
- },
241
- text8: {
242
- mobileSize: 32,
243
- mobileLineHeight: "40px",
244
- desktopSize: 48,
245
- desktopLineHeight: "56px"
246
- },
247
- text9: {
248
- mobileSize: 40,
249
- mobileLineHeight: "48px",
250
- desktopSize: 56,
251
- desktopLineHeight: "64px"
252
- },
253
- text10: {
254
- mobileSize: 48,
255
- mobileLineHeight: "56px",
256
- desktopSize: 64,
257
- desktopLineHeight: "72px"
258
- }
259
- }, ge = (_param)=>{
260
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
199
+ }, Vt = (_param)=>{
200
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
261
201
  "dataAttributes",
262
202
  "forceMobileSizes"
263
203
  ]);
264
- const { textPresets: r } = m();
265
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
266
- forceMobileSizes: i
267
- }, a.text10))), {
268
- weight: r.text10.weight,
204
+ const { textPresets: n } = m();
205
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
206
+ forceMobileSizes: r
207
+ }, $))), {
208
+ weight: n.text10.weight,
269
209
  dataAttributes: _object_spread({
270
210
  "component-name": "Text10"
271
- }, e)
272
- }), t));
273
- }, ue = (_param)=>{
274
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
211
+ }, t)
212
+ }), e));
213
+ }, It = (_param)=>{
214
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
275
215
  "dataAttributes",
276
216
  "forceMobileSizes"
277
217
  ]);
278
- const { textPresets: r } = m();
279
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
280
- forceMobileSizes: i
281
- }, a.text9))), {
282
- weight: r.text9.weight,
218
+ const { textPresets: n } = m();
219
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
220
+ forceMobileSizes: r
221
+ }, tt))), {
222
+ weight: n.text9.weight,
283
223
  dataAttributes: _object_spread({
284
224
  "component-name": "Text9"
285
- }, e)
286
- }), t));
287
- }, de = (_param)=>{
288
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
225
+ }, t)
226
+ }), e));
227
+ }, Pt = (_param)=>{
228
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
289
229
  "dataAttributes",
290
230
  "forceMobileSizes"
291
231
  ]);
292
- const { textPresets: r } = m();
293
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
294
- forceMobileSizes: i
295
- }, a.text8))), {
296
- weight: r.text8.weight,
232
+ const { textPresets: n } = m();
233
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
234
+ forceMobileSizes: r
235
+ }, et))), {
236
+ weight: n.text8.weight,
297
237
  dataAttributes: _object_spread({
298
238
  "component-name": "Text8"
299
- }, e)
300
- }), t));
301
- }, be = (_param)=>{
302
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
239
+ }, t)
240
+ }), e));
241
+ }, Ct = (_param)=>{
242
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
303
243
  "dataAttributes",
304
244
  "forceMobileSizes"
305
245
  ]);
306
- const { textPresets: r } = m();
307
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
308
- forceMobileSizes: i
309
- }, a.text7))), {
310
- weight: r.text7.weight,
246
+ const { textPresets: n } = m();
247
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
248
+ forceMobileSizes: r
249
+ }, rt))), {
250
+ weight: n.text7.weight,
311
251
  dataAttributes: _object_spread({
312
252
  "component-name": "Text7"
313
- }, e)
314
- }), t));
315
- }, fe = (_param)=>{
316
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
253
+ }, t)
254
+ }), e));
255
+ }, Rt = (_param)=>{
256
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
317
257
  "dataAttributes",
318
258
  "forceMobileSizes"
319
259
  ]);
320
- const { textPresets: r } = m();
321
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
322
- forceMobileSizes: i
323
- }, a.text6))), {
324
- weight: r.text6.weight,
260
+ const { textPresets: n } = m();
261
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
262
+ forceMobileSizes: r
263
+ }, nt))), {
264
+ weight: n.text6.weight,
325
265
  dataAttributes: _object_spread({
326
266
  "component-name": "Text6"
327
- }, e)
328
- }), t));
329
- }, Te = (_param)=>{
330
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
267
+ }, t)
268
+ }), e));
269
+ }, St = (_param)=>{
270
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
331
271
  "dataAttributes",
332
272
  "forceMobileSizes"
333
273
  ]);
334
- const { textPresets: r } = m();
335
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
336
- forceMobileSizes: i
337
- }, a.text5))), {
338
- weight: r.text5.weight,
274
+ const { textPresets: n } = m();
275
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
276
+ forceMobileSizes: r
277
+ }, it))), {
278
+ weight: n.text5.weight,
339
279
  dataAttributes: _object_spread({
340
280
  "component-name": "Text5"
341
- }, e)
342
- }), t));
343
- }, Se = (_param)=>{
344
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
281
+ }, t)
282
+ }), e));
283
+ }, Wt = (_param)=>{
284
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
345
285
  "dataAttributes",
346
286
  "forceMobileSizes"
347
287
  ]);
348
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
349
- forceMobileSizes: i
350
- }, a.text4))), {
351
- weight: d(t),
288
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
289
+ forceMobileSizes: r
290
+ }, ot))), {
291
+ weight: f(e),
352
292
  dataAttributes: _object_spread({
353
293
  "component-name": "Text4"
354
- }, e)
355
- }), t));
356
- }, ke = (_param)=>{
357
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
294
+ }, t)
295
+ }), e));
296
+ }, kt = (_param)=>{
297
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
358
298
  "dataAttributes",
359
299
  "forceMobileSizes"
360
300
  ]);
361
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
362
- forceMobileSizes: i
363
- }, a.text3))), {
364
- weight: d(t),
301
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
302
+ forceMobileSizes: r
303
+ }, st))), {
304
+ weight: f(e),
365
305
  dataAttributes: _object_spread({
366
306
  "component-name": "Text3"
367
- }, e)
368
- }), t));
369
- }, we = (_param)=>{
370
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
307
+ }, t)
308
+ }), e));
309
+ }, Et = (_param)=>{
310
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
371
311
  "dataAttributes",
372
312
  "forceMobileSizes"
373
313
  ]);
374
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
375
- forceMobileSizes: i
376
- }, a.text2))), {
377
- weight: d(t),
314
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
315
+ forceMobileSizes: r
316
+ }, at))), {
317
+ weight: f(e),
378
318
  dataAttributes: _object_spread({
379
319
  "component-name": "Text2"
380
- }, e)
381
- }), t));
382
- }, He = (_param)=>{
383
- var { dataAttributes: e, forceMobileSizes: i } = _param, t = _object_without_properties(_param, [
320
+ }, t)
321
+ }), e));
322
+ }, Nt = (_param)=>{
323
+ var { dataAttributes: t, forceMobileSizes: r } = _param, e = _object_without_properties(_param, [
384
324
  "dataAttributes",
385
325
  "forceMobileSizes"
386
326
  ]);
387
- return /* @__PURE__ */ n(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
388
- forceMobileSizes: i
389
- }, a.text1))), {
390
- weight: d(t),
327
+ return /* @__PURE__ */ i(o, _object_spread(_object_spread_props(_object_spread({}, s(_object_spread({
328
+ forceMobileSizes: r
329
+ }, mt))), {
330
+ weight: f(e),
391
331
  dataAttributes: _object_spread({
392
332
  "component-name": "Text1"
393
- }, e)
394
- }), t));
395
- }, ze = o;
396
- export { o as Text, He as Text1, ge as Text10, we as Text2, ke as Text3, Se as Text4, Te as Text5, fe as Text6, be as Text7, de as Text8, ue as Text9, ze as default, ee as mapToWeight, a as textProps };
333
+ }, t)
334
+ }), e));
335
+ }, Ot = o;
336
+ export { o as Text, Nt as Text1, Vt as Text10, Et as Text2, kt as Text3, Wt as Text4, St as Text5, Rt as Text6, Ct as Text7, Pt as Text8, It as Text9, Ot as default, xt as mapToWeight };