@hopper-ui/styled-system 1.2.0 → 2.0.1
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 +109 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.d.ts +3 -0
- package/dist/StyledSystemProvider.js +17 -17
- package/dist/chunk-2UOTJGT6.js +12 -0
- package/dist/{chunk-GFXIV6J4.js → chunk-3KPNXG7H.js} +23 -21
- package/dist/{chunk-JKXZGQAL.js → chunk-4E7VQIC5.js} +249 -183
- package/dist/{chunk-KLNF34G6.js → chunk-5U5IRAPA.js} +1 -1
- package/dist/{chunk-B6ZBFYWJ.js → chunk-6IPAN22Z.js} +3 -3
- package/dist/{chunk-EJR6CH3T.js → chunk-6KT6K6NI.js} +1 -1
- package/dist/{chunk-ZDENFQ6H.js → chunk-BUQLB5H6.js} +2 -2
- package/dist/{chunk-45MYTH4M.js → chunk-CFIMNXX5.js} +2 -2
- package/dist/{chunk-KKVEOD5L.js → chunk-FAICHNEU.js} +220 -154
- package/dist/{chunk-MCUHAIA4.js → chunk-GXUFWEP5.js} +2 -2
- package/dist/{chunk-RKTVEOXM.js → chunk-JSOM3YJJ.js} +6 -6
- package/dist/{chunk-LCW3QCQQ.js → chunk-KOWHTPQC.js} +2 -2
- package/dist/{chunk-TSYETPJT.js → chunk-KQGCMT5E.js} +5 -5
- package/dist/{chunk-E2EGUGKS.js → chunk-LKOZVSXD.js} +289 -221
- package/dist/{chunk-DRFY5W7M.js → chunk-NJIDLCB7.js} +1 -1
- package/dist/{chunk-J2UW6IZ5.js → chunk-VTGIKL3T.js} +2 -2
- package/dist/color-scheme/ColorSchemeContext.js +1 -1
- package/dist/color-scheme/useColorScheme.js +3 -3
- package/dist/color-scheme/useColorSchemeValue.js +1 -1
- package/dist/global-styles/BodyStyleProvider.js +4 -4
- package/dist/html-wrappers/html.css +34 -34
- package/dist/html-wrappers/html.js +6 -6
- package/dist/html-wrappers/htmlElement.css +34 -34
- package/dist/html-wrappers/htmlElement.js +5 -5
- package/dist/index.css +34 -34
- package/dist/index.js +17 -17
- package/dist/responsive/BreakpointContext.js +1 -1
- package/dist/responsive/BreakpointProvider.d.ts +5 -0
- package/dist/responsive/BreakpointProvider.js +3 -3
- package/dist/responsive/Breakpoints.js +1 -1
- package/dist/responsive/useResponsiveValue.js +1 -1
- package/dist/styledSystemProps.js +1 -1
- package/dist/styledSystemRootCssClass.js +2 -2
- package/dist/tokens/TokenProvider.js +6 -6
- package/dist/tokens/generated/darkSemanticTokens.d.ts +279 -211
- package/dist/tokens/generated/darkSemanticTokens.js +2 -2
- package/dist/tokens/generated/lightSemanticTokens.d.ts +242 -176
- package/dist/tokens/generated/lightSemanticTokens.js +2 -2
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +217 -151
- package/dist/tokens/generated/styledSystemToTokenMappings.js +2 -2
- package/dist/tokens/tokenMappings.d.ts +286 -206
- package/dist/tokens/tokenMappings.js +3 -3
- package/dist/tokens/tokens.d.ts +523 -389
- package/dist/tokens/tokens.js +4 -4
- package/dist/useStyledSystem.css +31 -31
- package/dist/useStyledSystem.d.ts +1 -1
- package/dist/useStyledSystem.js +4 -4
- package/dist/utils/assertion.js +1 -1
- package/dist/utils/useInsertStyleElement.js +1 -1
- package/dist/utils/useIsomorphicInsertionEffect.js +1 -1
- package/dist/utils/useIsomorphicLayoutEffect.js +1 -1
- package/dist/utils/useMediaQuery.js +2 -2
- package/dist/utils/useThemeComputedStyle.js +2 -2
- package/package.json +24 -22
- package/dist/chunk-6LX4VMOV.js +0 -26
- package/dist/{chunk-M4X2T3D3.js → chunk-T6JS7L6B.js} +1 -1
package/dist/tokens/tokens.d.ts
CHANGED
|
@@ -219,237 +219,284 @@ declare const Tokens: {
|
|
|
219
219
|
"--hop-space-inline-md": string;
|
|
220
220
|
"--hop-space-inline-lg": string;
|
|
221
221
|
"--hop-space-inline-xl": string;
|
|
222
|
-
"--hop-upsell-border-active": string;
|
|
223
|
-
"--hop-upsell-text-active": string;
|
|
224
|
-
"--hop-upsell-icon-weakest": string;
|
|
225
|
-
"--hop-upsell-icon-weak": string;
|
|
226
|
-
"--hop-upsell-border": string;
|
|
227
|
-
"--hop-upsell-surface-hover": string;
|
|
228
|
-
"--hop-upsell-border-disabled": string;
|
|
229
|
-
"--hop-upsell-icon-active": string;
|
|
230
|
-
"--hop-upsell-surface-weak": string;
|
|
231
|
-
"--hop-upsell-surface-disabled": string;
|
|
232
|
-
"--hop-upsell-text": string;
|
|
233
|
-
"--hop-upsell-icon": string;
|
|
234
|
-
"--hop-upsell-text-hover": string;
|
|
235
|
-
"--hop-upsell-text-disabled": string;
|
|
236
|
-
"--hop-upsell-surface-active": string;
|
|
237
|
-
"--hop-upsell-surface": string;
|
|
238
222
|
"--hop-danger-border-active": string;
|
|
239
223
|
"--hop-danger-icon-active": string;
|
|
224
|
+
"--hop-danger-icon-weak-active": string;
|
|
225
|
+
"--hop-danger-surface-active": string;
|
|
226
|
+
"--hop-danger-surface-weak-active": string;
|
|
240
227
|
"--hop-danger-text-active": string;
|
|
228
|
+
"--hop-danger-text-weak-active": string;
|
|
229
|
+
"--hop-danger-border": string;
|
|
230
|
+
"--hop-danger-border-selected": string;
|
|
231
|
+
"--hop-danger-border-strong": string;
|
|
232
|
+
"--hop-danger-border-press": string;
|
|
233
|
+
"--hop-danger-icon": string;
|
|
234
|
+
"--hop-danger-icon-selected": string;
|
|
235
|
+
"--hop-danger-icon-disabled": string;
|
|
236
|
+
"--hop-danger-icon-hover": string;
|
|
237
|
+
"--hop-danger-icon-press": string;
|
|
238
|
+
"--hop-danger-icon-strong": string;
|
|
239
|
+
"--hop-danger-icon-strong-hover": string;
|
|
240
|
+
"--hop-danger-icon-weak": string;
|
|
241
|
+
"--hop-danger-icon-weak-hover": string;
|
|
242
|
+
"--hop-danger-icon-weak-press": string;
|
|
241
243
|
"--hop-danger-surface": string;
|
|
242
|
-
"--hop-danger-
|
|
244
|
+
"--hop-danger-surface-selected": string;
|
|
243
245
|
"--hop-danger-surface-disabled": string;
|
|
244
246
|
"--hop-danger-surface-hover": string;
|
|
247
|
+
"--hop-danger-surface-press": string;
|
|
245
248
|
"--hop-danger-surface-strong": string;
|
|
246
249
|
"--hop-danger-surface-strong-hover": string;
|
|
247
250
|
"--hop-danger-surface-weak": string;
|
|
248
|
-
"--hop-danger-
|
|
249
|
-
"--hop-danger-
|
|
250
|
-
"--hop-danger-icon-weak": string;
|
|
251
|
+
"--hop-danger-surface-weak-hover": string;
|
|
252
|
+
"--hop-danger-surface-weak-press": string;
|
|
251
253
|
"--hop-danger-text": string;
|
|
252
|
-
"--hop-danger-
|
|
253
|
-
"--hop-danger-text-
|
|
254
|
+
"--hop-danger-text-selected": string;
|
|
255
|
+
"--hop-danger-text-disabled": string;
|
|
256
|
+
"--hop-danger-text-hover": string;
|
|
257
|
+
"--hop-danger-text-press": string;
|
|
254
258
|
"--hop-danger-text-strong": string;
|
|
255
259
|
"--hop-danger-text-strong-hover": string;
|
|
256
|
-
"--hop-danger-
|
|
257
|
-
"--hop-danger-
|
|
258
|
-
"--hop-danger-
|
|
259
|
-
"--hop-
|
|
260
|
-
"--hop-
|
|
261
|
-
"--hop-
|
|
262
|
-
"--hop-
|
|
260
|
+
"--hop-danger-text-weak": string;
|
|
261
|
+
"--hop-danger-text-weak-hover": string;
|
|
262
|
+
"--hop-danger-text-weak-press": string;
|
|
263
|
+
"--hop-neutral-border-active": string;
|
|
264
|
+
"--hop-neutral-icon-active": string;
|
|
265
|
+
"--hop-neutral-icon-weak-active": string;
|
|
266
|
+
"--hop-neutral-surface-active": string;
|
|
267
|
+
"--hop-neutral-surface-weak-active": string;
|
|
268
|
+
"--hop-neutral-text-active": string;
|
|
269
|
+
"--hop-neutral-text-weak-active": string;
|
|
270
|
+
"--hop-neutral-border": string;
|
|
271
|
+
"--hop-neutral-border-selected": string;
|
|
272
|
+
"--hop-neutral-border-disabled": string;
|
|
273
|
+
"--hop-neutral-border-hover": string;
|
|
274
|
+
"--hop-neutral-border-press": string;
|
|
275
|
+
"--hop-neutral-border-strong": string;
|
|
276
|
+
"--hop-neutral-border-strong-hover": string;
|
|
277
|
+
"--hop-neutral-border-weak": string;
|
|
278
|
+
"--hop-neutral-border-weakest": string;
|
|
279
|
+
"--hop-neutral-icon": string;
|
|
280
|
+
"--hop-neutral-icon-selected": string;
|
|
281
|
+
"--hop-neutral-icon-disabled": string;
|
|
282
|
+
"--hop-neutral-icon-hover": string;
|
|
283
|
+
"--hop-neutral-icon-press": string;
|
|
284
|
+
"--hop-neutral-icon-strong": string;
|
|
285
|
+
"--hop-neutral-icon-strong-hover": string;
|
|
286
|
+
"--hop-neutral-icon-weak": string;
|
|
287
|
+
"--hop-neutral-icon-weak-hover": string;
|
|
288
|
+
"--hop-neutral-icon-weak-press": string;
|
|
289
|
+
"--hop-neutral-icon-weakest": string;
|
|
290
|
+
"--hop-neutral-surface": string;
|
|
291
|
+
"--hop-neutral-surface-selected": string;
|
|
292
|
+
"--hop-neutral-surface-disabled": string;
|
|
293
|
+
"--hop-neutral-surface-hover": string;
|
|
294
|
+
"--hop-neutral-surface-press": string;
|
|
295
|
+
"--hop-neutral-surface-strong": string;
|
|
296
|
+
"--hop-neutral-surface-weak": string;
|
|
297
|
+
"--hop-neutral-surface-weak-selected": string;
|
|
298
|
+
"--hop-neutral-surface-weak-hover": string;
|
|
299
|
+
"--hop-neutral-surface-weak-press": string;
|
|
300
|
+
"--hop-neutral-surface-weakest": string;
|
|
301
|
+
"--hop-neutral-surface-weakest-selected": string;
|
|
302
|
+
"--hop-neutral-surface-weakest-hover": string;
|
|
303
|
+
"--hop-neutral-text": string;
|
|
304
|
+
"--hop-neutral-text-selected": string;
|
|
305
|
+
"--hop-neutral-text-disabled": string;
|
|
306
|
+
"--hop-neutral-text-hover": string;
|
|
307
|
+
"--hop-neutral-text-press": string;
|
|
308
|
+
"--hop-neutral-text-strong": string;
|
|
309
|
+
"--hop-neutral-text-weak": string;
|
|
310
|
+
"--hop-neutral-text-weak-hover": string;
|
|
311
|
+
"--hop-neutral-text-weak-press": string;
|
|
312
|
+
"--hop-neutral-text-weakest": string;
|
|
263
313
|
"--hop-primary-border-active": string;
|
|
314
|
+
"--hop-primary-icon-active": string;
|
|
315
|
+
"--hop-primary-surface-active": string;
|
|
316
|
+
"--hop-primary-surface-strong-active": string;
|
|
317
|
+
"--hop-primary-surface-weak-active": string;
|
|
264
318
|
"--hop-primary-text-active": string;
|
|
265
|
-
"--hop-primary-icon-strong": string;
|
|
266
|
-
"--hop-primary-icon-strong-hover": string;
|
|
267
|
-
"--hop-primary-icon": string;
|
|
268
|
-
"--hop-primary-border-focus": string;
|
|
269
319
|
"--hop-primary-border": string;
|
|
270
|
-
"--hop-primary-
|
|
320
|
+
"--hop-primary-border-selected": string;
|
|
321
|
+
"--hop-primary-border-focus": string;
|
|
322
|
+
"--hop-primary-border-press": string;
|
|
323
|
+
"--hop-primary-icon": string;
|
|
324
|
+
"--hop-primary-icon-selected": string;
|
|
271
325
|
"--hop-primary-icon-disabled": string;
|
|
326
|
+
"--hop-primary-icon-hover": string;
|
|
327
|
+
"--hop-primary-icon-press": string;
|
|
328
|
+
"--hop-primary-icon-strong": string;
|
|
329
|
+
"--hop-primary-icon-strong-hover": string;
|
|
330
|
+
"--hop-primary-surface": string;
|
|
331
|
+
"--hop-primary-surface-selected": string;
|
|
272
332
|
"--hop-primary-surface-disabled": string;
|
|
273
333
|
"--hop-primary-surface-focus": string;
|
|
274
|
-
"--hop-primary-
|
|
275
|
-
"--hop-primary-surface": string;
|
|
276
|
-
"--hop-primary-surface-weak": string;
|
|
334
|
+
"--hop-primary-surface-hover": string;
|
|
335
|
+
"--hop-primary-surface-press": string;
|
|
277
336
|
"--hop-primary-surface-strong": string;
|
|
278
|
-
"--hop-primary-surface-strong-
|
|
337
|
+
"--hop-primary-surface-strong-selected": string;
|
|
279
338
|
"--hop-primary-surface-strong-hover": string;
|
|
339
|
+
"--hop-primary-surface-strong-press": string;
|
|
340
|
+
"--hop-primary-surface-weak": string;
|
|
341
|
+
"--hop-primary-surface-weak-hover": string;
|
|
342
|
+
"--hop-primary-surface-weak-press": string;
|
|
280
343
|
"--hop-primary-text": string;
|
|
281
|
-
"--hop-primary-
|
|
344
|
+
"--hop-primary-text-selected": string;
|
|
345
|
+
"--hop-primary-text-disabled": string;
|
|
346
|
+
"--hop-primary-text-hover": string;
|
|
347
|
+
"--hop-primary-text-press": string;
|
|
282
348
|
"--hop-primary-text-strong": string;
|
|
283
349
|
"--hop-primary-text-strong-hover": string;
|
|
284
|
-
"--hop-
|
|
285
|
-
"--hop-
|
|
350
|
+
"--hop-upsell-border-active": string;
|
|
351
|
+
"--hop-upsell-icon-active": string;
|
|
352
|
+
"--hop-upsell-icon-weak-active": string;
|
|
353
|
+
"--hop-upsell-surface-active": string;
|
|
354
|
+
"--hop-upsell-surface-weak-active": string;
|
|
355
|
+
"--hop-upsell-text-active": string;
|
|
356
|
+
"--hop-upsell-text-weak-active": string;
|
|
357
|
+
"--hop-upsell-border": string;
|
|
358
|
+
"--hop-upsell-border-selected": string;
|
|
359
|
+
"--hop-upsell-border-disabled": string;
|
|
360
|
+
"--hop-upsell-border-press": string;
|
|
361
|
+
"--hop-upsell-icon": string;
|
|
362
|
+
"--hop-upsell-icon-selected": string;
|
|
363
|
+
"--hop-upsell-icon-hover": string;
|
|
364
|
+
"--hop-upsell-icon-press": string;
|
|
365
|
+
"--hop-upsell-icon-weakest": string;
|
|
366
|
+
"--hop-upsell-icon-weak": string;
|
|
367
|
+
"--hop-upsell-icon-weak-hover": string;
|
|
368
|
+
"--hop-upsell-icon-weak-press": string;
|
|
369
|
+
"--hop-upsell-surface": string;
|
|
370
|
+
"--hop-upsell-surface-selected": string;
|
|
371
|
+
"--hop-upsell-surface-disabled": string;
|
|
372
|
+
"--hop-upsell-surface-hover": string;
|
|
373
|
+
"--hop-upsell-surface-press": string;
|
|
374
|
+
"--hop-upsell-surface-weak": string;
|
|
375
|
+
"--hop-upsell-surface-weak-hover": string;
|
|
376
|
+
"--hop-upsell-surface-weak-press": string;
|
|
377
|
+
"--hop-upsell-text": string;
|
|
378
|
+
"--hop-upsell-text-selected": string;
|
|
379
|
+
"--hop-upsell-text-disabled": string;
|
|
380
|
+
"--hop-upsell-text-hover": string;
|
|
381
|
+
"--hop-upsell-text-press": string;
|
|
382
|
+
"--hop-upsell-text-weak": string;
|
|
383
|
+
"--hop-upsell-text-weak-hover": string;
|
|
384
|
+
"--hop-upsell-text-weak-press": string;
|
|
385
|
+
"--hop-decorative-option9-border": string;
|
|
286
386
|
"--hop-decorative-option9-icon": string;
|
|
287
387
|
"--hop-decorative-option9-surface": string;
|
|
288
|
-
"--hop-decorative-option9-surface-strong": string;
|
|
289
388
|
"--hop-decorative-option9-surface-hover": string;
|
|
389
|
+
"--hop-decorative-option9-surface-strong": string;
|
|
290
390
|
"--hop-decorative-option9-surface-weak": string;
|
|
291
391
|
"--hop-decorative-option9-surface-weak-hover": string;
|
|
292
392
|
"--hop-decorative-option9-surface-weakest": string;
|
|
293
393
|
"--hop-decorative-option9-text": string;
|
|
294
394
|
"--hop-decorative-option9-text-weak": string;
|
|
295
|
-
"--hop-decorative-
|
|
395
|
+
"--hop-decorative-option8-border": string;
|
|
296
396
|
"--hop-decorative-option8-icon": string;
|
|
297
|
-
"--hop-decorative-option8-surface
|
|
298
|
-
"--hop-decorative-option8-surface-weak": string;
|
|
299
|
-
"--hop-decorative-option8-surface-weak-hover": string;
|
|
397
|
+
"--hop-decorative-option8-surface": string;
|
|
300
398
|
"--hop-decorative-option8-surface-hover": string;
|
|
301
399
|
"--hop-decorative-option8-surface-strong": string;
|
|
302
|
-
"--hop-decorative-option8-
|
|
303
|
-
"--hop-decorative-option8-surface": string;
|
|
400
|
+
"--hop-decorative-option8-surface-weak": string;
|
|
401
|
+
"--hop-decorative-option8-surface-weak-hover": string;
|
|
402
|
+
"--hop-decorative-option8-surface-weakest": string;
|
|
304
403
|
"--hop-decorative-option8-text": string;
|
|
305
|
-
"--hop-decorative-option8-
|
|
404
|
+
"--hop-decorative-option8-text-weak": string;
|
|
405
|
+
"--hop-decorative-option7-border": string;
|
|
306
406
|
"--hop-decorative-option7-icon": string;
|
|
307
|
-
"--hop-decorative-option7-surface
|
|
407
|
+
"--hop-decorative-option7-surface": string;
|
|
408
|
+
"--hop-decorative-option7-surface-hover": string;
|
|
409
|
+
"--hop-decorative-option7-surface-strong": string;
|
|
308
410
|
"--hop-decorative-option7-surface-weak": string;
|
|
309
411
|
"--hop-decorative-option7-surface-weak-hover": string;
|
|
310
|
-
"--hop-decorative-option7-surface-
|
|
311
|
-
"--hop-decorative-option7-surface-hover": string;
|
|
312
|
-
"--hop-decorative-option7-surface": string;
|
|
313
|
-
"--hop-decorative-option7-text-weak": string;
|
|
412
|
+
"--hop-decorative-option7-surface-weakest": string;
|
|
314
413
|
"--hop-decorative-option7-text": string;
|
|
315
|
-
"--hop-decorative-option7-
|
|
316
|
-
"--hop-decorative-option5-text-weak": string;
|
|
317
|
-
"--hop-decorative-option5-text": string;
|
|
318
|
-
"--hop-decorative-option5-surface-weakest": string;
|
|
319
|
-
"--hop-decorative-option5-surface-weak": string;
|
|
320
|
-
"--hop-decorative-option5-surface-strong": string;
|
|
321
|
-
"--hop-decorative-option5-surface-hover": string;
|
|
322
|
-
"--hop-decorative-option5-surface": string;
|
|
323
|
-
"--hop-decorative-option5-icon": string;
|
|
414
|
+
"--hop-decorative-option7-text-weak": string;
|
|
324
415
|
"--hop-decorative-option5-border": string;
|
|
325
|
-
"--hop-decorative-
|
|
326
|
-
"--hop-decorative-
|
|
327
|
-
"--hop-decorative-
|
|
416
|
+
"--hop-decorative-option5-icon": string;
|
|
417
|
+
"--hop-decorative-option5-surface": string;
|
|
418
|
+
"--hop-decorative-option5-surface-hover": string;
|
|
419
|
+
"--hop-decorative-option5-surface-strong": string;
|
|
420
|
+
"--hop-decorative-option5-surface-weak": string;
|
|
421
|
+
"--hop-decorative-option5-surface-weak-hover": string;
|
|
422
|
+
"--hop-decorative-option5-surface-weakest": string;
|
|
423
|
+
"--hop-decorative-option5-text": string;
|
|
424
|
+
"--hop-decorative-option5-text-weak": string;
|
|
425
|
+
"--hop-decorative-option6-border": string;
|
|
426
|
+
"--hop-decorative-option6-icon": string;
|
|
427
|
+
"--hop-decorative-option6-surface": string;
|
|
328
428
|
"--hop-decorative-option6-surface-hover": string;
|
|
329
429
|
"--hop-decorative-option6-surface-strong": string;
|
|
330
|
-
"--hop-decorative-option6-surface": string;
|
|
331
|
-
"--hop-decorative-option6-
|
|
430
|
+
"--hop-decorative-option6-surface-weak": string;
|
|
431
|
+
"--hop-decorative-option6-surface-weak-hover": string;
|
|
432
|
+
"--hop-decorative-option6-surface-weakest": string;
|
|
332
433
|
"--hop-decorative-option6-text": string;
|
|
333
434
|
"--hop-decorative-option6-text-weak": string;
|
|
334
|
-
"--hop-decorative-
|
|
335
|
-
"--hop-decorative-option4-
|
|
435
|
+
"--hop-decorative-option4-border": string;
|
|
436
|
+
"--hop-decorative-option4-icon": string;
|
|
437
|
+
"--hop-decorative-option4-surface": string;
|
|
438
|
+
"--hop-decorative-option4-surface-hover": string;
|
|
439
|
+
"--hop-decorative-option4-surface-strong": string;
|
|
336
440
|
"--hop-decorative-option4-surface-weak": string;
|
|
337
441
|
"--hop-decorative-option4-surface-weak-hover": string;
|
|
338
|
-
"--hop-decorative-option4-surface-
|
|
339
|
-
"--hop-decorative-option4-surface-hover": string;
|
|
340
|
-
"--hop-decorative-option4-surface": string;
|
|
341
|
-
"--hop-decorative-option4-icon": string;
|
|
342
|
-
"--hop-decorative-option4-text-weak": string;
|
|
442
|
+
"--hop-decorative-option4-surface-weakest": string;
|
|
343
443
|
"--hop-decorative-option4-text": string;
|
|
344
|
-
"--hop-decorative-option4-
|
|
444
|
+
"--hop-decorative-option4-text-weak": string;
|
|
445
|
+
"--hop-decorative-option3-border": string;
|
|
446
|
+
"--hop-decorative-option3-icon": string;
|
|
447
|
+
"--hop-decorative-option3-surface": string;
|
|
448
|
+
"--hop-decorative-option3-surface-hover": string;
|
|
449
|
+
"--hop-decorative-option3-surface-strong": string;
|
|
345
450
|
"--hop-decorative-option3-surface-weak": string;
|
|
346
451
|
"--hop-decorative-option3-surface-weak-hover": string;
|
|
347
452
|
"--hop-decorative-option3-surface-weakest": string;
|
|
348
|
-
"--hop-decorative-option3-surface-strong": string;
|
|
349
|
-
"--hop-decorative-option3-surface-hover": string;
|
|
350
|
-
"--hop-decorative-option3-surface": string;
|
|
351
|
-
"--hop-decorative-option3-icon": string;
|
|
352
453
|
"--hop-decorative-option3-text": string;
|
|
353
454
|
"--hop-decorative-option3-text-weak": string;
|
|
354
|
-
"--hop-decorative-
|
|
355
|
-
"--hop-decorative-option2-
|
|
356
|
-
"--hop-decorative-option2-surface-weak": string;
|
|
357
|
-
"--hop-decorative-option2-surface-weak-hover": string;
|
|
358
|
-
"--hop-decorative-option2-surface-strong": string;
|
|
455
|
+
"--hop-decorative-option2-border": string;
|
|
456
|
+
"--hop-decorative-option2-icon": string;
|
|
359
457
|
"--hop-decorative-option2-surface": string;
|
|
360
458
|
"--hop-decorative-option2-surface-hover": string;
|
|
459
|
+
"--hop-decorative-option2-surface-strong": string;
|
|
460
|
+
"--hop-decorative-option2-surface-weak": string;
|
|
461
|
+
"--hop-decorative-option2-surface-weak-hover": string;
|
|
462
|
+
"--hop-decorative-option2-surface-weakest": string;
|
|
361
463
|
"--hop-decorative-option2-text": string;
|
|
362
464
|
"--hop-decorative-option2-text-weak": string;
|
|
363
|
-
"--hop-decorative-
|
|
364
|
-
"--hop-decorative-
|
|
465
|
+
"--hop-decorative-option1-border": string;
|
|
466
|
+
"--hop-decorative-option1-icon": string;
|
|
467
|
+
"--hop-decorative-option1-surface": string;
|
|
468
|
+
"--hop-decorative-option1-surface-hover": string;
|
|
469
|
+
"--hop-decorative-option1-surface-strong": string;
|
|
365
470
|
"--hop-decorative-option1-surface-weak": string;
|
|
366
471
|
"--hop-decorative-option1-surface-weak-hover": string;
|
|
367
472
|
"--hop-decorative-option1-surface-weakest": string;
|
|
368
|
-
"--hop-decorative-option1-surface-strong": string;
|
|
369
|
-
"--hop-decorative-option1-surface-hover": string;
|
|
370
|
-
"--hop-decorative-option1-surface": string;
|
|
371
|
-
"--hop-decorative-option1-border": string;
|
|
372
|
-
"--hop-decorative-option1-text-weak": string;
|
|
373
|
-
"--hop-decorative-option1-icon": string;
|
|
374
473
|
"--hop-decorative-option1-text": string;
|
|
375
|
-
"--hop-
|
|
376
|
-
"--hop-
|
|
377
|
-
"--hop-
|
|
378
|
-
"--hop-neutral-text-weak": string;
|
|
379
|
-
"--hop-neutral-surface-disabled": string;
|
|
380
|
-
"--hop-neutral-surface-active": string;
|
|
381
|
-
"--hop-neutral-surface-weak": string;
|
|
382
|
-
"--hop-neutral-surface": string;
|
|
383
|
-
"--hop-neutral-text-disabled": string;
|
|
384
|
-
"--hop-neutral-text-active": string;
|
|
385
|
-
"--hop-neutral-text-strong": string;
|
|
386
|
-
"--hop-neutral-text": string;
|
|
387
|
-
"--hop-neutral-text-weakest": string;
|
|
388
|
-
"--hop-neutral-border-disabled": string;
|
|
389
|
-
"--hop-neutral-border-strong-hover": string;
|
|
390
|
-
"--hop-neutral-border-strong": string;
|
|
391
|
-
"--hop-neutral-surface-strong": string;
|
|
392
|
-
"--hop-neutral-surface-hover": string;
|
|
393
|
-
"--hop-neutral-icon-disabled": string;
|
|
394
|
-
"--hop-neutral-icon": string;
|
|
395
|
-
"--hop-neutral-icon-weak": string;
|
|
396
|
-
"--hop-neutral-icon-weak-hover": string;
|
|
397
|
-
"--hop-neutral-border": string;
|
|
398
|
-
"--hop-neutral-border-weak": string;
|
|
399
|
-
"--hop-neutral-icon-weakest": string;
|
|
400
|
-
"--hop-neutral-icon-strong": string;
|
|
401
|
-
"--hop-neutral-icon-hover": string;
|
|
402
|
-
"--hop-neutral-icon-active": string;
|
|
403
|
-
"--hop-neutral-border-hover": string;
|
|
404
|
-
"--hop-neutral-border-active": string;
|
|
405
|
-
"--hop-neutral-surface-weak-hover": string;
|
|
406
|
-
"--hop-neutral-surface-weak-active": string;
|
|
407
|
-
"--hop-neutral-border-weakest": string;
|
|
408
|
-
"--hop-neutral-surface-weakest": string;
|
|
409
|
-
"--hop-warning-icon-weakest": string;
|
|
410
|
-
"--hop-warning-icon-weak": string;
|
|
411
|
-
"--hop-warning-text-weak": string;
|
|
412
|
-
"--hop-warning-surface": string;
|
|
413
|
-
"--hop-warning-surface-strong": string;
|
|
414
|
-
"--hop-warning-surface-weak": string;
|
|
415
|
-
"--hop-warning-border": string;
|
|
416
|
-
"--hop-warning-icon": string;
|
|
417
|
-
"--hop-warning-text": string;
|
|
418
|
-
"--hop-success-border": string;
|
|
419
|
-
"--hop-success-icon-weak": string;
|
|
420
|
-
"--hop-success-icon-weakest": string;
|
|
421
|
-
"--hop-success-text-weak": string;
|
|
422
|
-
"--hop-success-surface": string;
|
|
423
|
-
"--hop-success-surface-strong": string;
|
|
424
|
-
"--hop-success-text-hover": string;
|
|
425
|
-
"--hop-success-text": string;
|
|
426
|
-
"--hop-success-icon": string;
|
|
427
|
-
"--hop-success-surface-weak": string;
|
|
474
|
+
"--hop-decorative-option1-text-weak": string;
|
|
475
|
+
"--hop-information-border": string;
|
|
476
|
+
"--hop-information-icon": string;
|
|
428
477
|
"--hop-information-icon-weakest": string;
|
|
429
|
-
"--hop-information-surface-strong": string;
|
|
430
478
|
"--hop-information-icon-weak": string;
|
|
431
|
-
"--hop-information-text": string;
|
|
432
479
|
"--hop-information-surface": string;
|
|
480
|
+
"--hop-information-surface-strong": string;
|
|
433
481
|
"--hop-information-surface-weak": string;
|
|
482
|
+
"--hop-information-text": string;
|
|
434
483
|
"--hop-information-text-weak": string;
|
|
435
|
-
"--hop-
|
|
436
|
-
"--hop-
|
|
437
|
-
"--hop-status-
|
|
438
|
-
"--hop-status-
|
|
484
|
+
"--hop-status-caution-surface-strong": string;
|
|
485
|
+
"--hop-status-caution-icon": string;
|
|
486
|
+
"--hop-status-caution-surface": string;
|
|
487
|
+
"--hop-status-caution-text": string;
|
|
488
|
+
"--hop-status-inactive-surface-strong": string;
|
|
489
|
+
"--hop-status-inactive-icon": string;
|
|
490
|
+
"--hop-status-inactive-surface": string;
|
|
491
|
+
"--hop-status-inactive-text": string;
|
|
492
|
+
"--hop-status-negative-surface-strong": string;
|
|
493
|
+
"--hop-status-negative-icon": string;
|
|
494
|
+
"--hop-status-negative-surface": string;
|
|
495
|
+
"--hop-status-negative-text": string;
|
|
439
496
|
"--hop-status-neutral-icon": string;
|
|
440
497
|
"--hop-status-neutral-surface": string;
|
|
441
|
-
"--hop-status-
|
|
442
|
-
"--hop-status-
|
|
443
|
-
"--hop-status-progress-surface": string;
|
|
444
|
-
"--hop-status-progress-text": string;
|
|
445
|
-
"--hop-status-option6-surface-strong": string;
|
|
446
|
-
"--hop-status-option6-icon": string;
|
|
447
|
-
"--hop-status-option6-surface": string;
|
|
448
|
-
"--hop-status-option6-text": string;
|
|
449
|
-
"--hop-status-option5-surface-strong": string;
|
|
450
|
-
"--hop-status-option5-icon": string;
|
|
451
|
-
"--hop-status-option5-surface": string;
|
|
452
|
-
"--hop-status-option5-text": string;
|
|
498
|
+
"--hop-status-neutral-surface-strong": string;
|
|
499
|
+
"--hop-status-neutral-text": string;
|
|
453
500
|
"--hop-status-option1-surface-strong": string;
|
|
454
501
|
"--hop-status-option1-icon": string;
|
|
455
502
|
"--hop-status-option1-surface": string;
|
|
@@ -466,22 +513,41 @@ declare const Tokens: {
|
|
|
466
513
|
"--hop-status-option4-icon": string;
|
|
467
514
|
"--hop-status-option4-surface": string;
|
|
468
515
|
"--hop-status-option4-text": string;
|
|
469
|
-
"--hop-status-
|
|
470
|
-
"--hop-status-
|
|
471
|
-
"--hop-status-
|
|
472
|
-
"--hop-status-
|
|
473
|
-
"--hop-status-
|
|
474
|
-
"--hop-status-
|
|
475
|
-
"--hop-status-
|
|
476
|
-
"--hop-status-
|
|
477
|
-
"--hop-status-inactive-surface-strong": string;
|
|
478
|
-
"--hop-status-inactive-icon": string;
|
|
479
|
-
"--hop-status-inactive-surface": string;
|
|
480
|
-
"--hop-status-inactive-text": string;
|
|
516
|
+
"--hop-status-option5-surface": string;
|
|
517
|
+
"--hop-status-option5-surface-strong": string;
|
|
518
|
+
"--hop-status-option5-text": string;
|
|
519
|
+
"--hop-status-option5-icon": string;
|
|
520
|
+
"--hop-status-option6-surface": string;
|
|
521
|
+
"--hop-status-option6-surface-strong": string;
|
|
522
|
+
"--hop-status-option6-text": string;
|
|
523
|
+
"--hop-status-option6-icon": string;
|
|
481
524
|
"--hop-status-positive-icon": string;
|
|
482
525
|
"--hop-status-positive-surface-strong": string;
|
|
483
526
|
"--hop-status-positive-surface": string;
|
|
484
527
|
"--hop-status-positive-text": string;
|
|
528
|
+
"--hop-status-progress-surface": string;
|
|
529
|
+
"--hop-status-progress-surface-strong": string;
|
|
530
|
+
"--hop-status-progress-text": string;
|
|
531
|
+
"--hop-status-progress-icon": string;
|
|
532
|
+
"--hop-success-border": string;
|
|
533
|
+
"--hop-success-icon": string;
|
|
534
|
+
"--hop-success-icon-weakest": string;
|
|
535
|
+
"--hop-success-icon-weak": string;
|
|
536
|
+
"--hop-success-surface": string;
|
|
537
|
+
"--hop-success-surface-strong": string;
|
|
538
|
+
"--hop-success-surface-weak": string;
|
|
539
|
+
"--hop-success-text": string;
|
|
540
|
+
"--hop-success-text-hover": string;
|
|
541
|
+
"--hop-success-text-weak": string;
|
|
542
|
+
"--hop-warning-border": string;
|
|
543
|
+
"--hop-warning-icon": string;
|
|
544
|
+
"--hop-warning-icon-weakest": string;
|
|
545
|
+
"--hop-warning-icon-weak": string;
|
|
546
|
+
"--hop-warning-surface": string;
|
|
547
|
+
"--hop-warning-surface-strong": string;
|
|
548
|
+
"--hop-warning-surface-weak": string;
|
|
549
|
+
"--hop-warning-text": string;
|
|
550
|
+
"--hop-warning-text-weak": string;
|
|
485
551
|
"--hop-dataviz-monochromatic-primary-25": string;
|
|
486
552
|
"--hop-dataviz-monochromatic-primary-50": string;
|
|
487
553
|
"--hop-dataviz-monochromatic-primary-75": string;
|
|
@@ -908,267 +974,335 @@ declare const Tokens: {
|
|
|
908
974
|
"--hop-shape-rounded-sm": string;
|
|
909
975
|
};
|
|
910
976
|
DarkSemantic: {
|
|
911
|
-
"--hop-upsell-border-active": string;
|
|
912
|
-
"--hop-upsell-text-active": string;
|
|
913
|
-
"--hop-upsell-icon-weakest": string;
|
|
914
|
-
"--hop-upsell-icon-weak": string;
|
|
915
|
-
"--hop-upsell-border": string;
|
|
916
|
-
"--hop-upsell-surface-hover": string;
|
|
917
|
-
"--hop-upsell-border-disabled": string;
|
|
918
|
-
"--hop-upsell-icon-active": string;
|
|
919
|
-
"--hop-upsell-surface-weak": string;
|
|
920
|
-
"--hop-upsell-surface-disabled": string;
|
|
921
|
-
"--hop-upsell-text": string;
|
|
922
|
-
"--hop-upsell-icon": string;
|
|
923
|
-
"--hop-upsell-text-hover": string;
|
|
924
|
-
"--hop-upsell-text-disabled": string;
|
|
925
|
-
"--hop-upsell-surface-active": string;
|
|
926
|
-
"--hop-upsell-surface": string;
|
|
927
977
|
"--hop-danger-border-active": string;
|
|
928
978
|
"--hop-danger-icon-active": string;
|
|
979
|
+
"--hop-danger-icon-weak-active": string;
|
|
980
|
+
"--hop-danger-surface-active": string;
|
|
981
|
+
"--hop-danger-surface-weak-active": string;
|
|
929
982
|
"--hop-danger-text-active": string;
|
|
983
|
+
"--hop-danger-text-weak-active": string;
|
|
984
|
+
"--hop-danger-border": string;
|
|
985
|
+
"--hop-danger-border-selected": string;
|
|
986
|
+
"--hop-danger-border-press": string;
|
|
987
|
+
"--hop-danger-border-strong": string;
|
|
988
|
+
"--hop-danger-icon": string;
|
|
989
|
+
"--hop-danger-icon-selected": string;
|
|
990
|
+
"--hop-danger-icon-disabled": string;
|
|
991
|
+
"--hop-danger-icon-hover": string;
|
|
992
|
+
"--hop-danger-icon-press": string;
|
|
993
|
+
"--hop-danger-icon-strong": string;
|
|
994
|
+
"--hop-danger-icon-strong-hover": string;
|
|
995
|
+
"--hop-danger-icon-weak": string;
|
|
996
|
+
"--hop-danger-icon-weak-hover": string;
|
|
997
|
+
"--hop-danger-icon-weak-press": string;
|
|
930
998
|
"--hop-danger-surface": string;
|
|
931
|
-
"--hop-danger-
|
|
999
|
+
"--hop-danger-surface-selected": string;
|
|
932
1000
|
"--hop-danger-surface-disabled": string;
|
|
933
1001
|
"--hop-danger-surface-hover": string;
|
|
1002
|
+
"--hop-danger-surface-press": string;
|
|
934
1003
|
"--hop-danger-surface-strong": string;
|
|
935
1004
|
"--hop-danger-surface-strong-hover": string;
|
|
936
1005
|
"--hop-danger-surface-weak": string;
|
|
937
|
-
"--hop-danger-
|
|
938
|
-
"--hop-danger-
|
|
939
|
-
"--hop-danger-icon-weak": string;
|
|
1006
|
+
"--hop-danger-surface-weak-hover": string;
|
|
1007
|
+
"--hop-danger-surface-weak-press": string;
|
|
940
1008
|
"--hop-danger-text": string;
|
|
941
|
-
"--hop-danger-
|
|
942
|
-
"--hop-danger-text-
|
|
1009
|
+
"--hop-danger-text-selected": string;
|
|
1010
|
+
"--hop-danger-text-disabled": string;
|
|
1011
|
+
"--hop-danger-text-hover": string;
|
|
1012
|
+
"--hop-danger-text-press": string;
|
|
943
1013
|
"--hop-danger-text-strong": string;
|
|
944
1014
|
"--hop-danger-text-strong-hover": string;
|
|
945
|
-
"--hop-danger-
|
|
946
|
-
"--hop-danger-
|
|
947
|
-
"--hop-danger-text-
|
|
948
|
-
"--hop-
|
|
949
|
-
"--hop-
|
|
950
|
-
"--hop-
|
|
1015
|
+
"--hop-danger-text-weak": string;
|
|
1016
|
+
"--hop-danger-text-weak-hover": string;
|
|
1017
|
+
"--hop-danger-text-weak-press": string;
|
|
1018
|
+
"--hop-neutral-border-active": string;
|
|
1019
|
+
"--hop-neutral-icon-active": string;
|
|
1020
|
+
"--hop-neutral-icon-weak-active": string;
|
|
1021
|
+
"--hop-neutral-surface-active": string;
|
|
1022
|
+
"--hop-neutral-surface-weak-active": string;
|
|
1023
|
+
"--hop-neutral-text-active": string;
|
|
1024
|
+
"--hop-neutral-text-weak-active": string;
|
|
1025
|
+
"--hop-neutral-border": string;
|
|
1026
|
+
"--hop-neutral-border-selected": string;
|
|
1027
|
+
"--hop-neutral-border-disabled": string;
|
|
1028
|
+
"--hop-neutral-border-hover": string;
|
|
1029
|
+
"--hop-neutral-border-press": string;
|
|
1030
|
+
"--hop-neutral-border-strong": string;
|
|
1031
|
+
"--hop-neutral-border-strong-hover": string;
|
|
1032
|
+
"--hop-neutral-border-weakest": string;
|
|
1033
|
+
"--hop-neutral-border-weak": string;
|
|
1034
|
+
"--hop-neutral-icon": string;
|
|
1035
|
+
"--hop-neutral-icon-selected": string;
|
|
1036
|
+
"--hop-neutral-icon-disabled": string;
|
|
1037
|
+
"--hop-neutral-icon-hover": string;
|
|
1038
|
+
"--hop-neutral-icon-press": string;
|
|
1039
|
+
"--hop-neutral-icon-strong": string;
|
|
1040
|
+
"--hop-neutral-icon-strong-hover": string;
|
|
1041
|
+
"--hop-neutral-icon-weak": string;
|
|
1042
|
+
"--hop-neutral-icon-weak-hover": string;
|
|
1043
|
+
"--hop-neutral-icon-weak-press": string;
|
|
1044
|
+
"--hop-neutral-icon-weakest": string;
|
|
1045
|
+
"--hop-neutral-surface": string;
|
|
1046
|
+
"--hop-neutral-surface-selected": string;
|
|
1047
|
+
"--hop-neutral-surface-disabled": string;
|
|
1048
|
+
"--hop-neutral-surface-hover": string;
|
|
1049
|
+
"--hop-neutral-surface-press": string;
|
|
1050
|
+
"--hop-neutral-surface-strong": string;
|
|
1051
|
+
"--hop-neutral-surface-weakest": string;
|
|
1052
|
+
"--hop-neutral-surface-weak": string;
|
|
1053
|
+
"--hop-neutral-surface-weak-selected": string;
|
|
1054
|
+
"--hop-neutral-surface-weak-hover": string;
|
|
1055
|
+
"--hop-neutral-surface-weak-press": string;
|
|
1056
|
+
"--hop-neutral-surface-weakest-selected": string;
|
|
1057
|
+
"--hop-neutral-surface-weakest-hover": string;
|
|
1058
|
+
"--hop-neutral-text": string;
|
|
1059
|
+
"--hop-neutral-text-selected": string;
|
|
1060
|
+
"--hop-neutral-text-disabled": string;
|
|
1061
|
+
"--hop-neutral-text-hover": string;
|
|
1062
|
+
"--hop-neutral-text-press": string;
|
|
1063
|
+
"--hop-neutral-text-strong": string;
|
|
1064
|
+
"--hop-neutral-text-weak": string;
|
|
1065
|
+
"--hop-neutral-text-weak-hover": string;
|
|
1066
|
+
"--hop-neutral-text-weak-press": string;
|
|
1067
|
+
"--hop-neutral-text-weakest": string;
|
|
951
1068
|
"--hop-primary-border-active": string;
|
|
1069
|
+
"--hop-primary-icon-active": string;
|
|
1070
|
+
"--hop-primary-surface-active": string;
|
|
1071
|
+
"--hop-primary-surface-strong-active": string;
|
|
1072
|
+
"--hop-primary-surface-weak-active": string;
|
|
952
1073
|
"--hop-primary-text-active": string;
|
|
953
|
-
"--hop-primary-icon-strong": string;
|
|
954
|
-
"--hop-primary-icon-strong-hover": string;
|
|
955
|
-
"--hop-primary-icon": string;
|
|
956
|
-
"--hop-primary-border-focus": string;
|
|
957
1074
|
"--hop-primary-border": string;
|
|
958
|
-
"--hop-primary-
|
|
1075
|
+
"--hop-primary-border-selected": string;
|
|
1076
|
+
"--hop-primary-border-focus": string;
|
|
1077
|
+
"--hop-primary-border-press": string;
|
|
1078
|
+
"--hop-primary-icon": string;
|
|
1079
|
+
"--hop-primary-icon-selected": string;
|
|
959
1080
|
"--hop-primary-icon-disabled": string;
|
|
1081
|
+
"--hop-primary-icon-hover": string;
|
|
1082
|
+
"--hop-primary-icon-press": string;
|
|
1083
|
+
"--hop-primary-icon-strong": string;
|
|
1084
|
+
"--hop-primary-icon-strong-hover": string;
|
|
1085
|
+
"--hop-primary-surface": string;
|
|
1086
|
+
"--hop-primary-surface-selected": string;
|
|
960
1087
|
"--hop-primary-surface-disabled": string;
|
|
961
1088
|
"--hop-primary-surface-focus": string;
|
|
962
|
-
"--hop-primary-
|
|
963
|
-
"--hop-primary-surface": string;
|
|
964
|
-
"--hop-primary-surface-weak": string;
|
|
1089
|
+
"--hop-primary-surface-hover": string;
|
|
1090
|
+
"--hop-primary-surface-press": string;
|
|
965
1091
|
"--hop-primary-surface-strong": string;
|
|
1092
|
+
"--hop-primary-surface-strong-selected": string;
|
|
966
1093
|
"--hop-primary-surface-strong-hover": string;
|
|
967
|
-
"--hop-primary-surface-strong-
|
|
1094
|
+
"--hop-primary-surface-strong-press": string;
|
|
1095
|
+
"--hop-primary-surface-weak": string;
|
|
1096
|
+
"--hop-primary-surface-weak-hover": string;
|
|
1097
|
+
"--hop-primary-surface-weak-press": string;
|
|
968
1098
|
"--hop-primary-text": string;
|
|
969
|
-
"--hop-primary-
|
|
1099
|
+
"--hop-primary-text-hover": string;
|
|
1100
|
+
"--hop-primary-text-press": string;
|
|
970
1101
|
"--hop-primary-text-strong": string;
|
|
971
1102
|
"--hop-primary-text-strong-hover": string;
|
|
972
|
-
"--hop-primary-text-
|
|
973
|
-
"--hop-primary-
|
|
974
|
-
"--hop-
|
|
975
|
-
"--hop-
|
|
976
|
-
"--hop-
|
|
977
|
-
"--hop-
|
|
978
|
-
"--hop-
|
|
979
|
-
"--hop-
|
|
980
|
-
"--hop-
|
|
981
|
-
"--hop-
|
|
982
|
-
"--hop-
|
|
983
|
-
"--hop-
|
|
984
|
-
"--hop-
|
|
985
|
-
"--hop-
|
|
986
|
-
"--hop-
|
|
987
|
-
"--hop-
|
|
988
|
-
"--hop-
|
|
989
|
-
"--hop-
|
|
990
|
-
"--hop-
|
|
991
|
-
"--hop-
|
|
992
|
-
"--hop-
|
|
993
|
-
"--hop-
|
|
994
|
-
"--hop-
|
|
995
|
-
"--hop-
|
|
996
|
-
"--hop-
|
|
997
|
-
"--hop-
|
|
998
|
-
"--hop-
|
|
999
|
-
"--hop-
|
|
1000
|
-
"--hop-
|
|
1001
|
-
"--hop-
|
|
1002
|
-
"--hop-
|
|
1003
|
-
"--hop-
|
|
1004
|
-
"--hop-
|
|
1005
|
-
"--hop-
|
|
1006
|
-
"--hop-
|
|
1007
|
-
"--hop-
|
|
1008
|
-
"--hop-
|
|
1009
|
-
"--hop-decorative-
|
|
1010
|
-
"--hop-decorative-
|
|
1011
|
-
"--hop-decorative-
|
|
1012
|
-
"--hop-decorative-
|
|
1013
|
-
"--hop-decorative-option5-icon": string;
|
|
1014
|
-
"--hop-decorative-option6-surface-weakest": string;
|
|
1015
|
-
"--hop-decorative-option6-surface-weak": string;
|
|
1016
|
-
"--hop-decorative-option6-surface-weak-hover": string;
|
|
1017
|
-
"--hop-decorative-option6-surface-strong": string;
|
|
1018
|
-
"--hop-decorative-option6-surface-hover": string;
|
|
1019
|
-
"--hop-decorative-option6-surface": string;
|
|
1020
|
-
"--hop-decorative-option6-border": string;
|
|
1021
|
-
"--hop-decorative-option6-icon": string;
|
|
1022
|
-
"--hop-decorative-option6-text": string;
|
|
1023
|
-
"--hop-decorative-option6-text-weak": string;
|
|
1024
|
-
"--hop-decorative-option4-surface-weakest": string;
|
|
1025
|
-
"--hop-decorative-option4-surface-weak": string;
|
|
1026
|
-
"--hop-decorative-option4-surface-weak-hover": string;
|
|
1027
|
-
"--hop-decorative-option4-surface-strong": string;
|
|
1028
|
-
"--hop-decorative-option4-surface-hover": string;
|
|
1029
|
-
"--hop-decorative-option4-surface": string;
|
|
1030
|
-
"--hop-decorative-option4-border": string;
|
|
1031
|
-
"--hop-decorative-option4-icon": string;
|
|
1032
|
-
"--hop-decorative-option4-text-weak": string;
|
|
1033
|
-
"--hop-decorative-option4-text": string;
|
|
1034
|
-
"--hop-decorative-option3-surface-strong": string;
|
|
1035
|
-
"--hop-decorative-option3-surface-weakest": string;
|
|
1036
|
-
"--hop-decorative-option3-surface-weak": string;
|
|
1037
|
-
"--hop-decorative-option3-surface-weak-hover": string;
|
|
1038
|
-
"--hop-decorative-option3-surface-hover": string;
|
|
1039
|
-
"--hop-decorative-option3-surface": string;
|
|
1040
|
-
"--hop-decorative-option3-border": string;
|
|
1041
|
-
"--hop-decorative-option3-icon": string;
|
|
1042
|
-
"--hop-decorative-option3-text": string;
|
|
1043
|
-
"--hop-decorative-option3-text-weak": string;
|
|
1044
|
-
"--hop-decorative-option2-surface-weakest": string;
|
|
1045
|
-
"--hop-decorative-option2-surface-weak": string;
|
|
1046
|
-
"--hop-decorative-option2-surface-weak-hover": string;
|
|
1047
|
-
"--hop-decorative-option2-surface-strong": string;
|
|
1048
|
-
"--hop-decorative-option2-surface-hover": string;
|
|
1049
|
-
"--hop-decorative-option2-surface": string;
|
|
1050
|
-
"--hop-decorative-option2-text": string;
|
|
1051
|
-
"--hop-decorative-option2-text-weak": string;
|
|
1052
|
-
"--hop-decorative-option2-border": string;
|
|
1053
|
-
"--hop-decorative-option2-icon": string;
|
|
1103
|
+
"--hop-primary-text-selected": string;
|
|
1104
|
+
"--hop-primary-text-disabled": string;
|
|
1105
|
+
"--hop-upsell-border-active": string;
|
|
1106
|
+
"--hop-upsell-icon-active": string;
|
|
1107
|
+
"--hop-upsell-icon-weak-active": string;
|
|
1108
|
+
"--hop-upsell-surface-active": string;
|
|
1109
|
+
"--hop-upsell-surface-weak-active": string;
|
|
1110
|
+
"--hop-upsell-text-active": string;
|
|
1111
|
+
"--hop-upsell-text-weak-active": string;
|
|
1112
|
+
"--hop-upsell-border": string;
|
|
1113
|
+
"--hop-upsell-border-selected": string;
|
|
1114
|
+
"--hop-upsell-border-disabled": string;
|
|
1115
|
+
"--hop-upsell-border-press": string;
|
|
1116
|
+
"--hop-upsell-icon": string;
|
|
1117
|
+
"--hop-upsell-icon-selected": string;
|
|
1118
|
+
"--hop-upsell-icon-hover": string;
|
|
1119
|
+
"--hop-upsell-icon-press": string;
|
|
1120
|
+
"--hop-upsell-icon-weakest": string;
|
|
1121
|
+
"--hop-upsell-icon-weak": string;
|
|
1122
|
+
"--hop-upsell-icon-weak-hover": string;
|
|
1123
|
+
"--hop-upsell-icon-weak-press": string;
|
|
1124
|
+
"--hop-upsell-surface": string;
|
|
1125
|
+
"--hop-upsell-surface-selected": string;
|
|
1126
|
+
"--hop-upsell-surface-disabled": string;
|
|
1127
|
+
"--hop-upsell-surface-hover": string;
|
|
1128
|
+
"--hop-upsell-surface-press": string;
|
|
1129
|
+
"--hop-upsell-surface-weak": string;
|
|
1130
|
+
"--hop-upsell-surface-weak-hover": string;
|
|
1131
|
+
"--hop-upsell-surface-weak-press": string;
|
|
1132
|
+
"--hop-upsell-text": string;
|
|
1133
|
+
"--hop-upsell-text-selected": string;
|
|
1134
|
+
"--hop-upsell-text-disabled": string;
|
|
1135
|
+
"--hop-upsell-text-hover": string;
|
|
1136
|
+
"--hop-upsell-text-press": string;
|
|
1137
|
+
"--hop-upsell-text-weak": string;
|
|
1138
|
+
"--hop-upsell-text-weak-hover": string;
|
|
1139
|
+
"--hop-upsell-text-weak-press": string;
|
|
1140
|
+
"--hop-decorative-option1-border": string;
|
|
1141
|
+
"--hop-decorative-option1-icon": string;
|
|
1142
|
+
"--hop-decorative-option1-surface": string;
|
|
1143
|
+
"--hop-decorative-option1-surface-hover": string;
|
|
1054
1144
|
"--hop-decorative-option1-surface-strong": string;
|
|
1055
|
-
"--hop-decorative-option1-surface-weakest": string;
|
|
1056
1145
|
"--hop-decorative-option1-surface-weak": string;
|
|
1057
1146
|
"--hop-decorative-option1-surface-weak-hover": string;
|
|
1058
|
-
"--hop-decorative-option1-surface-
|
|
1059
|
-
"--hop-decorative-option1-surface": string;
|
|
1060
|
-
"--hop-decorative-option1-text-weak": string;
|
|
1061
|
-
"--hop-decorative-option1-border": string;
|
|
1062
|
-
"--hop-decorative-option1-icon": string;
|
|
1147
|
+
"--hop-decorative-option1-surface-weakest": string;
|
|
1063
1148
|
"--hop-decorative-option1-text": string;
|
|
1064
|
-
"--hop-
|
|
1065
|
-
"--hop-
|
|
1066
|
-
"--hop-
|
|
1067
|
-
"--hop-
|
|
1068
|
-
"--hop-
|
|
1069
|
-
"--hop-
|
|
1070
|
-
"--hop-
|
|
1071
|
-
"--hop-
|
|
1072
|
-
"--hop-
|
|
1073
|
-
"--hop-
|
|
1074
|
-
"--hop-
|
|
1075
|
-
"--hop-
|
|
1076
|
-
"--hop-
|
|
1077
|
-
"--hop-
|
|
1078
|
-
"--hop-
|
|
1079
|
-
"--hop-
|
|
1080
|
-
"--hop-
|
|
1081
|
-
"--hop-
|
|
1082
|
-
"--hop-
|
|
1083
|
-
"--hop-
|
|
1084
|
-
"--hop-
|
|
1085
|
-
"--hop-
|
|
1086
|
-
"--hop-
|
|
1087
|
-
"--hop-
|
|
1088
|
-
"--hop-
|
|
1089
|
-
"--hop-
|
|
1090
|
-
"--hop-
|
|
1091
|
-
"--hop-
|
|
1092
|
-
"--hop-
|
|
1093
|
-
"--hop-
|
|
1094
|
-
"--hop-
|
|
1095
|
-
"--hop-
|
|
1096
|
-
"--hop-
|
|
1097
|
-
"--hop-
|
|
1098
|
-
"--hop-
|
|
1099
|
-
"--hop-
|
|
1100
|
-
"--hop-
|
|
1101
|
-
"--hop-
|
|
1102
|
-
"--hop-
|
|
1103
|
-
"--hop-
|
|
1104
|
-
"--hop-
|
|
1105
|
-
"--hop-
|
|
1106
|
-
"--hop-
|
|
1107
|
-
"--hop-
|
|
1108
|
-
"--hop-
|
|
1109
|
-
"--hop-
|
|
1110
|
-
"--hop-
|
|
1111
|
-
"--hop-
|
|
1112
|
-
"--hop-
|
|
1113
|
-
"--hop-
|
|
1114
|
-
"--hop-
|
|
1149
|
+
"--hop-decorative-option1-text-weak": string;
|
|
1150
|
+
"--hop-decorative-option2-border": string;
|
|
1151
|
+
"--hop-decorative-option2-icon": string;
|
|
1152
|
+
"--hop-decorative-option2-surface": string;
|
|
1153
|
+
"--hop-decorative-option2-surface-hover": string;
|
|
1154
|
+
"--hop-decorative-option2-surface-strong": string;
|
|
1155
|
+
"--hop-decorative-option2-surface-weak": string;
|
|
1156
|
+
"--hop-decorative-option2-surface-weak-hover": string;
|
|
1157
|
+
"--hop-decorative-option2-surface-weakest": string;
|
|
1158
|
+
"--hop-decorative-option2-text": string;
|
|
1159
|
+
"--hop-decorative-option2-text-weak": string;
|
|
1160
|
+
"--hop-decorative-option3-border": string;
|
|
1161
|
+
"--hop-decorative-option3-icon": string;
|
|
1162
|
+
"--hop-decorative-option3-surface": string;
|
|
1163
|
+
"--hop-decorative-option3-surface-hover": string;
|
|
1164
|
+
"--hop-decorative-option3-surface-strong": string;
|
|
1165
|
+
"--hop-decorative-option3-surface-weak": string;
|
|
1166
|
+
"--hop-decorative-option3-surface-weak-hover": string;
|
|
1167
|
+
"--hop-decorative-option3-surface-weakest": string;
|
|
1168
|
+
"--hop-decorative-option3-text": string;
|
|
1169
|
+
"--hop-decorative-option3-text-weak": string;
|
|
1170
|
+
"--hop-decorative-option4-border": string;
|
|
1171
|
+
"--hop-decorative-option4-icon": string;
|
|
1172
|
+
"--hop-decorative-option4-surface": string;
|
|
1173
|
+
"--hop-decorative-option4-surface-hover": string;
|
|
1174
|
+
"--hop-decorative-option4-surface-strong": string;
|
|
1175
|
+
"--hop-decorative-option4-surface-weak": string;
|
|
1176
|
+
"--hop-decorative-option4-surface-weak-hover": string;
|
|
1177
|
+
"--hop-decorative-option4-surface-weakest": string;
|
|
1178
|
+
"--hop-decorative-option4-text": string;
|
|
1179
|
+
"--hop-decorative-option4-text-weak": string;
|
|
1180
|
+
"--hop-decorative-option5-border": string;
|
|
1181
|
+
"--hop-decorative-option5-icon": string;
|
|
1182
|
+
"--hop-decorative-option5-surface": string;
|
|
1183
|
+
"--hop-decorative-option5-surface-hover": string;
|
|
1184
|
+
"--hop-decorative-option5-surface-strong": string;
|
|
1185
|
+
"--hop-decorative-option5-surface-weak": string;
|
|
1186
|
+
"--hop-decorative-option5-surface-weak-hover": string;
|
|
1187
|
+
"--hop-decorative-option5-surface-weakest": string;
|
|
1188
|
+
"--hop-decorative-option5-text": string;
|
|
1189
|
+
"--hop-decorative-option5-text-weak": string;
|
|
1190
|
+
"--hop-decorative-option6-border": string;
|
|
1191
|
+
"--hop-decorative-option6-icon": string;
|
|
1192
|
+
"--hop-decorative-option6-surface": string;
|
|
1193
|
+
"--hop-decorative-option6-surface-hover": string;
|
|
1194
|
+
"--hop-decorative-option6-surface-strong": string;
|
|
1195
|
+
"--hop-decorative-option6-surface-weak": string;
|
|
1196
|
+
"--hop-decorative-option6-surface-weak-hover": string;
|
|
1197
|
+
"--hop-decorative-option6-surface-weakest": string;
|
|
1198
|
+
"--hop-decorative-option6-text": string;
|
|
1199
|
+
"--hop-decorative-option6-text-weak": string;
|
|
1200
|
+
"--hop-decorative-option7-border": string;
|
|
1201
|
+
"--hop-decorative-option7-icon": string;
|
|
1202
|
+
"--hop-decorative-option7-surface": string;
|
|
1203
|
+
"--hop-decorative-option7-surface-hover": string;
|
|
1204
|
+
"--hop-decorative-option7-surface-strong": string;
|
|
1205
|
+
"--hop-decorative-option7-surface-weak": string;
|
|
1206
|
+
"--hop-decorative-option7-surface-weak-hover": string;
|
|
1207
|
+
"--hop-decorative-option7-surface-weakest": string;
|
|
1208
|
+
"--hop-decorative-option7-text": string;
|
|
1209
|
+
"--hop-decorative-option7-text-weak": string;
|
|
1210
|
+
"--hop-decorative-option8-border": string;
|
|
1211
|
+
"--hop-decorative-option8-icon": string;
|
|
1212
|
+
"--hop-decorative-option8-surface": string;
|
|
1213
|
+
"--hop-decorative-option8-surface-hover": string;
|
|
1214
|
+
"--hop-decorative-option8-surface-strong": string;
|
|
1215
|
+
"--hop-decorative-option8-surface-weak": string;
|
|
1216
|
+
"--hop-decorative-option8-surface-weak-hover": string;
|
|
1217
|
+
"--hop-decorative-option8-surface-weakest": string;
|
|
1218
|
+
"--hop-decorative-option8-text": string;
|
|
1219
|
+
"--hop-decorative-option8-text-weak": string;
|
|
1220
|
+
"--hop-decorative-option9-border": string;
|
|
1221
|
+
"--hop-decorative-option9-icon": string;
|
|
1222
|
+
"--hop-decorative-option9-surface": string;
|
|
1223
|
+
"--hop-decorative-option9-surface-hover": string;
|
|
1224
|
+
"--hop-decorative-option9-surface-strong": string;
|
|
1225
|
+
"--hop-decorative-option9-surface-weak": string;
|
|
1226
|
+
"--hop-decorative-option9-surface-weak-hover": string;
|
|
1227
|
+
"--hop-decorative-option9-surface-weakest": string;
|
|
1228
|
+
"--hop-decorative-option9-text": string;
|
|
1229
|
+
"--hop-decorative-option9-text-weak": string;
|
|
1230
|
+
"--hop-information-border": string;
|
|
1231
|
+
"--hop-information-icon": string;
|
|
1115
1232
|
"--hop-information-icon-weakest": string;
|
|
1116
|
-
"--hop-information-surface-strong": string;
|
|
1117
1233
|
"--hop-information-icon-weak": string;
|
|
1118
|
-
"--hop-information-text": string;
|
|
1119
1234
|
"--hop-information-surface": string;
|
|
1235
|
+
"--hop-information-surface-strong": string;
|
|
1120
1236
|
"--hop-information-surface-weak": string;
|
|
1237
|
+
"--hop-information-text": string;
|
|
1121
1238
|
"--hop-information-text-weak": string;
|
|
1122
|
-
"--hop-
|
|
1123
|
-
"--hop-
|
|
1124
|
-
"--hop-status-
|
|
1125
|
-
"--hop-status-
|
|
1239
|
+
"--hop-status-caution-icon": string;
|
|
1240
|
+
"--hop-status-caution-surface": string;
|
|
1241
|
+
"--hop-status-caution-surface-strong": string;
|
|
1242
|
+
"--hop-status-caution-text": string;
|
|
1243
|
+
"--hop-status-inselected-icon": string;
|
|
1244
|
+
"--hop-status-inselected-surface": string;
|
|
1245
|
+
"--hop-status-inselected-surface-strong": string;
|
|
1246
|
+
"--hop-status-inselected-text": string;
|
|
1247
|
+
"--hop-status-negative-icon": string;
|
|
1248
|
+
"--hop-status-negative-surface": string;
|
|
1249
|
+
"--hop-status-negative-surface-strong": string;
|
|
1250
|
+
"--hop-status-negative-text": string;
|
|
1126
1251
|
"--hop-status-neutral-icon": string;
|
|
1127
1252
|
"--hop-status-neutral-surface": string;
|
|
1128
|
-
"--hop-status-
|
|
1129
|
-
"--hop-status-
|
|
1130
|
-
"--hop-status-progress-surface": string;
|
|
1131
|
-
"--hop-status-progress-text": string;
|
|
1132
|
-
"--hop-status-option6-surface-strong": string;
|
|
1133
|
-
"--hop-status-option6-icon": string;
|
|
1134
|
-
"--hop-status-option6-surface": string;
|
|
1135
|
-
"--hop-status-option6-text": string;
|
|
1136
|
-
"--hop-status-option5-surface-strong": string;
|
|
1137
|
-
"--hop-status-option5-icon": string;
|
|
1138
|
-
"--hop-status-option5-surface": string;
|
|
1139
|
-
"--hop-status-option5-text": string;
|
|
1140
|
-
"--hop-status-option1-surface-strong": string;
|
|
1253
|
+
"--hop-status-neutral-surface-strong": string;
|
|
1254
|
+
"--hop-status-neutral-text": string;
|
|
1141
1255
|
"--hop-status-option1-icon": string;
|
|
1142
1256
|
"--hop-status-option1-surface": string;
|
|
1257
|
+
"--hop-status-option1-surface-strong": string;
|
|
1143
1258
|
"--hop-status-option1-text": string;
|
|
1259
|
+
"--hop-status-option2-icon": string;
|
|
1260
|
+
"--hop-status-option2-surface": string;
|
|
1144
1261
|
"--hop-status-option2-surface-strong": string;
|
|
1145
1262
|
"--hop-status-option2-text": string;
|
|
1146
|
-
"--hop-status-option2-surface": string;
|
|
1147
|
-
"--hop-status-option2-icon": string;
|
|
1148
|
-
"--hop-status-option3-surface-strong": string;
|
|
1149
1263
|
"--hop-status-option3-icon": string;
|
|
1150
1264
|
"--hop-status-option3-surface": string;
|
|
1265
|
+
"--hop-status-option3-surface-strong": string;
|
|
1151
1266
|
"--hop-status-option3-text": string;
|
|
1152
|
-
"--hop-status-option4-surface-strong": string;
|
|
1153
1267
|
"--hop-status-option4-icon": string;
|
|
1154
1268
|
"--hop-status-option4-surface": string;
|
|
1269
|
+
"--hop-status-option4-surface-strong": string;
|
|
1155
1270
|
"--hop-status-option4-text": string;
|
|
1156
|
-
"--hop-status-
|
|
1157
|
-
"--hop-status-
|
|
1158
|
-
"--hop-status-
|
|
1159
|
-
"--hop-status-
|
|
1160
|
-
"--hop-status-
|
|
1161
|
-
"--hop-status-
|
|
1162
|
-
"--hop-status-
|
|
1163
|
-
"--hop-status-
|
|
1164
|
-
"--hop-status-negative-surface-strong": string;
|
|
1165
|
-
"--hop-status-negative-icon": string;
|
|
1166
|
-
"--hop-status-negative-surface": string;
|
|
1167
|
-
"--hop-status-negative-text": string;
|
|
1271
|
+
"--hop-status-option5-icon": string;
|
|
1272
|
+
"--hop-status-option5-surface": string;
|
|
1273
|
+
"--hop-status-option5-surface-strong": string;
|
|
1274
|
+
"--hop-status-option5-text": string;
|
|
1275
|
+
"--hop-status-option6-icon": string;
|
|
1276
|
+
"--hop-status-option6-surface": string;
|
|
1277
|
+
"--hop-status-option6-surface-strong": string;
|
|
1278
|
+
"--hop-status-option6-text": string;
|
|
1168
1279
|
"--hop-status-positive-icon": string;
|
|
1169
|
-
"--hop-status-positive-surface-strong": string;
|
|
1170
1280
|
"--hop-status-positive-surface": string;
|
|
1281
|
+
"--hop-status-positive-surface-strong": string;
|
|
1171
1282
|
"--hop-status-positive-text": string;
|
|
1283
|
+
"--hop-status-progress-icon": string;
|
|
1284
|
+
"--hop-status-progress-surface": string;
|
|
1285
|
+
"--hop-status-progress-surface-strong": string;
|
|
1286
|
+
"--hop-status-progress-text": string;
|
|
1287
|
+
"--hop-success-border": string;
|
|
1288
|
+
"--hop-success-icon": string;
|
|
1289
|
+
"--hop-success-icon-weakest": string;
|
|
1290
|
+
"--hop-success-icon-weak": string;
|
|
1291
|
+
"--hop-success-surface": string;
|
|
1292
|
+
"--hop-success-surface-strong": string;
|
|
1293
|
+
"--hop-success-surface-weak": string;
|
|
1294
|
+
"--hop-success-text": string;
|
|
1295
|
+
"--hop-success-text-weak": string;
|
|
1296
|
+
"--hop-success-text-hover": string;
|
|
1297
|
+
"--hop-warning-border": string;
|
|
1298
|
+
"--hop-warning-icon": string;
|
|
1299
|
+
"--hop-warning-icon-weakest": string;
|
|
1300
|
+
"--hop-warning-icon-weak": string;
|
|
1301
|
+
"--hop-warning-surface": string;
|
|
1302
|
+
"--hop-warning-surface-strong": string;
|
|
1303
|
+
"--hop-warning-surface-weak": string;
|
|
1304
|
+
"--hop-warning-text": string;
|
|
1305
|
+
"--hop-warning-text-weak": string;
|
|
1172
1306
|
"--hop-dataviz-unavailable": string;
|
|
1173
1307
|
"--hop-dataviz-unavailable-weak": string;
|
|
1174
1308
|
"--hop-dataviz-unavailable-strong": string;
|