@telefonica/mistica 14.37.0 → 14.39.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 (66) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/carousel.js +46 -43
  3. package/dist/chip.js +51 -34
  4. package/dist/empty-state-card.js +24 -18
  5. package/dist/image.css-mistica.js +7 -4
  6. package/dist/image.css.d.ts +1 -0
  7. package/dist/image.js +69 -58
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.js +7 -0
  10. package/dist/inline.css-mistica.js +14 -12
  11. package/dist/inline.css.d.ts +5 -1
  12. package/dist/inline.d.ts +4 -2
  13. package/dist/inline.js +31 -16
  14. package/dist/loading-bar.css-mistica.js +6 -18
  15. package/dist/loading-bar.css.d.ts +1 -4
  16. package/dist/loading-bar.js +22 -27
  17. package/dist/loading-screen.css-mistica.js +51 -0
  18. package/dist/loading-screen.css.d.ts +11 -0
  19. package/dist/loading-screen.css.ts.vanilla.css-mistica.js +11 -0
  20. package/dist/loading-screen.d.ts +28 -0
  21. package/dist/loading-screen.js +398 -0
  22. package/dist/logo.css-mistica.js +21 -5
  23. package/dist/logo.css.d.ts +7 -0
  24. package/dist/logo.d.ts +2 -2
  25. package/dist/logo.js +86 -61
  26. package/dist/navigation-bar.css-mistica.js +43 -37
  27. package/dist/navigation-bar.css.d.ts +3 -1
  28. package/dist/navigation-bar.js +165 -209
  29. package/dist/package-version.js +1 -1
  30. package/dist/tabs.css.d.ts +1 -1
  31. package/dist/vivinho-loading-animation/in-lottie.json.js +1479 -0
  32. package/dist/vivinho-loading-animation/index.d.ts +8 -0
  33. package/dist/vivinho-loading-animation/index.js +119 -0
  34. package/dist/vivinho-loading-animation/out-lottie.json.js +2143 -0
  35. package/dist/vivinho-loading-animation/pulse-lottie.json.js +2017 -0
  36. package/dist/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +20 -0
  37. package/dist/vivinho-loading-animation/vivinho-loading-animation.css.d.ts +2 -0
  38. package/dist/vivinho-loading-animation/vivinho-loading-animation.css.ts.vanilla.css-mistica.js +11 -0
  39. package/dist/vivinho-loading-animation/wave-lottie.json.js +10207 -0
  40. package/dist-es/carousel.js +46 -43
  41. package/dist-es/chip.js +78 -61
  42. package/dist-es/empty-state-card.js +41 -35
  43. package/dist-es/image.css-mistica.js +2 -2
  44. package/dist-es/image.js +86 -76
  45. package/dist-es/index.js +1782 -1781
  46. package/dist-es/inline.css-mistica.js +7 -8
  47. package/dist-es/inline.js +39 -24
  48. package/dist-es/loading-bar.css-mistica.js +2 -2
  49. package/dist-es/loading-bar.js +22 -32
  50. package/dist-es/loading-screen.css-mistica.js +7 -0
  51. package/dist-es/loading-screen.css.ts.vanilla.css-mistica.js +2 -0
  52. package/dist-es/loading-screen.js +335 -0
  53. package/dist-es/logo.css-mistica.js +7 -2
  54. package/dist-es/logo.js +110 -85
  55. package/dist-es/navigation-bar.css-mistica.js +19 -19
  56. package/dist-es/navigation-bar.js +219 -263
  57. package/dist-es/package-version.js +1 -1
  58. package/dist-es/style.css +1 -1
  59. package/dist-es/vivinho-loading-animation/in-lottie.json.js +1426 -0
  60. package/dist-es/vivinho-loading-animation/index.js +64 -0
  61. package/dist-es/vivinho-loading-animation/out-lottie.json.js +2090 -0
  62. package/dist-es/vivinho-loading-animation/pulse-lottie.json.js +1964 -0
  63. package/dist-es/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +3 -0
  64. package/dist-es/vivinho-loading-animation/vivinho-loading-animation.css.ts.vanilla.css-mistica.js +2 -0
  65. package/dist-es/vivinho-loading-animation/wave-lottie.json.js +10154 -0
  66. package/package.json +2 -1
package/dist/logo.js CHANGED
@@ -11,22 +11,22 @@ function _export(target, all) {
11
11
  }
12
12
  _export(exports, {
13
13
  BlauLogo: function() {
14
- return J;
14
+ return U;
15
15
  },
16
16
  Logo: function() {
17
- return W;
17
+ return G;
18
18
  },
19
19
  MovistarLogo: function() {
20
- return b;
20
+ return J;
21
21
  },
22
22
  O2Logo: function() {
23
- return F;
23
+ return Q;
24
24
  },
25
25
  TelefonicaLogo: function() {
26
- return G;
26
+ return R;
27
27
  },
28
28
  VivoLogo: function() {
29
- return q;
29
+ return K;
30
30
  }
31
31
  });
32
32
  const _jsxruntime = require("react/jsx-runtime");
@@ -40,6 +40,7 @@ const _blau = require("./skins/blau.js");
40
40
  const _telefonica = require("./skins/telefonica.js");
41
41
  const _dom = require("./utils/dom.js");
42
42
  const _logocssmistica = require("./logo.css-mistica.js");
43
+ const _css = require("./utils/css.js");
43
44
  function _interop_require_default(obj) {
44
45
  return obj && obj.__esModule ? obj : {
45
46
  default: obj
@@ -124,11 +125,21 @@ function _object_without_properties_loose(source, excluded) {
124
125
  }
125
126
  return target;
126
127
  }
127
- const g = (param)=>{
128
+ const i = (t)=>{
129
+ if (typeof t == "number") return {
130
+ [_logocssmistica.vars.size]: `${t}px`
131
+ };
132
+ const a = {
133
+ [_logocssmistica.vars.sizeMobile]: `${t.mobile}px`,
134
+ [_logocssmistica.vars.sizeDesktop]: `${t.desktop}px`
135
+ };
136
+ return t.tablet && (a[_logocssmistica.vars.sizeTablet] = `${t.tablet}px`), a;
137
+ }, k = (param)=>{
128
138
  let { size: t, type: a } = param;
129
- const { isDarkMode: e } = (0, _hooks.useTheme)(), { colors: V } = (0, _movistar.getMovistarSkin)(), H = (0, _themevariantcontext.useIsInverseVariant)() && !e ? V.inverse : V.brand;
139
+ const { isDarkMode: e } = (0, _hooks.useTheme)(), { colors: s } = (0, _movistar.getMovistarSkin)(), H = (0, _themevariantcontext.useIsInverseVariant)() && !e ? s.inverse : s.brand;
130
140
  return a === "vertical" ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
131
- height: t,
141
+ className: _logocssmistica.svg,
142
+ style: (0, _css.applyCssVars)(i(t)),
132
143
  viewBox: "0 0 72 72",
133
144
  fill: H,
134
145
  children: [
@@ -161,7 +172,8 @@ const g = (param)=>{
161
172
  })
162
173
  ]
163
174
  }) : a === "imagotype" ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
