@telefonica/mistica 14.10.0 → 14.11.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 (170) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/avatar.css-mistica.js +1 -1
  3. package/dist/badge.css-mistica.js +1 -1
  4. package/dist/button-group.css-mistica.js +1 -1
  5. package/dist/button-layout.css-mistica.js +6 -6
  6. package/dist/button.css-mistica.js +18 -18
  7. package/dist/callout.css-mistica.js +1 -1
  8. package/dist/card.css-mistica.js +6 -6
  9. package/dist/carousel.css-mistica.js +16 -16
  10. package/dist/checkbox.css-mistica.js +9 -8
  11. package/dist/checkbox.css.d.ts +1 -0
  12. package/dist/checkbox.js +27 -26
  13. package/dist/chip.css-mistica.js +4 -4
  14. package/dist/circle.css-mistica.js +1 -1
  15. package/dist/credit-card-number-field.css-mistica.js +3 -3
  16. package/dist/cvv-field.css-mistica.js +1 -1
  17. package/dist/dialog.css-mistica.js +6 -6
  18. package/dist/double-field.css-mistica.js +2 -2
  19. package/dist/empty-state-card.css-mistica.js +3 -3
  20. package/dist/empty-state.css-mistica.js +2 -2
  21. package/dist/feedback.css-mistica.js +3 -3
  22. package/dist/fixed-footer-layout.css-mistica.js +5 -5
  23. package/dist/form-context.d.ts +2 -2
  24. package/dist/grid.css-mistica.js +161 -0
  25. package/dist/grid.css.d.ts +26 -0
  26. package/dist/grid.css.ts.vanilla.js +9 -0
  27. package/dist/grid.d.ts +44 -0
  28. package/dist/grid.js +118 -0
  29. package/dist/hero.css-mistica.js +3 -3
  30. package/dist/highlighted-card.css-mistica.js +6 -6
  31. package/dist/horizontal-scroll.css-mistica.js +1 -1
  32. package/dist/icon-button.css-mistica.js +1 -1
  33. package/dist/image.css-mistica.js +1 -1
  34. package/dist/image.d.ts +2 -0
  35. package/dist/image.js +38 -31
  36. package/dist/index.d.ts +2 -0
  37. package/dist/index.js +5 -0
  38. package/dist/list.css-mistica.js +7 -7
  39. package/dist/loading-bar.css-mistica.js +7 -7
  40. package/dist/maybe-dismissable.css-mistica.js +3 -3
  41. package/dist/menu.css-mistica.js +1 -1
  42. package/dist/navigation-bar.css-mistica.js +17 -17
  43. package/dist/navigation-breadcrumbs.css-mistica.js +2 -2
  44. package/dist/package-version.js +1 -1
  45. package/dist/password-field.css-mistica.js +1 -1
  46. package/dist/popover.css-mistica.js +5 -5
  47. package/dist/progress-bar.css-mistica.js +1 -1
  48. package/dist/radio-button.css-mistica.js +14 -13
  49. package/dist/radio-button.css.d.ts +1 -0
  50. package/dist/radio-button.js +21 -20
  51. package/dist/responsive-layout.css-mistica.js +5 -5
  52. package/dist/screen-reader-only.css-mistica.js +1 -1
  53. package/dist/select.css-mistica.js +10 -10
  54. package/dist/skeletons.css-mistica.js +3 -3
  55. package/dist/skins/blau.d.ts +37 -37
  56. package/dist/skins/blau.js +100 -31
  57. package/dist/skins/constants.d.ts +1 -0
  58. package/dist/skins/constants.js +7 -6
  59. package/dist/skins/movistar-legacy.d.ts +40 -41
  60. package/dist/skins/movistar-legacy.js +87 -43
  61. package/dist/skins/movistar.d.ts +41 -47
  62. package/dist/skins/movistar.js +86 -50
  63. package/dist/skins/o2-classic.js +16 -4
  64. package/dist/skins/o2.d.ts +41 -39
  65. package/dist/skins/o2.js +104 -40
  66. package/dist/skins/skin-contract.css-mistica.js +217 -203
  67. package/dist/skins/skin-contract.css.d.ts +78 -64
  68. package/dist/skins/telefonica.d.ts +35 -35
  69. package/dist/skins/telefonica.js +96 -43
  70. package/dist/skins/types/colors.d.ts +39 -32
  71. package/dist/skins/vivo.d.ts +35 -33
  72. package/dist/skins/vivo.js +111 -48
  73. package/dist/snackbar.css-mistica.js +2 -2
  74. package/dist/spinner.css-mistica.js +1 -1
  75. package/dist/sprinkles.css-mistica.js +364 -322
  76. package/dist/stacking-group.css-mistica.js +11 -0
  77. package/dist/stacking-group.css.d.ts +1 -0
  78. package/dist/stacking-group.css.ts.vanilla.js +9 -0
  79. package/dist/stacking-group.d.ts +12 -0
  80. package/dist/stacking-group.js +84 -0
  81. package/dist/stepper.css-mistica.js +8 -8
  82. package/dist/switch-component.css-mistica.js +26 -25
  83. package/dist/switch-component.css.d.ts +1 -0
  84. package/dist/switch-component.js +19 -18
  85. package/dist/tabs.css-mistica.js +11 -11
  86. package/dist/tag.css-mistica.js +2 -2
  87. package/dist/text-field-base.css-mistica.js +6 -6
  88. package/dist/text-field-base.d.ts +5 -5
  89. package/dist/text-field-components.css-mistica.js +10 -10
  90. package/dist/text-field.d.ts +1 -1
  91. package/dist/text-link.css-mistica.js +3 -3
  92. package/dist/tooltip.css-mistica.js +7 -7
  93. package/dist/touchable.css-mistica.js +3 -3
  94. package/dist/utils/aspect-ratio-support.css-mistica.js +2 -2
  95. package/dist/video.css-mistica.js +2 -2
  96. package/dist-es/avatar.css-mistica.js +1 -1
  97. package/dist-es/badge.css-mistica.js +1 -1
  98. package/dist-es/button-group.css-mistica.js +1 -1
  99. package/dist-es/button-layout.css-mistica.js +6 -6
  100. package/dist-es/button.css-mistica.js +9 -9
  101. package/dist-es/callout.css-mistica.js +1 -1
  102. package/dist-es/card.css-mistica.js +2 -2
  103. package/dist-es/carousel.css-mistica.js +2 -2
  104. package/dist-es/checkbox.css-mistica.js +6 -6
  105. package/dist-es/checkbox.js +39 -38
  106. package/dist-es/chip.css-mistica.js +4 -4
  107. package/dist-es/circle.css-mistica.js +1 -1
  108. package/dist-es/credit-card-number-field.css-mistica.js +3 -3
  109. package/dist-es/cvv-field.css-mistica.js +1 -1
  110. package/dist-es/dialog.css-mistica.js +5 -5
  111. package/dist-es/double-field.css-mistica.js +2 -2
  112. package/dist-es/empty-state-card.css-mistica.js +2 -2
  113. package/dist-es/empty-state.css-mistica.js +2 -2
  114. package/dist-es/feedback.css-mistica.js +2 -2
  115. package/dist-es/fixed-footer-layout.css-mistica.js +3 -3
  116. package/dist-es/grid.css-mistica.js +131 -0
  117. package/dist-es/grid.css.ts.vanilla.js +2 -0
  118. package/dist-es/grid.js +61 -0
  119. package/dist-es/hero.css-mistica.js +2 -2
  120. package/dist-es/highlighted-card.css-mistica.js +5 -5
  121. package/dist-es/horizontal-scroll.css-mistica.js +1 -1
  122. package/dist-es/icon-button.css-mistica.js +1 -1
  123. package/dist-es/image.css-mistica.js +1 -1
  124. package/dist-es/image.js +50 -43
  125. package/dist-es/index.js +1691 -1689
  126. package/dist-es/list.css-mistica.js +2 -2
  127. package/dist-es/loading-bar.css-mistica.js +2 -2
  128. package/dist-es/maybe-dismissable.css-mistica.js +2 -2
  129. package/dist-es/menu.css-mistica.js +1 -1
  130. package/dist-es/navigation-bar.css-mistica.js +11 -11
  131. package/dist-es/navigation-breadcrumbs.css-mistica.js +2 -2
  132. package/dist-es/package-version.js +1 -1
  133. package/dist-es/password-field.css-mistica.js +1 -1
  134. package/dist-es/popover.css-mistica.js +2 -2
  135. package/dist-es/progress-bar.css-mistica.js +1 -1
  136. package/dist-es/radio-button.css-mistica.js +8 -8
  137. package/dist-es/radio-button.js +30 -29
  138. package/dist-es/responsive-layout.css-mistica.js +4 -4
  139. package/dist-es/screen-reader-only.css-mistica.js +1 -1
  140. package/dist-es/select.css-mistica.js +9 -9
  141. package/dist-es/skeletons.css-mistica.js +2 -2
  142. package/dist-es/skins/blau.js +100 -31
  143. package/dist-es/skins/constants.js +2 -2
  144. package/dist-es/skins/movistar-legacy.js +87 -43
  145. package/dist-es/skins/movistar.js +87 -51
  146. package/dist-es/skins/o2-classic.js +16 -4
  147. package/dist-es/skins/o2.js +104 -40
  148. package/dist-es/skins/skin-contract.css-mistica.js +217 -203
  149. package/dist-es/skins/telefonica.js +96 -43
  150. package/dist-es/skins/vivo.js +111 -48
  151. package/dist-es/snackbar.css-mistica.js +2 -2
  152. package/dist-es/spinner.css-mistica.js +1 -1
  153. package/dist-es/sprinkles.css-mistica.js +364 -322
  154. package/dist-es/stacking-group.css-mistica.js +4 -0
  155. package/dist-es/stacking-group.css.ts.vanilla.js +2 -0
  156. package/dist-es/stacking-group.js +33 -0
  157. package/dist-es/stepper.css-mistica.js +2 -2
  158. package/dist-es/style.css +1 -1
  159. package/dist-es/switch-component.css-mistica.js +19 -19
  160. package/dist-es/switch-component.js +34 -33
  161. package/dist-es/tabs.css-mistica.js +9 -9
  162. package/dist-es/tag.css-mistica.js +2 -2
  163. package/dist-es/text-field-base.css-mistica.js +2 -2
  164. package/dist-es/text-field-components.css-mistica.js +2 -2
  165. package/dist-es/text-link.css-mistica.js +3 -3
  166. package/dist-es/tooltip.css-mistica.js +3 -3
  167. package/dist-es/touchable.css-mistica.js +2 -2
  168. package/dist-es/utils/aspect-ratio-support.css-mistica.js +2 -2
  169. package/dist-es/video.css-mistica.js +2 -2
  170. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./list.css.ts.vanilla.js";
