@esri/calcite-design-tokens 4.0.0-next.19 → 4.0.0-next.20
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/dist/css/core.css +2 -2
- package/dist/css/global.css +2 -0
- package/dist/css/index.css +15 -15
- package/dist/css/light.css +5 -5
- package/dist/css/semantic.css +2 -0
- package/dist/docs/core.json +3 -3
- package/dist/docs/dark.json +1 -1
- package/dist/docs/global.json +55 -6
- package/dist/docs/light.json +6 -6
- package/dist/docs/semantic.json +50 -1
- package/dist/es6/core.js +2 -2
- package/dist/es6/global.d.ts +2 -0
- package/dist/es6/global.js +7 -5
- package/dist/es6/light.js +5 -5
- package/dist/es6/semantic.d.ts +2 -0
- package/dist/es6/semantic.js +2 -0
- package/dist/scss/core.scss +2 -2
- package/dist/scss/global.scss +2 -0
- package/dist/scss/index.scss +5 -5
- package/dist/scss/light.scss +5 -5
- package/dist/scss/semantic.scss +2 -0
- package/package.json +2 -2
package/dist/css/core.css
CHANGED
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
--calcite-color-high-saturation-orange-yellow-h-oy-040: #fbb664;
|
|
349
349
|
--calcite-color-high-saturation-orange-yellow-h-oy-050: #f9a845;
|
|
350
350
|
--calcite-color-high-saturation-orange-yellow-h-oy-060: #f89927;
|
|
351
|
-
--calcite-color-high-saturation-orange-yellow-h-oy-070: #
|
|
351
|
+
--calcite-color-high-saturation-orange-yellow-h-oy-070: #da7c0b;
|
|
352
352
|
--calcite-color-high-saturation-orange-yellow-h-oy-080: #9a5b10;
|
|
353
353
|
--calcite-color-high-saturation-orange-yellow-h-oy-090: #6d3f08;
|
|
354
354
|
--calcite-color-high-saturation-orange-yellow-h-oy-100: #402300;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
--calcite-color-vibrant-orange-yellow-v-oy-120: #ffb54d;
|
|
436
436
|
--calcite-color-vibrant-orange-yellow-v-oy-140: #ff9500;
|
|
437
437
|
--calcite-color-vibrant-orange-yellow-v-oy-160: #e68600;
|
|
438
|
-
--calcite-color-vibrant-orange-yellow-v-oy-180: #
|
|
438
|
+
--calcite-color-vibrant-orange-yellow-v-oy-180: #c26b00;
|
|
439
439
|
--calcite-color-vibrant-red-orange-v-ro-120: #ff824d;
|
|
440
440
|
--calcite-color-vibrant-red-orange-v-ro-140: #ff4d00;
|
|
441
441
|
--calcite-color-vibrant-red-orange-v-ro-160: #de4300;
|
package/dist/css/global.css
CHANGED
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
--calcite-size-fixed-xxl: 24px; /** deprecated */
|
|
105
105
|
--calcite-size-fixed-xxxl: 32px; /** deprecated */
|
|
106
106
|
--calcite-size-px: 1px;
|
|
107
|
+
--calcite-size-4xs: 0.625rem;
|
|
107
108
|
--calcite-size-xxxs: 0.75rem; /** Deprecated, use --calcite-size-3xs instead. */
|
|
108
109
|
--calcite-size-3xs: 0.75rem;
|
|
109
110
|
--calcite-size-xxs: 0.875rem; /** Deprecated, use --calcite-size-2xs instead. */
|
|
@@ -151,6 +152,7 @@
|
|
|
151
152
|
--calcite-space-xl: 1.25rem;
|
|
152
153
|
--calcite-space-2xl: 1.5rem;
|
|
153
154
|
--calcite-space-3xl: 2rem;
|
|
155
|
+
--calcite-space-4xl: 2.75rem;
|
|
154
156
|
--calcite-z-index-deep: -999999;
|
|
155
157
|
--calcite-z-index: 1;
|
|
156
158
|
--calcite-z-index-sticky: 300;
|
package/dist/css/index.css
CHANGED
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
--calcite-color-status-danger-hover: #a82b1e;
|
|
18
18
|
--calcite-color-status-danger: #d83020;
|
|
19
19
|
--calcite-color-status-warning-press: #9a5b10;
|
|
20
|
-
--calcite-color-status-warning-hover: #
|
|
21
|
-
--calcite-color-status-warning: #
|
|
22
|
-
--calcite-color-status-success-press: #
|
|
23
|
-
--calcite-color-status-success-hover: #
|
|
24
|
-
--calcite-color-status-success: #
|
|
20
|
+
--calcite-color-status-warning-hover: #c26b00;
|
|
21
|
+
--calcite-color-status-warning: #da7c0b;
|
|
22
|
+
--calcite-color-status-success-press: #0d3f14;
|
|
23
|
+
--calcite-color-status-success-hover: #1a6324;
|
|
24
|
+
--calcite-color-status-success: #288835;
|
|
25
25
|
--calcite-color-status-info-press: #00304d;
|
|
26
26
|
--calcite-color-status-info-hover: #004874;
|
|
27
27
|
--calcite-color-status-info: #00619b;
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
--calcite-color-status-danger-hover: #a82b1e;
|
|
71
71
|
--calcite-color-status-danger: #d83020;
|
|
72
72
|
--calcite-color-status-warning-press: #9a5b10;
|
|
73
|
-
--calcite-color-status-warning-hover: #
|
|
74
|
-
--calcite-color-status-warning: #
|
|
75
|
-
--calcite-color-status-success-press: #
|
|
76
|
-
--calcite-color-status-success-hover: #
|
|
77
|
-
--calcite-color-status-success: #
|
|
73
|
+
--calcite-color-status-warning-hover: #c26b00;
|
|
74
|
+
--calcite-color-status-warning: #da7c0b;
|
|
75
|
+
--calcite-color-status-success-press: #0d3f14;
|
|
76
|
+
--calcite-color-status-success-hover: #1a6324;
|
|
77
|
+
--calcite-color-status-success: #288835;
|
|
78
78
|
--calcite-color-status-info-press: #00304d;
|
|
79
79
|
--calcite-color-status-info-hover: #004874;
|
|
80
80
|
--calcite-color-status-info: #00619b;
|
|
@@ -177,11 +177,11 @@
|
|
|
177
177
|
--calcite-color-status-danger-hover: #a82b1e;
|
|
178
178
|
--calcite-color-status-danger: #d83020;
|
|
179
179
|
--calcite-color-status-warning-press: #9a5b10;
|
|
180
|
-
--calcite-color-status-warning-hover: #
|
|
181
|
-
--calcite-color-status-warning: #
|
|
182
|
-
--calcite-color-status-success-press: #
|
|
183
|
-
--calcite-color-status-success-hover: #
|
|
184
|
-
--calcite-color-status-success: #
|
|
180
|
+
--calcite-color-status-warning-hover: #c26b00;
|
|
181
|
+
--calcite-color-status-warning: #da7c0b;
|
|
182
|
+
--calcite-color-status-success-press: #0d3f14;
|
|
183
|
+
--calcite-color-status-success-hover: #1a6324;
|
|
184
|
+
--calcite-color-status-success: #288835;
|
|
185
185
|
--calcite-color-status-info-press: #00304d;
|
|
186
186
|
--calcite-color-status-info-hover: #004874;
|
|
187
187
|
--calcite-color-status-info: #00619b;
|
package/dist/css/light.css
CHANGED
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
--calcite-color-status-info: #00619b;
|
|
38
38
|
--calcite-color-status-info-hover: #004874;
|
|
39
39
|
--calcite-color-status-info-press: #00304d;
|
|
40
|
-
--calcite-color-status-success: #
|
|
41
|
-
--calcite-color-status-success-hover: #
|
|
42
|
-
--calcite-color-status-success-press: #
|
|
43
|
-
--calcite-color-status-warning: #
|
|
44
|
-
--calcite-color-status-warning-hover: #
|
|
40
|
+
--calcite-color-status-success: #288835;
|
|
41
|
+
--calcite-color-status-success-hover: #1a6324;
|
|
42
|
+
--calcite-color-status-success-press: #0d3f14;
|
|
43
|
+
--calcite-color-status-warning: #da7c0b;
|
|
44
|
+
--calcite-color-status-warning-hover: #c26b00;
|
|
45
45
|
--calcite-color-status-warning-press: #9a5b10;
|
|
46
46
|
--calcite-color-status-danger: #d83020;
|
|
47
47
|
--calcite-color-status-danger-hover: #a82b1e;
|
package/dist/css/semantic.css
CHANGED
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
--calcite-size-fixed-xxl: 24px; /** deprecated */
|
|
103
103
|
--calcite-size-fixed-xxxl: 32px; /** deprecated */
|
|
104
104
|
--calcite-size-px: 1px;
|
|
105
|
+
--calcite-size-4xs: 0.625rem;
|
|
105
106
|
--calcite-size-xxxs: 0.75rem; /** Deprecated, use --calcite-size-3xs instead. */
|
|
106
107
|
--calcite-size-3xs: 0.75rem;
|
|
107
108
|
--calcite-size-xxs: 0.875rem; /** Deprecated, use --calcite-size-2xs instead. */
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
--calcite-space-xl: 1.25rem;
|
|
150
151
|
--calcite-space-2xl: 1.5rem;
|
|
151
152
|
--calcite-space-3xl: 2rem;
|
|
153
|
+
--calcite-space-4xl: 2.75rem;
|
|
152
154
|
--calcite-z-index-deep: -999999;
|
|
153
155
|
--calcite-z-index: 1;
|
|
154
156
|
--calcite-z-index-sticky: 300;
|
package/dist/docs/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769721281638,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{core.color.neutral.blk-000}",
|
|
@@ -9678,7 +9678,7 @@
|
|
|
9678
9678
|
},
|
|
9679
9679
|
{
|
|
9680
9680
|
"key": "{core.color.high-saturation.orange-yellow.h-oy-070}",
|
|
9681
|
-
"value": "#
|
|
9681
|
+
"value": "#da7c0b",
|
|
9682
9682
|
"type": "color",
|
|
9683
9683
|
"attributes": {
|
|
9684
9684
|
"category": "color",
|
|
@@ -12114,7 +12114,7 @@
|
|
|
12114
12114
|
},
|
|
12115
12115
|
{
|
|
12116
12116
|
"key": "{core.color.vibrant.orange-yellow.v-oy-180}",
|
|
12117
|
-
"value": "#
|
|
12117
|
+
"value": "#c26b00",
|
|
12118
12118
|
"type": "color",
|
|
12119
12119
|
"attributes": {
|
|
12120
12120
|
"category": "color",
|
package/dist/docs/dark.json
CHANGED
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769721281296,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{color.surface.1}",
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
},
|
|
918
918
|
{
|
|
919
919
|
"key": "{color.status.success.default}",
|
|
920
|
-
"value": "{\"light\":\"#
|
|
920
|
+
"value": "{\"light\":\"#288835\",\"dark\":\"#36da43\"}",
|
|
921
921
|
"type": "color",
|
|
922
922
|
"attributes": {
|
|
923
923
|
"category": "color",
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
},
|
|
946
946
|
{
|
|
947
947
|
"key": "{color.status.success.hover}",
|
|
948
|
-
"value": "{\"light\":\"#
|
|
948
|
+
"value": "{\"light\":\"#1a6324\",\"dark\":\"#3bed52\"}",
|
|
949
949
|
"type": "color",
|
|
950
950
|
"attributes": {
|
|
951
951
|
"category": "color",
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
},
|
|
974
974
|
{
|
|
975
975
|
"key": "{color.status.success.press}",
|
|
976
|
-
"value": "{\"light\":\"#
|
|
976
|
+
"value": "{\"light\":\"#0d3f14\",\"dark\":\"#00b81b\"}",
|
|
977
977
|
"type": "color",
|
|
978
978
|
"attributes": {
|
|
979
979
|
"category": "color",
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
},
|
|
1002
1002
|
{
|
|
1003
1003
|
"key": "{color.status.warning.default}",
|
|
1004
|
-
"value": "{\"light\":\"#
|
|
1004
|
+
"value": "{\"light\":\"#da7c0b\",\"dark\":\"#f89927\"}",
|
|
1005
1005
|
"type": "color",
|
|
1006
1006
|
"attributes": {
|
|
1007
1007
|
"category": "color",
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
},
|
|
1030
1030
|
{
|
|
1031
1031
|
"key": "{color.status.warning.hover}",
|
|
1032
|
-
"value": "{\"light\":\"#
|
|
1032
|
+
"value": "{\"light\":\"#c26b00\",\"dark\":\"#ffb54d\"}",
|
|
1033
1033
|
"type": "color",
|
|
1034
1034
|
"attributes": {
|
|
1035
1035
|
"category": "color",
|
|
@@ -4955,6 +4955,31 @@
|
|
|
4955
4955
|
"name": "Size Px",
|
|
4956
4956
|
"path": ["size", "default", "px"]
|
|
4957
4957
|
},
|
|
4958
|
+
{
|
|
4959
|
+
"key": "{size.default.4xs}",
|
|
4960
|
+
"value": "0.625rem",
|
|
4961
|
+
"type": "dimension",
|
|
4962
|
+
"attributes": {
|
|
4963
|
+
"category": "size",
|
|
4964
|
+
"type": "default",
|
|
4965
|
+
"item": "4xs",
|
|
4966
|
+
"names": {
|
|
4967
|
+
"scss": "$calcite-size-4xs",
|
|
4968
|
+
"css": "var(--calcite-size-4xs)",
|
|
4969
|
+
"docs": "size.default.4xs",
|
|
4970
|
+
"es6": "calciteSize4xs"
|
|
4971
|
+
},
|
|
4972
|
+
"calcite-schema": {
|
|
4973
|
+
"system": "calcite",
|
|
4974
|
+
"tier": "semantic",
|
|
4975
|
+
"type": "dimension"
|
|
4976
|
+
}
|
|
4977
|
+
},
|
|
4978
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
4979
|
+
"isSource": true,
|
|
4980
|
+
"name": "Size 4xs",
|
|
4981
|
+
"path": ["size", "default", "4xs"]
|
|
4982
|
+
},
|
|
4958
4983
|
{
|
|
4959
4984
|
"key": "{size.default.xxxs}",
|
|
4960
4985
|
"value": "0.75rem",
|
|
@@ -6388,6 +6413,30 @@
|
|
|
6388
6413
|
"name": "Space 3xl",
|
|
6389
6414
|
"path": ["space", "3xl"]
|
|
6390
6415
|
},
|
|
6416
|
+
{
|
|
6417
|
+
"key": "{space.4xl}",
|
|
6418
|
+
"value": "2.75rem",
|
|
6419
|
+
"type": "dimension",
|
|
6420
|
+
"attributes": {
|
|
6421
|
+
"category": "spacing",
|
|
6422
|
+
"type": "4xl",
|
|
6423
|
+
"names": {
|
|
6424
|
+
"scss": "$calcite-space-4xl",
|
|
6425
|
+
"css": "var(--calcite-space-4xl)",
|
|
6426
|
+
"docs": "space.4xl",
|
|
6427
|
+
"es6": "calciteSpace4xl"
|
|
6428
|
+
},
|
|
6429
|
+
"calcite-schema": {
|
|
6430
|
+
"system": "calcite",
|
|
6431
|
+
"tier": "semantic",
|
|
6432
|
+
"type": "dimension"
|
|
6433
|
+
}
|
|
6434
|
+
},
|
|
6435
|
+
"filePath": "src/tokens/semantic/space.json",
|
|
6436
|
+
"isSource": true,
|
|
6437
|
+
"name": "Space 4xl",
|
|
6438
|
+
"path": ["space", "4xl"]
|
|
6439
|
+
},
|
|
6391
6440
|
{
|
|
6392
6441
|
"key": "{typography.default.default}",
|
|
6393
6442
|
"type": "typography",
|
package/dist/docs/light.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769721280724,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{color.surface.1}",
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
},
|
|
918
918
|
{
|
|
919
919
|
"key": "{color.status.success.default}",
|
|
920
|
-
"value": "#
|
|
920
|
+
"value": "#288835",
|
|
921
921
|
"type": "color",
|
|
922
922
|
"attributes": {
|
|
923
923
|
"category": "color",
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
},
|
|
946
946
|
{
|
|
947
947
|
"key": "{color.status.success.hover}",
|
|
948
|
-
"value": "#
|
|
948
|
+
"value": "#1a6324",
|
|
949
949
|
"type": "color",
|
|
950
950
|
"attributes": {
|
|
951
951
|
"category": "color",
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
},
|
|
974
974
|
{
|
|
975
975
|
"key": "{color.status.success.press}",
|
|
976
|
-
"value": "#
|
|
976
|
+
"value": "#0d3f14",
|
|
977
977
|
"type": "color",
|
|
978
978
|
"attributes": {
|
|
979
979
|
"category": "color",
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
},
|
|
1002
1002
|
{
|
|
1003
1003
|
"key": "{color.status.warning.default}",
|
|
1004
|
-
"value": "#
|
|
1004
|
+
"value": "#da7c0b",
|
|
1005
1005
|
"type": "color",
|
|
1006
1006
|
"attributes": {
|
|
1007
1007
|
"category": "color",
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
},
|
|
1030
1030
|
{
|
|
1031
1031
|
"key": "{color.status.warning.hover}",
|
|
1032
|
-
"value": "#
|
|
1032
|
+
"value": "#c26b00",
|
|
1033
1033
|
"type": "color",
|
|
1034
1034
|
"attributes": {
|
|
1035
1035
|
"category": "color",
|
package/dist/docs/semantic.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769721281538,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{border.width.none}",
|
|
@@ -3047,6 +3047,31 @@
|
|
|
3047
3047
|
"name": "Size Px",
|
|
3048
3048
|
"path": ["size", "default", "px"]
|
|
3049
3049
|
},
|
|
3050
|
+
{
|
|
3051
|
+
"key": "{size.default.4xs}",
|
|
3052
|
+
"value": "0.625rem",
|
|
3053
|
+
"type": "dimension",
|
|
3054
|
+
"attributes": {
|
|
3055
|
+
"category": "size",
|
|
3056
|
+
"type": "default",
|
|
3057
|
+
"item": "4xs",
|
|
3058
|
+
"names": {
|
|
3059
|
+
"scss": "$calcite-size-4xs",
|
|
3060
|
+
"css": "var(--calcite-size-4xs)",
|
|
3061
|
+
"docs": "size.default.4xs",
|
|
3062
|
+
"es6": "calciteSize4xs"
|
|
3063
|
+
},
|
|
3064
|
+
"calcite-schema": {
|
|
3065
|
+
"system": "calcite",
|
|
3066
|
+
"tier": "semantic",
|
|
3067
|
+
"type": "dimension"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
3071
|
+
"isSource": true,
|
|
3072
|
+
"name": "Size 4xs",
|
|
3073
|
+
"path": ["size", "default", "4xs"]
|
|
3074
|
+
},
|
|
3050
3075
|
{
|
|
3051
3076
|
"key": "{size.default.xxxs}",
|
|
3052
3077
|
"value": "0.75rem",
|
|
@@ -4480,6 +4505,30 @@
|
|
|
4480
4505
|
"name": "Space 3xl",
|
|
4481
4506
|
"path": ["space", "3xl"]
|
|
4482
4507
|
},
|
|
4508
|
+
{
|
|
4509
|
+
"key": "{space.4xl}",
|
|
4510
|
+
"value": "2.75rem",
|
|
4511
|
+
"type": "dimension",
|
|
4512
|
+
"attributes": {
|
|
4513
|
+
"category": "spacing",
|
|
4514
|
+
"type": "4xl",
|
|
4515
|
+
"names": {
|
|
4516
|
+
"scss": "$calcite-space-4xl",
|
|
4517
|
+
"css": "var(--calcite-space-4xl)",
|
|
4518
|
+
"docs": "space.4xl",
|
|
4519
|
+
"es6": "calciteSpace4xl"
|
|
4520
|
+
},
|
|
4521
|
+
"calcite-schema": {
|
|
4522
|
+
"system": "calcite",
|
|
4523
|
+
"tier": "semantic",
|
|
4524
|
+
"type": "dimension"
|
|
4525
|
+
}
|
|
4526
|
+
},
|
|
4527
|
+
"filePath": "src/tokens/semantic/space.json",
|
|
4528
|
+
"isSource": true,
|
|
4529
|
+
"name": "Space 4xl",
|
|
4530
|
+
"path": ["space", "4xl"]
|
|
4531
|
+
},
|
|
4483
4532
|
{
|
|
4484
4533
|
"key": "{z-index.deep}",
|
|
4485
4534
|
"value": "-999999",
|
package/dist/es6/core.js
CHANGED
|
@@ -347,7 +347,7 @@ export const calciteColorHighSaturationOrangeYellowHOy030 = "#fcc582";
|
|
|
347
347
|
export const calciteColorHighSaturationOrangeYellowHOy040 = "#fbb664";
|
|
348
348
|
export const calciteColorHighSaturationOrangeYellowHOy050 = "#f9a845";
|
|
349
349
|
export const calciteColorHighSaturationOrangeYellowHOy060 = "#f89927";
|
|
350
|
-
export const calciteColorHighSaturationOrangeYellowHOy070 = "#
|
|
350
|
+
export const calciteColorHighSaturationOrangeYellowHOy070 = "#da7c0b";
|
|
351
351
|
export const calciteColorHighSaturationOrangeYellowHOy080 = "#9a5b10";
|
|
352
352
|
export const calciteColorHighSaturationOrangeYellowHOy090 = "#6d3f08";
|
|
353
353
|
export const calciteColorHighSaturationOrangeYellowHOy100 = "#402300";
|
|
@@ -434,7 +434,7 @@ export const calciteColorVibrantYellowVYy180 = "#ebba17";
|
|
|
434
434
|
export const calciteColorVibrantOrangeYellowVOy120 = "#ffb54d";
|
|
435
435
|
export const calciteColorVibrantOrangeYellowVOy140 = "#ff9500";
|
|
436
436
|
export const calciteColorVibrantOrangeYellowVOy160 = "#e68600";
|
|
437
|
-
export const calciteColorVibrantOrangeYellowVOy180 = "#
|
|
437
|
+
export const calciteColorVibrantOrangeYellowVOy180 = "#c26b00";
|
|
438
438
|
export const calciteColorVibrantRedOrangeVRo120 = "#ff824d";
|
|
439
439
|
export const calciteColorVibrantRedOrangeVRo140 = "#ff4d00";
|
|
440
440
|
export const calciteColorVibrantRedOrangeVRo160 = "#de4300";
|
package/dist/es6/global.d.ts
CHANGED
|
@@ -251,6 +251,7 @@ export const calciteSizeFixedXxl: string;
|
|
|
251
251
|
/** deprecated */
|
|
252
252
|
export const calciteSizeFixedXxxl: string;
|
|
253
253
|
export const calciteSizePx: string;
|
|
254
|
+
export const calciteSize4xs: string;
|
|
254
255
|
/** Deprecated, use --calcite-size-3xs instead. */
|
|
255
256
|
export const calciteSizeXxxs: string;
|
|
256
257
|
export const calciteSize3xs: string;
|
|
@@ -323,6 +324,7 @@ export const calciteSpaceLg: string;
|
|
|
323
324
|
export const calciteSpaceXl: string;
|
|
324
325
|
export const calciteSpace2xl: string;
|
|
325
326
|
export const calciteSpace3xl: string;
|
|
327
|
+
export const calciteSpace4xl: string;
|
|
326
328
|
export const calciteTypography: {
|
|
327
329
|
fontFamily: string[];
|
|
328
330
|
fontSize: string;
|
package/dist/es6/global.js
CHANGED
|
@@ -55,18 +55,18 @@ export const calciteColorStatusInfoPress = {
|
|
|
55
55
|
light: "#00304d",
|
|
56
56
|
dark: "#009af2",
|
|
57
57
|
};
|
|
58
|
-
export const calciteColorStatusSuccess = { light: "#
|
|
58
|
+
export const calciteColorStatusSuccess = { light: "#288835", dark: "#36da43" };
|
|
59
59
|
export const calciteColorStatusSuccessHover = {
|
|
60
|
-
light: "#
|
|
60
|
+
light: "#1a6324",
|
|
61
61
|
dark: "#3bed52",
|
|
62
62
|
};
|
|
63
63
|
export const calciteColorStatusSuccessPress = {
|
|
64
|
-
light: "#
|
|
64
|
+
light: "#0d3f14",
|
|
65
65
|
dark: "#00b81b",
|
|
66
66
|
};
|
|
67
|
-
export const calciteColorStatusWarning = { light: "#
|
|
67
|
+
export const calciteColorStatusWarning = { light: "#da7c0b", dark: "#f89927" };
|
|
68
68
|
export const calciteColorStatusWarningHover = {
|
|
69
|
-
light: "#
|
|
69
|
+
light: "#c26b00",
|
|
70
70
|
dark: "#ffb54d",
|
|
71
71
|
};
|
|
72
72
|
export const calciteColorStatusWarningPress = {
|
|
@@ -256,6 +256,7 @@ export const calciteSizeFixedXl = "20px"; // deprecated
|
|
|
256
256
|
export const calciteSizeFixedXxl = "24px"; // deprecated
|
|
257
257
|
export const calciteSizeFixedXxxl = "32px"; // deprecated
|
|
258
258
|
export const calciteSizePx = "1px";
|
|
259
|
+
export const calciteSize4xs = "0.625rem";
|
|
259
260
|
export const calciteSizeXxxs = "0.75rem"; // Deprecated, use --calcite-size-3xs instead.
|
|
260
261
|
export const calciteSize3xs = "0.75rem";
|
|
261
262
|
export const calciteSizeXxs = "0.875rem"; // Deprecated, use --calcite-size-2xs instead.
|
|
@@ -303,6 +304,7 @@ export const calciteSpaceLg = "1rem";
|
|
|
303
304
|
export const calciteSpaceXl = "1.25rem";
|
|
304
305
|
export const calciteSpace2xl = "1.5rem";
|
|
305
306
|
export const calciteSpace3xl = "2rem";
|
|
307
|
+
export const calciteSpace4xl = "2.75rem";
|
|
306
308
|
export const calciteTypography = {
|
|
307
309
|
fontFamily: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
|
|
308
310
|
fontSize: "14px",
|
package/dist/es6/light.js
CHANGED
|
@@ -36,11 +36,11 @@ export const calciteColorInversePress = "#212121";
|
|
|
36
36
|
export const calciteColorStatusInfo = "#00619b";
|
|
37
37
|
export const calciteColorStatusInfoHover = "#004874";
|
|
38
38
|
export const calciteColorStatusInfoPress = "#00304d";
|
|
39
|
-
export const calciteColorStatusSuccess = "#
|
|
40
|
-
export const calciteColorStatusSuccessHover = "#
|
|
41
|
-
export const calciteColorStatusSuccessPress = "#
|
|
42
|
-
export const calciteColorStatusWarning = "#
|
|
43
|
-
export const calciteColorStatusWarningHover = "#
|
|
39
|
+
export const calciteColorStatusSuccess = "#288835";
|
|
40
|
+
export const calciteColorStatusSuccessHover = "#1a6324";
|
|
41
|
+
export const calciteColorStatusSuccessPress = "#0d3f14";
|
|
42
|
+
export const calciteColorStatusWarning = "#da7c0b";
|
|
43
|
+
export const calciteColorStatusWarningHover = "#c26b00";
|
|
44
44
|
export const calciteColorStatusWarningPress = "#9a5b10";
|
|
45
45
|
export const calciteColorStatusDanger = "#d83020";
|
|
46
46
|
export const calciteColorStatusDangerHover = "#a82b1e";
|
package/dist/es6/semantic.d.ts
CHANGED
|
@@ -161,6 +161,7 @@ export const calciteSizeFixedXxl: string;
|
|
|
161
161
|
/** deprecated */
|
|
162
162
|
export const calciteSizeFixedXxxl: string;
|
|
163
163
|
export const calciteSizePx: string;
|
|
164
|
+
export const calciteSize4xs: string;
|
|
164
165
|
/** Deprecated, use --calcite-size-3xs instead. */
|
|
165
166
|
export const calciteSizeXxxs: string;
|
|
166
167
|
export const calciteSize3xs: string;
|
|
@@ -233,6 +234,7 @@ export const calciteSpaceLg: string;
|
|
|
233
234
|
export const calciteSpaceXl: string;
|
|
234
235
|
export const calciteSpace2xl: string;
|
|
235
236
|
export const calciteSpace3xl: string;
|
|
237
|
+
export const calciteSpace4xl: string;
|
|
236
238
|
export const calciteZIndexDeep: string;
|
|
237
239
|
export const calciteZIndex: string;
|
|
238
240
|
export const calciteZIndexSticky: string;
|
package/dist/es6/semantic.js
CHANGED
|
@@ -134,6 +134,7 @@ export const calciteSizeFixedXl = "20px"; // deprecated
|
|
|
134
134
|
export const calciteSizeFixedXxl = "24px"; // deprecated
|
|
135
135
|
export const calciteSizeFixedXxxl = "32px"; // deprecated
|
|
136
136
|
export const calciteSizePx = "1px";
|
|
137
|
+
export const calciteSize4xs = "0.625rem";
|
|
137
138
|
export const calciteSizeXxxs = "0.75rem"; // Deprecated, use --calcite-size-3xs instead.
|
|
138
139
|
export const calciteSize3xs = "0.75rem";
|
|
139
140
|
export const calciteSizeXxs = "0.875rem"; // Deprecated, use --calcite-size-2xs instead.
|
|
@@ -181,6 +182,7 @@ export const calciteSpaceLg = "1rem";
|
|
|
181
182
|
export const calciteSpaceXl = "1.25rem";
|
|
182
183
|
export const calciteSpace2xl = "1.5rem";
|
|
183
184
|
export const calciteSpace3xl = "2rem";
|
|
185
|
+
export const calciteSpace4xl = "2.75rem";
|
|
184
186
|
export const calciteZIndexDeep = "-999999";
|
|
185
187
|
export const calciteZIndex = "1";
|
|
186
188
|
export const calciteZIndexSticky = "300";
|
package/dist/scss/core.scss
CHANGED
|
@@ -346,7 +346,7 @@ $calcite-color-high-saturation-orange-yellow-h-oy-030: #fcc582;
|
|
|
346
346
|
$calcite-color-high-saturation-orange-yellow-h-oy-040: #fbb664;
|
|
347
347
|
$calcite-color-high-saturation-orange-yellow-h-oy-050: #f9a845;
|
|
348
348
|
$calcite-color-high-saturation-orange-yellow-h-oy-060: #f89927;
|
|
349
|
-
$calcite-color-high-saturation-orange-yellow-h-oy-070: #
|
|
349
|
+
$calcite-color-high-saturation-orange-yellow-h-oy-070: #da7c0b;
|
|
350
350
|
$calcite-color-high-saturation-orange-yellow-h-oy-080: #9a5b10;
|
|
351
351
|
$calcite-color-high-saturation-orange-yellow-h-oy-090: #6d3f08;
|
|
352
352
|
$calcite-color-high-saturation-orange-yellow-h-oy-100: #402300;
|
|
@@ -433,7 +433,7 @@ $calcite-color-vibrant-yellow-v-yy-180: #ebba17;
|
|
|
433
433
|
$calcite-color-vibrant-orange-yellow-v-oy-120: #ffb54d;
|
|
434
434
|
$calcite-color-vibrant-orange-yellow-v-oy-140: #ff9500;
|
|
435
435
|
$calcite-color-vibrant-orange-yellow-v-oy-160: #e68600;
|
|
436
|
-
$calcite-color-vibrant-orange-yellow-v-oy-180: #
|
|
436
|
+
$calcite-color-vibrant-orange-yellow-v-oy-180: #c26b00;
|
|
437
437
|
$calcite-color-vibrant-red-orange-v-ro-120: #ff824d;
|
|
438
438
|
$calcite-color-vibrant-red-orange-v-ro-140: #ff4d00;
|
|
439
439
|
$calcite-color-vibrant-red-orange-v-ro-160: #de4300;
|
package/dist/scss/global.scss
CHANGED
|
@@ -102,6 +102,7 @@ $calcite-size-fixed-xl: 20px; // deprecated
|
|
|
102
102
|
$calcite-size-fixed-xxl: 24px; // deprecated
|
|
103
103
|
$calcite-size-fixed-xxxl: 32px; // deprecated
|
|
104
104
|
$calcite-size-px: 1px;
|
|
105
|
+
$calcite-size-4xs: 0.625rem;
|
|
105
106
|
$calcite-size-xxxs: 0.75rem; // Deprecated, use --calcite-size-3xs instead.
|
|
106
107
|
$calcite-size-3xs: 0.75rem;
|
|
107
108
|
$calcite-size-xxs: 0.875rem; // Deprecated, use --calcite-size-2xs instead.
|
|
@@ -149,6 +150,7 @@ $calcite-space-lg: 1rem;
|
|
|
149
150
|
$calcite-space-xl: 1.25rem;
|
|
150
151
|
$calcite-space-2xl: 1.5rem;
|
|
151
152
|
$calcite-space-3xl: 2rem;
|
|
153
|
+
$calcite-space-4xl: 2.75rem;
|
|
152
154
|
$calcite-z-index-deep: -999999;
|
|
153
155
|
$calcite-z-index: 1;
|
|
154
156
|
$calcite-z-index-sticky: 300;
|
package/dist/scss/index.scss
CHANGED
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
--calcite-color-status-danger-hover: #a82b1e;
|
|
19
19
|
--calcite-color-status-danger: #d83020;
|
|
20
20
|
--calcite-color-status-warning-press: #9a5b10;
|
|
21
|
-
--calcite-color-status-warning-hover: #
|
|
22
|
-
--calcite-color-status-warning: #
|
|
23
|
-
--calcite-color-status-success-press: #
|
|
24
|
-
--calcite-color-status-success-hover: #
|
|
25
|
-
--calcite-color-status-success: #
|
|
21
|
+
--calcite-color-status-warning-hover: #c26b00;
|
|
22
|
+
--calcite-color-status-warning: #da7c0b;
|
|
23
|
+
--calcite-color-status-success-press: #0d3f14;
|
|
24
|
+
--calcite-color-status-success-hover: #1a6324;
|
|
25
|
+
--calcite-color-status-success: #288835;
|
|
26
26
|
--calcite-color-status-info-press: #00304d;
|
|
27
27
|
--calcite-color-status-info-hover: #004874;
|
|
28
28
|
--calcite-color-status-info: #00619b;
|
package/dist/scss/light.scss
CHANGED
|
@@ -35,11 +35,11 @@ $calcite-color-inverse-press: #212121;
|
|
|
35
35
|
$calcite-color-status-info: #00619b;
|
|
36
36
|
$calcite-color-status-info-hover: #004874;
|
|
37
37
|
$calcite-color-status-info-press: #00304d;
|
|
38
|
-
$calcite-color-status-success: #
|
|
39
|
-
$calcite-color-status-success-hover: #
|
|
40
|
-
$calcite-color-status-success-press: #
|
|
41
|
-
$calcite-color-status-warning: #
|
|
42
|
-
$calcite-color-status-warning-hover: #
|
|
38
|
+
$calcite-color-status-success: #288835;
|
|
39
|
+
$calcite-color-status-success-hover: #1a6324;
|
|
40
|
+
$calcite-color-status-success-press: #0d3f14;
|
|
41
|
+
$calcite-color-status-warning: #da7c0b;
|
|
42
|
+
$calcite-color-status-warning-hover: #c26b00;
|
|
43
43
|
$calcite-color-status-warning-press: #9a5b10;
|
|
44
44
|
$calcite-color-status-danger: #d83020;
|
|
45
45
|
$calcite-color-status-danger-hover: #a82b1e;
|
package/dist/scss/semantic.scss
CHANGED
|
@@ -100,6 +100,7 @@ $calcite-size-fixed-xl: 20px; // deprecated
|
|
|
100
100
|
$calcite-size-fixed-xxl: 24px; // deprecated
|
|
101
101
|
$calcite-size-fixed-xxxl: 32px; // deprecated
|
|
102
102
|
$calcite-size-px: 1px;
|
|
103
|
+
$calcite-size-4xs: 0.625rem;
|
|
103
104
|
$calcite-size-xxxs: 0.75rem; // Deprecated, use --calcite-size-3xs instead.
|
|
104
105
|
$calcite-size-3xs: 0.75rem;
|
|
105
106
|
$calcite-size-xxs: 0.875rem; // Deprecated, use --calcite-size-2xs instead.
|
|
@@ -147,6 +148,7 @@ $calcite-space-lg: 1rem;
|
|
|
147
148
|
$calcite-space-xl: 1.25rem;
|
|
148
149
|
$calcite-space-2xl: 1.5rem;
|
|
149
150
|
$calcite-space-3xl: 2rem;
|
|
151
|
+
$calcite-space-4xl: 2.75rem;
|
|
150
152
|
$calcite-z-index-deep: -999999;
|
|
151
153
|
$calcite-z-index: 1;
|
|
152
154
|
$calcite-z-index-sticky: 300;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.20",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"vitest": "4.0.16"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "23e373d0d1b2d3a9581182312a9ad8d4c5f9c279"
|
|
51
51
|
}
|