164
- height: t,
175
+ className: _logocssmistica.svg,
176
+ style: (0, _css.applyCssVars)(i(t)),
165
177
  viewBox: "0 0 195 72",
166
178
  fill: H,
167
179
  children: [
@@ -194,18 +206,20 @@ const g = (param)=>{
194
206
  })
195
207
  ]
196
208
  }) : /* @__PURE__ */ (0, _jsxruntime.jsx)("svg", {
197
- height: t,
209
+ className: _logocssmistica.svg,
210
+ style: (0, _css.applyCssVars)(i(t)),
198
211
  viewBox: "0 0 72 72",
199
212
  fill: H,
200
213
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
201
214
  d: "M17.2797 17.2124C14.4995 17.2572 9.36782 18.6502 7.02384 28.3781C6.00256 32.6168 5.60793 37.0347 6.4823 42.2938C7.28828 47.1441 8.71635 51.3303 9.67886 53.6376C10.0107 54.4324 10.5244 55.2617 10.9215 55.7719C12.0639 57.239 13.9651 57.1453 14.764 56.7453C15.6348 56.3098 16.6358 55.2581 16.2736 52.8561C16.0983 51.6958 15.5933 49.9981 15.3091 49.0545C14.4367 46.1588 13.2756 42.6649 13.1743 40.176C13.039 36.8468 14.3308 36.4108 15.1885 36.2193C16.6312 35.8965 17.8405 37.5063 18.9894 39.5237C20.3607 41.9314 22.7108 46.1974 24.6277 49.456C26.3582 52.3975 29.5517 55.5469 34.6804 55.3307C39.9089 55.1109 43.763 53.0837 45.7483 46.7014C47.2341 41.9267 48.2468 38.3588 49.8765 34.7048C51.7503 30.5031 54.2498 28.254 56.3547 28.9408C58.3091 29.5781 58.7969 31.5193 58.8202 34.3728C58.841 36.8968 58.5538 39.6792 58.3304 41.7234C58.2493 42.4652 58.1024 43.9576 58.1622 44.7859C58.2802 46.4146 58.9742 48.0414 60.7792 48.3018C62.7017 48.5788 64.2443 47.0174 64.8603 45.1302C65.1034 44.3864 65.3106 43.2482 65.4226 42.4405C65.9874 38.3618 66.1338 35.6206 65.8795 31.4473C65.5811 26.5676 64.6414 22.1178 63.0021 18.2667C61.4337 14.5839 58.9145 12.2236 55.6835 12.0151C52.107 11.7845 48.0026 14.1958 45.8496 18.8741C43.8648 23.1865 42.2772 27.6136 41.3141 29.873C40.3374 32.1643 38.9018 33.5764 36.6946 33.8127C33.996 34.101 31.6708 32.1103 29.9676 29.2718C28.4828 26.7977 25.5401 22.0869 23.9656 20.5039C22.4864 19.0167 20.7969 17.1558 17.2797 17.2124Z"
202
215
  })
203
216
  });
204
- }, m = (param)=>{
217
+ }, x = (param)=>{
205
218
  let { size: t, type: a } = param;
206
- const { isDarkMode: e } = (0, _hooks.useTheme)(), V = (0, _themevariantcontext.useIsInverseVariant)(), { colors: i } = (0, _vivo.getVivoSkin)(), H = V && !e ? i.inverse : i.brand;
219
+ const { isDarkMode: e } = (0, _hooks.useTheme)(), s = (0, _themevariantcontext.useIsInverseVariant)(), { colors: n } = (0, _vivo.getVivoSkin)(), H = s && !e ? n.inverse : n.brand;
207
220
  return a === "vertical" ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
208
- height: t,
221
+ className: _logocssmistica.svg,
222
+ style: (0, _css.applyCssVars)(i(t)),
209
223
  viewBox: "0 0 72 72",
210
224
  fill: H,
211
225
  children: [
@@ -229,7 +243,8 @@ const g = (param)=>{
229
243
  })
230
244
  ]
231
245
  }) : a === "imagotype" ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
232
- height: t,
246
+ className: _logocssmistica.svg,
247
+ style: (0, _css.applyCssVars)(i(t)),
233
248
  viewBox: "0 0 195 72",
234
249
  fill: H,
235
250
  children: [
@@ -253,43 +268,48 @@ const g = (param)=>{
253
268
  })
254
269
  ]
