@sps-woodland/tokens 8.7.7 → 8.8.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/lib/css/tokens.css +3 -1
- package/lib/css/utils.css +1 -1
- package/lib/dictionary.d.ts +102 -0
- package/lib/font.css +21 -21
- package/lib/index.cjs.js +1 -1
- package/lib/index.es.js +328 -326
- package/lib/scss/tokens.scss +3 -1
- package/lib/scss/utils.scss +1 -1
- package/lib/tokens.d.ts +6 -0
- package/lib/vanilla-extract/sprinkleValues.d.ts +6 -0
- package/package.json +1 -1
- package/src/dictionary.ts +142 -0
- package/src/tokens.ts +2 -0
- package/src/vanilla-extract/sprinkleValues.ts +2 -0
package/lib/css/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 22 May 2024 19:45:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -200,6 +200,7 @@
|
|
|
200
200
|
--component-content-row-expansion-border-color: #000000;
|
|
201
201
|
--component-content-row-expansion-border-radius-top: 0;
|
|
202
202
|
--component-content-row-expansion-border-radius-bottom: 0.25rem;
|
|
203
|
+
--component-content-row-auto-layout-spacer-height: 1rem;
|
|
203
204
|
--component-content-tiles-color: #000000;
|
|
204
205
|
--component-content-tiles-background-color: #000000;
|
|
205
206
|
--component-content-tiles-border-radius: 0.25rem;
|
|
@@ -696,6 +697,7 @@
|
|
|
696
697
|
--component-sorting-header-pinned-border-radius: 0;
|
|
697
698
|
--component-sorting-header-pinned-shadow-height: 0.625rem;
|
|
698
699
|
--component-sorting-header-pinned-shadow-left-adjustment: -0.0625rem;
|
|
700
|
+
--component-sorting-header-auto-layout-spacer-height: 1rem;
|
|
699
701
|
--component-spinner-color-primary: #000000;
|
|
700
702
|
--component-spinner-color-secondary: #000000;
|
|
701
703
|
--component-spinner-color-white: #000000;
|
package/lib/css/utils.css
CHANGED
package/lib/dictionary.d.ts
CHANGED
|
@@ -3410,6 +3410,23 @@ export declare const dictionary: Readonly<{
|
|
|
3410
3410
|
path: string[];
|
|
3411
3411
|
};
|
|
3412
3412
|
};
|
|
3413
|
+
"content-row-auto-layout-spacer": {
|
|
3414
|
+
height: {
|
|
3415
|
+
value: string;
|
|
3416
|
+
filePath: string;
|
|
3417
|
+
isSource: boolean;
|
|
3418
|
+
original: {
|
|
3419
|
+
value: string;
|
|
3420
|
+
};
|
|
3421
|
+
name: string;
|
|
3422
|
+
attributes: {
|
|
3423
|
+
category: string;
|
|
3424
|
+
type: string;
|
|
3425
|
+
item: string;
|
|
3426
|
+
};
|
|
3427
|
+
path: string[];
|
|
3428
|
+
};
|
|
3429
|
+
};
|
|
3413
3430
|
"content-tiles": {
|
|
3414
3431
|
color: {
|
|
3415
3432
|
value: string;
|
|
@@ -11775,6 +11792,23 @@ export declare const dictionary: Readonly<{
|
|
|
11775
11792
|
};
|
|
11776
11793
|
};
|
|
11777
11794
|
};
|
|
11795
|
+
"sorting-header-auto-layout-spacer": {
|
|
11796
|
+
height: {
|
|
11797
|
+
value: string;
|
|
11798
|
+
filePath: string;
|
|
11799
|
+
isSource: boolean;
|
|
11800
|
+
original: {
|
|
11801
|
+
value: string;
|
|
11802
|
+
};
|
|
11803
|
+
name: string;
|
|
11804
|
+
attributes: {
|
|
11805
|
+
category: string;
|
|
11806
|
+
type: string;
|
|
11807
|
+
item: string;
|
|
11808
|
+
};
|
|
11809
|
+
path: string[];
|
|
11810
|
+
};
|
|
11811
|
+
};
|
|
11778
11812
|
spinner: {
|
|
11779
11813
|
color: {
|
|
11780
11814
|
primary: {
|
|
@@ -24099,6 +24133,23 @@ export declare const dictionary: Readonly<{
|
|
|
24099
24133
|
path: string[];
|
|
24100
24134
|
};
|
|
24101
24135
|
};
|
|
24136
|
+
"content-row-auto-layout-spacer": {
|
|
24137
|
+
height: {
|
|
24138
|
+
value: string;
|
|
24139
|
+
filePath: string;
|
|
24140
|
+
isSource: boolean;
|
|
24141
|
+
original: {
|
|
24142
|
+
value: string;
|
|
24143
|
+
};
|
|
24144
|
+
name: string;
|
|
24145
|
+
attributes: {
|
|
24146
|
+
category: string;
|
|
24147
|
+
type: string;
|
|
24148
|
+
item: string;
|
|
24149
|
+
};
|
|
24150
|
+
path: string[];
|
|
24151
|
+
};
|
|
24152
|
+
};
|
|
24102
24153
|
"content-tiles": {
|
|
24103
24154
|
color: {
|
|
24104
24155
|
value: string;
|
|
@@ -32464,6 +32515,23 @@ export declare const dictionary: Readonly<{
|
|
|
32464
32515
|
};
|
|
32465
32516
|
};
|
|
32466
32517
|
};
|
|
32518
|
+
"sorting-header-auto-layout-spacer": {
|
|
32519
|
+
height: {
|
|
32520
|
+
value: string;
|
|
32521
|
+
filePath: string;
|
|
32522
|
+
isSource: boolean;
|
|
32523
|
+
original: {
|
|
32524
|
+
value: string;
|
|
32525
|
+
};
|
|
32526
|
+
name: string;
|
|
32527
|
+
attributes: {
|
|
32528
|
+
category: string;
|
|
32529
|
+
type: string;
|
|
32530
|
+
item: string;
|
|
32531
|
+
};
|
|
32532
|
+
path: string[];
|
|
32533
|
+
};
|
|
32534
|
+
};
|
|
32467
32535
|
spinner: {
|
|
32468
32536
|
color: {
|
|
32469
32537
|
primary: {
|
|
@@ -44788,6 +44856,23 @@ export declare const dictionary: Readonly<{
|
|
|
44788
44856
|
path: string[];
|
|
44789
44857
|
};
|
|
44790
44858
|
};
|
|
44859
|
+
"content-row-auto-layout-spacer": {
|
|
44860
|
+
height: {
|
|
44861
|
+
value: string;
|
|
44862
|
+
filePath: string;
|
|
44863
|
+
isSource: boolean;
|
|
44864
|
+
original: {
|
|
44865
|
+
value: string;
|
|
44866
|
+
};
|
|
44867
|
+
name: string;
|
|
44868
|
+
attributes: {
|
|
44869
|
+
category: string;
|
|
44870
|
+
type: string;
|
|
44871
|
+
item: string;
|
|
44872
|
+
};
|
|
44873
|
+
path: string[];
|
|
44874
|
+
};
|
|
44875
|
+
};
|
|
44791
44876
|
"content-tiles": {
|
|
44792
44877
|
color: {
|
|
44793
44878
|
value: string;
|
|
@@ -53153,6 +53238,23 @@ export declare const dictionary: Readonly<{
|
|
|
53153
53238
|
};
|
|
53154
53239
|
};
|
|
53155
53240
|
};
|
|
53241
|
+
"sorting-header-auto-layout-spacer": {
|
|
53242
|
+
height: {
|
|
53243
|
+
value: string;
|
|
53244
|
+
filePath: string;
|
|
53245
|
+
isSource: boolean;
|
|
53246
|
+
original: {
|
|
53247
|
+
value: string;
|
|
53248
|
+
};
|
|
53249
|
+
name: string;
|
|
53250
|
+
attributes: {
|
|
53251
|
+
category: string;
|
|
53252
|
+
type: string;
|
|
53253
|
+
item: string;
|
|
53254
|
+
};
|
|
53255
|
+
path: string[];
|
|
53256
|
+
};
|
|
53257
|
+
};
|
|
53156
53258
|
spinner: {
|
|
53157
53259
|
color: {
|
|
53158
53260
|
primary: {
|
package/lib/font.css
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 22 May 2024 19:45:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: "Source Sans Pro";
|
|
8
8
|
font-style: normal;
|
|
9
9
|
font-weight: 400;
|
|
10
|
-
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
10
|
+
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-sans-pro-v9-latin-regular.woff2")
|
|
11
11
|
format("woff2"),
|
|
12
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
12
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-sans-pro-v9-latin-regular.woff")
|
|
13
13
|
format("woff");
|
|
14
14
|
font-display: fallback;
|
|
15
15
|
}
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
font-family: "Source Sans Pro";
|
|
18
18
|
font-style: italic;
|
|
19
19
|
font-weight: 400;
|
|
20
|
-
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
20
|
+
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-sans-pro-v9-latin-italic.woff2")
|
|
21
21
|
format("woff2"),
|
|
22
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
22
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-sans-pro-v9-latin-italic.woff")
|
|
23
23
|
format("woff");
|
|
24
24
|
font-display: fallback;
|
|
25
25
|
}
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
font-family: "Source Sans Pro";
|
|
28
28
|
font-style: normal;
|
|
29
29
|
font-weight: 600;
|
|
30
|
-
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
30
|
+
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-sans-pro-v9-latin-600.woff2")
|
|
31
31
|
format("woff2"),
|
|
32
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
32
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-sans-pro-v9-latin-600.woff")
|
|
33
33
|
format("woff");
|
|
34
34
|
font-display: fallback;
|
|
35
35
|
}
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
font-family: "Source Sans Pro";
|
|
38
38
|
font-style: italic;
|
|
39
39
|
font-weight: 600;
|
|
40
|
-
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
40
|
+
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-sans-pro-v9-latin-600italic.woff2")
|
|
41
41
|
format("woff2"),
|
|
42
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
42
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-sans-pro-v9-latin-600italic.woff")
|
|
43
43
|
format("woff");
|
|
44
44
|
font-display: fallback;
|
|
45
45
|
}
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
font-family: "Source Code Pro";
|
|
48
48
|
font-style: normal;
|
|
49
49
|
font-weight: 400;
|
|
50
|
-
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
50
|
+
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-code-pro-v6-latin-regular.woff2")
|
|
51
51
|
format("woff2"),
|
|
52
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
52
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-code-pro-v6-latin-regular.woff")
|
|
53
53
|
format("woff");
|
|
54
54
|
font-display: fallback;
|
|
55
55
|
}
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
font-family: "Source Code Pro";
|
|
58
58
|
font-style: italic;
|
|
59
59
|
font-weight: 400;
|
|
60
|
-
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
60
|
+
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-code-pro-v6-latin-italic.woff2")
|
|
61
61
|
format("woff2"),
|
|
62
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
62
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-code-pro-v6-latin-italic.woff")
|
|
63
63
|
format("woff");
|
|
64
64
|
font-display: fallback;
|
|
65
65
|
}
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
font-family: "Source Code Pro";
|
|
68
68
|
font-style: normal;
|
|
69
69
|
font-weight: 600;
|
|
70
|
-
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
70
|
+
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-code-pro-v6-latin-600.woff2")
|
|
71
71
|
format("woff2"),
|
|
72
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
72
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-code-pro-v6-latin-600.woff")
|
|
73
73
|
format("woff");
|
|
74
74
|
font-display: fallback;
|
|
75
75
|
}
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
font-family: "Source Code Pro";
|
|
78
78
|
font-style: italic;
|
|
79
79
|
font-weight: 600;
|
|
80
|
-
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
80
|
+
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-code-pro-v6-latin-600italic.woff2")
|
|
81
81
|
format("woff2"),
|
|
82
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
82
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/source-code-pro-v6-latin-600italic.woff")
|
|
83
83
|
format("woff");
|
|
84
84
|
font-display: fallback;
|
|
85
85
|
}
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
font-family: "SPS-Icons";
|
|
88
88
|
font-style: normal;
|
|
89
89
|
font-weight: 400;
|
|
90
|
-
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
90
|
+
src: url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/icomoon-sps-icons.svg")
|
|
91
91
|
format("svg"),
|
|
92
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
92
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/icomoon-sps-icons.truetype")
|
|
93
93
|
format("undefined"),
|
|
94
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
94
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/icomoon-sps-icons.woff")
|
|
95
95
|
format("woff"),
|
|
96
|
-
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.
|
|
96
|
+
url("https://cdn.dev.spsc.io/web/framework/design-system/ds/8.8.0/assets/fonts/icomoon-sps-icons.woff2")
|
|
97
97
|
format("woff2");
|
|
98
98
|
font-display: fallback;
|
|
99
99
|
}
|