@hopper-ui/styled-system 1.2.0 → 2.0.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 (46) hide show
  1. package/CHANGELOG.md +103 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.d.ts +3 -0
  4. package/dist/StyledSystemProvider.js +15 -15
  5. package/dist/{chunk-DRFY5W7M.js → chunk-5GX5VZFT.js} +1 -1
  6. package/dist/{chunk-KLNF34G6.js → chunk-5U5IRAPA.js} +1 -1
  7. package/dist/{chunk-EJR6CH3T.js → chunk-AZ44JR7G.js} +1 -1
  8. package/dist/{chunk-J2UW6IZ5.js → chunk-BA7JHGU6.js} +1 -1
  9. package/dist/{chunk-JKXZGQAL.js → chunk-DVOV55CD.js} +228 -189
  10. package/dist/{chunk-45MYTH4M.js → chunk-EF3UX45A.js} +2 -2
  11. package/dist/{chunk-MCUHAIA4.js → chunk-GXUFWEP5.js} +2 -2
  12. package/dist/{chunk-LCW3QCQQ.js → chunk-GZ3MQOPA.js} +2 -2
  13. package/dist/{chunk-GFXIV6J4.js → chunk-REAV6RA4.js} +21 -19
  14. package/dist/{chunk-TSYETPJT.js → chunk-SSBFBJJN.js} +2 -2
  15. package/dist/{chunk-ZDENFQ6H.js → chunk-VJNKYHHT.js} +2 -2
  16. package/dist/{chunk-RKTVEOXM.js → chunk-XEJOSGGW.js} +6 -6
  17. package/dist/{chunk-KKVEOD5L.js → chunk-Y7GWSHYF.js} +200 -161
  18. package/dist/{chunk-E2EGUGKS.js → chunk-YJKWZYVH.js} +268 -227
  19. package/dist/color-scheme/useColorScheme.js +2 -2
  20. package/dist/global-styles/BodyStyleProvider.js +2 -2
  21. package/dist/html-wrappers/html.css +34 -34
  22. package/dist/html-wrappers/html.js +5 -5
  23. package/dist/html-wrappers/htmlElement.css +34 -34
  24. package/dist/html-wrappers/htmlElement.js +4 -4
  25. package/dist/index.css +34 -34
  26. package/dist/index.js +15 -15
  27. package/dist/responsive/BreakpointProvider.d.ts +5 -0
  28. package/dist/responsive/BreakpointProvider.js +2 -2
  29. package/dist/styledSystemRootCssClass.js +1 -1
  30. package/dist/tokens/TokenProvider.js +5 -5
  31. package/dist/tokens/generated/darkSemanticTokens.d.ts +265 -224
  32. package/dist/tokens/generated/darkSemanticTokens.js +1 -1
  33. package/dist/tokens/generated/lightSemanticTokens.d.ts +226 -187
  34. package/dist/tokens/generated/lightSemanticTokens.js +1 -1
  35. package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +197 -158
  36. package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
  37. package/dist/tokens/tokenMappings.d.ts +261 -213
  38. package/dist/tokens/tokenMappings.js +2 -2
  39. package/dist/tokens/tokens.d.ts +501 -421
  40. package/dist/tokens/tokens.js +3 -3
  41. package/dist/useStyledSystem.css +31 -31
  42. package/dist/useStyledSystem.d.ts +1 -1
  43. package/dist/useStyledSystem.js +3 -3
  44. package/dist/utils/useMediaQuery.js +1 -1
  45. package/package.json +22 -20
  46. package/dist/{chunk-M4X2T3D3.js → chunk-T6JS7L6B.js} +1 -1
@@ -2,267 +2,308 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
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;
5
+ "--hop-danger-border": string;
6
+ "--hop-danger-border-selected": string;
7
+ "--hop-danger-border-press": string;
8
+ "--hop-danger-border-strong": string;
9
+ "--hop-danger-icon": string;
10
+ "--hop-danger-icon-selected": string;
11
+ "--hop-danger-icon-disabled": string;
12
+ "--hop-danger-icon-hover": string;
13
+ "--hop-danger-icon-press": string;
14
+ "--hop-danger-icon-strong": string;
15
+ "--hop-danger-icon-strong-hover": string;
16
+ "--hop-danger-icon-weak": string;
17
+ "--hop-danger-icon-weak-hover": string;
18
+ "--hop-danger-icon-weak-press": string;
24
19
  "--hop-danger-surface": string;
