@telefonica/mistica 16.36.1 → 16.37.1

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 (333) hide show
  1. package/css/blau.css +96 -24
  2. package/css/esimflag.css +93 -21
  3. package/css/mistica-common.css +9 -4
  4. package/css/mistica.css +1 -1
  5. package/css/movistar.css +101 -29
  6. package/css/o2-new.css +99 -28
  7. package/css/o2.css +93 -21
  8. package/css/telefonica.css +96 -24
  9. package/css/tu.css +96 -24
  10. package/css/vivo-new.css +96 -24
  11. package/css/vivo.css +96 -24
  12. package/dist/accordion.css-mistica.js +10 -10
  13. package/dist/align.css-mistica.js +1 -1
  14. package/dist/avatar.css-mistica.js +2 -2
  15. package/dist/badge.css-mistica.js +2 -2
  16. package/dist/box.css-mistica.js +13 -13
  17. package/dist/box.js +5 -5
  18. package/dist/boxed.css-mistica.js +24 -24
  19. package/dist/boxed.d.ts +2 -1
  20. package/dist/boxed.js +10 -9
  21. package/dist/button-group.css-mistica.js +4 -4
  22. package/dist/button-group.js +2 -2
  23. package/dist/button-layout.css-mistica.js +18 -18
  24. package/dist/button.css-mistica.js +35 -35
  25. package/dist/callout.css-mistica.js +5 -5
  26. package/dist/card-cover.d.ts +126 -0
  27. package/dist/card-cover.js +185 -0
  28. package/dist/card-data.d.ts +63 -0
  29. package/dist/card-data.js +171 -0
  30. package/dist/card-internal.css-mistica.js +78 -0
  31. package/dist/card-internal.css.d.ts +17 -0
  32. package/dist/card-internal.d.ts +166 -0
  33. package/dist/card-internal.js +1063 -0
  34. package/dist/card-media.d.ts +78 -0
  35. package/dist/card-media.js +163 -0
  36. package/dist/card-naked.d.ts +11 -0
  37. package/dist/card-naked.js +154 -0
  38. package/dist/carousel.css-mistica.js +25 -25
  39. package/dist/checkbox.css-mistica.js +9 -9
  40. package/dist/checkbox.js +2 -2
  41. package/dist/chip.css-mistica.js +15 -15
  42. package/dist/circle.css-mistica.js +1 -1
  43. package/dist/community/advanced-data-card.css-mistica.js +24 -24
  44. package/dist/community/advanced-data-card.d.ts +1 -1
  45. package/dist/community/advanced-data-card.js +7 -7
  46. package/dist/community/blocks.css-mistica.js +1 -1
  47. package/dist/community/example-component.css-mistica.js +1 -1
  48. package/dist/counter.css-mistica.js +9 -9
  49. package/dist/counter.js +8 -8
  50. package/dist/cover-hero-media.js +9 -9
  51. package/dist/cover-hero.css-mistica.js +15 -15
  52. package/dist/credit-card-number-field.css-mistica.js +3 -3
  53. package/dist/date-field.css-mistica.js +1 -1
  54. package/dist/date-time-picker.css-mistica.js +1 -1
  55. package/dist/dialog.css-mistica.js +12 -12
  56. package/dist/dialog.js +14 -14
  57. package/dist/divider.css-mistica.js +2 -2
  58. package/dist/double-field.css-mistica.js +4 -4
  59. package/dist/drawer.css-mistica.js +2 -2
  60. package/dist/empty-state-card.css-mistica.js +1 -1
  61. package/dist/empty-state.css-mistica.js +6 -6
  62. package/dist/fade-in.css-mistica.js +1 -1
  63. package/dist/feedback.css-mistica.js +4 -4
  64. package/dist/fixed-footer-layout.css-mistica.js +10 -10
  65. package/dist/fixed-footer-layout.js +5 -5
  66. package/dist/form.css-mistica.js +1 -1
  67. package/dist/form.js +5 -5
  68. package/dist/grid-layout.css-mistica.js +3 -3
  69. package/dist/grid.css-mistica.js +122 -122
  70. package/dist/header.css-mistica.js +3 -3
  71. package/dist/hero.css-mistica.js +6 -6
  72. package/dist/hooks.d.ts +4 -0
  73. package/dist/hooks.js +94 -83
  74. package/dist/horizontal-scroll.css-mistica.js +1 -1
  75. package/dist/horizontal-scroll.js +2 -2
  76. package/dist/icon-button.css-mistica.js +47 -47
  77. package/dist/icon-button.js +3 -3
  78. package/dist/icons/icon-chevron.css-mistica.js +2 -2
  79. package/dist/icons/icon-error.css-mistica.js +1 -1
  80. package/dist/image.css-mistica.js +5 -5
  81. package/dist/image.d.ts +2 -0
  82. package/dist/image.js +24 -20
  83. package/dist/index.d.ts +18 -3
  84. package/dist/index.js +28 -13
  85. package/dist/inline.css-mistica.js +10 -10
  86. package/dist/list.css-mistica.js +30 -15
  87. package/dist/list.css.d.ts +5 -0
  88. package/dist/list.d.ts +16 -1
  89. package/dist/list.js +158 -99
  90. package/dist/loading-bar.css-mistica.js +1 -1
  91. package/dist/loading-bar.js +2 -2
  92. package/dist/loading-screen.css-mistica.js +9 -9
  93. package/dist/loading-screen.js +3 -3
  94. package/dist/logo.css-mistica.js +5 -5
  95. package/dist/menu.css-mistica.js +14 -14
  96. package/dist/menu.js +7 -7
  97. package/dist/mosaic.css-mistica.js +1 -1
  98. package/dist/navigation-bar.css-mistica.js +32 -32
  99. package/dist/navigation-breadcrumbs.css-mistica.js +3 -3
  100. package/dist/package-version.js +1 -1
  101. package/dist/pin-field.css-mistica.js +9 -9
  102. package/dist/pin-field.js +2 -2
  103. package/dist/popover.css-mistica.js +1 -1
  104. package/dist/progress-bar.css-mistica.js +4 -4
  105. package/dist/progress-bar.js +2 -2
  106. package/dist/radio-button.css-mistica.js +18 -18
  107. package/dist/radio-button.js +5 -5
  108. package/dist/rating.css-mistica.js +4 -4
  109. package/dist/rating.js +8 -8
  110. package/dist/responsive-layout.css-mistica.js +5 -5
  111. package/dist/responsive-layout.js +6 -6
  112. package/dist/screen-reader-only.css-mistica.js +1 -1
  113. package/dist/select.css-mistica.js +18 -18
  114. package/dist/select.js +9 -9
  115. package/dist/sheet-action-row.css-mistica.js +1 -1
  116. package/dist/sheet-common.css-mistica.js +12 -12
  117. package/dist/sheet-info.css-mistica.js +1 -1
  118. package/dist/skeletons.css-mistica.js +6 -6
  119. package/dist/skins/blau.js +50 -14
  120. package/dist/skins/esimflag.js +49 -13
  121. package/dist/skins/movistar.js +54 -18
  122. package/dist/skins/o2-new.js +49 -13
  123. package/dist/skins/o2.js +49 -13
  124. package/dist/skins/skin-contract.css-mistica.js +390 -354
  125. package/dist/skins/skin-contract.css.d.ts +48 -12
  126. package/dist/skins/telefonica.js +50 -14
  127. package/dist/skins/tu.js +50 -14
  128. package/dist/skins/types/colors.d.ts +24 -6
  129. package/dist/skins/vivo-new.js +50 -14
  130. package/dist/skins/vivo.js +50 -14
  131. package/dist/skip-link.css-mistica.js +2 -2
  132. package/dist/slider.css-mistica.js +13 -13
  133. package/dist/slider.js +9 -9
  134. package/dist/snackbar.css-mistica.js +7 -7
  135. package/dist/spinner.css-mistica.js +1 -1
  136. package/dist/stack.css-mistica.js +5 -5
  137. package/dist/stacking-group.css-mistica.js +1 -1
  138. package/dist/stepper.css-mistica.js +8 -8
  139. package/dist/stepper.js +3 -3
  140. package/dist/switch-component.css-mistica.js +37 -37
  141. package/dist/table.css-mistica.js +8 -8
  142. package/dist/table.d.ts +1 -1
  143. package/dist/table.js +8 -8
  144. package/dist/tabs.css-mistica.js +17 -17
  145. package/dist/tag.css-mistica.js +1 -1
  146. package/dist/tag.js +10 -10
  147. package/dist/text-field-base.css-mistica.js +10 -10
  148. package/dist/text-field-base.js +8 -8
  149. package/dist/text-field-components.css-mistica.js +18 -18
  150. package/dist/text-field-components.js +2 -2
  151. package/dist/text-link.css-mistica.js +5 -5
  152. package/dist/text.css-mistica.js +7 -7
  153. package/dist/text.js +7 -7
  154. package/dist/theme-context.css-mistica.js +430 -394
  155. package/dist/theme-context.css.d.ts +48 -12
  156. package/dist/timeline.css-mistica.js +12 -12
  157. package/dist/timer.css-mistica.js +8 -8
  158. package/dist/tooltip.css-mistica.js +7 -7
  159. package/dist/touchable.css-mistica.js +1 -1
  160. package/dist/utils/aspect-ratio-support.css-mistica.js +5 -5
  161. package/dist/utils/aspect-ratio-support.d.ts +5 -0
  162. package/dist/utils/aspect-ratio-support.js +26 -15
  163. package/dist/utils/color.d.ts +11 -0
  164. package/dist/utils/color.js +27 -6
  165. package/dist/utils/headings.d.ts +3 -0
  166. package/dist/video.css-mistica.js +1 -1
  167. package/dist/video.js +2 -2
  168. package/dist/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
  169. package/dist-es/accordion.css-mistica.js +7 -7
  170. package/dist-es/align.css-mistica.js +1 -1
  171. package/dist-es/avatar.css-mistica.js +2 -2
  172. package/dist-es/badge.css-mistica.js +2 -2
  173. package/dist-es/box.css-mistica.js +13 -13
  174. package/dist-es/box.js +9 -9
  175. package/dist-es/boxed.css-mistica.js +23 -23
  176. package/dist-es/boxed.js +20 -19
  177. package/dist-es/button-group.css-mistica.js +2 -2
  178. package/dist-es/button-group.js +4 -4
  179. package/dist-es/button-layout.css-mistica.js +15 -15
  180. package/dist-es/button.css-mistica.js +22 -22
  181. package/dist-es/callout.css-mistica.js +5 -5
  182. package/dist-es/callout.js +5 -5
  183. package/dist-es/card-cover.js +125 -0
  184. package/dist-es/card-data.js +110 -0
  185. package/dist-es/card-internal.css-mistica.js +22 -0
  186. package/dist-es/card-internal.js +992 -0
  187. package/dist-es/card-media.js +105 -0
  188. package/dist-es/card-naked.js +96 -0
  189. package/dist-es/carousel.css-mistica.js +9 -9
  190. package/dist-es/checkbox.css-mistica.js +8 -8
  191. package/dist-es/checkbox.js +6 -6
  192. package/dist-es/chip.css-mistica.js +13 -13
  193. package/dist-es/circle.css-mistica.js +1 -1
  194. package/dist-es/community/advanced-data-card.css-mistica.js +7 -7
  195. package/dist-es/community/advanced-data-card.js +29 -29
  196. package/dist-es/community/blocks.css-mistica.js +1 -1
  197. package/dist-es/community/example-component.css-mistica.js +1 -1
  198. package/dist-es/counter.css-mistica.js +2 -2
  199. package/dist-es/counter.js +8 -8
  200. package/dist-es/cover-hero-media.js +9 -9
  201. package/dist-es/cover-hero.css-mistica.js +4 -4
  202. package/dist-es/credit-card-number-field.css-mistica.js +3 -3
  203. package/dist-es/date-field.css-mistica.js +1 -1
  204. package/dist-es/date-time-picker.css-mistica.js +1 -1
  205. package/dist-es/dialog.css-mistica.js +5 -5
  206. package/dist-es/dialog.js +31 -31
  207. package/dist-es/divider.css-mistica.js +2 -2
  208. package/dist-es/double-field.css-mistica.js +4 -4
  209. package/dist-es/drawer.css-mistica.js +2 -2
  210. package/dist-es/empty-state-card.css-mistica.js +1 -1
  211. package/dist-es/empty-state.css-mistica.js +6 -6
  212. package/dist-es/empty-state.js +7 -7
  213. package/dist-es/fade-in.css-mistica.js +1 -1
  214. package/dist-es/feedback.css-mistica.js +2 -2
  215. package/dist-es/fixed-footer-layout.css-mistica.js +5 -5
  216. package/dist-es/fixed-footer-layout.js +5 -5
  217. package/dist-es/form.css-mistica.js +1 -1
  218. package/dist-es/form.js +5 -5
  219. package/dist-es/grid-layout.css-mistica.js +3 -3
  220. package/dist-es/grid.css-mistica.js +122 -122
  221. package/dist-es/grid.js +2 -2
  222. package/dist-es/header.css-mistica.js +2 -2
  223. package/dist-es/hero.css-mistica.js +3 -3
  224. package/dist-es/hooks.js +86 -78
  225. package/dist-es/horizontal-scroll.css-mistica.js +1 -1
  226. package/dist-es/horizontal-scroll.js +2 -2
  227. package/dist-es/icon-button.css-mistica.js +45 -45
  228. package/dist-es/icon-button.js +3 -3
  229. package/dist-es/icons/icon-chevron.css-mistica.js +2 -2
  230. package/dist-es/icons/icon-error.css-mistica.js +1 -1
  231. package/dist-es/image.css-mistica.js +4 -4
  232. package/dist-es/image.js +42 -38
  233. package/dist-es/index.js +1887 -1884
  234. package/dist-es/inline.css-mistica.js +10 -10
  235. package/dist-es/list.css-mistica.js +2 -2
  236. package/dist-es/list.js +226 -174
  237. package/dist-es/loading-bar.css-mistica.js +1 -1
  238. package/dist-es/loading-bar.js +6 -6
  239. package/dist-es/loading-screen.css-mistica.js +5 -5
  240. package/dist-es/loading-screen.js +8 -8
  241. package/dist-es/logo.css-mistica.js +5 -5
  242. package/dist-es/menu.css-mistica.js +13 -13
  243. package/dist-es/menu.js +7 -7
  244. package/dist-es/mosaic.css-mistica.js +1 -1
  245. package/dist-es/navigation-bar.css-mistica.js +17 -17
  246. package/dist-es/navigation-breadcrumbs.css-mistica.js +2 -2
  247. package/dist-es/package-version.js +1 -1
  248. package/dist-es/pin-field.css-mistica.js +2 -2
  249. package/dist-es/pin-field.js +8 -8
  250. package/dist-es/popover.css-mistica.js +1 -1
  251. package/dist-es/progress-bar.css-mistica.js +4 -4
  252. package/dist-es/progress-bar.js +10 -10
  253. package/dist-es/radio-button.css-mistica.js +16 -16
  254. package/dist-es/radio-button.js +5 -5
  255. package/dist-es/rating.css-mistica.js +3 -3
  256. package/dist-es/rating.js +12 -12
  257. package/dist-es/responsive-layout.css-mistica.js +5 -5
  258. package/dist-es/responsive-layout.js +15 -15
  259. package/dist-es/screen-reader-only.css-mistica.js +1 -1
  260. package/dist-es/select.css-mistica.js +17 -17
  261. package/dist-es/select.js +15 -15
  262. package/dist-es/sheet-action-row.css-mistica.js +1 -1
  263. package/dist-es/sheet-common.css-mistica.js +2 -2
  264. package/dist-es/sheet-info.css-mistica.js +1 -1
  265. package/dist-es/skeletons.css-mistica.js +5 -5
  266. package/dist-es/skins/blau.js +50 -14
  267. package/dist-es/skins/esimflag.js +49 -13
  268. package/dist-es/skins/movistar.js +54 -18
  269. package/dist-es/skins/o2-new.js +49 -13
  270. package/dist-es/skins/o2.js +49 -13
  271. package/dist-es/skins/skin-contract.css-mistica.js +390 -354
  272. package/dist-es/skins/telefonica.js +50 -14
  273. package/dist-es/skins/tu.js +52 -16
  274. package/dist-es/skins/vivo-new.js +52 -16
  275. package/dist-es/skins/vivo.js +52 -16
  276. package/dist-es/skip-link.css-mistica.js +2 -2
  277. package/dist-es/slider.css-mistica.js +11 -11
  278. package/dist-es/slider.js +9 -9
  279. package/dist-es/snackbar.css-mistica.js +5 -5
  280. package/dist-es/spinner.css-mistica.js +1 -1
  281. package/dist-es/stack.css-mistica.js +5 -5
  282. package/dist-es/stacking-group.css-mistica.js +1 -1
  283. package/dist-es/stepper.css-mistica.js +3 -3
  284. package/dist-es/stepper.js +3 -3
  285. package/dist-es/style.css +1 -1
  286. package/dist-es/switch-component.css-mistica.js +29 -29
  287. package/dist-es/table.css-mistica.js +8 -8
  288. package/dist-es/table.js +12 -12
  289. package/dist-es/tabs.css-mistica.js +14 -14
  290. package/dist-es/tag.css-mistica.js +1 -1
  291. package/dist-es/tag.js +17 -17
  292. package/dist-es/text-field-base.css-mistica.js +2 -2
  293. package/dist-es/text-field-base.js +16 -16
  294. package/dist-es/text-field-components.css-mistica.js +5 -5
  295. package/dist-es/text-field-components.js +4 -4
  296. package/dist-es/text-link.css-mistica.js +5 -5
  297. package/dist-es/text.css-mistica.js +7 -7
  298. package/dist-es/text.js +6 -6
  299. package/dist-es/theme-context.css-mistica.js +430 -394
  300. package/dist-es/timeline.css-mistica.js +11 -11
  301. package/dist-es/timeline.js +4 -4
  302. package/dist-es/timer.css-mistica.js +7 -7
  303. package/dist-es/tooltip.css-mistica.js +2 -2
  304. package/dist-es/touchable.css-mistica.js +1 -1
  305. package/dist-es/utils/aspect-ratio-support.css-mistica.js +4 -4
  306. package/dist-es/utils/aspect-ratio-support.js +31 -23
  307. package/dist-es/utils/color.js +23 -5
  308. package/dist-es/video.css-mistica.js +1 -1
  309. package/dist-es/video.js +5 -5
  310. package/dist-es/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
  311. package/package.json +1 -1
  312. package/dist/card.css-mistica.js +0 -106
  313. package/dist/card.css.d.ts +0 -33
  314. package/dist/card.d.ts +0 -299
  315. package/dist/card.js +0 -1694
  316. package/dist/highlighted-card.css-mistica.js +0 -30
  317. package/dist/highlighted-card.css.d.ts +0 -7
  318. package/dist/highlighted-card.css.ts.vanilla.css-mistica.js +0 -11
  319. package/dist/highlighted-card.d.ts +0 -34
  320. package/dist/highlighted-card.js +0 -253
  321. package/dist/maybe-dismissable.css-mistica.js +0 -21
  322. package/dist/maybe-dismissable.css.ts.vanilla.css-mistica.js +0 -11
  323. package/dist/maybe-dismissable.js +0 -108
  324. package/dist-es/card.css-mistica.js +0 -8
  325. package/dist-es/card.js +0 -1599
  326. package/dist-es/highlighted-card.css-mistica.js +0 -7
  327. package/dist-es/highlighted-card.css.ts.vanilla.css-mistica.js +0 -2
  328. package/dist-es/highlighted-card.js +0 -198
  329. package/dist-es/maybe-dismissable.css-mistica.js +0 -4
  330. package/dist-es/maybe-dismissable.css.ts.vanilla.css-mistica.js +0 -2
  331. package/dist-es/maybe-dismissable.js +0 -45
  332. /package/dist/{card.css.ts.vanilla.css-mistica.js → card-internal.css.ts.vanilla.css-mistica.js} +0 -0
  333. /package/dist-es/{card.css.ts.vanilla.css-mistica.js → card-internal.css.ts.vanilla.css-mistica.js} +0 -0
