@telefonica/mistica 16.52.0 → 16.54.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 (296) hide show
  1. package/README.md +2 -1
  2. package/css/blau.css +69 -0
  3. package/css/esimflag.css +70 -1
  4. package/css/mistica.css +1 -1
  5. package/css/movistar-new.css +82 -0
  6. package/css/movistar.css +71 -2
  7. package/css/o2-new.css +71 -0
  8. package/css/o2.css +70 -0
  9. package/css/telefonica.css +94 -0
  10. package/css/tu.css +71 -1
  11. package/css/vivo-new.css +86 -9
  12. package/css/vivo.css +70 -0
  13. package/dist/accordion.css-mistica.js +10 -10
  14. package/dist/align.css-mistica.js +1 -1
  15. package/dist/autocomplete.css-mistica.js +5 -5
  16. package/dist/avatar.css-mistica.js +1 -1
  17. package/dist/badge.css-mistica.js +1 -1
  18. package/dist/box.css-mistica.js +13 -13
  19. package/dist/box.d.ts +1 -0
  20. package/dist/box.js +17 -15
  21. package/dist/boxed.css-mistica.js +24 -24
  22. package/dist/button-group.css-mistica.js +5 -5
  23. package/dist/button-layout.css-mistica.js +14 -14
  24. package/dist/button.css-mistica.js +54 -48
  25. package/dist/button.css.d.ts +5 -1
  26. package/dist/button.js +44 -44
  27. package/dist/callout.css-mistica.js +13 -13
  28. package/dist/card-internal.css-mistica.js +29 -26
  29. package/dist/card-internal.css.d.ts +2 -1
  30. package/dist/card-internal.d.ts +1 -1
  31. package/dist/card-internal.js +151 -149
  32. package/dist/carousel.css-mistica.js +32 -32
  33. package/dist/checkbox.css-mistica.js +19 -19
  34. package/dist/checkbox.js +1 -1
  35. package/dist/chip.css-mistica.js +20 -20
  36. package/dist/circle.css-mistica.js +2 -2
  37. package/dist/community/advanced-data-card.css-mistica.js +19 -19
  38. package/dist/community/blocks.css-mistica.js +3 -3
  39. package/dist/community/example-component.css-mistica.js +2 -2
  40. package/dist/counter.css-mistica.js +3 -3
  41. package/dist/cover-hero.css-mistica.js +10 -10
  42. package/dist/credit-card-number-field.css-mistica.js +3 -3
  43. package/dist/credit-card-number-field.js +16 -16
  44. package/dist/date-field.css-mistica.js +1 -1
  45. package/dist/date-field.js +1 -1
  46. package/dist/date-time-field.js +6 -6
  47. package/dist/date-time-picker.css-mistica.js +1 -1
  48. package/dist/dialog.css-mistica.js +8 -8
  49. package/dist/divider.css-mistica.js +5 -5
  50. package/dist/double-field.css-mistica.js +4 -4
  51. package/dist/drawer.css-mistica.js +18 -9
  52. package/dist/drawer.css.d.ts +3 -0
  53. package/dist/drawer.js +90 -106
  54. package/dist/empty-state-card.css-mistica.js +2 -2
  55. package/dist/empty-state.css-mistica.js +5 -5
  56. package/dist/empty-state.css.d.ts +1 -0
  57. package/dist/fade-in.css-mistica.js +1 -1
  58. package/dist/feedback.css-mistica.js +5 -2
  59. package/dist/feedback.css.d.ts +1 -0
  60. package/dist/feedback.js +34 -41
  61. package/dist/file-upload.css-mistica.js +40 -0
  62. package/dist/file-upload.css.d.ts +7 -0
  63. package/dist/file-upload.d.ts +59 -0
  64. package/dist/file-upload.js +483 -0
  65. package/dist/fixed-footer-layout.css-mistica.js +10 -10
  66. package/dist/form.css-mistica.js +2 -2
  67. package/dist/grid-layout.css-mistica.js +3 -3
  68. package/dist/grid.css-mistica.js +120 -120
  69. package/dist/header.css-mistica.js +1 -1
  70. package/dist/hero.css-mistica.js +9 -9
  71. package/dist/hero.js +51 -51
  72. package/dist/horizontal-scroll.css-mistica.js +2 -2
  73. package/dist/icon-button.css-mistica.js +61 -61
  74. package/dist/icons/icon-amex.js +45 -37
  75. package/dist/icons/icon-chevron.css-mistica.js +2 -2
  76. package/dist/icons/icon-error.css-mistica.js +1 -1
  77. package/dist/icons/icon-mastercard.js +41 -36
  78. package/dist/icons/icon-visa.js +37 -27
  79. package/dist/image.css-mistica.js +11 -11
  80. package/dist/index.d.ts +1 -0
  81. package/dist/index.js +7 -0
  82. package/dist/inline.css-mistica.js +9 -9
  83. package/dist/list.css-mistica.js +21 -21
  84. package/dist/list.d.ts +12 -2
  85. package/dist/list.js +117 -115
  86. package/dist/loading-bar.css-mistica.js +3 -3
  87. package/dist/loading-screen.css-mistica.js +7 -7
  88. package/dist/logo.css-mistica.js +5 -5
  89. package/dist/media-queries.css-mistica.js +13 -6
  90. package/dist/media-queries.css.d.ts +3 -0
  91. package/dist/menu.css-mistica.js +15 -15
  92. package/dist/month-field.js +1 -1
  93. package/dist/mosaic.css-mistica.js +1 -1
  94. package/dist/navigation-bar.css-mistica.js +42 -42
  95. package/dist/navigation-bar.d.ts +3 -1
  96. package/dist/navigation-bar.js +408 -383
  97. package/dist/navigation-breadcrumbs.css-mistica.js +3 -3
  98. package/dist/package-version.js +1 -1
  99. package/dist/pin-field.css-mistica.js +2 -2
  100. package/dist/popover.css-mistica.js +1 -1
  101. package/dist/progress-bar.css-mistica.js +7 -7
  102. package/dist/radio-button.css-mistica.js +25 -25
  103. package/dist/rating.css-mistica.js +2 -2
  104. package/dist/responsive-layout.css-mistica.js +7 -7
  105. package/dist/responsive-layout.css.d.ts +2 -1
  106. package/dist/screen-reader-only.css-mistica.js +2 -2
  107. package/dist/screen-size-context-provider.js +25 -19
  108. package/dist/screen-size-context.d.ts +2 -0
  109. package/dist/screen-size-context.js +2 -1
  110. package/dist/search-field.js +9 -9
  111. package/dist/select.css-mistica.js +23 -23
  112. package/dist/sheet-action-row.css-mistica.js +1 -1
  113. package/dist/sheet-common.css-mistica.js +10 -10
  114. package/dist/sheet-info.css-mistica.js +2 -2
  115. package/dist/skeletons.css-mistica.js +9 -9
  116. package/dist/skins/blau.js +132 -0
  117. package/dist/skins/defaults.d.ts +2 -1
  118. package/dist/skins/defaults.js +118 -0
  119. package/dist/skins/esimflag.js +132 -0
  120. package/dist/skins/movistar-new.js +134 -2
  121. package/dist/skins/movistar.js +132 -0
  122. package/dist/skins/o2-new.js +132 -0
  123. package/dist/skins/o2.js +132 -0
  124. package/dist/skins/skin-contract.css-mistica.js +702 -642
  125. package/dist/skins/skin-contract.css.d.ts +60 -0
  126. package/dist/skins/telefonica.js +132 -0
  127. package/dist/skins/tu.js +132 -0
  128. package/dist/skins/types/colors.d.ts +8 -0
  129. package/dist/skins/types/index.d.ts +30 -16
  130. package/dist/skins/vivo-new.js +132 -0
  131. package/dist/skins/vivo.js +132 -0
  132. package/dist/skip-link.css-mistica.js +2 -2
  133. package/dist/slider.css-mistica.js +21 -21
  134. package/dist/snackbar.css-mistica.js +15 -15
  135. package/dist/spinner.css-mistica.js +1 -1
  136. package/dist/sprinkles.css.d.ts +1 -1
  137. package/dist/square.css-mistica.js +2 -2
  138. package/dist/stack.css-mistica.js +5 -5
  139. package/dist/stack.d.ts +2 -1
  140. package/dist/stack.js +17 -16
  141. package/dist/stacking-group.css-mistica.js +1 -1
  142. package/dist/stepper.css-mistica.js +12 -12
  143. package/dist/switch-component.css-mistica.js +46 -46
  144. package/dist/table.css-mistica.js +9 -9
  145. package/dist/tabs.css-mistica.js +23 -23
  146. package/dist/tag.css-mistica.js +4 -4
  147. package/dist/text-field-base.css-mistica.js +25 -28
  148. package/dist/text-field-base.css.d.ts +2 -2
  149. package/dist/text-field-base.js +102 -101
  150. package/dist/text-field-components.css-mistica.js +10 -10
  151. package/dist/text-link.css-mistica.js +8 -8
  152. package/dist/text-tokens.d.ts +4 -0
  153. package/dist/text-tokens.js +62 -46
  154. package/dist/text.css-mistica.js +6 -6
  155. package/dist/theme-context-provider.js +155 -116
  156. package/dist/theme-context.css-mistica.js +1 -1
  157. package/dist/theme.d.ts +2 -1
  158. package/dist/time-field.js +4 -4
  159. package/dist/timeline.css-mistica.js +13 -13
  160. package/dist/timer.css-mistica.js +6 -6
  161. package/dist/tooltip.css-mistica.js +5 -5
  162. package/dist/touchable.css-mistica.js +5 -5
  163. package/dist/utils/aspect-ratio-support.css-mistica.js +2 -2
  164. package/dist/video.css-mistica.js +1 -1
  165. package/dist/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
  166. package/dist-es/accordion.css-mistica.js +7 -7
  167. package/dist-es/align.css-mistica.js +1 -1
  168. package/dist-es/autocomplete.css-mistica.js +2 -2
  169. package/dist-es/avatar.css-mistica.js +1 -1
  170. package/dist-es/badge.css-mistica.js +1 -1
  171. package/dist-es/box.css-mistica.js +13 -13
  172. package/dist-es/box.js +25 -23
  173. package/dist-es/boxed.css-mistica.js +23 -23
  174. package/dist-es/button-group.css-mistica.js +2 -2
  175. package/dist-es/button-layout.css-mistica.js +14 -14
  176. package/dist-es/button.css-mistica.js +39 -36
  177. package/dist-es/button.js +90 -90
  178. package/dist-es/callout.css-mistica.js +12 -12
  179. package/dist-es/card-internal.css-mistica.js +17 -17
  180. package/dist-es/card-internal.js +204 -202
  181. package/dist-es/carousel.css-mistica.js +9 -9
  182. package/dist-es/checkbox.css-mistica.js +13 -13
  183. package/dist-es/checkbox.js +1 -1
  184. package/dist-es/chip.css-mistica.js +16 -16
  185. package/dist-es/circle.css-mistica.js +2 -2
  186. package/dist-es/community/advanced-data-card.css-mistica.js +7 -7
  187. package/dist-es/community/blocks.css-mistica.js +2 -2
  188. package/dist-es/community/example-component.css-mistica.js +2 -2
  189. package/dist-es/counter.css-mistica.js +2 -2
  190. package/dist-es/cover-hero.css-mistica.js +3 -3
  191. package/dist-es/credit-card-number-field.css-mistica.js +3 -3
  192. package/dist-es/credit-card-number-field.js +19 -19
  193. package/dist-es/date-field.css-mistica.js +1 -1
  194. package/dist-es/date-field.js +1 -1
  195. package/dist-es/date-time-field.js +6 -6
  196. package/dist-es/date-time-picker.css-mistica.js +1 -1
  197. package/dist-es/dialog.css-mistica.js +5 -5
  198. package/dist-es/divider.css-mistica.js +5 -5
  199. package/dist-es/double-field.css-mistica.js +4 -4
  200. package/dist-es/drawer.css-mistica.js +2 -2
  201. package/dist-es/drawer.js +121 -137
  202. package/dist-es/empty-state-card.css-mistica.js +2 -2
  203. package/dist-es/empty-state.css-mistica.js +5 -5
  204. package/dist-es/fade-in.css-mistica.js +1 -1
  205. package/dist-es/feedback.css-mistica.js +2 -2
  206. package/dist-es/feedback.js +51 -58
  207. package/dist-es/file-upload.css-mistica.js +8 -0
  208. package/dist-es/file-upload.js +420 -0
  209. package/dist-es/fixed-footer-layout.css-mistica.js +4 -4
  210. package/dist-es/form.css-mistica.js +2 -2
  211. package/dist-es/grid-layout.css-mistica.js +3 -3
  212. package/dist-es/grid.css-mistica.js +120 -120
  213. package/dist-es/header.css-mistica.js +1 -1
  214. package/dist-es/hero.css-mistica.js +3 -3
  215. package/dist-es/hero.js +73 -73
  216. package/dist-es/horizontal-scroll.css-mistica.js +2 -2
  217. package/dist-es/icon-button.css-mistica.js +55 -55
  218. package/dist-es/icons/icon-amex.js +46 -38
  219. package/dist-es/icons/icon-chevron.css-mistica.js +2 -2
  220. package/dist-es/icons/icon-error.css-mistica.js +1 -1
  221. package/dist-es/icons/icon-mastercard.js +42 -37
  222. package/dist-es/icons/icon-visa.js +37 -27
  223. package/dist-es/image.css-mistica.js +4 -4
  224. package/dist-es/index.js +2214 -2213
  225. package/dist-es/inline.css-mistica.js +9 -9
  226. package/dist-es/list.css-mistica.js +2 -2
  227. package/dist-es/list.js +158 -156
  228. package/dist-es/loading-bar.css-mistica.js +2 -2
  229. package/dist-es/loading-screen.css-mistica.js +5 -5
  230. package/dist-es/logo.css-mistica.js +5 -5
  231. package/dist-es/media-queries.css-mistica.js +3 -2
  232. package/dist-es/menu.css-mistica.js +14 -14
  233. package/dist-es/month-field.js +1 -1
  234. package/dist-es/mosaic.css-mistica.js +1 -1
  235. package/dist-es/navigation-bar.css-mistica.js +20 -20
  236. package/dist-es/navigation-bar.js +524 -499
  237. package/dist-es/navigation-breadcrumbs.css-mistica.js +2 -2
  238. package/dist-es/package-version.js +1 -1
  239. package/dist-es/pin-field.css-mistica.js +2 -2
  240. package/dist-es/popover.css-mistica.js +1 -1
  241. package/dist-es/progress-bar.css-mistica.js +7 -7
  242. package/dist-es/radio-button.css-mistica.js +21 -21
  243. package/dist-es/rating.css-mistica.js +2 -2
  244. package/dist-es/responsive-layout.css-mistica.js +7 -7
  245. package/dist-es/screen-reader-only.css-mistica.js +2 -2
  246. package/dist-es/screen-size-context-provider.js +35 -29
  247. package/dist-es/screen-size-context.js +2 -1
  248. package/dist-es/search-field.js +13 -13
  249. package/dist-es/select.css-mistica.js +18 -18
  250. package/dist-es/sheet-action-row.css-mistica.js +1 -1
  251. package/dist-es/sheet-common.css-mistica.js +2 -2
  252. package/dist-es/sheet-info.css-mistica.js +2 -2
  253. package/dist-es/skeletons.css-mistica.js +7 -7
  254. package/dist-es/skins/blau.js +132 -0
  255. package/dist-es/skins/defaults.js +116 -1
  256. package/dist-es/skins/esimflag.js +132 -0
  257. package/dist-es/skins/movistar-new.js +134 -2
  258. package/dist-es/skins/movistar.js +132 -0
  259. package/dist-es/skins/o2-new.js +132 -0
  260. package/dist-es/skins/o2.js +134 -2
  261. package/dist-es/skins/skin-contract.css-mistica.js +702 -642
  262. package/dist-es/skins/telefonica.js +132 -0
  263. package/dist-es/skins/tu.js +132 -0
  264. package/dist-es/skins/vivo-new.js +132 -0
  265. package/dist-es/skins/vivo.js +132 -0
  266. package/dist-es/skip-link.css-mistica.js +2 -2
  267. package/dist-es/slider.css-mistica.js +19 -19
  268. package/dist-es/snackbar.css-mistica.js +5 -5
  269. package/dist-es/spinner.css-mistica.js +1 -1
  270. package/dist-es/square.css-mistica.js +2 -2
  271. package/dist-es/stack.css-mistica.js +5 -5
  272. package/dist-es/stack.js +21 -20
  273. package/dist-es/stacking-group.css-mistica.js +1 -1
  274. package/dist-es/stepper.css-mistica.js +3 -3
  275. package/dist-es/style.css +1 -1
  276. package/dist-es/switch-component.css-mistica.js +38 -38
  277. package/dist-es/table.css-mistica.js +9 -9
  278. package/dist-es/tabs.css-mistica.js +19 -19
  279. package/dist-es/tag.css-mistica.js +2 -2
  280. package/dist-es/text-field-base.css-mistica.js +16 -16
  281. package/dist-es/text-field-base.js +132 -131
  282. package/dist-es/text-field-components.css-mistica.js +4 -4
  283. package/dist-es/text-link.css-mistica.js +8 -8
  284. package/dist-es/text-tokens.js +34 -24
  285. package/dist-es/text.css-mistica.js +6 -6
  286. package/dist-es/theme-context-provider.js +198 -159
  287. package/dist-es/theme-context.css-mistica.js +1 -1
  288. package/dist-es/time-field.js +4 -4
  289. package/dist-es/timeline.css-mistica.js +10 -10
  290. package/dist-es/timer.css-mistica.js +6 -6
  291. package/dist-es/tooltip.css-mistica.js +2 -2
  292. package/dist-es/touchable.css-mistica.js +2 -2
  293. package/dist-es/utils/aspect-ratio-support.css-mistica.js +2 -2
  294. package/dist-es/video.css-mistica.js +1 -1
  295. package/dist-es/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
  296. package/package.json +2 -2
