@hopper-ui/styled-system 0.2.0 → 0.2.2

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 (86) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/StyledSystemProvider.css +132 -1
  3. package/dist/StyledSystemProvider.d.ts +42 -4
  4. package/dist/StyledSystemProvider.js +25 -26
  5. package/dist/chunk-2ITAI3PJ.js +270 -0
  6. package/dist/chunk-35LDZFKX.js +29 -0
  7. package/dist/chunk-3YM73BQP.js +6 -0
  8. package/dist/chunk-7HCELIKZ.js +41 -0
  9. package/dist/chunk-FYKLSVLR.js +39 -0
  10. package/dist/chunk-GYREQTEK.js +30 -0
  11. package/dist/chunk-I37Y2R7V.js +4 -0
  12. package/dist/chunk-IK6W4ZXH.js +11 -0
  13. package/dist/chunk-IP7TYBR3.js +19 -0
  14. package/dist/chunk-JBWKRDVA.js +27 -0
  15. package/dist/chunk-JQBON2KA.js +23 -0
  16. package/dist/chunk-KUUJ37DW.js +96 -0
  17. package/dist/chunk-LU33LZMJ.js +55 -0
  18. package/dist/chunk-OHW5NUAW.js +59 -0
  19. package/dist/chunk-Q3NLRNZN.js +881 -0
  20. package/dist/chunk-RIR7BXVF.js +711 -0
  21. package/dist/chunk-STEDL5VQ.js +25 -0
  22. package/dist/chunk-U3SI5QXV.js +911 -0
  23. package/dist/chunk-U5R6ZXH3.js +46 -0
  24. package/dist/chunk-V7X6ANEM.js +14 -0
  25. package/dist/chunk-X5OXC6DN.js +9 -0
  26. package/dist/chunk-XUHDFZZL.js +10 -0
  27. package/dist/chunk-YPIK2HRL.js +6 -0
  28. package/dist/chunk-ZO3DYLQJ.js +32 -0
  29. package/dist/chunk-ZQUJDDQL.js +84 -0
  30. package/dist/chunk-ZUVKM5DV.js +13 -0
  31. package/dist/color-scheme/ColorSchemeContext.d.ts +12 -0
  32. package/dist/color-scheme/ColorSchemeContext.js +1 -0
  33. package/dist/color-scheme/useColorScheme.d.ts +6 -0
  34. package/dist/color-scheme/useColorScheme.js +2 -0
  35. package/dist/color-scheme/useColorSchemeValue.d.ts +3 -0
  36. package/dist/color-scheme/useColorSchemeValue.js +2 -0
  37. package/dist/global-styles/BodyStyleProvider.d.ts +5 -0
  38. package/dist/global-styles/BodyStyleProvider.js +8 -0
  39. package/dist/html-wrappers/html.css +132 -0
  40. package/dist/{StyledSystemProvider-173b78af.d.ts → html-wrappers/html.d.ts} +8 -53
  41. package/dist/html-wrappers/html.js +10 -0
  42. package/dist/html-wrappers/htmlElement.css +132 -0
  43. package/dist/html-wrappers/htmlElement.d.ts +12 -0
  44. package/dist/html-wrappers/htmlElement.js +9 -0
  45. package/dist/index.css +132 -1
  46. package/dist/index.d.ts +23 -2385
  47. package/dist/index.js +26 -26
  48. package/dist/responsive/BreakpointContext.d.ts +10 -0
  49. package/dist/responsive/BreakpointContext.js +2 -0
  50. package/dist/responsive/BreakpointProvider.d.ts +12 -0
  51. package/dist/responsive/BreakpointProvider.js +5 -0
  52. package/dist/responsive/Breakpoints.d.ts +10 -0
  53. package/dist/responsive/Breakpoints.js +1 -0
  54. package/dist/responsive/useResponsiveValue.d.ts +11 -0
  55. package/dist/responsive/useResponsiveValue.js +4 -0
  56. package/dist/styled-system-props.d.ts +1246 -3
  57. package/dist/styled-system-props.js +1 -3
  58. package/dist/styled-system-root-css-class.js +1 -3
  59. package/dist/tokens/TokenProvider.d.ts +20 -0
  60. package/dist/tokens/TokenProvider.js +8 -0
  61. package/dist/tokens/generated/dark-semantic-tokens.d.ts +272 -0
  62. package/dist/tokens/generated/dark-semantic-tokens.js +1 -0
  63. package/dist/tokens/generated/light-semantic-tokens.d.ts +883 -0
  64. package/dist/tokens/generated/light-semantic-tokens.js +1 -0
  65. package/dist/tokens/generated/styled-system-to-token-mappings.d.ts +913 -0
  66. package/dist/tokens/generated/styled-system-to-token-mappings.js +1 -0
  67. package/dist/{styled-system-props-1c231c50.d.ts → tokens/token-mappings.d.ts} +2 -1258
  68. package/dist/tokens/token-mappings.js +6 -0
  69. package/dist/tokens/tokens.d.ts +1154 -0
  70. package/dist/tokens/tokens.js +3 -0
  71. package/dist/useStyledSystem.css +125 -1
  72. package/dist/useStyledSystem.d.ts +4 -1
  73. package/dist/useStyledSystem.js +8 -5
  74. package/dist/utils/assertion.d.ts +15 -0
  75. package/dist/utils/assertion.js +1 -0
  76. package/dist/utils/useInsertStyleElement.d.ts +6 -0
  77. package/dist/utils/useInsertStyleElement.js +3 -0
  78. package/dist/utils/useIsomorphicInsertionEffect.d.ts +16 -0
  79. package/dist/utils/useIsomorphicInsertionEffect.js +1 -0
  80. package/dist/utils/useIsomorphicLayoutEffect.d.ts +16 -0
  81. package/dist/utils/useIsomorphicLayoutEffect.js +1 -0
  82. package/dist/utils/useMediaQuery.d.ts +4 -0
  83. package/dist/utils/useMediaQuery.js +1 -0
  84. package/dist/utils/useThemeComputedStyle.d.ts +14 -0
  85. package/dist/utils/useThemeComputedStyle.js +2 -0
  86. package/package.json +4 -4