@@ -10,7 +10,7 @@ function _export(target, all) {
10
10
  }
11
11
  _export(exports, {
12
12
  arrowDown: function() {
13
- return f;
13
+ return i;
14
14
  },
15
15
  iconContainer: function() {
16
16
  return y;
@@ -31,7 +31,7 @@ _export(exports, {
31
31
  return p;
32
32
  },
33
33
  selectTextVariants: function() {
34
- return l;
34
+ return m;
35
35
  },
36
36
  selectVariants: function() {
37
37
  return e;
@@ -44,22 +44,22 @@ require("./sprinkles.css.ts.vanilla.css-mistica.js");
44
44
  require("./icon-button.css.ts.vanilla.css-mistica.js");
45
45
  require("./text-field-base.css.ts.vanilla.css-mistica.js");
46
46
  require("./select.css.ts.vanilla.css-mistica.js");
47
- var f = "v16_36_1_1sqpivvo v16_36_1_1y2v1nfin", y = "v16_36_1_1sqpivvp", a = "v16_36_1_1sqpivvr v16_36_1_1y2v1nfbi v16_36_1_1y2v1nfcr v16_36_1_1y2v1nf8u v16_36_1_1y2v1nfa3 v16_36_1_1y2v1nf2c v16_36_1_1y2v1nfis v16_36_1_1y2v1nfj7 v16_36_1_1y2v1nflt", s = "v16_36_1_1y2v1nf4q", r = {
48
- show: "v16_36_1_1sqpivv7",
49
- hide: "v16_36_1_1sqpivv8"
50
- }, t = "v16_36_1_1sqpivv6 v16_36_1_1y2v1nf8l v16_36_1_1y2v1nf9u v16_36_1_1y2v1nfb3 v16_36_1_1y2v1nfcc v16_36_1_1y2v1nfio v16_36_1_1y2v1nflj v16_36_1_1y2v1nf4c", p = {
51
- default: "v16_36_1_1sqpivvd v16_36_1_1sqpivvc v16_36_1_1y2v1nfim v16_36_1_1y2v1nflt",
52
- fullWidth: "v16_36_1_1sqpivve v16_36_1_1sqpivvc v16_36_1_1y2v1nfim v16_36_1_1y2v1nflt"
53
- }, l = {
54
- default: "v16_36_1_1sqpivvl v16_36_1_1sqpivvk v16_36_1_1y2v1nfin v16_36_1_1y2v1nflu v16_36_1_1y2v1nfl7 v16_36_1_1y2v1nf2c",
55
- disabled: "v16_36_1_1sqpivvm v16_36_1_1sqpivvk v16_36_1_1y2v1nfin v16_36_1_1y2v1nflu v16_36_1_1y2v1nfl7 v16_36_1_1y2v1nf2c"
47
+ var i = "v16_37_1_1sqpivvo v16_37_1_1y2v1nfjn", y = "v16_37_1_1sqpivvp", a = "v16_37_1_1sqpivvr v16_37_1_1y2v1nfci v16_37_1_1y2v1nfdr v16_37_1_1y2v1nf9u v16_37_1_1y2v1nfb3 v16_37_1_1y2v1nf2n v16_37_1_1y2v1nfjs v16_37_1_1y2v1nfk7 v16_37_1_1y2v1nfmt", s = "v16_37_1_1y2v1nf58", r = {
48
+ show: "v16_37_1_1sqpivv7",
49
+ hide: "v16_37_1_1sqpivv8"
50
+ }, t = "v16_37_1_1sqpivv6 v16_37_1_1y2v1nf9l v16_37_1_1y2v1nfau v16_37_1_1y2v1nfc3 v16_37_1_1y2v1nfdc v16_37_1_1y2v1nfjo v16_37_1_1y2v1nfmj v16_37_1_1y2v1nf4u", p = {
51
+ default: "v16_37_1_1sqpivvd v16_37_1_1sqpivvc v16_37_1_1y2v1nfjm v16_37_1_1y2v1nfmt",
52
+ fullWidth: "v16_37_1_1sqpivve v16_37_1_1sqpivvc v16_37_1_1y2v1nfjm v16_37_1_1y2v1nfmt"
53
+ }, m = {
54
+ default: "v16_37_1_1sqpivvl v16_37_1_1sqpivvk v16_37_1_1y2v1nfjn v16_37_1_1y2v1nfmu v16_37_1_1y2v1nfm7 v16_37_1_1y2v1nf2n",
55
+ disabled: "v16_37_1_1sqpivvm v16_37_1_1sqpivvk v16_37_1_1y2v1nfjn v16_37_1_1y2v1nfmu v16_37_1_1y2v1nfm7 v16_37_1_1y2v1nf2n"
56
56
  }, e = {
57
- default: "v16_36_1_1sqpivvh v16_36_1_1sqpivvg v16_36_1_1y2v1nf8l v16_36_1_1y2v1nf9u v16_36_1_1y2v1nfla v16_36_1_1y2v1nflu v16_36_1_1y2v1nf2c v16_36_1_1y2v1nf8k v16_36_1_1y2v1nfjf v16_36_1_1y2v1nflj",
58
- disabled: "v16_36_1_1sqpivvi v16_36_1_1sqpivvg v16_36_1_1y2v1nf8l v16_36_1_1y2v1nf9u v16_36_1_1y2v1nfla v16_36_1_1y2v1nflu v16_36_1_1y2v1nf2c v16_36_1_1y2v1nf8k v16_36_1_1y2v1nfjf v16_36_1_1y2v1nflj"
57
+ default: "v16_37_1_1sqpivvh v16_37_1_1sqpivvg v16_37_1_1y2v1nf9l v16_37_1_1y2v1nfau v16_37_1_1y2v1nfma v16_37_1_1y2v1nfmu v16_37_1_1y2v1nf2n v16_37_1_1y2v1nf9k v16_37_1_1y2v1nfkf v16_37_1_1y2v1nfmj",
58
+ disabled: "v16_37_1_1sqpivvi v16_37_1_1sqpivvg v16_37_1_1y2v1nf9l v16_37_1_1y2v1nfau v16_37_1_1y2v1nfma v16_37_1_1y2v1nfmu v16_37_1_1y2v1nf2n v16_37_1_1y2v1nf9k v16_37_1_1y2v1nfkf v16_37_1_1y2v1nfmj"
59
59
  }, q = {
60
- top: "var(--v16_36_1_1sqpivv0)",
61
- left: "var(--v16_36_1_1sqpivv1)",
62
- transformOrigin: "var(--v16_36_1_1sqpivv2)",
63
- minWidth: "var(--v16_36_1_1sqpivv3)",
64
- maxHeight: "var(--v16_36_1_1sqpivv4)"
60
+ top: "var(--v16_37_1_1sqpivv0)",
61
+ left: "var(--v16_37_1_1sqpivv1)",
62
+ transformOrigin: "var(--v16_37_1_1sqpivv2)",
63
+ minWidth: "var(--v16_37_1_1sqpivv3)",
64
+ maxHeight: "var(--v16_37_1_1sqpivv4)"
65
65
  };
package/dist/select.js CHANGED
@@ -129,8 +129,8 @@ function _object_spread_props(target, source) {
129
129
  const at = (param)=>{
130
130
  let { id: fe, label: u, helperText: pe, value: me, defaultValue: he, onChangeValue: C, name: i, fullWidth: M, options: d, optional: P, showOptionalLabel: Se, disabled: ve, error: ge, onBlur: D, autoFocus: z = !1, native: Te, dataAttributes: j } = param;
131
131
  var re;
132
- const h = _react.useRef(null), f = _react.useRef(null), S = _react.useRef(null), v = _react.useRef(null), R = _react.useRef(/* @__PURE__ */ new Map()), [Ie, we] = _react.useState(!0), [g, Ee] = _react.useState(he), [H, K] = _react.useState(!1), [U, X] = _react.useState(!1), [J, O] = _react.useState(!1), [a, F] = _react.useState({}), [T, W] = _react.useState(), G = _react.useRef(null), xe = _react.useId(), L = fe || xe, { rawValues: Oe, setRawValue: Z, setValue: $, formStatus: ye, formErrors: Q, setFormError: Ne, register: B } = (0, _formcontext.useForm)(), { platformOverrides: Y } = (0, _hooks.useTheme)(), be = Te || process.env.NODE_ENV === "test" && !process.env.SSR_TEST || (0, _platform.isAndroid)(Y) || (0, _platform.isIos)(Y), I = ve || ye === "sending", A = ge || !!Q[i], ee = Q[i] || pe, l = me !== null && me !== void 0 ? me : Oe[i], te = (e)=>{
133
- C == null || C(e), Ne({
132
+ const h = _react.useRef(null), f = _react.useRef(null), S = _react.useRef(null), v = _react.useRef(null), R = _react.useRef(/* @__PURE__ */ new Map()), [Ie, we] = _react.useState(!0), [g, Ee] = _react.useState(he), [H, K] = _react.useState(!1), [U, X] = _react.useState(!1), [J, O] = _react.useState(!1), [a, F] = _react.useState({}), [T, W] = _react.useState(), G = _react.useRef(null), xe = _react.useId(), L = fe || xe, { rawValues: Oe, setRawValue: Z, setValue: $, formStatus: ye, formErrors: Q, setFormError: be, register: B } = (0, _formcontext.useForm)(), { platformOverrides: Y } = (0, _hooks.useTheme)(), Ne = Te || process.env.NODE_ENV === "test" && !process.env.SSR_TEST || (0, _platform.isAndroid)(Y) || (0, _platform.isIos)(Y), I = ve || ye === "sending", A = ge || !!Q[i], ee = Q[i] || pe, l = me !== null && me !== void 0 ? me : Oe[i], te = (e)=>{
133
+ C == null || C(e), be({
134
134
  name: i,
135
135
  error: ""
136
136
  }), Z({
@@ -143,9 +143,9 @@ const at = (param)=>{
143
143
  }, w = (e)=>{
144
144
  if (e) {
145
145
  if (S != null && S.current) {
146
- const s = S.current.getBoundingClientRect(), p = s.top, x = s.width, y = s.left, Ce = s.height, N = p + Ce, V = Math.min(d.length, 8) * 48 + 16;
147
- if (N + V + 12 > window.innerHeight) {
148
- const Me = window.innerHeight - N;
146
+ const s = S.current.getBoundingClientRect(), p = s.top, x = s.width, y = s.left, Ce = s.height, b = p + Ce, V = Math.min(d.length, 8) * 48 + 16;
147
+ if (b + V + 12 > window.innerHeight) {
148
+ const Me = window.innerHeight - b;
149
149
  if (p > Me) {
150
150
  const Pe = p - V;
151
151
  F({
@@ -157,14 +157,14 @@ const at = (param)=>{
157
157
  });
158
158
  } else F({
159
159
  minWidth: x,
160
- top: N,
160
+ top: b,
161
161
  left: y,
162
- maxHeight: window.innerHeight - N - 12,
162
+ maxHeight: window.innerHeight - b - 12,
163
163
  transformOrigin: "center top"
164
164
  });
165
165
  } else F({
166
166
  minWidth: x,
167
- top: N,
167
+ top: b,
168
168
  left: y,
169
169
  maxHeight: V,
170
170
  transformOrigin: "center top"
@@ -284,7 +284,7 @@ const at = (param)=>{
284
284
  var _a_transformOrigin;
285
285
  return /* @__PURE__ */ (0, _jsxruntime.jsx)(_themevariantcontext.ThemeVariant, {
286
286
  variant: "default",
287
- children: be || Ie ? /* @__PURE__ */ (0, _jsxruntime.jsxs)(_textfieldcomponents.FieldContainer, {
287
+ children: Ne || Ie ? /* @__PURE__ */ (0, _jsxruntime.jsxs)(_textfieldcomponents.FieldContainer, {
288
288
  disabled: I,
289
289
  helperText: /* @__PURE__ */ (0, _jsxruntime.jsx)(_textfieldcomponents.HelperText, {
290
290
  error: A,
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "sheetActionRow", {
10
10
  });
11
11
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
12
12
  require("./sheet-action-row.css.ts.vanilla.css-mistica.js");
13
- var n = "v16_36_1_4k81wx1 v16_36_1_1y2v1nf90 v16_36_1_1y2v1nfa9 v16_36_1_1y2v1nfbi v16_36_1_1y2v1nfcr v16_36_1_1y2v1nfis v16_36_1_1y2v1nfl5 v16_36_1_1y2v1nfj7";
13
+ var n = "v16_37_1_4k81wx1 v16_37_1_1y2v1nfa0 v16_37_1_1y2v1nfb9 v16_37_1_1y2v1nfci v16_37_1_1y2v1nfdr v16_37_1_1y2v1nfjs v16_37_1_1y2v1nfm5 v16_37_1_1y2v1nfk7";
@@ -22,42 +22,42 @@ _export(exports, {
22
22
  return e;
23
23
  },
24
24
  children: function() {
25
- return i;
25
+ return a;
26
26
  },
27
27
  closingOverlay: function() {
28
- return a;
28
+ return r;
29
29
  },
30
30
  closingSheet: function() {
31
- return r;
31
+ return t;
32
32
  },
33
33
  handleBar: function() {
34
- return m;
34
+ return o;
35
35
  },
36
36
  handleContainer: function() {
37
- return t;
37
+ return i;
38
38
  },
39
39
  handleTouchable: function() {
40
- return o;
40
+ return d;
41
41
  },
42
42
  modalCloseButton: function() {
43
- return d;
43
+ return m;
44
44
  },
45
45
  overlay: function() {
46
46
  return p;
47
47
  },
48
48
  sheetTopDraggingArea: function() {
49
- return l;
49
+ return j;
50
50
  },
51
51
  stickyButtons: function() {
52
- return s;
52
+ return l;
53
53
  },
54
54
  stickyTitle: function() {
55
- return h;
55
+ return s;
56
56
  },
57
57
  transitionDuration: function() {
58
- return u;
58
+ return h;
59
59
  }
60
60
  });
61
61
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
62
62
  require("./sheet-common.css.ts.vanilla.css-mistica.js");
63
- var n = "v16_36_1_pidemf6 v16_36_1_1y2v1nf4b", f = "v16_36_1_pidemf4 v16_36_1_1y2v1nfio v16_36_1_1y2v1nfmf v16_36_1_1y2v1nfmu v16_36_1_1y2v1nfn9", y = "v16_36_1_pidemf9 v16_36_1_1y2v1nf99 v16_36_1_1y2v1nfis v16_36_1_1y2v1nfiy", e = "v16_36_1_pidemfu", i = "v16_36_1_1y2v1nflz v16_36_1_1y2v1nfje v16_36_1_1y2v1nfis v16_36_1_1y2v1nfiy", a = "v16_36_1_pidemfp", r = "v16_36_1_pidemf7", m = "v16_36_1_1y2v1nf5m v16_36_1_1y2v1nfjf v16_36_1_1y2v1nfjw v16_36_1_1y2v1nfld", t = "v16_36_1_pidemfe v16_36_1_1y2v1nfir", o = "v16_36_1_1y2v1nfjo v16_36_1_1y2v1nfjz", d = "v16_36_1_pidemfj v16_36_1_1y2v1nf96 v16_36_1_1y2v1nfaf v16_36_1_1y2v1nfbo v16_36_1_1y2v1nfcx v16_36_1_1y2v1nfin v16_36_1_1y2v1nfm0 v16_36_1_1y2v1nfmu", p = "v16_36_1_pidemfo v16_36_1_1y2v1nfio v16_36_1_1y2v1nf4n v16_36_1_1y2v1nfm0 v16_36_1_1y2v1nfmf v16_36_1_1y2v1nfmu v16_36_1_1y2v1nfn9", l = "v16_36_1_pidemfc v16_36_1_1y2v1nf8u v16_36_1_1y2v1nfa3 v16_36_1_1y2v1nfin v16_36_1_1y2v1nfm0 v16_36_1_1y2v1nfk9 v16_36_1_1y2v1nfjf v16_36_1_1y2v1nfis v16_36_1_1y2v1nfj1", s = "v16_36_1_pidemft v16_36_1_1y2v1nfiq v16_36_1_1y2v1nfn9 v16_36_1_1y2v1nf4b", h = "v16_36_1_pidemfr v16_36_1_1y2v1nfiq v16_36_1_1y2v1nfm0 v16_36_1_1y2v1nf4b", u = 400;
63
+ var n = "v16_37_1_pidemf6 v16_37_1_1y2v1nf4t", f = "v16_37_1_pidemf4 v16_37_1_1y2v1nfjo v16_37_1_1y2v1nfnf v16_37_1_1y2v1nfnu v16_37_1_1y2v1nfo9", y = "v16_37_1_pidemf9 v16_37_1_1y2v1nfa9 v16_37_1_1y2v1nfjs v16_37_1_1y2v1nfjy", e = "v16_37_1_pidemfu", a = "v16_37_1_1y2v1nfmz v16_37_1_1y2v1nfke v16_37_1_1y2v1nfjs v16_37_1_1y2v1nfjy", r = "v16_37_1_pidemfp", t = "v16_37_1_pidemf7", o = "v16_37_1_1y2v1nf6f v16_37_1_1y2v1nfkf v16_37_1_1y2v1nfkw v16_37_1_1y2v1nfmd", i = "v16_37_1_pidemfe v16_37_1_1y2v1nfjr", d = "v16_37_1_1y2v1nfko v16_37_1_1y2v1nfkz", m = "v16_37_1_pidemfj v16_37_1_1y2v1nfa6 v16_37_1_1y2v1nfbf v16_37_1_1y2v1nfco v16_37_1_1y2v1nfdx v16_37_1_1y2v1nfjn v16_37_1_1y2v1nfn0 v16_37_1_1y2v1nfnu", p = "v16_37_1_pidemfo v16_37_1_1y2v1nfjo v16_37_1_1y2v1nf55 v16_37_1_1y2v1nfn0 v16_37_1_1y2v1nfnf v16_37_1_1y2v1nfnu v16_37_1_1y2v1nfo9", j = "v16_37_1_pidemfc v16_37_1_1y2v1nf9u v16_37_1_1y2v1nfb3 v16_37_1_1y2v1nfjn v16_37_1_1y2v1nfn0 v16_37_1_1y2v1nfl9 v16_37_1_1y2v1nfkf v16_37_1_1y2v1nfjs v16_37_1_1y2v1nfk1", l = "v16_37_1_pidemft v16_37_1_1y2v1nfjq v16_37_1_1y2v1nfo9 v16_37_1_1y2v1nf4t", s = "v16_37_1_pidemfr v16_37_1_1y2v1nfjq v16_37_1_1y2v1nfn0 v16_37_1_1y2v1nf4t", h = 400;
@@ -20,4 +20,4 @@ _export(exports, {
20
20
  }
21
21
  });
22
22
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
23
- var v = "v16_36_1_1y2v1nfis v16_36_1_1y2v1nfj7 v16_36_1_1y2v1nfk4", n = "v16_36_1_1y2v1nfjw v16_36_1_1y2v1nfis", f = "v16_36_1_1y2v1nf90 v16_36_1_1y2v1nfa9 v16_36_1_1y2v1nfis v16_36_1_1y2v1nfj7 v16_36_1_1y2v1nfl5";
23
+ var v = "v16_37_1_1y2v1nfjs v16_37_1_1y2v1nfk7 v16_37_1_1y2v1nfl4", n = "v16_37_1_1y2v1nfkw v16_37_1_1y2v1nfjs", f = "v16_37_1_1y2v1nfa0 v16_37_1_1y2v1nfb9 v16_37_1_1y2v1nfjs v16_37_1_1y2v1nfk7 v16_37_1_1y2v1nfm5";
@@ -19,15 +19,15 @@ _export(exports, {
19
19
  return a;
20
20
  },
21
21
  line: function() {
22
- return o;
22
+ return f;
23
23
  },
24
24
  row: function() {
25
- return f;
25
+ return o;
26
26
  }
27
27
  });
28
28
  require("./sprinkles.css.ts.vanilla.css-mistica.js");
29
29
  require("./skeletons.css.ts.vanilla.css-mistica.js");
30
- var n = "v16_36_1_zopolw6 v16_36_1_1y2v1nfiu", r = {
31
- default: "v16_36_1_1y2v1nf4o",
32
- inverse: "v16_36_1_1y2v1nf4p"
33
- }, a = "v16_36_1_1y2v1nfja v16_36_1_1y2v1nfjc", o = "v16_36_1_zopolwa v16_36_1_1y2v1nfjb", f = "v16_36_1_1y2v1nfis v16_36_1_1y2v1nfj7 v16_36_1_1y2v1nfj1";
30
+ var n = "v16_37_1_zopolw6 v16_37_1_1y2v1nfju", r = {
31
+ default: "v16_37_1_1y2v1nf56",
32
+ inverse: "v16_37_1_1y2v1nf57"
33
+ }, a = "v16_37_1_1y2v1nfka v16_37_1_1y2v1nfkc", f = "v16_37_1_zopolwa v16_37_1_1y2v1nfkb", o = "v16_37_1_1y2v1nfjs v16_37_1_1y2v1nfk7 v16_37_1_1y2v1nfk1";
@@ -93,34 +93,51 @@ const e = {
93
93
  buttonDangerBackground: e.blauRed,
94
94
  buttonDangerBackgroundPressed: e.blauRed70,
95
95
  buttonDangerBackgroundHover: e.blauRed70,
96
- buttonLinkDangerBackgroundPressed: e.blauRed10,
97
96
  buttonLinkDangerBackgroundInverse: e.white,
97
+ buttonLinkDangerBackgroundMedia: e.white,
98
+ buttonLinkDangerBackgroundPressed: e.blauRed10,
98
99
  buttonLinkDangerBackgroundInversePressed: e.blauRed10,
100
+ buttonLinkDangerBackgroundMediaPressed: e.blauRed10,
99
101
  buttonLinkBackgroundPressed: e.blauPurple10,
100
102
  buttonLinkBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.15),
103
+ buttonLinkBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.15),
101
104
  buttonPrimaryBackground: e.blauBlueSecondary,
102
105
  buttonPrimaryBackgroundInverse: e.white,
103
- buttonPrimaryBackgroundPressed: e.blauBlueSecondary60,
106
+ buttonPrimaryBackgroundMedia: e.white,
104
107
  buttonPrimaryBackgroundHover: e.blauBlueSecondary60,
108
+ buttonPrimaryBackgroundInverseHover: e.blauBluePrimary20,
109
+ buttonPrimaryBackgroundMediaHover: e.blauBluePrimary20,
110
+ buttonPrimaryBackgroundPressed: e.blauBlueSecondary60,
105
111
  buttonPrimaryBackgroundInversePressed: e.blauBluePrimary30,
112
+ buttonPrimaryBackgroundMediaPressed: e.blauBluePrimary30,
106
113
  buttonSecondaryBorder: e.blauBlueSecondary,
107
- buttonSecondaryBorderPressed: e.blauBlueSecondary60,
108
114
  buttonSecondaryBorderInverse: e.white,
109
- buttonSecondaryBackgroundHover: e.blauBlueSecondary10,
110
- buttonSecondaryBackgroundPressed: e.blauBlueSecondary10,
115
+ buttonSecondaryBorderMedia: e.white,
116
+ buttonSecondaryBorderPressed: e.blauBlueSecondary60,
111
117
  buttonSecondaryBorderInversePressed: e.white,
118
+ buttonSecondaryBorderMediaPressed: e.white,
119
+ buttonSecondaryBackgroundHover: e.blauBlueSecondary10,
112
120
  buttonSecondaryBackgroundInverseHover: (0, _color.applyAlpha)(e.white, 0.2),
121
+ buttonSecondaryBackgroundMediaHover: (0, _color.applyAlpha)(e.white, 0.2),
122
+ buttonSecondaryBackgroundPressed: e.blauBlueSecondary10,
113
123
  buttonSecondaryBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.2),
124
+ buttonSecondaryBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.2),
114
125
  textButtonPrimary: e.white,
115
126
  textButtonPrimaryInverse: e.blauBlueSecondary,
127
+ textButtonPrimaryMedia: e.blauBlueSecondary,
116
128
  textButtonPrimaryInversePressed: e.blauBlueSecondary60,
129
+ textButtonPrimaryMediaPressed: e.blauBlueSecondary60,
117
130
  textButtonSecondary: e.blauBlueSecondary,
118
- textButtonSecondaryPressed: e.blauBlueSecondary60,
119
131
  textButtonSecondaryInverse: e.white,
132
+ textButtonSecondaryMedia: e.white,
133
+ textButtonSecondaryPressed: e.blauBlueSecondary60,
120
134
  textButtonSecondaryInversePressed: e.white,
135
+ textButtonSecondaryMediaPressed: e.white,
121
136
  textLink: e.blauPurple,
122
137
  textLinkInverse: e.white,
138
+ textLinkMedia: e.white,
123
139
  textLinkDanger: e.blauRed,
140
+ textLinkDangerMedia: e.blauRed,
124
141
  textLinkSnackbar: e.blauPurple30,
125
142
  textActivated: e.blauBlueSecondary,
126
143
  textBrand: e.blauBlueSecondary,
@@ -212,7 +229,8 @@ const e = {
212
229
  tagBackgroundSuccessInverse: e.blauGreen10,
213
230
  tagBackgroundWarningInverse: e.blauYellow10,
214
231
  tagBackgroundErrorInverse: e.blauRed10,
215
- cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.grey6, 0)} 0%, ${(0, _color.applyAlpha)(e.grey6, 0.4)} 30%, ${(0, _color.applyAlpha)(e.grey6, 0.7)} 100%)`
232
+ cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.grey6, 0)} 0%, ${(0, _color.applyAlpha)(e.grey6, 0.4)} 30%, ${(0, _color.applyAlpha)(e.grey6, 0.7)} 100%)`,
233
+ cardFooterOverlay: (0, _color.applyAlpha)(e.grey6, 0.7)
216
234
  },
217
235
  darkModeColors: {
218
236
  background: e.darkModeBlack,
@@ -247,34 +265,51 @@ const e = {
247
265
  buttonDangerBackground: e.blauRed,
248
266
  buttonDangerBackgroundPressed: e.blauRed70,
249
267
  buttonDangerBackgroundHover: e.blauRed70,
250
- buttonLinkDangerBackgroundPressed: (0, _color.applyAlpha)(e.blauRed, 0.3),
251
268
  buttonLinkDangerBackgroundInverse: (0, _color.applyAlpha)(e.white, 0),
269
+ buttonLinkDangerBackgroundMedia: e.white,
270
+ buttonLinkDangerBackgroundPressed: (0, _color.applyAlpha)(e.blauRed, 0.3),
252
271
  buttonLinkDangerBackgroundInversePressed: (0, _color.applyAlpha)(e.blauPurple, 0.3),
272
+ buttonLinkDangerBackgroundMediaPressed: e.blauRed10,
253
273
  buttonLinkBackgroundPressed: (0, _color.applyAlpha)(e.blauPurple, 0.3),
254
274
  buttonLinkBackgroundInversePressed: (0, _color.applyAlpha)(e.blauPurple, 0.3),
275
+ buttonLinkBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.15),
255
276
  buttonPrimaryBackground: e.blauBlueSecondary,
256
277
  buttonPrimaryBackgroundInverse: e.blauBlueSecondary,
257
- buttonPrimaryBackgroundPressed: e.blauBlueSecondary60,
278
+ buttonPrimaryBackgroundMedia: e.white,
258
279
  buttonPrimaryBackgroundHover: e.blauBlueSecondary60,
280
+ buttonPrimaryBackgroundInverseHover: e.blauBlueSecondary60,
281
+ buttonPrimaryBackgroundMediaHover: e.blauBluePrimary20,
282
+ buttonPrimaryBackgroundPressed: e.blauBlueSecondary60,
259
283
  buttonPrimaryBackgroundInversePressed: e.blauBlueSecondary60,
284
+ buttonPrimaryBackgroundMediaPressed: e.blauBluePrimary30,
260
285
  buttonSecondaryBorder: e.white,
261
- buttonSecondaryBorderPressed: e.white,
262
- buttonSecondaryBackgroundHover: (0, _color.applyAlpha)(e.white, 0.15),
263
- buttonSecondaryBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.15),
264
286
  buttonSecondaryBorderInverse: e.white,
287
+ buttonSecondaryBorderMedia: e.white,
288
+ buttonSecondaryBorderPressed: e.white,
265
289
  buttonSecondaryBorderInversePressed: e.white,
290
+ buttonSecondaryBorderMediaPressed: e.white,
291
+ buttonSecondaryBackgroundHover: (0, _color.applyAlpha)(e.white, 0.15),
266
292
  buttonSecondaryBackgroundInverseHover: (0, _color.applyAlpha)(e.white, 0.15),
293
+ buttonSecondaryBackgroundMediaHover: (0, _color.applyAlpha)(e.white, 0.2),
294
+ buttonSecondaryBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.15),
267
295
  buttonSecondaryBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.15),
296
+ buttonSecondaryBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.2),
268
297
  textButtonPrimary: e.grey2,
269
298
  textButtonPrimaryInverse: e.grey2,
299
+ textButtonPrimaryMedia: e.blauBlueSecondary,
270
300
  textButtonPrimaryInversePressed: e.grey2,
301
+ textButtonPrimaryMediaPressed: e.blauBlueSecondary60,
271
302
  textButtonSecondary: e.grey2,
272
- textButtonSecondaryPressed: e.grey2,
273
303
  textButtonSecondaryInverse: e.grey2,
304
+ textButtonSecondaryMedia: e.white,
305
+ textButtonSecondaryPressed: e.grey2,
274
306
  textButtonSecondaryInversePressed: e.grey2,
307
+ textButtonSecondaryMediaPressed: e.white,
275
308
  textLink: e.blauPurple30,
276
309
  textLinkInverse: e.blauPurple30,
310
+ textLinkMedia: e.white,
277
311
  textLinkDanger: e.blauRed40,
312
+ textLinkDangerMedia: e.blauRed,
278
313
  textLinkSnackbar: e.blauPurple30,
279
314
  textActivated: e.blauBluePrimary,
280
315
  textBrand: e.blauBluePrimary,
@@ -366,7 +401,8 @@ const e = {
366
401
  tagBackgroundSuccessInverse: e.darkModeGrey6,
367
402
  tagBackgroundWarningInverse: e.darkModeGrey6,
368
403
  tagBackgroundErrorInverse: e.darkModeGrey6,
369
- cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.grey6, 0)} 0%, ${(0, _color.applyAlpha)(e.grey6, 0.4)} 30%, ${(0, _color.applyAlpha)(e.grey6, 0.7)} 100%)`
404
+ cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.grey6, 0)} 0%, ${(0, _color.applyAlpha)(e.grey6, 0.4)} 30%, ${(0, _color.applyAlpha)(e.grey6, 0.7)} 100%)`,
405
+ cardFooterOverlay: (0, _color.applyAlpha)(e.grey6, 0.7)
370
406
  },
371
407
  borderRadii: {
372
408
  avatar: "50%",
@@ -95,34 +95,51 @@ const e = {
95
95
  buttonDangerBackground: e.tomato55,
96
96
  buttonDangerBackgroundPressed: e.tomato65,
97
97
  buttonDangerBackgroundHover: e.tomato60,
98
- buttonLinkDangerBackgroundPressed: e.tomato10,
99
98
  buttonLinkDangerBackgroundInverse: e.white,
99
+ buttonLinkDangerBackgroundMedia: e.white,
100
+ buttonLinkDangerBackgroundPressed: e.tomato10,
100
101
  buttonLinkDangerBackgroundInversePressed: e.tomato10,
102
+ buttonLinkDangerBackgroundMediaPressed: e.tomato10,
101
103
  buttonLinkBackgroundPressed: (0, _color.applyAlpha)(e.purple55, 0.08),
102
104
  buttonLinkBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.08),
105
+ buttonLinkBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.08),
103
106
  buttonPrimaryBackground: e.blue,
104
107
  buttonPrimaryBackgroundInverse: e.white,
105
- buttonPrimaryBackgroundPressed: e.blue65,
108
+ buttonPrimaryBackgroundMedia: e.white,
106
109
  buttonPrimaryBackgroundHover: e.blue55,
110
+ buttonPrimaryBackgroundInverseHover: e.blue15,
111
+ buttonPrimaryBackgroundMediaHover: e.blue15,
112
+ buttonPrimaryBackgroundPressed: e.blue65,
107
113
  buttonPrimaryBackgroundInversePressed: e.blue15,
114
+ buttonPrimaryBackgroundMediaPressed: e.blue15,
108
115
  buttonSecondaryBorder: e.blue,
109
- buttonSecondaryBorderPressed: e.blue55,
110
- buttonSecondaryBackgroundHover: e.blue10,
111
- buttonSecondaryBackgroundPressed: e.blue15,
112
116
  buttonSecondaryBorderInverse: e.white,
117
+ buttonSecondaryBorderMedia: e.white,
118
+ buttonSecondaryBorderPressed: e.blue55,
113
119
  buttonSecondaryBorderInversePressed: e.white,
120
+ buttonSecondaryBorderMediaPressed: e.white,
121
+ buttonSecondaryBackgroundHover: e.blue10,
114
122
  buttonSecondaryBackgroundInverseHover: (0, _color.applyAlpha)(e.white, 0.15),
123
+ buttonSecondaryBackgroundMediaHover: (0, _color.applyAlpha)(e.white, 0.15),
124
+ buttonSecondaryBackgroundPressed: e.blue15,
115
125
  buttonSecondaryBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.15),
126
+ buttonSecondaryBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.15),
116
127
  textButtonPrimary: e.white,
117
128
  textButtonPrimaryInverse: e.blue,
129
+ textButtonPrimaryMedia: e.blue,
118
130
  textButtonPrimaryInversePressed: e.blue55,
131
+ textButtonPrimaryMediaPressed: e.blue55,
119
132
  textButtonSecondary: e.blue,
120
- textButtonSecondaryPressed: e.blue55,
121
133
  textButtonSecondaryInverse: e.white,
134
+ textButtonSecondaryMedia: e.white,
135
+ textButtonSecondaryPressed: e.blue55,
122
136
  textButtonSecondaryInversePressed: e.white,
137
+ textButtonSecondaryMediaPressed: e.white,
123
138
  textLink: e.purple,
124
139
  textLinkInverse: e.white,
140
+ textLinkMedia: e.white,
125
141
  textLinkDanger: e.tomato55,
142
+ textLinkDangerMedia: e.tomato55,
126
143
  textLinkSnackbar: e.blue30,
127
144
  textActivated: e.blue,
128
145
  textBrand: e.blue,
@@ -216,7 +233,8 @@ const e = {
216
233
  tagBackgroundSuccessInverse: e.grass10,
217
234
  tagBackgroundWarningInverse: e.peach10,
218
235
  tagBackgroundErrorInverse: e.tomato10,
219
- cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`
236
+ cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`,
237
+ cardFooterOverlay: (0, _color.applyAlpha)(e.black, 0.7)
220
238
  },
221
239
  darkModeColors: {
222
240
  background: e.darkModeBlack,
@@ -249,34 +267,51 @@ const e = {
249
267
  buttonDangerBackground: e.tomato,
250
268
  buttonDangerBackgroundPressed: e.tomato55,
251
269
  buttonDangerBackgroundHover: e.tomato55,
252
- buttonLinkDangerBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.08),
253
270
  buttonLinkDangerBackgroundInverse: (0, _color.applyAlpha)(e.white, 0),
271
+ buttonLinkDangerBackgroundMedia: e.white,
272
+ buttonLinkDangerBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.08),
254
273
  buttonLinkDangerBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.08),
274
+ buttonLinkDangerBackgroundMediaPressed: e.tomato10,
255
275
  buttonLinkBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.08),
256
276
  buttonLinkBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.08),
277
+ buttonLinkBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.08),
257
278
  buttonPrimaryBackground: e.blue,
258
279
  buttonPrimaryBackgroundInverse: e.blue,
259
- buttonPrimaryBackgroundPressed: e.blue55,
280
+ buttonPrimaryBackgroundMedia: e.white,
260
281
  buttonPrimaryBackgroundHover: e.blue55,
282
+ buttonPrimaryBackgroundInverseHover: e.blue55,
283
+ buttonPrimaryBackgroundMediaHover: e.blue15,
284
+ buttonPrimaryBackgroundPressed: e.blue55,
261
285
  buttonPrimaryBackgroundInversePressed: e.blue55,
262
- buttonSecondaryBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.15),
286
+ buttonPrimaryBackgroundMediaPressed: e.blue15,
263
287
  buttonSecondaryBorder: e.white,
264
- buttonSecondaryBorderPressed: e.white,
265
288
  buttonSecondaryBorderInverse: e.white,
289
+ buttonSecondaryBorderMedia: e.white,
290
+ buttonSecondaryBorderPressed: e.white,
266
291
  buttonSecondaryBorderInversePressed: e.white,
292
+ buttonSecondaryBorderMediaPressed: e.white,
267
293
  buttonSecondaryBackgroundHover: (0, _color.applyAlpha)(e.white, 0.15),
268
294
  buttonSecondaryBackgroundInverseHover: (0, _color.applyAlpha)(e.white, 0.15),
295
+ buttonSecondaryBackgroundMediaHover: (0, _color.applyAlpha)(e.white, 0.15),
296
+ buttonSecondaryBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.15),
269
297
  buttonSecondaryBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.15),
298
+ buttonSecondaryBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.15),
270
299
  textButtonPrimary: e.white,
271
300
  textButtonPrimaryInverse: e.white,
301
+ textButtonPrimaryMedia: e.blue,
272
302
  textButtonPrimaryInversePressed: e.white,
303
+ textButtonPrimaryMediaPressed: e.blue55,
273
304
  textButtonSecondary: e.grey2,
274
- textButtonSecondaryPressed: e.grey2,
275
305
  textButtonSecondaryInverse: e.grey2,
306
+ textButtonSecondaryMedia: e.white,
307
+ textButtonSecondaryPressed: e.grey2,
276
308
  textButtonSecondaryInversePressed: e.grey2,
309
+ textButtonSecondaryMediaPressed: e.white,
277
310
  textLink: e.purple30,
278
311
  textLinkInverse: e.purple30,
312
+ textLinkMedia: e.white,
279
313
  textLinkDanger: e.chili,
314
+ textLinkDangerMedia: e.tomato55,
280
315
  textLinkSnackbar: e.blue30,
281
316
  textActivated: e.blue30,
282
317
  textBrand: e.blue30,
@@ -370,7 +405,8 @@ const e = {
370
405
  tagBackgroundSuccessInverse: e.darkModeGrey6,
371
406
  tagBackgroundWarningInverse: e.darkModeGrey6,
372
407
  tagBackgroundErrorInverse: e.darkModeGrey6,
373
- cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`
408
+ cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`,
409
+ cardFooterOverlay: (0, _color.applyAlpha)(e.black, 0.7)
374
410
  },
375
411
  borderRadii: {
376
412
  avatar: "50%",
@@ -107,34 +107,51 @@ const e = {
107
107
  buttonDangerBackground: e.pepper55,
108
108
  buttonDangerBackgroundPressed: e.pepper70,
109
109
  buttonDangerBackgroundHover: e.pepper65,
110
- buttonLinkDangerBackgroundPressed: e.pepper10,
111
110
  buttonLinkDangerBackgroundInverse: e.white,
111
+ buttonLinkDangerBackgroundMedia: e.white,
112
+ buttonLinkDangerBackgroundPressed: e.pepper10,
112
113
  buttonLinkDangerBackgroundInversePressed: e.pepper10,
114
+ buttonLinkDangerBackgroundMediaPressed: e.pepper10,
113
115
  buttonLinkBackgroundPressed: e.movistarBlue10,
114
116
  buttonLinkBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.2),
117
+ buttonLinkBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.2),
115
118
  buttonPrimaryBackground: e.movistarBlueHC,
116
119
  buttonPrimaryBackgroundInverse: e.white,
117
- buttonPrimaryBackgroundPressed: e.movistarBlueHC65,
120
+ buttonPrimaryBackgroundMedia: e.white,
118
121
  buttonPrimaryBackgroundHover: e.movistarBlueHC55,
122
+ buttonPrimaryBackgroundInverseHover: e.movistarBlue10,
123
+ buttonPrimaryBackgroundMediaHover: e.movistarBlue10,
124
+ buttonPrimaryBackgroundPressed: e.movistarBlueHC65,
119
125
  buttonPrimaryBackgroundInversePressed: e.movistarBlue10,
126
+ buttonPrimaryBackgroundMediaPressed: e.movistarBlue10,
120
127
  buttonSecondaryBorder: e.movistarBlueHC,
121
- buttonSecondaryBorderPressed: e.movistarBlueHC65,
122
- buttonSecondaryBackgroundHover: e.movistarBlue10,
123
- buttonSecondaryBackgroundPressed: e.movistarBlue15,
124
128
  buttonSecondaryBorderInverse: e.white,
129
+ buttonSecondaryBorderMedia: e.white,
130
+ buttonSecondaryBorderPressed: e.movistarBlueHC65,
125
131
  buttonSecondaryBorderInversePressed: e.white,
132
+ buttonSecondaryBorderMediaPressed: e.white,
133
+ buttonSecondaryBackgroundHover: e.movistarBlue10,
126
134
  buttonSecondaryBackgroundInverseHover: (0, _color.applyAlpha)(e.white, 0.2),
135
+ buttonSecondaryBackgroundMediaHover: (0, _color.applyAlpha)(e.white, 0.2),
136
+ buttonSecondaryBackgroundPressed: e.movistarBlue15,
127
137
  buttonSecondaryBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.3),
138
+ buttonSecondaryBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.3),
128
139
  textButtonPrimary: e.white,
129
140
  textButtonPrimaryInverse: e.movistarBlueHC,
141
+ textButtonPrimaryMedia: e.movistarBlueHC,
130
142
  textButtonPrimaryInversePressed: e.movistarBlueHC,
143
+ textButtonPrimaryMediaPressed: e.movistarBlueHC,
131
144
  textButtonSecondary: e.movistarBlueHC,
132
- textButtonSecondaryPressed: e.movistarBlueHC55,
133
145
  textButtonSecondaryInverse: e.white,
146
+ textButtonSecondaryMedia: e.white,
147
+ textButtonSecondaryPressed: e.movistarBlueHC55,
134
148
  textButtonSecondaryInversePressed: e.white,
149
+ textButtonSecondaryMediaPressed: e.white,
135
150
  textLink: e.movistarBlueHC,
136
151
  textLinkInverse: e.white,
152
+ textLinkMedia: e.white,
137
153
  textLinkDanger: e.pepper60,
154
+ textLinkDangerMedia: e.pepper60,
138
155
  textLinkSnackbar: e.movistarBlue30,
139
156
  textActivated: e.movistarBlueHC,
140
157
  textBrand: e.movistarBlueHC,
@@ -228,7 +245,8 @@ const e = {
228
245
  tagBackgroundSuccessInverse: e.white,
229
246
  tagBackgroundWarningInverse: e.white,
230
247
  tagBackgroundErrorInverse: e.white,
231
- cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`
248
+ cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`,
249
+ cardFooterOverlay: (0, _color.applyAlpha)(e.black, 0.7)
232
250
  },
233
251
  darkModeColors: {
234
252
  background: e.darkModeBlack,
@@ -261,34 +279,51 @@ const e = {
261
279
  buttonDangerBackground: e.pepper55,
262
280
  buttonDangerBackgroundPressed: e.pepper70,
263
281
  buttonDangerBackgroundHover: e.pepper65,
264
- buttonLinkDangerBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.08),
265
282
  buttonLinkDangerBackgroundInverse: (0, _color.applyAlpha)(e.white, 0),
283
+ buttonLinkDangerBackgroundMedia: e.white,
284
+ buttonLinkDangerBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.08),
266
285
  buttonLinkDangerBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.08),
286
+ buttonLinkDangerBackgroundMediaPressed: e.pepper10,
267
287
  buttonLinkBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.08),