@@ -58,12 +58,12 @@ const e = {
58
58
  en: "Check the following errors:",
59
59
  de: "Prüfe folgende Fehler:",
60
60
  pt: "Confira os seguintes erros:"
61
- }, m = {
61
+ }, p = {
62
62
  es: "opcional",
63
63
  en: "optional",
64
64
  de: "optional",
65
65
  pt: "opcional"
66
- }, p = {
66
+ }, m = {
67
67
  es: "Este campo es obligatorio",
68
68
  en: "This field is required",
69
69
  de: "Das ist ein Pflichtfeld",
@@ -103,17 +103,17 @@ const e = {
103
103
  en: "The CVV is the 3 digits of the back of your card",
104
104
  de: "Der CVV-Code besteht aus den 3 Ziffern auf der Kartenrückseite",
105
105
  pt: "O CVV são os 3 dígitos do reverso de seu cartão"
106
- }, V = {
106
+ }, A = {
107
107
  es: "Si es American Express, añade los 4 dígitos del anverso",
108
108
  en: "If it's American Express, add the 4-digit number on the front of the card",
109
109
  de: "Bei American Express 4-stelligen Code auf der Rückseite hinzufügen",
110
110
  pt: "Se for American Express, adicione os 4 dígitos do anverso"
111
- }, A = {
111
+ }, L = {
112
112
  es: "Fecha no válida",
113
113
  en: "Invalid date",
114
114
  de: "Datum ungültig",
115
115
  pt: "Data inválida"
116
- }, L = {
116
+ }, V = {
117
117
  es: "No es un número de tarjeta válido",
118
118
  en: "The card number is not valid",
119
119
  de: "Kartennummer ungültig",
@@ -158,17 +158,17 @@ const e = {
158
158
  en: "Open navigation menu",
159
159
  de: "Navigationsmenü öffnen",
160
160
  pt: "Abrir menu de navegação"
161
- }, k = {
161
+ }, D = {
162
162
  es: "Cerrar menú de navegación",
163
163
  en: "Close navigation menu",
164
164
  de: "Navigationsmenü schließen",
165
165
  pt: "Fechar menu de navegação"
166
- }, I = {
166
+ }, k = {
167
167
  es: "Abrir submenú",
168
168
  en: "Open submenu",
169
169
  de: "Untermenü öffnen",
170
170
  pt: "Abrir submenu"
171
- }, D = {
171
+ }, I = {
172
172
  es: "Ver todo",
173
173
  en: "See all",
174
174
  de: "Alle anzeigen",
@@ -203,52 +203,52 @@ const e = {
203
203
  en: "Restart automatic carousel",
204
204
  de: "Automatisches Karussell neu starten",
205
205
  pt: "Reiniciar carrossel automático"
206
- }, K = {
206
+ }, H = {
207
207
  es: "Contenido siguiente",
208
208
  en: "Next slide",
209
209
  de: "Nächste Seite",
210
210
  pt: "Página seguinte"
211
- }, H = {
211
+ }, K = {
212
212
  es: "Último contenido",
213
213
  en: "Last slide",
214
214
  de: "Letzte Seite",
215
215
  pt: "Última página"
216
- }, j = {
216
+ }, q = {
217
217
  es: "Contenido anterior",
218
218
  en: "Previous slide",
219
219
  de: "Vorherige Seite",
220
220
  pt: "Página anterior"
221
- }, q = {
221
+ }, j = {
222
222
  es: "Primer contenido",
223
223
  en: "First slide",
224
224
  de: "Erste Seite",
225
225
  pt: "Primeira página"
226
- }, W = {
226
+ }, U = {
227
227
  es: "1$s de 2$s",
228
228
  en: "1$s of 2$s",
229
229
  de: "1$s von 2$s",
230
230
  pt: "1$s de 2$s"
231
- }, Z = {
231
+ }, W = {
232
232
  es: "Reproducir",
233
233
  en: "Play",
234
234
  de: "Abspielen",
235
235
  pt: "Reproduzir"
236
- }, G = {
236
+ }, Z = {
237
237
  es: "Pausar",
238
238
  en: "Pause",
239
239
  de: "Pausieren",
240
240
  pt: "Pausar"
241
- }, J = {
241
+ }, G = {
242
242
  es: "Continuar",
243
243
  en: "Continue",
244
244
  de: "Fortfahren",
245
245
  pt: "Continuar"
246
- }, Q = {
246
+ }, J = {
247
247
  es: "completo",
248
248
  en: "completed",
249
249
  de: "vollendet",
250
250
  pt: "concluído"
251
- }, U = {
251
+ }, Q = {
252
252
  es: "Paso 1$s de 2$s",
253
253
  en: "Step 1$s of 2$s",
254
254
  de: "Schritt 1$s von 2$s",
@@ -328,12 +328,12 @@ const e = {
328
328
  en: "day",
329
329
  de: "Tag",
330
330
  pt: "dia"
331
- }, me = {
331
+ }, pe = {
332
332
  es: "días",
333
333
  en: "days",
334
334
  de: "Tage",
335
335
  pt: "dias"
336
- }, pe = {
336
+ }, me = {
337
337
  es: "hora",
338
338
  en: "hour",
339
339
  de: "Stunde",
@@ -373,17 +373,17 @@ const e = {
373
373
  en: "sec",
374
374
  de: "Sek.",
375
375
  pt: "seg"
376
- }, Ve = {
376
+ }, Ae = {
377
377
  es: "Acciones",
378
378
  en: "Actions",
379
379
  de: "Aktionen",
380
380
  pt: "Ações"
381
- }, Ae = {
381
+ }, Le = {
382
382
  es: "muy malo",
383
383
  en: "very bad",
384
384
  de: "sehr schlecht",
385
385
  pt: "muito ruim"
386
- }, Le = {
386
+ }, Ve = {
387
387
  es: "malo",
388
388
  en: "bad",
389
389
  de: "schlecht",
@@ -423,5 +423,15 @@ const e = {
423
423
  en: "Skip links",
424
424
  de: "Direkt zum Inhalt",
425
425
  pt: "Acesso rápido"
426
+ }, xe = {
427
+ es: "Eliminar archivo 1$s",
428
+ en: "Delete file 1$s",
429
+ de: "Datei löschen 1$s",
430
+ pt: "Excluir arquivo 1$s"
431
+ }, De = {
432
+ es: "Archivos subidos",
433
+ en: "Files uploaded",
434
+ de: "Hochgeladene Dateien",
435
+ pt: "Arquivos enviados"
426
436
  };
427
- export { n as autocompleteEmptyCase, F as backNavigationBar, T as carouselEnableAutoplay, q as carouselFirstButton, H as carouselLastButton, K as carouselNextButton, W as carouselPageNumber, w as carouselPauseAutoplay, j as carouselPrevButton, O as carouselRegion, z as carouselReloadAutoplay, R as clearButton, B as closeButtonLabel, k as closeNavigationMenu, te as counterDecreaseLabel, ne as counterIncreaseLabel, ae as counterMaxValue, oe as counterMinValue, se as counterQuantity, ee as counterRemoveLabel, l as dialogAcceptButton, c as dialogCancelButton, o as disablePasswordVisibility, s as enablePasswordVisibility, t as expirationDatePlaceholder, h as formCreditCardCvvError, b as formCreditCardCvvLabel, V as formCreditCardCvvTooltipAmex, $ as formCreditCardCvvTooltipVisaMc, f as formCreditCardCvvTooltipVisaMcButtonClose, v as formCreditCardCvvTooltipVisaMcButtonOpen, A as formCreditCardExpirationError, C as formCreditCardExpirationLabel, L as formCreditCardNumberError, g as formCreditCardNumberLabel, S as formDateOutOfRangeError, E as formEmailError, u as formErrorsAlertMessage, p as formFieldErrorIsMandatory, m as formFieldOptionalLabelSuffix, M as formIbanError, P as formSearchClear, y as formTextMultilineMaxCount, i as linkOpensInCurrentPage, r as linkOpensInNewTab, a as loading, I as mainNavigationBarOpenSectionMenu, D as mainNavigationBarSectionSeeAll, N as menuLabelSuffix, Pe as meterSectionLabel, Be as meterTotalLabel, d as modalClose, x as openNavigationMenu, G as pauseIconButtonLabel, _ as pinFieldInputLabel, Z as playIconButtonLabel, Q as progressBarCompletedLabel, U as progressBarStepLabel, Le as ratingBadLabel, Ee as ratingGoodLabel, ye as ratingQuantitativeLabel, Se as ratingRegularLabel, Ae as ratingVeryBadLabel, Me as ratingVeryGoodLabel, e as searchFieldSuggestionsEmptyCase, J as sheetConfirmButton, Ne as skipLinkNavLabel, X as stepperCompletedStep, Y as stepperCurrentStep, Ve as tableActionsHeaderLabel, le as timerAnd, ue as timerDayLongLabel, me as timerDaysLongLabel, re as timerDaysShortLabel, fe as timerDisplayMinutesLabel, $e as timerDisplaySecondsLabel, pe as timerHourLongLabel, ge as timerHoursLongLabel, ie as timerHoursShortLabel, Ce as timerMinuteLongLabel, be as timerMinutesLongLabel, de as timerMinutesShortLabel, he as timerSecondLongLabel, ve as timerSecondsLongLabel, ce as timerSecondsShortLabel };
437
+ export { n as autocompleteEmptyCase, F as backNavigationBar, T as carouselEnableAutoplay, j as carouselFirstButton, K as carouselLastButton, H as carouselNextButton, U as carouselPageNumber, w as carouselPauseAutoplay, q as carouselPrevButton, O as carouselRegion, z as carouselReloadAutoplay, R as clearButton, B as closeButtonLabel, D as closeNavigationMenu, te as counterDecreaseLabel, ne as counterIncreaseLabel, ae as counterMaxValue, oe as counterMinValue, se as counterQuantity, ee as counterRemoveLabel, l as dialogAcceptButton, c as dialogCancelButton, o as disablePasswordVisibility, s as enablePasswordVisibility, t as expirationDatePlaceholder, De as fileUploadListLabel, xe as fileUploadRemoveFile, h as formCreditCardCvvError, b as formCreditCardCvvLabel, A as formCreditCardCvvTooltipAmex, $ as formCreditCardCvvTooltipVisaMc, f as formCreditCardCvvTooltipVisaMcButtonClose, v as formCreditCardCvvTooltipVisaMcButtonOpen, L as formCreditCardExpirationError, C as formCreditCardExpirationLabel, V as formCreditCardNumberError, g as formCreditCardNumberLabel, S as formDateOutOfRangeError, E as formEmailError, u as formErrorsAlertMessage, m as formFieldErrorIsMandatory, p as formFieldOptionalLabelSuffix, M as formIbanError, P as formSearchClear, y as formTextMultilineMaxCount, i as linkOpensInCurrentPage, r as linkOpensInNewTab, a as loading, k as mainNavigationBarOpenSectionMenu, I as mainNavigationBarSectionSeeAll, N as menuLabelSuffix, Pe as meterSectionLabel, Be as meterTotalLabel, d as modalClose, x as openNavigationMenu, Z as pauseIconButtonLabel, _ as pinFieldInputLabel, W as playIconButtonLabel, J as progressBarCompletedLabel, Q as progressBarStepLabel, Ve as ratingBadLabel, Ee as ratingGoodLabel, ye as ratingQuantitativeLabel, Se as ratingRegularLabel, Le as ratingVeryBadLabel, Me as ratingVeryGoodLabel, e as searchFieldSuggestionsEmptyCase, G as sheetConfirmButton, Ne as skipLinkNavLabel, X as stepperCompletedStep, Y as stepperCurrentStep, Ae as tableActionsHeaderLabel, le as timerAnd, ue as timerDayLongLabel, pe as timerDaysLongLabel, re as timerDaysShortLabel, fe as timerDisplayMinutesLabel, $e as timerDisplaySecondsLabel, me as timerHourLongLabel, ge as timerHoursLongLabel, ie as timerHoursShortLabel, Ce as timerMinuteLongLabel, be as timerMinutesLongLabel, de as timerMinutesShortLabel, he as timerSecondLongLabel, ve as timerSecondsLongLabel, ce as timerSecondsShortLabel };
@@ -1,8 +1,8 @@
1
1
  /* empty css */ var r = {
2
- mobileSize: "var(--v16_52_splu5g0)",
3
- desktopSize: "var(--v16_52_splu5g1)",
4
- mobileLineHeight: "var(--v16_52_splu5g2)",
5
- desktopLineHeight: "var(--v16_52_splu5g3)",
6
- lineClamp: "var(--v16_52_splu5g4)"
7
- }, _ = "v16_52_splu5g5", e = "v16_52_splu5g6", a = "v16_52_splu5g7", p = "v16_52_splu5g8", t = "v16_52_splu5g9";
2
+ mobileSize: "var(--v16_54_splu5g0)",
3
+ desktopSize: "var(--v16_54_splu5g1)",
4
+ mobileLineHeight: "var(--v16_54_splu5g2)",
5
+ desktopLineHeight: "var(--v16_54_splu5g3)",
6
+ lineClamp: "var(--v16_54_splu5g4)"
7
+ }, _ = "v16_54_splu5g5", e = "v16_54_splu5g6", a = "v16_54_splu5g7", p = "v16_54_splu5g8", t = "v16_54_splu5g9";
8
8
  export { a as text, p as truncate, t as truncateToOneLine, r as vars, _ as withWordBreak, e as withoutWordBreak };
@@ -27,223 +27,262 @@ function _object_spread(target) {
27
27
  }
28
28
  return target;
29
29
  }
30
- import { jsxs as b, Fragment as C, jsx as s } from "react/jsx-runtime";
31
- import * as l from "react";
32
- import { assignInlineVars as g } from "@vanilla-extract/dynamic";
33
- import { DialogRoot as I } from "./dialog-context.js";
34
- import F from "./screen-size-context-provider.js";
35
- import { getMisticaLinkComponent as N, dimensions as j, NAVBAR_HEIGHT_MOBILE as z } from "./theme.js";
36
- import { isInsideNovumNativeApp as L, getPlatform as _ } from "./utils/platform.js";
37
- import A from "./theme-context.js";
38
- import { useIsomorphicLayoutEffect as T } from "./hooks.js";
39
- import B from "./tab-focus.js";
40
- import G from "./modal-context-provider.js";
41
- import W from "./tooltip-context-provider.js";
42
- import { DocumentVisibilityProvider as q } from "./utils/document-visibility.js";
43
- import { AspectRatioSupportProvider as K } from "./utils/aspect-ratio-support.js";
44
- import { TrackingConfig as Q } from "./utils/analytics.js";
45
- import { vars as h } from "./skins/skin-contract.css-mistica.js";
46
- import { fromHexToRgb as J } from "./utils/color.js";
47
- import { defaultTextPresetsConfig as U, defaultThemeVariantsConfig as X, defaultBorderRadiiConfig as E } from "./skins/defaults.js";
48
- import { isClientSide as H } from "./utils/environment.js";
30
+ import { jsxs as x, Fragment as C, jsx as s } from "react/jsx-runtime";
31
+ import * as a from "react";
32
+ import { assignInlineVars as u } from "@vanilla-extract/dynamic";
33
+ import { DialogRoot as F } from "./dialog-context.js";
34
+ import N from "./screen-size-context-provider.js";
35
+ import { getMisticaLinkComponent as z, dimensions as L, NAVBAR_HEIGHT_MOBILE as A } from "./theme.js";
36
+ import { isInsideNovumNativeApp as B, getPlatform as O } from "./utils/platform.js";
37
+ import G from "./theme-context.js";
38
+ import { useIsomorphicLayoutEffect as P } from "./hooks.js";
39
+ import W from "./tab-focus.js";
40
+ import q from "./modal-context-provider.js";
41
+ import K from "./tooltip-context-provider.js";
42
+ import { DocumentVisibilityProvider as Q } from "./utils/document-visibility.js";
43
+ import { AspectRatioSupportProvider as J } from "./utils/aspect-ratio-support.js";
44
+ import { TrackingConfig as U } from "./utils/analytics.js";
45
+ import { vars as g } from "./skins/skin-contract.css-mistica.js";
46
+ import { fromHexToRgb as X } from "./utils/color.js";
47
+ import { defaultTextPresetsConfig as Y, defaultThemeVariantsConfig as Z, defaultSpacing as ee, defaultBorderRadiiConfig as R } from "./skins/defaults.js";
48
+ import { isClientSide as T } from "./utils/environment.js";
49
49
  import { PACKAGE_VERSION as S } from "./package-version.js";
50
- import { SnackbarRoot as Y } from "./snackbar-context.js";
51
- import { mapToWeight as P } from "./text.js";
52
- import { tabletOrSmaller as Z } from "./media-queries.css-mistica.js";
53
- import { themeVars as $ } from "./theme-context.css-mistica.js";
54
- import { localeToLanguage as ee } from "./utils/locale.js";
55
- if (process.env.NODE_ENV !== "production" && H()) {
50
+ import { SnackbarRoot as te } from "./snackbar-context.js";
51
+ import { mapToWeight as _ } from "./text.js";
52
+ import { tabletOrSmaller as oe } from "./media-queries.css-mistica.js";
53
+ import { themeVars as E } from "./theme-context.css-mistica.js";
54
+ import { localeToLanguage as re } from "./utils/locale.js";
55
+ if (process.env.NODE_ENV !== "production" && T()) {
56
56
  if (window.__mistica_version__ && window.__mistica_version__ !== S) throw new Error("There is more than one version of @telefonica/mistica running on the same page");
57
57
  window.__mistica_version__ = S;
58
58
  }
59
- const re = "(prefers-color-scheme: dark)", te = ()=>{
60
- const [e, c] = l.useState(!1);
61
- return T(()=>{
59
+ const ie = "(prefers-color-scheme: dark)", se = ()=>{
60
+ const [t, m] = a.useState(!1);
61
+ return P(()=>{
62
62
  if (!window.matchMedia) return;
63
- const i = window.matchMedia(re), o = ()=>{
64
- c(i.matches);
63
+ const n = window.matchMedia(ie), i = ()=>{
64
+ m(n.matches);
65
65
  };
66
- return i.addEventListener("change", o), o(), ()=>{
67
- i.removeEventListener("change", o);
66
+ return n.addEventListener("change", i), i(), ()=>{
67
+ n.removeEventListener("change", i);
68
68
  };
69
- }, []), e;
70
- }, oe = ()=>(e)=>e, se = (e)=>({
71
- headerMobileHeight: (e === null || e === void 0 ? void 0 : e.headerMobileHeight) === "mistica" ? z : e === null || e === void 0 ? void 0 : e.headerMobileHeight
72
- }), ie = ()=>{
73
- const e = l.useRef(null), [c, i] = l.useState(!1), [o, p] = l.useState(!0);
74
- return T(()=>{
75
- if (o) p(!1);
69
+ }, []), t;
70
+ }, ne = ()=>(t)=>t, ae = (t)=>({
71
+ headerMobileHeight: (t === null || t === void 0 ? void 0 : t.headerMobileHeight) === "mistica" ? A : t === null || t === void 0 ? void 0 : t.headerMobileHeight
72
+ }), le = ()=>{
73
+ const t = a.useRef(null), [m, n] = a.useState(!1), [i, p] = a.useState(!0);
74
+ return P(()=>{
75
+ if (i) p(!1);
76
76
  else {
77
- var _e_current;
78
- const n = (_e_current = e.current) === null || _e_current === void 0 ? void 0 : _e_current.parentElement;
79
- n && (n.style.isolation = "isolate", i(!0));
77
+ var _t_current;
78
+ const l = (_t_current = t.current) === null || _t_current === void 0 ? void 0 : _t_current.parentElement;
79
+ l && (l.style.isolation = "isolate", n(!0));
80
80
  }
81
81
  }, [
82
- o
83
- ]), c || !H() || o ? null : /* @__PURE__ */ s("div", {
84
- ref: e,
82
+ i
83
+ ]), m || !T() || i ? null : /* @__PURE__ */ s("div", {
84
+ ref: t,
85
85
  style: {
86
86
  display: "none"
87
87
  }
88
88
  });
89
- }, O = (e)=>Object.fromEntries(Object.entries(e).map((param)=>{
90
- let [c, i] = param;
91
- let o = "";
92
- if (i.startsWith("#")) {
93
- const [p, n, u] = J(i);
94
- o = `${p}, ${n}, ${u}`;
89
+ }, V = (t)=>Object.fromEntries(Object.entries(t).map((param)=>{
90
+ let [m, n] = param;
91
+ let i = "";
92
+ if (n.startsWith("#")) {
93
+ const [p, l, f] = X(n);
94
+ i = `${p}, ${l}, ${f}`;
95
95
  }
96
96
  return [
97
- c,
98
- o
97
+ m,
98
+ i
99
99
  ];
100
- })), Oe = (param)=>{
101
- let { theme: e, children: c, as: i, withoutStyles: o = !1 } = param;
102
- var _e_colorScheme;
103
- const p = te(), n = (_e_colorScheme = e.colorScheme) !== null && _e_colorScheme !== void 0 ? _e_colorScheme : "auto", u = e.skin.colors, f = _object_spread({}, e.skin.colors, e.skin.darkModeColors), v = n === "auto" && p || n === "dark", x = v ? f : u, w = ee(e.i18n.locale), M = l.useCallback(function(t) {
104
- for(var _len = arguments.length, a = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
105
- a[_key - 1] = arguments[_key];
100
+ })), De = (param)=>{
101
+ let { theme: t, children: m, as: n, withoutStyles: i = !1 } = param;
102
+ var _t_colorScheme;
103
+ const p = se(), l = (_t_colorScheme = t.colorScheme) !== null && _t_colorScheme !== void 0 ? _t_colorScheme : "auto", f = t.skin.colors, b = _object_spread({}, t.skin.colors, t.skin.darkModeColors), h = l === "auto" && p || l === "dark", $ = h ? b : f, M = re(t.i18n.locale), w = a.useCallback(function(o) {
104
+ for(var _len = arguments.length, r = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
105
+ r[_key - 1] = arguments[_key];
106
106
  }
107
- const r = typeof t == "string" ? t : t[w] || t.en;
108
- return a.length ? r.replace(/\d+\$s/g, (d)=>{
109
- var _a_;
110
- return String((_a_ = a[parseInt(d) - 1]) !== null && _a_ !== void 0 ? _a_ : d);
111
- }) : r;
107
+ const e = typeof o == "string" ? o : o[M] || o.en;
108
+ return r.length ? e.replace(/\d+\$s/g, (d)=>{
109
+ var _r_;
110
+ return String((_r_ = r[parseInt(d) - 1]) !== null && _r_ !== void 0 ? _r_ : d);
111
+ }) : e;
112
112
  }, [
113
- w
114
- ]), m = l.useMemo(()=>{
115
- const t = _object_spread({
116
- platform: _(),
117
- insideNovumNativeApp: L()
118
- }, e.platformOverrides), a = Object.entries(U).map((param)=>{
113
+ M
114
+ ]), c = a.useMemo(()=>{
115
+ const o = _object_spread({
116
+ platform: O(),
117
+ insideNovumNativeApp: B()
118
+ }, t.platformOverrides), r = Object.entries(Y).map((param)=>{
119
119
  let [d, k] = param;
120
- var _e_skin_textPresets;
120
+ var _t_skin_textPresets;
121
121
  return {
122
- [d]: _object_spread({}, k, (_e_skin_textPresets = e.skin.textPresets) === null || _e_skin_textPresets === void 0 ? void 0 : _e_skin_textPresets[d])
122
+ [d]: _object_spread({}, k, (_t_skin_textPresets = t.skin.textPresets) === null || _t_skin_textPresets === void 0 ? void 0 : _t_skin_textPresets[d])
123
123
  };
124
- }), r = Object.assign({}, ...a);
125
- var _e_skin_borderRadii, _e_skin_themeVariants, _e_useHrefDecorator, _e_preventCopyInFormFields;
124
+ }), e = Object.assign({}, ...r);
125
+ var _t_skin_borderRadii, _t_skin_spacing, _t_skin_themeVariants, _t_useHrefDecorator, _t_preventCopyInFormFields;
126
126
  return {
127
- skinName: e.skin.name,
128
- i18n: _object_spread({}, e.i18n),
129
- platformOverrides: t,
130
- texts: _object_spread({}, e.texts),
127
+ skinName: t.skin.name,
128
+ i18n: _object_spread({}, t.i18n),
129
+ platformOverrides: o,
130
+ texts: _object_spread({}, t.texts),
131
131
  analytics: _object_spread({
132
132
  logEvent: ()=>Promise.resolve(),
133
133
  eventFormat: "universal-analytics"
134
- }, e.analytics),
135
- colorValues: x,
136
- dimensions: _object_spread({}, j, se(e.dimensions)),
137
- borderRadii: (_e_skin_borderRadii = e.skin.borderRadii) !== null && _e_skin_borderRadii !== void 0 ? _e_skin_borderRadii : E,
138
- textPresets: r,
139
- themeVariants: (_e_skin_themeVariants = e.skin.themeVariants) !== null && _e_skin_themeVariants !== void 0 ? _e_skin_themeVariants : X,
140
- Link: N(e.Link),
141
- isDarkMode: v,
142
- isIos: _(t) === "ios",
143
- useHrefDecorator: (_e_useHrefDecorator = e.useHrefDecorator) !== null && _e_useHrefDecorator !== void 0 ? _e_useHrefDecorator : oe,
144
- t: M,
145
- preventCopyInFormFields: (_e_preventCopyInFormFields = e.preventCopyInFormFields) !== null && _e_preventCopyInFormFields !== void 0 ? _e_preventCopyInFormFields : !1
134
+ }, t.analytics),
135
+ colorValues: $,
136
+ dimensions: _object_spread({}, L, ae(t.dimensions)),
137
+ borderRadii: (_t_skin_borderRadii = t.skin.borderRadii) !== null && _t_skin_borderRadii !== void 0 ? _t_skin_borderRadii : R,
138
+ textPresets: e,
139
+ spacing: (_t_skin_spacing = t.skin.spacing) !== null && _t_skin_spacing !== void 0 ? _t_skin_spacing : ee,
140
+ themeVariants: (_t_skin_themeVariants = t.skin.themeVariants) !== null && _t_skin_themeVariants !== void 0 ? _t_skin_themeVariants : Z,
141
+ Link: z(t.Link),
142
+ isDarkMode: h,
143
+ isIos: O(o) === "ios",
144
+ useHrefDecorator: (_t_useHrefDecorator = t.useHrefDecorator) !== null && _t_useHrefDecorator !== void 0 ? _t_useHrefDecorator : ne,
145
+ t: w,
146
+ preventCopyInFormFields: (_t_preventCopyInFormFields = t.preventCopyInFormFields) !== null && _t_preventCopyInFormFields !== void 0 ? _t_preventCopyInFormFields : !1
146
147
  };
147
148
  }, [
148
- x,
149
- e,
150
- v,
151
- M
152
- ]), V = l.useMemo(()=>{
153
- const t = Object.entries(m.textPresets).map((param)=>{
154
- let [a, r] = param;
149
+ $,
150
+ t,
151
+ h,
152
+ w
153
+ ]), D = a.useMemo(()=>{
154
+ const o = Object.entries(c.textPresets).map((param)=>{
155
+ let [r, e] = param;
155
156
  return {
156
- [a]: _object_spread({}, r.weight && {
157
- weight: String(P[r.weight])
158
- }, r.size && {
159
- size: `${r.size.desktop}px`
160
- }, r.lineHeight && {
161
- lineHeight: `${r.lineHeight.desktop}px`
157
+ [r]: _object_spread({}, e.weight && {
158
+ weight: String(_[e.weight])
159
+ }, e.size && {
160
+ size: `${e.size.desktop}px`
161
+ }, e.lineHeight && {
162
+ lineHeight: `${e.lineHeight.desktop}px`
162
163
  })
163
164
  };
164
165
  });
165
- return Object.assign({}, ...t);
166
+ return Object.assign({}, ...o);
166
167
  }, [
167
- m
168
- ]), y = l.useMemo(()=>{
169
- const t = Object.entries(m.textPresets).map((param)=>{
170
- let [a, r] = param;
168
+ c
169
+ ]), H = a.useMemo(()=>{
170
+ const o = Object.entries(c.textPresets).map((param)=>{
171
+ let [r, e] = param;
171
172
  return {
172
- [a]: _object_spread({}, r.weight && {
173
- weight: String(P[r.weight])
174
- }, r.size && {
175
- size: `${r.size.mobile}px`
176
- }, r.lineHeight && {
177
- lineHeight: `${r.lineHeight.mobile}px`
173
+ [r]: _object_spread({}, e.weight && {
174
+ weight: String(_[e.weight])
175
+ }, e.size && {
176
+ size: `${e.size.mobile}px`
177
+ }, e.lineHeight && {
178
+ lineHeight: `${e.lineHeight.mobile}px`
178
179
  })
179
180
  };
180
181
  });
181
- return Object.assign({}, ...t);
182
+ return Object.assign({}, ...o);
182
183
  }, [
183
- m
184
- ]), R = (t)=>{
185
- if (o || process.env.NODE_ENV === "test" && !process.env.SSR_TEST) return null;
186
- const a = O(u), r = O(f), [d, k] = n === "auto" || n === "light" ? [
187
- u,
188
- a
189
- ] : [
184
+ c
185
+ ]), y = a.useMemo(()=>{
186
+ const o = Object.entries(c.spacing).map((param)=>{
187
+ let [r, e] = param;
188
+ return {
189
+ [r]: _object_spread({}, "top" in e && {
190
+ top: `${e.top.desktop}px`
191
+ }, "right" in e && {
192
+ right: `${e.right.desktop}px`
193
+ }, "bottom" in e && {
194
+ bottom: `${e.bottom.desktop}px`
195
+ }, "left" in e && {
196
+ left: `${e.left.desktop}px`
197
+ })
198
+ };
199
+ });
200
+ return Object.assign({}, ...o);
201
+ }, [
202
+ c
203
+ ]), I = a.useMemo(()=>{
204
+ const o = Object.entries(c.spacing).map((param)=>{
205
+ let [r, e] = param;
206
+ return {
207
+ [r]: _object_spread({}, "top" in e && {
208
+ top: `${e.top.mobile}px`
209
+ }, "right" in e && {
210
+ right: `${e.right.mobile}px`
211
+ }, "bottom" in e && {
212
+ bottom: `${e.bottom.mobile}px`
213
+ }, "left" in e && {
214
+ left: `${e.left.mobile}px`
215
+ })
216
+ };
217
+ });
218
+ return Object.assign({}, ...o);
219
+ }, [
220
+ c
221
+ ]), v = (o)=>{
222
+ if (i || process.env.NODE_ENV === "test" && !process.env.SSR_TEST) return null;
223
+ const r = V(f), e = V(b), [d, k] = l === "auto" || l === "light" ? [
190
224
  f,
191
225
  r
192
- ], D = n === "auto" ? `@media (prefers-color-scheme: dark) {
193
- ${t} {
194
- ${g(h.colors, f)};
195
- ${g(h.rawColors, r)}
226
+ ] : [
227
+ b,
228
+ e
229
+ ], j = l === "auto" ? `@media (prefers-color-scheme: dark) {
230
+ ${o} {
231
+ ${u(g.colors, b)};
232
+ ${u(g.rawColors, e)}
196
233
  }
197
234
  }` : "";
198
- var _e_skin_borderRadii;
235
+ var _t_skin_borderRadii;
199
236
  return /* @__PURE__ */ s("style", {
200
237
  children: `
201
- ${t} {
202
- ${g(h, {
238
+ ${o} {
239
+ ${u(g, {
203
240
  colors: d,
204
241
  rawColors: k,
205
- textPresets: V,
206
- borderRadii: (_e_skin_borderRadii = e.skin.borderRadii) !== null && _e_skin_borderRadii !== void 0 ? _e_skin_borderRadii : E
242
+ textPresets: D,
243
+ borderRadii: (_t_skin_borderRadii = t.skin.borderRadii) !== null && _t_skin_borderRadii !== void 0 ? _t_skin_borderRadii : R,
244
+ spacing: y
207
245
  })}
208
246
  }
209
- @media ${Z} {
210
- ${t} {
211
- ${g(h.textPresets, y)}
247
+ @media ${oe} {
248
+ ${o} {
249
+ ${u(g.textPresets, H)}
250
+ ${u(g.spacing, I)}
212
251
  }
213
252
  }
214
- ${D}
253
+ ${j}
215
254
  `
216
255
  });
217
256
  };
218
- return /* @__PURE__ */ b(C, {
257
+ return /* @__PURE__ */ x(C, {
219
258
  children: [
220
- /* @__PURE__ */ s(B, {
221
- disabled: !e.enableTabFocus,
222
- children: /* @__PURE__ */ s(G, {
223
- children: /* @__PURE__ */ s(W, {
224
- children: /* @__PURE__ */ s(A.Provider, {
225
- value: m,
226
- children: /* @__PURE__ */ s(Q, {
227
- eventFormat: m.analytics.eventFormat,
228
- children: /* @__PURE__ */ s(K, {
229
- children: /* @__PURE__ */ s(q, {
230
- children: /* @__PURE__ */ s(F, {
231
- children: /* @__PURE__ */ s(I, {
232
- children: /* @__PURE__ */ s(Y, {
233
- children: i ? /* @__PURE__ */ b(C, {
259
+ /* @__PURE__ */ s(W, {
260
+ disabled: !t.enableTabFocus,
261
+ children: /* @__PURE__ */ s(q, {
262
+ children: /* @__PURE__ */ s(K, {
263
+ children: /* @__PURE__ */ s(G.Provider, {
264
+ value: c,
265
+ children: /* @__PURE__ */ s(U, {
266
+ eventFormat: c.analytics.eventFormat,
267
+ children: /* @__PURE__ */ s(J, {
268
+ children: /* @__PURE__ */ s(Q, {
269
+ children: /* @__PURE__ */ s(N, {
270
+ children: /* @__PURE__ */ s(F, {
271
+ children: /* @__PURE__ */ s(te, {
272
+ children: n ? /* @__PURE__ */ x(C, {
234
273
  children: [
235
- R(`.${$}`),
236
- /*#__PURE__*/ l.createElement(i, {
274
+ v(`.${E}`),
275
+ /*#__PURE__*/ a.createElement(n, {
237
276
  style: {
238
277
  isolation: "isolate"
239
278
  },
240
- className: o ? void 0 : $
241
- }, c)
279
+ className: i ? void 0 : E
280
+ }, m)
242
281
  ]
243
- }) : /* @__PURE__ */ b(C, {
282
+ }) : /* @__PURE__ */ x(C, {
244
283
  children: [
245
- R(":root"),
246
- c
284
+ v(":root"),
285
+ m
247
286
  ]
248
287
  })
249
288
  })
@@ -256,8 +295,8 @@ const re = "(prefers-color-scheme: dark)", te = ()=>{
256
295
  })
257
296
  })
258
297
  }),
259
- !i && /* @__PURE__ */ s(ie, {})
298
+ !n && /* @__PURE__ */ s(le, {})
260
299
  ]
261
300
  });
262
301
  };
263
- export { Oe as default, te as useIsOsDarkModeEnabled };
302
+ export { De as default, se as useIsOsDarkModeEnabled };
@@ -1,2 +1,2 @@
1
- /* empty css */ var a = "v16_52_pa0wjc0";
1
+ /* empty css */ var a = "v16_54_pa0wjc0";
2
2
  export { a as themeVars };