25
- "--hop-danger-text-hover": string;
20
+ "--hop-danger-surface-selected": string;
26
21
  "--hop-danger-surface-disabled": string;
27
22
  "--hop-danger-surface-hover": string;
23
+ "--hop-danger-surface-press": string;
28
24
  "--hop-danger-surface-strong": string;
29
25
  "--hop-danger-surface-strong-hover": string;
30
26
  "--hop-danger-surface-weak": string;
31
- "--hop-danger-border-strong": string;
32
- "--hop-danger-icon": string;
33
- "--hop-danger-icon-weak": string;
27
+ "--hop-danger-surface-weak-hover": string;
28
+ "--hop-danger-surface-weak-press": string;
34
29
  "--hop-danger-text": string;
35
- "--hop-danger-surface-active": string;
36
- "--hop-danger-text-weak": string;
30
+ "--hop-danger-text-selected": string;
31
+ "--hop-danger-text-disabled": string;
32
+ "--hop-danger-text-hover": string;
33
+ "--hop-danger-text-press": string;
37
34
  "--hop-danger-text-strong": string;
38
35
  "--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-weak-hover": string;
73
- "--hop-decorative-option9-surface-strong": string;
74
- "--hop-decorative-option9-surface-hover": string;
75
- "--hop-decorative-option9-surface": string;
76
- "--hop-decorative-option9-text": string;
77
- "--hop-decorative-option9-text-weak": string;
78
- "--hop-decorative-option8-border": string;
79
- "--hop-decorative-option8-icon": string;
80
- "--hop-decorative-option8-surface-weakest": string;
81
- "--hop-decorative-option8-surface-weak": string;
82
- "--hop-decorative-option8-surface-weak-hover": string;
83
- "--hop-decorative-option8-surface-strong": string;
84
- "--hop-decorative-option8-surface-hover": string;
85
- "--hop-decorative-option8-text-weak": string;
86
- "--hop-decorative-option8-surface": string;
87
- "--hop-decorative-option8-text": string;
88
- "--hop-decorative-option7-border": string;
89
- "--hop-decorative-option7-icon": string;
90
- "--hop-decorative-option7-surface-weakest": string;
91
- "--hop-decorative-option7-surface-weak": string;
92
- "--hop-decorative-option7-surface-weak-hover": string;
93
- "--hop-decorative-option7-surface-strong": string;
94
- "--hop-decorative-option7-surface-hover": string;
95
- "--hop-decorative-option7-surface": string;
96
- "--hop-decorative-option7-text-weak": string;
97
- "--hop-decorative-option7-text": string;
98
- "--hop-decorative-option5-text-weak": string;
99
- "--hop-decorative-option5-text": string;
100
- "--hop-decorative-option5-surface-weakest": string;
101
- "--hop-decorative-option5-surface-weak": string;
102
- "--hop-decorative-option5-surface-weak-hover": string;
103
- "--hop-decorative-option5-surface-strong": string;
104
- "--hop-decorative-option5-surface-hover": string;
105
- "--hop-decorative-option5-surface": string;
36
+ "--hop-danger-text-weak": string;
37
+ "--hop-danger-text-weak-hover": string;
38
+ "--hop-danger-text-weak-press": string;
39
+ "--hop-decorative-option1-border": string;
40
+ "--hop-decorative-option1-icon": string;
41
+ "--hop-decorative-option1-surface": string;
42
+ "--hop-decorative-option1-surface-hover": string;
43
+ "--hop-decorative-option1-surface-strong": string;
44
+ "--hop-decorative-option1-surface-weak": string;
45
+ "--hop-decorative-option1-surface-weak-hover": string;
46
+ "--hop-decorative-option1-surface-weakest": string;
47
+ "--hop-decorative-option1-text": string;
48
+ "--hop-decorative-option1-text-weak": string;
49
+ "--hop-decorative-option2-border": string;
50
+ "--hop-decorative-option2-icon": string;
51
+ "--hop-decorative-option2-surface": string;
52
+ "--hop-decorative-option2-surface-hover": string;
53
+ "--hop-decorative-option2-surface-strong": string;
54
+ "--hop-decorative-option2-surface-weak": string;
55
+ "--hop-decorative-option2-surface-weak-hover": string;
56
+ "--hop-decorative-option2-surface-weakest": string;
57
+ "--hop-decorative-option2-text": string;
58
+ "--hop-decorative-option2-text-weak": string;
59
+ "--hop-decorative-option3-border": string;
60
+ "--hop-decorative-option3-icon": string;
61
+ "--hop-decorative-option3-surface": string;
62
+ "--hop-decorative-option3-surface-hover": string;
63
+ "--hop-decorative-option3-surface-strong": string;
64
+ "--hop-decorative-option3-surface-weak": string;
65
+ "--hop-decorative-option3-surface-weak-hover": string;
66
+ "--hop-decorative-option3-surface-weakest": string;
67
+ "--hop-decorative-option3-text": string;
68
+ "--hop-decorative-option3-text-weak": string;
69
+ "--hop-decorative-option4-border": string;
70
+ "--hop-decorative-option4-icon": string;
71
+ "--hop-decorative-option4-surface": string;
72
+ "--hop-decorative-option4-surface-hover": string;
73
+ "--hop-decorative-option4-surface-strong": string;
74
+ "--hop-decorative-option4-surface-weak": string;
75
+ "--hop-decorative-option4-surface-weak-hover": string;
76
+ "--hop-decorative-option4-surface-weakest": string;
77
+ "--hop-decorative-option4-text": string;
78
+ "--hop-decorative-option4-text-weak": string;
106
79
  "--hop-decorative-option5-border": string;
