@esri/calcite-design-tokens 3.1.1-next.1 → 3.2.0-next.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/dist/css/component.css +11 -0
- package/dist/css/core.css +2 -2
- package/dist/css/dark.css +4 -2
- package/dist/css/global.css +1 -1
- package/dist/css/index.css +12 -7
- package/dist/css/light.css +3 -1
- package/dist/css/semantic.css +1 -1
- package/dist/docs/core.json +3 -3
- package/dist/docs/dark.json +69 -4
- package/dist/docs/global.json +73 -8
- package/dist/docs/light.json +68 -3
- package/dist/docs/semantic.json +5 -5
- package/dist/es6/core.js +2 -2
- package/dist/es6/dark.d.ts +3 -0
- package/dist/es6/dark.js +4 -2
- package/dist/es6/global.d.ts +4 -1
- package/dist/es6/global.js +9 -4
- package/dist/es6/light.d.ts +3 -0
- package/dist/es6/light.js +3 -1
- package/dist/es6/semantic.d.ts +1 -1
- package/dist/es6/semantic.js +1 -1
- package/dist/js/core.js +4 -4
- package/dist/js/dark.d.ts +3 -0
- package/dist/js/dark.js +92 -2
- package/dist/js/global.d.ts +4 -0
- package/dist/js/global.js +104 -8
- package/dist/js/light.d.ts +3 -0
- package/dist/js/light.js +91 -1
- package/dist/js/semantic.js +5 -5
- package/dist/scss/core.scss +2 -2
- package/dist/scss/dark.scss +4 -2
- package/dist/scss/global.scss +1 -1
- package/dist/scss/index.scss +5 -3
- package/dist/scss/light.scss +3 -1
- package/dist/scss/semantic.scss +1 -1
- package/package.json +3 -3
package/dist/js/semantic.js
CHANGED
|
@@ -1018,13 +1018,13 @@ export default {
|
|
|
1018
1018
|
item: "radius",
|
|
1019
1019
|
subitem: "sharp",
|
|
1020
1020
|
value: "0",
|
|
1021
|
-
description: "deprecated, use --calcite-
|
|
1021
|
+
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
1022
1022
|
filePath: "src/tokens/semantic/corner.json",
|
|
1023
1023
|
isSource: true,
|
|
1024
1024
|
key: "{semantic.corner.radius.sharp}",
|
|
1025
1025
|
name: "calcite-semantic-corner-radius-sharp",
|
|
1026
1026
|
path: ["semantic", "corner", "radius", "sharp"],
|
|
1027
|
-
comment: "deprecated, use --calcite-
|
|
1027
|
+
comment: "deprecated, use --calcite-corner-radius-none instead",
|
|
1028
1028
|
names: {
|
|
1029
1029
|
scss: "$calcite-corner-radius-sharp",
|
|
1030
1030
|
css: "var(--calcite-corner-radius-sharp)",
|
|
@@ -1038,7 +1038,7 @@ export default {
|
|
|
1038
1038
|
type: "dimension",
|
|
1039
1039
|
},
|
|
1040
1040
|
},
|
|
1041
|
-
description: "deprecated, use --calcite-
|
|
1041
|
+
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
1042
1042
|
filePath: "src/tokens/semantic/corner.json",
|
|
1043
1043
|
isSource: true,
|
|
1044
1044
|
original: {
|
|
@@ -1047,12 +1047,12 @@ export default {
|
|
|
1047
1047
|
attributes: {
|
|
1048
1048
|
category: "corner",
|
|
1049
1049
|
},
|
|
1050
|
-
description: "deprecated, use --calcite-
|
|
1050
|
+
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
1051
1051
|
key: "{semantic.corner.radius.sharp}",
|
|
1052
1052
|
},
|
|
1053
1053
|
name: "Corner Radius Sharp",
|
|
1054
1054
|
path: ["semantic", "corner", "radius", "sharp"],
|
|
1055
|
-
comment: "deprecated, use --calcite-
|
|
1055
|
+
comment: "deprecated, use --calcite-corner-radius-none instead",
|
|
1056
1056
|
},
|
|
1057
1057
|
none: {
|
|
1058
1058
|
key: "{semantic.corner.radius.none}",
|
package/dist/scss/core.scss
CHANGED
|
@@ -167,7 +167,7 @@ $calcite-color-medium-saturation-blue-m-bb-050: #84c1e8;
|
|
|
167
167
|
$calcite-color-medium-saturation-blue-m-bb-060: #6db5e3;
|
|
168
168
|
$calcite-color-medium-saturation-blue-m-bb-070: #548eb4;
|
|
169
169
|
$calcite-color-medium-saturation-blue-m-bb-080: #3a6884;
|
|
170
|
-
$calcite-color-medium-saturation-blue-m-bb-090: #
|
|
170
|
+
$calcite-color-medium-saturation-blue-m-bb-090: #2b465f;
|
|
171
171
|
$calcite-color-medium-saturation-blue-m-bb-100: #071a26;
|
|
172
172
|
$calcite-color-medium-saturation-green-blue-m-gb-010: #dbf2f1;
|
|
173
173
|
$calcite-color-medium-saturation-green-blue-m-gb-020: #beedec;
|
|
@@ -289,7 +289,7 @@ $calcite-color-medium-saturation-violet-m-vv-070: #796397;
|
|
|
289
289
|
$calcite-color-medium-saturation-violet-m-vv-080: #584572;
|
|
290
290
|
$calcite-color-medium-saturation-violet-m-vv-090: #36264c;
|
|
291
291
|
$calcite-color-medium-saturation-violet-m-vv-100: #140726;
|
|
292
|
-
$calcite-color-high-saturation-blue-h-bb-010: #
|
|
292
|
+
$calcite-color-high-saturation-blue-h-bb-010: #d6efff;
|
|
293
293
|
$calcite-color-high-saturation-blue-h-bb-020: #9fd4f3;
|
|
294
294
|
$calcite-color-high-saturation-blue-h-bb-030: #77bde7;
|
|
295
295
|
$calcite-color-high-saturation-blue-h-bb-040: #50a7da;
|
package/dist/scss/dark.scss
CHANGED
|
@@ -7,7 +7,8 @@ $calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
|
7
7
|
$calcite-color-foreground-1: #2b2b2b;
|
|
8
8
|
$calcite-color-foreground-2: #212121;
|
|
9
9
|
$calcite-color-foreground-3: #141414;
|
|
10
|
-
$calcite-color-foreground-current: #
|
|
10
|
+
$calcite-color-foreground-current: #2b465f; // deprecated, use --calcite-color-foreground-highlight instead
|
|
11
|
+
$calcite-color-foreground-highlight: #2b465f;
|
|
11
12
|
$calcite-color-transparent: rgba(255, 255, 255, 0);
|
|
12
13
|
$calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
|
|
13
14
|
$calcite-color-transparent-press: rgba(255, 255, 255, 0.16);
|
|
@@ -37,7 +38,7 @@ $calcite-color-inverse-press: #f2f2f2;
|
|
|
37
38
|
$calcite-color-text-1: #ffffff;
|
|
38
39
|
$calcite-color-text-2: #bfbfbf;
|
|
39
40
|
$calcite-color-text-3: #9e9e9e;
|
|
40
|
-
$calcite-color-text-highlight: #
|
|
41
|
+
$calcite-color-text-highlight: #d6efff;
|
|
41
42
|
$calcite-color-text-inverse: #141414;
|
|
42
43
|
$calcite-color-text-link: #00a0ff;
|
|
43
44
|
$calcite-color-border-1: #545454;
|
|
@@ -46,3 +47,4 @@ $calcite-color-border-3: #404040;
|
|
|
46
47
|
$calcite-color-border-input: #757575;
|
|
47
48
|
$calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
|
|
48
49
|
$calcite-color-border-white: #f7f7f7;
|
|
50
|
+
$calcite-color-focus: $calcite-color-brand;
|
package/dist/scss/global.scss
CHANGED
|
@@ -12,7 +12,7 @@ $calcite-container-size-margin: 24px;
|
|
|
12
12
|
$calcite-container-size-gutter: 16px;
|
|
13
13
|
$calcite-container-size-content-fluid: 100%; // for fluid grid widths
|
|
14
14
|
$calcite-container-size-content-fixed: 1440px; // only for lg breakpoint fixed grid width
|
|
15
|
-
$calcite-corner-radius-sharp: 0; // deprecated, use --calcite-
|
|
15
|
+
$calcite-corner-radius-sharp: 0; // deprecated, use --calcite-corner-radius-none instead
|
|
16
16
|
$calcite-corner-radius-none: 0;
|
|
17
17
|
$calcite-corner-radius-xs: 2px;
|
|
18
18
|
$calcite-corner-radius-sm: 4px;
|
package/dist/scss/index.scss
CHANGED
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
--calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
|
|
46
46
|
--calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
|
|
47
47
|
--calcite-color-transparent: rgba(0, 0, 0, 0);
|
|
48
|
-
--calcite-color-foreground-
|
|
48
|
+
--calcite-color-foreground-highlight: #d6efff;
|
|
49
|
+
--calcite-color-foreground-current: #d6efff; /** deprecated, use --calcite-color-foreground-highlight instead */
|
|
49
50
|
--calcite-color-foreground-3: #ebebeb;
|
|
50
51
|
--calcite-color-foreground-2: #f2f2f2;
|
|
51
52
|
--calcite-color-foreground-1: #ffffff;
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
--calcite-color-border-1: #545454;
|
|
62
63
|
--calcite-color-text-link: #00a0ff;
|
|
63
64
|
--calcite-color-text-inverse: #141414;
|
|
64
|
-
--calcite-color-text-highlight: #
|
|
65
|
+
--calcite-color-text-highlight: #d6efff;
|
|
65
66
|
--calcite-color-text-3: #9e9e9e;
|
|
66
67
|
--calcite-color-text-2: #bfbfbf;
|
|
67
68
|
--calcite-color-text-1: #ffffff;
|
|
@@ -91,7 +92,8 @@
|
|
|
91
92
|
--calcite-color-transparent-press: rgba(255, 255, 255, 0.16);
|
|
92
93
|
--calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
|
|
93
94
|
--calcite-color-transparent: rgba(255, 255, 255, 0);
|
|
94
|
-
--calcite-color-foreground-
|
|
95
|
+
--calcite-color-foreground-highlight: #2b465f;
|
|
96
|
+
--calcite-color-foreground-current: #2b465f; /** deprecated, use --calcite-color-foreground-highlight instead */
|
|
95
97
|
--calcite-color-foreground-3: #141414;
|
|
96
98
|
--calcite-color-foreground-2: #212121;
|
|
97
99
|
--calcite-color-foreground-1: #2b2b2b;
|
package/dist/scss/light.scss
CHANGED
|
@@ -7,7 +7,8 @@ $calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
|
7
7
|
$calcite-color-foreground-1: #ffffff;
|
|
8
8
|
$calcite-color-foreground-2: #f2f2f2;
|
|
9
9
|
$calcite-color-foreground-3: #ebebeb;
|
|
10
|
-
$calcite-color-foreground-current: #
|
|
10
|
+
$calcite-color-foreground-current: #d6efff; // deprecated, use --calcite-color-foreground-highlight instead
|
|
11
|
+
$calcite-color-foreground-highlight: #d6efff;
|
|
11
12
|
$calcite-color-transparent: rgba(0, 0, 0, 0);
|
|
12
13
|
$calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
|
|
13
14
|
$calcite-color-transparent-press: rgba(0, 0, 0, 0.08);
|
|
@@ -46,3 +47,4 @@ $calcite-color-border-3: #dedede;
|
|
|
46
47
|
$calcite-color-border-input: #949494;
|
|
47
48
|
$calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
48
49
|
$calcite-color-border-white: #ffffff;
|
|
50
|
+
$calcite-color-focus: $calcite-color-brand;
|
package/dist/scss/semantic.scss
CHANGED
|
@@ -12,7 +12,7 @@ $calcite-container-size-margin: 24px;
|
|
|
12
12
|
$calcite-container-size-gutter: 16px;
|
|
13
13
|
$calcite-container-size-content-fluid: 100%; // for fluid grid widths
|
|
14
14
|
$calcite-container-size-content-fixed: 1440px; // only for lg breakpoint fixed grid width
|
|
15
|
-
$calcite-corner-radius-sharp: 0; // deprecated, use --calcite-
|
|
15
|
+
$calcite-corner-radius-sharp: 0; // deprecated, use --calcite-corner-radius-none instead
|
|
16
16
|
$calcite-corner-radius-none: 0;
|
|
17
17
|
$calcite-corner-radius-xs: 2px;
|
|
18
18
|
$calcite-corner-radius-sm: 4px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-next.1",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"extends": "../../package.json"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"vitest": "3.1.
|
|
47
|
+
"vitest": "3.1.4"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "457d8ff40fbf4e8803ea759b97cba2fac50c71bc"
|
|
50
50
|
}
|