268
288
  buttonLinkBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.08),
289
+ buttonLinkBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.2),
269
290
  buttonPrimaryBackground: e.movistarBlueHC,
270
291
  buttonPrimaryBackgroundInverse: e.movistarBlueHC,
271
- buttonPrimaryBackgroundPressed: e.movistarBlueHC65,
292
+ buttonPrimaryBackgroundMedia: e.white,
272
293
  buttonPrimaryBackgroundHover: e.movistarBlueHC55,
294
+ buttonPrimaryBackgroundInverseHover: e.movistarBlueHC65,
295
+ buttonPrimaryBackgroundMediaHover: e.movistarBlue10,
296
+ buttonPrimaryBackgroundPressed: e.movistarBlueHC65,
273
297
  buttonPrimaryBackgroundInversePressed: e.movistarBlueHC65,
274
- buttonSecondaryBackgroundHover: (0, _color.applyAlpha)(e.white, 0.15),
275
- buttonSecondaryBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.25),
298
+ buttonPrimaryBackgroundMediaPressed: e.movistarBlue10,
276
299
  buttonSecondaryBorder: e.white,
277
- buttonSecondaryBorderPressed: e.white,
278
300
  buttonSecondaryBorderInverse: e.darkModeGrey2,
301
+ buttonSecondaryBorderMedia: e.white,
302
+ buttonSecondaryBorderPressed: e.white,
279
303
  buttonSecondaryBorderInversePressed: e.darkModeGrey2,