107
80
  "--hop-decorative-option5-icon": string;
108
- "--hop-decorative-option6-surface-weakest": string;
109
- "--hop-decorative-option6-surface-weak": string;
110
- "--hop-decorative-option6-surface-weak-hover": string;
111
- "--hop-decorative-option6-surface-strong": string;
112
- "--hop-decorative-option6-surface-hover": string;
113
- "--hop-decorative-option6-surface": string;
81
+ "--hop-decorative-option5-surface": string;
82
+ "--hop-decorative-option5-surface-hover": string;
83
+ "--hop-decorative-option5-surface-strong": string;
84
+ "--hop-decorative-option5-surface-weak": string;
85
+ "--hop-decorative-option5-surface-weak-hover": string;
86
+ "--hop-decorative-option5-surface-weakest": string;
87
+ "--hop-decorative-option5-text": string;
88
+ "--hop-decorative-option5-text-weak": string;
114
89
  "--hop-decorative-option6-border": string;
115
90
  "--hop-decorative-option6-icon": string;
91
+ "--hop-decorative-option6-surface": string;
92
+ "--hop-decorative-option6-surface-hover": string;
93
+ "--hop-decorative-option6-surface-strong": string;
94
+ "--hop-decorative-option6-surface-weak": string;
95
+ "--hop-decorative-option6-surface-weak-hover": string;
96
+ "--hop-decorative-option6-surface-weakest": string;
116
97
  "--hop-decorative-option6-text": string;
117
98
  "--hop-decorative-option6-text-weak": string;