255
270
  }) : /* @__PURE__ */ (0, _jsxruntime.jsx)("svg", {
256
- height: t,
271
+ className: _logocssmistica.svg,
272
+ style: (0, _css.applyCssVars)(i(t)),
257
273
  viewBox: "0 0 72 72",
258
274
  fill: H,
259
275
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
260
276
  d: "M46.8016 17.1117C46.8016 19.2508 46.0737 22.5899 43.8127 24.9457C43.0178 25.7738 42.3281 26.2722 41.777 26.6429C40.714 27.3592 39.9446 27.8575 40.3732 29.0552C40.7938 30.2313 42.1074 29.8665 43.3494 29.574C43.7492 29.4753 51.549 27.5301 51.6472 27.5253C53.7419 27.1136 55.7661 28.4943 56.2571 30.6297C56.2594 30.6381 56.8833 33.3526 56.8891 33.3766C57.3836 35.5121 56.182 37.7017 54.137 38.3264C54.0492 38.3673 45.5261 40.5028 45.5111 40.5064C43.8924 40.9361 42.945 41.7727 42.945 43.399C42.945 44.126 43.3483 44.9157 43.8462 45.5705C43.8462 45.5705 53.1064 57.5285 53.1538 57.6212C54.4143 59.4123 54.0931 61.9101 52.4548 63.2944C52.449 63.3004 50.3694 65.0579 50.3486 65.0735C48.7137 66.459 46.3014 66.276 44.8779 64.6221C44.804 64.5571 39.0538 57.1926 38.4426 56.4114C37.8326 55.6314 37.0654 54.4421 35.999 54.4421C34.9326 54.4421 34.1689 55.6302 33.5566 56.4114C32.9477 57.1926 27.194 64.5583 27.1224 64.6221C25.6978 66.2748 23.2854 66.459 21.6494 65.0735C21.6321 65.0579 19.5501 63.3004 19.5444 63.2944C17.9084 61.9101 17.586 59.4123 18.8454 57.6212C18.8927 57.5285 28.153 45.5705 28.153 45.5705C28.6498 44.9157 29.0541 44.126 29.0541 43.399C29.0541 41.7727 28.1079 40.9361 26.4881 40.5064C26.4731 40.5028 17.9511 38.3673 17.8633 38.3264C15.8183 37.7017 14.6179 35.5121 15.1101 33.3766C15.1147 33.3526 15.7409 30.6381 15.7421 30.6297C16.2331 28.4943 18.2561 27.1124 20.352 27.5253C20.4502 27.5301 28.2489 29.4753 28.6486 29.574C29.8929 29.8665 31.2054 30.2313 31.626 29.0552C32.0546 27.8587 31.2851 27.3592 30.2234 26.6429C29.6711 26.2722 28.9814 25.775 28.1865 24.9457C25.9243 22.5887 25.1964 19.2508 25.1964 17.1117C25.1987 10.9751 30.1101 6 36.0002 6C41.8902 6 46.8016 10.9751 46.8016 17.1117Z"
261
277
  })
262
278
  });