304
+ buttonSecondaryBorderMediaPressed: e.white,
305
+ buttonSecondaryBackgroundHover: (0, _color.applyAlpha)(e.white, 0.15),
280
306
  buttonSecondaryBackgroundInverseHover: (0, _color.applyAlpha)(e.white, 0.15),
307
+ buttonSecondaryBackgroundMediaHover: (0, _color.applyAlpha)(e.white, 0.2),
308
+ buttonSecondaryBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.25),
281
309
  buttonSecondaryBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.25),
310
+ buttonSecondaryBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.3),
282
311
  textButtonPrimary: e.white,
283
312
  textButtonPrimaryInverse: e.white,
313
+ textButtonPrimaryMedia: e.movistarBlueHC,
284
314
  textButtonPrimaryInversePressed: e.white,
315
+ textButtonPrimaryMediaPressed: e.movistarBlueHC,
285
316
  textButtonSecondary: e.darkModeGrey2,
286
- textButtonSecondaryPressed: e.darkModeGrey2,
287
317
  textButtonSecondaryInverse: e.darkModeGrey2,
318
+ textButtonSecondaryMedia: e.white,
319
+ textButtonSecondaryPressed: e.darkModeGrey2,
288
320
  textButtonSecondaryInversePressed: e.darkModeGrey2,