118
- "--hop-decorative-option4-surface-weakest": string;
119
- "--hop-decorative-option4-surface-weak": string;
120
- "--hop-decorative-option4-surface-weak-hover": string;
121
- "--hop-decorative-option4-surface-strong": string;
122
- "--hop-decorative-option4-surface-hover": string;
123
- "--hop-decorative-option4-surface": string;
124
- "--hop-decorative-option4-border": string;
125
- "--hop-decorative-option4-icon": string;
126
- "--hop-decorative-option4-text-weak": string;
127
- "--hop-decorative-option4-text": string;
128
- "--hop-decorative-option3-surface-strong": string;
129
- "--hop-decorative-option3-surface-weakest": string;
130
- "--hop-decorative-option3-surface-weak": string;
131
- "--hop-decorative-option3-surface-weak-hover": string;
132
- "--hop-decorative-option3-surface-hover": string;
133
- "--hop-decorative-option3-surface": string;
134
- "--hop-decorative-option3-border": string;
135
- "--hop-decorative-option3-icon": string;
136
- "--hop-decorative-option3-text": string;
137
- "--hop-decorative-option3-text-weak": string;
138
- "--hop-decorative-option2-surface-weakest": string;
139
- "--hop-decorative-option2-surface-weak": string;
140
- "--hop-decorative-option2-surface-weak-hover": string;
141
- "--hop-decorative-option2-surface-strong": string;
142
- "--hop-decorative-option2-surface-hover": string;
143
- "--hop-decorative-option2-surface": string;
144
- "--hop-decorative-option2-text": string;
145
- "--hop-decorative-option2-text-weak": string;
146
- "--hop-decorative-option2-border": string;
147
- "--hop-decorative-option2-icon": string;
148
- "--hop-decorative-option1-surface-strong": string;
149
- "--hop-decorative-option1-surface-weakest": string;
150
- "--hop-decorative-option1-surface-weak": string;
151
- "--hop-decorative-option1-surface-weak-hover": string;
152
- "--hop-decorative-option1-surface-hover": string;
153
- "--hop-decorative-option1-surface": string;
154
- "--hop-decorative-option1-text-weak": string;
155
- "--hop-decorative-option1-border": string;
156
- "--hop-decorative-option1-icon": string;
157
- "--hop-decorative-option1-text": string;
158
- "--hop-neutral-text-hover": string;
159
- "--hop-neutral-surface-weakest-hover": string;
160
- "--hop-neutral-text-weak": string;
161
- "--hop-neutral-surface-disabled": string;
162
- "--hop-neutral-surface-active": string;
163
- "--hop-neutral-surface-weak": string;
164
- "--hop-neutral-surface": string;
165
- "--hop-neutral-text-disabled": string;
166
- "--hop-neutral-text-active": string;
167
- "--hop-neutral-text-strong": string;
168
- "--hop-neutral-text": string;
169
- "--hop-neutral-text-weakest": string;
99
+ "--hop-decorative-option7-border": string;
100
+ "--hop-decorative-option7-icon": string;
101
+ "--hop-decorative-option7-surface": string;
102
+ "--hop-decorative-option7-surface-hover": string;
103
+ "--hop-decorative-option7-surface-strong": string;
104
+ "--hop-decorative-option7-surface-weak": string;
105
+ "--hop-decorative-option7-surface-weak-hover": string;
106
+ "--hop-decorative-option7-surface-weakest": string;
107
+ "--hop-decorative-option7-text": string;
108
+ "--hop-decorative-option7-text-weak": string;
109
+ "--hop-decorative-option8-border": string;
110
+ "--hop-decorative-option8-icon": string;
111
+ "--hop-decorative-option8-surface": string;
112
+ "--hop-decorative-option8-surface-hover": string;
113
+ "--hop-decorative-option8-surface-strong": string;
114
+ "--hop-decorative-option8-surface-weak": string;
115
+ "--hop-decorative-option8-surface-weak-hover": string;
116
+ "--hop-decorative-option8-surface-weakest": string;
117
+ "--hop-decorative-option8-text": string;
118
+ "--hop-decorative-option8-text-weak": string;
119
+ "--hop-decorative-option9-border": string;
120
+ "--hop-decorative-option9-icon": string;
121
+ "--hop-decorative-option9-surface": string;
122
+ "--hop-decorative-option9-surface-hover": string;
123
+ "--hop-decorative-option9-surface-strong": string;
124
+ "--hop-decorative-option9-surface-weak": string;
125
+ "--hop-decorative-option9-surface-weak-hover": string;
126
+ "--hop-decorative-option9-surface-weakest": string;
127
+ "--hop-decorative-option9-text": string;
128
+ "--hop-decorative-option9-text-weak": string;
129
+ "--hop-information-border": string;
130
+ "--hop-information-icon": string;
131
+ "--hop-information-icon-weakest": string;
132
+ "--hop-information-icon-weak": string;
133
+ "--hop-information-surface": string;
134
+ "--hop-information-surface-strong": string;
135
+ "--hop-information-surface-weak": string;
136
+ "--hop-information-text": string;
137
+ "--hop-information-text-weak": string;
138
+ "--hop-neutral-border": string;
139
+ "--hop-neutral-border-selected": string;
170
140
  "--hop-neutral-border-disabled": string;
171
- "--hop-neutral-border-strong-hover": string;
141
+ "--hop-neutral-border-hover": string;
142
+ "--hop-neutral-border-press": string;
172
143
  "--hop-neutral-border-strong": string;
