@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.
- package/CHANGELOG.md +103 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.d.ts +3 -0
- package/dist/StyledSystemProvider.js +15 -15
- package/dist/{chunk-DRFY5W7M.js → chunk-5GX5VZFT.js} +1 -1
- package/dist/{chunk-KLNF34G6.js → chunk-5U5IRAPA.js} +1 -1
- package/dist/{chunk-EJR6CH3T.js → chunk-AZ44JR7G.js} +1 -1
- package/dist/{chunk-J2UW6IZ5.js → chunk-BA7JHGU6.js} +1 -1
- package/dist/{chunk-JKXZGQAL.js → chunk-DVOV55CD.js} +228 -189
- package/dist/{chunk-45MYTH4M.js → chunk-EF3UX45A.js} +2 -2
- package/dist/{chunk-MCUHAIA4.js → chunk-GXUFWEP5.js} +2 -2
- package/dist/{chunk-LCW3QCQQ.js → chunk-GZ3MQOPA.js} +2 -2
- package/dist/{chunk-GFXIV6J4.js → chunk-REAV6RA4.js} +21 -19
- package/dist/{chunk-TSYETPJT.js → chunk-SSBFBJJN.js} +2 -2
- package/dist/{chunk-ZDENFQ6H.js → chunk-VJNKYHHT.js} +2 -2
- package/dist/{chunk-RKTVEOXM.js → chunk-XEJOSGGW.js} +6 -6
- package/dist/{chunk-KKVEOD5L.js → chunk-Y7GWSHYF.js} +200 -161
- package/dist/{chunk-E2EGUGKS.js → chunk-YJKWZYVH.js} +268 -227
- package/dist/color-scheme/useColorScheme.js +2 -2
- package/dist/global-styles/BodyStyleProvider.js +2 -2
- package/dist/html-wrappers/html.css +34 -34
- package/dist/html-wrappers/html.js +5 -5
- package/dist/html-wrappers/htmlElement.css +34 -34
- package/dist/html-wrappers/htmlElement.js +4 -4
- package/dist/index.css +34 -34
- package/dist/index.js +15 -15
- package/dist/responsive/BreakpointProvider.d.ts +5 -0
- package/dist/responsive/BreakpointProvider.js +2 -2
- package/dist/styledSystemRootCssClass.js +1 -1
- package/dist/tokens/TokenProvider.js +5 -5
- package/dist/tokens/generated/darkSemanticTokens.d.ts +265 -224
- package/dist/tokens/generated/darkSemanticTokens.js +1 -1
- package/dist/tokens/generated/lightSemanticTokens.d.ts +226 -187
- package/dist/tokens/generated/lightSemanticTokens.js +1 -1
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +197 -158
- package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +261 -213
- package/dist/tokens/tokenMappings.js +2 -2
- package/dist/tokens/tokens.d.ts +501 -421
- package/dist/tokens/tokens.js +3 -3
- package/dist/useStyledSystem.css +31 -31
- package/dist/useStyledSystem.d.ts +1 -1
- package/dist/useStyledSystem.js +3 -3
- package/dist/utils/useMediaQuery.js +1 -1
- package/package.json +22 -20
- package/dist/{chunk-M4X2T3D3.js → chunk-T6JS7L6B.js} +1 -1
|
@@ -218,237 +218,229 @@ declare const SemanticTokens: {
|
|
|
218
218
|
"--hop-space-inline-md": string;
|
|
219
219
|
"--hop-space-inline-lg": string;
|
|
220
220
|
"--hop-space-inline-xl": string;
|
|
221
|
-
"--hop-
|
|
222
|
-
"--hop-
|
|
223
|
-
"--hop-
|
|
224
|
-
"--hop-
|
|
225
|
-
"--hop-
|
|
226
|
-
"--hop-
|
|
227
|
-
"--hop-
|
|
228
|
-
"--hop-
|
|
229
|
-
"--hop-
|
|
230
|
-
"--hop-
|
|
231
|
-
"--hop-
|
|
232
|
-
"--hop-
|
|
233
|
-
"--hop-
|
|
234
|
-
"--hop-
|
|
235
|
-
"--hop-upsell-surface-active": string;
|
|
236
|
-
"--hop-upsell-surface": string;
|
|
237
|
-
"--hop-danger-border-active": string;
|
|
238
|
-
"--hop-danger-icon-active": string;
|
|
239
|
-
"--hop-danger-text-active": string;
|
|
221
|
+
"--hop-danger-border": string;
|
|
222
|
+
"--hop-danger-border-selected": string;
|
|
223
|
+
"--hop-danger-border-strong": string;
|
|
224
|
+
"--hop-danger-border-press": string;
|
|
225
|
+
"--hop-danger-icon": string;
|
|
226
|
+
"--hop-danger-icon-selected": string;
|
|
227
|
+
"--hop-danger-icon-disabled": string;
|
|
228
|
+
"--hop-danger-icon-hover": string;
|
|
229
|
+
"--hop-danger-icon-press": string;
|
|
230
|
+
"--hop-danger-icon-strong": string;
|
|
231
|
+
"--hop-danger-icon-strong-hover": string;
|
|
232
|
+
"--hop-danger-icon-weak": string;
|
|
233
|
+
"--hop-danger-icon-weak-hover": string;
|
|
234
|
+
"--hop-danger-icon-weak-press": string;
|
|
240
235
|
"--hop-danger-surface": string;
|
|
241
|
-
"--hop-danger-
|
|
236
|
+
"--hop-danger-surface-selected": string;
|
|
242
237
|
"--hop-danger-surface-disabled": string;
|
|
243
238
|
"--hop-danger-surface-hover": string;
|
|
239
|
+
"--hop-danger-surface-press": string;
|
|
244
240
|
"--hop-danger-surface-strong": string;
|
|
245
241
|
"--hop-danger-surface-strong-hover": string;
|
|
246
242
|
"--hop-danger-surface-weak": string;
|
|
247
|
-
"--hop-danger-
|
|
248
|
-
"--hop-danger-
|
|
249
|
-
"--hop-danger-icon-weak": string;
|
|
243
|
+
"--hop-danger-surface-weak-hover": string;
|
|
244
|
+
"--hop-danger-surface-weak-press": string;
|
|
250
245
|
"--hop-danger-text": string;
|
|
251
|
-
"--hop-danger-
|
|
252
|
-
"--hop-danger-text-
|
|
246
|
+
"--hop-danger-text-selected": string;
|
|
247
|
+
"--hop-danger-text-disabled": string;
|
|
248
|
+
"--hop-danger-text-hover": string;
|
|
249
|
+
"--hop-danger-text-press": string;
|
|
253
250
|
"--hop-danger-text-strong": string;
|
|
254
251
|
"--hop-danger-text-strong-hover": string;
|
|
255
|
-
"--hop-danger-
|
|
256
|
-
"--hop-danger-
|
|
257
|
-
"--hop-danger-
|
|
258
|
-
"--hop-
|
|
259
|
-
"--hop-danger-icon-disabled": string;
|
|
260
|
-
"--hop-danger-border": string;
|
|
261
|
-
"--hop-primary-icon-active": string;
|
|
262
|
-
"--hop-primary-border-active": string;
|
|
263
|
-
"--hop-primary-text-active": string;
|
|
264
|
-
"--hop-primary-icon-strong": string;
|
|
265
|
-
"--hop-primary-icon-strong-hover": string;
|
|
266
|
-
"--hop-primary-icon": string;
|
|
267
|
-
"--hop-primary-border-focus": string;
|
|
268
|
-
"--hop-primary-border": string;
|
|
269
|
-
"--hop-primary-icon-hover": string;
|
|
270
|
-
"--hop-primary-icon-disabled": string;
|
|
271
|
-
"--hop-primary-surface-disabled": string;
|
|
272
|
-
"--hop-primary-surface-focus": string;
|
|
273
|
-
"--hop-primary-text-disabled": string;
|
|
274
|
-
"--hop-primary-surface": string;
|
|
275
|
-
"--hop-primary-surface-weak": string;
|
|
276
|
-
"--hop-primary-surface-strong": string;
|
|
277
|
-
"--hop-primary-surface-strong-active": string;
|
|
278
|
-
"--hop-primary-surface-strong-hover": string;
|
|
279
|
-
"--hop-primary-text": string;
|
|
280
|
-
"--hop-primary-surface-hover": string;
|
|
281
|
-
"--hop-primary-text-strong": string;
|
|
282
|
-
"--hop-primary-text-strong-hover": string;
|
|
283
|
-
"--hop-primary-text-hover": string;
|
|
284
|
-
"--hop-primary-surface-active": string;
|
|
252
|
+
"--hop-danger-text-weak": string;
|
|
253
|
+
"--hop-danger-text-weak-hover": string;
|
|
254
|
+
"--hop-danger-text-weak-press": string;
|
|
255
|
+
"--hop-decorative-option9-border": string;
|
|
285
256
|
"--hop-decorative-option9-icon": string;
|
|
286
257
|
"--hop-decorative-option9-surface": string;
|
|
287
|
-
"--hop-decorative-option9-surface-strong": string;
|
|
288
258
|
"--hop-decorative-option9-surface-hover": string;
|
|
259
|
+
"--hop-decorative-option9-surface-strong": string;
|
|
289
260
|
"--hop-decorative-option9-surface-weak": string;
|
|
290
261
|
"--hop-decorative-option9-surface-weak-hover": string;
|
|
291
262
|
"--hop-decorative-option9-surface-weakest": string;
|
|
292
263
|
"--hop-decorative-option9-text": string;
|
|
293
264
|
"--hop-decorative-option9-text-weak": string;
|
|
294
|
-
"--hop-decorative-
|
|
265
|
+
"--hop-decorative-option8-border": string;
|
|
295
266
|
"--hop-decorative-option8-icon": string;
|
|
296
|
-
"--hop-decorative-option8-surface
|
|
297
|
-
"--hop-decorative-option8-surface-weak": string;
|
|
298
|
-
"--hop-decorative-option8-surface-weak-hover": string;
|
|
267
|
+
"--hop-decorative-option8-surface": string;
|
|
299
268
|
"--hop-decorative-option8-surface-hover": string;
|
|
300
269
|
"--hop-decorative-option8-surface-strong": string;
|
|
301
|
-
"--hop-decorative-option8-
|
|
302
|
-
"--hop-decorative-option8-surface": string;
|
|
270
|
+
"--hop-decorative-option8-surface-weak": string;
|
|
271
|
+
"--hop-decorative-option8-surface-weak-hover": string;
|
|
272
|
+
"--hop-decorative-option8-surface-weakest": string;
|
|
303
273
|
"--hop-decorative-option8-text": string;
|
|
304
|
-
"--hop-decorative-option8-
|
|
274
|
+
"--hop-decorative-option8-text-weak": string;
|
|
275
|
+
"--hop-decorative-option7-border": string;
|
|
305
276
|
"--hop-decorative-option7-icon": string;
|
|
306
|
-
"--hop-decorative-option7-surface
|
|
277
|
+
"--hop-decorative-option7-surface": string;
|
|
278
|
+
"--hop-decorative-option7-surface-hover": string;
|
|
279
|
+
"--hop-decorative-option7-surface-strong": string;
|
|
307
280
|
"--hop-decorative-option7-surface-weak": string;
|
|
308
281
|
"--hop-decorative-option7-surface-weak-hover": string;
|
|
309
|
-
"--hop-decorative-option7-surface-
|
|
310
|
-
"--hop-decorative-option7-surface-hover": string;
|
|
311
|
-
"--hop-decorative-option7-surface": string;
|
|
312
|
-
"--hop-decorative-option7-text-weak": string;
|
|
282
|
+
"--hop-decorative-option7-surface-weakest": string;
|
|
313
283
|
"--hop-decorative-option7-text": string;
|
|
314
|
-
"--hop-decorative-option7-
|
|
315
|
-
"--hop-decorative-option5-text-weak": string;
|
|
316
|
-
"--hop-decorative-option5-text": string;
|
|
317
|
-
"--hop-decorative-option5-surface-weakest": string;
|
|
318
|
-
"--hop-decorative-option5-surface-weak": string;
|
|
319
|
-
"--hop-decorative-option5-surface-strong": string;
|
|
320
|
-
"--hop-decorative-option5-surface-hover": string;
|
|
321
|
-
"--hop-decorative-option5-surface": string;
|
|
322
|
-
"--hop-decorative-option5-icon": string;
|
|
284
|
+
"--hop-decorative-option7-text-weak": string;
|
|
323
285
|
"--hop-decorative-option5-border": string;
|
|
324
|
-
"--hop-decorative-
|
|
325
|
-
"--hop-decorative-
|
|
326
|
-
"--hop-decorative-
|
|
286
|
+
"--hop-decorative-option5-icon": string;
|
|
287
|
+
"--hop-decorative-option5-surface": string;
|
|
288
|
+
"--hop-decorative-option5-surface-hover": string;
|
|
289
|
+
"--hop-decorative-option5-surface-strong": string;
|
|
290
|
+
"--hop-decorative-option5-surface-weak": string;
|
|
291
|
+
"--hop-decorative-option5-surface-weak-hover": string;
|
|
292
|
+
"--hop-decorative-option5-surface-weakest": string;
|
|
293
|
+
"--hop-decorative-option5-text": string;
|
|
294
|
+
"--hop-decorative-option5-text-weak": string;
|
|
295
|
+
"--hop-decorative-option6-border": string;
|
|
296
|
+
"--hop-decorative-option6-icon": string;
|
|
297
|
+
"--hop-decorative-option6-surface": string;
|
|
327
298
|
"--hop-decorative-option6-surface-hover": string;
|
|
328
299
|
"--hop-decorative-option6-surface-strong": string;
|
|
329
|
-
"--hop-decorative-option6-surface": string;
|
|
330
|
-
"--hop-decorative-option6-
|
|
300
|
+
"--hop-decorative-option6-surface-weak": string;
|
|
301
|
+
"--hop-decorative-option6-surface-weak-hover": string;
|
|
302
|
+
"--hop-decorative-option6-surface-weakest": string;
|
|
331
303
|
"--hop-decorative-option6-text": string;
|
|
332
304
|
"--hop-decorative-option6-text-weak": string;
|
|
333
|
-
"--hop-decorative-
|
|
334
|
-
"--hop-decorative-option4-
|
|
305
|
+
"--hop-decorative-option4-border": string;
|
|
306
|
+
"--hop-decorative-option4-icon": string;
|
|
307
|
+
"--hop-decorative-option4-surface": string;
|
|
308
|
+
"--hop-decorative-option4-surface-hover": string;
|
|
309
|
+
"--hop-decorative-option4-surface-strong": string;
|
|
335
310
|
"--hop-decorative-option4-surface-weak": string;
|
|
336
311
|
"--hop-decorative-option4-surface-weak-hover": string;
|
|
337
|
-
"--hop-decorative-option4-surface-
|
|
338
|
-
"--hop-decorative-option4-surface-hover": string;
|
|
339
|
-
"--hop-decorative-option4-surface": string;
|
|
340
|
-
"--hop-decorative-option4-icon": string;
|
|
341
|
-
"--hop-decorative-option4-text-weak": string;
|
|
312
|
+
"--hop-decorative-option4-surface-weakest": string;
|
|
342
313
|
"--hop-decorative-option4-text": string;
|
|
343
|
-
"--hop-decorative-option4-
|
|
314
|
+
"--hop-decorative-option4-text-weak": string;
|
|
315
|
+
"--hop-decorative-option3-border": string;
|
|
316
|
+
"--hop-decorative-option3-icon": string;
|
|
317
|
+
"--hop-decorative-option3-surface": string;
|
|
318
|
+
"--hop-decorative-option3-surface-hover": string;
|
|
319
|
+
"--hop-decorative-option3-surface-strong": string;
|
|
344
320
|
"--hop-decorative-option3-surface-weak": string;
|
|
345
321
|
"--hop-decorative-option3-surface-weak-hover": string;
|
|
346
322
|
"--hop-decorative-option3-surface-weakest": string;
|
|
347
|
-
"--hop-decorative-option3-surface-strong": string;
|
|
348
|
-
"--hop-decorative-option3-surface-hover": string;
|
|
349
|
-
"--hop-decorative-option3-surface": string;
|
|
350
|
-
"--hop-decorative-option3-icon": string;
|
|
351
323
|
"--hop-decorative-option3-text": string;
|
|
352
324
|
"--hop-decorative-option3-text-weak": string;
|
|
353
|
-
"--hop-decorative-
|
|
354
|
-
"--hop-decorative-option2-
|
|
355
|
-
"--hop-decorative-option2-surface-weak": string;
|
|
356
|
-
"--hop-decorative-option2-surface-weak-hover": string;
|
|
357
|
-
"--hop-decorative-option2-surface-strong": string;
|
|
325
|
+
"--hop-decorative-option2-border": string;
|
|
326
|
+
"--hop-decorative-option2-icon": string;
|
|
358
327
|
"--hop-decorative-option2-surface": string;
|
|
359
328
|
"--hop-decorative-option2-surface-hover": string;
|
|
329
|
+
"--hop-decorative-option2-surface-strong": string;
|
|
330
|
+
"--hop-decorative-option2-surface-weak": string;
|
|
331
|
+
"--hop-decorative-option2-surface-weak-hover": string;
|
|
332
|
+
"--hop-decorative-option2-surface-weakest": string;
|
|
360
333
|
"--hop-decorative-option2-text": string;
|
|
361
334
|
"--hop-decorative-option2-text-weak": string;
|
|
362
|
-
"--hop-decorative-
|
|
363
|
-
"--hop-decorative-
|
|
335
|
+
"--hop-decorative-option1-border": string;
|
|
336
|
+
"--hop-decorative-option1-icon": string;
|
|
337
|
+
"--hop-decorative-option1-surface": string;
|
|
338
|
+
"--hop-decorative-option1-surface-hover": string;
|
|
339
|
+
"--hop-decorative-option1-surface-strong": string;
|
|
364
340
|
"--hop-decorative-option1-surface-weak": string;
|
|
365
341
|
"--hop-decorative-option1-surface-weak-hover": string;
|
|
366
342
|
"--hop-decorative-option1-surface-weakest": string;
|
|
367
|
-
"--hop-decorative-option1-surface-strong": string;
|
|
368
|
-
"--hop-decorative-option1-surface-hover": string;
|
|
369
|
-
"--hop-decorative-option1-surface": string;
|
|
370
|
-
"--hop-decorative-option1-border": string;
|
|
371
|
-
"--hop-decorative-option1-text-weak": string;
|
|
372
|
-
"--hop-decorative-option1-icon": string;
|
|
373
343
|
"--hop-decorative-option1-text": string;
|
|
374
|
-
"--hop-
|
|
375
|
-
"--hop-
|
|
376
|
-
"--hop-
|
|
377
|
-
"--hop-
|
|
378
|
-
"--hop-
|
|
379
|
-
"--hop-
|
|
380
|
-
"--hop-
|
|
381
|
-
"--hop-
|
|
382
|
-
"--hop-
|
|
383
|
-
"--hop-
|
|
384
|
-
"--hop-neutral-
|
|
385
|
-
"--hop-neutral-
|
|
386
|
-
"--hop-neutral-text-weakest": string;
|
|
344
|
+
"--hop-decorative-option1-text-weak": string;
|
|
345
|
+
"--hop-information-border": string;
|
|
346
|
+
"--hop-information-icon": string;
|
|
347
|
+
"--hop-information-icon-weakest": string;
|
|
348
|
+
"--hop-information-icon-weak": string;
|
|
349
|
+
"--hop-information-surface": string;
|
|
350
|
+
"--hop-information-surface-strong": string;
|
|
351
|
+
"--hop-information-surface-weak": string;
|
|
352
|
+
"--hop-information-text": string;
|
|
353
|
+
"--hop-information-text-weak": string;
|
|
354
|
+
"--hop-neutral-border": string;
|
|
355
|
+
"--hop-neutral-border-selected": string;
|
|
387
356
|
"--hop-neutral-border-disabled": string;
|
|
388
|
-
"--hop-neutral-border-
|
|
357
|
+
"--hop-neutral-border-hover": string;
|
|
358
|
+
"--hop-neutral-border-press": string;
|
|
389
359
|
"--hop-neutral-border-strong": string;
|
|
390
|
-
"--hop-neutral-
|
|
391
|
-
"--hop-neutral-
|
|
392
|
-
"--hop-neutral-
|
|
360
|
+
"--hop-neutral-border-strong-hover": string;
|
|
361
|
+
"--hop-neutral-border-weak": string;
|
|
362
|
+
"--hop-neutral-border-weakest": string;
|
|
393
363
|
"--hop-neutral-icon": string;
|
|
364
|
+
"--hop-neutral-icon-selected": string;
|
|
365
|
+
"--hop-neutral-icon-disabled": string;
|
|
366
|
+
"--hop-neutral-icon-hover": string;
|
|
367
|
+
"--hop-neutral-icon-press": string;
|
|
368
|
+
"--hop-neutral-icon-strong": string;
|
|
369
|
+
"--hop-neutral-icon-strong-hover": string;
|
|
394
370
|
"--hop-neutral-icon-weak": string;
|
|
395
371
|
"--hop-neutral-icon-weak-hover": string;
|
|
396
|
-
"--hop-neutral-
|
|
397
|
-
"--hop-neutral-border-weak": string;
|
|
372
|
+
"--hop-neutral-icon-weak-press": string;
|
|
398
373
|
"--hop-neutral-icon-weakest": string;
|
|
399
|
-
"--hop-neutral-
|
|
400
|
-
"--hop-neutral-
|
|
401
|
-
"--hop-neutral-
|
|
402
|
-
"--hop-neutral-
|
|
403
|
-
"--hop-neutral-
|
|
374
|
+
"--hop-neutral-surface": string;
|
|
375
|
+
"--hop-neutral-surface-selected": string;
|
|
376
|
+
"--hop-neutral-surface-disabled": string;
|
|
377
|
+
"--hop-neutral-surface-hover": string;
|
|
378
|
+
"--hop-neutral-surface-press": string;
|
|
379
|
+
"--hop-neutral-surface-strong": string;
|
|
380
|
+
"--hop-neutral-surface-weak": string;
|
|
381
|
+
"--hop-neutral-surface-weak-selected": string;
|
|
404
382
|
"--hop-neutral-surface-weak-hover": string;
|
|
405
|
-
"--hop-neutral-surface-weak-
|
|
406
|
-
"--hop-neutral-border-weakest": string;
|
|
383
|
+
"--hop-neutral-surface-weak-press": string;
|
|
407
384
|
"--hop-neutral-surface-weakest": string;
|
|
408
|
-
"--hop-
|
|
409
|
-
"--hop-
|
|
410
|
-
"--hop-
|
|
411
|
-
"--hop-
|
|
412
|
-
"--hop-
|
|
413
|
-
"--hop-
|
|
414
|
-
"--hop-
|
|
415
|
-
"--hop-
|
|
416
|
-
"--hop-
|
|
417
|
-
"--hop-
|
|
418
|
-
"--hop-
|
|
419
|
-
"--hop-
|
|
420
|
-
"--hop-
|
|
421
|
-
"--hop-
|
|
422
|
-
"--hop-
|
|
423
|
-
"--hop-
|
|
424
|
-
"--hop-
|
|
425
|
-
"--hop-
|
|
426
|
-
"--hop-
|
|
427
|
-
"--hop-
|
|
428
|
-
"--hop-
|
|
429
|
-
"--hop-
|
|
430
|
-
"--hop-
|
|
431
|
-
"--hop-
|
|
432
|
-
"--hop-
|
|
433
|
-
"--hop-
|
|
434
|
-
"--hop-
|
|
435
|
-
"--hop-
|
|
436
|
-
"--hop-
|
|
437
|
-
"--hop-
|
|
385
|
+
"--hop-neutral-surface-weakest-selected": string;
|
|
386
|
+
"--hop-neutral-surface-weakest-hover": string;
|
|
387
|
+
"--hop-neutral-text": string;
|
|
388
|
+
"--hop-neutral-text-selected": string;
|
|
389
|
+
"--hop-neutral-text-disabled": string;
|
|
390
|
+
"--hop-neutral-text-hover": string;
|
|
391
|
+
"--hop-neutral-text-press": string;
|
|
392
|
+
"--hop-neutral-text-strong": string;
|
|
393
|
+
"--hop-neutral-text-weak": string;
|
|
394
|
+
"--hop-neutral-text-weak-hover": string;
|
|
395
|
+
"--hop-neutral-text-weak-press": string;
|
|
396
|
+
"--hop-neutral-text-weakest": string;
|
|
397
|
+
"--hop-primary-border": string;
|
|
398
|
+
"--hop-primary-border-selected": string;
|
|
399
|
+
"--hop-primary-border-focus": string;
|
|
400
|
+
"--hop-primary-border-press": string;
|
|
401
|
+
"--hop-primary-icon": string;
|
|
402
|
+
"--hop-primary-icon-selected": string;
|
|
403
|
+
"--hop-primary-icon-disabled": string;
|
|
404
|
+
"--hop-primary-icon-hover": string;
|
|
405
|
+
"--hop-primary-icon-press": string;
|
|
406
|
+
"--hop-primary-icon-strong": string;
|
|
407
|
+
"--hop-primary-icon-strong-hover": string;
|
|
408
|
+
"--hop-primary-surface": string;
|
|
409
|
+
"--hop-primary-surface-selected": string;
|
|
410
|
+
"--hop-primary-surface-disabled": string;
|
|
411
|
+
"--hop-primary-surface-focus": string;
|
|
412
|
+
"--hop-primary-surface-hover": string;
|
|
413
|
+
"--hop-primary-surface-press": string;
|
|
414
|
+
"--hop-primary-surface-strong": string;
|
|
415
|
+
"--hop-primary-surface-strong-selected": string;
|
|
416
|
+
"--hop-primary-surface-strong-hover": string;
|
|
417
|
+
"--hop-primary-surface-strong-press": string;
|
|
418
|
+
"--hop-primary-surface-weak": string;
|
|
419
|
+
"--hop-primary-surface-weak-hover": string;
|
|
420
|
+
"--hop-primary-surface-weak-press": string;
|
|
421
|
+
"--hop-primary-text": string;
|
|
422
|
+
"--hop-primary-text-selected": string;
|
|
423
|
+
"--hop-primary-text-disabled": string;
|
|
424
|
+
"--hop-primary-text-hover": string;
|
|
425
|
+
"--hop-primary-text-press": string;
|
|
426
|
+
"--hop-primary-text-strong": string;
|
|
427
|
+
"--hop-primary-text-strong-hover": string;
|
|
428
|
+
"--hop-status-caution-surface-strong": string;
|
|
429
|
+
"--hop-status-caution-icon": string;
|
|
430
|
+
"--hop-status-caution-surface": string;
|
|
431
|
+
"--hop-status-caution-text": string;
|
|
432
|
+
"--hop-status-inactive-surface-strong": string;
|
|
433
|
+
"--hop-status-inactive-icon": string;
|
|
434
|
+
"--hop-status-inactive-surface": string;
|
|
435
|
+
"--hop-status-inactive-text": string;
|
|
436
|
+
"--hop-status-negative-surface-strong": string;
|
|
437
|
+
"--hop-status-negative-icon": string;
|
|
438
|
+
"--hop-status-negative-surface": string;
|
|
439
|
+
"--hop-status-negative-text": string;
|
|
438
440
|
"--hop-status-neutral-icon": string;
|
|
439
441
|
"--hop-status-neutral-surface": string;
|
|
440
|
-
"--hop-status-
|
|
441
|
-
"--hop-status-
|
|
442
|
-
"--hop-status-progress-surface": string;
|
|
443
|
-
"--hop-status-progress-text": string;
|
|
444
|
-
"--hop-status-option6-surface-strong": string;
|
|
445
|
-
"--hop-status-option6-icon": string;
|
|
446
|
-
"--hop-status-option6-surface": string;
|
|
447
|
-
"--hop-status-option6-text": string;
|
|
448
|
-
"--hop-status-option5-surface-strong": string;
|
|
449
|
-
"--hop-status-option5-icon": string;
|
|
450
|
-
"--hop-status-option5-surface": string;
|
|
451
|
-
"--hop-status-option5-text": string;
|
|
442
|
+
"--hop-status-neutral-surface-strong": string;
|
|
443
|
+
"--hop-status-neutral-text": string;
|
|
452
444
|
"--hop-status-option1-surface-strong": string;
|
|
453
445
|
"--hop-status-option1-icon": string;
|
|
454
446
|
"--hop-status-option1-surface": string;
|
|
@@ -465,22 +457,69 @@ declare const SemanticTokens: {
|
|
|
465
457
|
"--hop-status-option4-icon": string;
|
|
466
458
|
"--hop-status-option4-surface": string;
|
|
467
459
|
"--hop-status-option4-text": string;
|
|
468
|
-
"--hop-status-
|
|
469
|
-
"--hop-status-
|
|
470
|
-
"--hop-status-
|
|
471
|
-
"--hop-status-
|
|
472
|
-
"--hop-status-
|
|
473
|
-
"--hop-status-
|
|
474
|
-
"--hop-status-
|
|
475
|
-
"--hop-status-
|
|
476
|
-
"--hop-status-inactive-surface-strong": string;
|
|
477
|
-
"--hop-status-inactive-icon": string;
|
|
478
|
-
"--hop-status-inactive-surface": string;
|
|
479
|
-
"--hop-status-inactive-text": string;
|
|
460
|
+
"--hop-status-option5-surface": string;
|
|
461
|
+
"--hop-status-option5-surface-strong": string;
|
|
462
|
+
"--hop-status-option5-text": string;
|
|
463
|
+
"--hop-status-option5-icon": string;
|
|
464
|
+
"--hop-status-option6-surface": string;
|
|
465
|
+
"--hop-status-option6-surface-strong": string;
|
|
466
|
+
"--hop-status-option6-text": string;
|
|
467
|
+
"--hop-status-option6-icon": string;
|
|
480
468
|
"--hop-status-positive-icon": string;
|
|
481
469
|
"--hop-status-positive-surface-strong": string;
|
|
482
470
|
"--hop-status-positive-surface": string;
|
|
483
471
|
"--hop-status-positive-text": string;
|
|
472
|
+
"--hop-status-progress-surface": string;
|
|
473
|
+
"--hop-status-progress-surface-strong": string;
|
|
474
|
+
"--hop-status-progress-text": string;
|
|
475
|
+
"--hop-status-progress-icon": string;
|
|
476
|
+
"--hop-success-border": string;
|
|
477
|
+
"--hop-success-icon": string;
|
|
478
|
+
"--hop-success-icon-weakest": string;
|
|
479
|
+
"--hop-success-icon-weak": string;
|
|
480
|
+
"--hop-success-surface": string;
|
|
481
|
+
"--hop-success-surface-strong": string;
|
|
482
|
+
"--hop-success-surface-weak": string;
|
|
483
|
+
"--hop-success-text": string;
|
|
484
|
+
"--hop-success-text-hover": string;
|
|
485
|
+
"--hop-success-text-weak": string;
|
|
486
|
+
"--hop-upsell-border": string;
|
|
487
|
+
"--hop-upsell-border-selected": string;
|
|
488
|
+
"--hop-upsell-border-disabled": string;
|
|
489
|
+
"--hop-upsell-border-press": string;
|
|
490
|
+
"--hop-upsell-icon": string;
|
|
491
|
+
"--hop-upsell-icon-selected": string;
|
|
492
|
+
"--hop-upsell-icon-hover": string;
|
|
493
|
+
"--hop-upsell-icon-press": string;
|
|
494
|
+
"--hop-upsell-icon-weakest": string;
|
|
495
|
+
"--hop-upsell-icon-weak": string;
|
|
496
|
+
"--hop-upsell-icon-weak-hover": string;
|
|
497
|
+
"--hop-upsell-icon-weak-press": string;
|
|
498
|
+
"--hop-upsell-surface": string;
|
|
499
|
+
"--hop-upsell-surface-selected": string;
|
|
500
|
+
"--hop-upsell-surface-disabled": string;
|
|
501
|
+
"--hop-upsell-surface-hover": string;
|
|
502
|
+
"--hop-upsell-surface-press": string;
|
|
503
|
+
"--hop-upsell-surface-weak": string;
|
|
504
|
+
"--hop-upsell-surface-weak-hover": string;
|
|
505
|
+
"--hop-upsell-surface-weak-press": string;
|
|
506
|
+
"--hop-upsell-text": string;
|
|
507
|
+
"--hop-upsell-text-selected": string;
|
|
508
|
+
"--hop-upsell-text-disabled": string;
|
|
509
|
+
"--hop-upsell-text-hover": string;
|
|
510
|
+
"--hop-upsell-text-press": string;
|
|
511
|
+
"--hop-upsell-text-weak": string;
|
|
512
|
+
"--hop-upsell-text-weak-hover": string;
|
|
513
|
+
"--hop-upsell-text-weak-press": string;
|
|
514
|
+
"--hop-warning-border": string;
|
|
515
|
+
"--hop-warning-icon": string;
|
|
516
|
+
"--hop-warning-icon-weakest": string;
|
|
517
|
+
"--hop-warning-icon-weak": string;
|
|
518
|
+
"--hop-warning-surface": string;
|
|
519
|
+
"--hop-warning-surface-strong": string;
|
|
520
|
+
"--hop-warning-surface-weak": string;
|
|
521
|
+
"--hop-warning-text": string;
|
|
522
|
+
"--hop-warning-text-weak": string;
|
|
484
523
|
"--hop-dataviz-monochromatic-primary-25": string;
|
|
485
524
|
"--hop-dataviz-monochromatic-primary-50": string;
|
|
486
525
|
"--hop-dataviz-monochromatic-primary-75": string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CoreTokens, SemanticTokens } from '../../chunk-
|
|
1
|
+
export { CoreTokens, SemanticTokens } from '../../chunk-DVOV55CD.js';
|
|
2
2
|
import '../../chunk-6LX4VMOV.js';
|