321
+ textButtonSecondaryMediaPressed: e.white,
289
322
  textLink: e.movistarBlue,
290
323
  textLinkInverse: e.movistarBlue,
324
+ textLinkMedia: e.white,
291
325
  textLinkDanger: e.pepper45,
326
+ textLinkDangerMedia: e.pepper60,
292
327
  textLinkSnackbar: e.movistarBlue,
293
328
  textActivated: e.movistarBlue,
294
329
  textBrand: e.movistarBlue,
@@ -382,19 +417,20 @@ const e = {
382
417
  tagBackgroundSuccessInverse: e.darkModeGrey7,
383
418
  tagBackgroundWarningInverse: e.darkModeGrey7,
384
419
  tagBackgroundErrorInverse: e.darkModeGrey7,
385
- cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`
420
+ cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`,
421
+ cardFooterOverlay: (0, _color.applyAlpha)(e.black, 0.7)
386
422
  },
387
423
  borderRadii: {
388
424
  avatar: "50%",
389
425
  bar: "999px",
390
426
  button: "4px",
391
- checkbox: "2px",
392
- container: "8px",
427
+ checkbox: "4px",
428
+ container: "16px",
393
429
  indicator: "999px",
394
- input: "8px",
430
+ input: "12px",
395
431
  legacyDisplay: "16px",
396
432
  popup: "8px",
397
- sheet: "8px",
433
+ sheet: "16px",
398
434
  mediaSmall: "8px"
399
435
  },
400
436
  textPresets: {