173
- "--hop-neutral-surface-strong": string;
174
- "--hop-neutral-surface-hover": string;
175
- "--hop-neutral-icon-disabled": string;
144
+ "--hop-neutral-border-strong-hover": string;
145
+ "--hop-neutral-border-weakest": string;
146
+ "--hop-neutral-border-weak": string;
176
147
  "--hop-neutral-icon": string;
148
+ "--hop-neutral-icon-selected": string;
149
+ "--hop-neutral-icon-disabled": string;
150
+ "--hop-neutral-icon-hover": string;
151
+ "--hop-neutral-icon-press": string;
152
+ "--hop-neutral-icon-strong": string;
153
+ "--hop-neutral-icon-strong-hover": string;
177
154
  "--hop-neutral-icon-weak": string;
178
- "--hop-neutral-border": string;
179
- "--hop-neutral-border-weak": string;
155
+ "--hop-neutral-icon-weak-hover": string;
156
+ "--hop-neutral-icon-weak-press": string;
180
157
  "--hop-neutral-icon-weakest": string;
181
- "--hop-neutral-icon-strong": string;
182
- "--hop-neutral-icon-hover": string;
183
- "--hop-neutral-icon-active": string;
184
- "--hop-neutral-border-hover": string;
185
- "--hop-neutral-border-active": string;
186
- "--hop-neutral-surface-weak-hover": string;
187
- "--hop-neutral-surface-weak-active": string;
188
- "--hop-neutral-border-weakest": string;
158
+ "--hop-neutral-surface": string;
159
+ "--hop-neutral-surface-selected": string;
160
+ "--hop-neutral-surface-disabled": string;
161
+ "--hop-neutral-surface-hover": string;
162
+ "--hop-neutral-surface-press": string;
163
+ "--hop-neutral-surface-strong": string;
189
164
  "--hop-neutral-surface-weakest": string;
190
- "--hop-warning-icon-weakest": string;
191
- "--hop-warning-icon-weak": string;
192
- "--hop-warning-text-weak": string;
193
- "--hop-warning-surface": string;
194
- "--hop-warning-surface-strong": string;
195
- "--hop-warning-surface-weak": string;
196
- "--hop-warning-border": string;
197
- "--hop-warning-icon": string;
198
- "--hop-warning-text": string;
199
- "--hop-success-border": string;
200
- "--hop-success-icon-weak": string;
201
- "--hop-success-icon-weakest": string;
202
- "--hop-success-text-weak": string;
203
- "--hop-success-surface": string;
204
- "--hop-success-surface-strong": string;
205
- "--hop-success-text-hover": string;
206
- "--hop-success-text": string;
207
- "--hop-success-icon": string;
208
- "--hop-success-surface-weak": string;
209
- "--hop-information-icon-weakest": string;
210
- "--hop-information-surface-strong": string;
211
- "--hop-information-icon-weak": string;
212
- "--hop-information-text": string;
213
- "--hop-information-surface": string;
214
- "--hop-information-surface-weak": string;
215
- "--hop-information-text-weak": string;
216
- "--hop-information-icon": string;
217
- "--hop-information-border": string;
218
- "--hop-status-neutral-surface-strong": string;
219
- "--hop-status-neutral-text": string;
165
+ "--hop-neutral-surface-weak": string;
166
+ "--hop-neutral-surface-weak-selected": string;
167
+ "--hop-neutral-surface-weak-hover": string;
168
+ "--hop-neutral-surface-weak-press": string;
169
+ "--hop-neutral-surface-weakest-selected": string;
170
+ "--hop-neutral-surface-weakest-hover": string;
171
+ "--hop-neutral-text": string;
172
+ "--hop-neutral-text-selected": string;
173
+ "--hop-neutral-text-disabled": string;
174
+ "--hop-neutral-text-hover": string;
175
+ "--hop-neutral-text-press": string;
176
+ "--hop-neutral-text-strong": string;
177
+ "--hop-neutral-text-weak": string;
178
+ "--hop-neutral-text-weak-hover": string;
179
+ "--hop-neutral-text-weak-press": string;
180
+ "--hop-neutral-text-weakest": string;
181
+ "--hop-primary-border": string;
182
+ "--hop-primary-border-selected": string;
183
+ "--hop-primary-border-focus": string;
184
+ "--hop-primary-border-press": string;
185
+ "--hop-primary-icon": string;
186
+ "--hop-primary-icon-selected": string;
187
+ "--hop-primary-icon-disabled": string;
188
+ "--hop-primary-icon-hover": string;
189
+ "--hop-primary-icon-press": string;
190
+ "--hop-primary-icon-strong": string;
191
+ "--hop-primary-icon-strong-hover": string;
192
+ "--hop-primary-surface": string;
193
+ "--hop-primary-surface-selected": string;
194
+ "--hop-primary-surface-disabled": string;
195
+ "--hop-primary-surface-focus": string;
196
+ "--hop-primary-surface-hover": string;
197
+ "--hop-primary-surface-press": string;
198
+ "--hop-primary-surface-strong": string;
199
+ "--hop-primary-surface-strong-selected": string;
200
+ "--hop-primary-surface-strong-hover": string;
201
+ "--hop-primary-surface-strong-press": string;
202
+ "--hop-primary-surface-weak": string;
203
+ "--hop-primary-surface-weak-hover": string;
204
+ "--hop-primary-surface-weak-press": string;
205
+ "--hop-primary-text": string;
206
+ "--hop-primary-text-hover": string;
207
+ "--hop-primary-text-press": string;
208
+ "--hop-primary-text-strong": string;
209
+ "--hop-primary-text-strong-hover": string;
210
+ "--hop-primary-text-selected": string;
211
+ "--hop-primary-text-disabled": string;
212
+ "--hop-status-caution-icon": string;
213
+ "--hop-status-caution-surface": string;
214
+ "--hop-status-caution-surface-strong": string;
215
+ "--hop-status-caution-text": string;
216
+ "--hop-status-inselected-icon": string;
217
+ "--hop-status-inselected-surface": string;
218
+ "--hop-status-inselected-surface-strong": string;
219
+ "--hop-status-inselected-text": string;
220
+ "--hop-status-negative-icon": string;
221
+ "--hop-status-negative-surface": string;
222
+ "--hop-status-negative-surface-strong": string;
223
+ "--hop-status-negative-text": string;
220
224
  "--hop-status-neutral-icon": string;
