@esri/calcite-design-tokens 3.1.0-next.7 → 3.1.0-next.8
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/dark.css +1 -0
- package/dist/css/global.css +1 -1
- package/dist/css/index.css +5 -0
- package/dist/css/light.css +1 -0
- package/dist/css/semantic.css +1 -1
- package/dist/docs/core.json +1 -1
- package/dist/docs/dark.json +28 -1
- package/dist/docs/global.json +28 -1
- package/dist/docs/light.json +28 -1
- package/dist/docs/semantic.json +1 -1
- package/dist/es6/dark.d.ts +1 -0
- package/dist/es6/dark.js +1 -0
- package/dist/es6/global.d.ts +1 -0
- package/dist/es6/global.js +1 -0
- package/dist/es6/light.d.ts +1 -0
- package/dist/es6/light.js +1 -0
- package/dist/js/dark.d.ts +1 -0
- package/dist/js/dark.js +34 -0
- package/dist/js/global.d.ts +1 -0
- package/dist/js/global.js +38 -1
- package/dist/js/light.d.ts +1 -0
- package/dist/js/light.js +34 -0
- package/dist/js/semantic.js +1 -1
- package/dist/scss/dark.scss +1 -0
- package/dist/scss/global.scss +1 -1
- package/dist/scss/index.scss +2 -0
- package/dist/scss/light.scss +1 -0
- package/dist/scss/semantic.scss +1 -1
- package/package.json +2 -2
package/dist/css/dark.css
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
--calcite-color-text-1: #ffffff;
|
|
40
40
|
--calcite-color-text-2: #bfbfbf;
|
|
41
41
|
--calcite-color-text-3: #9e9e9e;
|
|
42
|
+
--calcite-color-text-highlight: #c7eaff;
|
|
42
43
|
--calcite-color-text-inverse: #141414;
|
|
43
44
|
--calcite-color-text-link: #00a0ff;
|
|
44
45
|
--calcite-color-border-1: #545454;
|
package/dist/css/global.css
CHANGED
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
--calcite-z-index-modal: 800;
|
|
115
115
|
--calcite-z-index-popup: 900;
|
|
116
116
|
--calcite-z-index-tooltip: 901;
|
|
117
|
-
--calcite-corner-radius: var(--calcite-corner-radius-
|
|
117
|
+
--calcite-corner-radius: var(--calcite-corner-radius-none);
|
|
118
118
|
--calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
|
|
119
119
|
--calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
|
|
120
120
|
}
|
package/dist/css/index.css
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
--calcite-color-border-1: #c9c9c9;
|
|
15
15
|
--calcite-color-text-link: #00619b;
|
|
16
16
|
--calcite-color-text-inverse: #ffffff;
|
|
17
|
+
--calcite-color-text-highlight: #004874;
|
|
17
18
|
--calcite-color-text-3: #6b6b6b;
|
|
18
19
|
--calcite-color-text-2: #4a4a4a;
|
|
19
20
|
--calcite-color-text-1: #141414;
|
|
@@ -60,6 +61,7 @@
|
|
|
60
61
|
--calcite-color-border-1: #c9c9c9;
|
|
61
62
|
--calcite-color-text-link: #00619b;
|
|
62
63
|
--calcite-color-text-inverse: #ffffff;
|
|
64
|
+
--calcite-color-text-highlight: #004874;
|
|
63
65
|
--calcite-color-text-3: #6b6b6b;
|
|
64
66
|
--calcite-color-text-2: #4a4a4a;
|
|
65
67
|
--calcite-color-text-1: #141414;
|
|
@@ -107,6 +109,7 @@
|
|
|
107
109
|
--calcite-color-border-1: #545454;
|
|
108
110
|
--calcite-color-text-link: #00a0ff;
|
|
109
111
|
--calcite-color-text-inverse: #141414;
|
|
112
|
+
--calcite-color-text-highlight: #c7eaff;
|
|
110
113
|
--calcite-color-text-3: #9e9e9e;
|
|
111
114
|
--calcite-color-text-2: #bfbfbf;
|
|
112
115
|
--calcite-color-text-1: #ffffff;
|
|
@@ -153,6 +156,7 @@
|
|
|
153
156
|
--calcite-color-border-1: #c9c9c9;
|
|
154
157
|
--calcite-color-text-link: #00619b;
|
|
155
158
|
--calcite-color-text-inverse: #ffffff;
|
|
159
|
+
--calcite-color-text-highlight: #004874;
|
|
156
160
|
--calcite-color-text-3: #6b6b6b;
|
|
157
161
|
--calcite-color-text-2: #4a4a4a;
|
|
158
162
|
--calcite-color-text-1: #141414;
|
|
@@ -198,6 +202,7 @@
|
|
|
198
202
|
--calcite-color-border-1: #545454;
|
|
199
203
|
--calcite-color-text-link: #00a0ff;
|
|
200
204
|
--calcite-color-text-inverse: #141414;
|
|
205
|
+
--calcite-color-text-highlight: #c7eaff;
|
|
201
206
|
--calcite-color-text-3: #9e9e9e;
|
|
202
207
|
--calcite-color-text-2: #bfbfbf;
|
|
203
208
|
--calcite-color-text-1: #ffffff;
|
package/dist/css/light.css
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
--calcite-color-text-1: #141414;
|
|
40
40
|
--calcite-color-text-2: #4a4a4a;
|
|
41
41
|
--calcite-color-text-3: #6b6b6b;
|
|
42
|
+
--calcite-color-text-highlight: #004874;
|
|
42
43
|
--calcite-color-text-inverse: #ffffff;
|
|
43
44
|
--calcite-color-text-link: #00619b;
|
|
44
45
|
--calcite-color-border-1: #c9c9c9;
|
package/dist/css/semantic.css
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
--calcite-z-index-modal: 800;
|
|
135
135
|
--calcite-z-index-popup: 900;
|
|
136
136
|
--calcite-z-index-tooltip: 901;
|
|
137
|
-
--calcite-corner-radius: var(--calcite-corner-radius-
|
|
137
|
+
--calcite-corner-radius: var(--calcite-corner-radius-none);
|
|
138
138
|
--calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
|
|
139
139
|
--calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
|
|
140
140
|
}
|
package/dist/docs/core.json
CHANGED
package/dist/docs/dark.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1747112036160,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"value": "#363636",
|
|
@@ -968,6 +968,33 @@
|
|
|
968
968
|
"path": ["semantic", "color", "text", "3"],
|
|
969
969
|
"key": "{semantic.color.text.3}"
|
|
970
970
|
},
|
|
971
|
+
{
|
|
972
|
+
"value": "#c7eaff",
|
|
973
|
+
"type": "color",
|
|
974
|
+
"attributes": {
|
|
975
|
+
"category": "color",
|
|
976
|
+
"type": "color",
|
|
977
|
+
"item": "text",
|
|
978
|
+
"subitem": "highlight",
|
|
979
|
+
"names": {
|
|
980
|
+
"scss": "$calcite-color-text-highlight",
|
|
981
|
+
"css": "var(--calcite-color-text-highlight)",
|
|
982
|
+
"js": "semantic.color.text.highlight",
|
|
983
|
+
"docs": "semantic.color.text.highlight",
|
|
984
|
+
"es6": "calciteColorTextHighlight"
|
|
985
|
+
},
|
|
986
|
+
"calcite-schema": {
|
|
987
|
+
"system": "calcite",
|
|
988
|
+
"tier": "color",
|
|
989
|
+
"type": "color"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
"filePath": "src/tokens/semantic/color/dark.json",
|
|
993
|
+
"isSource": true,
|
|
994
|
+
"name": "Color Text Highlight",
|
|
995
|
+
"path": ["semantic", "color", "text", "highlight"],
|
|
996
|
+
"key": "{semantic.color.text.highlight}"
|
|
997
|
+
},
|
|
971
998
|
{
|
|
972
999
|
"value": "#141414",
|
|
973
1000
|
"type": "color",
|
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1747112038317,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"value": "{\"light\":\"#f7f7f7\",\"dark\":\"#363636\"}",
|
|
@@ -966,6 +966,33 @@
|
|
|
966
966
|
"path": ["semantic", "color", "text", "3"],
|
|
967
967
|
"key": "{semantic.color.text.3}"
|
|
968
968
|
},
|
|
969
|
+
{
|
|
970
|
+
"value": "{\"light\":\"#004874\",\"dark\":\"#c7eaff\"}",
|
|
971
|
+
"type": "color",
|
|
972
|
+
"attributes": {
|
|
973
|
+
"category": "color",
|
|
974
|
+
"type": "color",
|
|
975
|
+
"item": "text",
|
|
976
|
+
"subitem": "highlight",
|
|
977
|
+
"names": {
|
|
978
|
+
"scss": "$calcite-color-text-highlight",
|
|
979
|
+
"css": "var(--calcite-color-text-highlight)",
|
|
980
|
+
"js": "semantic.color.text.highlight",
|
|
981
|
+
"docs": "semantic.color.text.highlight",
|
|
982
|
+
"es6": "calciteColorTextHighlight"
|
|
983
|
+
},
|
|
984
|
+
"calcite-schema": {
|
|
985
|
+
"system": "calcite",
|
|
986
|
+
"tier": "color",
|
|
987
|
+
"type": "color"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
991
|
+
"isSource": false,
|
|
992
|
+
"name": "Color Text Highlight",
|
|
993
|
+
"path": ["semantic", "color", "text", "highlight"],
|
|
994
|
+
"key": "{semantic.color.text.highlight}"
|
|
995
|
+
},
|
|
969
996
|
{
|
|
970
997
|
"value": "{\"light\":\"#ffffff\",\"dark\":\"#141414\"}",
|
|
971
998
|
"type": "color",
|
package/dist/docs/light.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1747112037052,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"value": "#f7f7f7",
|
|
@@ -966,6 +966,33 @@
|
|
|
966
966
|
"path": ["semantic", "color", "text", "3"],
|
|
967
967
|
"key": "{semantic.color.text.3}"
|
|
968
968
|
},
|
|
969
|
+
{
|
|
970
|
+
"value": "#004874",
|
|
971
|
+
"type": "color",
|
|
972
|
+
"attributes": {
|
|
973
|
+
"category": "color",
|
|
974
|
+
"type": "color",
|
|
975
|
+
"item": "text",
|
|
976
|
+
"subitem": "highlight",
|
|
977
|
+
"names": {
|
|
978
|
+
"scss": "$calcite-color-text-highlight",
|
|
979
|
+
"css": "var(--calcite-color-text-highlight)",
|
|
980
|
+
"js": "semantic.color.text.highlight",
|
|
981
|
+
"docs": "semantic.color.text.highlight",
|
|
982
|
+
"es6": "calciteColorTextHighlight"
|
|
983
|
+
},
|
|
984
|
+
"calcite-schema": {
|
|
985
|
+
"system": "calcite",
|
|
986
|
+
"tier": "color",
|
|
987
|
+
"type": "color"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
991
|
+
"isSource": true,
|
|
992
|
+
"name": "Color Text Highlight",
|
|
993
|
+
"path": ["semantic", "color", "text", "highlight"],
|
|
994
|
+
"key": "{semantic.color.text.highlight}"
|
|
995
|
+
},
|
|
969
996
|
{
|
|
970
997
|
"value": "#ffffff",
|
|
971
998
|
"type": "color",
|
package/dist/docs/semantic.json
CHANGED
package/dist/es6/dark.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export const calciteColorInversePress: string;
|
|
|
38
38
|
export const calciteColorText1: string;
|
|
39
39
|
export const calciteColorText2: string;
|
|
40
40
|
export const calciteColorText3: string;
|
|
41
|
+
export const calciteColorTextHighlight: string;
|
|
41
42
|
export const calciteColorTextInverse: string;
|
|
42
43
|
export const calciteColorTextLink: string;
|
|
43
44
|
export const calciteColorBorder1: string;
|
package/dist/es6/dark.js
CHANGED
|
@@ -38,6 +38,7 @@ export const calciteColorInversePress = "#f2f2f2";
|
|
|
38
38
|
export const calciteColorText1 = "#ffffff";
|
|
39
39
|
export const calciteColorText2 = "#bfbfbf";
|
|
40
40
|
export const calciteColorText3 = "#9e9e9e";
|
|
41
|
+
export const calciteColorTextHighlight = "#c7eaff";
|
|
41
42
|
export const calciteColorTextInverse = "#141414";
|
|
42
43
|
export const calciteColorTextLink = "#00a0ff";
|
|
43
44
|
export const calciteColorBorder1 = "#545454";
|
package/dist/es6/global.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export const calciteColorInversePress: { light: string; dark: string };
|
|
|
45
45
|
export const calciteColorText1: { light: string; dark: string };
|
|
46
46
|
export const calciteColorText2: { light: string; dark: string };
|
|
47
47
|
export const calciteColorText3: { light: string; dark: string };
|
|
48
|
+
export const calciteColorTextHighlight: { light: string; dark: string };
|
|
48
49
|
export const calciteColorTextInverse: { light: string; dark: string };
|
|
49
50
|
export const calciteColorTextLink: { light: string; dark: string };
|
|
50
51
|
export const calciteColorBorder1: { light: string; dark: string };
|
package/dist/es6/global.js
CHANGED
|
@@ -90,6 +90,7 @@ export const calciteColorInversePress = { light: "#212121", dark: "#f2f2f2" };
|
|
|
90
90
|
export const calciteColorText1 = { light: "#141414", dark: "#ffffff" };
|
|
91
91
|
export const calciteColorText2 = { light: "#4a4a4a", dark: "#bfbfbf" };
|
|
92
92
|
export const calciteColorText3 = { light: "#6b6b6b", dark: "#9e9e9e" };
|
|
93
|
+
export const calciteColorTextHighlight = { light: "#004874", dark: "#c7eaff" };
|
|
93
94
|
export const calciteColorTextInverse = { light: "#ffffff", dark: "#141414" };
|
|
94
95
|
export const calciteColorTextLink = { light: "#00619b", dark: "#00a0ff" };
|
|
95
96
|
export const calciteColorBorder1 = { light: "#c9c9c9", dark: "#545454" };
|
package/dist/es6/light.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export const calciteColorInversePress: string;
|
|
|
38
38
|
export const calciteColorText1: string;
|
|
39
39
|
export const calciteColorText2: string;
|
|
40
40
|
export const calciteColorText3: string;
|
|
41
|
+
export const calciteColorTextHighlight: string;
|
|
41
42
|
export const calciteColorTextInverse: string;
|
|
42
43
|
export const calciteColorTextLink: string;
|
|
43
44
|
export const calciteColorBorder1: string;
|
package/dist/es6/light.js
CHANGED
|
@@ -38,6 +38,7 @@ export const calciteColorInversePress = "#212121";
|
|
|
38
38
|
export const calciteColorText1 = "#141414";
|
|
39
39
|
export const calciteColorText2 = "#4a4a4a";
|
|
40
40
|
export const calciteColorText3 = "#6b6b6b";
|
|
41
|
+
export const calciteColorTextHighlight = "#004874";
|
|
41
42
|
export const calciteColorTextInverse = "#ffffff";
|
|
42
43
|
export const calciteColorTextLink = "#00619b";
|
|
43
44
|
export const calciteColorBorder1 = "#c9c9c9";
|
package/dist/js/dark.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export const calciteColorInversePress: string;
|
|
|
38
38
|
export const calciteColorText1: string;
|
|
39
39
|
export const calciteColorText2: string;
|
|
40
40
|
export const calciteColorText3: string;
|
|
41
|
+
export const calciteColorTextHighlight: string;
|
|
41
42
|
export const calciteColorTextInverse: string;
|
|
42
43
|
export const calciteColorTextLink: string;
|
|
43
44
|
export const calciteColorBorder1: string;
|
package/dist/js/dark.js
CHANGED
|
@@ -1241,6 +1241,40 @@ export default {
|
|
|
1241
1241
|
path: ["semantic", "color", "text", "3"],
|
|
1242
1242
|
key: "{semantic.color.text.3}",
|
|
1243
1243
|
},
|
|
1244
|
+
highlight: {
|
|
1245
|
+
value: "#c7eaff",
|
|
1246
|
+
type: "color",
|
|
1247
|
+
attributes: {
|
|
1248
|
+
category: "color",
|
|
1249
|
+
type: "color",
|
|
1250
|
+
item: "text",
|
|
1251
|
+
subitem: "highlight",
|
|
1252
|
+
names: {
|
|
1253
|
+
scss: "$calcite-color-text-highlight",
|
|
1254
|
+
css: "var(--calcite-color-text-highlight)",
|
|
1255
|
+
js: "semantic.color.text.highlight",
|
|
1256
|
+
docs: "semantic.color.text.highlight",
|
|
1257
|
+
es6: "calciteColorTextHighlight",
|
|
1258
|
+
},
|
|
1259
|
+
"calcite-schema": {
|
|
1260
|
+
system: "calcite",
|
|
1261
|
+
tier: "color",
|
|
1262
|
+
type: "color",
|
|
1263
|
+
},
|
|
1264
|
+
},
|
|
1265
|
+
filePath: "src/tokens/semantic/color/dark.json",
|
|
1266
|
+
isSource: true,
|
|
1267
|
+
original: {
|
|
1268
|
+
value: "{core.color.high-saturation.blue.h-bb-010}",
|
|
1269
|
+
type: "color",
|
|
1270
|
+
attributes: {
|
|
1271
|
+
category: "color",
|
|
1272
|
+
},
|
|
1273
|
+
},
|
|
1274
|
+
name: "calciteColorTextHighlight",
|
|
1275
|
+
path: ["semantic", "color", "text", "highlight"],
|
|
1276
|
+
key: "{semantic.color.text.highlight}",
|
|
1277
|
+
},
|
|
1244
1278
|
inverse: {
|
|
1245
1279
|
value: "#141414",
|
|
1246
1280
|
type: "color",
|
package/dist/js/global.d.ts
CHANGED
package/dist/js/global.js
CHANGED
|
@@ -1347,6 +1347,43 @@ export default {
|
|
|
1347
1347
|
path: ["semantic", "color", "text", "3"],
|
|
1348
1348
|
key: "{semantic.color.text.3}",
|
|
1349
1349
|
},
|
|
1350
|
+
highlight: {
|
|
1351
|
+
value: {
|
|
1352
|
+
light: "#004874",
|
|
1353
|
+
dark: "#c7eaff",
|
|
1354
|
+
},
|
|
1355
|
+
type: "color",
|
|
1356
|
+
attributes: {
|
|
1357
|
+
category: "color",
|
|
1358
|
+
type: "color",
|
|
1359
|
+
item: "text",
|
|
1360
|
+
subitem: "highlight",
|
|
1361
|
+
names: {
|
|
1362
|
+
scss: "$calcite-color-text-highlight",
|
|
1363
|
+
css: "var(--calcite-color-text-highlight)",
|
|
1364
|
+
js: "semantic.color.text.highlight",
|
|
1365
|
+
docs: "semantic.color.text.highlight",
|
|
1366
|
+
es6: "calciteColorTextHighlight",
|
|
1367
|
+
},
|
|
1368
|
+
"calcite-schema": {
|
|
1369
|
+
system: "calcite",
|
|
1370
|
+
tier: "color",
|
|
1371
|
+
type: "color",
|
|
1372
|
+
},
|
|
1373
|
+
},
|
|
1374
|
+
filePath: "src/tokens/semantic/color/light.json",
|
|
1375
|
+
isSource: false,
|
|
1376
|
+
original: {
|
|
1377
|
+
value: "{core.color.high-saturation.blue.h-bb-080}",
|
|
1378
|
+
type: "color",
|
|
1379
|
+
attributes: {
|
|
1380
|
+
category: "color",
|
|
1381
|
+
},
|
|
1382
|
+
},
|
|
1383
|
+
name: "Color Text Highlight",
|
|
1384
|
+
path: ["semantic", "color", "text", "highlight"],
|
|
1385
|
+
key: "{semantic.color.text.highlight}",
|
|
1386
|
+
},
|
|
1350
1387
|
inverse: {
|
|
1351
1388
|
value: {
|
|
1352
1389
|
light: "#ffffff",
|
|
@@ -2605,7 +2642,7 @@ export default {
|
|
|
2605
2642
|
filePath: "src/tokens/semantic/corner.json",
|
|
2606
2643
|
isSource: true,
|
|
2607
2644
|
original: {
|
|
2608
|
-
value: "{semantic.corner.radius.
|
|
2645
|
+
value: "{semantic.corner.radius.none}",
|
|
2609
2646
|
type: "dimension",
|
|
2610
2647
|
attributes: {
|
|
2611
2648
|
category: "corner",
|
package/dist/js/light.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export const calciteColorInversePress: string;
|
|
|
38
38
|
export const calciteColorText1: string;
|
|
39
39
|
export const calciteColorText2: string;
|
|
40
40
|
export const calciteColorText3: string;
|
|
41
|
+
export const calciteColorTextHighlight: string;
|
|
41
42
|
export const calciteColorTextInverse: string;
|
|
42
43
|
export const calciteColorTextLink: string;
|
|
43
44
|
export const calciteColorBorder1: string;
|
package/dist/js/light.js
CHANGED
|
@@ -1244,6 +1244,40 @@ export default {
|
|
|
1244
1244
|
path: ["semantic", "color", "text", "3"],
|
|
1245
1245
|
key: "{semantic.color.text.3}",
|
|
1246
1246
|
},
|
|
1247
|
+
highlight: {
|
|
1248
|
+
value: "#004874",
|
|
1249
|
+
type: "color",
|
|
1250
|
+
attributes: {
|
|
1251
|
+
category: "color",
|
|
1252
|
+
type: "color",
|
|
1253
|
+
item: "text",
|
|
1254
|
+
subitem: "highlight",
|
|
1255
|
+
names: {
|
|
1256
|
+
scss: "$calcite-color-text-highlight",
|
|
1257
|
+
css: "var(--calcite-color-text-highlight)",
|
|
1258
|
+
js: "semantic.color.text.highlight",
|
|
1259
|
+
docs: "semantic.color.text.highlight",
|
|
1260
|
+
es6: "calciteColorTextHighlight",
|
|
1261
|
+
},
|
|
1262
|
+
"calcite-schema": {
|
|
1263
|
+
system: "calcite",
|
|
1264
|
+
tier: "color",
|
|
1265
|
+
type: "color",
|
|
1266
|
+
},
|
|
1267
|
+
},
|
|
1268
|
+
filePath: "src/tokens/semantic/color/light.json",
|
|
1269
|
+
isSource: true,
|
|
1270
|
+
original: {
|
|
1271
|
+
value: "{core.color.high-saturation.blue.h-bb-080}",
|
|
1272
|
+
type: "color",
|
|
1273
|
+
attributes: {
|
|
1274
|
+
category: "color",
|
|
1275
|
+
},
|
|
1276
|
+
},
|
|
1277
|
+
name: "calciteColorTextHighlight",
|
|
1278
|
+
path: ["semantic", "color", "text", "highlight"],
|
|
1279
|
+
key: "{semantic.color.text.highlight}",
|
|
1280
|
+
},
|
|
1247
1281
|
inverse: {
|
|
1248
1282
|
value: "#ffffff",
|
|
1249
1283
|
type: "color",
|
package/dist/js/semantic.js
CHANGED
|
@@ -963,7 +963,7 @@ export default {
|
|
|
963
963
|
filePath: "src/tokens/semantic/corner.json",
|
|
964
964
|
isSource: true,
|
|
965
965
|
original: {
|
|
966
|
-
value: "{semantic.corner.radius.
|
|
966
|
+
value: "{semantic.corner.radius.none}",
|
|
967
967
|
type: "dimension",
|
|
968
968
|
attributes: {
|
|
969
969
|
category: "corner",
|
package/dist/scss/dark.scss
CHANGED
|
@@ -37,6 +37,7 @@ $calcite-color-inverse-press: #f2f2f2;
|
|
|
37
37
|
$calcite-color-text-1: #ffffff;
|
|
38
38
|
$calcite-color-text-2: #bfbfbf;
|
|
39
39
|
$calcite-color-text-3: #9e9e9e;
|
|
40
|
+
$calcite-color-text-highlight: #c7eaff;
|
|
40
41
|
$calcite-color-text-inverse: #141414;
|
|
41
42
|
$calcite-color-text-link: #00a0ff;
|
|
42
43
|
$calcite-color-border-1: #545454;
|
package/dist/scss/global.scss
CHANGED
|
@@ -112,6 +112,6 @@ $calcite-z-index-overlay: 700;
|
|
|
112
112
|
$calcite-z-index-modal: 800;
|
|
113
113
|
$calcite-z-index-popup: 900;
|
|
114
114
|
$calcite-z-index-tooltip: 901;
|
|
115
|
-
$calcite-corner-radius: $calcite-corner-radius-
|
|
115
|
+
$calcite-corner-radius: $calcite-corner-radius-none;
|
|
116
116
|
$calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
|
|
117
117
|
$calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
|
package/dist/scss/index.scss
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
--calcite-color-border-1: #c9c9c9;
|
|
16
16
|
--calcite-color-text-link: #00619b;
|
|
17
17
|
--calcite-color-text-inverse: #ffffff;
|
|
18
|
+
--calcite-color-text-highlight: #004874;
|
|
18
19
|
--calcite-color-text-3: #6b6b6b;
|
|
19
20
|
--calcite-color-text-2: #4a4a4a;
|
|
20
21
|
--calcite-color-text-1: #141414;
|
|
@@ -60,6 +61,7 @@
|
|
|
60
61
|
--calcite-color-border-1: #545454;
|
|
61
62
|
--calcite-color-text-link: #00a0ff;
|
|
62
63
|
--calcite-color-text-inverse: #141414;
|
|
64
|
+
--calcite-color-text-highlight: #c7eaff;
|
|
63
65
|
--calcite-color-text-3: #9e9e9e;
|
|
64
66
|
--calcite-color-text-2: #bfbfbf;
|
|
65
67
|
--calcite-color-text-1: #ffffff;
|
package/dist/scss/light.scss
CHANGED
|
@@ -37,6 +37,7 @@ $calcite-color-inverse-press: #212121;
|
|
|
37
37
|
$calcite-color-text-1: #141414;
|
|
38
38
|
$calcite-color-text-2: #4a4a4a;
|
|
39
39
|
$calcite-color-text-3: #6b6b6b;
|
|
40
|
+
$calcite-color-text-highlight: #004874;
|
|
40
41
|
$calcite-color-text-inverse: #ffffff;
|
|
41
42
|
$calcite-color-text-link: #00619b;
|
|
42
43
|
$calcite-color-border-1: #c9c9c9;
|
package/dist/scss/semantic.scss
CHANGED
|
@@ -132,6 +132,6 @@ $calcite-z-index-overlay: 700;
|
|
|
132
132
|
$calcite-z-index-modal: 800;
|
|
133
133
|
$calcite-z-index-popup: 900;
|
|
134
134
|
$calcite-z-index-tooltip: 901;
|
|
135
|
-
$calcite-corner-radius: $calcite-corner-radius-
|
|
135
|
+
$calcite-corner-radius: $calcite-corner-radius-none;
|
|
136
136
|
$calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
|
|
137
137
|
$calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "3.1.0-next.
|
|
3
|
+
"version": "3.1.0-next.8",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"vitest": "2.1.9"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "85c496902fcecaf6e09b7d21c4665b418d61789e"
|
|
49
49
|
}
|