@sps-woodland/tokens 8.34.2 → 8.34.4
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/lib/css/tokens.css +59 -1
- package/lib/css/utils.css +1 -1
- package/lib/dictionary.d.ts +4206 -1362
- package/lib/font.css +21 -21
- package/lib/index.js +82 -3
- package/lib/index.umd.cjs +1 -1
- package/lib/scss/tokens.scss +59 -1
- package/lib/scss/utils.scss +1 -1
- package/lib/tokens.d.ts +81 -0
- package/lib/vanilla-extract/sprinkleValues.d.ts +18 -0
- package/lib/vanilla-extract/style.css +1 -1
- package/package.json +1 -1
- package/src/dictionary.ts +13696 -9063
- package/src/tokens.ts +79 -0
- package/src/vanilla-extract/sprinkleValues.ts +16 -0
package/lib/css/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 19 Aug 2025 12:54:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -328,6 +328,11 @@
|
|
|
328
328
|
--component-filter-tile-kind-error: #de002eff;
|
|
329
329
|
--component-filter-tile-kind-success: #0b8940ff;
|
|
330
330
|
--component-filter-tile-kind-warning: #e7760bff;
|
|
331
|
+
--component-filter-tile-active-kind-processing: #f4ecf2ff;
|
|
332
|
+
--component-filter-tile-active-kind-general: #e6f2f8ff;
|
|
333
|
+
--component-filter-tile-active-kind-error: #fbe6eaff;
|
|
334
|
+
--component-filter-tile-active-kind-success: #e7f3ecff;
|
|
335
|
+
--component-filter-tile-active-kind-warning: #fcf1e7ff;
|
|
331
336
|
--component-filter-tile-body-padding: 1rem;
|
|
332
337
|
--component-filter-tile-body-cursor: pointer;
|
|
333
338
|
--component-filter-tile-body-color: #1f282cff;
|
|
@@ -407,6 +412,46 @@
|
|
|
407
412
|
--component-growler-close-button-right: 0.5rem;
|
|
408
413
|
--component-growler-close-button-top: 0.5rem;
|
|
409
414
|
--component-icon-margin-adjustment: -0.125rem;
|
|
415
|
+
--component-insight-card-wrapper-margin: 0.5rem;
|
|
416
|
+
--component-insight-card-kind-general: #007db8ff;
|
|
417
|
+
--component-insight-card-kind-error: #de002eff;
|
|
418
|
+
--component-insight-card-kind-success: #0b8940ff;
|
|
419
|
+
--component-insight-card-kind-warning: #e7760bff;
|
|
420
|
+
--component-insight-card-kind-processing: #91467fff;
|
|
421
|
+
--component-insight-card-background: #ffffffff;
|
|
422
|
+
--component-insight-card-border-width: 0.0625rem;
|
|
423
|
+
--component-insight-card-border-radius: 0.25rem;
|
|
424
|
+
--component-insight-card-border-style: solid;
|
|
425
|
+
--component-insight-card-icon-size: 2rem;
|
|
426
|
+
--component-insight-card-margin: 0.5rem;
|
|
427
|
+
--component-insight-card-padding-vertical: 0.9375rem;
|
|
428
|
+
--component-insight-card-padding-horizontal: 1.25rem;
|
|
429
|
+
--component-insight-card-metric-size: 3rem;
|
|
430
|
+
--component-insight-card-font-weight: 600;
|
|
431
|
+
--component-insight-card-title-color: #1f282cff;
|
|
432
|
+
--component-insight-card-title-font-size: 1rem;
|
|
433
|
+
--component-insight-card-title-line-height: 1rem;
|
|
434
|
+
--component-insight-card-title-padding-bottom: 0.125rem;
|
|
435
|
+
--component-insight-card-title-min-height: 2.125rem;
|
|
436
|
+
--component-insight-card-description-margin: 0.5rem;
|
|
437
|
+
--component-insight-card-detail-color: #4b5356ff;
|
|
438
|
+
--component-insight-card-detail-font-size: 0.75rem;
|
|
439
|
+
--component-insight-card-detail-line-height: 0.75rem;
|
|
440
|
+
--component-insight-card-detail-margin-top: 0.25rem;
|
|
441
|
+
--component-insight-card-partner-count-color: #ffffffff;
|
|
442
|
+
--component-insight-card-partner-count-font-size: 0.75rem;
|
|
443
|
+
--component-insight-card-partner-count-line-height: 1.125rem;
|
|
444
|
+
--component-insight-card-partner-count-padding-right: 0.125rem;
|
|
445
|
+
--component-insight-card-partner-count-margin-vertical: 0.9375rem;
|
|
446
|
+
--component-insight-card-partner-count-margin-horizontal: 1.25rem;
|
|
447
|
+
--component-insight-card-partner-count-padding-vertical: 0.625rem;
|
|
448
|
+
--component-insight-card-partner-count-padding-horizontal: 1.25rem;
|
|
449
|
+
--component-insight-card-horizontal-metric-margin: 0.5rem;
|
|
450
|
+
--component-insight-card-horizontal-title-min-height: 1rem;
|
|
451
|
+
--component-insight-card-horizontal-partner-count-line-height: 0.875rem;
|
|
452
|
+
--component-insight-card-horizontal-partner-count-width: 3.75rem;
|
|
453
|
+
--component-insight-card-horizontal-partner-count-padding-vertical: 1.25rem;
|
|
454
|
+
--component-insight-card-horizontal-partner-count-padding-horizontal: 0.625rem;
|
|
410
455
|
--component-key-value-set-font-size: 0.75rem;
|
|
411
456
|
--component-key-value-set-line-height: 1.125rem;
|
|
412
457
|
--component-key-value-set-spacing: 0.5rem;
|
|
@@ -1198,6 +1243,19 @@
|
|
|
1198
1243
|
--size-component-product-bar-vertical-nested-fourth-level: 4.75rem;
|
|
1199
1244
|
--size-component-icon-margin-adjustment: -0.125rem;
|
|
1200
1245
|
--size-component-page-title-icon-margin-top: 0.1875rem;
|
|
1246
|
+
--size-component-insight-card-vertical-padding: 0.9375rem;
|
|
1247
|
+
--size-component-insight-card-horizontal-padding: 1.25rem;
|
|
1248
|
+
--size-component-insight-card-horizontal-height: 5.125rem;
|
|
1249
|
+
--size-component-insight-card-icon-size: 2rem;
|
|
1250
|
+
--size-component-insight-card-metric-size: 3rem;
|
|
1251
|
+
--size-component-insight-card-min-title-height: 2.125rem;
|
|
1252
|
+
--size-component-insight-card-partner-count-margin-vertical: 0.9375rem;
|
|
1253
|
+
--size-component-insight-card-partner-count-margin-horizontal: 1.25rem;
|
|
1254
|
+
--size-component-insight-card-partner-count-padding-vertical: 0.625rem;
|
|
1255
|
+
--size-component-insight-card-partner-count-padding-horizontal: 1.25rem;
|
|
1256
|
+
--size-component-insight-card-partner-count-width: 3.75rem;
|
|
1257
|
+
--size-component-insight-card-horizontal-partner-count-padding-vertical: 1.25rem;
|
|
1258
|
+
--size-component-insight-card-horizontal-partner-count-padding-horizontal: 0.625rem;
|
|
1201
1259
|
--size-grid-gutter: 1rem;
|
|
1202
1260
|
--size-icon-xs: 0.75rem;
|
|
1203
1261
|
--size-icon-sm: 0.875rem;
|