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