@@ -0,0 +1,881 @@
1
+ // src/tokens/generated/light-semantic-tokens.ts
2
+ var CoreTokens = {
3
+ "--hop-coastal-25": "#f0f8ff",
4
+ "--hop-coastal-50": "#d9efff",
5
+ "--hop-coastal-75": "#bae6ff",
6
+ "--hop-coastal-100": "#9fd2f7",
7
+ "--hop-coastal-200": "#81b9e4",
8
+ "--hop-coastal-300": "#5d9acd",
9
+ "--hop-coastal-400": "#3a7bb2",
10
+ "--hop-coastal-500": "#2e70a8",
11
+ "--hop-coastal-600": "#23669f",
12
+ "--hop-coastal-700": "#0a538b",
13
+ "--hop-coastal-800": "#003d70",
14
+ "--hop-coastal-900": "#00274b",
15
+ "--hop-quetzal-25": "#ddfdf9",
16
+ "--hop-quetzal-50": "#cff4ef",
17
+ "--hop-quetzal-75": "#bde8e1",
18
+ "--hop-quetzal-100": "#a3d6cb",
19
+ "--hop-quetzal-200": "#83beaf",
20
+ "--hop-quetzal-300": "#5da18c",
21
+ "--hop-quetzal-400": "#38836a",
22
+ "--hop-quetzal-500": "#2b795e",
23
+ "--hop-quetzal-600": "#206f54",
24
+ "--hop-quetzal-700": "#055c41",
25
+ "--hop-quetzal-800": "#00452d",
26
+ "--hop-quetzal-900": "#002d1c",
27
+ "--hop-orchid-bloom-25": "#f6f5ff",
28
+ "--hop-orchid-bloom-50": "#eae9fb",
29
+ "--hop-orchid-bloom-75": "#ddddf7",
30
+ "--hop-orchid-bloom-100": "#c8caf0",
31
+ "--hop-orchid-bloom-200": "#aeb3e8",
32
+ "--hop-orchid-bloom-300": "#8d91dc",
33
+ "--hop-orchid-bloom-400": "#6b6ecc",
34
+ "--hop-orchid-bloom-500": "#5f61c5",
35
+ "--hop-orchid-bloom-600": "#5454be",
36
+ "--hop-orchid-bloom-700": "#433fac",
37
+ "--hop-orchid-bloom-800": "#322b8d",
38
+ "--hop-orchid-bloom-900": "#1e1c5d",
39
+ "--hop-sapphire-25": "#f5f6ff",
40
+ "--hop-sapphire-50": "#e6ebff",
41
+ "--hop-sapphire-75": "#d6e0ff",
42
+ "--hop-sapphire-100": "#b9cbff",
43
+ "--hop-sapphire-200": "#95b1ff",
44
+ "--hop-sapphire-300": "#6c8ffd",
45
+ "--hop-sapphire-400": "#4767fe",
46
+ "--hop-sapphire-500": "#3b57ff",
47
+ "--hop-sapphire-600": "#2a43e8",
48
+ "--hop-sapphire-700": "#2040c7",
49
+ "--hop-sapphire-800": "#1b3587",
50
+ "--hop-sapphire-900": "#152450",
51
+ "--hop-fog-25": "#f2f8fa",
52
+ "--hop-fog-50": "#e1eef1",
53
+ "--hop-fog-75": "#d2e3e7",
54
+ "--hop-fog-100": "#bad0d5",
55
+ "--hop-fog-200": "#9cb7be",
56
+ "--hop-fog-300": "#7c9aa3",
57
+ "--hop-fog-400": "#5e7b84",
58
+ "--hop-fog-500": "#557079",
59
+ "--hop-fog-600": "#4e6770",
60
+ "--hop-fog-700": "#40535a",
61
+ "--hop-fog-800": "#313e43",
62
+ "--hop-fog-900": "#20282a",
63
+ "--hop-toad-25": "#fef6ef",
64
+ "--hop-toad-50": "#f0eae3",
65
+ "--hop-toad-75": "#e5ded6",
66
+ "--hop-toad-100": "#d4cbc0",
67
+ "--hop-toad-200": "#bdb1a3",
68
+ "--hop-toad-300": "#a19382",
69
+ "--hop-toad-400": "#837463",
70
+ "--hop-toad-500": "#776a59",
71
+ "--hop-toad-600": "#6e6151",
72
+ "--hop-toad-700": "#594f41",
73
+ "--hop-toad-800": "#433b31",
74
+ "--hop-toad-900": "#2a2620",
75
+ "--hop-sunken-treasure-25": "#fff8d6",
76
+ "--hop-sunken-treasure-50": "#fff2b8",
77
+ "--hop-sunken-treasure-75": "#f7e694",
78
+ "--hop-sunken-treasure-100": "#eac96d",
79
+ "--hop-sunken-treasure-200": "#e2a934",
80
+ "--hop-sunken-treasure-300": "#c28b12",
81
+ "--hop-sunken-treasure-400": "#996f08",
82
+ "--hop-sunken-treasure-500": "#8b6609",
83
+ "--hop-sunken-treasure-600": "#7e5e0a",
84
+ "--hop-sunken-treasure-700": "#654c0d",
85
+ "--hop-sunken-treasure-800": "#4b390f",
86
+ "--hop-sunken-treasure-900": "#2f250d",
87
+ "--hop-koi-25": "#fff5e9",
88
+ "--hop-koi-50": "#ffe8d3",
89
+ "--hop-koi-75": "#ffd8be",
90
+ "--hop-koi-100": "#ffbf92",
91
+ "--hop-koi-200": "#ff9b3f",
92
+ "--hop-koi-300": "#e57723",
93
+ "--hop-koi-400": "#c95109",
94
+ "--hop-koi-500": "#ba4705",
95
+ "--hop-koi-600": "#ab4104",
96
+ "--hop-koi-700": "#8c3504",
97
+ "--hop-koi-800": "#692803",
98
+ "--hop-koi-900": "#451a02",
99
+ "--hop-amanita-25": "#fdf6f6",
100
+ "--hop-amanita-50": "#fde6e5",
101
+ "--hop-amanita-75": "#ffd6d3",
102
+ "--hop-amanita-100": "#ffbcb7",
103
+ "--hop-amanita-200": "#ff8e8e",
104
+ "--hop-amanita-300": "#fa4d59",
105
+ "--hop-amanita-400": "#df3236",
106
+ "--hop-amanita-500": "#cb2e31",
107
+ "--hop-amanita-600": "#ba2d2d",
108
+ "--hop-amanita-700": "#952927",
109
+ "--hop-amanita-800": "#6c2320",
110
+ "--hop-amanita-900": "#431a17",
111
+ "--hop-moss-25": "#f4f9e9",
112
+ "--hop-moss-50": "#e3f3b9",
113
+ "--hop-moss-75": "#cde8ac",
114
+ "--hop-moss-100": "#aad89d",
115
+ "--hop-moss-200": "#7dc291",
116
+ "--hop-moss-300": "#47a584",
117
+ "--hop-moss-400": "#188a71",
118
+ "--hop-moss-500": "#0c796b",
119
+ "--hop-moss-600": "#0a6f64",
120
+ "--hop-moss-700": "#115a52",
121
+ "--hop-moss-800": "#16433d",
122
+ "--hop-moss-900": "#132a27",
123
+ "--hop-abyss": "#1d1d1c",
124
+ "--hop-rock-20": "#fcfbfb",
125
+ "--hop-rock-25": "#f8f6f3",
126
+ "--hop-rock-50": "#ecebe8",
127
+ "--hop-rock-75": "#e0dfdd",
128
+ "--hop-rock-100": "#ccccca",
129
+ "--hop-rock-200": "#b3b3b1",
130
+ "--hop-rock-300": "#959593",
131
+ "--hop-rock-400": "#777775",
132
+ "--hop-rock-500": "#6c6c6b",
133
+ "--hop-rock-600": "#636362",
134
+ "--hop-rock-700": "#505050",
135
+ "--hop-rock-800": "#3c3c3c",
136
+ "--hop-rock-900": "#292929",
137
+ "--hop-samoyed": "#ffffff",
138
+ "--hop-shadow-none": "none",
139
+ "--hop-shadow-sm": "0 1px 6px 0 rgba(60, 60, 60, 0.10)",
140
+ "--hop-shadow-md": "0 4px 10px 4px rgba(60, 60, 60, 0.08)",
141
+ "--hop-shadow-lg": "0 10px 18px 8px rgba(60, 60, 60, 0.08)",
142
+ "--hop-font-family-primary": "ABC Favorit",
143
+ "--hop-font-family-secondary": "Inter",
144
+ "--hop-font-family-tertiary": "ABC Favorit Mono",
145
+ "--hop-font-size-120": "0.75rem",
146
+ "--hop-font-size-140": "0.875rem",
147
+ "--hop-font-size-160": "1rem",
148
+ "--hop-font-size-180": "1.125rem",
149
+ "--hop-font-size-200": "1.25rem",
150
+ "--hop-font-size-240": "1.5rem",
151
+ "--hop-font-size-280": "1.75rem",
152
+ "--hop-font-size-320": "2rem",
153
+ "--hop-font-size-360": "2.25rem",
154
+ "--hop-font-size-480": "3rem",
155
+ "--hop-font-weight-400": "400",
156
+ "--hop-font-weight-410": "410",
157
+ "--hop-font-weight-505": "505",
158
+ "--hop-font-weight-580": "580",
159
+ "--hop-font-weight-590": "590",
160
+ "--hop-font-weight-680": "680",
161
+ "--hop-font-weight-690": "690",
162
+ "--hop-line-height-1-125": "1.125",
163
+ "--hop-line-height-1-14": "1.1428571",
164
+ "--hop-line-height-1-20": "1.2",
165
+ "--hop-line-height-1-25": "1.25",
166
+ "--hop-line-height-1-33": "1.3333333",
167
+ "--hop-line-height-1-4285": "1.4285714",
168
+ "--hop-line-height-1-50": "1.5",
169
+ "--hop-border-radius-0": "0",
170
+ "--hop-border-radius-1": "0.25rem",
171
+ "--hop-border-radius-2": "0.5rem",
172
+ "--hop-border-radius-3": "1rem",
173
+ "--hop-border-radius-4": "1.5rem",
174
+ "--hop-border-radius-9999": "624.9375rem",
175
+ "--hop-space-0": "0",
176
+ "--hop-space-20": "0.125rem",
177
+ "--hop-space-40": "0.25rem",
178
+ "--hop-space-80": "0.5rem",
179
+ "--hop-space-160": "1rem",
180
+ "--hop-space-240": "1.5rem",
181
+ "--hop-space-320": "2rem",
182
+ "--hop-space-400": "2.5rem",
183
+ "--hop-space-480": "3rem",
184
+ "--hop-space-640": "4rem",
185
+ "--hop-space-800": "5rem",
186
+ "--hop-space-960": "6rem",
187
+ "--hop-space-1280": "8rem"
188
+ };
189
+ var SemanticTokens = {
190
+ "--hop-space-inset-xs": "var(--hop-space-40)",
191
+ "--hop-space-inset-sm": "var(--hop-space-80)",
192
+ "--hop-space-inset-md": "var(--hop-space-160)",
193
+ "--hop-space-inset-lg": "var(--hop-space-240)",
194
+ "--hop-space-inset-xl": "var(--hop-space-320)",
195
+ "--hop-space-inset-squish-sm": "0.25rem var(--hop-space-80)",
196
+ "--hop-space-inset-squish-md": "0.5rem var(--hop-space-160)",
197
+ "--hop-space-inset-squish-lg": "1rem var(--hop-space-320)",
198
+ "--hop-space-inset-stretch-sm": "1rem var(--hop-space-80)",
199
+ "--hop-space-inset-stretch-md": "1.5rem var(--hop-space-160)",
200
+ "--hop-space-inset-stretch-lg": "3rem var(--hop-space-240)",
201
+ "--hop-space-stack-xs": "var(--hop-space-40)",
202
+ "--hop-space-stack-sm": "var(--hop-space-80)",
203
+ "--hop-space-stack-md": "var(--hop-space-160)",
204
+ "--hop-space-stack-lg": "var(--hop-space-240)",
205
+ "--hop-space-stack-xl": "var(--hop-space-320)",
206
+ "--hop-space-inline-xs": "var(--hop-space-40)",
207
+ "--hop-space-inline-sm": "var(--hop-space-80)",
208
+ "--hop-space-inline-md": "var(--hop-space-160)",
209
+ "--hop-space-inline-lg": "var(--hop-space-240)",
210
+ "--hop-space-inline-xl": "var(--hop-space-320)",
211
+ "--hop-upsell-border-active": "var(--hop-sunken-treasure-200)",
212
+ "--hop-upsell-text-active": "var(--hop-sunken-treasure-400)",
213
+ "--hop-upsell-icon-weakest": "var(--hop-sunken-treasure-75)",
214
+ "--hop-upsell-icon-weak": "var(--hop-sunken-treasure-100)",
215
+ "--hop-upsell-border": "var(--hop-sunken-treasure-100)",
216
+ "--hop-upsell-surface-hover": "var(--hop-sunken-treasure-100)",
217
+ "--hop-upsell-border-disabled": "var(--hop-sunken-treasure-75)",
218
+ "--hop-upsell-icon-active": "var(--hop-sunken-treasure-400)",
219
+ "--hop-upsell-surface-weak": "var(--hop-sunken-treasure-25)",
220
+ "--hop-upsell-surface-disabled": "var(--hop-sunken-treasure-75)",
221
+ "--hop-upsell-text": "var(--hop-sunken-treasure-800)",
222
+ "--hop-upsell-icon": "var(--hop-sunken-treasure-800)",
223
+ "--hop-upsell-text-hover": "var(--hop-sunken-treasure-900)",
224
+ "--hop-upsell-text-disabled": "var(--hop-sunken-treasure-400)",
225
+ "--hop-upsell-surface-active": "var(--hop-sunken-treasure-50)",
226
+ "--hop-upsell-surface": "var(--hop-sunken-treasure-25)",
227
+ "--hop-danger-border-active": "var(--hop-amanita-300)",
228
+ "--hop-danger-icon-active": "var(--hop-amanita-400)",
229
+ "--hop-danger-text-active": "var(--hop-amanita-400)",
230
+ "--hop-danger-surface": "var(--hop-amanita-25)",
231
+ "--hop-danger-text-hover": "var(--hop-amanita-500)",
232
+ "--hop-danger-surface-disabled": "var(--hop-amanita-100)",
233
+ "--hop-danger-surface-hover": "var(--hop-amanita-500)",
234
+ "--hop-danger-surface-strong": "var(--hop-amanita-300)",
235
+ "--hop-danger-surface-strong-hover": "var(--hop-amanita-500)",
236
+ "--hop-danger-surface-weak": "var(--hop-amanita-50)",
237
+ "--hop-danger-border-strong": "var(--hop-amanita-300)",
238
+ "--hop-danger-icon": "var(--hop-amanita-700)",
239
+ "--hop-danger-icon-weak": "var(--hop-amanita-300)",
240
+ "--hop-danger-text": "var(--hop-amanita-700)",
241
+ "--hop-danger-surface-active": "var(--hop-amanita-50)",
242
+ "--hop-danger-text-weak": "var(--hop-amanita-300)",
243
+ "--hop-danger-text-strong": "var(--hop-samoyed)",
244
+ "--hop-danger-text-strong-hover": "var(--hop-samoyed)",
245
+ "--hop-danger-icon-strong": "var(--hop-samoyed)",
246
+ "--hop-danger-icon-strong-hover": "var(--hop-samoyed)",
247
+ "--hop-danger-icon-hover": "var(--hop-amanita-500)",
248
+ "--hop-danger-text-disabled": "var(--hop-amanita-100)",
249
+ "--hop-danger-icon-disabled": "var(--hop-amanita-100)",
250
+ "--hop-danger-border": "var(--hop-amanita-100)",
251
+ "--hop-primary-icon-active": "var(--hop-sapphire-500)",
252
+ "--hop-primary-border-active": "var(--hop-sapphire-400)",
253
+ "--hop-primary-text-active": "var(--hop-sapphire-500)",
254
+ "--hop-primary-icon-strong": "var(--hop-samoyed)",
255
+ "--hop-primary-icon-strong-hover": "var(--hop-samoyed)",
256
+ "--hop-primary-icon": "var(--hop-sapphire-500)",
257
+ "--hop-primary-border-focus": "var(--hop-sapphire-500)",
258
+ "--hop-primary-border": "var(--hop-sapphire-400)",
259
+ "--hop-primary-icon-hover": "var(--hop-sapphire-600)",
260
+ "--hop-primary-icon-disabled": "var(--hop-sapphire-200)",
261
+ "--hop-primary-surface-disabled": "var(--hop-sapphire-200)",
262
+ "--hop-primary-surface-focus": "var(--hop-sapphire-25)",
263
+ "--hop-primary-text-disabled": "var(--hop-sapphire-200)",
264
+ "--hop-primary-surface": "var(--hop-sapphire-50)",
265
+ "--hop-primary-surface-weak": "var(--hop-sapphire-25)",
266
+ "--hop-primary-surface-strong": "var(--hop-sapphire-400)",
267
+ "--hop-primary-surface-strong-active": "var(--hop-sapphire-50)",
268
+ "--hop-primary-surface-strong-hover": "var(--hop-sapphire-600)",
269
+ "--hop-primary-text": "var(--hop-sapphire-500)",
270
+ "--hop-primary-surface-hover": "var(--hop-sapphire-600)",
271
+ "--hop-primary-text-strong": "var(--hop-samoyed)",
272
+ "--hop-primary-text-strong-hover": "var(--hop-samoyed)",
273
+ "--hop-primary-text-hover": "var(--hop-sapphire-600)",
274
+ "--hop-primary-surface-active": "var(--hop-sapphire-50)",
275
+ "--hop-decorative-option9-icon": "var(--hop-samoyed)",
276
+ "--hop-decorative-option9-surface": "var(--hop-rock-400)",
277
+ "--hop-decorative-option9-surface-strong": "var(--hop-rock-800)",
278
+ "--hop-decorative-option9-surface-hover": "var(--hop-rock-500)",
279
+ "--hop-decorative-option9-surface-weak": "var(--hop-rock-300)",
280
+ "--hop-decorative-option9-surface-weak-hover": "var(--hop-rock-400)",
281
+ "--hop-decorative-option9-surface-weakest": "var(--hop-rock-200)",
282
+ "--hop-decorative-option9-text": "var(--hop-samoyed)",
283
+ "--hop-decorative-option9-text-weak": "var(--hop-rock-300)",
284
+ "--hop-decorative-option9-border": "var(--hop-rock-100)",
285
+ "--hop-decorative-option8-icon": "var(--hop-amanita-900)",
286
+ "--hop-decorative-option8-surface-weakest": "var(--hop-amanita-25)",
287
+ "--hop-decorative-option8-surface-weak": "var(--hop-amanita-50)",
288
+ "--hop-decorative-option8-surface-weak-hover": "var(--hop-amanita-75)",
289
+ "--hop-decorative-option8-surface-hover": "var(--hop-amanita-100)",
290
+ "--hop-decorative-option8-surface-strong": "var(--hop-amanita-100)",
291
+ "--hop-decorative-option8-text-weak": "var(--hop-amanita-300)",
292
+ "--hop-decorative-option8-surface": "var(--hop-amanita-75)",
293
+ "--hop-decorative-option8-text": "var(--hop-amanita-900)",
294
+ "--hop-decorative-option8-border": "var(--hop-amanita-100)",
295
+ "--hop-decorative-option7-icon": "var(--hop-toad-900)",
296
+ "--hop-decorative-option7-surface-weakest": "var(--hop-toad-25)",
297
+ "--hop-decorative-option7-surface-weak": "var(--hop-toad-50)",
298
+ "--hop-decorative-option7-surface-weak-hover": "var(--hop-toad-75)",
299
+ "--hop-decorative-option7-surface-strong": "var(--hop-toad-100)",
300
+ "--hop-decorative-option7-surface-hover": "var(--hop-toad-100)",
301
+ "--hop-decorative-option7-surface": "var(--hop-toad-75)",
302
+ "--hop-decorative-option7-text-weak": "var(--hop-toad-500)",
303
+ "--hop-decorative-option7-text": "var(--hop-toad-900)",
304
+ "--hop-decorative-option7-border": "var(--hop-toad-100)",
305
+ "--hop-decorative-option5-text-weak": "var(--hop-coastal-300)",
306
+ "--hop-decorative-option5-text": "var(--hop-coastal-900)",
307
+ "--hop-decorative-option5-surface-weakest": "var(--hop-coastal-25)",
308
+ "--hop-decorative-option5-surface-weak": "var(--hop-coastal-50)",
309
+ "--hop-decorative-option5-surface-strong": "var(--hop-coastal-100)",
310
+ "--hop-decorative-option5-surface-hover": "var(--hop-coastal-100)",
311
+ "--hop-decorative-option5-surface": "var(--hop-coastal-75)",
312
+ "--hop-decorative-option5-icon": "var(--hop-coastal-900)",
313
+ "--hop-decorative-option5-border": "var(--hop-coastal-100)",
314
+ "--hop-decorative-option6-surface-weakest": "var(--hop-sunken-treasure-25)",
315
+ "--hop-decorative-option6-surface-weak": "var(--hop-sunken-treasure-50)",
316
+ "--hop-decorative-option6-surface-weak-hover": "var(--hop-sunken-treasure-75)",
317
+ "--hop-decorative-option6-surface-hover": "var(--hop-sunken-treasure-100)",
318
+ "--hop-decorative-option6-surface-strong": "var(--hop-sunken-treasure-100)",
319
+ "--hop-decorative-option6-surface": "var(--hop-sunken-treasure-75)",
320
+ "--hop-decorative-option6-icon": "var(--hop-sunken-treasure-900)",
321
+ "--hop-decorative-option6-text": "var(--hop-sunken-treasure-900)",
322
+ "--hop-decorative-option6-text-weak": "var(--hop-sunken-treasure-200)",
323
+ "--hop-decorative-option6-border": "var(--hop-sunken-treasure-100)",
324
+ "--hop-decorative-option4-surface-weakest": "var(--hop-moss-25)",
325
+ "--hop-decorative-option4-surface-weak": "var(--hop-moss-50)",
326
+ "--hop-decorative-option4-surface-weak-hover": "var(--hop-moss-75)",
327
+ "--hop-decorative-option4-surface-strong": "var(--hop-moss-100)",
328
+ "--hop-decorative-option4-surface-hover": "var(--hop-moss-100)",
329
+ "--hop-decorative-option4-surface": "var(--hop-moss-75)",
330
+ "--hop-decorative-option4-icon": "var(--hop-moss-900)",
331
+ "--hop-decorative-option4-text-weak": "var(--hop-moss-400)",
332
+ "--hop-decorative-option4-text": "var(--hop-moss-900)",
333
+ "--hop-decorative-option4-border": "var(--hop-moss-100)",
334
+ "--hop-decorative-option3-surface-weak": "var(--hop-koi-50)",
335
+ "--hop-decorative-option3-surface-weak-hover": "var(--hop-koi-75)",
336
+ "--hop-decorative-option3-surface-weakest": "var(--hop-koi-25)",
337
+ "--hop-decorative-option3-surface-strong": "var(--hop-koi-200)",
338
+ "--hop-decorative-option3-surface-hover": "var(--hop-koi-200)",
339
+ "--hop-decorative-option3-surface": "var(--hop-koi-100)",
340
+ "--hop-decorative-option3-icon": "var(--hop-koi-900)",
341
+ "--hop-decorative-option3-text": "var(--hop-koi-900)",
342
+ "--hop-decorative-option3-text-weak": "var(--hop-koi-300)",
343
+ "--hop-decorative-option3-border": "var(--hop-koi-100)",
344
+ "--hop-decorative-option2-surface-weakest": "var(--hop-quetzal-25)",
345
+ "--hop-decorative-option2-surface-weak": "var(--hop-quetzal-50)",
346
+ "--hop-decorative-option2-surface-weak-hover": "var(--hop-quetzal-75)",
347
+ "--hop-decorative-option2-surface-strong": "var(--hop-quetzal-100)",
348
+ "--hop-decorative-option2-surface": "var(--hop-quetzal-75)",
349
+ "--hop-decorative-option2-surface-hover": "var(--hop-quetzal-100)",
350
+ "--hop-decorative-option2-text": "var(--hop-quetzal-900)",
351
+ "--hop-decorative-option2-text-weak": "var(--hop-quetzal-300)",
352
+ "--hop-decorative-option2-icon": "var(--hop-quetzal-900)",
353
+ "--hop-decorative-option2-border": "var(--hop-quetzal-100)",
354
+ "--hop-decorative-option1-surface-weak": "var(--hop-sapphire-50)",
355
+ "--hop-decorative-option1-surface-weak-hover": "var(--hop-sapphire-75)",
356
+ "--hop-decorative-option1-surface-weakest": "var(--hop-sapphire-25)",
357
+ "--hop-decorative-option1-surface-strong": "var(--hop-sapphire-200)",
358
+ "--hop-decorative-option1-surface-hover": "var(--hop-sapphire-200)",
359
+ "--hop-decorative-option1-surface": "var(--hop-sapphire-100)",
360
+ "--hop-decorative-option1-border": "var(--hop-sapphire-100)",
361
+ "--hop-decorative-option1-text-weak": "var(--hop-sapphire-300)",
362
+ "--hop-decorative-option1-icon": "var(--hop-sapphire-900)",
363
+ "--hop-decorative-option1-text": "var(--hop-sapphire-900)",
364
+ "--hop-neutral-text-hover": "var(--hop-rock-700)",
365
+ "--hop-neutral-surface-weakest-active": "var(--hop-rock-50)",
366
+ "--hop-neutral-surface-weakest-hover": "var(--hop-rock-50)",
367
+ "--hop-neutral-text-weak": "var(--hop-rock-400)",
368
+ "--hop-neutral-surface-disabled": "var(--hop-rock-50)",
369
+ "--hop-neutral-surface-active": "var(--hop-rock-800)",
370
+ "--hop-neutral-surface-weak": "var(--hop-rock-50)",
371
+ "--hop-neutral-surface": "var(--hop-samoyed)",
372
+ "--hop-neutral-text-disabled": "var(--hop-rock-300)",
373
+ "--hop-neutral-text-active": "var(--hop-samoyed)",
374
+ "--hop-neutral-text-strong": "var(--hop-samoyed)",
375
+ "--hop-neutral-text": "var(--hop-rock-800)",
376
+ "--hop-neutral-text-weakest": "var(--hop-rock-200)",
377
+ "--hop-neutral-border-disabled": "var(--hop-rock-50)",
378
+ "--hop-neutral-border-strong-hover": "var(--hop-rock-700)",
379
+ "--hop-neutral-border-strong": "var(--hop-rock-800)",
380
+ "--hop-neutral-surface-strong": "var(--hop-rock-800)",
381
+ "--hop-neutral-surface-hover": "var(--hop-rock-25)",
382
+ "--hop-neutral-icon-disabled": "var(--hop-rock-300)",
383
+ "--hop-neutral-icon": "var(--hop-rock-800)",
384
+ "--hop-neutral-icon-weak": "var(--hop-rock-400)",
385
+ "--hop-neutral-icon-weak-hover": "var(--hop-rock-700)",
386
+ "--hop-neutral-border": "var(--hop-rock-200)",
387
+ "--hop-neutral-border-weak": "var(--hop-rock-75)",
388
+ "--hop-neutral-icon-weakest": "var(--hop-rock-200)",
389
+ "--hop-neutral-icon-strong": "var(--hop-samoyed)",
390
+ "--hop-neutral-icon-hover": "var(--hop-rock-700)",
391
+ "--hop-neutral-icon-active": "var(--hop-samoyed)",
392
+ "--hop-neutral-border-hover": "var(--hop-rock-300)",
393
+ "--hop-neutral-border-active": "var(--hop-rock-800)",
394
+ "--hop-neutral-surface-weak-hover": "var(--hop-rock-75)",
395
+ "--hop-neutral-border-weakest": "var(--hop-rock-50)",
396
+ "--hop-neutral-surface-weakest": "var(--hop-rock-25)",
397
+ "--hop-warning-icon-weakest": "var(--hop-koi-100)",
398
+ "--hop-warning-icon-weak": "var(--hop-koi-300)",
399
+ "--hop-warning-text-weak": "var(--hop-koi-300)",
400
+ "--hop-warning-surface": "var(--hop-koi-25)",
401
+ "--hop-warning-surface-strong": "var(--hop-koi-100)",
402
+ "--hop-warning-surface-weak": "var(--hop-koi-50)",
403
+ "--hop-warning-border": "var(--hop-koi-100)",
404
+ "--hop-warning-icon": "var(--hop-koi-700)",
405
+ "--hop-warning-text": "var(--hop-koi-700)",
406
+ "--hop-success-border": "var(--hop-moss-100)",
407
+ "--hop-success-icon-weak": "var(--hop-moss-300)",
408
+ "--hop-success-icon-weakest": "var(--hop-moss-100)",
409
+ "--hop-success-text-weak": "var(--hop-moss-300)",
410
+ "--hop-success-surface": "var(--hop-moss-25)",
411
+ "--hop-success-surface-strong": "var(--hop-moss-100)",
412
+ "--hop-success-text-hover": "var(--hop-moss-800)",
413
+ "--hop-success-text": "var(--hop-moss-700)",
414
+ "--hop-success-icon": "var(--hop-moss-700)",
415
+ "--hop-success-surface-weak": "var(--hop-moss-50)",
416
+ "--hop-information-icon-weakest": "var(--hop-coastal-75)",
417
+ "--hop-information-surface-strong": "var(--hop-coastal-100)",
418
+ "--hop-information-icon-weak": "var(--hop-coastal-300)",
419
+ "--hop-information-text": "var(--hop-coastal-800)",
420
+ "--hop-information-surface": "var(--hop-coastal-25)",
421
+ "--hop-information-surface-weak": "var(--hop-coastal-50)",
422
+ "--hop-information-text-weak": "var(--hop-coastal-300)",
423
+ "--hop-information-icon": "var(--hop-coastal-700)",
424
+ "--hop-information-border": "var(--hop-coastal-100)",
425
+ "--hop-status-neutral-surface-strong": "var(--hop-rock-200)",
426
+ "--hop-status-neutral-text": "var(--hop-rock-800)",
427
+ "--hop-status-neutral-icon": "var(--hop-rock-800)",
428
+ "--hop-status-neutral-surface": "var(--hop-samoyed)",
429
+ "--hop-status-progress-surface-strong": "var(--hop-sapphire-200)",
430
+ "--hop-status-progress-icon": "var(--hop-sapphire-500)",
431
+ "--hop-status-progress-surface": "var(--hop-sapphire-50)",
432
+ "--hop-status-progress-text": "var(--hop-sapphire-500)",
433
+ "--hop-status-option6-surface-strong": "var(--hop-sunken-treasure-200)",
434
+ "--hop-status-option6-icon": "var(--hop-sunken-treasure-600)",
435
+ "--hop-status-option6-surface": "var(--hop-sunken-treasure-25)",
436
+ "--hop-status-option6-text": "var(--hop-sunken-treasure-600)",
437
+ "--hop-status-option5-surface-strong": "var(--hop-toad-200)",
438
+ "--hop-status-option5-icon": "var(--hop-toad-600)",
439
+ "--hop-status-option5-surface": "var(--hop-toad-50)",
440
+ "--hop-status-option5-text": "var(--hop-toad-600)",
441
+ "--hop-status-option1-surface-strong": "var(--hop-coastal-200)",
442
+ "--hop-status-option1-icon": "var(--hop-coastal-700)",
443
+ "--hop-status-option1-surface": "var(--hop-coastal-50)",
444
+ "--hop-status-option1-text": "var(--hop-coastal-700)",
445
+ "--hop-status-option2-surface-strong": "var(--hop-orchid-bloom-200)",
446
+ "--hop-status-option2-text": "var(--hop-orchid-bloom-700)",
447
+ "--hop-status-option2-surface": "var(--hop-orchid-bloom-50)",
448
+ "--hop-status-option2-icon": "var(--hop-orchid-bloom-700)",
449
+ "--hop-status-option3-surface-strong": "var(--hop-quetzal-200)",
450
+ "--hop-status-option3-icon": "var(--hop-quetzal-700)",
451
+ "--hop-status-option3-surface": "var(--hop-quetzal-50)",
452
+ "--hop-status-option3-text": "var(--hop-quetzal-700)",
453
+ "--hop-status-option4-surface-strong": "var(--hop-fog-200)",
454
+ "--hop-status-option4-icon": "var(--hop-fog-600)",
455
+ "--hop-status-option4-surface": "var(--hop-fog-50)",
456
+ "--hop-status-option4-text": "var(--hop-fog-600)",
457
+ "--hop-status-caution-surface-strong": "var(--hop-koi-200)",
458
+ "--hop-status-caution-icon": "var(--hop-koi-700)",
459
+ "--hop-status-caution-surface": "var(--hop-koi-50)",
460
+ "--hop-status-caution-text": "var(--hop-koi-700)",
461
+ "--hop-status-negative-surface-strong": "var(--hop-amanita-200)",
462
+ "--hop-status-negative-icon": "var(--hop-amanita-700)",
463
+ "--hop-status-negative-surface": "var(--hop-amanita-50)",
464
+ "--hop-status-negative-text": "var(--hop-amanita-700)",
465
+ "--hop-status-inactive-surface-strong": "var(--hop-rock-100)",
466
+ "--hop-status-inactive-icon": "var(--hop-rock-500)",
467
+ "--hop-status-inactive-surface": "var(--hop-rock-50)",
468
+ "--hop-status-inactive-text": "var(--hop-rock-700)",
469
+ "--hop-status-positive-icon": "var(--hop-moss-700)",
470
+ "--hop-status-positive-surface-strong": "var(--hop-moss-200)",
471
+ "--hop-status-positive-surface": "var(--hop-moss-50)",
472
+ "--hop-status-positive-text": "var(--hop-moss-700)",
473
+ "--hop-dataviz-monochromatic-primary-25": "#f5f6ff",
474
+ "--hop-dataviz-monochromatic-primary-50": "#e6ebff",
475
+ "--hop-dataviz-monochromatic-primary-75": "#d6e0ff",
476
+ "--hop-dataviz-monochromatic-primary-100": "#b9cbff",
477
+ "--hop-dataviz-monochromatic-primary-200": "#95b1ff",
478
+ "--hop-dataviz-monochromatic-primary-300": "#6c8ffd",
479
+ "--hop-dataviz-monochromatic-primary-400": "#4767fe",
480
+ "--hop-dataviz-monochromatic-primary-500": "#3b57ff",
481
+ "--hop-dataviz-monochromatic-primary-600": "#2a43e8",
482
+ "--hop-dataviz-monochromatic-primary-700": "#2040c7",
483
+ "--hop-dataviz-monochromatic-primary-800": "#1b3587",
484
+ "--hop-dataviz-monochromatic-primary-900": "#152450",
485
+ "--hop-dataviz-monochromatic-primary-25-hover": "#e6ebff",
486
+ "--hop-dataviz-monochromatic-primary-50-hover": "#d6e0ff",
487
+ "--hop-dataviz-monochromatic-primary-75-hover": "#b9cbff",
488
+ "--hop-dataviz-monochromatic-primary-100-hover": "#95b1ff",
489
+ "--hop-dataviz-monochromatic-primary-200-hover": "#6c8ffd",
490
+ "--hop-dataviz-monochromatic-primary-300-hover": "#4767fe",
491
+ "--hop-dataviz-monochromatic-primary-400-hover": "#3b57ff",
492
+ "--hop-dataviz-monochromatic-primary-500-hover": "#2a43e8",
493
+ "--hop-dataviz-monochromatic-primary-600-hover": "#2040c7",
494
+ "--hop-dataviz-monochromatic-primary-700-hover": "#1b3587",
495
+ "--hop-dataviz-monochromatic-primary-800-hover": "#152450",
496
+ "--hop-dataviz-monochromatic-primary-900-hover": "#0b173a",
497
+ "--hop-dataviz-monochromatic-positive-25": "#f4f9e9",
498
+ "--hop-dataviz-monochromatic-positive-50": "#e3f3b9",
499
+ "--hop-dataviz-monochromatic-positive-75": "#cde8ac",
500
+ "--hop-dataviz-monochromatic-positive-100": "#aad89d",
501
+ "--hop-dataviz-monochromatic-positive-200": "#7dc291",
502
+ "--hop-dataviz-monochromatic-positive-300": "#47a584",
503
+ "--hop-dataviz-monochromatic-positive-400": "#188a71",
504
+ "--hop-dataviz-monochromatic-positive-500": "#0c796b",
505
+ "--hop-dataviz-monochromatic-positive-600": "#0a6f64",
506
+ "--hop-dataviz-monochromatic-positive-700": "#115a52",
507
+ "--hop-dataviz-monochromatic-positive-800": "#16433d",
508
+ "--hop-dataviz-monochromatic-positive-900": "#132a27",
509
+ "--hop-dataviz-monochromatic-positive-25-hover": "#e3f3b9",
510
+ "--hop-dataviz-monochromatic-positive-50-hover": "#cde8ac",
511
+ "--hop-dataviz-monochromatic-positive-75-hover": "#aad89d",
512
+ "--hop-dataviz-monochromatic-positive-100-hover": "#7dc291",
513
+ "--hop-dataviz-monochromatic-positive-200-hover": "#47a584",
514
+ "--hop-dataviz-monochromatic-positive-300-hover": "#188a71",
515
+ "--hop-dataviz-monochromatic-positive-400-hover": "#0c796b",
516
+ "--hop-dataviz-monochromatic-positive-500-hover": "#0a6f64",
517
+ "--hop-dataviz-monochromatic-positive-600-hover": "#115a52",
518
+ "--hop-dataviz-monochromatic-positive-700-hover": "#16433d",
519
+ "--hop-dataviz-monochromatic-positive-800-hover": "#132a27",
520
+ "--hop-dataviz-monochromatic-positive-900-hover": "#0a1716",
521
+ "--hop-dataviz-monochromatic-negative-25": "#fdf6f6",
522
+ "--hop-dataviz-monochromatic-negative-50": "#fde6e5",
523
+ "--hop-dataviz-monochromatic-negative-75": "#ffd6d3",
524
+ "--hop-dataviz-monochromatic-negative-100": "#ffbcb7",
525
+ "--hop-dataviz-monochromatic-negative-200": "#ff8e8e",
526
+ "--hop-dataviz-monochromatic-negative-300": "#f56263",
527
+ "--hop-dataviz-monochromatic-negative-400": "#df3236",
528
+ "--hop-dataviz-monochromatic-negative-500": "#cb2e31",
529
+ "--hop-dataviz-monochromatic-negative-600": "#ba2d2d",
530
+ "--hop-dataviz-monochromatic-negative-700": "#952927",
531
+ "--hop-dataviz-monochromatic-negative-800": "#6c2320",
532
+ "--hop-dataviz-monochromatic-negative-900": "#431a17",
533
+ "--hop-dataviz-monochromatic-negative-25-hover": "#fde6e5",
534
+ "--hop-dataviz-monochromatic-negative-50-hover": "#ffd6d3",
535
+ "--hop-dataviz-monochromatic-negative-75-hover": "#ffbcb7",
536
+ "--hop-dataviz-monochromatic-negative-100-hover": "#ff8e8e",
537
+ "--hop-dataviz-monochromatic-negative-200-hover": "#f56263",
538
+ "--hop-dataviz-monochromatic-negative-300-hover": "#df3236",
539
+ "--hop-dataviz-monochromatic-negative-400-hover": "#cb2e31",
540
+ "--hop-dataviz-monochromatic-negative-500-hover": "#ba2d2d",
541
+ "--hop-dataviz-monochromatic-negative-600-hover": "#952927",
542
+ "--hop-dataviz-monochromatic-negative-700-hover": "#6c2320",
543
+ "--hop-dataviz-monochromatic-negative-800-hover": "#431a17",
544
+ "--hop-dataviz-monochromatic-negative-900-hover": "#2d100d",
545
+ "--hop-dataviz-diverging-sequence-1-positive9": "#16433d",
546
+ "--hop-dataviz-diverging-sequence-1-positive9-hover": "#132a27",
547
+ "--hop-dataviz-diverging-sequence-1-positive8": "#115a52",
548
+ "--hop-dataviz-diverging-sequence-1-positive8-hover": "#16433d",
549
+ "--hop-dataviz-diverging-sequence-1-positive7": "#0a6f64",
550
+ "--hop-dataviz-diverging-sequence-1-positive7-hover": "#115a52",
551
+ "--hop-dataviz-diverging-sequence-1-positive6": "#0c796b",
552
+ "--hop-dataviz-diverging-sequence-1-positive6-hover": "#0a6f64",
553
+ "--hop-dataviz-diverging-sequence-1-positive5": "#188a71",
554
+ "--hop-dataviz-diverging-sequence-1-positive5-hover": "#0c796b",
555
+ "--hop-dataviz-diverging-sequence-1-positive4": "#47a584",
556
+ "--hop-dataviz-diverging-sequence-1-positive-4-hover": "#188a71",
557
+ "--hop-dataviz-diverging-sequence-1-positive3": "#7dc291",
558
+ "--hop-dataviz-diverging-sequence-1-positive3-hover": "#47a584",
559
+ "--hop-dataviz-diverging-sequence-1-positive2": "#aad89d",
560
+ "--hop-dataviz-diverging-sequence-1-positive2-hover": "#7dc291",
561
+ "--hop-dataviz-diverging-sequence-1-positive1": "#cde8ac",
562
+ "--hop-dataviz-diverging-sequence-1-positive1-hover": "#aad89d",
563
+ "--hop-dataviz-diverging-sequence-1-neutral": "#f7e694",
564
+ "--hop-dataviz-diverging-sequence-1-neutral-hover": "#eac96d",
565
+ "--hop-dataviz-diverging-sequence-1-negative1": "#ffd8be",
566
+ "--hop-dataviz-diverging-sequence-1-negative1-hover": "#ffbcb7",
567
+ "--hop-dataviz-diverging-sequence-1-negative2": "#ffbcb7",
568
+ "--hop-dataviz-diverging-sequence-1-negative2-hover": "#ff8e8e",
569
+ "--hop-dataviz-diverging-sequence-1-negative3": "#ff8e8e",
570
+ "--hop-dataviz-diverging-sequence-1-negative3-hover": "#f56263",
571
+ "--hop-dataviz-diverging-sequence-1-negative4": "#f56263",
572
+ "--hop-dataviz-diverging-sequence-1-negative4-hover": "#df3236",
573
+ "--hop-dataviz-diverging-sequence-1-negative5": "#df3236",
574
+ "--hop-dataviz-diverging-sequence-1-negative5-hover": "#cb2e31",
575
+ "--hop-dataviz-diverging-sequence-1-negative6": "#cb2e31",
576
+ "--hop-dataviz-diverging-sequence-1-negative6-hover": "#ba2d2d",
577
+ "--hop-dataviz-diverging-sequence-1-negative7": "#ba2d2d",
578
+ "--hop-dataviz-diverging-sequence-1-negative7-hover": "#952927",
579
+ "--hop-dataviz-diverging-sequence-1-negative8": "#952927",
580
+ "--hop-dataviz-diverging-sequence-1-negative8-hover": "#6c2320",
581
+ "--hop-dataviz-diverging-sequence-1-negative9": "#6c2320",
582
+ "--hop-dataviz-diverging-sequence-1-negative9-hover": "#431a17",
583
+ "--hop-dataviz-diverging-sequence-2-positive10": "#16433d",
584
+ "--hop-dataviz-diverging-sequence-2-positive10-hover": "#132a27",
585
+ "--hop-dataviz-diverging-sequence-2-positive9": "#115a52",
586
+ "--hop-dataviz-diverging-sequence-2-positive9-hover": "#16433d",
587
+ "--hop-dataviz-diverging-sequence-2-positive8": "#0a6f64",
588
+ "--hop-dataviz-diverging-sequence-2-positive8-hover": "#115a52",
589
+ "--hop-dataviz-diverging-sequence-2-positive7": "#0c796b",
590
+ "--hop-dataviz-diverging-sequence-2-positive7-hover": "#0a6f64",
591
+ "--hop-dataviz-diverging-sequence-2-positive6": "#188a71",
592
+ "--hop-dataviz-diverging-sequence-2-positive6-hover": "#0c796b",
593
+ "--hop-dataviz-diverging-sequence-2-positive5": "#47a584",
594
+ "--hop-dataviz-diverging-sequence-2-positive5-hover": "#188a71",
595
+ "--hop-dataviz-diverging-sequence-2-positive4": "#7dc291",
596
+ "--hop-dataviz-diverging-sequence-2-positive4-hover": "#47a584",
597
+ "--hop-dataviz-diverging-sequence-2-positive3": "#aad89d",
598
+ "--hop-dataviz-diverging-sequence-2-positive3-hover": "#7dc291",
599
+ "--hop-dataviz-diverging-sequence-2-positive2": "#cde8ac",
600
+ "--hop-dataviz-diverging-sequence-2-positive2-hover": "#aad89d",
601
+ "--hop-dataviz-diverging-sequence-2-positive1": "#e3f3b9",
602
+ "--hop-dataviz-diverging-sequence-2-positive1-hover": "#cde8ac",
603
+ "--hop-dataviz-diverging-sequence-2-negative1": "#fde6e5",
604
+ "--hop-dataviz-diverging-sequence-2-negative1-hover": "#ffd6d3",
605
+ "--hop-dataviz-diverging-sequence-2-negative2": "#ffd6d3",
606
+ "--hop-dataviz-diverging-sequence-2-negative2-hover": "#ffbcb7",
607
+ "--hop-dataviz-diverging-sequence-2-negative3": "#ffbcb7",
608
+ "--hop-dataviz-diverging-sequence-2-negative3-hover": "#ff8e8e",
609
+ "--hop-dataviz-diverging-sequence-2-negative4": "#ff8e8e",
610
+ "--hop-dataviz-diverging-sequence-2-negative4-hover": "#f56263",
611
+ "--hop-dataviz-diverging-sequence-2-negative5": "#f56263",
612
+ "--hop-dataviz-diverging-sequence-2-negative5-hover": "#df3236",
613
+ "--hop-dataviz-diverging-sequence-2-negative6": "#df3236",
614
+ "--hop-dataviz-diverging-sequence-2-negative6-hover": "#cb2e31",
615
+ "--hop-dataviz-diverging-sequence-2-negative7": "#cb2e31",
616
+ "--hop-dataviz-diverging-sequence-2-negative7-hover": "#ba2d2d",
617
+ "--hop-dataviz-diverging-sequence-2-negative8": "#ba2d2d",
618
+ "--hop-dataviz-diverging-sequence-2-negative8-hover": "#952927",
619
+ "--hop-dataviz-diverging-sequence-2-negative9": "#952927",
620
+ "--hop-dataviz-diverging-sequence-2-negative9-hover": "#6c2320",
621
+ "--hop-dataviz-diverging-sequence-2-negative10": "#6c2320",
622
+ "--hop-dataviz-diverging-sequence-2-negative10-hover": "#431a17",
623
+ "--hop-dataviz-categorical-sequence-category1": "#c7ebff",
624
+ "--hop-dataviz-categorical-sequence-category1-hover": "#ade2ff",
625
+ "--hop-dataviz-categorical-sequence-category2": "#ecd599",
626
+ "--hop-dataviz-categorical-sequence-category2-hover": "#e6c675",
627
+ "--hop-dataviz-categorical-sequence-category3": "#d2cdf8",
628
+ "--hop-dataviz-categorical-sequence-category3-hover": "#bfb8f5",
629
+ "--hop-dataviz-categorical-sequence-category4": "#b6bead",
630
+ "--hop-dataviz-categorical-sequence-category4-hover": "#a4ae98",
631
+ "--hop-dataviz-categorical-sequence-category5": "#fbbdcf",
632
+ "--hop-dataviz-categorical-sequence-category5-hover": "#f99fb8",
633
+ "--hop-dataviz-categorical-sequence-category6": "#bfdca9",
634
+ "--hop-dataviz-categorical-sequence-category6-hover": "#a9d08b",
635
+ "--hop-dataviz-categorical-sequence-category7": "#fbe997",
636
+ "--hop-dataviz-categorical-sequence-category7-hover": "#fae275",
637
+ "--hop-dataviz-categorical-sequence-category8": "#e8ddd0",
638
+ "--hop-dataviz-categorical-sequence-category8-hover": "#ddcebb",
639
+ "--hop-dataviz-categorical-sequence-category9": "#a7e6dc",
640
+ "--hop-dataviz-categorical-sequence-category9-hover": "#90e0d2",
641
+ "--hop-dataviz-categorical-sequence-category10": "#aecdd5",
642
+ "--hop-dataviz-categorical-sequence-category10-hover": "#93bdc8",
643
+ "--hop-dataviz-categorical-sequence-category11": "#ffbf92",
644
+ "--hop-dataviz-categorical-sequence-category-11-hover": "#ffac70",
645
+ "--hop-dataviz-categorical-sequence-category12": "#a0b8fa",
646
+ "--hop-dataviz-categorical-sequence-cateogry12-hover": "#779af8",
647
+ "--hop-dataviz-categorical-sequence-category13": "#69bfa0",
648
+ "--hop-dataviz-categorical-sequence-category13-hover": "#54b692",
649
+ "--hop-dataviz-categorical-2colorgroup-option6-category2": "#69bfa0",
650
+ "--hop-dataviz-categorical-2colorgroup-option6-category1": "#ffbf92",
651
+ "--hop-dataviz-categorical-2colorgroup-option5-category2": "#a0b8fa",
652
+ "--hop-dataviz-categorical-2colorgroup-option5-category1": "#a7e6dc",
653
+ "--hop-dataviz-categorical-2colorgroup-option4-category2": "#6c8ffd",
654
+ "--hop-dataviz-categorical-2colorgroup-option4-category1": "#bfdca9",
655
+ "--hop-dataviz-categorical-2colorgroup-option3-category2": "#ff9b3f",
656
+ "--hop-dataviz-categorical-2colorgroup-option3-category1": "#2f48ff",
657
+ "--hop-dataviz-categorical-2colorgroup-option2-category2": "#fbe997",
658
+ "--hop-dataviz-categorical-2colorgroup-option2-category1": "#fbbdcf",
659
+ "--hop-dataviz-categorical-2colorgroup-option1-category2": "#c7ebff",
660
+ "--hop-dataviz-categorical-2colorgroup-option1-category1": "#b6bead",
661
+ "--hop-dataviz-categorical-3colorgroup-option1-category1": "#b6bead",
662
+ "--hop-dataviz-categorical-3colorgroup-option1-category2": "#d2cdf8",
663
+ "--hop-dataviz-categorical-3colorgroup-option1-category3": "#bfdca9",
664
+ "--hop-dataviz-categorical-3colorgroup-option2-category1": "#ecd599",
665
+ "--hop-dataviz-categorical-3colorgroup-option2-category2": "#a7e6dc",
666
+ "--hop-dataviz-categorical-3colorgroup-option2-category3": "#69bfa0",
667
+ "--hop-dataviz-categorical-3colorgroup-option3-category1": "#69bfa0",
668
+ "--hop-dataviz-categorical-3colorgroup-option3-category2": "#fbe997",
669
+ "--hop-dataviz-categorical-3colorgroup-option3-category3": "#aecdd5",
670
+ "--hop-dataviz-categorical-3colorgroup-option4-category1": "#b6bead",
671
+ "--hop-dataviz-categorical-3colorgroup-option4-category2": "#a0b8fa",
672
+ "--hop-dataviz-categorical-3colorgroup-option4-category3": "#fbbdcf",
673
+ "--hop-dataviz-categorical-4colorgroup-option1-category1": "#b6bead",
674
+ "--hop-dataviz-categorical-4colorgroup-option1-category2": "#d2cdf8",
675
+ "--hop-dataviz-categorical-4colorgroup-option1-category3": "#cde8ac",
676
+ "--hop-dataviz-categorical-4colorgroup-option1-category4": "#fbbdcf",
677
+ "--hop-dataviz-categorical-4colorgroup-option2-category1": "#b6bead",
678
+ "--hop-dataviz-categorical-4colorgroup-option2-category2": "#c7ebff",
679
+ "--hop-dataviz-categorical-4colorgroup-option2-category3": "#84d0b4",
680
+ "--hop-dataviz-categorical-4colorgroup-option2-category4": "#fbe997",
681
+ "--hop-dataviz-categorical-4colorgroup-option3-category1": "#ffbf92",
682
+ "--hop-dataviz-categorical-4colorgroup-option3-category2": "#b6bead",
683
+ "--hop-dataviz-categorical-4colorgroup-option3-category3": "#2e70a8",
684
+ "--hop-dataviz-categorical-4colorgroup-option3-category4": "#ecd599",
685
+ "--hop-dataviz-categorical-4colorgroup-option4-category1": "#69bfa0",
686
+ "--hop-dataviz-categorical-4colorgroup-option4-category2": "#c7ebff",
687
+ "--hop-dataviz-categorical-4colorgroup-option4-category3": "#fa4d59",
688
+ "--hop-dataviz-categorical-4colorgroup-option4-category4": "#d2cdf8",
689
+ "--hop-dataviz-categorical-5colorgroup-option1-category1": "#b6bead",
690
+ "--hop-dataviz-categorical-5colorgroup-option1-category2": "#ff9b3f",
691
+ "--hop-dataviz-categorical-5colorgroup-option1-category3": "#bfdca9",
692
+ "--hop-dataviz-categorical-5colorgroup-option1-category4": "#ecd599",
693
+ "--hop-dataviz-categorical-5colorgroup-option1-category5": "#69bfa0",
694
+ "--hop-dataviz-categorical-5colorgroup-option2-category1": "#ff9b3f",
695
+ "--hop-dataviz-categorical-5colorgroup-option2-category2": "#b6bead",
696
+ "--hop-dataviz-categorical-5colorgroup-option2-category3": "#2e70a8",
697
+ "--hop-dataviz-categorical-5colorgroup-option2-category4": "#fbe997",
698
+ "--hop-dataviz-categorical-5colorgroup-option2-category5": "#c5bef6",
699
+ "--hop-dataviz-categorical-5colorgroup-option3-category1": "#d2cdf8",
700
+ "--hop-dataviz-categorical-5colorgroup-option3-category2": "#ecd599",
701
+ "--hop-dataviz-categorical-5colorgroup-option3-category3": "#aecdd5",
702
+ "--hop-dataviz-categorical-5colorgroup-option3-category4": "#b6bead",
703
+ "--hop-dataviz-categorical-5colorgroup-option3-category5": "#ffbf92",
704
+ "--hop-dataviz-categorical-5colorgroup-option4-category1": "#69bfa0",
705
+ "--hop-dataviz-categorical-5colorgroup-option4-category2": "#c7ebff",
706
+ "--hop-dataviz-categorical-5colorgroup-option4-category3": "#fa4d59",
707
+ "--hop-dataviz-categorical-5colorgroup-option4-category4": "#d2cdf8",
708
+ "--hop-dataviz-categorical-5colorgroup-option4-category5": "#b6bead",
709
+ "--hop-dataviz-categorical-6colorgroup-option1-category1": "#b6bead",
710
+ "--hop-dataviz-categorical-6colorgroup-option1-category2": "#a0b8fa",
711
+ "--hop-dataviz-categorical-6colorgroup-option1-category3": "#bfdca9",
712
+ "--hop-dataviz-categorical-6colorgroup-option1-category4": "#fa4d59",
713
+ "--hop-dataviz-categorical-6colorgroup-option1-category5": "#ecd599",
714
+ "--hop-dataviz-categorical-6colorgroup-option1-category6": "#69bfa0",
715
+ "--hop-dataviz-categorical-6colorgroup-option2-category1": "#2e70a8",
716
+ "--hop-dataviz-categorical-6colorgroup-option2-category2": "#fbe997",
717
+ "--hop-dataviz-categorical-6colorgroup-option2-category3": "#69bfa0",
718
+ "--hop-dataviz-categorical-6colorgroup-option2-category4": "#ff9b3f",
719
+ "--hop-dataviz-categorical-6colorgroup-option2-category5": "#a7e6dc",
720
+ "--hop-dataviz-categorical-6colorgroup-option2-category6": "#d2cdf8",
721
+ "--hop-dataviz-categorical-6colorgroup-option3-category1": "#b6bead",
722
+ "--hop-dataviz-categorical-6colorgroup-option3-category2": "#aecdd5",
723
+ "--hop-dataviz-categorical-6colorgroup-option3-category3": "#e8ddd0",
724
+ "--hop-dataviz-categorical-6colorgroup-option3-category4": "#a7e6dc",
725
+ "--hop-dataviz-categorical-6colorgroup-option3-category5": "#2e70a8",
726
+ "--hop-dataviz-categorical-6colorgroup-option3-category6": "#fbbdcf",
727
+ "--hop-dataviz-categorical-6colorgroup-option4-category1": "#fbbdcf",
728
+ "--hop-dataviz-categorical-6colorgroup-option4-category2": "#a0b8fa",
729
+ "--hop-dataviz-categorical-6colorgroup-option4-category3": "#ffbf92",
730
+ "--hop-dataviz-categorical-6colorgroup-option4-category4": "#c7ebff",
731
+ "--hop-dataviz-categorical-6colorgroup-option4-category5": "#bfdca9",
732
+ "--hop-dataviz-categorical-6colorgroup-option4-category6": "#fbe997",
733
+ "--hop-dataviz-unavailable": "var(--hop-rock-75)",
734
+ "--hop-dataviz-unavailable-weak": "var(--hop-rock-50)",
735
+ "--hop-dataviz-unavailable-strong": "var(--hop-rock-100)",
736
+ "--hop-dataviz-text-onlight": "var(--hop-rock-800)",
737
+ "--hop-dataviz-text-ondark": "var(--hop-samoyed)",
738
+ "--hop-elevation-none": "var(--hop-shadow-none)",
739
+ "--hop-elevation-raised": "var(--hop-shadow-sm)",
740
+ "--hop-elevation-lifted": "var(--hop-shadow-md)",
741
+ "--hop-elevation-floating": "var(--hop-shadow-lg)",
742
+ "--hop-heading-3xl-font-family": "var(--hop-font-family-primary)",
743
+ "--hop-heading-3xl-font-size": "var(--hop-font-size-360)",
744
+ "--hop-heading-3xl-font-weight": "var(--hop-font-weight-680)",
745
+ "--hop-heading-3xl-line-height": "var(--hop-line-height-1-33)",
746
+ "--hop-heading-2xl-font-family": "var(--hop-font-family-primary)",
747
+ "--hop-heading-2xl-font-size": "var(--hop-font-size-320)",
748
+ "--hop-heading-2xl-font-weight": "var(--hop-font-weight-580)",
749
+ "--hop-heading-2xl-line-height": "var(--hop-line-height-1-25)",
750
+ "--hop-heading-xl-font-family": "var(--hop-font-family-primary)",
751
+ "--hop-heading-xl-font-size": "var(--hop-font-size-280)",
752
+ "--hop-heading-xl-font-weight": "var(--hop-font-weight-680)",
753
+ "--hop-heading-xl-line-height": "var(--hop-line-height-1-14)",
754
+ "--hop-heading-lg-font-family": "var(--hop-font-family-primary)",
755
+ "--hop-heading-lg-font-size": "var(--hop-font-size-240)",
756
+ "--hop-heading-lg-font-weight": "var(--hop-font-weight-680)",
757
+ "--hop-heading-lg-line-height": "var(--hop-line-height-1-33)",
758
+ "--hop-heading-md-font-family": "var(--hop-font-family-primary)",
759
+ "--hop-heading-md-font-size": "var(--hop-font-size-200)",
760
+ "--hop-heading-md-font-weight": "var(--hop-font-weight-580)",
761
+ "--hop-heading-md-line-height": "var(--hop-line-height-1-20)",
762
+ "--hop-heading-sm-font-family": "var(--hop-font-family-primary)",
763
+ "--hop-heading-sm-font-size": "var(--hop-font-size-180)",
764
+ "--hop-heading-sm-font-weight": "var(--hop-font-weight-580)",
765
+ "--hop-heading-sm-line-height": "var(--hop-line-height-1-33)",
766
+ "--hop-heading-xs-font-family": "var(--hop-font-family-primary)",
767
+ "--hop-heading-xs-font-size": "var(--hop-font-size-160)",
768
+ "--hop-heading-xs-font-weight": "var(--hop-font-weight-410)",
769
+ "--hop-heading-xs-line-height": "var(--hop-line-height-1-50)",
770
+ "--hop-heading-xs-medium-font-family": "var(--hop-font-family-primary)",
771
+ "--hop-heading-xs-medium-font-size": "var(--hop-font-size-160)",
772
+ "--hop-heading-xs-medium-font-weight": "var(--hop-font-weight-580)",
773
+ "--hop-heading-xs-medium-line-height": "var(--hop-line-height-1-50)",
774
+ "--hop-overline-font-family": "var(--hop-font-family-tertiary)",
775
+ "--hop-overline-font-size": "var(--hop-font-size-120)",
776
+ "--hop-overline-font-weight": "var(--hop-font-weight-400)",
777
+ "--hop-overline-line-height": "var(--hop-line-height-1-33)",
778
+ "--hop-body-2xl-font-family": "var(--hop-font-family-secondary)",
779
+ "--hop-body-2xl-font-size": "var(--hop-font-size-320)",
780
+ "--hop-body-2xl-font-weight": "var(--hop-font-weight-410)",
781
+ "--hop-body-2xl-line-height": "var(--hop-line-height-1-125)",
782
+ "--hop-body-xl-font-family": "var(--hop-font-family-secondary)",
783
+ "--hop-body-xl-font-size": "var(--hop-font-size-280)",
784
+ "--hop-body-xl-font-weight": "var(--hop-font-weight-410)",
785
+ "--hop-body-xl-line-height": "var(--hop-line-height-1-14)",
786
+ "--hop-body-lg-font-family": "var(--hop-font-family-secondary)",
787
+ "--hop-body-lg-font-size": "var(--hop-font-size-180)",
788
+ "--hop-body-lg-font-weight": "var(--hop-font-weight-410)",
789
+ "--hop-body-lg-line-height": "var(--hop-line-height-1-33)",
790
+ "--hop-body-lg-medium-font-family": "var(--hop-font-family-secondary)",
791
+ "--hop-body-lg-medium-font-size": "var(--hop-font-size-180)",
792
+ "--hop-body-lg-medium-font-weight": "var(--hop-font-weight-505)",
793
+ "--hop-body-lg-medium-line-height": "var(--hop-line-height-1-33)",
794
+ "--hop-body-lg-semibold-font-family": "var(--hop-font-family-secondary)",
795
+ "--hop-body-lg-semibold-font-size": "var(--hop-font-size-180)",
796
+ "--hop-body-lg-semibold-font-weight": "var(--hop-font-weight-590)",
797
+ "--hop-body-lg-semibold-line-height": "var(--hop-line-height-1-33)",
798
+ "--hop-body-lg-bold-font-family": "var(--hop-font-family-secondary)",
799
+ "--hop-body-lg-bold-font-size": "var(--hop-font-size-180)",
800
+ "--hop-body-lg-bold-font-weight": "var(--hop-font-weight-690)",
801
+ "--hop-body-lg-bold-line-height": "var(--hop-line-height-1-33)",
802
+ "--hop-body-lg-underline-font-family": "var(--hop-font-family-secondary)",
803
+ "--hop-body-lg-underline-font-size": "var(--hop-font-size-180)",
804
+ "--hop-body-lg-underline-font-weight": "var(--hop-font-weight-505)",
805
+ "--hop-body-lg-underline-line-height": "var(--hop-line-height-1-33)",
806
+ "--hop-body-md-font-family": "var(--hop-font-family-secondary)",
807
+ "--hop-body-md-font-size": "var(--hop-font-size-160)",
808
+ "--hop-body-md-font-weight": "var(--hop-font-weight-410)",
809
+ "--hop-body-md-line-height": "var(--hop-line-height-1-50)",
810
+ "--hop-body-md-medium-font-family": "var(--hop-font-family-secondary)",
811
+ "--hop-body-md-medium-font-size": "var(--hop-font-size-160)",
812
+ "--hop-body-md-medium-font-weight": "var(--hop-font-weight-505)",
813
+ "--hop-body-md-medium-line-height": "var(--hop-line-height-1-50)",
814
+ "--hop-body-md-semibold-font-family": "var(--hop-font-family-secondary)",
815
+ "--hop-body-md-semibold-font-size": "var(--hop-font-size-160)",
816
+ "--hop-body-md-semibold-font-weight": "var(--hop-font-weight-590)",
817
+ "--hop-body-md-semibold-line-height": "var(--hop-line-height-1-50)",
818
+ "--hop-body-md-bold-font-family": "var(--hop-font-family-secondary)",
819
+ "--hop-body-md-bold-font-size": "var(--hop-font-size-160)",
820
+ "--hop-body-md-bold-font-weight": "var(--hop-font-weight-690)",
821
+ "--hop-body-md-bold-line-height": "var(--hop-line-height-1-50)",
822
+ "--hop-body-md-underline-font-family": "var(--hop-font-family-secondary)",
823
+ "--hop-body-md-underline-font-size": "var(--hop-font-size-160)",
824
+ "--hop-body-md-underline-font-weight": "var(--hop-font-weight-410)",
825
+ "--hop-body-md-underline-line-height": "var(--hop-line-height-1-50)",
826
+ "--hop-body-sm-font-family": "var(--hop-font-family-secondary)",
827
+ "--hop-body-sm-font-size": "var(--hop-font-size-140)",
828
+ "--hop-body-sm-font-weight": "var(--hop-font-weight-410)",
829
+ "--hop-body-sm-line-height": "var(--hop-line-height-1-4285)",
830
+ "--hop-body-sm-medium-font-family": "var(--hop-font-family-secondary)",
831
+ "--hop-body-sm-medium-font-size": "var(--hop-font-size-140)",
832
+ "--hop-body-sm-medium-font-weight": "var(--hop-font-weight-505)",
833
+ "--hop-body-sm-medium-line-height": "var(--hop-line-height-1-4285)",
834
+ "--hop-body-sm-semibold-font-family": "var(--hop-font-family-secondary)",
835
+ "--hop-body-sm-semibold-font-size": "var(--hop-font-size-140)",
836
+ "--hop-body-sm-semibold-font-weight": "var(--hop-font-weight-590)",
837
+ "--hop-body-sm-semibold-line-height": "var(--hop-line-height-1-4285)",
838
+ "--hop-body-sm-bold-font-family": "var(--hop-font-family-secondary)",
839
+ "--hop-body-sm-bold-font-size": "var(--hop-font-size-140)",
840
+ "--hop-body-sm-bold-font-weight": "var(--hop-font-weight-690)",
841
+ "--hop-body-sm-bold-line-height": "var(--hop-line-height-1-4285)",
842
+ "--hop-body-sm-underline-font-family": "var(--hop-font-family-secondary)",
843
+ "--hop-body-sm-underline-font-size": "var(--hop-font-size-140)",
844
+ "--hop-body-sm-underline-font-weight": "var(--hop-font-weight-505)",
845
+ "--hop-body-sm-underline-line-height": "var(--hop-line-height-1-4285)",
846
+ "--hop-body-xs-font-family": "var(--hop-font-family-secondary)",
847
+ "--hop-body-xs-font-size": "var(--hop-font-size-120)",
848
+ "--hop-body-xs-font-weight": "var(--hop-font-weight-410)",
849
+ "--hop-body-xs-line-height": "var(--hop-line-height-1-33)",
850
+ "--hop-body-xs-medium-font-family": "var(--hop-font-family-secondary)",
851
+ "--hop-body-xs-medium-font-size": "var(--hop-font-size-120)",
852
+ "--hop-body-xs-medium-font-weight": "var(--hop-font-weight-505)",
853
+ "--hop-body-xs-medium-line-height": "var(--hop-line-height-1-33)",
854
+ "--hop-body-xs-semibold-font-family": "var(--hop-font-family-secondary)",
855
+ "--hop-body-xs-semibold-font-size": "var(--hop-font-size-120)",
856
+ "--hop-body-xs-semibold-font-weight": "var(--hop-font-weight-590)",
857
+ "--hop-body-xs-semibold-line-height": "var(--hop-line-height-1-33)",
858
+ "--hop-body-xs-bold-font-family": "var(--hop-font-family-secondary)",
859
+ "--hop-body-xs-bold-font-size": "var(--hop-font-size-120)",
860
+ "--hop-body-xs-bold-font-weight": "var(--hop-font-weight-690)",
861
+ "--hop-body-xs-bold-line-height": "var(--hop-line-height-1-33)",
862
+ "--hop-body-xs-underline-font-family": "var(--hop-font-family-secondary)",
863
+ "--hop-body-xs-underline-font-size": "var(--hop-font-size-120)",
864
+ "--hop-body-xs-underline-font-weight": "var(--hop-font-weight-505)",
865
+ "--hop-body-xs-underline-line-height": "var(--hop-line-height-1-33)",
866
+ "--hop-accent-lg-font-family": "var(--hop-font-family-primary)",
867
+ "--hop-accent-lg-font-size": "var(--hop-font-size-480)",
868
+ "--hop-accent-lg-font-weight": "var(--hop-font-weight-580)",
869
+ "--hop-accent-lg-line-height": "var(--hop-line-height-1-125)",
870
+ "--hop-accent-sm-font-family": "var(--hop-font-family-primary)",
871
+ "--hop-accent-sm-font-size": "var(--hop-font-size-180)",
872
+ "--hop-accent-sm-font-weight": "var(--hop-font-weight-580)",
873
+ "--hop-accent-sm-line-height": "var(--hop-line-height-1-33)",
874
+ "--hop-shape-circle": "var(--hop-border-radius-9999)",
875
+ "--hop-shape-pill": "var(--hop-border-radius-4)",
876
+ "--hop-shape-rounded-lg": "var(--hop-border-radius-3)",
877
+ "--hop-shape-rounded-md": "var(--hop-border-radius-2)",
878
+ "--hop-shape-rounded-sm": "var(--hop-border-radius-1)"
879
+ };
880
+
881
+ export { CoreTokens, SemanticTokens };