263
- }, k = (param)=>{
279
+ }, y = (param)=>{
264
280
  let { size: t, type: a } = param;
265
- const { isDarkMode: e } = (0, _hooks.useTheme)(), V = (0, _themevariantcontext.useIsInverseVariant)(), { colors: i } = (0, _o2.getO2Skin)(), H = V && !e ? i.inverse : i.brand;
281
+ const { isDarkMode: e } = (0, _hooks.useTheme)(), s = (0, _themevariantcontext.useIsInverseVariant)(), { colors: n } = (0, _o2.getO2Skin)(), H = s && !e ? n.inverse : n.brand;
266
282
  return a === "vertical" ? /* @__PURE__ */ (0, _jsxruntime.jsx)("svg", {
267
- height: t,
283
+ className: _logocssmistica.svg,
284
+ style: (0, _css.applyCssVars)(i(t)),
268
285
  viewBox: "0 0 72 72",
269
286
  fill: H,
270
287
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
271
288
  d: "M64.6464 48.1005C65.5273 48.3194 66.3797 48.7244 67.0163 49.3673C67.555 49.8826 67.9234 50.5497 68.1381 51.2513C68.3932 52.1193 68.4578 53.0409 68.3406 53.9362C68.2286 54.7438 67.9502 55.5225 67.5851 56.2533C66.899 57.5977 65.9414 58.7894 64.9183 59.9048C63.8168 61.0986 62.6299 62.214 61.4443 63.3281C63.8331 63.3205 66.222 63.3277 68.6108 63.3243C68.7406 63.3231 68.8729 63.3164 69 63.3499V66.1656C68.9276 66.1744 68.8561 66.1841 68.7849 66.187L56.6515 66.1866V63.1532C56.9278 62.8849 57.223 62.6362 57.5061 62.3746C58.7357 61.2826 59.9476 60.1702 61.0896 58.9906C62.1882 57.8312 63.2582 56.619 64.0232 55.2197C64.3697 54.5626 64.6602 53.8473 64.655 53.0979C64.6516 52.5621 64.4529 52.0228 64.0723 51.6312C63.578 51.1099 62.8587 50.8466 62.1481 50.7611C61.1887 50.6609 60.2199 50.855 59.327 51.1913C58.6379 51.4458 57.9983 51.8056 57.3725 52.1792C57.2747 51.1712 57.173 50.1635 57.0791 49.1551C58.6163 48.4104 60.3087 47.9609 62.0261 47.8824C62.9031 47.8313 63.7918 47.895 64.6464 48.1005ZM44.5216 15.9479C46.2174 16.5777 47.8288 17.4272 49.2842 18.4844C51.7084 20.2329 53.6818 22.5547 55.0432 25.1725C56.3106 27.5865 57.064 30.2404 57.3669 32.9308C57.5113 34.2801 57.5716 35.6404 57.4945 36.9961C57.3885 39.1497 56.97 41.2895 56.2443 43.3274C55.1022 46.5373 53.168 49.4901 50.5956 51.7934C48.1348 54.0137 45.0922 55.6109 41.841 56.4164C39.4569 57.011 36.9711 57.1964 34.5189 57.0169C32.0275 56.8353 29.5623 56.2462 27.2864 55.2382C24.6566 54.0787 22.2902 52.3616 20.3927 50.2449C18.0655 47.6619 16.445 44.5002 15.6352 41.1616C15.2392 39.5413 15.0384 37.8792 15 36.2153V35.3469C15.0353 33.9564 15.1603 32.5664 15.4189 31.1973C16.0352 27.8905 17.3992 24.692 19.5312 22.0352C21.1736 19.9734 23.2664 18.2546 25.6285 17.0201C28.6633 15.4237 32.1089 14.6354 35.5471 14.5511C38.5915 14.4593 41.6699 14.8883 44.5216 15.9479ZM35.3058 20.656C34.0556 20.7554 32.817 21.0309 31.6603 21.5068C30.4359 22.0054 29.3042 22.714 28.3199 23.5799C27.0856 24.6597 26.078 25.9726 25.3009 27.397C24.1179 29.5695 23.456 31.9948 23.2715 34.442C23.1655 35.8798 23.2284 37.3286 23.4426 38.7551C23.7215 40.5808 24.2533 42.3768 25.0885 44.0369C25.797 45.4479 26.7296 46.7608 27.8988 47.8476C29.1348 49.0096 30.6453 49.8935 32.2813 50.4072C33.7802 50.8797 35.3705 51.0542 36.9413 50.9883C38.4027 50.9208 39.8611 50.6344 41.2092 50.0734C43.2433 49.2406 44.9767 47.7906 46.2355 46.037C47.8603 43.7815 48.7769 41.0966 49.1372 38.3786C49.613 34.8311 49.0941 31.1331 47.4931 27.8998C46.776 26.4703 45.8494 25.1281 44.6828 24.0085C43.4299 22.7706 41.8862 21.8075 40.1968 21.241C38.632 20.7114 36.9543 20.5386 35.3058 20.656Z"
272
289
  })
273
290
  }) : a === "imagotype" ? /* @__PURE__ */ (0, _jsxruntime.jsx)("svg", {
274
- height: t,
291
+ className: _logocssmistica.svg,
292
+ style: (0, _css.applyCssVars)(i(t)),
275
293
  viewBox: "0 0 72 72",
276
294
  fill: H,
277
295
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
278
296
  d: "M64.6464 48.1005C65.5273 48.3194 66.3797 48.7244 67.0163 49.3673C67.555 49.8826 67.9234 50.5497 68.1381 51.2513C68.3932 52.1193 68.4578 53.0409 68.3406 53.9362C68.2286 54.7438 67.9502 55.5225 67.5851 56.2533C66.899 57.5977 65.9414 58.7894 64.9183 59.9048C63.8168 61.0986 62.6299 62.214 61.4443 63.3281C63.8331 63.3205 66.222 63.3277 68.6108 63.3243C68.7406 63.3231 68.8729 63.3164 69 63.3499V66.1656C68.9276 66.1744 68.8561 66.1841 68.7849 66.187L56.6515 66.1866V63.1532C56.9278 62.8849 57.223 62.6362 57.5061 62.3746C58.7357 61.2826 59.9476 60.1702 61.0896 58.9906C62.1882 57.8312 63.2582 56.619 64.0232 55.2197C64.3697 54.5626 64.6602 53.8473 64.655 53.0979C64.6516 52.5621 64.4529 52.0228 64.0723 51.6312C63.578 51.1099 62.8587 50.8466 62.1481 50.7611C61.1887 50.6609 60.2199 50.855 59.327 51.1913C58.6379 51.4458 57.9983 51.8056 57.3725 52.1792C57.2747 51.1712 57.173 50.1635 57.0791 49.1551C58.6163 48.4104 60.3087 47.9609 62.0261 47.8824C62.9031 47.8313 63.7918 47.895 64.6464 48.1005ZM44.5216 15.9479C46.2174 16.5777 47.8288 17.4272 49.2842 18.4844C51.7084 20.2329 53.6818 22.5547 55.0432 25.1725C56.3106 27.5865 57.064 30.2404 57.3669 32.9308C57.5113 34.2801 57.5716 35.6404 57.4945 36.9961C57.3885 39.1497 56.97 41.2895 56.2443 43.3274C55.1022 46.5373 53.168 49.4901 50.5956 51.7934C48.1348 54.0137 45.0922 55.6109 41.841 56.4164C39.4569 57.011 36.9711 57.1964 34.5189 57.0169C32.0275 56.8353 29.5623 56.2462 27.2864 55.2382C24.6566 54.0787 22.2902 52.3616 20.3927 50.2449C18.0655 47.6619 16.445 44.5002 15.6352 41.1616C15.2392 39.5413 15.0384 37.8792 15 36.2153V35.3469C15.0353 33.9564 15.1603 32.5664 15.4189 31.1973C16.0352 27.8905 17.3992 24.692 19.5312 22.0352C21.1736 19.9734 23.2664 18.2546 25.6285 17.0201C28.6633 15.4237 32.1089 14.6354 35.5471 14.5511C38.5915 14.4593 41.6699 14.8883 44.5216 15.9479ZM35.3058 20.656C34.0556 20.7554 32.817 21.0309 31.6603 21.5068C30.4359 22.0054 29.3042 22.714 28.3199 23.5799C27.0856 24.6597 26.078 25.9726 25.3009 27.397C24.1179 29.5695 23.456 31.9948 23.2715 34.442C23.1655 35.8798 23.2284 37.3286 23.4426 38.7551C23.7215 40.5808 24.2533 42.3768 25.0885 44.0369C25.797 45.4479 26.7296 46.7608 27.8988 47.8476C29.1348 49.0096 30.6453 49.8935 32.2813 50.4072C33.7802 50.8797 35.3705 51.0542 36.9413 50.9883C38.4027 50.9208 39.8611 50.6344 41.2092 50.0734C43.2433 49.2406 44.9767 47.7906 46.2355 46.037C47.8603 43.7815 48.7769 41.0966 49.1372 38.3786C49.613 34.8311 49.0941 31.1331 47.4931 27.8998C46.776 26.4703 45.8494 25.1281 44.6828 24.0085C43.4299 22.7706 41.8862 21.8075 40.1968 21.241C38.632 20.7114 36.9543 20.5386 35.3058 20.656Z"
279
297
  })