221
225
  "--hop-status-neutral-surface": string;
222
- "--hop-status-progress-surface-strong": string;
223
- "--hop-status-progress-icon": string;
224
- "--hop-status-progress-surface": string;
225
- "--hop-status-progress-text": string;
226
- "--hop-status-option6-surface-strong": string;
227
- "--hop-status-option6-icon": string;
228
- "--hop-status-option6-surface": string;
229
- "--hop-status-option6-text": string;
230
- "--hop-status-option5-surface-strong": string;
231
- "--hop-status-option5-icon": string;
232
- "--hop-status-option5-surface": string;
233
- "--hop-status-option5-text": string;
234
- "--hop-status-option1-surface-strong": string;
226
+ "--hop-status-neutral-surface-strong": string;
227
+ "--hop-status-neutral-text": string;
235
228
  "--hop-status-option1-icon": string;
236
229
  "--hop-status-option1-surface": string;
230
+ "--hop-status-option1-surface-strong": string;
237
231
  "--hop-status-option1-text": string;
232
+ "--hop-status-option2-icon": string;
233
+ "--hop-status-option2-surface": string;
238
234
  "--hop-status-option2-surface-strong": string;
239
235
  "--hop-status-option2-text": string;
240
- "--hop-status-option2-surface": string;
241
- "--hop-status-option2-icon": string;
242
- "--hop-status-option3-surface-strong": string;
243
236
  "--hop-status-option3-icon": string;
244
237
  "--hop-status-option3-surface": string;
238
+ "--hop-status-option3-surface-strong": string;
245
239
  "--hop-status-option3-text": string;
246
- "--hop-status-option4-surface-strong": string;
247
240
  "--hop-status-option4-icon": string;
248
241
  "--hop-status-option4-surface": string;
242
+ "--hop-status-option4-surface-strong": string;
249
243
  "--hop-status-option4-text": string;
