@hopper-ui/styled-system 0.0.0 → 0.2.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.
- package/CHANGELOG.md +13 -0
- package/README.md +38 -17
- package/dist/StyledSystemProvider-173b78af.d.ts +226 -0
- package/dist/StyledSystemProvider.css +1 -0
- package/dist/StyledSystemProvider.d.ts +5 -28
- package/dist/StyledSystemProvider.js +11 -9
- package/dist/index.css +1 -0
- package/dist/index.d.ts +2387 -12
- package/dist/index.js +10 -8
- package/dist/styled-system-props-1c231c50.d.ts +3403 -0
- package/dist/styled-system-props.d.ts +3 -0
- package/dist/styled-system-props.js +3 -0
- package/dist/styled-system-root-css-class.js +2 -2
- package/dist/useStyledSystem.css +1 -0
- package/dist/useStyledSystem.d.ts +24 -0
- package/dist/useStyledSystem.js +5 -0
- package/package.json +29 -17
- package/dist/global-styles/BodyStyleProvider.d.ts +0 -5
- package/dist/global-styles/BodyStyleProvider.js +0 -23
- package/dist/tokens/TokenProvider.d.ts +0 -20
- package/dist/tokens/TokenProvider.js +0 -6
- package/dist/tokens/generated/dark-semantic-tokens.d.ts +0 -258
- package/dist/tokens/generated/dark-semantic-tokens.js +0 -3
- package/dist/tokens/generated/light-tokens.d.ts +0 -609
- package/dist/tokens/generated/light-tokens.js +0 -3
- package/dist/tokens/tokens.d.ts +0 -866
- package/dist/tokens/tokens.js +0 -3
- package/dist/utils/assertion.d.ts +0 -15
- package/dist/utils/assertion.js +0 -3
- package/dist/utils/clsx.d.ts +0 -6
- package/dist/utils/clsx.js +0 -3
- package/dist/utils/useInsertStyleElement.d.ts +0 -6
- package/dist/utils/useInsertStyleElement.js +0 -5
- package/dist/utils/useIsomorphicInsertionEffect.d.ts +0 -16
- package/dist/utils/useIsomorphicInsertionEffect.js +0 -5
- package/dist/utils/useIsomorphicLayoutEffect.d.ts +0 -16
- package/dist/utils/useIsomorphicLayoutEffect.js +0 -5
- package/dist/utils/useThemeComputedStyle.d.ts +0 -14
- package/dist/utils/useThemeComputedStyle.js +0 -3
|
@@ -1,258 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* TODO: This file needs to be auto-generated. It is not at the moment
|
|
3
|
-
*/
|
|
4
|
-
declare const DarkSemanticTokens: {
|
|
5
|
-
"--hop-upsell-border-active": string;
|
|
6
|
-
"--hop-upsell-text-active": string;
|
|
7
|
-
"--hop-upsell-icon-weakest": string;
|
|
8
|
-
"--hop-upsell-icon-weak": string;
|
|
9
|
-
"--hop-upsell-border": string;
|
|
10
|
-
"--hop-upsell-surface-hover": string;
|
|
11
|
-
"--hop-upsell-border-disabled": string;
|
|
12
|
-
"--hop-upsell-icon-active": string;
|
|
13
|
-
"--hop-upsell-surface-weak": string;
|
|
14
|
-
"--hop-upsell-surface-disabled": string;
|
|
15
|
-
"--hop-upsell-text": string;
|
|
16
|
-
"--hop-upsell-icon": string;
|
|
17
|
-
"--hop-upsell-text-hover": string;
|
|
18
|
-
"--hop-upsell-text-disabled": string;
|
|
19
|
-
"--hop-upsell-surface-active": string;
|
|
20
|
-
"--hop-upsell-surface": string;
|
|
21
|
-
"--hop-danger-border-active": string;
|
|
22
|
-
"--hop-danger-icon-active": string;
|
|
23
|
-
"--hop-danger-text-active": string;
|
|
24
|
-
"--hop-danger-surface": string;
|
|
25
|
-
"--hop-danger-text-hover": string;
|
|
26
|
-
"--hop-danger-surface-disabled": string;
|
|
27
|
-
"--hop-danger-surface-hover": string;
|
|
28
|
-
"--hop-danger-surface-strong": string;
|
|
29
|
-
"--hop-danger-surface-strong-hover": string;
|
|
30
|
-
"--hop-danger-surface-weak": string;
|
|
31
|
-
"--hop-danger-border-strong": string;
|
|
32
|
-
"--hop-danger-icon": string;
|
|
33
|
-
"--hop-danger-icon-weak": string;
|
|
34
|
-
"--hop-danger-text": string;
|
|
35
|
-
"--hop-danger-surface-active": string;
|
|
36
|
-
"--hop-danger-text-weak": string;
|
|
37
|
-
"--hop-danger-text-strong": string;
|
|
38
|
-
"--hop-danger-text-strong-hover": string;
|
|
39
|
-
"--hop-danger-icon-strong": string;
|
|
40
|
-
"--hop-danger-icon-hover": string;
|
|
41
|
-
"--hop-danger-text-disabled": string;
|
|
42
|
-
"--hop-danger-icon-disabled": string;
|
|
43
|
-
"--hop-danger-border": string;
|
|
44
|
-
"--hop-primary-icon-active": string;
|
|
45
|
-
"--hop-primary-border-active": string;
|
|
46
|
-
"--hop-primary-text-active": string;
|
|
47
|
-
"--hop-primary-icon-strong": string;
|
|
48
|
-
"--hop-primary-icon-strong-hover": string;
|
|
49
|
-
"--hop-primary-icon": string;
|
|
50
|
-
"--hop-primary-border-focus": string;
|
|
51
|
-
"--hop-primary-border": string;
|
|
52
|
-
"--hop-primary-icon-hover": string;
|
|
53
|
-
"--hop-primary-icon-disabled": string;
|
|
54
|
-
"--hop-primary-surface-disabled": string;
|
|
55
|
-
"--hop-primary-surface-focus": string;
|
|
56
|
-
"--hop-primary-text-disabled": string;
|
|
57
|
-
"--hop-primary-surface": string;
|
|
58
|
-
"--hop-primary-surface-weak": string;
|
|
59
|
-
"--hop-primary-surface-strong": string;
|
|
60
|
-
"--hop-primary-surface-strong-hover": string;
|
|
61
|
-
"--hop-primary-surface-strong-active": string;
|
|
62
|
-
"--hop-primary-text": string;
|
|
63
|
-
"--hop-primary-surface-hover": string;
|
|
64
|
-
"--hop-primary-text-strong": string;
|
|
65
|
-
"--hop-primary-text-strong-hover": string;
|
|
66
|
-
"--hop-primary-text-hover": string;
|
|
67
|
-
"--hop-primary-surface-active": string;
|
|
68
|
-
"--hop-decorative-option9-border": string;
|
|
69
|
-
"--hop-decorative-option9-icon": string;
|
|
70
|
-
"--hop-decorative-option9-surface-weakest": string;
|
|
71
|
-
"--hop-decorative-option9-surface-weak": string;
|
|
72
|
-
"--hop-decorative-option9-surface-strong": string;
|
|
73
|
-
"--hop-decorative-option9-surface-hover": string;
|
|
74
|
-
"--hop-decorative-option9-surface": string;
|
|
75
|
-
"--hop-decorative-option9-text": string;
|
|
76
|
-
"--hop-decorative-option9-text-weak": string;
|
|
77
|
-
"--hop-decorative-option8-border": string;
|
|
78
|
-
"--hop-decorative-option8-icon": string;
|
|
79
|
-
"--hop-decorative-option8-surface-weakest": string;
|
|
80
|
-
"--hop-decorative-option8-surface-weak": string;
|
|
81
|
-
"--hop-decorative-option8-surface-strong": string;
|
|
82
|
-
"--hop-decorative-option8-surface-hover": string;
|
|
83
|
-
"--hop-decorative-option8-text-weak": string;
|
|
84
|
-
"--hop-decorative-option8-surface": string;
|
|
85
|
-
"--hop-decorative-option8-text": string;
|
|
86
|
-
"--hop-decorative-option7-border": string;
|
|
87
|
-
"--hop-decorative-option7-icon": string;
|
|
88
|
-
"--hop-decorative-option7-surface-weakest": string;
|
|
89
|
-
"--hop-decorative-option7-surface-weak": string;
|
|
90
|
-
"--hop-decorative-option7-surface-strong": string;
|
|
91
|
-
"--hop-decorative-option7-surface-hover": string;
|
|
92
|
-
"--hop-decorative-option7-surface": string;
|
|
93
|
-
"--hop-decorative-option7-text-weak": string;
|
|
94
|
-
"--hop-decorative-option7-text": string;
|
|
95
|
-
"--hop-decorative-option5-text-weak": string;
|
|
96
|
-
"--hop-decorative-option5-text": string;
|
|
97
|
-
"--hop-decorative-option5-surface-weakest": string;
|
|
98
|
-
"--hop-decorative-option5-surface-weak": string;
|
|
99
|
-
"--hop-decorative-option5-surface-strong": string;
|
|
100
|
-
"--hop-decorative-option5-surface-hover": string;
|
|
101
|
-
"--hop-decorative-option5-surface": string;
|
|
102
|
-
"--hop-decorative-option5-border": string;
|
|
103
|
-
"--hop-decorative-option5-icon": string;
|
|
104
|
-
"--hop-decorative-option6-surface-weakest": string;
|
|
105
|
-
"--hop-decorative-option6-surface-weak": string;
|
|
106
|
-
"--hop-decorative-option6-surface-strong": string;
|
|
107
|
-
"--hop-decorative-option6-surface-hover": string;
|
|
108
|
-
"--hop-decorative-option6-surface": string;
|
|
109
|
-
"--hop-decorative-option6-border": string;
|
|
110
|
-
"--hop-decorative-option6-icon": string;
|
|
111
|
-
"--hop-decorative-option6-text": string;
|
|
112
|
-
"--hop-decorative-option6-text-weak": string;
|
|
113
|
-
"--hop-decorative-option4-surface-weakest": string;
|
|
114
|
-
"--hop-decorative-option4-surface-weak": string;
|
|
115
|
-
"--hop-decorative-option4-surface-strong": string;
|
|
116
|
-
"--hop-decorative-option4-surface-hover": string;
|
|
117
|
-
"--hop-decorative-option4-surface": string;
|
|
118
|
-
"--hop-decorative-option4-border": string;
|
|
119
|
-
"--hop-decorative-option4-icon": string;
|
|
120
|
-
"--hop-decorative-option4-text-weak": string;
|
|
121
|
-
"--hop-decorative-option4-text": string;
|
|
122
|
-
"--hop-decorative-option3-surface-strong": string;
|
|
123
|
-
"--hop-decorative-option3-surface-weakest": string;
|
|
124
|
-
"--hop-decorative-option3-surface-weak": string;
|
|
125
|
-
"--hop-decorative-option3-surface-hover": string;
|
|
126
|
-
"--hop-decorative-option3-surface": string;
|
|
127
|
-
"--hop-decorative-option3-border": string;
|
|
128
|
-
"--hop-decorative-option3-icon": string;
|
|
129
|
-
"--hop-decorative-option3-text": string;
|
|
130
|
-
"--hop-decorative-option3-text-weak": string;
|
|
131
|
-
"--hop-decorative-option2-surface-weakest": string;
|
|
132
|
-
"--hop-decorative-option2-surface-weak": string;
|
|
133
|
-
"--hop-decorative-option2-surface-strong": string;
|
|
134
|
-
"--hop-decorative-option2-surface-hover": string;
|
|
135
|
-
"--hop-decorative-option2-surface": string;
|
|
136
|
-
"--hop-decorative-option2-text": string;
|
|
137
|
-
"--hop-decorative-option2-text-weak": string;
|
|
138
|
-
"--hop-decorative-option2-border": string;
|
|
139
|
-
"--hop-decorative-option2-icon": string;
|
|
140
|
-
"--hop-decorative-option1-surface-strong": string;
|
|
141
|
-
"--hop-decorative-option1-surface-weakest": string;
|
|
142
|
-
"--hop-decorative-option1-surface-weak": string;
|
|
143
|
-
"--hop-decorative-option1-surface-hover": string;
|
|
144
|
-
"--hop-decorative-option1-surface": string;
|
|
145
|
-
"--hop-decorative-option1-text-weak": string;
|
|
146
|
-
"--hop-decorative-option1-border": string;
|
|
147
|
-
"--hop-decorative-option1-icon": string;
|
|
148
|
-
"--hop-decorative-option1-text": string;
|
|
149
|
-
"--hop-neutral-text-hover": string;
|
|
150
|
-
"--hop-neutral-surface-weakest-hover": string;
|
|
151
|
-
"--hop-neutral-text-weak": string;
|
|
152
|
-
"--hop-neutral-surface-disabled": string;
|
|
153
|
-
"--hop-neutral-surface-active": string;
|
|
154
|
-
"--hop-neutral-surface-weak": string;
|
|
155
|
-
"--hop-neutral-surface": string;
|
|
156
|
-
"--hop-neutral-text-disabled": string;
|
|
157
|
-
"--hop-neutral-text-active": string;
|
|
158
|
-
"--hop-neutral-text-strong": string;
|
|
159
|
-
"--hop-neutral-text": string;
|
|
160
|
-
"--hop-neutral-text-weakest": string;
|
|
161
|
-
"--hop-neutral-border-disabled": string;
|
|
162
|
-
"--hop-neutral-border-strong-hover": string;
|
|
163
|
-
"--hop-neutral-border-strong": string;
|
|
164
|
-
"--hop-neutral-surface-strong": string;
|
|
165
|
-
"--hop-neutral-surface-hover": string;
|
|
166
|
-
"--hop-neutral-icon-disabled": string;
|
|
167
|
-
"--hop-neutral-icon": string;
|
|
168
|
-
"--hop-neutral-icon-weak": string;
|
|
169
|
-
"--hop-neutral-border": string;
|
|
170
|
-
"--hop-neutral-border-weak": string;
|
|
171
|
-
"--hop-neutral-icon-weakest": string;
|
|
172
|
-
"--hop-neutral-icon-strong": string;
|
|
173
|
-
"--hop-neutral-icon-hover": string;
|
|
174
|
-
"--hop-neutral-icon-active": string;
|
|
175
|
-
"--hop-neutral-border-hover": string;
|
|
176
|
-
"--hop-neutral-border-active": string;
|
|
177
|
-
"--hop-neutral-surface-weak-hover": string;
|
|
178
|
-
"--hop-neutral-border-weakest": string;
|
|
179
|
-
"--hop-neutral-surface-weakest": string;
|
|
180
|
-
"--hop-warning-icon-weakest": string;
|
|
181
|
-
"--hop-warning-icon-weak": string;
|
|
182
|
-
"--hop-warning-text-weak": string;
|
|
183
|
-
"--hop-warning-surface": string;
|
|
184
|
-
"--hop-warning-surface-strong": string;
|
|
185
|
-
"--hop-warning-surface-weak": string;
|
|
186
|
-
"--hop-warning-border": string;
|
|
187
|
-
"--hop-warning-icon": string;
|
|
188
|
-
"--hop-warning-text": string;
|
|
189
|
-
"--hop-success-border": string;
|
|
190
|
-
"--hop-success-icon-weak": string;
|
|
191
|
-
"--hop-success-icon-weakest": string;
|
|
192
|
-
"--hop-success-text-weak": string;
|
|
193
|
-
"--hop-success-surface": string;
|
|
194
|
-
"--hop-success-surface-strong": string;
|
|
195
|
-
"--hop-success-text-hover": string;
|
|
196
|
-
"--hop-success-text": string;
|
|
197
|
-
"--hop-success-icon": string;
|
|
198
|
-
"--hop-success-surface-weak": string;
|
|
199
|
-
"--hop-information-icon-weakest": string;
|
|
200
|
-
"--hop-information-surface-strong": string;
|
|
201
|
-
"--hop-information-icon-weak": string;
|
|
202
|
-
"--hop-information-text": string;
|
|
203
|
-
"--hop-information-surface": string;
|
|
204
|
-
"--hop-information-surface-weak": string;
|
|
205
|
-
"--hop-information-text-weak": string;
|
|
206
|
-
"--hop-information-icon": string;
|
|
207
|
-
"--hop-information-border": string;
|
|
208
|
-
"--hop-status-neutral-surface-strong": string;
|
|
209
|
-
"--hop-status-neutral-text": string;
|
|
210
|
-
"--hop-status-neutral-icon": string;
|
|
211
|
-
"--hop-status-neutral-surface": string;
|
|
212
|
-
"--hop-status-progress-surface-strong": string;
|
|
213
|
-
"--hop-status-progress-icon": string;
|
|
214
|
-
"--hop-status-progress-surface": string;
|
|
215
|
-
"--hop-status-progress-text": string;
|
|
216
|
-
"--hop-status-option6-surface-strong": string;
|
|
217
|
-
"--hop-status-option6-icon": string;
|
|
218
|
-
"--hop-status-option6-surface": string;
|
|
219
|
-
"--hop-status-option6-text": string;
|
|
220
|
-
"--hop-status-option5-surface-strong": string;
|
|
221
|
-
"--hop-status-option5-icon": string;
|
|
222
|
-
"--hop-status-option5-surface": string;
|
|
223
|
-
"--hop-status-option5-text": string;
|
|
224
|
-
"--hop-status-option1-surface-strong": string;
|
|
225
|
-
"--hop-status-option1-icon": string;
|
|
226
|
-
"--hop-status-option1-surface": string;
|
|
227
|
-
"--hop-status-option1-text": string;
|
|
228
|
-
"--hop-status-option2-surface-strong": string;
|
|
229
|
-
"--hop-status-option2-text": string;
|
|
230
|
-
"--hop-status-option2-surface": string;
|
|
231
|
-
"--hop-status-option2-icon": string;
|
|
232
|
-
"--hop-status-option3-surface-strong": string;
|
|
233
|
-
"--hop-status-option3-icon": string;
|
|
234
|
-
"--hop-status-option3-surface": string;
|
|
235
|
-
"--hop-status-option3-text": string;
|
|
236
|
-
"--hop-status-option4-surface-strong": string;
|
|
237
|
-
"--hop-status-option4-icon": string;
|
|
238
|
-
"--hop-status-option4-surface": string;
|
|
239
|
-
"--hop-status-option4-text": string;
|
|
240
|
-
"--hop-status-inactive-surface-strong": string;
|
|
241
|
-
"--hop-status-inactive-icon": string;
|
|
242
|
-
"--hop-status-inactive-surface": string;
|
|
243
|
-
"--hop-status-inactive-text": string;
|
|
244
|
-
"--hop-status-caution-surface-strong": string;
|
|
245
|
-
"--hop-status-caution-icon": string;
|
|
246
|
-
"--hop-status-caution-surface": string;
|
|
247
|
-
"--hop-status-caution-text": string;
|
|
248
|
-
"--hop-status-negative-surface-strong": string;
|
|
249
|
-
"--hop-status-negative-icon": string;
|
|
250
|
-
"--hop-status-negative-surface": string;
|
|
251
|
-
"--hop-status-negative-text": string;
|
|
252
|
-
"--hop-status-positive-icon": string;
|
|
253
|
-
"--hop-status-positive-surface-strong": string;
|
|
254
|
-
"--hop-status-positive-surface": string;
|
|
255
|
-
"--hop-status-positive-text": string;
|
|
256
|
-
};
|
|
257
|
-
|
|
258
|
-
export { DarkSemanticTokens };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var o={"--hop-upsell-border-active":"var(--hop-sunken-treasure-500)","--hop-upsell-text-active":"var(--hop-sunken-treasure-300)","--hop-upsell-icon-weakest":"var(--hop-sunken-treasure-100)","--hop-upsell-icon-weak":"var(--hop-sunken-treasure-300)","--hop-upsell-border":"var(--hop-sunken-treasure-200)","--hop-upsell-surface-hover":"var(--hop-sunken-treasure-600)","--hop-upsell-border-disabled":"var(--hop-sunken-treasure-700)","--hop-upsell-icon-active":"var(--hop-sunken-treasure-300)","--hop-upsell-surface-weak":"var(--hop-sunken-treasure-800)","--hop-upsell-surface-disabled":"var(--hop-sunken-treasure-700)","--hop-upsell-text":"var(--hop-sunken-treasure-900)","--hop-upsell-icon":"var(--hop-sunken-treasure-900)","--hop-upsell-text-hover":"var(--hop-sunken-treasure-700)","--hop-upsell-text-disabled":"var(--hop-sunken-treasure-300)","--hop-upsell-surface-active":"var(--hop-sunken-treasure-800)","--hop-upsell-surface":"var(--hop-sunken-treasure-50)","--hop-danger-border-active":"var(--hop-amanita-400)","--hop-danger-icon-active":"var(--hop-amanita-300)","--hop-danger-text-active":"var(--hop-amanita-300)","--hop-danger-surface":"var(--hop-amanita-200)","--hop-danger-text-hover":"var(--hop-amanita-200)","--hop-danger-surface-disabled":"var(--hop-amanita-600)","--hop-danger-surface-hover":"var(--hop-amanita-200)","--hop-danger-surface-strong":"var(--hop-amanita-300)","--hop-danger-surface-strong-hover":"var(--hop-amanita-200)","--hop-danger-surface-weak":"var(--hop-amanita-900)","--hop-danger-border-strong":"var(--hop-amanita-300)","--hop-danger-icon":"var(--hop-amanita-900)","--hop-danger-icon-weak":"var(--hop-amanita-100)","--hop-danger-text":"var(--hop-amanita-900)","--hop-danger-surface-active":"var(--hop-amanita-800)","--hop-danger-text-weak":"var(--hop-amanita-100)","--hop-danger-text-strong":"var(--hop-samoyed)","--hop-danger-text-strong-hover":"var(--hop-samoyed)","--hop-danger-icon-strong":"var(--hop-samoyed)","--hop-danger-icon-hover":"var(--hop-amanita-200)","--hop-danger-text-disabled":"var(--hop-amanita-600)","--hop-danger-icon-disabled":"var(--hop-amanita-600)","--hop-danger-border":"var(--hop-amanita-500)","--hop-primary-icon-active":"var(--hop-sapphire-200)","--hop-primary-border-active":"var(--hop-sapphire-300)","--hop-primary-text-active":"var(--hop-sapphire-200)","--hop-primary-icon-strong":"var(--hop-samoyed)","--hop-primary-icon-strong-hover":"var(--hop-sapphire-300)","--hop-primary-icon":"var(--hop-sapphire-200)","--hop-primary-border-focus":"var(--hop-sapphire-200)","--hop-primary-border":"var(--hop-sapphire-300)","--hop-primary-icon-hover":"var(--hop-sapphire-300)","--hop-primary-icon-disabled":"var(--hop-sapphire-700)","--hop-primary-surface-disabled":"var(--hop-sapphire-700)","--hop-primary-surface-focus":"var(--hop-sapphire-900)","--hop-primary-text-disabled":"var(--hop-sapphire-700)","--hop-primary-surface":"var(--hop-sapphire-200)","--hop-primary-surface-weak":"var(--hop-sapphire-800)","--hop-primary-surface-strong":"var(--hop-sapphire-400)","--hop-primary-surface-strong-hover":"var(--hop-sapphire-200)","--hop-primary-surface-strong-active":"var(--hop-sapphire-800)","--hop-primary-text":"var(--hop-sapphire-200)","--hop-primary-surface-hover":"var(--hop-sapphire-200)","--hop-primary-text-strong":"var(--hop-samoyed)","--hop-primary-text-strong-hover":"var(--hop-sapphire-300)","--hop-primary-text-hover":"var(--hop-sapphire-300)","--hop-primary-surface-active":"var(--hop-sapphire-800)","--hop-decorative-option9-border":"var(--hop-rock-400)","--hop-decorative-option9-icon":"var(--hop-samoyed)","--hop-decorative-option9-surface-weakest":"var(--hop-rock-25)","--hop-decorative-option9-surface-weak":"var(--hop-rock-50)","--hop-decorative-option9-surface-strong":"var(--hop-rock-800)","--hop-decorative-option9-surface-hover":"var(--hop-rock-500)","--hop-decorative-option9-surface":"var(--hop-rock-400)","--hop-decorative-option9-text":"var(--hop-samoyed)","--hop-decorative-option9-text-weak":"var(--hop-rock-300)","--hop-decorative-option8-border":"var(--hop-amanita-400)","--hop-decorative-option8-icon":"var(--hop-amanita-900)","--hop-decorative-option8-surface-weakest":"var(--hop-amanita-25)","--hop-decorative-option8-surface-weak":"var(--hop-amanita-50)","--hop-decorative-option8-surface-strong":"var(--hop-amanita-100)","--hop-decorative-option8-surface-hover":"var(--hop-amanita-200)","--hop-decorative-option8-text-weak":"var(--hop-amanita-300)","--hop-decorative-option8-surface":"var(--hop-amanita-100)","--hop-decorative-option8-text":"var(--hop-amanita-900)","--hop-decorative-option7-border":"var(--hop-toad-400)","--hop-decorative-option7-icon":"var(--hop-toad-900)","--hop-decorative-option7-surface-weakest":"var(--hop-toad-25)","--hop-decorative-option7-surface-weak":"var(--hop-toad-50)","--hop-decorative-option7-surface-strong":"var(--hop-toad-75)","--hop-decorative-option7-surface-hover":"var(--hop-toad-75)","--hop-decorative-option7-surface":"var(--hop-toad-50)","--hop-decorative-option7-text-weak":"var(--hop-toad-500)","--hop-decorative-option7-text":"var(--hop-toad-900)","--hop-decorative-option5-text-weak":"var(--hop-coastal-300)","--hop-decorative-option5-text":"var(--hop-coastal-900)","--hop-decorative-option5-surface-weakest":"var(--hop-coastal-25)","--hop-decorative-option5-surface-weak":"var(--hop-coastal-50)","--hop-decorative-option5-surface-strong":"var(--hop-coastal-100)","--hop-decorative-option5-surface-hover":"var(--hop-coastal-100)","--hop-decorative-option5-surface":"var(--hop-coastal-75)","--hop-decorative-option5-border":"var(--hop-coastal-400)","--hop-decorative-option5-icon":"var(--hop-coastal-900)","--hop-decorative-option6-surface-weakest":"var(--hop-sunken-treasure-25)","--hop-decorative-option6-surface-weak":"var(--hop-sunken-treasure-50)","--hop-decorative-option6-surface-strong":"var(--hop-sunken-treasure-100)","--hop-decorative-option6-surface-hover":"var(--hop-sunken-treasure-100)","--hop-decorative-option6-surface":"var(--hop-sunken-treasure-75)","--hop-decorative-option6-border":"var(--hop-sunken-treasure-400)","--hop-decorative-option6-icon":"var(--hop-sunken-treasure-900)","--hop-decorative-option6-text":"var(--hop-sunken-treasure-900)","--hop-decorative-option6-text-weak":"var(--hop-sunken-treasure-200)","--hop-decorative-option4-surface-weakest":"var(--hop-moss-25)","--hop-decorative-option4-surface-weak":"var(--hop-moss-50)","--hop-decorative-option4-surface-strong":"var(--hop-moss-100)","--hop-decorative-option4-surface-hover":"var(--hop-moss-100)","--hop-decorative-option4-surface":"var(--hop-moss-75)","--hop-decorative-option4-border":"var(--hop-moss-400)","--hop-decorative-option4-icon":"var(--hop-moss-900)","--hop-decorative-option4-text-weak":"var(--hop-moss-400)","--hop-decorative-option4-text":"var(--hop-moss-900)","--hop-decorative-option3-surface-strong":"var(--hop-koi-200)","--hop-decorative-option3-surface-weakest":"var(--hop-koi-25)","--hop-decorative-option3-surface-weak":"var(--hop-koi-50)","--hop-decorative-option3-surface-hover":"var(--hop-koi-200)","--hop-decorative-option3-surface":"var(--hop-koi-100)","--hop-decorative-option3-border":"var(--hop-koi-400)","--hop-decorative-option3-icon":"var(--hop-koi-900)","--hop-decorative-option3-text":"var(--hop-koi-900)","--hop-decorative-option3-text-weak":"var(--hop-koi-300)","--hop-decorative-option2-surface-weakest":"var(--hop-quetzal-25)","--hop-decorative-option2-surface-weak":"var(--hop-quetzal-50)","--hop-decorative-option2-surface-strong":"var(--hop-quetzal-100)","--hop-decorative-option2-surface-hover":"var(--hop-quetzal-100)","--hop-decorative-option2-surface":"var(--hop-quetzal-75)","--hop-decorative-option2-text":"var(--hop-quetzal-900)","--hop-decorative-option2-text-weak":"var(--hop-quetzal-300)","--hop-decorative-option2-border":"var(--hop-quetzal-400)","--hop-decorative-option2-icon":"var(--hop-quetzal-900)","--hop-decorative-option1-surface-strong":"var(--hop-sapphire-200)","--hop-decorative-option1-surface-weakest":"var(--hop-sapphire-25)","--hop-decorative-option1-surface-weak":"var(--hop-sapphire-50)","--hop-decorative-option1-surface-hover":"var(--hop-sapphire-200)","--hop-decorative-option1-surface":"var(--hop-sapphire-100)","--hop-decorative-option1-text-weak":"var(--hop-sapphire-300)","--hop-decorative-option1-border":"var(--hop-sapphire-400)","--hop-decorative-option1-icon":"var(--hop-sapphire-900)","--hop-decorative-option1-text":"var(--hop-sapphire-900)","--hop-neutral-text-hover":"var(--hop-rock-50)","--hop-neutral-surface-weakest-hover":"var(--hop-rock-800)","--hop-neutral-text-weak":"var(--hop-rock-200)","--hop-neutral-surface-disabled":"var(--hop-rock-700)","--hop-neutral-surface-active":"var(--hop-toad-25)","--hop-neutral-surface-weak":"var(--hop-rock-800)","--hop-neutral-surface":"var(--hop-abyss)","--hop-neutral-text-disabled":"var(--hop-rock-500)","--hop-neutral-text-active":"var(--hop-rock-900)","--hop-neutral-text-strong":"var(--hop-rock-900)","--hop-neutral-text":"var(--hop-rock-25)","--hop-neutral-text-weakest":"var(--hop-rock-400)","--hop-neutral-border-disabled":"var(--hop-rock-800)","--hop-neutral-border-strong-hover":"var(--hop-samoyed)","--hop-neutral-border-strong":"var(--hop-samoyed)","--hop-neutral-surface-strong":"var(--hop-samoyed)","--hop-neutral-surface-hover":"var(--hop-rock-800)","--hop-neutral-icon-disabled":"var(--hop-rock-500)","--hop-neutral-icon":"var(--hop-rock-25)","--hop-neutral-icon-weak":"var(--hop-rock-200)","--hop-neutral-border":"var(--hop-rock-500)","--hop-neutral-border-weak":"var(--hop-rock-800)","--hop-neutral-icon-weakest":"var(--hop-rock-400)","--hop-neutral-icon-strong":"var(--hop-rock-900)","--hop-neutral-icon-hover":"var(--hop-rock-50)","--hop-neutral-icon-active":"var(--hop-rock-900)","--hop-neutral-border-hover":"var(--hop-rock-300)","--hop-neutral-border-active":"var(--hop-toad-25)","--hop-neutral-surface-weak-hover":"var(--hop-rock-700)","--hop-neutral-border-weakest":"var(--hop-rock-800)","--hop-neutral-surface-weakest":"var(--hop-rock-900)","--hop-warning-icon-weakest":"var(--hop-koi-200)","--hop-warning-icon-weak":"var(--hop-koi-75)","--hop-warning-text-weak":"var(--hop-koi-75)","--hop-warning-surface":"var(--hop-koi-75)","--hop-warning-surface-strong":"var(--hop-koi-300)","--hop-warning-surface-weak":"var(--hop-koi-800)","--hop-warning-border":"var(--hop-koi-500)","--hop-warning-icon":"var(--hop-koi-900)","--hop-warning-text":"var(--hop-koi-900)","--hop-success-border":"var(--hop-moss-500)","--hop-success-icon-weak":"var(--hop-moss-75)","--hop-success-icon-weakest":"var(--hop-moss-200)","--hop-success-text-weak":"var(--hop-moss-75)","--hop-success-surface":"var(--hop-moss-75)","--hop-success-surface-strong":"var(--hop-moss-300)","--hop-success-text-hover":"var(--hop-moss-700)","--hop-success-text":"var(--hop-moss-900)","--hop-success-icon":"var(--hop-moss-900)","--hop-success-surface-weak":"var(--hop-moss-800)","--hop-information-icon-weakest":"var(--hop-coastal-200)","--hop-information-surface-strong":"var(--hop-coastal-300)","--hop-information-icon-weak":"var(--hop-coastal-300)","--hop-information-text":"var(--hop-coastal-900)","--hop-information-surface":"var(--hop-coastal-75)","--hop-information-surface-weak":"var(--hop-coastal-800)","--hop-information-text-weak":"var(--hop-coastal-75)","--hop-information-icon":"var(--hop-coastal-900)","--hop-information-border":"var(--hop-coastal-400)","--hop-status-neutral-surface-strong":"var(--hop-rock-100)","--hop-status-neutral-text":"var(--hop-rock-25)","--hop-status-neutral-icon":"var(--hop-rock-25)","--hop-status-neutral-surface":"var(--hop-abyss)","--hop-status-progress-surface-strong":"var(--hop-sapphire-200)","--hop-status-progress-icon":"var(--hop-sapphire-900)","--hop-status-progress-surface":"var(--hop-sapphire-100)","--hop-status-progress-text":"var(--hop-sapphire-900)","--hop-status-option6-surface-strong":"var(--hop-sunken-treasure-100)","--hop-status-option6-icon":"var(--hop-sunken-treasure-900)","--hop-status-option6-surface":"var(--hop-sunken-treasure-75)","--hop-status-option6-text":"var(--hop-sunken-treasure-900)","--hop-status-option5-surface-strong":"var(--hop-toad-100)","--hop-status-option5-icon":"var(--hop-toad-900)","--hop-status-option5-surface":"var(--hop-toad-200)","--hop-status-option5-text":"var(--hop-toad-900)","--hop-status-option1-surface-strong":"var(--hop-coastal-100)","--hop-status-option1-icon":"var(--hop-coastal-900)","--hop-status-option1-surface":"var(--hop-coastal-200)","--hop-status-option1-text":"var(--hop-coastal-900)","--hop-status-option2-surface-strong":"var(--hop-orchid-bloom-100)","--hop-status-option2-text":"var(--hop-orchid-bloom-900)","--hop-status-option2-surface":"var(--hop-orchid-bloom-200)","--hop-status-option2-icon":"var(--hop-orchid-bloom-900)","--hop-status-option3-surface-strong":"var(--hop-quetzal-100)","--hop-status-option3-icon":"var(--hop-quetzal-900)","--hop-status-option3-surface":"var(--hop-quetzal-200)","--hop-status-option3-text":"var(--hop-quetzal-900)","--hop-status-option4-surface-strong":"var(--hop-fog-100)","--hop-status-option4-icon":"var(--hop-fog-900)","--hop-status-option4-surface":"var(--hop-fog-200)","--hop-status-option4-text":"var(--hop-fog-900)","--hop-status-inactive-surface-strong":"var(--hop-rock-100)","--hop-status-inactive-icon":"var(--hop-rock-800)","--hop-status-inactive-surface":"var(--hop-rock-75)","--hop-status-inactive-text":"var(--hop-rock-900)","--hop-status-caution-surface-strong":"var(--hop-koi-200)","--hop-status-caution-icon":"var(--hop-koi-900)","--hop-status-caution-surface":"var(--hop-koi-75)","--hop-status-caution-text":"var(--hop-koi-900)","--hop-status-negative-surface-strong":"var(--hop-amanita-200)","--hop-status-negative-icon":"var(--hop-amanita-900)","--hop-status-negative-surface":"var(--hop-amanita-75)","--hop-status-negative-text":"var(--hop-amanita-900)","--hop-status-positive-icon":"var(--hop-moss-900)","--hop-status-positive-surface-strong":"var(--hop-moss-200)","--hop-status-positive-surface":"var(--hop-moss-75)","--hop-status-positive-text":"var(--hop-moss-900)"};
|
|
2
|
-
|
|
3
|
-
export { o as DarkSemanticTokens };
|