280
298
  }) : /* @__PURE__ */ (0, _jsxruntime.jsx)("svg", {
281
- height: t,
299
+ className: _logocssmistica.svg,
300
+ style: (0, _css.applyCssVars)(i(t)),
282
301
  viewBox: "0 0 72 72",
283
302
  fill: H,
284
303
  children: /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
285
304
  d: "M64.6464 48.1005C65.5273 48.3194 66.3797 48.7244 67.0163 49.3673C67.555 49.8826 67.9234 50.5497 68.1381 51.2513C68.3932 52.1193 68.4578 53.0409 68.3406 53.9362C68.2286 54.7438 67.9502 55.5225 67.5851 56.2533C66.899 57.5977 65.9414 58.7894 64.9183 59.9048C63.8168 61.0986 62.6299 62.214 61.4443 63.3281C63.8331 63.3205 66.222 63.3277 68.6108 63.3243C68.7406 63.3231 68.8729 63.3164 69 63.3499V66.1656C68.9276 66.1744 68.8561 66.1841 68.7849 66.187L56.6515 66.1866V63.1532C56.9278 62.8849 57.223 62.6362 57.5061 62.3746C58.7357 61.2826 59.9476 60.1702 61.0896 58.9906C62.1882 57.8312 63.2582 56.619 64.0232 55.2197C64.3697 54.5626 64.6602 53.8473 64.655 53.0979C64.6516 52.5621 64.4529 52.0228 64.0723 51.6312C63.578 51.1099 62.8587 50.8466 62.1481 50.7611C61.1887 50.6609 60.2199 50.855 59.327 51.1913C58.6379 51.4458 57.9983 51.8056 57.3725 52.1792C57.2747 51.1712 57.173 50.1635 57.0791 49.1551C58.6163 48.4104 60.3087 47.9609 62.0261 47.8824C62.9031 47.8313 63.7918 47.895 64.6464 48.1005ZM44.5216 15.9479C46.2174 16.5777 47.8288 17.4272 49.2842 18.4844C51.7084 20.2329 53.6818 22.5547 55.0432 25.1725C56.3106 27.5865 57.064 30.2404 57.3669 32.9308C57.5113 34.2801 57.5716 35.6404 57.4945 36.9961C57.3885 39.1497 56.97 41.2895 56.2443 43.3274C55.1022 46.5373 53.168 49.4901 50.5956 51.7934C48.1348 54.0137 45.0922 55.6109 41.841 56.4164C39.4569 57.011 36.9711 57.1964 34.5189 57.0169C32.0275 56.8353 29.5623 56.2462 27.2864 55.2382C24.6566 54.0787 22.2902 52.3616 20.3927 50.2449C18.0655 47.6619 16.445 44.5002 15.6352 41.1616C15.2392 39.5413 15.0384 37.8792 15 36.2153V35.3469C15.0353 33.9564 15.1603 32.5664 15.4189 31.1973C16.0352 27.8905 17.3992 24.692 19.5312 22.0352C21.1736 19.9734 23.2664 18.2546 25.6285 17.0201C28.6633 15.4237 32.1089 14.6354 35.5471 14.5511C38.5915 14.4593 41.6699 14.8883 44.5216 15.9479ZM35.3058 20.656C34.0556 20.7554 32.817 21.0309 31.6603 21.5068C30.4359 22.0054 29.3042 22.714 28.3199 23.5799C27.0856 24.6597 26.078 25.9726 25.3009 27.397C24.1179 29.5695 23.456 31.9948 23.2715 34.442C23.1655 35.8798 23.2284 37.3286 23.4426 38.7551C23.7215 40.5808 24.2533 42.3768 25.0885 44.0369C25.797 45.4479 26.7296 46.7608 27.8988 47.8476C29.1348 49.0096 30.6453 49.8935 32.2813 50.4072C33.7802 50.8797 35.3705 51.0542 36.9413 50.9883C38.4027 50.9208 39.8611 50.6344 41.2092 50.0734C43.2433 49.2406 44.9767 47.7906 46.2355 46.037C47.8603 43.7815 48.7769 41.0966 49.1372 38.3786C49.613 34.8311 49.0941 31.1331 47.4931 27.8998C46.776 26.4703 45.8494 25.1281 44.6828 24.0085C43.4299 22.7706 41.8862 21.8075 40.1968 21.241C38.632 20.7114 36.9543 20.5386 35.3058 20.656Z"
286
305
  })
287
306
  });
288
- }, u = (param)=>{
307
+ }, w = (param)=>{
289
308
  let { size: t, type: a } = param;
290
- const { isDarkMode: e } = (0, _hooks.useTheme)(), V = (0, _themevariantcontext.useIsInverseVariant)(), { colors: i } = (0, _telefonica.getTelefonicaSkin)(), H = V && !e ? i.inverse : i.brand;
309
+ const { isDarkMode: e } = (0, _hooks.useTheme)(), s = (0, _themevariantcontext.useIsInverseVariant)(), { colors: n } = (0, _telefonica.getTelefonicaSkin)(), H = s && !e ? n.inverse : n.brand;
291
310
  return a === "vertical" ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
292
- height: t,
311
+ className: _logocssmistica.svg,
312
+ style: (0, _css.applyCssVars)(i(t)),
293
313
  viewBox: "0 0 73 72",
294
314
  fill: H,
295
315
  children: [
@@ -346,7 +366,8 @@ const g = (param)=>{
346
366
  })
347
367
  ]
348
368
  }) : a === "imagotype" ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
349
- height: t,
369
+ className: _logocssmistica.svg,
370
+ style: (0, _css.applyCssVars)(i(t)),
350
371
  viewBox: "0 0 195 72",
351
372
  fill: H,
352
373
  children: [
@@ -403,7 +424,8 @@ const g = (param)=>{
403
424
  })
404
425
  ]
405
426
  }) : /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
406
- height: t,
427
+ className: _logocssmistica.svg,
428
+ style: (0, _css.applyCssVars)(i(t)),
407
429
  viewBox: "0 0 72 72",
408
430
  fill: H,
409
431
  children: [
@@ -460,30 +482,32 @@ const g = (param)=>{
460
482
  })
461
483
  ]
462
484
  });
463
- }, w = (param)=>{
485
+ }, B = (param)=>{
464
486
  let { size: t, type: a } = param;
465
- const { isDarkMode: e } = (0, _hooks.useTheme)(), V = (0, _themevariantcontext.useIsInverseVariant)(), { colors: i } = (0, _blau.getBlauSkin)(), H = V && !e ? i.inverse : i.brand, s = V && !e ? i.inverse : i.promo;
487
+ const { isDarkMode: e } = (0, _hooks.useTheme)(), s = (0, _themevariantcontext.useIsInverseVariant)(), { colors: n } = (0, _blau.getBlauSkin)(), H = s && !e ? n.inverse : n.brand, o = s && !e ? n.inverse : n.promo;
466
488
  return a === "vertical" ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
467
- height: t,
489
+ className: _logocssmistica.svg,
490
+ style: (0, _css.applyCssVars)(i(t)),
468
491
  viewBox: "0 0 73 72",
469
492
  fill: H,
470
493
  children: [
471
494
  /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
472
495
  d: "M56.42 52.2003H18.2V63.0003H56.42V52.2003Z",
473
- fill: s
496
+ fill: o
474
497
  }),
475
498
  /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
