@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.
@@ -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: "#c9c9c9", dark: "#545454" };
101
- export const calciteColorBorder2 = { light: "#d4d4d4", dark: "#4a4a4a" };
102
- export const calciteColorBorder3 = { light: "#dedede", dark: "#404040" };
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 = "#c9c9c9";
46
- export const calciteColorBorder2 = "#d4d4d4";
47
- export const calciteColorBorder3 = "#dedede";
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";
@@ -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: #dedede;
14
- --calcite-color-border-2: #d4d4d4;
15
- --calcite-color-border-1: #c9c9c9;
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;
@@ -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: #c9c9c9;
45
- $calcite-color-border-2: #d4d4d4;
46
- $calcite-color-border-3: #dedede;
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.1",
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": "fdb0fc68d84e5308018aff01b834c460ce0f5f0d"
49
+ "gitHead": "35609839c5c15e4aaa0e30cf991c47cc05c23a51"
50
50
  }