250
- "--hop-status-inactive-surface-strong": string;
251
- "--hop-status-inactive-icon": string;
252
- "--hop-status-inactive-surface": string;
253
- "--hop-status-inactive-text": string;
254
- "--hop-status-caution-surface-strong": string;
255
- "--hop-status-caution-icon": string;
256
- "--hop-status-caution-surface": string;
257
- "--hop-status-caution-text": string;
258
- "--hop-status-negative-surface-strong": string;
259
- "--hop-status-negative-icon": string;
260
- "--hop-status-negative-surface": string;
261
- "--hop-status-negative-text": string;
244
+ "--hop-status-option5-icon": string;
245
+ "--hop-status-option5-surface": string;
246
+ "--hop-status-option5-surface-strong": string;
247
+ "--hop-status-option5-text": string;
248
+ "--hop-status-option6-icon": string;
249
+ "--hop-status-option6-surface": string;
250
+ "--hop-status-option6-surface-strong": string;
251
+ "--hop-status-option6-text": string;
262
252
  "--hop-status-positive-icon": string;
263
- "--hop-status-positive-surface-strong": string;
264
253
  "--hop-status-positive-surface": string;
254
+ "--hop-status-positive-surface-strong": string;
265
255
  "--hop-status-positive-text": string;
256
+ "--hop-status-progress-icon": string;
257
+ "--hop-status-progress-surface": string;
258
+ "--hop-status-progress-surface-strong": string;
259
+ "--hop-status-progress-text": string;
260
+ "--hop-success-border": string;
261
+ "--hop-success-icon": string;
262
+ "--hop-success-icon-weakest": string;
263
+ "--hop-success-icon-weak": string;
264
+ "--hop-success-surface": string;
265
+ "--hop-success-surface-strong": string;
266
+ "--hop-success-surface-weak": string;
267
+ "--hop-success-text": string;
268
+ "--hop-success-text-weak": string;
269
+ "--hop-success-text-hover": string;
270
+ "--hop-upsell-border": string;
271
+ "--hop-upsell-border-selected": string;
272
+ "--hop-upsell-border-disabled": string;
273
+ "--hop-upsell-border-press": string;
274
+ "--hop-upsell-icon": string;
275
+ "--hop-upsell-icon-selected": string;
276
+ "--hop-upsell-icon-hover": string;
277
+ "--hop-upsell-icon-press": string;
278
+ "--hop-upsell-icon-weakest": string;
279
+ "--hop-upsell-icon-weak": string;
280
+ "--hop-upsell-icon-weak-hover": string;
281
+ "--hop-upsell-icon-weak-press": string;
282
+ "--hop-upsell-surface": string;
283
+ "--hop-upsell-surface-selected": string;
284
+ "--hop-upsell-surface-disabled": string;
285
+ "--hop-upsell-surface-hover": string;
286
+ "--hop-upsell-surface-press": string;
287
+ "--hop-upsell-surface-weak": string;
288
+ "--hop-upsell-surface-weak-hover": string;
289
+ "--hop-upsell-surface-weak-press": string;
290
+ "--hop-upsell-text": string;
291
+ "--hop-upsell-text-selected": string;
292
+ "--hop-upsell-text-disabled": string;
293
+ "--hop-upsell-text-hover": string;
294
+ "--hop-upsell-text-press": string;
295
+ "--hop-upsell-text-weak": string;
296
+ "--hop-upsell-text-weak-hover": string;
297
+ "--hop-upsell-text-weak-press": string;
298
+ "--hop-warning-border": string;
299
+ "--hop-warning-icon": string;
300
+ "--hop-warning-icon-weakest": string;
301
+ "--hop-warning-icon-weak": string;
302
+ "--hop-warning-surface": string;
303
+ "--hop-warning-surface-strong": string;
304
+ "--hop-warning-surface-weak": string;
305
+ "--hop-warning-text": string;
306
+ "--hop-warning-text-weak": string;
266
307
  "--hop-dataviz-unavailable": string;
267
308
  "--hop-dataviz-unavailable-weak": string;
268
309
  "--hop-dataviz-unavailable-strong": string;
@@ -1,2 +1,2 @@
1
- export { DarkSemanticTokens } from '../../chunk-E2EGUGKS.js';
1
+ export { DarkSemanticTokens } from '../../chunk-YJKWZYVH.js';
2
2
  import '../../chunk-6LX4VMOV.js';