476
499
  d: "M38.8069 36.431H35.0651V31.658H38.8069C40.7615 31.658 41.5432 32.865 41.5432 34.0171C41.5432 35.2789 40.7615 36.431 38.8069 36.431ZM35.121 19.0948H37.9132C40.6496 19.0948 40.4821 23.0447 37.9132 23.0447H35.121V19.0948ZM49.6963 26.2267C52.7119 25.1844 54.3312 22.3864 54.3871 19.369C54.5546 13.7182 50.0316 9 44.3355 9H18.2V19.0398H21.8859V36.7602H18.2V46.8H44.2237C50.925 46.8 56.1188 42.3013 56.3981 35.8276C56.6773 30.89 54.2756 27.9275 49.6963 26.2267Z"
477
500
  })
478
501
  ]
479
502
  }) : a === "imagotype" ? /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
480
- height: t,
503
+ className: _logocssmistica.svg,
504
+ style: (0, _css.applyCssVars)(i(t)),
481
505
  viewBox: "0 0 138 72",
482
506
  fill: H,
483
507
  children: [
484
508
  /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
485
509
  d: "M135.557 54.5729H6.16162V65.184H135.557V54.5729Z",
486
- fill: s
510
+ fill: o
487
511
  }),
488
512
  /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
489
513
  d: "M37.7269 25.9921C42.1878 27.7129 44.5575 30.6343 44.2869 35.6127C44.0163 42.0913 38.9696 46.5732 32.3623 46.5732H6.83155V36.5296H10.4229V18.8042H6.83155V8.75793H32.47C38.0579 8.75793 42.5215 13.5131 42.3507 19.1299C42.2929 22.1512 40.6877 24.9701 37.7269 25.9921ZM26.1359 17.9477H22.7942V23.2703H26.1359C29.4277 23.2703 29.6484 17.9477 26.1359 17.9477ZM30.3393 34.0259C30.3393 32.4812 29.3437 30.9443 27.0449 30.9443H22.7915V37.1076H27.0423C29.2806 37.1102 30.3393 35.5917 30.3393 34.0259Z"
@@ -499,53 +523,54 @@ const g = (param)=>{
499
523
  })
500
524
  ]
501
525
  }) : /* @__PURE__ */ (0, _jsxruntime.jsxs)("svg", {
502
- height: t,
526
+ className: _logocssmistica.svg,
527
+ style: (0, _css.applyCssVars)(i(t)),
503
528
  viewBox: "0 0 72 72",
504
529
  fill: H,
505
530
  children: [
506
531
  /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
507
532
  d: "M55.8 52.2003H18V63.0003H55.8V52.2003Z",
508
- fill: s
533
+ fill: o
509
534
  }),
510
535
  /* @__PURE__ */ (0, _jsxruntime.jsx)("path", {
511
536
  d: "M38.3805 36.431H34.6798V31.658H38.3805C40.3136 31.658 41.0868 32.865 41.0868 34.0171C41.0868 35.2789 40.3136 36.431 38.3805 36.431ZM34.7351 19.0948H37.4966C40.2029 19.0948 40.0373 23.0447 37.4966 23.0447H34.7351V19.0948ZM49.1503 26.2267C52.1327 25.1844 53.7342 22.3864 53.7895 19.369C53.9552 13.7182 49.4819 9 43.8483 9H18V19.0398H21.6454V36.7602H18V46.8H43.7377C50.3654 46.8 55.5022 42.3013 55.7784 35.8276C56.0545 30.89 53.6792 27.9275 49.1503 26.2267Z"
512
537
  })
513
538
  ]
514
539
  });
