@esri/calcite-design-tokens 4.0.0-next.1 → 4.0.0-next.3
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/index.css +9 -9
- package/dist/css/light.css +3 -3
- package/dist/docs/core.json +1 -577
- package/dist/docs/dark.json +1 -47
- package/dist/docs/global.json +4 -235
- package/dist/docs/light.json +4 -50
- package/dist/docs/semantic.json +1 -118
- package/dist/es6/global.js +3 -3
- package/dist/es6/light.js +3 -3
- package/dist/scss/index.scss +3 -3
- package/dist/scss/light.scss +3 -3
- package/package.json +2 -2
- package/dist/js/core.d.ts +0 -743
- package/dist/js/core.js +0 -22642
- package/dist/js/dark.d.ts +0 -52
- package/dist/js/dark.js +0 -1812
- package/dist/js/global.d.ts +0 -375
- package/dist/js/global.js +0 -10710
- package/dist/js/light.d.ts +0 -52
- package/dist/js/light.js +0 -1813
- package/dist/js/semantic.d.ts +0 -190
- package/dist/js/semantic.js +0 -4822
package/dist/es6/global.js
CHANGED
|
@@ -97,9 +97,9 @@ export const calciteColorText3 = { light: "#6b6b6b", dark: "#9e9e9e" };
|
|
|
97
97
|
export const calciteColorTextHighlight = { light: "#004874", dark: "#d6efff" };
|
|
98
98
|
export const calciteColorTextInverse = { light: "#ffffff", dark: "#141414" };
|
|
99
99
|
export const calciteColorTextLink = { light: "#00619b", dark: "#00a0ff" };
|
|
100
|
-
export const calciteColorBorder1 = { light: "#
|
|
101
|
-
export const calciteColorBorder2 = { light: "#
|
|
102
|
-
export const calciteColorBorder3 = { light: "#
|
|
100
|
+
export const calciteColorBorder1 = { light: "#d4d4d4", dark: "#545454" };
|
|
101
|
+
export const calciteColorBorder2 = { light: "#dedede", dark: "#4a4a4a" };
|
|
102
|
+
export const calciteColorBorder3 = { light: "#ebebeb", dark: "#404040" };
|
|
103
103
|
export const calciteColorBorderInput = { light: "#949494", dark: "#757575" };
|
|
104
104
|
export const calciteColorBorderGhost = {
|
|
105
105
|
light: "rgba(0, 0, 0, 0.3)",
|
package/dist/es6/light.js
CHANGED
|
@@ -42,9 +42,9 @@ export const calciteColorText3 = "#6b6b6b";
|
|
|
42
42
|
export const calciteColorTextHighlight = "#004874";
|
|
43
43
|
export const calciteColorTextInverse = "#ffffff";
|
|
44
44
|
export const calciteColorTextLink = "#00619b";
|
|
45
|
-
export const calciteColorBorder1 = "#
|
|
46
|
-
export const calciteColorBorder2 = "#
|
|
47
|
-
export const calciteColorBorder3 = "#
|
|
45
|
+
export const calciteColorBorder1 = "#d4d4d4";
|
|
46
|
+
export const calciteColorBorder2 = "#dedede";
|
|
47
|
+
export const calciteColorBorder3 = "#ebebeb";
|
|
48
48
|
export const calciteColorBorderInput = "#949494";
|
|
49
49
|
export const calciteColorBorderGhost = "rgba(0, 0, 0, 0.3)";
|
|
50
50
|
export const calciteColorBorderWhite = "#ffffff";
|
package/dist/scss/index.scss
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
--calcite-color-border-white: #ffffff;
|
|
11
11
|
--calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
12
12
|
--calcite-color-border-input: #949494;
|
|
13
|
-
--calcite-color-border-3: #
|
|
14
|
-
--calcite-color-border-2: #
|
|
15
|
-
--calcite-color-border-1: #
|
|
13
|
+
--calcite-color-border-3: #ebebeb;
|
|
14
|
+
--calcite-color-border-2: #dedede;
|
|
15
|
+
--calcite-color-border-1: #d4d4d4;
|
|
16
16
|
--calcite-color-text-link: #00619b;
|
|
17
17
|
--calcite-color-text-inverse: #ffffff;
|
|
18
18
|
--calcite-color-text-highlight: #004874;
|
package/dist/scss/light.scss
CHANGED
|
@@ -41,9 +41,9 @@ $calcite-color-text-3: #6b6b6b;
|
|
|
41
41
|
$calcite-color-text-highlight: #004874;
|
|
42
42
|
$calcite-color-text-inverse: #ffffff;
|
|
43
43
|
$calcite-color-text-link: #00619b;
|
|
44
|
-
$calcite-color-border-1: #
|
|
45
|
-
$calcite-color-border-2: #
|
|
46
|
-
$calcite-color-border-3: #
|
|
44
|
+
$calcite-color-border-1: #d4d4d4;
|
|
45
|
+
$calcite-color-border-2: #dedede;
|
|
46
|
+
$calcite-color-border-3: #ebebeb;
|
|
47
47
|
$calcite-color-border-input: #949494;
|
|
48
48
|
$calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
49
49
|
$calcite-color-border-white: #ffffff;
|
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.3",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"vitest": "3.2.4"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "35609839c5c15e4aaa0e30cf991c47cc05c23a51"
|
|
50
50
|
}
|