@esri/calcite-design-tokens 4.0.0-next.11 → 4.0.0-next.12
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 +5 -0
- package/dist/docs/core.json +1 -1
- package/dist/docs/dark.json +1 -2
- package/dist/docs/global.json +1 -2
- package/dist/docs/light.json +1 -2
- package/dist/docs/semantic.json +1 -1
- package/dist/scss/index.scss +2 -0
- package/package.json +2 -2
- package/dist/css/component.css +0 -11
package/dist/css/index.css
CHANGED
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
--calcite-color-foreground-1: #ffffff;
|
|
52
52
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
53
53
|
--calcite-color-background: #f7f7f7;
|
|
54
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
54
55
|
}
|
|
55
56
|
@media (prefers-color-scheme: light) {
|
|
56
57
|
.calcite-mode-auto {
|
|
@@ -99,6 +100,7 @@
|
|
|
99
100
|
--calcite-color-foreground-1: #ffffff;
|
|
100
101
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
101
102
|
--calcite-color-background: #f7f7f7;
|
|
103
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
102
104
|
}
|
|
103
105
|
}
|
|
104
106
|
@media (prefers-color-scheme: dark) {
|
|
@@ -148,6 +150,7 @@
|
|
|
148
150
|
--calcite-color-foreground-1: #2b2b2b;
|
|
149
151
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
150
152
|
--calcite-color-background: #212121;
|
|
153
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
151
154
|
}
|
|
152
155
|
}
|
|
153
156
|
.calcite-mode-light {
|
|
@@ -196,6 +199,7 @@
|
|
|
196
199
|
--calcite-color-foreground-1: #ffffff;
|
|
197
200
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
198
201
|
--calcite-color-background: #f7f7f7;
|
|
202
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
199
203
|
}
|
|
200
204
|
.calcite-mode-dark {
|
|
201
205
|
--calcite-color-border-white: #f7f7f7;
|
|
@@ -243,4 +247,5 @@
|
|
|
243
247
|
--calcite-color-foreground-1: #2b2b2b;
|
|
244
248
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
245
249
|
--calcite-color-background: #212121;
|
|
250
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
246
251
|
}
|
package/dist/docs/core.json
CHANGED
package/dist/docs/dark.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1765409949474,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -1267,7 +1267,6 @@
|
|
|
1267
1267
|
"attributes": {
|
|
1268
1268
|
"category": "color",
|
|
1269
1269
|
"group": "focus",
|
|
1270
|
-
"scope": "component",
|
|
1271
1270
|
"type": "color",
|
|
1272
1271
|
"item": "focus",
|
|
1273
1272
|
"subitem": "default",
|
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1765409950589,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -1267,7 +1267,6 @@
|
|
|
1267
1267
|
"attributes": {
|
|
1268
1268
|
"category": "color",
|
|
1269
1269
|
"group": "focus",
|
|
1270
|
-
"scope": "component",
|
|
1271
1270
|
"type": "color",
|
|
1272
1271
|
"item": "focus",
|
|
1273
1272
|
"subitem": "default",
|
package/dist/docs/light.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1765409950028,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -1267,7 +1267,6 @@
|
|
|
1267
1267
|
"attributes": {
|
|
1268
1268
|
"category": "color",
|
|
1269
1269
|
"group": "focus",
|
|
1270
|
-
"scope": "component",
|
|
1271
1270
|
"type": "color",
|
|
1272
1271
|
"item": "focus",
|
|
1273
1272
|
"subitem": "default",
|
package/dist/docs/semantic.json
CHANGED
package/dist/scss/index.scss
CHANGED
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
--calcite-color-foreground-1: #ffffff;
|
|
53
53
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
54
54
|
--calcite-color-background: #f7f7f7;
|
|
55
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
55
56
|
}
|
|
56
57
|
@mixin calcite-mode-dark {
|
|
57
58
|
--calcite-color-border-white: #f7f7f7;
|
|
@@ -99,4 +100,5 @@
|
|
|
99
100
|
--calcite-color-foreground-1: #2b2b2b;
|
|
100
101
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
101
102
|
--calcite-color-background: #212121;
|
|
103
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
102
104
|
}
|
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.12",
|
|
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": "4.0.14"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "2814b77b84dec3c877256293b904e0420b2bd32e"
|
|
50
50
|
}
|
package/dist/css/component.css
DELETED