3
- var _ = "_1y2v1nf5q _1y2v1nf68 _1y2v1nf6a", y = "_1y2v1nf5z _1y2v1nf8y _1y2v1nf8d _1y2v1nf68", f = "_1y2v1nf5q _1y2v1nf65", r = "_1y2v1nf5q _1y2v1nf7x _1y2v1nf9j", a = "_2buj9g0", o = "_1y2v1nf5q _1y2v1nf5v", t = "_2buj9gi _1y2v1nf5q", d = "_1y2v1nf6d _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf5s _1y2v1nf9o _1y2v1nf5k _1y2v1nf7a _1y2v1nf7o _1y2v1nf6b", i = "_2buj9gk _1y2v1nf6d _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf5s _1y2v1nf9o _1y2v1nf5k _1y2v1nf7a _1y2v1nf7o _1y2v1nf5q _1y2v1nf65 _1y2v1nf6a _1y2v1nf7y", e = "_2buj9g1", u = "_1y2v1nfa5", b = "_2buj9gb", g = "_1y2v1nf5q _1y2v1nf5w _1y2v1nf6c", j = "_1y2v1nf6d _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf9o _1y2v1nf5k";
4
- export { _ as asset, y as badge, f as center, r as content, a as disabled, o as dualActionContainer, t as dualActionDivider, d as dualActionLeft, i as dualActionRight, e as hoverBackground, u as pointer, b as right, g as rowBody, j as rowContent };
3
+ var _ = "_1y2v1nf64 _1y2v1nf6m _1y2v1nf6o", y = "_1y2v1nf6d _1y2v1nf9c _1y2v1nf8r _1y2v1nf6m", f = "_1y2v1nf64 _1y2v1nf6j", r = "_1y2v1nf64 _1y2v1nf8b _1y2v1nf9x", a = "_2buj9g0", o = "_1y2v1nf64 _1y2v1nf69", t = "_2buj9gi _1y2v1nf64", i = "_1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf66 _1y2v1nfa2 _1y2v1nf5y _1y2v1nf7o _1y2v1nf82 _1y2v1nf6p", e = "_2buj9gk _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf66 _1y2v1nfa2 _1y2v1nf5y _1y2v1nf7o _1y2v1nf82 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6o _1y2v1nf8c", d = "_2buj9g1", j = "_1y2v1nfaj", b = "_2buj9gb", u = "_1y2v1nf64 _1y2v1nf6a _1y2v1nf6q", c = "_1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf8b _1y2v1nfa2 _1y2v1nf5y";
4
+ export { _ as asset, y as badge, f as center, r as content, a as disabled, o as dualActionContainer, t as dualActionDivider, i as dualActionLeft, e as dualActionRight, d as hoverBackground, j as pointer, b as right, u as rowBody, c as rowContent };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./loading-bar.css.ts.vanilla.js";
3
- var r = 400, _ = "_1num3qg9", a = "_1num3qga", e = "_1num3qgb", f = "_1num3qgc", y = "_1num3qg8 _1y2v1nf8d", g = "_1num3qg3 _1y2v1nf5n _1y2v1nfa8 _1y2v1nfam _1y2v1nfb0", m = "_1num3qg6 _1y2v1nf5m _1y2v1nf8d _1y2v1nf7x", t = "_1y2v1nf7x _1y2v1nfa6 _1y2v1nf5l _1y2v1nf3x _1y2v1nf8g";
4
- export { r as TRANSITION_DURATION_MS, _ as enter, a as enterActive, e as exit, f as exitActive, y as innerProgress, g as portal, m as progress, t as progressContainer };
3
+ var v = 400, _ = "_1num3qg9", e = "_1num3qga", a = "_1num3qgb", f = "_1num3qgc", y = "_1num3qg8 _1y2v1nf8r", t = "_1num3qg3 _1y2v1nf61 _1y2v1nfam _1y2v1nfb0 _1y2v1nfbe", g = "_1num3qg6 _1y2v1nf60 _1y2v1nf8r _1y2v1nf8b", m = "_1y2v1nf8b _1y2v1nfak _1y2v1nf5z _1y2v1nf48 _1y2v1nf8u";
4
+ export { v as TRANSITION_DURATION_MS, _ as enter, e as enterActive, a as exit, f as exitActive, y as innerProgress, t as portal, g as progress, m as progressContainer };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./maybe-dismissable.css.ts.vanilla.js";
3
- var f = "cim30m2 _1y2v1nf5m _1y2v1nfa8 _1y2v1nfb0 _1y2v1nf88 _1y2v1nf8n _1y2v1nf5q _1y2v1nf65 _1y2v1nf5z", y = "cim30m4 _1y2v1nf5q _1y2v1nf65 _1y2v1nf5z _1y2v1nf85 _1y2v1nf8k _1y2v1nf9p", _ = "_1y2v1nf5l _1y2v1nf5q _1y2v1nf68";
4
- export { f as dismissableButton, y as dismissableCircleContainer, _ as dismissableContainer };
3
+ var y = "cim30m2 _1y2v1nf60 _1y2v1nfam _1y2v1nfbe _1y2v1nf8m _1y2v1nf91 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d", f = "cim30m4 _1y2v1nf64 _1y2v1nf6j _1y2v1nf6d _1y2v1nf8j _1y2v1nf8y _1y2v1nfa3", _ = "_1y2v1nf5z _1y2v1nf64 _1y2v1nf6m";
4
+ export { y as dismissableButton, f as dismissableCircleContainer, _ as dismissableContainer };
@@ -1,6 +1,6 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./menu.css.ts.vanilla.js";
3
- var k = "_2k0k3u9", _ = "_2k0k3u7 _1y2v1nf6d _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf2u _1y2v1nf9x _1y2v1nf5q _1y2v1nf5w _1y2v1nf5m", a = "_2k0k3u8", n = {
3
+ var k = "_2k0k3u9", _ = "_2k0k3u7 _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf31 _1y2v1nfab _1y2v1nf64 _1y2v1nf6a _1y2v1nf60", a = "_2k0k3u8", n = {
4
4
  top: "var(--_2k0k3u0)",
5
5
  bottom: "var(--_2k0k3u1)",
6
6
  left: "var(--_2k0k3u2)",
@@ -1,17 +1,17 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./navigation-bar.css.ts.vanilla.js";
3
- var y = "_1vcy5dz1 _1y2v1nf5l _1y2v1nf85 _1y2v1nf8k", _ = "_1vcy5dzr _1y2v1nf5n _1y2v1nfai _1y2v1nfam _1y2v1nfb0 _1y2v1nf2t", r = "_1vcy5dzl", e = "_1vcy5dzm", f = "_1vcy5dzn", a = "_1vcy5dzo", c = {
4
- default: "_1vcy5dzu _1y2v1nf1i",
5
- inverse: "_1vcy5dzv _1y2v1nf1h"
6
- }, d = "_1vcy5dz4 _1vcy5dz3 _1y2v1nf5m", i = "_1vcy5dz5 _1vcy5dz3 _1y2v1nf5m", t = "_1vcy5dzw", z = "_1y2v1nf5q _1y2v1nf5z", o = {
7
- default: "_1vcy5dza _1vcy5dz9 _1y2v1nf6i _1y2v1nf6w _1y2v1nf5q _1y2v1nf65 _1y2v1nf7x _1y2v1nf8r",
8
- inverse: "_1vcy5dzb _1vcy5dz9 _1y2v1nf6i _1y2v1nf6w _1y2v1nf5q _1y2v1nf65 _1y2v1nf7x _1y2v1nf8r",
9
- menuOpen: "_1vcy5dzc _1vcy5dz9 _1y2v1nf6i _1y2v1nf6w _1y2v1nf5q _1y2v1nf65 _1y2v1nf7x _1y2v1nf8r"
10
- }, u = "_1vcy5dze _1y2v1nf78 _1y2v1nf7m _1y2v1nf8r _1y2v1nf5q _1y2v1nf65 _1y2v1nf9o _1y2v1nf5k", s = {
3
+ var y = "_1vcy5dz1 _1y2v1nf5z _1y2v1nf8j _1y2v1nf8y", _ = "_1vcy5dzr _1y2v1nf61 _1y2v1nfaw _1y2v1nfb0 _1y2v1nfbe _1y2v1nf30", e = "_1vcy5dzl", r = "_1vcy5dzm", f = "_1vcy5dzn", a = "_1vcy5dzo", d = {
4
+ default: "_1vcy5dzu _1y2v1nf1m",
5
+ inverse: "_1vcy5dzv _1y2v1nf1l"
6
+ }, c = "_1vcy5dz4 _1vcy5dz3 _1y2v1nf60", i = "_1vcy5dz5 _1vcy5dz3 _1y2v1nf60", t = "_1vcy5dzw", z = "_1y2v1nf64 _1y2v1nf6d", o = {
7
+ default: "_1vcy5dza _1vcy5dz9 _1y2v1nf6w _1y2v1nf7a _1y2v1nf64 _1y2v1nf6j _1y2v1nf8b _1y2v1nf95",
8
+ inverse: "_1vcy5dzb _1vcy5dz9 _1y2v1nf6w _1y2v1nf7a _1y2v1nf64 _1y2v1nf6j _1y2v1nf8b _1y2v1nf95",
9
+ menuOpen: "_1vcy5dzc _1vcy5dz9 _1y2v1nf6w _1y2v1nf7a _1y2v1nf64 _1y2v1nf6j _1y2v1nf8b _1y2v1nf95"
10
+ }, u = "_1vcy5dze _1y2v1nf7m _1y2v1nf80 _1y2v1nf95 _1y2v1nf64 _1y2v1nf6j _1y2v1nfa2 _1y2v1nf5y", b = {
11
11
  default: "_1vcy5dzf",
12
12
  inverse: "_1vcy5dzg"
13
- }, l = "_1vcy5dzk _1y2v1nf8r", b = {
13
+ }, s = "_1vcy5dzk _1y2v1nf95", l = {
14
14
  default: "_1vcy5dzh",
15
15
  inverse: "_1vcy5dzi"
16
- }, g = "_1vcy5dz7 _1y2v1nf5n _1y2v1nfa8 _1y2v1nfam _1y2v1nfb0";
17
- export { y as burgerIconContainer, _ as burgerMenu, r as burgerMenuEnter, e as burgerMenuEnterActive, f as burgerMenuExit, a as burgerMenuExitActive, c as iconButtonVariants, d as iconCloseHidden, i as iconMenuHidden, t as lineHeightFix, z as logoContainer, o as navbarBorderColorVariants, u as section, s as selectedSectionVariantes, l as spacer, b as textWrapperVariants, g as topFixed };
16
+ }, g = "_1vcy5dz7 _1y2v1nf61 _1y2v1nfam _1y2v1nfb0 _1y2v1nfbe";
17
+ export { y as burgerIconContainer, _ as burgerMenu, e as burgerMenuEnter, r as burgerMenuEnterActive, f as burgerMenuExit, a as burgerMenuExitActive, d as iconButtonVariants, c as iconCloseHidden, i as iconMenuHidden, t as lineHeightFix, z as logoContainer, o as navbarBorderColorVariants, u as section, b as selectedSectionVariantes, s as spacer, l as textWrapperVariants, g as topFixed };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./navigation-breadcrumbs.css.ts.vanilla.js";
3
- var v = "_1fniauj3", f = "_1fniauj2", i = "_1fniauj5 _1y2v1nf6d _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j", t = "_1y2v1nf5t";
4
- export { v as current, f as link, i as list, t as listItem };
3
+ var v = "_1fniauj3", f = "_1fniauj2", i = "_1fniauj5 _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x", _ = "_1y2v1nf67";
4
+ export { v as current, f as link, i as list, _ as listItem };
@@ -1,2 +1,2 @@
1
- const o = "14.10.0";
1
+ const o = "14.11.0";
2
2
  export { o as PACKAGE_VERSION };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./password-field.css.ts.vanilla.js";
3
- var f = "ptqylz1 _1y2v1nf6g _1y2v1nf6u _1y2v1nf78 _1y2v1nf7m _1y2v1nf9p _1y2v1nf5k";
3
+ var f = "ptqylz1 _1y2v1nf6u _1y2v1nf78 _1y2v1nf7m _1y2v1nf80 _1y2v1nfa3 _1y2v1nf5y";
4
4
  export { f as shadow };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./popover.css.ts.vanilla.js";
3
- var a = "_12igu661 _1y2v1nf5m _1y2v1nfa8 _1y2v1nf9n _1y2v1nf9q _1y2v1nf2u", r = 12, t = "_12igu663 _1y2v1nf5m _1y2v1nf2 _1y2v1nfa6", _ = "_12igu669 _1y2v1nf5m _1y2v1nfab _1y2v1nfb3", o = "_12igu665 _1y2v1nf5m _1y2v1nf7y _1y2v1nf2u _1y2v1nf9n _1y2v1nf9z", f = "bottom", i = "top", y = 20, e = 16, u = 488, g = "_1y2v1nf5q _1y2v1nf65 _1y2v1nf8d", m = "_12igu667";
4
- export { a as arrow, r as arrowSize, t as arrowWrapper, _ as closeButtonIcon, o as container, f as defaultPositionDesktop, i as defaultPositionMobile, y as distanceToTarget, e as marginLeftRightMobile, u as maxWidthDesktop, g as textAlign, m as textContent };
3
+ var n = "_12igu661 _1y2v1nf60 _1y2v1nfam _1y2v1nfa1 _1y2v1nfa4 _1y2v1nf31", r = 12, t = "_12igu663 _1y2v1nf60 _1y2v1nf2 _1y2v1nfak", _ = "_12igu669 _1y2v1nf60 _1y2v1nfap _1y2v1nfbh", o = "_12igu665 _1y2v1nf60 _1y2v1nf8c _1y2v1nf31 _1y2v1nfa1 _1y2v1nfad", f = "bottom", i = "top", y = 20, e = 16, g = 488, p = "_1y2v1nf64 _1y2v1nf6j _1y2v1nf8r", u = "_12igu667";
4
+ export { n as arrow, r as arrowSize, t as arrowWrapper, _ as closeButtonIcon, o as container, f as defaultPositionDesktop, i as defaultPositionMobile, y as distanceToTarget, e as marginLeftRightMobile, g as maxWidthDesktop, p as textAlign, u as textContent };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./progress-bar.css.ts.vanilla.js";
3
- var v = "_1y2v1nf8d _1y2v1nfa3", n = "_1y2v1nfa3 _1y2v1nf8g _1y2v1nf3t", y = "j0y7r95", f = "j0y7r94";
3
+ var v = "_1y2v1nf8r _1y2v1nfah", n = "_1y2v1nfah _1y2v1nf8u _1y2v1nf44", y = "j0y7r95", f = "j0y7r94";
4
4
  export { v as bar, n as barBackground, y as inverse, f as normal };
@@ -1,10 +1,10 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./radio-button.css.ts.vanilla.js";
3
- var r = "c6dmsub", f = "c6dmsu5 _1y2v1nf5q _1y2v1nf9p", a = "c6dmsu7 _1y2v1nf3u", d = {
4
- default: "c6dmsu9",
5
- ios: "c6dmsua"
6
- }, y = {
7
- default: "c6dmsu2 c6dmsu1 _1y2v1nf5r _1y2v1nf65 _1y2v1nf5z _1y2v1nfa5 _1y2v1nf68 _1y2v1nf9p _1y2v1nf2t",
8
- ios: "c6dmsu3 c6dmsu1 _1y2v1nf5r _1y2v1nf65 _1y2v1nf5z _1y2v1nfa5 _1y2v1nf68 _1y2v1nf9p _1y2v1nf2t"
9
- }, _ = "c6dmsu8";
10
- export { r as disabled, f as innerCircle, a as innerCircleChecked, d as outerCircleCheckedVariants, y as outerCircleVariants, _ as radioButton };
3
+ var v = "c6dmsuc", r = "c6dmsu5 _1y2v1nf64 _1y2v1nfa3", d = "c6dmsu7 _1y2v1nf45", f = {
4
+ default: "c6dmsua",
5
+ ios: "c6dmsub"
6
+ }, c = {
7
+ default: "c6dmsu2 c6dmsu1 _1y2v1nf65 _1y2v1nf6j _1y2v1nf6d _1y2v1nfaj _1y2v1nf6m _1y2v1nfa3 _1y2v1nf30",
8
+ ios: "c6dmsu3 c6dmsu1 _1y2v1nf65 _1y2v1nf6j _1y2v1nf6d _1y2v1nfaj _1y2v1nf6m _1y2v1nfa3 _1y2v1nf30"
9
+ }, e = "c6dmsu8", i = "c6dmsu9";
10
+ export { v as disabled, r as innerCircle, d as innerCircleChecked, f as outerCircleCheckedVariants, c as outerCircleVariants, e as radioButton, i as radioButtonContainerDisabled };
@@ -78,16 +78,16 @@ function _objectWithoutPropertiesLoose(source, excluded) {
78
78
  return target;
79
79
  }
80
80
  import * as s from "react";
81
- import { UP as E, LEFT as B, DOWN as T, RIGHT as w, SPACE as G } from "./utils/key-codes.js";
81
+ import { UP as B, LEFT as E, DOWN as T, RIGHT as w, SPACE as G } from "./utils/key-codes.js";
82
82
  import { useControlProps as O } from "./form-context.js";
83
83
  import { combineRefs as j } from "./utils/common.js";
84
84
  import { Text3 as I } from "./text.js";
85
85
  import F from "./inline.js";
86
- import A from "classnames";
86
+ import N from "classnames";
87
87
  import { useAriaId as K, useTheme as H } from "./hooks.js";
88
- import { getPrefixedDataAttributes as D } from "./utils/dom.js";
89
- import { outerCircleVariants as N, outerCircleCheckedVariants as L, disabled as S, innerCircle as U, innerCircleChecked as W, radioButton as $ } from "./radio-button.css-mistica.js";
90
- import { jsx as n, jsxs as z } from "./_virtual/jsx-runtime.js";
88
+ import { getPrefixedDataAttributes as S } from "./utils/dom.js";
89
+ import { outerCircleVariants as A, outerCircleCheckedVariants as L, disabled as D, innerCircle as U, innerCircleChecked as W, radioButton as $, radioButtonContainerDisabled as z } from "./radio-button.css-mistica.js";
90
+ import { jsx as n, jsxs as J } from "./_virtual/jsx-runtime.js";
91
91
  const q = /*#__PURE__*/ s.createContext({
92
92
  disabled: !1,
93
93
  selectedValue: null,
@@ -95,14 +95,14 @@ const q = /*#__PURE__*/ s.createContext({
95
95
  select: ()=>{},
96
96
  selectNext: ()=>{},
97
97
  selectPrev: ()=>{}
98
- }), J = ()=>s.useContext(q), oe = (_param)=>{
99
- var { value: t , id: o , dataAttributes: R , "aria-labelledby": g } = _param, d = _objectWithoutProperties(_param, [
98
+ }), M = ()=>s.useContext(q), le = (_param)=>{
99
+ var { value: t , id: l , dataAttributes: R , "aria-labelledby": g } = _param, d = _objectWithoutProperties(_param, [
100
100
  "value",
101
101
  "id",
102
102
  "dataAttributes",
103
103
  "aria-labelledby"
104
104
  ]);
105
- const { disabled: l , selectedValue: y , focusableValue: i , select: u , selectNext: f , selectPrev: v } = J(), m = K(g), r = s.useRef(null), c = t === y, V = i === t ? 0 : -1, { isIos: h } = H(), p = (e)=>{
105
+ const { disabled: o , selectedValue: y , focusableValue: i , select: u , selectNext: f , selectPrev: v } = M(), m = K(g), r = s.useRef(null), c = t === y, V = i === t ? 0 : -1, { isIos: h } = H(), p = (e)=>{
106
106
  switch(e.keyCode){
107
107
  case G:
108
108
  u(t), e.preventDefault(), e.stopPropagation();
@@ -111,42 +111,43 @@ const q = /*#__PURE__*/ s.createContext({
111
111
  case T:
112
112
  f(), e.preventDefault(), e.stopPropagation();
113
113
  break;
114
- case B:
115
114
  case E:
115
+ case B:
116
116
  v(), e.preventDefault(), e.stopPropagation();
117
117
  break;
118
118
  }
119
119
  }, b = /* @__PURE__ */ n("div", {
120
- className: A(h ? N.ios : N.default, {
120
+ className: N(h ? A.ios : A.default, {
121
121
  [L[h ? "ios" : "default"]]: c,
122
- [S]: l
122
+ [D]: o
123
123
  }),
124
124
  children: !h && /* @__PURE__ */ n("div", {
125
- className: A(U, {
125
+ className: N(U, {
126
126
  [W]: c
127
127
  })
128
128
  })
129
129
  });
130
130
  return /* @__PURE__ */ n("span", _objectSpreadProps(_objectSpread({
131
131
  ref: r,
132
- id: o,
133
- tabIndex: l ? void 0 : V,
132
+ id: l,
133
+ tabIndex: o ? void 0 : V,
134
134
  role: "radio",
135
135
  "data-value": t,
136
136
  "aria-checked": c,
137
- "aria-disabled": l,
137
+ "aria-disabled": o,
138
138
  "aria-labelledby": m,
139
- onClick: l ? void 0 : ()=>u(t),
140
- onKeyDown: l ? void 0 : p,
139
+ onClick: o ? void 0 : ()=>u(t),
140
+ onKeyDown: o ? void 0 : p,
141
141
  className: $
142
- }, D(R, "RadioButton")), {
142
+ }, S(R, "RadioButton")), {
143
143
  children: d.render ? d.render({
144
144
  controlElement: b,
145
- disabled: !!l,
145
+ disabled: !!o,
146
146
  checked: c,
147
147
  labelId: m
148
- }) : /* @__PURE__ */ z(F, {
148
+ }) : /* @__PURE__ */ J(F, {
149
149
  space: 16,
150
+ className: o ? z : "",
150
151
  children: [
151
152
  /* @__PURE__ */ n(I, {
152
153
  regular: !0,
@@ -164,26 +165,26 @@ const q = /*#__PURE__*/ s.createContext({
164
165
  as: "div",
165
166
  id: m,
166
167
  children: /* @__PURE__ */ n("span", {
167
- className: l ? S : "",
168
+ className: o ? D : "",
168
169
  children: d.children
169
170
  })
170
171
  })
171
172
  ]
172
173
  })
173
174
  }));
174
- }, le = (t)=>{
175
+ }, ne = (t)=>{
175
176
  var p, b;
176
- const { value: o , defaultValue: R , onChange: g , focusableRef: d , disabled: l } = O({
177
+ const { value: l , defaultValue: R , onChange: g , focusableRef: d , disabled: o } = O({
177
178
  name: t.name,
178
179
  value: t.value,
179
180
  defaultValue: t.defaultValue,
180
181
  onChange: t.onChange,
181
182
  disabled: t.disabled
182
- }), y = typeof o < "u", [i, u] = s.useState((p = o != null ? o : R) != null ? p : "");
183
+ }), y = typeof l < "u", [i, u] = s.useState((p = l != null ? l : R) != null ? p : "");
183
184
  s.useEffect(()=>{
184
- o !== void 0 && u(o);
185
+ l !== void 0 && u(l);
185
186
  }, [
186
- o
187
+ l
187
188
  ]);
188
189
  const f = (e)=>{
189
190
  y || u(e), g(e);
@@ -214,10 +215,10 @@ const q = /*#__PURE__*/ s.createContext({
214
215
  ref: j(r, d),
215
216
  role: "radiogroup",
216
217
  "aria-labelledby": t["aria-labelledby"]
217
- }, D(t.dataAttributes, "RadioGroup")), {
218
+ }, S(t.dataAttributes, "RadioGroup")), {
218
219
  children: /* @__PURE__ */ n(q.Provider, {
219
220
  value: {
220
- disabled: l,
221
+ disabled: o,
221
222
  selectedValue: i != null ? i : R,
222
223
  focusableValue: h,
223
224
  select: f,
@@ -228,4 +229,4 @@ const q = /*#__PURE__*/ s.createContext({
228
229
  })
229
230
  }));
230
231
  };
231
- export { le as RadioGroup, oe as default, J as useRadioContext };
232
+ export { ne as RadioGroup, le as default, M as useRadioContext };
@@ -1,7 +1,7 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./responsive-layout.css.ts.vanilla.js";
3
3
  var n = {
4
- inverse: "_1y2v1nf2y",
5
- alternative: "_1y2v1nf33"
6
- }, v = "_1y2v1nf7x", o = "_17lofg76 _1y2v1nf7x", t = "_17lofg74";
7
- export { n as backgroundVariant, v as container, o as fullWidth, t as responsiveLayout };
4
+ inverse: "_1y2v1nf39",
5
+ alternative: "_1y2v1nf3e"
6
+ }, v = "_1y2v1nf8b", e = "_17lofg76 _1y2v1nf8b", o = "_17lofg74";
7
+ export { n as backgroundVariant, v as container, e as fullWidth, o as responsiveLayout };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./screen-reader-only.css.ts.vanilla.js";
3
- var y = "gwdgwo1 _1y2v1nf6d _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf5m _1y2v1nfa6 _1y2v1nf9o";
3
+ var y = "gwdgwo1 _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf60 _1y2v1nfak _1y2v1nfa2";
4
4
  export { y as screenReaderOnly };
@@ -1,17 +1,17 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./select.css.ts.vanilla.js";
3
- var n = "_1sqpivvo _1y2v1nf5m _1y2v1nfb5", f = "_1sqpivvq _1y2v1nf7a _1y2v1nf7o _1y2v1nf6g _1y2v1nf6u _1y2v1nf1s _1y2v1nf5q _1y2v1nf65 _1y2v1nfa5 _1y2v1nf8n", i = "_1y2v1nf33", s = {
3
+ var n = "_1sqpivvo _1y2v1nf60 _1y2v1nfbj", f = "_1sqpivvq _1y2v1nf7o _1y2v1nf82 _1y2v1nf6u _1y2v1nf78 _1y2v1nf1w _1y2v1nf64 _1y2v1nf6j _1y2v1nfaj _1y2v1nf91", i = "_1y2v1nf3e", a = {
4
4
  show: "_1sqpivv7",
5
5
  hide: "_1sqpivv8"
6
- }, y = "_1sqpivv6 _1y2v1nf6d _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf5m _1y2v1nf9w _1y2v1nf2u", a = {
7
- default: "_1sqpivvd _1sqpivvc _1y2v1nf5l",
8
- fullWidth: "_1sqpivve _1sqpivvc _1y2v1nf5l"
6
+ }, y = "_1sqpivv6 _1y2v1nf6r _1y2v1nf75 _1y2v1nf7j _1y2v1nf7x _1y2v1nf60 _1y2v1nfaa _1y2v1nf31", s = {
7
+ default: "_1sqpivvd _1sqpivvc _1y2v1nf5z _1y2v1nfaj",
8
+ fullWidth: "_1sqpivve _1sqpivvc _1y2v1nf5z _1y2v1nfaj"
9
9
  }, r = {
10
- default: "_1sqpivvl _1sqpivvk _1y2v1nf5m _1y2v1nfa6 _1y2v1nf9l _1y2v1nf1s",
11
- disabled: "_1sqpivvm _1sqpivvk _1y2v1nf5m _1y2v1nfa6 _1y2v1nf9l _1y2v1nf1s"
10
+ default: "_1sqpivvl _1sqpivvk _1y2v1nf60 _1y2v1nfak _1y2v1nf9z _1y2v1nf1w",
11
+ disabled: "_1sqpivvm _1sqpivvk _1y2v1nf60 _1y2v1nfak _1y2v1nf9z _1y2v1nf1w"
12
12
  }, p = {
13
- default: "_1sqpivvh _1sqpivvg _1y2v1nf9o _1y2v1nf1s _1y2v1nf5k _1y2v1nf7x _1y2v1nf8d",
14
- disabled: "_1sqpivvi _1sqpivvg _1y2v1nf9o _1y2v1nf1s _1y2v1nf5k _1y2v1nf7x _1y2v1nf8d"
13
+ default: "_1sqpivvh _1sqpivvg _1y2v1nfa2 _1y2v1nf1w _1y2v1nf5y _1y2v1nf8b _1y2v1nf8r",
14
+ disabled: "_1sqpivvi _1sqpivvg _1y2v1nfa2 _1y2v1nf1w _1y2v1nf5y _1y2v1nf8b _1y2v1nf8r"
15
15
  }, t = {
16
16
  top: "var(--_1sqpivv0)",
17
17
  left: "var(--_1sqpivv1)",
@@ -19,4 +19,4 @@ var n = "_1sqpivvo _1y2v1nf5m _1y2v1nfb5", f = "_1sqpivvq _1y2v1nf7a _1y2v1nf7o
19
19
  minWidth: "var(--_1sqpivv3)",
20
20
  maxHeight: "var(--_1sqpivv4)"
21
21
  };
22
- export { n as arrowDown, f as menuItem, i as menuItemSelected, s as optionsAnimationsVariants, y as optionsContainer, a as selectContainerVariants, r as selectTextVariants, p as selectVariants, t as vars };
22
+ export { n as arrowDown, f as menuItem, i as menuItemSelected, a as optionsAnimationsVariants, y as optionsContainer, s as selectContainerVariants, r as selectTextVariants, p as selectVariants, t as vars };
@@ -1,4 +1,4 @@
1
1
  import "./sprinkles.css.ts.vanilla.js";
2
2
  import "./skeletons.css.ts.vanilla.js";
3
- var o = "zopolw2 _1y2v1nf5s", r = "_1y2v1nf68 _1y2v1nf6a", a = "zopolw6 _1y2v1nf69", f = "_1y2v1nf5q _1y2v1nf65 _1y2v1nf5z";
4
- export { o as animation, r as circle, a as line, f as row };
3
+ var o = "zopolw2 _1y2v1nf66", r = "_1y2v1nf6m _1y2v1nf6o", f = "zopolw6 _1y2v1nf6n", y = "_1y2v1nf64 _1y2v1nf6j _1y2v1nf6d";
4
+ export { o as animation, r as circle, f as line, y as row };
@@ -1,5 +1,5 @@
1
- import { applyAlpha as r } from "../utils/color.js";
2
1
  import { BLAU_SKIN as a } from "./constants.js";
2
+ import { applyAlpha as r } from "../utils/color.js";
3
3
  const e = {
4
4
  blauBluePrimary: "#00B6F1",
5
5
  blauBluePrimary10: "#F7FDFF",
@@ -38,17 +38,21 @@ const e = {
38
38
  darkModeBlack: "#191919",
39
39
  darkModeGrey: "#242424",
40
40
  darkModeGrey6: "#313235"
41
- }, t = ()=>({
41
+ }, u = ()=>({
42
42
  name: a,
43
43
  colors: {
44
+ backgroundBrand: e.blauBluePrimary,
45
+ backgroundBrandSecondary: e.blauBluePrimary,
44
46
  appBarBackground: e.white,
45
47
  background: e.white,
46
48
  backgroundContainer: e.white,
49
+ backgroundContainerHover: r(e.blauBluePrimary, 0.03),
50
+ backgroundContainerPressed: r(e.blauBluePrimary, 0.05),
47
51
  backgroundContainerBrand: e.blauBluePrimary,
52
+ backgroundContainerBrandHover: r(e.darkModeBlack, 0.2),
53
+ backgroundContainerBrandPressed: r(e.darkModeBlack, 0.4),
48
54
  backgroundContainerBrandOverInverse: e.blauBlueSecondary,
49
55
  backgroundContainerAlternative: e.blauBluePrimary20,
50
- backgroundBrand: e.blauBluePrimary,
51
- backgroundBrandSecondary: e.blauBluePrimary,
52
56
  backgroundOverlay: r(e.blauBlueSecondary, 0.75),
53
57
  backgroundSkeleton: e.grey2,
54
58
  backgroundSkeletonInverse: e.blauBlueSecondary,
@@ -60,11 +64,13 @@ const e = {
60
64
  border: e.grey2,
61
65
  borderHigh: e.grey5,
62
66
  borderSelected: e.blauBlueSecondary60,
67
+ coverBackgroundHover: r(e.darkModeBlack, 0.25),
68
+ coverBackgroundPressed: r(e.darkModeBlack, 0.35),
63
69
  buttonDangerBackground: e.blauRed,
64
70
  buttonDangerBackgroundSelected: e.blauRed70,
65
71
  buttonDangerBackgroundHover: e.blauRed70,
66
72
  buttonLinkBackgroundSelected: e.blauPurple10,
67
- buttonLinkBackgroundInverseSelected: r(e.white, 0.3),
73
+ buttonLinkBackgroundInverseSelected: r(e.white, 0.15),
68
74
  buttonPrimaryBackground: e.blauBlueSecondary,
69
75
  buttonPrimaryBackgroundInverse: e.white,
70
76
  buttonPrimaryBackgroundSelected: e.blauBlueSecondary60,
@@ -73,9 +79,9 @@ const e = {
73
79
  buttonSecondaryBorder: e.blauBlueSecondary,
74
80
  buttonSecondaryBorderSelected: e.blauBlueSecondary60,
75
81
  buttonSecondaryBorderInverse: e.white,
76
- buttonSecondaryBorderInverseSelected: e.white,
77
82
  buttonSecondaryBackgroundHover: e.blauBlueSecondary10,
78
83
  buttonSecondaryBackgroundSelected: e.blauBlueSecondary10,
84
+ buttonSecondaryBorderInverseSelected: e.white,
79
85
  buttonSecondaryBackgroundInverseHover: r(e.white, 0.2),
80
86
  buttonSecondaryBackgroundInverseSelected: r(e.white, 0.2),
81
87
  textButtonPrimary: e.white,
@@ -108,7 +114,8 @@ const e = {
108
114
  inverse: e.white,
109
115
  neutralHigh: e.grey6,
110
116
  neutralMedium: e.grey5,
111
- neutralLow: e.grey1,
117
+ neutralMediumInverse: e.grey5,
118
+ neutralLow: e.grey2,
112
119
  neutralLowAlternative: e.grey2,
113
120
  textPrimary: e.grey6,
114
121
  textPrimaryInverse: e.white,
@@ -119,12 +126,6 @@ const e = {
119
126
  warning: e.blauYellow,
120
127
  promo: e.blauPurple,
121
128
  highlight: e.blauBluePrimary,
122
- textNavigationBarPrimary: e.white,
123
- textNavigationBarSecondary: e.blauBlueSecondary20,
124
- textNavigationSearchBarHint: e.blauBlueSecondary20,
125
- textNavigationSearchBarText: e.white,
126
- textAppBar: e.grey5,
127
- textAppBarSelected: e.blauBlueSecondary60,
128
129
  successLow: e.blauGreen10,
129
130
  warningLow: e.blauYellow10,
130
131
  errorLow: e.blauRed10,
@@ -138,36 +139,56 @@ const e = {
138
139
  warningHighInverse: e.blauYellow70,
139
140
  errorHighInverse: e.blauRed70,
140
141
  promoHighInverse: e.blauPurple,
141
- neutralMediumInverse: e.grey5
142
+ textNavigationBarPrimary: e.white,
143
+ textNavigationBarSecondary: e.blauBlueSecondary20,
144
+ textNavigationSearchBarHint: e.blauBlueSecondary20,
145
+ textNavigationSearchBarText: e.white,
146
+ textAppBar: e.grey5,
147
+ textAppBarSelected: e.blauBlueSecondary60,
148
+ customTabsBackground: e.blauBluePrimary
142
149
  },
143
150
  darkModeColors: {
151
+ background: e.darkModeBlack,
152
+ backgroundAlternative: e.darkModeBlack,
144
153
  backgroundBrand: e.darkModeBlack,
145
154
  backgroundBrandSecondary: e.darkModeBlack,
146
- background: e.darkModeBlack,
147
- appBarBackground: e.darkModeGrey,
148
155
  backgroundContainer: e.darkModeGrey,
156
+ backgroundContainerHover: r(e.white, 0.03),
157
+ backgroundContainerPressed: r(e.white, 0.05),
149
158
  backgroundContainerBrand: e.darkModeGrey,
159
+ backgroundContainerBrandHover: r(e.white, 0.03),
160
+ backgroundContainerBrandPressed: r(e.white, 0.05),
150
161
  backgroundContainerBrandOverInverse: e.darkModeGrey,
151
162
  backgroundContainerAlternative: e.darkModeGrey,
152
- backgroundAlternative: e.darkModeBlack,
153
163
  backgroundOverlay: r(e.darkModeGrey, 0.8),
154
- backgroundSkeleton: e.darkModeGrey6,
155
- backgroundSkeletonInverse: e.darkModeGrey6,
164
+ backgroundSkeleton: e.darkModeGrey,
165
+ backgroundSkeletonInverse: e.darkModeGrey,
156
166
  backgroundFeedbackBottom: e.darkModeBlack,
167
+ appBarBackground: e.darkModeGrey,
157
168
  navigationBarBackground: e.darkModeBlack,
158
169
  skeletonWave: e.grey5,
159
170
  borderLow: e.darkModeBlack,
160
171
  border: e.darkModeGrey,
172
+ borderHigh: e.grey5,
173
+ borderSelected: e.blauBlueSecondary60,
174
+ coverBackgroundHover: r(e.darkModeBlack, 0.25),
175
+ coverBackgroundPressed: r(e.darkModeBlack, 0.35),
176
+ buttonDangerBackground: e.blauRed,
177
+ buttonDangerBackgroundSelected: e.blauRed70,
178
+ buttonDangerBackgroundHover: e.blauRed70,
161
179
  buttonLinkBackgroundSelected: r(e.blauPurple, 0.3),
162
180
  buttonLinkBackgroundInverseSelected: r(e.blauPurple, 0.3),
163
- buttonPrimaryBackgroundInverse: e.blauBlueSecondary,
181
+ buttonPrimaryBackground: e.blauBlueSecondary,
182
+ buttonPrimaryBackgroundInverse: e.blauBluePrimary,
164
183
  buttonPrimaryBackgroundSelected: e.blauBlueSecondary60,
184
+ buttonPrimaryBackgroundHover: e.blauBlueSecondary60,
185
+ buttonPrimaryBackgroundInverseSelected: e.blauBlueSecondary60,
165
186
  buttonSecondaryBorder: e.white,
166
187
  buttonSecondaryBorderSelected: e.white,
167
- buttonSecondaryBorderInverse: e.white,
168
- buttonSecondaryBorderInverseSelected: e.white,
169
188
  buttonSecondaryBackgroundHover: r(e.white, 0.15),
170
189
  buttonSecondaryBackgroundSelected: r(e.white, 0.15),
190
+ buttonSecondaryBorderInverse: e.white,
191
+ buttonSecondaryBorderInverseSelected: e.white,
171
192
  buttonSecondaryBackgroundInverseHover: r(e.white, 0.15),
172
193
  buttonSecondaryBackgroundInverseSelected: r(e.white, 0.15),
173
194
  textButtonPrimary: e.grey2,
@@ -179,7 +200,11 @@ const e = {
179
200
  textButtonSecondaryInverseSelected: e.grey2,
180
201
  textLink: e.blauPurple30,
181
202
  textLinkInverse: e.blauPurple30,
203
+ textLinkDanger: e.blauRed,
204
+ textLinkSnackbar: e.blauPurple30,
182
205
  control: e.darkModeGrey6,
206
+ controlActivated: e.blauBlueSecondary,
207
+ controlError: e.blauRed,
183
208
  loadingBar: e.blauBluePrimary,
184
209
  loadingBarBackground: e.darkModeGrey,
185
210
  toggleAndroidInactive: e.grey5,
@@ -188,23 +213,26 @@ const e = {
188
213
  divider: r(e.white, 0.05),
189
214
  dividerInverse: r(e.white, 0.05),
190
215
  navigationBarDivider: e.darkModeBlack,
216
+ badge: e.blauRed,
217
+ feedbackErrorBackground: e.blauRed,
218
+ feedbackInfoBackground: e.darkModeGrey,
191
219
  brand: e.blauBluePrimary,
192
- brandHigh: e.grey5,
220
+ brandHigh: r(e.white, 0.05),
193
221
  inverse: e.grey2,
194
222
  neutralHigh: e.grey2,
195
223
  neutralMedium: e.grey5,
224
+ neutralMediumInverse: e.grey5,
196
225
  neutralLow: e.darkModeGrey6,
197
226
  neutralLowAlternative: e.darkModeGrey6,
198
227
  textPrimary: e.grey2,
199
228
  textPrimaryInverse: e.grey2,
200
229
  textSecondary: e.grey4,
201
230
  textSecondaryInverse: e.grey4,
202
- textNavigationBarPrimary: e.grey2,
203
- textNavigationBarSecondary: e.grey4,
204
- textNavigationSearchBarHint: e.grey4,
205
- textNavigationSearchBarText: e.grey2,
206
- textAppBar: e.grey5,
207
- textAppBarSelected: e.grey2,
231
+ error: e.blauRed,
232
+ success: e.blauGreen,
233
+ warning: e.blauYellow,
234
+ promo: e.blauPurple,
235
+ highlight: e.blauBluePrimary,
208
236
  successLow: e.darkModeGrey6,
209
237
  warningLow: e.darkModeGrey6,
210
238
  errorLow: e.darkModeGrey6,
@@ -218,7 +246,48 @@ const e = {
218
246
  warningHighInverse: e.blauYellow70,
219
247
  errorHighInverse: e.blauRed70,
220
248
  promoHighInverse: e.blauPurple,
221
- neutralMediumInverse: e.grey5
249
+ textNavigationBarPrimary: e.grey2,
250
+ textNavigationBarSecondary: e.grey4,
251
+ textNavigationSearchBarHint: e.grey4,
252
+ textNavigationSearchBarText: e.grey2,
253
+ textAppBar: e.grey5,
254
+ textAppBarSelected: e.grey2,
255
+ customTabsBackground: e.darkModeBlack
256
+ },
257
+ borderRadii: {
258
+ avatar: "50%",
259
+ bar: "999px",
260
+ button: "4px",
261
+ checkbox: "2px",
262
+ container: "8px",
263
+ indicator: "999px",
264
+ input: "8px",
265
+ legacyDisplay: "16px",
266
+ popup: "8px",
267
+ sheet: "8px"
268
+ },
269
+ textPresets: {
270
+ cardTitle: {
271
+ weight: "light"
272
+ },
273
+ text5: {
274
+ weight: "light"
275
+ },
276
+ text6: {
277
+ weight: "light"
278
+ },
279
+ text7: {
280
+ weight: "light"
281
+ },
282
+ text8: {
283
+ weight: "light"
284
+ },
285
+ text9: {
286
+ weight: "light"
287
+ },
288
+ text10: {
289
+ weight: "light"
290
+ }
222
291
  }
223
292
  });
224
- export { t as getBlauSkin, e as palette };
293
+ export { u as getBlauSkin, e as palette };
@@ -1,2 +1,2 @@
1
- const o = "Movistar", I = "O2", c = "O2-classic", s = "Vivo", S = "Telefonica", t = "Blau";
2
- export { t as BLAU_SKIN, o as MOVISTAR_SKIN, c as O2_CLASSIC_SKIN, I as O2_SKIN, S as TELEFONICA_SKIN, s as VIVO_SKIN };
1
+ const o = "Movistar", I = "Movistar", s = "O2", S = "O2-classic", c = "Vivo", t = "Telefonica", _ = "Blau";
2
+ export { _ as BLAU_SKIN, I as MOVISTAR_LEGACY_SKIN, o as MOVISTAR_SKIN, S as O2_CLASSIC_SKIN, s as O2_SKIN, t as TELEFONICA_SKIN, c as VIVO_SKIN };