@telefonica/mistica 16.52.0 → 16.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (296) hide show
  1. package/README.md +2 -1
  2. package/css/blau.css +69 -0
  3. package/css/esimflag.css +70 -1
  4. package/css/mistica.css +1 -1
  5. package/css/movistar-new.css +82 -0
  6. package/css/movistar.css +71 -2
  7. package/css/o2-new.css +71 -0
  8. package/css/o2.css +70 -0
  9. package/css/telefonica.css +94 -0
  10. package/css/tu.css +71 -1
  11. package/css/vivo-new.css +86 -9
  12. package/css/vivo.css +70 -0
  13. package/dist/accordion.css-mistica.js +10 -10
  14. package/dist/align.css-mistica.js +1 -1
  15. package/dist/autocomplete.css-mistica.js +5 -5
  16. package/dist/avatar.css-mistica.js +1 -1
  17. package/dist/badge.css-mistica.js +1 -1
  18. package/dist/box.css-mistica.js +13 -13
  19. package/dist/box.d.ts +1 -0
  20. package/dist/box.js +17 -15
  21. package/dist/boxed.css-mistica.js +24 -24
  22. package/dist/button-group.css-mistica.js +5 -5
  23. package/dist/button-layout.css-mistica.js +14 -14
  24. package/dist/button.css-mistica.js +54 -48
  25. package/dist/button.css.d.ts +5 -1
  26. package/dist/button.js +44 -44
  27. package/dist/callout.css-mistica.js +13 -13
  28. package/dist/card-internal.css-mistica.js +29 -26
  29. package/dist/card-internal.css.d.ts +2 -1
  30. package/dist/card-internal.d.ts +1 -1
  31. package/dist/card-internal.js +151 -149
  32. package/dist/carousel.css-mistica.js +32 -32
  33. package/dist/checkbox.css-mistica.js +19 -19
  34. package/dist/checkbox.js +1 -1
  35. package/dist/chip.css-mistica.js +20 -20
  36. package/dist/circle.css-mistica.js +2 -2
  37. package/dist/community/advanced-data-card.css-mistica.js +19 -19
  38. package/dist/community/blocks.css-mistica.js +3 -3
  39. package/dist/community/example-component.css-mistica.js +2 -2
  40. package/dist/counter.css-mistica.js +3 -3
  41. package/dist/cover-hero.css-mistica.js +10 -10
  42. package/dist/credit-card-number-field.css-mistica.js +3 -3
  43. package/dist/credit-card-number-field.js +16 -16
  44. package/dist/date-field.css-mistica.js +1 -1
  45. package/dist/date-field.js +1 -1
  46. package/dist/date-time-field.js +6 -6
  47. package/dist/date-time-picker.css-mistica.js +1 -1
  48. package/dist/dialog.css-mistica.js +8 -8
  49. package/dist/divider.css-mistica.js +5 -5
  50. package/dist/double-field.css-mistica.js +4 -4
  51. package/dist/drawer.css-mistica.js +18 -9
  52. package/dist/drawer.css.d.ts +3 -0
  53. package/dist/drawer.js +90 -106
  54. package/dist/empty-state-card.css-mistica.js +2 -2
  55. package/dist/empty-state.css-mistica.js +5 -5
  56. package/dist/empty-state.css.d.ts +1 -0
  57. package/dist/fade-in.css-mistica.js +1 -1
  58. package/dist/feedback.css-mistica.js +5 -2
  59. package/dist/feedback.css.d.ts +1 -0
  60. package/dist/feedback.js +34 -41
  61. package/dist/file-upload.css-mistica.js +40 -0
  62. package/dist/file-upload.css.d.ts +7 -0
  63. package/dist/file-upload.d.ts +59 -0
  64. package/dist/file-upload.js +483 -0
  65. package/dist/fixed-footer-layout.css-mistica.js +10 -10
  66. package/dist/form.css-mistica.js +2 -2
  67. package/dist/grid-layout.css-mistica.js +3 -3
  68. package/dist/grid.css-mistica.js +120 -120
  69. package/dist/header.css-mistica.js +1 -1
  70. package/dist/hero.css-mistica.js +9 -9
  71. package/dist/hero.js +51 -51
  72. package/dist/horizontal-scroll.css-mistica.js +2 -2
  73. package/dist/icon-button.css-mistica.js +61 -61
  74. package/dist/icons/icon-amex.js +45 -37
  75. package/dist/icons/icon-chevron.css-mistica.js +2 -2
  76. package/dist/icons/icon-error.css-mistica.js +1 -1
  77. package/dist/icons/icon-mastercard.js +41 -36
  78. package/dist/icons/icon-visa.js +37 -27
  79. package/dist/image.css-mistica.js +11 -11
  80. package/dist/index.d.ts +1 -0
  81. package/dist/index.js +7 -0
  82. package/dist/inline.css-mistica.js +9 -9
  83. package/dist/list.css-mistica.js +21 -21
  84. package/dist/list.d.ts +12 -2
  85. package/dist/list.js +117 -115
  86. package/dist/loading-bar.css-mistica.js +3 -3
  87. package/dist/loading-screen.css-mistica.js +7 -7
  88. package/dist/logo.css-mistica.js +5 -5
  89. package/dist/media-queries.css-mistica.js +13 -6
  90. package/dist/media-queries.css.d.ts +3 -0
  91. package/dist/menu.css-mistica.js +15 -15
  92. package/dist/month-field.js +1 -1
  93. package/dist/mosaic.css-mistica.js +1 -1
  94. package/dist/navigation-bar.css-mistica.js +42 -42
  95. package/dist/navigation-bar.d.ts +3 -1
  96. package/dist/navigation-bar.js +408 -383
  97. package/dist/navigation-breadcrumbs.css-mistica.js +3 -3
  98. package/dist/package-version.js +1 -1
  99. package/dist/pin-field.css-mistica.js +2 -2
  100. package/dist/popover.css-mistica.js +1 -1
  101. package/dist/progress-bar.css-mistica.js +7 -7
  102. package/dist/radio-button.css-mistica.js +25 -25
  103. package/dist/rating.css-mistica.js +2 -2
  104. package/dist/responsive-layout.css-mistica.js +7 -7
  105. package/dist/responsive-layout.css.d.ts +2 -1
  106. package/dist/screen-reader-only.css-mistica.js +2 -2
  107. package/dist/screen-size-context-provider.js +25 -19
  108. package/dist/screen-size-context.d.ts +2 -0
  109. package/dist/screen-size-context.js +2 -1
  110. package/dist/search-field.js +9 -9
  111. package/dist/select.css-mistica.js +23 -23
  112. package/dist/sheet-action-row.css-mistica.js +1 -1
  113. package/dist/sheet-common.css-mistica.js +10 -10
  114. package/dist/sheet-info.css-mistica.js +2 -2
  115. package/dist/skeletons.css-mistica.js +9 -9
  116. package/dist/skins/blau.js +132 -0
  117. package/dist/skins/defaults.d.ts +2 -1
  118. package/dist/skins/defaults.js +118 -0
  119. package/dist/skins/esimflag.js +132 -0
  120. package/dist/skins/movistar-new.js +134 -2
  121. package/dist/skins/movistar.js +132 -0
  122. package/dist/skins/o2-new.js +132 -0
  123. package/dist/skins/o2.js +132 -0
  124. package/dist/skins/skin-contract.css-mistica.js +702 -642
  125. package/dist/skins/skin-contract.css.d.ts +60 -0
  126. package/dist/skins/telefonica.js +132 -0
  127. package/dist/skins/tu.js +132 -0
  128. package/dist/skins/types/colors.d.ts +8 -0
  129. package/dist/skins/types/index.d.ts +30 -16
  130. package/dist/skins/vivo-new.js +132 -0
  131. package/dist/skins/vivo.js +132 -0
  132. package/dist/skip-link.css-mistica.js +2 -2
  133. package/dist/slider.css-mistica.js +21 -21
  134. package/dist/snackbar.css-mistica.js +15 -15
  135. package/dist/spinner.css-mistica.js +1 -1
  136. package/dist/sprinkles.css.d.ts +1 -1
  137. package/dist/square.css-mistica.js +2 -2
  138. package/dist/stack.css-mistica.js +5 -5
  139. package/dist/stack.d.ts +2 -1
  140. package/dist/stack.js +17 -16
  141. package/dist/stacking-group.css-mistica.js +1 -1
  142. package/dist/stepper.css-mistica.js +12 -12
  143. package/dist/switch-component.css-mistica.js +46 -46
  144. package/dist/table.css-mistica.js +9 -9
  145. package/dist/tabs.css-mistica.js +23 -23
  146. package/dist/tag.css-mistica.js +4 -4
  147. package/dist/text-field-base.css-mistica.js +25 -28
  148. package/dist/text-field-base.css.d.ts +2 -2
  149. package/dist/text-field-base.js +102 -101
  150. package/dist/text-field-components.css-mistica.js +10 -10
  151. package/dist/text-link.css-mistica.js +8 -8
  152. package/dist/text-tokens.d.ts +4 -0
  153. package/dist/text-tokens.js +62 -46
  154. package/dist/text.css-mistica.js +6 -6
  155. package/dist/theme-context-provider.js +155 -116
  156. package/dist/theme-context.css-mistica.js +1 -1
  157. package/dist/theme.d.ts +2 -1
  158. package/dist/time-field.js +4 -4
  159. package/dist/timeline.css-mistica.js +13 -13
  160. package/dist/timer.css-mistica.js +6 -6
  161. package/dist/tooltip.css-mistica.js +5 -5
  162. package/dist/touchable.css-mistica.js +5 -5
  163. package/dist/utils/aspect-ratio-support.css-mistica.js +2 -2
  164. package/dist/video.css-mistica.js +1 -1
  165. package/dist/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
  166. package/dist-es/accordion.css-mistica.js +7 -7
  167. package/dist-es/align.css-mistica.js +1 -1
  168. package/dist-es/autocomplete.css-mistica.js +2 -2
  169. package/dist-es/avatar.css-mistica.js +1 -1
  170. package/dist-es/badge.css-mistica.js +1 -1
  171. package/dist-es/box.css-mistica.js +13 -13
  172. package/dist-es/box.js +25 -23
  173. package/dist-es/boxed.css-mistica.js +23 -23
  174. package/dist-es/button-group.css-mistica.js +2 -2
  175. package/dist-es/button-layout.css-mistica.js +14 -14
  176. package/dist-es/button.css-mistica.js +39 -36
  177. package/dist-es/button.js +90 -90
  178. package/dist-es/callout.css-mistica.js +12 -12
  179. package/dist-es/card-internal.css-mistica.js +17 -17
  180. package/dist-es/card-internal.js +204 -202
  181. package/dist-es/carousel.css-mistica.js +9 -9
  182. package/dist-es/checkbox.css-mistica.js +13 -13
  183. package/dist-es/checkbox.js +1 -1
  184. package/dist-es/chip.css-mistica.js +16 -16
  185. package/dist-es/circle.css-mistica.js +2 -2
  186. package/dist-es/community/advanced-data-card.css-mistica.js +7 -7
  187. package/dist-es/community/blocks.css-mistica.js +2 -2
  188. package/dist-es/community/example-component.css-mistica.js +2 -2
  189. package/dist-es/counter.css-mistica.js +2 -2
  190. package/dist-es/cover-hero.css-mistica.js +3 -3
  191. package/dist-es/credit-card-number-field.css-mistica.js +3 -3
  192. package/dist-es/credit-card-number-field.js +19 -19
  193. package/dist-es/date-field.css-mistica.js +1 -1
  194. package/dist-es/date-field.js +1 -1
  195. package/dist-es/date-time-field.js +6 -6
  196. package/dist-es/date-time-picker.css-mistica.js +1 -1
  197. package/dist-es/dialog.css-mistica.js +5 -5
  198. package/dist-es/divider.css-mistica.js +5 -5
  199. package/dist-es/double-field.css-mistica.js +4 -4
  200. package/dist-es/drawer.css-mistica.js +2 -2
  201. package/dist-es/drawer.js +121 -137
  202. package/dist-es/empty-state-card.css-mistica.js +2 -2
  203. package/dist-es/empty-state.css-mistica.js +5 -5
  204. package/dist-es/fade-in.css-mistica.js +1 -1
  205. package/dist-es/feedback.css-mistica.js +2 -2
  206. package/dist-es/feedback.js +51 -58
  207. package/dist-es/file-upload.css-mistica.js +8 -0
  208. package/dist-es/file-upload.js +420 -0
  209. package/dist-es/fixed-footer-layout.css-mistica.js +4 -4
  210. package/dist-es/form.css-mistica.js +2 -2
  211. package/dist-es/grid-layout.css-mistica.js +3 -3
  212. package/dist-es/grid.css-mistica.js +120 -120
  213. package/dist-es/header.css-mistica.js +1 -1
  214. package/dist-es/hero.css-mistica.js +3 -3
  215. package/dist-es/hero.js +73 -73
  216. package/dist-es/horizontal-scroll.css-mistica.js +2 -2
  217. package/dist-es/icon-button.css-mistica.js +55 -55
  218. package/dist-es/icons/icon-amex.js +46 -38
  219. package/dist-es/icons/icon-chevron.css-mistica.js +2 -2
  220. package/dist-es/icons/icon-error.css-mistica.js +1 -1
  221. package/dist-es/icons/icon-mastercard.js +42 -37
  222. package/dist-es/icons/icon-visa.js +37 -27
  223. package/dist-es/image.css-mistica.js +4 -4
  224. package/dist-es/index.js +2214 -2213
  225. package/dist-es/inline.css-mistica.js +9 -9
  226. package/dist-es/list.css-mistica.js +2 -2
  227. package/dist-es/list.js +158 -156
  228. package/dist-es/loading-bar.css-mistica.js +2 -2
  229. package/dist-es/loading-screen.css-mistica.js +5 -5
  230. package/dist-es/logo.css-mistica.js +5 -5
  231. package/dist-es/media-queries.css-mistica.js +3 -2
  232. package/dist-es/menu.css-mistica.js +14 -14
  233. package/dist-es/month-field.js +1 -1
  234. package/dist-es/mosaic.css-mistica.js +1 -1
  235. package/dist-es/navigation-bar.css-mistica.js +20 -20
  236. package/dist-es/navigation-bar.js +524 -499
  237. package/dist-es/navigation-breadcrumbs.css-mistica.js +2 -2
  238. package/dist-es/package-version.js +1 -1
  239. package/dist-es/pin-field.css-mistica.js +2 -2
  240. package/dist-es/popover.css-mistica.js +1 -1
  241. package/dist-es/progress-bar.css-mistica.js +7 -7
  242. package/dist-es/radio-button.css-mistica.js +21 -21
  243. package/dist-es/rating.css-mistica.js +2 -2
  244. package/dist-es/responsive-layout.css-mistica.js +7 -7
  245. package/dist-es/screen-reader-only.css-mistica.js +2 -2
  246. package/dist-es/screen-size-context-provider.js +35 -29
  247. package/dist-es/screen-size-context.js +2 -1
  248. package/dist-es/search-field.js +13 -13
  249. package/dist-es/select.css-mistica.js +18 -18
  250. package/dist-es/sheet-action-row.css-mistica.js +1 -1
  251. package/dist-es/sheet-common.css-mistica.js +2 -2
  252. package/dist-es/sheet-info.css-mistica.js +2 -2
  253. package/dist-es/skeletons.css-mistica.js +7 -7
  254. package/dist-es/skins/blau.js +132 -0
  255. package/dist-es/skins/defaults.js +116 -1
  256. package/dist-es/skins/esimflag.js +132 -0
  257. package/dist-es/skins/movistar-new.js +134 -2
  258. package/dist-es/skins/movistar.js +132 -0
  259. package/dist-es/skins/o2-new.js +132 -0
  260. package/dist-es/skins/o2.js +134 -2
  261. package/dist-es/skins/skin-contract.css-mistica.js +702 -642
  262. package/dist-es/skins/telefonica.js +132 -0
  263. package/dist-es/skins/tu.js +132 -0
  264. package/dist-es/skins/vivo-new.js +132 -0
  265. package/dist-es/skins/vivo.js +132 -0
  266. package/dist-es/skip-link.css-mistica.js +2 -2
  267. package/dist-es/slider.css-mistica.js +19 -19
  268. package/dist-es/snackbar.css-mistica.js +5 -5
  269. package/dist-es/spinner.css-mistica.js +1 -1
  270. package/dist-es/square.css-mistica.js +2 -2
  271. package/dist-es/stack.css-mistica.js +5 -5
  272. package/dist-es/stack.js +21 -20
  273. package/dist-es/stacking-group.css-mistica.js +1 -1
  274. package/dist-es/stepper.css-mistica.js +3 -3
  275. package/dist-es/style.css +1 -1
  276. package/dist-es/switch-component.css-mistica.js +38 -38
  277. package/dist-es/table.css-mistica.js +9 -9
  278. package/dist-es/tabs.css-mistica.js +19 -19
  279. package/dist-es/tag.css-mistica.js +2 -2
  280. package/dist-es/text-field-base.css-mistica.js +16 -16
  281. package/dist-es/text-field-base.js +132 -131
  282. package/dist-es/text-field-components.css-mistica.js +4 -4
  283. package/dist-es/text-link.css-mistica.js +8 -8
  284. package/dist-es/text-tokens.js +34 -24
  285. package/dist-es/text.css-mistica.js +6 -6
  286. package/dist-es/theme-context-provider.js +198 -159
  287. package/dist-es/theme-context.css-mistica.js +1 -1
  288. package/dist-es/time-field.js +4 -4
  289. package/dist-es/timeline.css-mistica.js +10 -10
  290. package/dist-es/timer.css-mistica.js +6 -6
  291. package/dist-es/tooltip.css-mistica.js +2 -2
  292. package/dist-es/touchable.css-mistica.js +2 -2
  293. package/dist-es/utils/aspect-ratio-support.css-mistica.js +2 -2
  294. package/dist-es/video.css-mistica.js +1 -1
  295. package/dist-es/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
  296. package/package.json +2 -2