515
- }, h = (param)=>{
540
+ }, Z = (param)=>{
516
541
  let { size: t = 48, skinName: a, type: e = "isotype" } = param;
517
542
  switch(a){
518
543
  case "Movistar":
519
- return /* @__PURE__ */ (0, _jsxruntime.jsx)(g, {
544
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)(k, {
520
545
  size: t,
521
546
  type: e
522
547
  });
523
548
  case "Vivo":
524
549
  case "Vivo-new":
525
- return /* @__PURE__ */ (0, _jsxruntime.jsx)(m, {
550
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)(x, {
526
551
  size: t,
527
552
  type: e
528
553
  });
529
554
  case "O2":
530
555
  case "O2-classic":
531
- return /* @__PURE__ */ (0, _jsxruntime.jsx)(k, {
556
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)(y, {
532
557
  size: t,
533
558
  type: e
534
559
  });
535
560
  case "Telefonica":
536
- return /* @__PURE__ */ (0, _jsxruntime.jsx)(u, {
561
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)(w, {
537
562
  size: t,
538
563
  type: e
539
564
  });
540
565
  case "Blau":
541
- return /* @__PURE__ */ (0, _jsxruntime.jsx)(w, {
566
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)(B, {
542
567
  size: t,
543
568
  type: e
544
569
  });
545
570
  default:
546
571
  return null;
547
572
  }
548
- }, d = (t)=>{
573
+ }, l = (t)=>{
549
574
  const a = (0, _dom.getPrefixedDataAttributes)(t.dataAttributes, "Logo");
550
575
  return t.to ? /* @__PURE__ */ (0, _jsxruntime.jsx)(_touchable.default, {
551
576
  trackingEvent: t.trackingEvent,
@@ -577,74 +602,74 @@ const g = (param)=>{
577
602
  }, a), {
578
603
  children: t.children
579
604
  }));
580
- }, W = (_param)=>{
605
+ }, G = (_param)=>{
581
606
  var { size: t, type: a = "isotype" } = _param, e = _object_without_properties(_param, [
582
607
  "size",
583
608
  "type"
584
609
  ]);
585
- const { skinName: V } = (0, _hooks.useTheme)();
586
- return /* @__PURE__ */ (0, _jsxruntime.jsx)(d, _object_spread_props(_object_spread({}, e), {
587
- children: /* @__PURE__ */ (0, _jsxruntime.jsx)(h, {
588
- skinName: V,
610
+ const { skinName: s } = (0, _hooks.useTheme)();
611
+ return /* @__PURE__ */ (0, _jsxruntime.jsx)(l, _object_spread_props(_object_spread({}, e), {
612
+ children: /* @__PURE__ */ (0, _jsxruntime.jsx)(Z, {
613
+ skinName: s,
589
614
  type: a,
590
615
  size: t
591
616
  })
592
617
  }));
593
- }, b = (_param)=>/* @__PURE__ */ {
618
+ }, J = (_param)=>/* @__PURE__ */ {
594
619
  var { type: t = "isotype", size: a } = _param, e = _object_without_properties(_param, [
595
620
  "type",
596
621
  "size"
597
622
  ]);
598
- return (0, _jsxruntime.jsx)(d, _object_spread_props(_object_spread({}, e), {
599
- children: /* @__PURE__ */ (0, _jsxruntime.jsx)(h, {
623
+ return (0, _jsxruntime.jsx)(l, _object_spread_props(_object_spread({}, e), {
624
+ children: /* @__PURE__ */ (0, _jsxruntime.jsx)(Z, {
600
625
  skinName: "Movistar",
601
626
  type: t,
602
627
  size: a
603
628
  })
604
629
  }));
605
- }, q = (_param)=>/* @__PURE__ */ {
630
+ }, K = (_param)=>/* @__PURE__ */ {
606
631
  var { size: t, type: a = "isotype" } = _param, e = _object_without_properties(_param, [
607
632
  "size",
608
633
  "type"
609
634
  ]);
610
- return (0, _jsxruntime.jsx)(d, _object_spread_props(_object_spread({}, e), {
611
- children: /* @__PURE__ */ (0, _jsxruntime.jsx)(h, {
635
+ return (0, _jsxruntime.jsx)(l, _object_spread_props(_object_spread({}, e), {
636
+ children: /* @__PURE__ */ (0, _jsxruntime.jsx)(Z, {
612
637
  skinName: "Vivo",
613
638
  type: a,
614
639
  size: t
615
640
  })
616
641
  }));
617
- }, F = (_param)=>/* @__PURE__ */ {
642
+ }, Q = (_param)=>/* @__PURE__ */ {
618
643
  var { size: t, type: a = "isotype" } = _param, e = _object_without_properties(_param, [
619
644
  "size",
620
645
  "type"
621
646
  ]);
622
- return (0, _jsxruntime.jsx)(d, _object_spread_props(_object_spread({}, e), {
623
- children: /* @__PURE__ */ (0, _jsxruntime.jsx)(h, {
647
+ return (0, _jsxruntime.jsx)(l, _object_spread_props(_object_spread({}, e), {
648
+ children: /* @__PURE__ */ (0, _jsxruntime.jsx)(Z, {
624
649
  skinName: "O2",
625
650
  type: a,
626
651
  size: t
627
652
  })
628
653
  }));
629
- }, G = (_param)=>/* @__PURE__ */ {
654
+ }, R = (_param)=>/* @__PURE__ */ {
630
655
  var { size: t, type: a = "isotype" } = _param, e = _object_without_properties(_param, [
631
656
  "size",
632
657
  "type"
633
658
  ]);
634
- return (0, _jsxruntime.jsx)(d, _object_spread_props(_object_spread({}, e), {
635
- children: /* @__PURE__ */ (0, _jsxruntime.jsx)(h, {
659
+ return (0, _jsxruntime.jsx)(l, _object_spread_props(_object_spread({}, e), {
660
+ children: /* @__PURE__ */ (0, _jsxruntime.jsx)(Z, {
636
661
  skinName: "Telefonica",
637
662
  type: a,
638
663
  size: t
639
664
  })
640
665
  }));
641
- }, J = (_param)=>/* @__PURE__ */ {
666
+ }, U = (_param)=>/* @__PURE__ */ {
642
667
  var { size: t, type: a = "isotype" } = _param, e = _object_without_properties(_param, [
643
668
  "size",
644
669
  "type"
645
670
  ]);
646
- return (0, _jsxruntime.jsx)(d, _object_spread_props(_object_spread({}, e), {
647
- children: /* @__PURE__ */ (0, _jsxruntime.jsx)(h, {
671
+ return (0, _jsxruntime.jsx)(l, _object_spread_props(_object_spread({}, e), {
672
+ children: /* @__PURE__ */ (0, _jsxruntime.jsx)(Z, {
648
673
  skinName: "Blau",
649
674
  type: a,
650
675
  size: t
@@ -15,80 +15,86 @@ _export(exports, {
15
15
  burgerMenu: function() {
16
16
  return _;
17
17
  },
18
+ burgerMenuButton: function() {
19
+ return r;
20
+ },
18
21
  burgerMenuTransition: function() {
19
22
  return e;
20
23
  },
21
- iconButtonVariants: function() {
24
+ desktopOnly: function() {
22
25
  return d;
23
26
  },
27
+ iconButtonVariants: function() {
28
+ return a;
29
+ },
24
30
  iconCloseHidden: function() {
25
- return f;
31
+ return c;
26
32
  },
27
33
  iconCloseOpen: function() {
28
- return r;
34
+ return z;
29
35
  },
30
36
  iconMenuHidden: function() {
31
- return c;
37
+ return f;
32
38
  },
33
39
  iconMenuOpen: function() {
34
- return a;
40
+ return t;
35
41
  },
36
42
  lineHeightFix: function() {
37
- return z;
43
+ return i;
38
44
  },
39
45
  logoContainer: function() {
40
- return t;
46
+ return g;
47
+ },
48
+ mainNavbarContent: function() {
49
+ return o;
41
50
  },
42
51
  navbarBorderColorVariants: function() {
43
- return i;
52
+ return u;
44
53
  },
45
54
  navigationBarContent: function() {
46
- return o;
55
+ return s;
47
56
  },
48
57
  navigationBarContentRight: function() {
49
- return g;
58
+ return b;
50
59
  },
51
60
  section: function() {
52
- return s;
61
+ return p;
53
62
  },
54
63
  selectedSectionVariantes: function() {
55
- return u;
64
+ return h;
56
65
  },
57
66
  spacer: function() {
58
- return h;
67
+ return l;
59
68
  },
60
69
  spacerLarge: function() {
61
- return p;
70
+ return C;
62
71
  },
63
72
  textWrapperVariants: function() {
64
- return l;
65
- },
66
- topFixed: function() {
67
73
  return x;
68
74
  },
69
- topFixedBottomRow: function() {
70
- return b;
75
+ topFixed: function() {
76
+ return k;
71
77
  }
72
78
  });
73
79
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
74
80
  require("./navigation-bar.css.ts.vanilla.css-mistica.js");
75
- var y = "_1vcy5dz1 _1y2v1nfga _1y2v1nfhc _1y2v1nfhs", _ = "_1vcy5dz10 _1y2v1nfgc _1y2v1nfjy _1y2v1nfk2 _1y2v1nfkh _1y2v1nf35", e = {
76
- entering: "_1vcy5dzt",
77
- entered: "_1vcy5dzu",
78
- exiting: "_1vcy5dzv",
79
- exited: "_1vcy5dzw",
80
- unmounted: "_1vcy5dzx"
81
- }, d = {
82
- default: "_1vcy5dz13 _1y2v1nf1r",
83
- inverse: "_1vcy5dz14 _1y2v1nf1q"
84
- }, f = "_1vcy5dz5 _1vcy5dz3 _1y2v1nfgb", r = "_1vcy5dz4 _1vcy5dz3 _1y2v1nfgb", c = "_1vcy5dz7 _1vcy5dz3 _1y2v1nfgb", a = "_1vcy5dz6 _1vcy5dz3 _1y2v1nfgb", z = "_1vcy5dz15", t = "_1y2v1nfgg _1y2v1nfgp", i = {
85
- default: "_1vcy5dze _1vcy5dzd _1y2v1nf6o _1y2v1nf7x _1y2v1nfgg _1y2v1nfgv _1y2v1nfh3 _1y2v1nfhz",
86
- noBorder: "_1vcy5dzf _1vcy5dzd _1y2v1nf6o _1y2v1nf7x _1y2v1nfgg _1y2v1nfgv _1y2v1nfh3 _1y2v1nfhz",
87
- menuOpen: "_1vcy5dzg _1vcy5dzd _1y2v1nf6o _1y2v1nf7x _1y2v1nfgg _1y2v1nfgv _1y2v1nfh3 _1y2v1nfhz"
88
- }, o = "_1vcy5dzn", g = "_1vcy5dzo", s = "_1vcy5dzi _1y2v1nf90 _1y2v1nfa9 _1y2v1nfhz _1y2v1nfgg _1y2v1nfgv _1y2v1nfiy _1y2v1nf68", u = {
81
+ var y = "_1vcy5dz1 _1y2v1nfga _1y2v1nfhc _1y2v1nfhs", _ = "_1vcy5dz12 _1y2v1nfgc _1y2v1nfjy _1y2v1nfk2 _1y2v1nfkh _1y2v1nf35", r = "_1vcy5dz10", e = {
82
+ entering: "_1vcy5dzs",
83
+ entered: "_1vcy5dzt",
84
+ exiting: "_1vcy5dzu",
85
+ exited: "_1vcy5dzv",
86
+ unmounted: "_1vcy5dzw"
87
+ }, d = "_1vcy5dzm", a = {
88
+ default: "_1vcy5dz15 _1y2v1nf1r",
89
+ inverse: "_1vcy5dz16 _1y2v1nf1q"
90
+ }, c = "_1vcy5dz5 _1vcy5dz3 _1y2v1nfgb", z = "_1vcy5dz4 _1vcy5dz3 _1y2v1nfgb", f = "_1vcy5dz7 _1vcy5dz3 _1y2v1nfgb", t = "_1vcy5dz6 _1vcy5dz3 _1y2v1nfgb", i = "_1vcy5dz17", g = "_1vcy5dzz _1y2v1nfgg _1y2v1nfgp", o = "_1vcy5dzx", u = {
91
+ default: "_1vcy5dzc _1vcy5dzb _1y2v1nfgg _1y2v1nfgv _1y2v1nfh3",
92
+ noBorder: "_1vcy5dzd _1vcy5dzb _1y2v1nfgg _1y2v1nfgv _1y2v1nfh3",
93
+ menuOpen: "_1vcy5dze _1vcy5dzb _1y2v1nfgg _1y2v1nfgv _1y2v1nfh3"
94
+ }, s = "_1vcy5dzl", b = "_1vcy5dzn", p = "_1vcy5dzg _1y2v1nf90 _1y2v1nfa9 _1y2v1nfhz _1y2v1nfgg _1y2v1nfgv _1y2v1nfiy _1y2v1nf68", h = {
95
+ default: "_1vcy5dzh",
96
+ inverse: "_1vcy5dzi"
97
+ }, l = "_1y2v1nfhz _1vcy5dzo", C = "_1vcy5dzr _1vcy5dzo", x = {
89
98
  default: "_1vcy5dzj",
90
99
  inverse: "_1vcy5dzk"
91
- }, h = "_1y2v1nfhz _1vcy5dzp", p = "_1vcy5dzs _1vcy5dzp", l = {
92
- default: "_1vcy5dzl",
93
- inverse: "_1vcy5dzm"
94
- }, x = "_1vcy5dz9 _1y2v1nfgc _1y2v1nfjn _1y2v1nfk2 _1y2v1nfkh", b = "_1vcy5dzb _1y2v1nfgc _1y2v1nfk1 _1y2v1nfk2 _1y2v1nfkh";
100
+ }, k = "_1vcy5dz9 _1y2v1nfgc _1y2v1nfjn _1y2v1nfk2 _1y2v1nfkh";
@@ -4,17 +4,19 @@ export declare const iconCloseHidden: string;
4
4
  export declare const iconMenuOpen: string;
5
5
  export declare const iconMenuHidden: string;
6
6
  export declare const topFixed: string;
7
- export declare const topFixedBottomRow: string;
8
7
  export declare const navbarBorderColorVariants: Record<"default" | "noBorder" | "menuOpen", string>;
9
8
  export declare const section: string;
10
9
  export declare const selectedSectionVariantes: Record<"inverse" | "default", string>;
11
10
  export declare const textWrapperVariants: Record<"inverse" | "default", string>;
12
11
  export declare const navigationBarContent: string;
12
+ export declare const desktopOnly: string;
13
13
  export declare const navigationBarContentRight: string;
14
14
  export declare const spacer: string;
15
15
  export declare const spacerLarge: string;
16
16
  export declare const burgerMenuTransition: Record<"entering" | "entered" | "exiting" | "exited" | "unmounted", string>;
17
+ export declare const mainNavbarContent: string;
17
18
  export declare const logoContainer: string;
19
+ export declare const burgerMenuButton: string;
18
20
  export declare const burgerMenu: string;
19
21
  export declare const iconButtonVariants: Record<"inverse" | "default", string>;
20
22
  export declare const lineHeightFix: string;