@esri/calcite-design-tokens 3.1.0-next.5 → 3.1.0-next.6

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.
@@ -99,7 +99,6 @@
99
99
  }
100
100
  @media (prefers-color-scheme: dark) {
101
101
  .calcite-mode-auto {
102
- --calcite-color-foreground-current: #214155;
103
102
  --calcite-color-border-white: #f7f7f7;
104
103
  --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
105
104
  --calcite-color-border-input: #757575;
@@ -137,6 +136,7 @@
137
136
  --calcite-color-transparent-press: rgba(255, 255, 255, 0.16);
138
137
  --calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
139
138
  --calcite-color-transparent: rgba(255, 255, 255, 0);
139
+ --calcite-color-foreground-current: #214155;
140
140
  --calcite-color-foreground-3: #141414;
141
141
  --calcite-color-foreground-2: #212121;
142
142
  --calcite-color-foreground-1: #2b2b2b;
@@ -190,7 +190,6 @@
190
190
  --calcite-color-background: #f7f7f7;
191
191
  }
192
192
  .calcite-mode-dark {
193
- --calcite-color-foreground-current: #214155;
194
193
  --calcite-color-border-white: #f7f7f7;
195
194
  --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
196
195
  --calcite-color-border-input: #757575;
@@ -228,6 +227,7 @@
228
227
  --calcite-color-transparent-press: rgba(255, 255, 255, 0.16);
229
228
  --calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
230
229
  --calcite-color-transparent: rgba(255, 255, 255, 0);
230
+ --calcite-color-foreground-current: #214155;
231
231
  --calcite-color-foreground-3: #141414;
232
232
  --calcite-color-foreground-2: #212121;
233
233
  --calcite-color-foreground-1: #2b2b2b;
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1745949897106,
2
+ "timestamp": 1746138184577,
3
3
  "tokens": [
4
4
  {
5
5
  "value": "#ffffff",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1745949894603,
2
+ "timestamp": 1746138182007,
3
3
  "tokens": [
4
4
  {
5
5
  "value": "#363636",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1745949896849,
2
+ "timestamp": 1746138184266,
3
3
  "tokens": [
4
4
  {
5
5
  "value": "{\"light\":\"#f7f7f7\",\"dark\":\"#363636\"}",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1745949895512,
2
+ "timestamp": 1746138182952,
3
3
  "tokens": [
4
4
  {
5
5
  "value": "#f7f7f7",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1745949897016,
2
+ "timestamp": 1746138184476,
3
3
  "tokens": [
4
4
  {
5
5
  "value": "0",
package/dist/js/dark.js CHANGED
@@ -203,7 +203,7 @@ export default {
203
203
  filePath: "src/tokens/semantic/color/dark.json",
204
204
  isSource: true,
205
205
  original: {
206
- value: "#214155",
206
+ value: "{core.color.medium-saturation.blue.m-bb-090}",
207
207
  type: "color",
208
208
  attributes: {
209
209
  category: "color",
@@ -52,7 +52,6 @@
52
52
  --calcite-color-background: #f7f7f7;
53
53
  }
54
54
  @mixin calcite-mode-dark {
55
- --calcite-color-foreground-current: #214155;
56
55
  --calcite-color-border-white: #f7f7f7;
57
56
  --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
58
57
  --calcite-color-border-input: #757575;
@@ -90,6 +89,7 @@
90
89
  --calcite-color-transparent-press: rgba(255, 255, 255, 0.16);
91
90
  --calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
92
91
  --calcite-color-transparent: rgba(255, 255, 255, 0);
92
+ --calcite-color-foreground-current: #214155;
93
93
  --calcite-color-foreground-3: #141414;
94
94
  --calcite-color-foreground-2: #212121;
95
95
  --calcite-color-foreground-1: #2b2b2b;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-design-tokens",
3
- "version": "3.1.0-next.5",
3
+ "version": "3.1.0-next.6",
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": "79666ae73f5509df3a114d444439b60c548c081c"
48
+ "gitHead": "aa70ba6158402ccedad58815ba8eea56b4c776aa"
49
49
  }