@@ -1,724 +1,784 @@
1
1
  var v = {
2
2
  colors: {
3
- background: "var(--v16_52_1vqcj1i0)",
4
- backgroundAlternative: "var(--v16_52_1vqcj1i1)",
5
- backgroundBrand: "var(--v16_52_1vqcj1i2)",
6
- backgroundNegative: "var(--v16_52_1vqcj1i3)",
7
- backgroundBrandSecondary: "var(--v16_52_1vqcj1i4)",
8
- backgroundContainer: "var(--v16_52_1vqcj1i5)",
9
- backgroundContainerError: "var(--v16_52_1vqcj1i6)",
10
- backgroundContainerHover: "var(--v16_52_1vqcj1i7)",
11
- backgroundContainerPressed: "var(--v16_52_1vqcj1i8)",
12
- backgroundContainerBrand: "var(--v16_52_1vqcj1i9)",
13
- backgroundContainerBrandHover: "var(--v16_52_1vqcj1ia)",
14
- backgroundContainerBrandPressed: "var(--v16_52_1vqcj1ib)",
15
- backgroundContainerBrandOverInverse: "var(--v16_52_1vqcj1ic)",
16
- backgroundContainerNegative: "var(--v16_52_1vqcj1id)",
17
- backgroundContainerBrandOverBrand: "var(--v16_52_1vqcj1ie)",
18
- backgroundContainerAlternative: "var(--v16_52_1vqcj1if)",
19
- backgroundOverlay: "var(--v16_52_1vqcj1ig)",
20
- backgroundSkeleton: "var(--v16_52_1vqcj1ih)",
21
- backgroundSkeletonInverse: "var(--v16_52_1vqcj1ii)",
22
- backgroundSkeletonNegative: "var(--v16_52_1vqcj1ij)",
23
- backgroundSkeletonBrand: "var(--v16_52_1vqcj1ik)",
24
- backgroundBrandTop: "var(--v16_52_1vqcj1il)",
25
- backgroundBrandBottom: "var(--v16_52_1vqcj1im)",
26
- appBarBackground: "var(--v16_52_1vqcj1in)",
27
- navigationBarBackground: "var(--v16_52_1vqcj1io)",
28
- skeletonWave: "var(--v16_52_1vqcj1ip)",
29
- borderLow: "var(--v16_52_1vqcj1iq)",
30
- border: "var(--v16_52_1vqcj1ir)",
31
- borderHigh: "var(--v16_52_1vqcj1is)",
32
- borderSelected: "var(--v16_52_1vqcj1it)",
33
- coverBackgroundHover: "var(--v16_52_1vqcj1iu)",
34
- coverBackgroundPressed: "var(--v16_52_1vqcj1iv)",
35
- buttonDangerBackground: "var(--v16_52_1vqcj1iw)",
36
- buttonDangerBackgroundPressed: "var(--v16_52_1vqcj1ix)",
37
- buttonDangerBackgroundHover: "var(--v16_52_1vqcj1iy)",
38
- buttonLinkDangerBackgroundInverse: "var(--v16_52_1vqcj1iz)",
39
- buttonLinkDangerBackgroundNegative: "var(--v16_52_1vqcj1i10)",
40
- buttonLinkDangerBackgroundBrand: "var(--v16_52_1vqcj1i11)",
41
- buttonLinkDangerBackgroundMedia: "var(--v16_52_1vqcj1i12)",
42
- buttonLinkDangerBackgroundPressed: "var(--v16_52_1vqcj1i13)",
43
- buttonLinkDangerBackgroundInversePressed: "var(--v16_52_1vqcj1i14)",
44
- buttonLinkDangerBackgroundNegativePressed: "var(--v16_52_1vqcj1i15)",
45
- buttonLinkDangerBackgroundBrandPressed: "var(--v16_52_1vqcj1i16)",
46
- buttonLinkDangerBackgroundMediaPressed: "var(--v16_52_1vqcj1i17)",
47
- buttonLinkBackgroundPressed: "var(--v16_52_1vqcj1i18)",
48
- buttonLinkBackgroundInversePressed: "var(--v16_52_1vqcj1i19)",
49
- buttonLinkBackgroundNegativePressed: "var(--v16_52_1vqcj1i1a)",
50
- buttonLinkBackgroundBrandPressed: "var(--v16_52_1vqcj1i1b)",
51
- buttonLinkBackgroundMediaPressed: "var(--v16_52_1vqcj1i1c)",
52
- buttonPrimaryBackground: "var(--v16_52_1vqcj1i1d)",
53
- buttonPrimaryBackgroundInverse: "var(--v16_52_1vqcj1i1e)",
54
- buttonPrimaryBackgroundNegative: "var(--v16_52_1vqcj1i1f)",
55
- buttonPrimaryBackgroundBrand: "var(--v16_52_1vqcj1i1g)",
56
- buttonPrimaryBackgroundMedia: "var(--v16_52_1vqcj1i1h)",
57
- buttonPrimaryBackgroundHover: "var(--v16_52_1vqcj1i1i)",
58
- buttonPrimaryBackgroundInverseHover: "var(--v16_52_1vqcj1i1j)",
59
- buttonPrimaryBackgroundNegativeHover: "var(--v16_52_1vqcj1i1k)",
60
- buttonPrimaryBackgroundBrandHover: "var(--v16_52_1vqcj1i1l)",
61
- buttonPrimaryBackgroundMediaHover: "var(--v16_52_1vqcj1i1m)",
62
- buttonPrimaryBackgroundPressed: "var(--v16_52_1vqcj1i1n)",
63
- buttonPrimaryBackgroundInversePressed: "var(--v16_52_1vqcj1i1o)",
64
- buttonPrimaryBackgroundNegativePressed: "var(--v16_52_1vqcj1i1p)",
65
- buttonPrimaryBackgroundBrandPressed: "var(--v16_52_1vqcj1i1q)",
66
- buttonPrimaryBackgroundMediaPressed: "var(--v16_52_1vqcj1i1r)",
67
- buttonSecondaryBackgroundBrand: "var(--v16_52_1vqcj1i1s)",
68
- buttonSecondaryBorder: "var(--v16_52_1vqcj1i1t)",
69
- buttonSecondaryBorderInverse: "var(--v16_52_1vqcj1i1u)",
70
- buttonSecondaryBorderNegative: "var(--v16_52_1vqcj1i1v)",
71
- buttonSecondaryBorderBrand: "var(--v16_52_1vqcj1i1w)",
72
- buttonSecondaryBorderMedia: "var(--v16_52_1vqcj1i1x)",
73
- buttonSecondaryBorderPressed: "var(--v16_52_1vqcj1i1y)",
74
- buttonSecondaryBorderInversePressed: "var(--v16_52_1vqcj1i1z)",
75
- buttonSecondaryBorderNegativePressed: "var(--v16_52_1vqcj1i20)",
76
- buttonSecondaryBorderBrandPressed: "var(--v16_52_1vqcj1i21)",
77
- buttonSecondaryBorderMediaPressed: "var(--v16_52_1vqcj1i22)",
78
- buttonSecondaryBackgroundHover: "var(--v16_52_1vqcj1i23)",
79
- buttonSecondaryBackgroundInverseHover: "var(--v16_52_1vqcj1i24)",
80
- buttonSecondaryBackgroundNegativeHover: "var(--v16_52_1vqcj1i25)",
81
- buttonSecondaryBackgroundBrandHover: "var(--v16_52_1vqcj1i26)",
82
- buttonSecondaryBackgroundMediaHover: "var(--v16_52_1vqcj1i27)",
83
- buttonSecondaryBackgroundPressed: "var(--v16_52_1vqcj1i28)",
84
- buttonSecondaryBackgroundInversePressed: "var(--v16_52_1vqcj1i29)",
85
- buttonSecondaryBackgroundNegativePressed: "var(--v16_52_1vqcj1i2a)",
86
- buttonSecondaryBackgroundBrandPressed: "var(--v16_52_1vqcj1i2b)",
87
- buttonSecondaryBackgroundMediaPressed: "var(--v16_52_1vqcj1i2c)",
88
- textButtonPrimary: "var(--v16_52_1vqcj1i2d)",
89
- textButtonPrimaryInverse: "var(--v16_52_1vqcj1i2e)",
90
- textButtonPrimaryNegative: "var(--v16_52_1vqcj1i2f)",
91
- textButtonPrimaryBrand: "var(--v16_52_1vqcj1i2g)",
92
- textButtonPrimaryMedia: "var(--v16_52_1vqcj1i2h)",
93
- textButtonPrimaryInversePressed: "var(--v16_52_1vqcj1i2i)",
94
- textButtonPrimaryNegativePressed: "var(--v16_52_1vqcj1i2j)",
95
- textButtonPrimaryBrandPressed: "var(--v16_52_1vqcj1i2k)",
96
- textButtonPrimaryMediaPressed: "var(--v16_52_1vqcj1i2l)",
97
- textButtonSecondary: "var(--v16_52_1vqcj1i2m)",
98
- textButtonSecondaryInverse: "var(--v16_52_1vqcj1i2n)",
99
- textButtonSecondaryNegative: "var(--v16_52_1vqcj1i2o)",
100
- textButtonSecondaryBrand: "var(--v16_52_1vqcj1i2p)",
101
- textButtonSecondaryMedia: "var(--v16_52_1vqcj1i2q)",
102
- textButtonSecondaryPressed: "var(--v16_52_1vqcj1i2r)",
103
- textButtonSecondaryInversePressed: "var(--v16_52_1vqcj1i2s)",
104
- textButtonSecondaryNegativePressed: "var(--v16_52_1vqcj1i2t)",
105
- textButtonSecondaryBrandPressed: "var(--v16_52_1vqcj1i2u)",
106
- textButtonSecondaryMediaPressed: "var(--v16_52_1vqcj1i2v)",
107
- textLink: "var(--v16_52_1vqcj1i2w)",
108
- textLinkInverse: "var(--v16_52_1vqcj1i2x)",
109
- textLinkNegative: "var(--v16_52_1vqcj1i2y)",
110
- textLinkBrand: "var(--v16_52_1vqcj1i2z)",
111
- textLinkMedia: "var(--v16_52_1vqcj1i30)",
112
- textLinkDanger: "var(--v16_52_1vqcj1i31)",
113
- textLinkDangerMedia: "var(--v16_52_1vqcj1i32)",
114
- textLinkSnackbar: "var(--v16_52_1vqcj1i33)",
115
- textActivated: "var(--v16_52_1vqcj1i34)",
116
- textBrand: "var(--v16_52_1vqcj1i35)",
117
- inputBorder: "var(--v16_52_1vqcj1i36)",
118
- inputBorderInverse: "var(--v16_52_1vqcj1i37)",
119
- inputBorderNegative: "var(--v16_52_1vqcj1i38)",
120
- inputBorderBrand: "var(--v16_52_1vqcj1i39)",
121
- completedStep: "var(--v16_52_1vqcj1i3a)",
122
- completedStepInverse: "var(--v16_52_1vqcj1i3b)",
123
- completedStepNegative: "var(--v16_52_1vqcj1i3c)",
124
- completedStepBrand: "var(--v16_52_1vqcj1i3d)",
125
- control: "var(--v16_52_1vqcj1i3e)",
126
- controlActivated: "var(--v16_52_1vqcj1i3f)",
127
- controlInverse: "var(--v16_52_1vqcj1i3g)",
128
- controlNegative: "var(--v16_52_1vqcj1i3h)",
129
- controlBrand: "var(--v16_52_1vqcj1i3i)",
130
- controlActivatedInverse: "var(--v16_52_1vqcj1i3j)",
131
- controlActivatedNegative: "var(--v16_52_1vqcj1i3k)",
132
- controlActivatedBrand: "var(--v16_52_1vqcj1i3l)",
133
- controlError: "var(--v16_52_1vqcj1i3m)",
134
- barTrack: "var(--v16_52_1vqcj1i3n)",
135
- barTrackInverse: "var(--v16_52_1vqcj1i3o)",
136
- barTrackNegative: "var(--v16_52_1vqcj1i3p)",
137
- barTrackBrand: "var(--v16_52_1vqcj1i3q)",
138
- loadingBar: "var(--v16_52_1vqcj1i3r)",
139
- loadingBarBackground: "var(--v16_52_1vqcj1i3s)",
140
- toggleAndroidInactive: "var(--v16_52_1vqcj1i3t)",
141
- toggleAndroidBackgroundActive: "var(--v16_52_1vqcj1i3u)",
142
- toggleAndroidActiveBrand: "var(--v16_52_1vqcj1i3v)",
143
- toggleAndroidInactiveBrand: "var(--v16_52_1vqcj1i3w)",
144
- toggleAndroidBackgroundActiveBrand: "var(--v16_52_1vqcj1i3x)",
145
- toggleAndroidBackgroundInactiveBrand: "var(--v16_52_1vqcj1i3y)",
146
- iosControlKnob: "var(--v16_52_1vqcj1i3z)",
147
- controlKnobInverse: "var(--v16_52_1vqcj1i40)",
148
- controlKnobNegative: "var(--v16_52_1vqcj1i41)",
149
- controlKnobBrand: "var(--v16_52_1vqcj1i42)",
150
- divider: "var(--v16_52_1vqcj1i43)",
151
- dividerInverse: "var(--v16_52_1vqcj1i44)",
152
- dividerNegative: "var(--v16_52_1vqcj1i45)",
153
- dividerBrand: "var(--v16_52_1vqcj1i46)",
154
- navigationBarDivider: "var(--v16_52_1vqcj1i47)",
155
- badge: "var(--v16_52_1vqcj1i48)",
156
- feedbackErrorBackground: "var(--v16_52_1vqcj1i49)",
157
- feedbackInfoBackground: "var(--v16_52_1vqcj1i4a)",
158
- brand: "var(--v16_52_1vqcj1i4b)",
159
- brandHigh: "var(--v16_52_1vqcj1i4c)",
160
- inverse: "var(--v16_52_1vqcj1i4d)",
161
- negative: "var(--v16_52_1vqcj1i4e)",
162
- neutralHigh: "var(--v16_52_1vqcj1i4f)",
163
- neutralHighNegative: "var(--v16_52_1vqcj1i4g)",
164
- neutralHighBrand: "var(--v16_52_1vqcj1i4h)",
165
- neutralMedium: "var(--v16_52_1vqcj1i4i)",
166
- neutralMediumInverse: "var(--v16_52_1vqcj1i4j)",
167
- neutralMediumNegative: "var(--v16_52_1vqcj1i4k)",
168
- neutralMediumBrand: "var(--v16_52_1vqcj1i4l)",
169
- neutralLow: "var(--v16_52_1vqcj1i4m)",
170
- neutralLowAlternative: "var(--v16_52_1vqcj1i4n)",
171
- chevronIndicator: "var(--v16_52_1vqcj1i4o)",
172
- textPrimary: "var(--v16_52_1vqcj1i4p)",
173
- textPrimaryInverse: "var(--v16_52_1vqcj1i4q)",
174
- textPrimaryNegative: "var(--v16_52_1vqcj1i4r)",
175
- textPrimaryBrand: "var(--v16_52_1vqcj1i4s)",
176
- textPrimaryMedia: "var(--v16_52_1vqcj1i4t)",
177
- textSecondary: "var(--v16_52_1vqcj1i4u)",
178
- textSecondaryInverse: "var(--v16_52_1vqcj1i4v)",
179
- textSecondaryNegative: "var(--v16_52_1vqcj1i4w)",
180
- textSecondaryBrand: "var(--v16_52_1vqcj1i4x)",
181
- textSecondaryMedia: "var(--v16_52_1vqcj1i4y)",
182
- success: "var(--v16_52_1vqcj1i4z)",
183
- warning: "var(--v16_52_1vqcj1i50)",
184
- error: "var(--v16_52_1vqcj1i51)",
185
- textError: "var(--v16_52_1vqcj1i52)",
186
- textErrorInverse: "var(--v16_52_1vqcj1i53)",
187
- textErrorNegative: "var(--v16_52_1vqcj1i54)",
188
- textErrorBrand: "var(--v16_52_1vqcj1i55)",
189
- promo: "var(--v16_52_1vqcj1i56)",
190
- highlight: "var(--v16_52_1vqcj1i57)",
191
- successLow: "var(--v16_52_1vqcj1i58)",
192
- warningLow: "var(--v16_52_1vqcj1i59)",
193
- errorLow: "var(--v16_52_1vqcj1i5a)",
194
- promoLow: "var(--v16_52_1vqcj1i5b)",
195
- brandLow: "var(--v16_52_1vqcj1i5c)",
196
- successHigh: "var(--v16_52_1vqcj1i5d)",
197
- warningHigh: "var(--v16_52_1vqcj1i5e)",
198
- errorHigh: "var(--v16_52_1vqcj1i5f)",
199
- promoHigh: "var(--v16_52_1vqcj1i5g)",
200
- successHighInverse: "var(--v16_52_1vqcj1i5h)",
201
- successHighNegative: "var(--v16_52_1vqcj1i5i)",
202
- successHighBrand: "var(--v16_52_1vqcj1i5j)",
203
- warningHighInverse: "var(--v16_52_1vqcj1i5k)",
204
- warningHighNegative: "var(--v16_52_1vqcj1i5l)",
205
- warningHighBrand: "var(--v16_52_1vqcj1i5m)",
206
- errorHighInverse: "var(--v16_52_1vqcj1i5n)",
207
- errorHighNegative: "var(--v16_52_1vqcj1i5o)",
208
- errorHighBrand: "var(--v16_52_1vqcj1i5p)",
209
- promoHighInverse: "var(--v16_52_1vqcj1i5q)",
210
- promoHighNegative: "var(--v16_52_1vqcj1i5r)",
211
- promoHighBrand: "var(--v16_52_1vqcj1i5s)",
212
- textNavigationBarPrimary: "var(--v16_52_1vqcj1i5t)",
213
- textNavigationBarSecondary: "var(--v16_52_1vqcj1i5u)",
214
- textNavigationSearchBarHint: "var(--v16_52_1vqcj1i5v)",
215
- textNavigationSearchBarText: "var(--v16_52_1vqcj1i5w)",
216
- textAppBar: "var(--v16_52_1vqcj1i5x)",
217
- textAppBarSelected: "var(--v16_52_1vqcj1i5y)",
218
- customTabsBackground: "var(--v16_52_1vqcj1i5z)",
219
- tagTextPromo: "var(--v16_52_1vqcj1i60)",
220
- tagTextActive: "var(--v16_52_1vqcj1i61)",
221
- tagTextInactive: "var(--v16_52_1vqcj1i62)",
222
- tagTextInfo: "var(--v16_52_1vqcj1i63)",
223
- tagTextSuccess: "var(--v16_52_1vqcj1i64)",
224
- tagTextWarning: "var(--v16_52_1vqcj1i65)",
225
- tagTextError: "var(--v16_52_1vqcj1i66)",
226
- tagBackgroundPromo: "var(--v16_52_1vqcj1i67)",
227
- tagBackgroundActive: "var(--v16_52_1vqcj1i68)",
228
- tagBackgroundInactive: "var(--v16_52_1vqcj1i69)",
229
- tagBackgroundInfo: "var(--v16_52_1vqcj1i6a)",
230
- tagBackgroundSuccess: "var(--v16_52_1vqcj1i6b)",
231
- tagBackgroundWarning: "var(--v16_52_1vqcj1i6c)",
232
- tagBackgroundError: "var(--v16_52_1vqcj1i6d)",
233
- tagTextPromoInverse: "var(--v16_52_1vqcj1i6e)",
234
- tagTextPromoNegative: "var(--v16_52_1vqcj1i6f)",
235
- tagTextPromoBrand: "var(--v16_52_1vqcj1i6g)",
236
- tagTextActiveInverse: "var(--v16_52_1vqcj1i6h)",
237
- tagTextActiveNegative: "var(--v16_52_1vqcj1i6i)",
238
- tagTextActiveBrand: "var(--v16_52_1vqcj1i6j)",
239
- tagTextInactiveInverse: "var(--v16_52_1vqcj1i6k)",
240
- tagTextInactiveNegative: "var(--v16_52_1vqcj1i6l)",
241
- tagTextInactiveBrand: "var(--v16_52_1vqcj1i6m)",
242
- tagTextInfoInverse: "var(--v16_52_1vqcj1i6n)",
243
- tagTextInfoNegative: "var(--v16_52_1vqcj1i6o)",
244
- tagTextInfoBrand: "var(--v16_52_1vqcj1i6p)",
245
- tagTextSuccessInverse: "var(--v16_52_1vqcj1i6q)",
246
- tagTextSuccessNegative: "var(--v16_52_1vqcj1i6r)",
247
- tagTextSuccessBrand: "var(--v16_52_1vqcj1i6s)",
248
- tagTextWarningInverse: "var(--v16_52_1vqcj1i6t)",
249
- tagTextWarningNegative: "var(--v16_52_1vqcj1i6u)",
250
- tagTextWarningBrand: "var(--v16_52_1vqcj1i6v)",
251
- tagTextErrorInverse: "var(--v16_52_1vqcj1i6w)",
252
- tagTextErrorNegative: "var(--v16_52_1vqcj1i6x)",
253
- tagTextErrorBrand: "var(--v16_52_1vqcj1i6y)",
254
- tagBackgroundPromoInverse: "var(--v16_52_1vqcj1i6z)",
255
- tagBackgroundPromoNegative: "var(--v16_52_1vqcj1i70)",
256
- tagBackgroundPromoBrand: "var(--v16_52_1vqcj1i71)",
257
- tagBackgroundActiveInverse: "var(--v16_52_1vqcj1i72)",
258
- tagBackgroundActiveNegative: "var(--v16_52_1vqcj1i73)",
259
- tagBackgroundActiveBrand: "var(--v16_52_1vqcj1i74)",
260
- tagBackgroundInactiveInverse: "var(--v16_52_1vqcj1i75)",
261
- tagBackgroundInactiveNegative: "var(--v16_52_1vqcj1i76)",
262
- tagBackgroundInactiveBrand: "var(--v16_52_1vqcj1i77)",
263
- tagBackgroundInfoInverse: "var(--v16_52_1vqcj1i78)",
264
- tagBackgroundInfoNegative: "var(--v16_52_1vqcj1i79)",
265
- tagBackgroundInfoBrand: "var(--v16_52_1vqcj1i7a)",
266
- tagBackgroundSuccessInverse: "var(--v16_52_1vqcj1i7b)",
267
- tagBackgroundSuccessNegative: "var(--v16_52_1vqcj1i7c)",
268
- tagBackgroundSuccessBrand: "var(--v16_52_1vqcj1i7d)",
269
- tagBackgroundWarningInverse: "var(--v16_52_1vqcj1i7e)",
270
- tagBackgroundWarningNegative: "var(--v16_52_1vqcj1i7f)",
271
- tagBackgroundWarningBrand: "var(--v16_52_1vqcj1i7g)",
272
- tagBackgroundErrorInverse: "var(--v16_52_1vqcj1i7h)",
273
- tagBackgroundErrorNegative: "var(--v16_52_1vqcj1i7i)",
274
- tagBackgroundErrorBrand: "var(--v16_52_1vqcj1i7j)",
275
- cardContentOverlay: "var(--v16_52_1vqcj1i7k)",
276
- cardFooterOverlay: "var(--v16_52_1vqcj1i7l)",
277
- iosGlassAppBarSelected: "var(--v16_52_1vqcj1i7m)"
3
+ background: "var(--v16_54_1vqcj1i0)",
4
+ backgroundAlternative: "var(--v16_54_1vqcj1i1)",
5
+ backgroundBrand: "var(--v16_54_1vqcj1i2)",
6
+ backgroundNegative: "var(--v16_54_1vqcj1i3)",
7
+ backgroundBrandSecondary: "var(--v16_54_1vqcj1i4)",
8
+ backgroundContainer: "var(--v16_54_1vqcj1i5)",
9
+ backgroundContainerError: "var(--v16_54_1vqcj1i6)",
10
+ backgroundContainerHover: "var(--v16_54_1vqcj1i7)",
11
+ backgroundContainerPressed: "var(--v16_54_1vqcj1i8)",
12
+ backgroundContainerBrand: "var(--v16_54_1vqcj1i9)",
13
+ backgroundContainerBrandHover: "var(--v16_54_1vqcj1ia)",
14
+ backgroundContainerBrandPressed: "var(--v16_54_1vqcj1ib)",
15
+ backgroundContainerBrandOverInverse: "var(--v16_54_1vqcj1ic)",
16
+ backgroundContainerNegative: "var(--v16_54_1vqcj1id)",
17
+ backgroundContainerBrandOverBrand: "var(--v16_54_1vqcj1ie)",
18
+ backgroundContainerAlternative: "var(--v16_54_1vqcj1if)",
19
+ backgroundOverlay: "var(--v16_54_1vqcj1ig)",
20
+ backgroundSkeleton: "var(--v16_54_1vqcj1ih)",
21
+ backgroundSkeletonInverse: "var(--v16_54_1vqcj1ii)",
22
+ backgroundSkeletonNegative: "var(--v16_54_1vqcj1ij)",
23
+ backgroundSkeletonBrand: "var(--v16_54_1vqcj1ik)",
24
+ backgroundBrandTop: "var(--v16_54_1vqcj1il)",
25
+ backgroundBrandBottom: "var(--v16_54_1vqcj1im)",
26
+ backgroundDropZoneHover: "var(--v16_54_1vqcj1in)",
27
+ backgroundDropZoneDragover: "var(--v16_54_1vqcj1io)",
28
+ backgroundDropZoneBrandHover: "var(--v16_54_1vqcj1ip)",
29
+ backgroundDropZoneBrandDragover: "var(--v16_54_1vqcj1iq)",
30
+ appBarBackground: "var(--v16_54_1vqcj1ir)",
31
+ navigationBarBackground: "var(--v16_54_1vqcj1is)",
32
+ backgroundDropZoneNegativeHover: "var(--v16_54_1vqcj1it)",
33
+ backgroundDropZoneNegativeDragover: "var(--v16_54_1vqcj1iu)",
34
+ backgroundDropZoneMediaHover: "var(--v16_54_1vqcj1iv)",
35
+ backgroundDropZoneMediaDragover: "var(--v16_54_1vqcj1iw)",
36
+ skeletonWave: "var(--v16_54_1vqcj1ix)",
37
+ borderLow: "var(--v16_54_1vqcj1iy)",
38
+ border: "var(--v16_54_1vqcj1iz)",
39
+ borderHigh: "var(--v16_54_1vqcj1i10)",
40
+ borderSelected: "var(--v16_54_1vqcj1i11)",
41
+ coverBackgroundHover: "var(--v16_54_1vqcj1i12)",
42
+ coverBackgroundPressed: "var(--v16_54_1vqcj1i13)",
43
+ buttonDangerBackground: "var(--v16_54_1vqcj1i14)",
44
+ buttonDangerBackgroundPressed: "var(--v16_54_1vqcj1i15)",
45
+ buttonDangerBackgroundHover: "var(--v16_54_1vqcj1i16)",
46
+ buttonLinkDangerBackgroundInverse: "var(--v16_54_1vqcj1i17)",
47
+ buttonLinkDangerBackgroundNegative: "var(--v16_54_1vqcj1i18)",
48
+ buttonLinkDangerBackgroundBrand: "var(--v16_54_1vqcj1i19)",
49
+ buttonLinkDangerBackgroundMedia: "var(--v16_54_1vqcj1i1a)",
50
+ buttonLinkDangerBackgroundPressed: "var(--v16_54_1vqcj1i1b)",
51
+ buttonLinkDangerBackgroundInversePressed: "var(--v16_54_1vqcj1i1c)",
52
+ buttonLinkDangerBackgroundNegativePressed: "var(--v16_54_1vqcj1i1d)",
53
+ buttonLinkDangerBackgroundBrandPressed: "var(--v16_54_1vqcj1i1e)",
54
+ buttonLinkDangerBackgroundMediaPressed: "var(--v16_54_1vqcj1i1f)",
55
+ buttonLinkBackgroundPressed: "var(--v16_54_1vqcj1i1g)",
56
+ buttonLinkBackgroundInversePressed: "var(--v16_54_1vqcj1i1h)",
57
+ buttonLinkBackgroundNegativePressed: "var(--v16_54_1vqcj1i1i)",
58
+ buttonLinkBackgroundBrandPressed: "var(--v16_54_1vqcj1i1j)",
59
+ buttonLinkBackgroundMediaPressed: "var(--v16_54_1vqcj1i1k)",
60
+ buttonPrimaryBackground: "var(--v16_54_1vqcj1i1l)",
61
+ buttonPrimaryBackgroundInverse: "var(--v16_54_1vqcj1i1m)",
62
+ buttonPrimaryBackgroundNegative: "var(--v16_54_1vqcj1i1n)",
63
+ buttonPrimaryBackgroundBrand: "var(--v16_54_1vqcj1i1o)",
64
+ buttonPrimaryBackgroundMedia: "var(--v16_54_1vqcj1i1p)",
65
+ buttonPrimaryBackgroundHover: "var(--v16_54_1vqcj1i1q)",
66
+ buttonPrimaryBackgroundInverseHover: "var(--v16_54_1vqcj1i1r)",
67
+ buttonPrimaryBackgroundNegativeHover: "var(--v16_54_1vqcj1i1s)",
68
+ buttonPrimaryBackgroundBrandHover: "var(--v16_54_1vqcj1i1t)",
69
+ buttonPrimaryBackgroundMediaHover: "var(--v16_54_1vqcj1i1u)",
70
+ buttonPrimaryBackgroundPressed: "var(--v16_54_1vqcj1i1v)",
71
+ buttonPrimaryBackgroundInversePressed: "var(--v16_54_1vqcj1i1w)",
72
+ buttonPrimaryBackgroundNegativePressed: "var(--v16_54_1vqcj1i1x)",
73
+ buttonPrimaryBackgroundBrandPressed: "var(--v16_54_1vqcj1i1y)",
74
+ buttonPrimaryBackgroundMediaPressed: "var(--v16_54_1vqcj1i1z)",
75
+ buttonSecondaryBackgroundBrand: "var(--v16_54_1vqcj1i20)",
76
+ buttonSecondaryBorder: "var(--v16_54_1vqcj1i21)",
77
+ buttonSecondaryBorderInverse: "var(--v16_54_1vqcj1i22)",
78
+ buttonSecondaryBorderNegative: "var(--v16_54_1vqcj1i23)",
79
+ buttonSecondaryBorderBrand: "var(--v16_54_1vqcj1i24)",
80
+ buttonSecondaryBorderMedia: "var(--v16_54_1vqcj1i25)",
81
+ buttonSecondaryBorderPressed: "var(--v16_54_1vqcj1i26)",
82
+ buttonSecondaryBorderInversePressed: "var(--v16_54_1vqcj1i27)",
83
+ buttonSecondaryBorderNegativePressed: "var(--v16_54_1vqcj1i28)",
84
+ buttonSecondaryBorderBrandPressed: "var(--v16_54_1vqcj1i29)",
85
+ buttonSecondaryBorderMediaPressed: "var(--v16_54_1vqcj1i2a)",
86
+ buttonSecondaryBackgroundHover: "var(--v16_54_1vqcj1i2b)",
87
+ buttonSecondaryBackgroundInverseHover: "var(--v16_54_1vqcj1i2c)",
88
+ buttonSecondaryBackgroundNegativeHover: "var(--v16_54_1vqcj1i2d)",
89
+ buttonSecondaryBackgroundBrandHover: "var(--v16_54_1vqcj1i2e)",
90
+ buttonSecondaryBackgroundMediaHover: "var(--v16_54_1vqcj1i2f)",
91
+ buttonSecondaryBackgroundPressed: "var(--v16_54_1vqcj1i2g)",
92
+ buttonSecondaryBackgroundInversePressed: "var(--v16_54_1vqcj1i2h)",
93
+ buttonSecondaryBackgroundNegativePressed: "var(--v16_54_1vqcj1i2i)",
94
+ buttonSecondaryBackgroundBrandPressed: "var(--v16_54_1vqcj1i2j)",
95
+ buttonSecondaryBackgroundMediaPressed: "var(--v16_54_1vqcj1i2k)",
96
+ textButtonPrimary: "var(--v16_54_1vqcj1i2l)",
97
+ textButtonPrimaryInverse: "var(--v16_54_1vqcj1i2m)",
98
+ textButtonPrimaryNegative: "var(--v16_54_1vqcj1i2n)",
99
+ textButtonPrimaryBrand: "var(--v16_54_1vqcj1i2o)",
100
+ textButtonPrimaryMedia: "var(--v16_54_1vqcj1i2p)",
101
+ textButtonPrimaryInversePressed: "var(--v16_54_1vqcj1i2q)",
102
+ textButtonPrimaryNegativePressed: "var(--v16_54_1vqcj1i2r)",
103
+ textButtonPrimaryBrandPressed: "var(--v16_54_1vqcj1i2s)",
104
+ textButtonPrimaryMediaPressed: "var(--v16_54_1vqcj1i2t)",
105
+ textButtonSecondary: "var(--v16_54_1vqcj1i2u)",
106
+ textButtonSecondaryInverse: "var(--v16_54_1vqcj1i2v)",
107
+ textButtonSecondaryNegative: "var(--v16_54_1vqcj1i2w)",
108
+ textButtonSecondaryBrand: "var(--v16_54_1vqcj1i2x)",
109
+ textButtonSecondaryMedia: "var(--v16_54_1vqcj1i2y)",
110
+ textButtonSecondaryPressed: "var(--v16_54_1vqcj1i2z)",
111
+ textButtonSecondaryInversePressed: "var(--v16_54_1vqcj1i30)",
112
+ textButtonSecondaryNegativePressed: "var(--v16_54_1vqcj1i31)",
113
+ textButtonSecondaryBrandPressed: "var(--v16_54_1vqcj1i32)",
114
+ textButtonSecondaryMediaPressed: "var(--v16_54_1vqcj1i33)",
115
+ textLink: "var(--v16_54_1vqcj1i34)",
116
+ textLinkInverse: "var(--v16_54_1vqcj1i35)",
117
+ textLinkNegative: "var(--v16_54_1vqcj1i36)",
118
+ textLinkBrand: "var(--v16_54_1vqcj1i37)",
119
+ textLinkMedia: "var(--v16_54_1vqcj1i38)",
120
+ textLinkDanger: "var(--v16_54_1vqcj1i39)",
121
+ textLinkDangerMedia: "var(--v16_54_1vqcj1i3a)",
122
+ textLinkSnackbar: "var(--v16_54_1vqcj1i3b)",
123
+ textActivated: "var(--v16_54_1vqcj1i3c)",
124
+ textBrand: "var(--v16_54_1vqcj1i3d)",
125
+ inputBorder: "var(--v16_54_1vqcj1i3e)",
126
+ inputBorderInverse: "var(--v16_54_1vqcj1i3f)",
127
+ inputBorderNegative: "var(--v16_54_1vqcj1i3g)",
128
+ inputBorderBrand: "var(--v16_54_1vqcj1i3h)",
129
+ completedStep: "var(--v16_54_1vqcj1i3i)",
130
+ completedStepInverse: "var(--v16_54_1vqcj1i3j)",
131
+ completedStepNegative: "var(--v16_54_1vqcj1i3k)",
132
+ completedStepBrand: "var(--v16_54_1vqcj1i3l)",
133
+ control: "var(--v16_54_1vqcj1i3m)",
134
+ controlActivated: "var(--v16_54_1vqcj1i3n)",
135
+ controlInverse: "var(--v16_54_1vqcj1i3o)",
136
+ controlNegative: "var(--v16_54_1vqcj1i3p)",
137
+ controlBrand: "var(--v16_54_1vqcj1i3q)",
138
+ controlActivatedInverse: "var(--v16_54_1vqcj1i3r)",
139
+ controlActivatedNegative: "var(--v16_54_1vqcj1i3s)",
140
+ controlActivatedBrand: "var(--v16_54_1vqcj1i3t)",
141
+ controlError: "var(--v16_54_1vqcj1i3u)",
142
+ barTrack: "var(--v16_54_1vqcj1i3v)",
143
+ barTrackInverse: "var(--v16_54_1vqcj1i3w)",
144
+ barTrackNegative: "var(--v16_54_1vqcj1i3x)",
145
+ barTrackBrand: "var(--v16_54_1vqcj1i3y)",
146
+ loadingBar: "var(--v16_54_1vqcj1i3z)",
147
+ loadingBarBackground: "var(--v16_54_1vqcj1i40)",
148
+ toggleAndroidInactive: "var(--v16_54_1vqcj1i41)",
149
+ toggleAndroidBackgroundActive: "var(--v16_54_1vqcj1i42)",
150
+ toggleAndroidActiveBrand: "var(--v16_54_1vqcj1i43)",
151
+ toggleAndroidInactiveBrand: "var(--v16_54_1vqcj1i44)",
152
+ toggleAndroidBackgroundActiveBrand: "var(--v16_54_1vqcj1i45)",
153
+ toggleAndroidBackgroundInactiveBrand: "var(--v16_54_1vqcj1i46)",
154
+ iosControlKnob: "var(--v16_54_1vqcj1i47)",
155
+ controlKnobInverse: "var(--v16_54_1vqcj1i48)",
156
+ controlKnobNegative: "var(--v16_54_1vqcj1i49)",
157
+ controlKnobBrand: "var(--v16_54_1vqcj1i4a)",
158
+ divider: "var(--v16_54_1vqcj1i4b)",
159
+ dividerInverse: "var(--v16_54_1vqcj1i4c)",
160
+ dividerNegative: "var(--v16_54_1vqcj1i4d)",
161
+ dividerBrand: "var(--v16_54_1vqcj1i4e)",
162
+ navigationBarDivider: "var(--v16_54_1vqcj1i4f)",
163
+ badge: "var(--v16_54_1vqcj1i4g)",
164
+ feedbackErrorBackground: "var(--v16_54_1vqcj1i4h)",
165
+ feedbackInfoBackground: "var(--v16_54_1vqcj1i4i)",
166
+ brand: "var(--v16_54_1vqcj1i4j)",
167
+ brandHigh: "var(--v16_54_1vqcj1i4k)",
168
+ inverse: "var(--v16_54_1vqcj1i4l)",
169
+ negative: "var(--v16_54_1vqcj1i4m)",
170
+ neutralHigh: "var(--v16_54_1vqcj1i4n)",
171
+ neutralHighNegative: "var(--v16_54_1vqcj1i4o)",
172
+ neutralHighBrand: "var(--v16_54_1vqcj1i4p)",
173
+ neutralMedium: "var(--v16_54_1vqcj1i4q)",
174
+ neutralMediumInverse: "var(--v16_54_1vqcj1i4r)",
175
+ neutralMediumNegative: "var(--v16_54_1vqcj1i4s)",
176
+ neutralMediumBrand: "var(--v16_54_1vqcj1i4t)",
177
+ neutralLow: "var(--v16_54_1vqcj1i4u)",
178
+ neutralLowAlternative: "var(--v16_54_1vqcj1i4v)",
179
+ chevronIndicator: "var(--v16_54_1vqcj1i4w)",
180
+ textPrimary: "var(--v16_54_1vqcj1i4x)",
181
+ textPrimaryInverse: "var(--v16_54_1vqcj1i4y)",
182
+ textPrimaryNegative: "var(--v16_54_1vqcj1i4z)",
183
+ textPrimaryBrand: "var(--v16_54_1vqcj1i50)",
184
+ textPrimaryMedia: "var(--v16_54_1vqcj1i51)",
185
+ textSecondary: "var(--v16_54_1vqcj1i52)",
186
+ textSecondaryInverse: "var(--v16_54_1vqcj1i53)",
187
+ textSecondaryNegative: "var(--v16_54_1vqcj1i54)",
188
+ textSecondaryBrand: "var(--v16_54_1vqcj1i55)",
189
+ textSecondaryMedia: "var(--v16_54_1vqcj1i56)",
190
+ success: "var(--v16_54_1vqcj1i57)",
191
+ warning: "var(--v16_54_1vqcj1i58)",
192
+ error: "var(--v16_54_1vqcj1i59)",
193
+ textError: "var(--v16_54_1vqcj1i5a)",
194
+ textErrorInverse: "var(--v16_54_1vqcj1i5b)",
195
+ textErrorNegative: "var(--v16_54_1vqcj1i5c)",
196
+ textErrorBrand: "var(--v16_54_1vqcj1i5d)",
197
+ promo: "var(--v16_54_1vqcj1i5e)",
198
+ highlight: "var(--v16_54_1vqcj1i5f)",
199
+ successLow: "var(--v16_54_1vqcj1i5g)",
200
+ warningLow: "var(--v16_54_1vqcj1i5h)",
201
+ errorLow: "var(--v16_54_1vqcj1i5i)",
202
+ promoLow: "var(--v16_54_1vqcj1i5j)",
203
+ brandLow: "var(--v16_54_1vqcj1i5k)",
204
+ successHigh: "var(--v16_54_1vqcj1i5l)",
205
+ warningHigh: "var(--v16_54_1vqcj1i5m)",
206
+ errorHigh: "var(--v16_54_1vqcj1i5n)",
207
+ promoHigh: "var(--v16_54_1vqcj1i5o)",
208
+ successHighInverse: "var(--v16_54_1vqcj1i5p)",
209
+ successHighNegative: "var(--v16_54_1vqcj1i5q)",
210
+ successHighBrand: "var(--v16_54_1vqcj1i5r)",
211
+ warningHighInverse: "var(--v16_54_1vqcj1i5s)",
212
+ warningHighNegative: "var(--v16_54_1vqcj1i5t)",
213
+ warningHighBrand: "var(--v16_54_1vqcj1i5u)",
214
+ errorHighInverse: "var(--v16_54_1vqcj1i5v)",
215
+ errorHighNegative: "var(--v16_54_1vqcj1i5w)",
216
+ errorHighBrand: "var(--v16_54_1vqcj1i5x)",
217
+ promoHighInverse: "var(--v16_54_1vqcj1i5y)",
218
+ promoHighNegative: "var(--v16_54_1vqcj1i5z)",
219
+ promoHighBrand: "var(--v16_54_1vqcj1i60)",
220
+ textNavigationBarPrimary: "var(--v16_54_1vqcj1i61)",
221
+ textNavigationBarSecondary: "var(--v16_54_1vqcj1i62)",
222
+ textNavigationSearchBarHint: "var(--v16_54_1vqcj1i63)",
223
+ textNavigationSearchBarText: "var(--v16_54_1vqcj1i64)",
224
+ textAppBar: "var(--v16_54_1vqcj1i65)",
225
+ textAppBarSelected: "var(--v16_54_1vqcj1i66)",
226
+ customTabsBackground: "var(--v16_54_1vqcj1i67)",
227
+ tagTextPromo: "var(--v16_54_1vqcj1i68)",
228
+ tagTextActive: "var(--v16_54_1vqcj1i69)",
229
+ tagTextInactive: "var(--v16_54_1vqcj1i6a)",
230
+ tagTextInfo: "var(--v16_54_1vqcj1i6b)",
231
+ tagTextSuccess: "var(--v16_54_1vqcj1i6c)",
232
+ tagTextWarning: "var(--v16_54_1vqcj1i6d)",
233
+ tagTextError: "var(--v16_54_1vqcj1i6e)",
234
+ tagBackgroundPromo: "var(--v16_54_1vqcj1i6f)",
235
+ tagBackgroundActive: "var(--v16_54_1vqcj1i6g)",
236
+ tagBackgroundInactive: "var(--v16_54_1vqcj1i6h)",
237
+ tagBackgroundInfo: "var(--v16_54_1vqcj1i6i)",
238
+ tagBackgroundSuccess: "var(--v16_54_1vqcj1i6j)",
239
+ tagBackgroundWarning: "var(--v16_54_1vqcj1i6k)",
240
+ tagBackgroundError: "var(--v16_54_1vqcj1i6l)",
241
+ tagTextPromoInverse: "var(--v16_54_1vqcj1i6m)",
242
+ tagTextPromoNegative: "var(--v16_54_1vqcj1i6n)",
243
+ tagTextPromoBrand: "var(--v16_54_1vqcj1i6o)",
244
+ tagTextActiveInverse: "var(--v16_54_1vqcj1i6p)",
245
+ tagTextActiveNegative: "var(--v16_54_1vqcj1i6q)",
246
+ tagTextActiveBrand: "var(--v16_54_1vqcj1i6r)",
247
+ tagTextInactiveInverse: "var(--v16_54_1vqcj1i6s)",
248
+ tagTextInactiveNegative: "var(--v16_54_1vqcj1i6t)",
249
+ tagTextInactiveBrand: "var(--v16_54_1vqcj1i6u)",
250
+ tagTextInfoInverse: "var(--v16_54_1vqcj1i6v)",
251
+ tagTextInfoNegative: "var(--v16_54_1vqcj1i6w)",
252
+ tagTextInfoBrand: "var(--v16_54_1vqcj1i6x)",
253
+ tagTextSuccessInverse: "var(--v16_54_1vqcj1i6y)",
254
+ tagTextSuccessNegative: "var(--v16_54_1vqcj1i6z)",
255
+ tagTextSuccessBrand: "var(--v16_54_1vqcj1i70)",
256
+ tagTextWarningInverse: "var(--v16_54_1vqcj1i71)",
257
+ tagTextWarningNegative: "var(--v16_54_1vqcj1i72)",
258
+ tagTextWarningBrand: "var(--v16_54_1vqcj1i73)",
259
+ tagTextErrorInverse: "var(--v16_54_1vqcj1i74)",
260
+ tagTextErrorNegative: "var(--v16_54_1vqcj1i75)",
261
+ tagTextErrorBrand: "var(--v16_54_1vqcj1i76)",
262
+ tagBackgroundPromoInverse: "var(--v16_54_1vqcj1i77)",
263
+ tagBackgroundPromoNegative: "var(--v16_54_1vqcj1i78)",
264
+ tagBackgroundPromoBrand: "var(--v16_54_1vqcj1i79)",
265
+ tagBackgroundActiveInverse: "var(--v16_54_1vqcj1i7a)",
266
+ tagBackgroundActiveNegative: "var(--v16_54_1vqcj1i7b)",
267
+ tagBackgroundActiveBrand: "var(--v16_54_1vqcj1i7c)",
268
+ tagBackgroundInactiveInverse: "var(--v16_54_1vqcj1i7d)",
269
+ tagBackgroundInactiveNegative: "var(--v16_54_1vqcj1i7e)",
270
+ tagBackgroundInactiveBrand: "var(--v16_54_1vqcj1i7f)",
271
+ tagBackgroundInfoInverse: "var(--v16_54_1vqcj1i7g)",
272
+ tagBackgroundInfoNegative: "var(--v16_54_1vqcj1i7h)",
273
+ tagBackgroundInfoBrand: "var(--v16_54_1vqcj1i7i)",
274
+ tagBackgroundSuccessInverse: "var(--v16_54_1vqcj1i7j)",
275
+ tagBackgroundSuccessNegative: "var(--v16_54_1vqcj1i7k)",
276
+ tagBackgroundSuccessBrand: "var(--v16_54_1vqcj1i7l)",
277
+ tagBackgroundWarningInverse: "var(--v16_54_1vqcj1i7m)",
278
+ tagBackgroundWarningNegative: "var(--v16_54_1vqcj1i7n)",
279
+ tagBackgroundWarningBrand: "var(--v16_54_1vqcj1i7o)",
280
+ tagBackgroundErrorInverse: "var(--v16_54_1vqcj1i7p)",
281
+ tagBackgroundErrorNegative: "var(--v16_54_1vqcj1i7q)",
282
+ tagBackgroundErrorBrand: "var(--v16_54_1vqcj1i7r)",
283
+ cardContentOverlay: "var(--v16_54_1vqcj1i7s)",
284
+ cardFooterOverlay: "var(--v16_54_1vqcj1i7t)",
285
+ iosGlassAppBarSelected: "var(--v16_54_1vqcj1i7u)"
278
286
  },
279
287
  rawColors: {
280
- background: "var(--v16_52_1vqcj1i7n)",
281
- backgroundAlternative: "var(--v16_52_1vqcj1i7o)",
282
- backgroundBrand: "var(--v16_52_1vqcj1i7p)",
283
- backgroundNegative: "var(--v16_52_1vqcj1i7q)",
284
- backgroundBrandSecondary: "var(--v16_52_1vqcj1i7r)",
285
- backgroundContainer: "var(--v16_52_1vqcj1i7s)",
286
- backgroundContainerError: "var(--v16_52_1vqcj1i7t)",
287
- backgroundContainerHover: "var(--v16_52_1vqcj1i7u)",
288
- backgroundContainerPressed: "var(--v16_52_1vqcj1i7v)",
289
- backgroundContainerBrand: "var(--v16_52_1vqcj1i7w)",
290
- backgroundContainerBrandHover: "var(--v16_52_1vqcj1i7x)",
291
- backgroundContainerBrandPressed: "var(--v16_52_1vqcj1i7y)",
292
- backgroundContainerBrandOverInverse: "var(--v16_52_1vqcj1i7z)",
293
- backgroundContainerNegative: "var(--v16_52_1vqcj1i80)",
294
- backgroundContainerBrandOverBrand: "var(--v16_52_1vqcj1i81)",
295
- backgroundContainerAlternative: "var(--v16_52_1vqcj1i82)",
296
- backgroundOverlay: "var(--v16_52_1vqcj1i83)",
297
- backgroundSkeleton: "var(--v16_52_1vqcj1i84)",
298
- backgroundSkeletonInverse: "var(--v16_52_1vqcj1i85)",
299
- backgroundSkeletonNegative: "var(--v16_52_1vqcj1i86)",
300
- backgroundSkeletonBrand: "var(--v16_52_1vqcj1i87)",
301
- backgroundBrandTop: "var(--v16_52_1vqcj1i88)",
302
- backgroundBrandBottom: "var(--v16_52_1vqcj1i89)",
303
- appBarBackground: "var(--v16_52_1vqcj1i8a)",
304
- navigationBarBackground: "var(--v16_52_1vqcj1i8b)",
305
- skeletonWave: "var(--v16_52_1vqcj1i8c)",
306
- borderLow: "var(--v16_52_1vqcj1i8d)",
307
- border: "var(--v16_52_1vqcj1i8e)",
308
- borderHigh: "var(--v16_52_1vqcj1i8f)",
309
- borderSelected: "var(--v16_52_1vqcj1i8g)",
310
- coverBackgroundHover: "var(--v16_52_1vqcj1i8h)",
311
- coverBackgroundPressed: "var(--v16_52_1vqcj1i8i)",
312
- buttonDangerBackground: "var(--v16_52_1vqcj1i8j)",
313
- buttonDangerBackgroundPressed: "var(--v16_52_1vqcj1i8k)",
314
- buttonDangerBackgroundHover: "var(--v16_52_1vqcj1i8l)",
315
- buttonLinkDangerBackgroundInverse: "var(--v16_52_1vqcj1i8m)",
316
- buttonLinkDangerBackgroundNegative: "var(--v16_52_1vqcj1i8n)",
317
- buttonLinkDangerBackgroundBrand: "var(--v16_52_1vqcj1i8o)",
318
- buttonLinkDangerBackgroundMedia: "var(--v16_52_1vqcj1i8p)",
319
- buttonLinkDangerBackgroundPressed: "var(--v16_52_1vqcj1i8q)",
320
- buttonLinkDangerBackgroundInversePressed: "var(--v16_52_1vqcj1i8r)",
321
- buttonLinkDangerBackgroundNegativePressed: "var(--v16_52_1vqcj1i8s)",
322
- buttonLinkDangerBackgroundBrandPressed: "var(--v16_52_1vqcj1i8t)",
323
- buttonLinkDangerBackgroundMediaPressed: "var(--v16_52_1vqcj1i8u)",
324
- buttonLinkBackgroundPressed: "var(--v16_52_1vqcj1i8v)",
325
- buttonLinkBackgroundInversePressed: "var(--v16_52_1vqcj1i8w)",
326
- buttonLinkBackgroundNegativePressed: "var(--v16_52_1vqcj1i8x)",
327
- buttonLinkBackgroundBrandPressed: "var(--v16_52_1vqcj1i8y)",
328
- buttonLinkBackgroundMediaPressed: "var(--v16_52_1vqcj1i8z)",
329
- buttonPrimaryBackground: "var(--v16_52_1vqcj1i90)",
330
- buttonPrimaryBackgroundInverse: "var(--v16_52_1vqcj1i91)",
331
- buttonPrimaryBackgroundNegative: "var(--v16_52_1vqcj1i92)",
332
- buttonPrimaryBackgroundBrand: "var(--v16_52_1vqcj1i93)",
333
- buttonPrimaryBackgroundMedia: "var(--v16_52_1vqcj1i94)",
334
- buttonPrimaryBackgroundHover: "var(--v16_52_1vqcj1i95)",
335
- buttonPrimaryBackgroundInverseHover: "var(--v16_52_1vqcj1i96)",
336
- buttonPrimaryBackgroundNegativeHover: "var(--v16_52_1vqcj1i97)",
337
- buttonPrimaryBackgroundBrandHover: "var(--v16_52_1vqcj1i98)",
338
- buttonPrimaryBackgroundMediaHover: "var(--v16_52_1vqcj1i99)",
339
- buttonPrimaryBackgroundPressed: "var(--v16_52_1vqcj1i9a)",
340
- buttonPrimaryBackgroundInversePressed: "var(--v16_52_1vqcj1i9b)",
341
- buttonPrimaryBackgroundNegativePressed: "var(--v16_52_1vqcj1i9c)",
342
- buttonPrimaryBackgroundBrandPressed: "var(--v16_52_1vqcj1i9d)",
343
- buttonPrimaryBackgroundMediaPressed: "var(--v16_52_1vqcj1i9e)",
344
- buttonSecondaryBackgroundBrand: "var(--v16_52_1vqcj1i9f)",
345
- buttonSecondaryBorder: "var(--v16_52_1vqcj1i9g)",
346
- buttonSecondaryBorderInverse: "var(--v16_52_1vqcj1i9h)",
347
- buttonSecondaryBorderNegative: "var(--v16_52_1vqcj1i9i)",
348
- buttonSecondaryBorderBrand: "var(--v16_52_1vqcj1i9j)",
349
- buttonSecondaryBorderMedia: "var(--v16_52_1vqcj1i9k)",
350
- buttonSecondaryBorderPressed: "var(--v16_52_1vqcj1i9l)",
351
- buttonSecondaryBorderInversePressed: "var(--v16_52_1vqcj1i9m)",
352
- buttonSecondaryBorderNegativePressed: "var(--v16_52_1vqcj1i9n)",
353
- buttonSecondaryBorderBrandPressed: "var(--v16_52_1vqcj1i9o)",
354
- buttonSecondaryBorderMediaPressed: "var(--v16_52_1vqcj1i9p)",
355
- buttonSecondaryBackgroundHover: "var(--v16_52_1vqcj1i9q)",
356
- buttonSecondaryBackgroundInverseHover: "var(--v16_52_1vqcj1i9r)",
357
- buttonSecondaryBackgroundNegativeHover: "var(--v16_52_1vqcj1i9s)",
358
- buttonSecondaryBackgroundBrandHover: "var(--v16_52_1vqcj1i9t)",
359
- buttonSecondaryBackgroundMediaHover: "var(--v16_52_1vqcj1i9u)",
360
- buttonSecondaryBackgroundPressed: "var(--v16_52_1vqcj1i9v)",
361
- buttonSecondaryBackgroundInversePressed: "var(--v16_52_1vqcj1i9w)",
362
- buttonSecondaryBackgroundNegativePressed: "var(--v16_52_1vqcj1i9x)",
363
- buttonSecondaryBackgroundBrandPressed: "var(--v16_52_1vqcj1i9y)",
364
- buttonSecondaryBackgroundMediaPressed: "var(--v16_52_1vqcj1i9z)",
365
- textButtonPrimary: "var(--v16_52_1vqcj1ia0)",
366
- textButtonPrimaryInverse: "var(--v16_52_1vqcj1ia1)",
367
- textButtonPrimaryNegative: "var(--v16_52_1vqcj1ia2)",
368
- textButtonPrimaryBrand: "var(--v16_52_1vqcj1ia3)",
369
- textButtonPrimaryMedia: "var(--v16_52_1vqcj1ia4)",
370
- textButtonPrimaryInversePressed: "var(--v16_52_1vqcj1ia5)",
371
- textButtonPrimaryNegativePressed: "var(--v16_52_1vqcj1ia6)",
372
- textButtonPrimaryBrandPressed: "var(--v16_52_1vqcj1ia7)",
373
- textButtonPrimaryMediaPressed: "var(--v16_52_1vqcj1ia8)",
374
- textButtonSecondary: "var(--v16_52_1vqcj1ia9)",
375
- textButtonSecondaryInverse: "var(--v16_52_1vqcj1iaa)",
376
- textButtonSecondaryNegative: "var(--v16_52_1vqcj1iab)",
377
- textButtonSecondaryBrand: "var(--v16_52_1vqcj1iac)",
378
- textButtonSecondaryMedia: "var(--v16_52_1vqcj1iad)",
379
- textButtonSecondaryPressed: "var(--v16_52_1vqcj1iae)",
380
- textButtonSecondaryInversePressed: "var(--v16_52_1vqcj1iaf)",
381
- textButtonSecondaryNegativePressed: "var(--v16_52_1vqcj1iag)",
382
- textButtonSecondaryBrandPressed: "var(--v16_52_1vqcj1iah)",
383
- textButtonSecondaryMediaPressed: "var(--v16_52_1vqcj1iai)",
384
- textLink: "var(--v16_52_1vqcj1iaj)",
385
- textLinkInverse: "var(--v16_52_1vqcj1iak)",
386
- textLinkNegative: "var(--v16_52_1vqcj1ial)",
387
- textLinkBrand: "var(--v16_52_1vqcj1iam)",
388
- textLinkMedia: "var(--v16_52_1vqcj1ian)",
389
- textLinkDanger: "var(--v16_52_1vqcj1iao)",
390
- textLinkDangerMedia: "var(--v16_52_1vqcj1iap)",
391
- textLinkSnackbar: "var(--v16_52_1vqcj1iaq)",
392
- textActivated: "var(--v16_52_1vqcj1iar)",
393
- textBrand: "var(--v16_52_1vqcj1ias)",
394
- inputBorder: "var(--v16_52_1vqcj1iat)",
395
- inputBorderInverse: "var(--v16_52_1vqcj1iau)",
396
- inputBorderNegative: "var(--v16_52_1vqcj1iav)",
397
- inputBorderBrand: "var(--v16_52_1vqcj1iaw)",
398
- completedStep: "var(--v16_52_1vqcj1iax)",
399
- completedStepInverse: "var(--v16_52_1vqcj1iay)",
400
- completedStepNegative: "var(--v16_52_1vqcj1iaz)",
401
- completedStepBrand: "var(--v16_52_1vqcj1ib0)",
402
- control: "var(--v16_52_1vqcj1ib1)",
403
- controlActivated: "var(--v16_52_1vqcj1ib2)",
404
- controlInverse: "var(--v16_52_1vqcj1ib3)",
405
- controlNegative: "var(--v16_52_1vqcj1ib4)",
406
- controlBrand: "var(--v16_52_1vqcj1ib5)",
407
- controlActivatedInverse: "var(--v16_52_1vqcj1ib6)",
408
- controlActivatedNegative: "var(--v16_52_1vqcj1ib7)",
409
- controlActivatedBrand: "var(--v16_52_1vqcj1ib8)",
410
- controlError: "var(--v16_52_1vqcj1ib9)",
411
- barTrack: "var(--v16_52_1vqcj1iba)",
412
- barTrackInverse: "var(--v16_52_1vqcj1ibb)",
413
- barTrackNegative: "var(--v16_52_1vqcj1ibc)",
414
- barTrackBrand: "var(--v16_52_1vqcj1ibd)",
415
- loadingBar: "var(--v16_52_1vqcj1ibe)",
416
- loadingBarBackground: "var(--v16_52_1vqcj1ibf)",
417
- toggleAndroidInactive: "var(--v16_52_1vqcj1ibg)",
418
- toggleAndroidBackgroundActive: "var(--v16_52_1vqcj1ibh)",
419
- toggleAndroidActiveBrand: "var(--v16_52_1vqcj1ibi)",
420
- toggleAndroidInactiveBrand: "var(--v16_52_1vqcj1ibj)",
421
- toggleAndroidBackgroundActiveBrand: "var(--v16_52_1vqcj1ibk)",
422
- toggleAndroidBackgroundInactiveBrand: "var(--v16_52_1vqcj1ibl)",
423
- iosControlKnob: "var(--v16_52_1vqcj1ibm)",
424
- controlKnobInverse: "var(--v16_52_1vqcj1ibn)",
425
- controlKnobNegative: "var(--v16_52_1vqcj1ibo)",
426
- controlKnobBrand: "var(--v16_52_1vqcj1ibp)",
427
- divider: "var(--v16_52_1vqcj1ibq)",
428
- dividerInverse: "var(--v16_52_1vqcj1ibr)",
429
- dividerNegative: "var(--v16_52_1vqcj1ibs)",
430
- dividerBrand: "var(--v16_52_1vqcj1ibt)",
431
- navigationBarDivider: "var(--v16_52_1vqcj1ibu)",
432
- badge: "var(--v16_52_1vqcj1ibv)",
433
- feedbackErrorBackground: "var(--v16_52_1vqcj1ibw)",
434
- feedbackInfoBackground: "var(--v16_52_1vqcj1ibx)",
435
- brand: "var(--v16_52_1vqcj1iby)",
436
- brandHigh: "var(--v16_52_1vqcj1ibz)",
437
- inverse: "var(--v16_52_1vqcj1ic0)",
438
- negative: "var(--v16_52_1vqcj1ic1)",
439
- neutralHigh: "var(--v16_52_1vqcj1ic2)",
440
- neutralHighNegative: "var(--v16_52_1vqcj1ic3)",
441
- neutralHighBrand: "var(--v16_52_1vqcj1ic4)",
442
- neutralMedium: "var(--v16_52_1vqcj1ic5)",
443
- neutralMediumInverse: "var(--v16_52_1vqcj1ic6)",
444
- neutralMediumNegative: "var(--v16_52_1vqcj1ic7)",
445
- neutralMediumBrand: "var(--v16_52_1vqcj1ic8)",
446
- neutralLow: "var(--v16_52_1vqcj1ic9)",
447
- neutralLowAlternative: "var(--v16_52_1vqcj1ica)",
448
- chevronIndicator: "var(--v16_52_1vqcj1icb)",
449
- textPrimary: "var(--v16_52_1vqcj1icc)",
450
- textPrimaryInverse: "var(--v16_52_1vqcj1icd)",
451
- textPrimaryNegative: "var(--v16_52_1vqcj1ice)",
452
- textPrimaryBrand: "var(--v16_52_1vqcj1icf)",
453
- textPrimaryMedia: "var(--v16_52_1vqcj1icg)",
454
- textSecondary: "var(--v16_52_1vqcj1ich)",
455
- textSecondaryInverse: "var(--v16_52_1vqcj1ici)",
456
- textSecondaryNegative: "var(--v16_52_1vqcj1icj)",
457
- textSecondaryBrand: "var(--v16_52_1vqcj1ick)",
458
- textSecondaryMedia: "var(--v16_52_1vqcj1icl)",
459
- success: "var(--v16_52_1vqcj1icm)",
460
- warning: "var(--v16_52_1vqcj1icn)",
461
- error: "var(--v16_52_1vqcj1ico)",
462
- textError: "var(--v16_52_1vqcj1icp)",
463
- textErrorInverse: "var(--v16_52_1vqcj1icq)",
464
- textErrorNegative: "var(--v16_52_1vqcj1icr)",
465
- textErrorBrand: "var(--v16_52_1vqcj1ics)",
466
- promo: "var(--v16_52_1vqcj1ict)",
467
- highlight: "var(--v16_52_1vqcj1icu)",
468
- successLow: "var(--v16_52_1vqcj1icv)",
469
- warningLow: "var(--v16_52_1vqcj1icw)",
470
- errorLow: "var(--v16_52_1vqcj1icx)",
471
- promoLow: "var(--v16_52_1vqcj1icy)",
472
- brandLow: "var(--v16_52_1vqcj1icz)",
473
- successHigh: "var(--v16_52_1vqcj1id0)",
474
- warningHigh: "var(--v16_52_1vqcj1id1)",
475
- errorHigh: "var(--v16_52_1vqcj1id2)",
476
- promoHigh: "var(--v16_52_1vqcj1id3)",
477
- successHighInverse: "var(--v16_52_1vqcj1id4)",
478
- successHighNegative: "var(--v16_52_1vqcj1id5)",
479
- successHighBrand: "var(--v16_52_1vqcj1id6)",
480
- warningHighInverse: "var(--v16_52_1vqcj1id7)",
481
- warningHighNegative: "var(--v16_52_1vqcj1id8)",
482
- warningHighBrand: "var(--v16_52_1vqcj1id9)",
483
- errorHighInverse: "var(--v16_52_1vqcj1ida)",
484
- errorHighNegative: "var(--v16_52_1vqcj1idb)",
485
- errorHighBrand: "var(--v16_52_1vqcj1idc)",
486
- promoHighInverse: "var(--v16_52_1vqcj1idd)",
487
- promoHighNegative: "var(--v16_52_1vqcj1ide)",
488
- promoHighBrand: "var(--v16_52_1vqcj1idf)",
489
- textNavigationBarPrimary: "var(--v16_52_1vqcj1idg)",
490
- textNavigationBarSecondary: "var(--v16_52_1vqcj1idh)",
491
- textNavigationSearchBarHint: "var(--v16_52_1vqcj1idi)",
492
- textNavigationSearchBarText: "var(--v16_52_1vqcj1idj)",
493
- textAppBar: "var(--v16_52_1vqcj1idk)",
494
- textAppBarSelected: "var(--v16_52_1vqcj1idl)",
495
- customTabsBackground: "var(--v16_52_1vqcj1idm)",
496
- tagTextPromo: "var(--v16_52_1vqcj1idn)",
497
- tagTextActive: "var(--v16_52_1vqcj1ido)",
498
- tagTextInactive: "var(--v16_52_1vqcj1idp)",
499
- tagTextInfo: "var(--v16_52_1vqcj1idq)",
500
- tagTextSuccess: "var(--v16_52_1vqcj1idr)",
501
- tagTextWarning: "var(--v16_52_1vqcj1ids)",
502
- tagTextError: "var(--v16_52_1vqcj1idt)",
503
- tagBackgroundPromo: "var(--v16_52_1vqcj1idu)",
504
- tagBackgroundActive: "var(--v16_52_1vqcj1idv)",
505
- tagBackgroundInactive: "var(--v16_52_1vqcj1idw)",
506
- tagBackgroundInfo: "var(--v16_52_1vqcj1idx)",
507
- tagBackgroundSuccess: "var(--v16_52_1vqcj1idy)",
508
- tagBackgroundWarning: "var(--v16_52_1vqcj1idz)",
509
- tagBackgroundError: "var(--v16_52_1vqcj1ie0)",
510
- tagTextPromoInverse: "var(--v16_52_1vqcj1ie1)",
511
- tagTextPromoNegative: "var(--v16_52_1vqcj1ie2)",
512
- tagTextPromoBrand: "var(--v16_52_1vqcj1ie3)",
513
- tagTextActiveInverse: "var(--v16_52_1vqcj1ie4)",
514
- tagTextActiveNegative: "var(--v16_52_1vqcj1ie5)",
515
- tagTextActiveBrand: "var(--v16_52_1vqcj1ie6)",
516
- tagTextInactiveInverse: "var(--v16_52_1vqcj1ie7)",
517
- tagTextInactiveNegative: "var(--v16_52_1vqcj1ie8)",
518
- tagTextInactiveBrand: "var(--v16_52_1vqcj1ie9)",
519
- tagTextInfoInverse: "var(--v16_52_1vqcj1iea)",
520
- tagTextInfoNegative: "var(--v16_52_1vqcj1ieb)",
521
- tagTextInfoBrand: "var(--v16_52_1vqcj1iec)",
522
- tagTextSuccessInverse: "var(--v16_52_1vqcj1ied)",
523
- tagTextSuccessNegative: "var(--v16_52_1vqcj1iee)",
524
- tagTextSuccessBrand: "var(--v16_52_1vqcj1ief)",
525
- tagTextWarningInverse: "var(--v16_52_1vqcj1ieg)",
526
- tagTextWarningNegative: "var(--v16_52_1vqcj1ieh)",
527
- tagTextWarningBrand: "var(--v16_52_1vqcj1iei)",
528
- tagTextErrorInverse: "var(--v16_52_1vqcj1iej)",
529
- tagTextErrorNegative: "var(--v16_52_1vqcj1iek)",
530
- tagTextErrorBrand: "var(--v16_52_1vqcj1iel)",
531
- tagBackgroundPromoInverse: "var(--v16_52_1vqcj1iem)",
532
- tagBackgroundPromoNegative: "var(--v16_52_1vqcj1ien)",
533
- tagBackgroundPromoBrand: "var(--v16_52_1vqcj1ieo)",
534
- tagBackgroundActiveInverse: "var(--v16_52_1vqcj1iep)",
535
- tagBackgroundActiveNegative: "var(--v16_52_1vqcj1ieq)",
536
- tagBackgroundActiveBrand: "var(--v16_52_1vqcj1ier)",
537
- tagBackgroundInactiveInverse: "var(--v16_52_1vqcj1ies)",
538
- tagBackgroundInactiveNegative: "var(--v16_52_1vqcj1iet)",
539
- tagBackgroundInactiveBrand: "var(--v16_52_1vqcj1ieu)",
540
- tagBackgroundInfoInverse: "var(--v16_52_1vqcj1iev)",
541
- tagBackgroundInfoNegative: "var(--v16_52_1vqcj1iew)",
542
- tagBackgroundInfoBrand: "var(--v16_52_1vqcj1iex)",
543
- tagBackgroundSuccessInverse: "var(--v16_52_1vqcj1iey)",
544
- tagBackgroundSuccessNegative: "var(--v16_52_1vqcj1iez)",
545
- tagBackgroundSuccessBrand: "var(--v16_52_1vqcj1if0)",
546
- tagBackgroundWarningInverse: "var(--v16_52_1vqcj1if1)",
547
- tagBackgroundWarningNegative: "var(--v16_52_1vqcj1if2)",
548
- tagBackgroundWarningBrand: "var(--v16_52_1vqcj1if3)",
549
- tagBackgroundErrorInverse: "var(--v16_52_1vqcj1if4)",
550
- tagBackgroundErrorNegative: "var(--v16_52_1vqcj1if5)",
551
- tagBackgroundErrorBrand: "var(--v16_52_1vqcj1if6)",
552
- cardContentOverlay: "var(--v16_52_1vqcj1if7)",
553
- cardFooterOverlay: "var(--v16_52_1vqcj1if8)",
554
- iosGlassAppBarSelected: "var(--v16_52_1vqcj1if9)"
288
+ background: "var(--v16_54_1vqcj1i7v)",
289
+ backgroundAlternative: "var(--v16_54_1vqcj1i7w)",
290
+ backgroundBrand: "var(--v16_54_1vqcj1i7x)",
291
+ backgroundNegative: "var(--v16_54_1vqcj1i7y)",
292
+ backgroundBrandSecondary: "var(--v16_54_1vqcj1i7z)",
293
+ backgroundContainer: "var(--v16_54_1vqcj1i80)",
294
+ backgroundContainerError: "var(--v16_54_1vqcj1i81)",
295
+ backgroundContainerHover: "var(--v16_54_1vqcj1i82)",
296
+ backgroundContainerPressed: "var(--v16_54_1vqcj1i83)",
297
+ backgroundContainerBrand: "var(--v16_54_1vqcj1i84)",
298
+ backgroundContainerBrandHover: "var(--v16_54_1vqcj1i85)",
299
+ backgroundContainerBrandPressed: "var(--v16_54_1vqcj1i86)",
300
+ backgroundContainerBrandOverInverse: "var(--v16_54_1vqcj1i87)",
301
+ backgroundContainerNegative: "var(--v16_54_1vqcj1i88)",
302
+ backgroundContainerBrandOverBrand: "var(--v16_54_1vqcj1i89)",
303
+ backgroundContainerAlternative: "var(--v16_54_1vqcj1i8a)",
304
+ backgroundOverlay: "var(--v16_54_1vqcj1i8b)",
305
+ backgroundSkeleton: "var(--v16_54_1vqcj1i8c)",
306
+ backgroundSkeletonInverse: "var(--v16_54_1vqcj1i8d)",
307
+ backgroundSkeletonNegative: "var(--v16_54_1vqcj1i8e)",
308
+ backgroundSkeletonBrand: "var(--v16_54_1vqcj1i8f)",
309
+ backgroundBrandTop: "var(--v16_54_1vqcj1i8g)",
310
+ backgroundBrandBottom: "var(--v16_54_1vqcj1i8h)",
311
+ backgroundDropZoneHover: "var(--v16_54_1vqcj1i8i)",
312
+ backgroundDropZoneDragover: "var(--v16_54_1vqcj1i8j)",
313
+ backgroundDropZoneBrandHover: "var(--v16_54_1vqcj1i8k)",
314
+ backgroundDropZoneBrandDragover: "var(--v16_54_1vqcj1i8l)",
315
+ appBarBackground: "var(--v16_54_1vqcj1i8m)",
316
+ navigationBarBackground: "var(--v16_54_1vqcj1i8n)",
317
+ backgroundDropZoneNegativeHover: "var(--v16_54_1vqcj1i8o)",
318
+ backgroundDropZoneNegativeDragover: "var(--v16_54_1vqcj1i8p)",
319
+ backgroundDropZoneMediaHover: "var(--v16_54_1vqcj1i8q)",
320
+ backgroundDropZoneMediaDragover: "var(--v16_54_1vqcj1i8r)",
321
+ skeletonWave: "var(--v16_54_1vqcj1i8s)",
322
+ borderLow: "var(--v16_54_1vqcj1i8t)",
323
+ border: "var(--v16_54_1vqcj1i8u)",
324
+ borderHigh: "var(--v16_54_1vqcj1i8v)",
325
+ borderSelected: "var(--v16_54_1vqcj1i8w)",
326
+ coverBackgroundHover: "var(--v16_54_1vqcj1i8x)",
327
+ coverBackgroundPressed: "var(--v16_54_1vqcj1i8y)",
328
+ buttonDangerBackground: "var(--v16_54_1vqcj1i8z)",
329
+ buttonDangerBackgroundPressed: "var(--v16_54_1vqcj1i90)",
330
+ buttonDangerBackgroundHover: "var(--v16_54_1vqcj1i91)",
331
+ buttonLinkDangerBackgroundInverse: "var(--v16_54_1vqcj1i92)",
332
+ buttonLinkDangerBackgroundNegative: "var(--v16_54_1vqcj1i93)",
333
+ buttonLinkDangerBackgroundBrand: "var(--v16_54_1vqcj1i94)",
334
+ buttonLinkDangerBackgroundMedia: "var(--v16_54_1vqcj1i95)",
335
+ buttonLinkDangerBackgroundPressed: "var(--v16_54_1vqcj1i96)",
336
+ buttonLinkDangerBackgroundInversePressed: "var(--v16_54_1vqcj1i97)",
337
+ buttonLinkDangerBackgroundNegativePressed: "var(--v16_54_1vqcj1i98)",
338
+ buttonLinkDangerBackgroundBrandPressed: "var(--v16_54_1vqcj1i99)",
339
+ buttonLinkDangerBackgroundMediaPressed: "var(--v16_54_1vqcj1i9a)",
340
+ buttonLinkBackgroundPressed: "var(--v16_54_1vqcj1i9b)",
341
+ buttonLinkBackgroundInversePressed: "var(--v16_54_1vqcj1i9c)",
342
+ buttonLinkBackgroundNegativePressed: "var(--v16_54_1vqcj1i9d)",
343
+ buttonLinkBackgroundBrandPressed: "var(--v16_54_1vqcj1i9e)",
344
+ buttonLinkBackgroundMediaPressed: "var(--v16_54_1vqcj1i9f)",
345
+ buttonPrimaryBackground: "var(--v16_54_1vqcj1i9g)",
346
+ buttonPrimaryBackgroundInverse: "var(--v16_54_1vqcj1i9h)",
347
+ buttonPrimaryBackgroundNegative: "var(--v16_54_1vqcj1i9i)",
348
+ buttonPrimaryBackgroundBrand: "var(--v16_54_1vqcj1i9j)",
349
+ buttonPrimaryBackgroundMedia: "var(--v16_54_1vqcj1i9k)",
350
+ buttonPrimaryBackgroundHover: "var(--v16_54_1vqcj1i9l)",
351
+ buttonPrimaryBackgroundInverseHover: "var(--v16_54_1vqcj1i9m)",
352
+ buttonPrimaryBackgroundNegativeHover: "var(--v16_54_1vqcj1i9n)",
353
+ buttonPrimaryBackgroundBrandHover: "var(--v16_54_1vqcj1i9o)",
354
+ buttonPrimaryBackgroundMediaHover: "var(--v16_54_1vqcj1i9p)",
355
+ buttonPrimaryBackgroundPressed: "var(--v16_54_1vqcj1i9q)",
356
+ buttonPrimaryBackgroundInversePressed: "var(--v16_54_1vqcj1i9r)",
357
+ buttonPrimaryBackgroundNegativePressed: "var(--v16_54_1vqcj1i9s)",
358
+ buttonPrimaryBackgroundBrandPressed: "var(--v16_54_1vqcj1i9t)",
359
+ buttonPrimaryBackgroundMediaPressed: "var(--v16_54_1vqcj1i9u)",
360
+ buttonSecondaryBackgroundBrand: "var(--v16_54_1vqcj1i9v)",
361
+ buttonSecondaryBorder: "var(--v16_54_1vqcj1i9w)",
362
+ buttonSecondaryBorderInverse: "var(--v16_54_1vqcj1i9x)",
363
+ buttonSecondaryBorderNegative: "var(--v16_54_1vqcj1i9y)",
364
+ buttonSecondaryBorderBrand: "var(--v16_54_1vqcj1i9z)",
365
+ buttonSecondaryBorderMedia: "var(--v16_54_1vqcj1ia0)",
366
+ buttonSecondaryBorderPressed: "var(--v16_54_1vqcj1ia1)",
367
+ buttonSecondaryBorderInversePressed: "var(--v16_54_1vqcj1ia2)",
368
+ buttonSecondaryBorderNegativePressed: "var(--v16_54_1vqcj1ia3)",
369
+ buttonSecondaryBorderBrandPressed: "var(--v16_54_1vqcj1ia4)",
370
+ buttonSecondaryBorderMediaPressed: "var(--v16_54_1vqcj1ia5)",
371
+ buttonSecondaryBackgroundHover: "var(--v16_54_1vqcj1ia6)",
372
+ buttonSecondaryBackgroundInverseHover: "var(--v16_54_1vqcj1ia7)",
373
+ buttonSecondaryBackgroundNegativeHover: "var(--v16_54_1vqcj1ia8)",
374
+ buttonSecondaryBackgroundBrandHover: "var(--v16_54_1vqcj1ia9)",
375
+ buttonSecondaryBackgroundMediaHover: "var(--v16_54_1vqcj1iaa)",
376
+ buttonSecondaryBackgroundPressed: "var(--v16_54_1vqcj1iab)",
377
+ buttonSecondaryBackgroundInversePressed: "var(--v16_54_1vqcj1iac)",
378
+ buttonSecondaryBackgroundNegativePressed: "var(--v16_54_1vqcj1iad)",
379
+ buttonSecondaryBackgroundBrandPressed: "var(--v16_54_1vqcj1iae)",
380
+ buttonSecondaryBackgroundMediaPressed: "var(--v16_54_1vqcj1iaf)",
381
+ textButtonPrimary: "var(--v16_54_1vqcj1iag)",
382
+ textButtonPrimaryInverse: "var(--v16_54_1vqcj1iah)",
383
+ textButtonPrimaryNegative: "var(--v16_54_1vqcj1iai)",
384
+ textButtonPrimaryBrand: "var(--v16_54_1vqcj1iaj)",
385
+ textButtonPrimaryMedia: "var(--v16_54_1vqcj1iak)",
386
+ textButtonPrimaryInversePressed: "var(--v16_54_1vqcj1ial)",
387
+ textButtonPrimaryNegativePressed: "var(--v16_54_1vqcj1iam)",
388
+ textButtonPrimaryBrandPressed: "var(--v16_54_1vqcj1ian)",
389
+ textButtonPrimaryMediaPressed: "var(--v16_54_1vqcj1iao)",
390
+ textButtonSecondary: "var(--v16_54_1vqcj1iap)",
391
+ textButtonSecondaryInverse: "var(--v16_54_1vqcj1iaq)",
392
+ textButtonSecondaryNegative: "var(--v16_54_1vqcj1iar)",
393
+ textButtonSecondaryBrand: "var(--v16_54_1vqcj1ias)",
394
+ textButtonSecondaryMedia: "var(--v16_54_1vqcj1iat)",
395
+ textButtonSecondaryPressed: "var(--v16_54_1vqcj1iau)",
396
+ textButtonSecondaryInversePressed: "var(--v16_54_1vqcj1iav)",
397
+ textButtonSecondaryNegativePressed: "var(--v16_54_1vqcj1iaw)",
398
+ textButtonSecondaryBrandPressed: "var(--v16_54_1vqcj1iax)",
399
+ textButtonSecondaryMediaPressed: "var(--v16_54_1vqcj1iay)",
400
+ textLink: "var(--v16_54_1vqcj1iaz)",
401
+ textLinkInverse: "var(--v16_54_1vqcj1ib0)",
402
+ textLinkNegative: "var(--v16_54_1vqcj1ib1)",
403
+ textLinkBrand: "var(--v16_54_1vqcj1ib2)",
404
+ textLinkMedia: "var(--v16_54_1vqcj1ib3)",
405
+ textLinkDanger: "var(--v16_54_1vqcj1ib4)",
406
+ textLinkDangerMedia: "var(--v16_54_1vqcj1ib5)",
407
+ textLinkSnackbar: "var(--v16_54_1vqcj1ib6)",
408
+ textActivated: "var(--v16_54_1vqcj1ib7)",
409
+ textBrand: "var(--v16_54_1vqcj1ib8)",
410
+ inputBorder: "var(--v16_54_1vqcj1ib9)",
411
+ inputBorderInverse: "var(--v16_54_1vqcj1iba)",
412
+ inputBorderNegative: "var(--v16_54_1vqcj1ibb)",
413
+ inputBorderBrand: "var(--v16_54_1vqcj1ibc)",
414
+ completedStep: "var(--v16_54_1vqcj1ibd)",
415
+ completedStepInverse: "var(--v16_54_1vqcj1ibe)",
416
+ completedStepNegative: "var(--v16_54_1vqcj1ibf)",
417
+ completedStepBrand: "var(--v16_54_1vqcj1ibg)",
418
+ control: "var(--v16_54_1vqcj1ibh)",
419
+ controlActivated: "var(--v16_54_1vqcj1ibi)",
420
+ controlInverse: "var(--v16_54_1vqcj1ibj)",
421
+ controlNegative: "var(--v16_54_1vqcj1ibk)",
422
+ controlBrand: "var(--v16_54_1vqcj1ibl)",
423
+ controlActivatedInverse: "var(--v16_54_1vqcj1ibm)",
424
+ controlActivatedNegative: "var(--v16_54_1vqcj1ibn)",
425
+ controlActivatedBrand: "var(--v16_54_1vqcj1ibo)",
426
+ controlError: "var(--v16_54_1vqcj1ibp)",
427
+ barTrack: "var(--v16_54_1vqcj1ibq)",
428
+ barTrackInverse: "var(--v16_54_1vqcj1ibr)",
429
+ barTrackNegative: "var(--v16_54_1vqcj1ibs)",
430
+ barTrackBrand: "var(--v16_54_1vqcj1ibt)",
431
+ loadingBar: "var(--v16_54_1vqcj1ibu)",
432
+ loadingBarBackground: "var(--v16_54_1vqcj1ibv)",
433
+ toggleAndroidInactive: "var(--v16_54_1vqcj1ibw)",
434
+ toggleAndroidBackgroundActive: "var(--v16_54_1vqcj1ibx)",
435
+ toggleAndroidActiveBrand: "var(--v16_54_1vqcj1iby)",
436
+ toggleAndroidInactiveBrand: "var(--v16_54_1vqcj1ibz)",
437
+ toggleAndroidBackgroundActiveBrand: "var(--v16_54_1vqcj1ic0)",
438
+ toggleAndroidBackgroundInactiveBrand: "var(--v16_54_1vqcj1ic1)",
439
+ iosControlKnob: "var(--v16_54_1vqcj1ic2)",
440
+ controlKnobInverse: "var(--v16_54_1vqcj1ic3)",
441
+ controlKnobNegative: "var(--v16_54_1vqcj1ic4)",
442
+ controlKnobBrand: "var(--v16_54_1vqcj1ic5)",
443
+ divider: "var(--v16_54_1vqcj1ic6)",
444
+ dividerInverse: "var(--v16_54_1vqcj1ic7)",
445
+ dividerNegative: "var(--v16_54_1vqcj1ic8)",
446
+ dividerBrand: "var(--v16_54_1vqcj1ic9)",
447
+ navigationBarDivider: "var(--v16_54_1vqcj1ica)",
448
+ badge: "var(--v16_54_1vqcj1icb)",
449
+ feedbackErrorBackground: "var(--v16_54_1vqcj1icc)",
450
+ feedbackInfoBackground: "var(--v16_54_1vqcj1icd)",
451
+ brand: "var(--v16_54_1vqcj1ice)",
452
+ brandHigh: "var(--v16_54_1vqcj1icf)",
453
+ inverse: "var(--v16_54_1vqcj1icg)",
454
+ negative: "var(--v16_54_1vqcj1ich)",
455
+ neutralHigh: "var(--v16_54_1vqcj1ici)",
456
+ neutralHighNegative: "var(--v16_54_1vqcj1icj)",
457
+ neutralHighBrand: "var(--v16_54_1vqcj1ick)",
458
+ neutralMedium: "var(--v16_54_1vqcj1icl)",
459
+ neutralMediumInverse: "var(--v16_54_1vqcj1icm)",
460
+ neutralMediumNegative: "var(--v16_54_1vqcj1icn)",
461
+ neutralMediumBrand: "var(--v16_54_1vqcj1ico)",
462
+ neutralLow: "var(--v16_54_1vqcj1icp)",
463
+ neutralLowAlternative: "var(--v16_54_1vqcj1icq)",
464
+ chevronIndicator: "var(--v16_54_1vqcj1icr)",
465
+ textPrimary: "var(--v16_54_1vqcj1ics)",
466
+ textPrimaryInverse: "var(--v16_54_1vqcj1ict)",
467
+ textPrimaryNegative: "var(--v16_54_1vqcj1icu)",
468
+ textPrimaryBrand: "var(--v16_54_1vqcj1icv)",
469
+ textPrimaryMedia: "var(--v16_54_1vqcj1icw)",
470
+ textSecondary: "var(--v16_54_1vqcj1icx)",
471
+ textSecondaryInverse: "var(--v16_54_1vqcj1icy)",
472
+ textSecondaryNegative: "var(--v16_54_1vqcj1icz)",
473
+ textSecondaryBrand: "var(--v16_54_1vqcj1id0)",
474
+ textSecondaryMedia: "var(--v16_54_1vqcj1id1)",
475
+ success: "var(--v16_54_1vqcj1id2)",
476
+ warning: "var(--v16_54_1vqcj1id3)",
477
+ error: "var(--v16_54_1vqcj1id4)",
478
+ textError: "var(--v16_54_1vqcj1id5)",
479
+ textErrorInverse: "var(--v16_54_1vqcj1id6)",
480
+ textErrorNegative: "var(--v16_54_1vqcj1id7)",
481
+ textErrorBrand: "var(--v16_54_1vqcj1id8)",
482
+ promo: "var(--v16_54_1vqcj1id9)",
483
+ highlight: "var(--v16_54_1vqcj1ida)",
484
+ successLow: "var(--v16_54_1vqcj1idb)",
485
+ warningLow: "var(--v16_54_1vqcj1idc)",
486
+ errorLow: "var(--v16_54_1vqcj1idd)",
487
+ promoLow: "var(--v16_54_1vqcj1ide)",
488
+ brandLow: "var(--v16_54_1vqcj1idf)",
489
+ successHigh: "var(--v16_54_1vqcj1idg)",
490
+ warningHigh: "var(--v16_54_1vqcj1idh)",
491
+ errorHigh: "var(--v16_54_1vqcj1idi)",
492
+ promoHigh: "var(--v16_54_1vqcj1idj)",
493
+ successHighInverse: "var(--v16_54_1vqcj1idk)",
494
+ successHighNegative: "var(--v16_54_1vqcj1idl)",
495
+ successHighBrand: "var(--v16_54_1vqcj1idm)",
496
+ warningHighInverse: "var(--v16_54_1vqcj1idn)",
497
+ warningHighNegative: "var(--v16_54_1vqcj1ido)",
498
+ warningHighBrand: "var(--v16_54_1vqcj1idp)",
499
+ errorHighInverse: "var(--v16_54_1vqcj1idq)",
500
+ errorHighNegative: "var(--v16_54_1vqcj1idr)",
501
+ errorHighBrand: "var(--v16_54_1vqcj1ids)",
502
+ promoHighInverse: "var(--v16_54_1vqcj1idt)",
503
+ promoHighNegative: "var(--v16_54_1vqcj1idu)",
504
+ promoHighBrand: "var(--v16_54_1vqcj1idv)",
505
+ textNavigationBarPrimary: "var(--v16_54_1vqcj1idw)",
506
+ textNavigationBarSecondary: "var(--v16_54_1vqcj1idx)",
507
+ textNavigationSearchBarHint: "var(--v16_54_1vqcj1idy)",
508
+ textNavigationSearchBarText: "var(--v16_54_1vqcj1idz)",
509
+ textAppBar: "var(--v16_54_1vqcj1ie0)",
510
+ textAppBarSelected: "var(--v16_54_1vqcj1ie1)",
511
+ customTabsBackground: "var(--v16_54_1vqcj1ie2)",
512
+ tagTextPromo: "var(--v16_54_1vqcj1ie3)",
513
+ tagTextActive: "var(--v16_54_1vqcj1ie4)",
514
+ tagTextInactive: "var(--v16_54_1vqcj1ie5)",
515
+ tagTextInfo: "var(--v16_54_1vqcj1ie6)",
516
+ tagTextSuccess: "var(--v16_54_1vqcj1ie7)",
517
+ tagTextWarning: "var(--v16_54_1vqcj1ie8)",
518
+ tagTextError: "var(--v16_54_1vqcj1ie9)",
519
+ tagBackgroundPromo: "var(--v16_54_1vqcj1iea)",
520
+ tagBackgroundActive: "var(--v16_54_1vqcj1ieb)",
521
+ tagBackgroundInactive: "var(--v16_54_1vqcj1iec)",
522
+ tagBackgroundInfo: "var(--v16_54_1vqcj1ied)",
523
+ tagBackgroundSuccess: "var(--v16_54_1vqcj1iee)",
524
+ tagBackgroundWarning: "var(--v16_54_1vqcj1ief)",
525
+ tagBackgroundError: "var(--v16_54_1vqcj1ieg)",
526
+ tagTextPromoInverse: "var(--v16_54_1vqcj1ieh)",
527
+ tagTextPromoNegative: "var(--v16_54_1vqcj1iei)",
528
+ tagTextPromoBrand: "var(--v16_54_1vqcj1iej)",
529
+ tagTextActiveInverse: "var(--v16_54_1vqcj1iek)",
530
+ tagTextActiveNegative: "var(--v16_54_1vqcj1iel)",
531
+ tagTextActiveBrand: "var(--v16_54_1vqcj1iem)",
532
+ tagTextInactiveInverse: "var(--v16_54_1vqcj1ien)",
533
+ tagTextInactiveNegative: "var(--v16_54_1vqcj1ieo)",
534
+ tagTextInactiveBrand: "var(--v16_54_1vqcj1iep)",
535
+ tagTextInfoInverse: "var(--v16_54_1vqcj1ieq)",
536
+ tagTextInfoNegative: "var(--v16_54_1vqcj1ier)",
537
+ tagTextInfoBrand: "var(--v16_54_1vqcj1ies)",
538
+ tagTextSuccessInverse: "var(--v16_54_1vqcj1iet)",
539
+ tagTextSuccessNegative: "var(--v16_54_1vqcj1ieu)",
540
+ tagTextSuccessBrand: "var(--v16_54_1vqcj1iev)",
541
+ tagTextWarningInverse: "var(--v16_54_1vqcj1iew)",
542
+ tagTextWarningNegative: "var(--v16_54_1vqcj1iex)",
543
+ tagTextWarningBrand: "var(--v16_54_1vqcj1iey)",
544
+ tagTextErrorInverse: "var(--v16_54_1vqcj1iez)",
545
+ tagTextErrorNegative: "var(--v16_54_1vqcj1if0)",
546
+ tagTextErrorBrand: "var(--v16_54_1vqcj1if1)",
547
+ tagBackgroundPromoInverse: "var(--v16_54_1vqcj1if2)",
548
+ tagBackgroundPromoNegative: "var(--v16_54_1vqcj1if3)",
549
+ tagBackgroundPromoBrand: "var(--v16_54_1vqcj1if4)",
550
+ tagBackgroundActiveInverse: "var(--v16_54_1vqcj1if5)",
551
+ tagBackgroundActiveNegative: "var(--v16_54_1vqcj1if6)",
552
+ tagBackgroundActiveBrand: "var(--v16_54_1vqcj1if7)",
553
+ tagBackgroundInactiveInverse: "var(--v16_54_1vqcj1if8)",
554
+ tagBackgroundInactiveNegative: "var(--v16_54_1vqcj1if9)",
555
+ tagBackgroundInactiveBrand: "var(--v16_54_1vqcj1ifa)",
556
+ tagBackgroundInfoInverse: "var(--v16_54_1vqcj1ifb)",
557
+ tagBackgroundInfoNegative: "var(--v16_54_1vqcj1ifc)",
558
+ tagBackgroundInfoBrand: "var(--v16_54_1vqcj1ifd)",
559
+ tagBackgroundSuccessInverse: "var(--v16_54_1vqcj1ife)",
560
+ tagBackgroundSuccessNegative: "var(--v16_54_1vqcj1iff)",
561
+ tagBackgroundSuccessBrand: "var(--v16_54_1vqcj1ifg)",
562
+ tagBackgroundWarningInverse: "var(--v16_54_1vqcj1ifh)",
563
+ tagBackgroundWarningNegative: "var(--v16_54_1vqcj1ifi)",
564
+ tagBackgroundWarningBrand: "var(--v16_54_1vqcj1ifj)",
565
+ tagBackgroundErrorInverse: "var(--v16_54_1vqcj1ifk)",
566
+ tagBackgroundErrorNegative: "var(--v16_54_1vqcj1ifl)",
567
+ tagBackgroundErrorBrand: "var(--v16_54_1vqcj1ifm)",
568
+ cardContentOverlay: "var(--v16_54_1vqcj1ifn)",
569
+ cardFooterOverlay: "var(--v16_54_1vqcj1ifo)",
570
+ iosGlassAppBarSelected: "var(--v16_54_1vqcj1ifp)"
555
571
  },
556
572
  borderRadii: {
557
- button: "var(--v16_52_1vqcj1ifa)",
558
- input: "var(--v16_52_1vqcj1ifb)",
559
- container: "var(--v16_52_1vqcj1ifc)",
560
- legacyDisplay: "var(--v16_52_1vqcj1ifd)",
561
- popup: "var(--v16_52_1vqcj1ife)",
562
- checkbox: "var(--v16_52_1vqcj1iff)",
563
- indicator: "var(--v16_52_1vqcj1ifg)",
564
- chip: "var(--v16_52_1vqcj1ifh)",
565
- sheet: "var(--v16_52_1vqcj1ifi)",
566
- bar: "var(--v16_52_1vqcj1ifj)",
567
- avatar: "var(--v16_52_1vqcj1ifk)",
568
- mediaSmall: "var(--v16_52_1vqcj1ifl)",
569
- tag: "var(--v16_52_1vqcj1ifm)"
573
+ button: "var(--v16_54_1vqcj1ifq)",
574
+ input: "var(--v16_54_1vqcj1ifr)",
575
+ container: "var(--v16_54_1vqcj1ifs)",
576
+ legacyDisplay: "var(--v16_54_1vqcj1ift)",
577
+ popup: "var(--v16_54_1vqcj1ifu)",
578
+ checkbox: "var(--v16_54_1vqcj1ifv)",
579
+ indicator: "var(--v16_54_1vqcj1ifw)",
580
+ chip: "var(--v16_54_1vqcj1ifx)",
581
+ sheet: "var(--v16_54_1vqcj1ify)",
582
+ bar: "var(--v16_54_1vqcj1ifz)",
583
+ avatar: "var(--v16_54_1vqcj1ig0)",
584
+ mediaSmall: "var(--v16_54_1vqcj1ig1)",
585
+ tag: "var(--v16_54_1vqcj1ig2)"
570
586
  },
571
587
  textPresets: {
572
588
  cardTitle: {
573
- weight: "var(--v16_52_1vqcj1ifn)"
589
+ weight: "var(--v16_54_1vqcj1ig3)"
574
590
  },
575
591
  rowTitle: {
576
- weight: "var(--v16_52_1vqcj1ifo)"
592
+ weight: "var(--v16_54_1vqcj1ig4)"
577
593
  },
578
594
  button: {
579
- weight: "var(--v16_52_1vqcj1ifp)"
595
+ weight: "var(--v16_54_1vqcj1ig5)"
580
596
  },
581
597
  link: {
582
- weight: "var(--v16_52_1vqcj1ifq)"
598
+ weight: "var(--v16_54_1vqcj1ig6)"
583
599
  },
584
600
  title1: {
585
- weight: "var(--v16_52_1vqcj1ifr)",
586
- size: "var(--v16_52_1vqcj1ifs)",
587
- lineHeight: "var(--v16_52_1vqcj1ift)"
601
+ weight: "var(--v16_54_1vqcj1ig7)",
602
+ size: "var(--v16_54_1vqcj1ig8)",
603
+ lineHeight: "var(--v16_54_1vqcj1ig9)"
588
604
  },
589
605
  title2: {
590
- weight: "var(--v16_52_1vqcj1ifu)",
591
- size: "var(--v16_52_1vqcj1ifv)",
592
- lineHeight: "var(--v16_52_1vqcj1ifw)"
606
+ weight: "var(--v16_54_1vqcj1iga)",
607
+ size: "var(--v16_54_1vqcj1igb)",
608
+ lineHeight: "var(--v16_54_1vqcj1igc)"
593
609
  },
594
610
  title3: {
595
- weight: "var(--v16_52_1vqcj1ifx)",
596
- size: "var(--v16_52_1vqcj1ify)",
597
- lineHeight: "var(--v16_52_1vqcj1ifz)"
611
+ weight: "var(--v16_54_1vqcj1igd)",
612
+ size: "var(--v16_54_1vqcj1ige)",
613
+ lineHeight: "var(--v16_54_1vqcj1igf)"
598
614
  },
599
615
  title4: {
600
- weight: "var(--v16_52_1vqcj1ig0)",
601
- size: "var(--v16_52_1vqcj1ig1)",
602
- lineHeight: "var(--v16_52_1vqcj1ig2)"
616
+ weight: "var(--v16_54_1vqcj1igg)",
617
+ size: "var(--v16_54_1vqcj1igh)",
618
+ lineHeight: "var(--v16_54_1vqcj1igi)"
603
619
  },
604
620
  indicator: {
605
- weight: "var(--v16_52_1vqcj1ig3)"
621
+ weight: "var(--v16_54_1vqcj1igj)"
606
622
  },
607
623
  tabsLabel: {
608
- weight: "var(--v16_52_1vqcj1ig4)",
609
- size: "var(--v16_52_1vqcj1ig5)",
610
- lineHeight: "var(--v16_52_1vqcj1ig6)"
624
+ weight: "var(--v16_54_1vqcj1igk)",
625
+ size: "var(--v16_54_1vqcj1igl)",
626
+ lineHeight: "var(--v16_54_1vqcj1igm)"
611
627
  },
612
628
  navigationBar: {
613
- weight: "var(--v16_52_1vqcj1ig7)"
629
+ weight: "var(--v16_54_1vqcj1ign)"
614
630
  },
615
631
  text1: {
616
- size: "var(--v16_52_1vqcj1ig8)",
617
- lineHeight: "var(--v16_52_1vqcj1ig9)"
632
+ size: "var(--v16_54_1vqcj1igo)",
633
+ lineHeight: "var(--v16_54_1vqcj1igp)"
618
634
  },
619
635
  text2: {
620
- size: "var(--v16_52_1vqcj1iga)",
621
- lineHeight: "var(--v16_52_1vqcj1igb)"
636
+ size: "var(--v16_54_1vqcj1igq)",
637
+ lineHeight: "var(--v16_54_1vqcj1igr)"
622
638
  },
623
639
  text3: {
624
- size: "var(--v16_52_1vqcj1igc)",
625
- lineHeight: "var(--v16_52_1vqcj1igd)"
640
+ size: "var(--v16_54_1vqcj1igs)",
641
+ lineHeight: "var(--v16_54_1vqcj1igt)"
626
642
  },
627
643
  text4: {
628
- size: "var(--v16_52_1vqcj1ige)",
629
- lineHeight: "var(--v16_52_1vqcj1igf)"
644
+ size: "var(--v16_54_1vqcj1igu)",
645
+ lineHeight: "var(--v16_54_1vqcj1igv)"
630
646
  },
631
647
  text5: {
632
- weight: "var(--v16_52_1vqcj1igg)",
633
- size: "var(--v16_52_1vqcj1igh)",
634
- lineHeight: "var(--v16_52_1vqcj1igi)"
648
+ weight: "var(--v16_54_1vqcj1igw)",
649
+ size: "var(--v16_54_1vqcj1igx)",
650
+ lineHeight: "var(--v16_54_1vqcj1igy)"
635
651
  },
636
652
  text6: {
637
- weight: "var(--v16_52_1vqcj1igj)",
638
- size: "var(--v16_52_1vqcj1igk)",
639
- lineHeight: "var(--v16_52_1vqcj1igl)"
653
+ weight: "var(--v16_54_1vqcj1igz)",
654
+ size: "var(--v16_54_1vqcj1ih0)",
655
+ lineHeight: "var(--v16_54_1vqcj1ih1)"
640
656
  },
641
657
  text7: {
642
- weight: "var(--v16_52_1vqcj1igm)",
643
- size: "var(--v16_52_1vqcj1ign)",
644
- lineHeight: "var(--v16_52_1vqcj1igo)"
658
+ weight: "var(--v16_54_1vqcj1ih2)",
659
+ size: "var(--v16_54_1vqcj1ih3)",
660
+ lineHeight: "var(--v16_54_1vqcj1ih4)"
645
661
  },
646
662
  text8: {
647
- weight: "var(--v16_52_1vqcj1igp)",
648
- size: "var(--v16_52_1vqcj1igq)",
649
- lineHeight: "var(--v16_52_1vqcj1igr)"
663
+ weight: "var(--v16_54_1vqcj1ih5)",
664
+ size: "var(--v16_54_1vqcj1ih6)",
665
+ lineHeight: "var(--v16_54_1vqcj1ih7)"
650
666
  },
651
667
  text9: {
652
- weight: "var(--v16_52_1vqcj1igs)",
653
- size: "var(--v16_52_1vqcj1igt)",
654
- lineHeight: "var(--v16_52_1vqcj1igu)"
668
+ weight: "var(--v16_54_1vqcj1ih8)",
669
+ size: "var(--v16_54_1vqcj1ih9)",
670
+ lineHeight: "var(--v16_54_1vqcj1iha)"
655
671
  },
656
672
  text10: {
657
- weight: "var(--v16_52_1vqcj1igv)",
658
- size: "var(--v16_52_1vqcj1igw)",
659
- lineHeight: "var(--v16_52_1vqcj1igx)"
673
+ weight: "var(--v16_54_1vqcj1ihb)",
674
+ size: "var(--v16_54_1vqcj1ihc)",
675
+ lineHeight: "var(--v16_54_1vqcj1ihd)"
660
676
  },
661
677
  chipLabel: {
662
- weight: "var(--v16_52_1vqcj1igy)",
663
- size: "var(--v16_52_1vqcj1igz)",
664
- lineHeight: "var(--v16_52_1vqcj1ih0)"
678
+ weight: "var(--v16_54_1vqcj1ihe)",
679
+ size: "var(--v16_54_1vqcj1ihf)",
680
+ lineHeight: "var(--v16_54_1vqcj1ihg)"
665
681
  },
666
682
  inputHelperText: {
667
- size: "var(--v16_52_1vqcj1ih1)",
668
- lineHeight: "var(--v16_52_1vqcj1ih2)"
683
+ size: "var(--v16_54_1vqcj1ihh)",
684
+ lineHeight: "var(--v16_54_1vqcj1ihi)"
669
685
  },
670
686
  inputLabel: {
671
- size: "var(--v16_52_1vqcj1ih3)",
672
- lineHeight: "var(--v16_52_1vqcj1ih4)"
687
+ size: "var(--v16_54_1vqcj1ihj)",
688
+ lineHeight: "var(--v16_54_1vqcj1ihk)"
673
689
  },
674
690
  inputValue: {
675
- size: "var(--v16_52_1vqcj1ih5)",
676
- lineHeight: "var(--v16_52_1vqcj1ih6)"
691
+ size: "var(--v16_54_1vqcj1ihl)",
692
+ lineHeight: "var(--v16_54_1vqcj1ihm)"
677
693
  },
678
694
  loadingScreenTitle: {
679
- size: "var(--v16_52_1vqcj1ih7)",
680
- lineHeight: "var(--v16_52_1vqcj1ih8)"
695
+ size: "var(--v16_54_1vqcj1ihn)",
696
+ lineHeight: "var(--v16_54_1vqcj1iho)"
681
697
  },
682
698
  stepperStepLabel: {
683
- size: "var(--v16_52_1vqcj1ih9)",
684
- lineHeight: "var(--v16_52_1vqcj1iha)"
699
+ size: "var(--v16_54_1vqcj1ihp)",
700
+ lineHeight: "var(--v16_54_1vqcj1ihq)"
685
701
  },
686
702
  cardDescriptionDefault: {
687
- lineHeight: "var(--v16_52_1vqcj1ihb)",
688
- size: "var(--v16_52_1vqcj1ihc)"
703
+ lineHeight: "var(--v16_54_1vqcj1ihr)",
704
+ size: "var(--v16_54_1vqcj1ihs)"
689
705
  },
690
706
  cardDescriptionSnap: {
691
- lineHeight: "var(--v16_52_1vqcj1ihd)",
692
- size: "var(--v16_52_1vqcj1ihe)"
707
+ lineHeight: "var(--v16_54_1vqcj1iht)",
708
+ size: "var(--v16_54_1vqcj1ihu)"
693
709
  },
694
710
  cardPretitleDefault: {
695
- lineHeight: "var(--v16_52_1vqcj1ihf)",
696
- size: "var(--v16_52_1vqcj1ihg)"
711
+ lineHeight: "var(--v16_54_1vqcj1ihv)",
712
+ size: "var(--v16_54_1vqcj1ihw)"
697
713
  },
698
714
  cardPretitleSnap: {
699
- lineHeight: "var(--v16_52_1vqcj1ihh)",
700
- size: "var(--v16_52_1vqcj1ihi)"
715
+ lineHeight: "var(--v16_54_1vqcj1ihx)",
716
+ size: "var(--v16_54_1vqcj1ihy)"
701
717
  },
702
718
  cardSubtitleDefault: {
703
- lineHeight: "var(--v16_52_1vqcj1ihj)",
704
- size: "var(--v16_52_1vqcj1ihk)"
719
+ lineHeight: "var(--v16_54_1vqcj1ihz)",
720
+ size: "var(--v16_54_1vqcj1ii0)"
705
721
  },
706
722
  cardSubtitleSnap: {
707
- lineHeight: "var(--v16_52_1vqcj1ihl)",
708
- size: "var(--v16_52_1vqcj1ihm)"
723
+ lineHeight: "var(--v16_54_1vqcj1ii1)",
724
+ size: "var(--v16_54_1vqcj1ii2)"
709
725
  },
710
726
  cardTitleDefault: {
711
- lineHeight: "var(--v16_52_1vqcj1ihn)",
712
- size: "var(--v16_52_1vqcj1iho)"
727
+ lineHeight: "var(--v16_54_1vqcj1ii3)",
728
+ size: "var(--v16_54_1vqcj1ii4)"
713
729
  },
714
730
  cardTitleSnap: {
715
- lineHeight: "var(--v16_52_1vqcj1ihp)",
716
- size: "var(--v16_52_1vqcj1ihq)"
731
+ lineHeight: "var(--v16_54_1vqcj1ii5)",
732
+ size: "var(--v16_54_1vqcj1ii6)"
717
733
  },
718
734
  drawerTitle: {
719
- lineHeight: "var(--v16_52_1vqcj1ihr)",
720
- size: "var(--v16_52_1vqcj1ihs)",
721
- weight: "var(--v16_52_1vqcj1iht)"
735
+ lineHeight: "var(--v16_54_1vqcj1ii7)",
736
+ size: "var(--v16_54_1vqcj1ii8)",
737
+ weight: "var(--v16_54_1vqcj1ii9)"
738
+ }
739
+ },
740
+ spacing: {
741
+ buttonDefaultPadding: {
742
+ left: "var(--v16_54_1vqcj1iia)",
743
+ right: "var(--v16_54_1vqcj1iib)"
744
+ },
745
+ buttonSmallPadding: {
746
+ left: "var(--v16_54_1vqcj1iic)",
747
+ right: "var(--v16_54_1vqcj1iid)"
748
+ },
749
+ cardDefaultPadding: {
750
+ left: "var(--v16_54_1vqcj1iie)",
751
+ right: "var(--v16_54_1vqcj1iif)",
752
+ top: "var(--v16_54_1vqcj1iig)",
753
+ bottom: "var(--v16_54_1vqcj1iih)"
754
+ },
755
+ inputPadding: {
756
+ top: "var(--v16_54_1vqcj1iii)",
757
+ bottom: "var(--v16_54_1vqcj1iij)"
758
+ },
759
+ tagPadding: {
760
+ top: "var(--v16_54_1vqcj1iik)",
761
+ bottom: "var(--v16_54_1vqcj1iil)"
762
+ },
763
+ feedbackScreenPadding: {
764
+ top: "var(--v16_54_1vqcj1iim)",
765
+ bottom: "var(--v16_54_1vqcj1iin)",
766
+ left: "var(--v16_54_1vqcj1iio)",
767
+ right: "var(--v16_54_1vqcj1iip)"
768
+ },
769
+ heroPadding: {
770
+ top: "var(--v16_54_1vqcj1iiq)",
771
+ bottom: "var(--v16_54_1vqcj1iir)"
772
+ },
773
+ headerPadding: {
774
+ top: "var(--v16_54_1vqcj1iis)",
775
+ bottom: "var(--v16_54_1vqcj1iit)"
776
+ },
777
+ drawerPadding: {
778
+ top: "var(--v16_54_1vqcj1iiu)",
779
+ bottom: "var(--v16_54_1vqcj1iiv)",
780
+ left: "var(--v16_54_1vqcj1iiw)",
781
+ right: "var(--v16_54_1vqcj1iix)"
722
782
  }
723
783
  }
724
784
  };