@esri/calcite-design-tokens 3.2.0-next.0 → 3.2.0-next.2
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/dark.css +1 -0
- package/dist/css/light.css +1 -0
- package/dist/docs/core.json +1 -1
- package/dist/docs/dark.json +29 -1
- package/dist/docs/global.json +29 -1
- package/dist/docs/light.json +29 -1
- package/dist/docs/semantic.json +1 -1
- package/dist/es6/dark.d.ts +1 -0
- package/dist/es6/dark.js +1 -0
- package/dist/es6/global.d.ts +1 -0
- package/dist/es6/global.js +1 -0
- package/dist/es6/light.d.ts +1 -0
- package/dist/es6/light.js +1 -0
- package/dist/js/dark.d.ts +1 -0
- package/dist/js/dark.js +39 -0
- package/dist/js/global.d.ts +3 -0
- package/dist/js/global.js +42 -0
- package/dist/js/light.d.ts +1 -0
- package/dist/js/light.js +39 -0
- package/dist/scss/dark.scss +1 -0
- package/dist/scss/light.scss +1 -0
- package/package.json +3 -3
package/dist/css/dark.css
CHANGED
package/dist/css/light.css
CHANGED
package/dist/docs/core.json
CHANGED
package/dist/docs/dark.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1750434751799,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -1247,6 +1247,34 @@
|
|
|
1247
1247
|
"isSource": true,
|
|
1248
1248
|
"name": "Color Border White",
|
|
1249
1249
|
"path": ["semantic", "color", "border", "white"]
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"key": "{semantic.color.focus.default}",
|
|
1253
|
+
"value": "#009af2",
|
|
1254
|
+
"type": "color",
|
|
1255
|
+
"attributes": {
|
|
1256
|
+
"category": "color",
|
|
1257
|
+
"scope": "component",
|
|
1258
|
+
"type": "color",
|
|
1259
|
+
"item": "focus",
|
|
1260
|
+
"subitem": "default",
|
|
1261
|
+
"names": {
|
|
1262
|
+
"scss": "$calcite-color-focus",
|
|
1263
|
+
"css": "var(--calcite-color-focus)",
|
|
1264
|
+
"js": "semantic.color.focus.default",
|
|
1265
|
+
"docs": "semantic.color.focus.default",
|
|
1266
|
+
"es6": "calciteColorFocus"
|
|
1267
|
+
},
|
|
1268
|
+
"calcite-schema": {
|
|
1269
|
+
"system": "calcite",
|
|
1270
|
+
"tier": "color",
|
|
1271
|
+
"type": "color"
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
"filePath": "src/tokens/semantic/color/dark.json",
|
|
1275
|
+
"isSource": true,
|
|
1276
|
+
"name": "Color Focus",
|
|
1277
|
+
"path": ["semantic", "color", "focus", "default"]
|
|
1250
1278
|
}
|
|
1251
1279
|
]
|
|
1252
1280
|
}
|
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1750434753475,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -1246,6 +1246,34 @@
|
|
|
1246
1246
|
"name": "Color Border White",
|
|
1247
1247
|
"path": ["semantic", "color", "border", "white"]
|
|
1248
1248
|
},
|
|
1249
|
+
{
|
|
1250
|
+
"key": "{semantic.color.focus.default}",
|
|
1251
|
+
"value": "{\"light\":\"#007ac2\",\"dark\":\"#009af2\"}",
|
|
1252
|
+
"type": "color",
|
|
1253
|
+
"attributes": {
|
|
1254
|
+
"category": "color",
|
|
1255
|
+
"scope": "component",
|
|
1256
|
+
"type": "color",
|
|
1257
|
+
"item": "focus",
|
|
1258
|
+
"subitem": "default",
|
|
1259
|
+
"names": {
|
|
1260
|
+
"scss": "$calcite-color-focus",
|
|
1261
|
+
"css": "var(--calcite-color-focus)",
|
|
1262
|
+
"js": "semantic.color.focus.default",
|
|
1263
|
+
"docs": "semantic.color.focus.default",
|
|
1264
|
+
"es6": "calciteColorFocus"
|
|
1265
|
+
},
|
|
1266
|
+
"calcite-schema": {
|
|
1267
|
+
"system": "calcite",
|
|
1268
|
+
"tier": "color",
|
|
1269
|
+
"type": "color"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
1273
|
+
"isSource": false,
|
|
1274
|
+
"name": "Color Focus",
|
|
1275
|
+
"path": ["semantic", "color", "focus", "default"]
|
|
1276
|
+
},
|
|
1249
1277
|
{
|
|
1250
1278
|
"key": "{semantic.border.width.none}",
|
|
1251
1279
|
"value": "0",
|
package/dist/docs/light.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1750434752650,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -1245,6 +1245,34 @@
|
|
|
1245
1245
|
"isSource": true,
|
|
1246
1246
|
"name": "Color Border White",
|
|
1247
1247
|
"path": ["semantic", "color", "border", "white"]
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"key": "{semantic.color.focus.default}",
|
|
1251
|
+
"value": "#007ac2",
|
|
1252
|
+
"type": "color",
|
|
1253
|
+
"attributes": {
|
|
1254
|
+
"category": "color",
|
|
1255
|
+
"scope": "component",
|
|
1256
|
+
"type": "color",
|
|
1257
|
+
"item": "focus",
|
|
1258
|
+
"subitem": "default",
|
|
1259
|
+
"names": {
|
|
1260
|
+
"scss": "$calcite-color-focus",
|
|
1261
|
+
"css": "var(--calcite-color-focus)",
|
|
1262
|
+
"js": "semantic.color.focus.default",
|
|
1263
|
+
"docs": "semantic.color.focus.default",
|
|
1264
|
+
"es6": "calciteColorFocus"
|
|
1265
|
+
},
|
|
1266
|
+
"calcite-schema": {
|
|
1267
|
+
"system": "calcite",
|
|
1268
|
+
"tier": "color",
|
|
1269
|
+
"type": "color"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
1273
|
+
"isSource": true,
|
|
1274
|
+
"name": "Color Focus",
|
|
1275
|
+
"path": ["semantic", "color", "focus", "default"]
|
|
1248
1276
|
}
|
|
1249
1277
|
]
|
|
1250
1278
|
}
|
package/dist/docs/semantic.json
CHANGED
package/dist/es6/dark.d.ts
CHANGED
package/dist/es6/dark.js
CHANGED
package/dist/es6/global.d.ts
CHANGED
|
@@ -56,6 +56,7 @@ export const calciteColorBorder3: { light: string; dark: string };
|
|
|
56
56
|
export const calciteColorBorderInput: { light: string; dark: string };
|
|
57
57
|
export const calciteColorBorderGhost: { light: string; dark: string };
|
|
58
58
|
export const calciteColorBorderWhite: { light: string; dark: string };
|
|
59
|
+
export const calciteColorFocus: { light: string; dark: string };
|
|
59
60
|
export const calciteBorderWidthNone: string;
|
|
60
61
|
export const calciteBorderWidthSm: string;
|
|
61
62
|
export const calciteBorderWidthMd: string;
|
package/dist/es6/global.js
CHANGED
|
@@ -106,6 +106,7 @@ export const calciteColorBorderGhost = {
|
|
|
106
106
|
dark: "rgba(117, 117, 117, 0.3)",
|
|
107
107
|
};
|
|
108
108
|
export const calciteColorBorderWhite = { light: "#ffffff", dark: "#f7f7f7" };
|
|
109
|
+
export const calciteColorFocus = { light: "#007ac2", dark: "#009af2" };
|
|
109
110
|
export const calciteBorderWidthNone = "0";
|
|
110
111
|
export const calciteBorderWidthSm = "1px";
|
|
111
112
|
export const calciteBorderWidthMd = "2px";
|
package/dist/es6/light.d.ts
CHANGED
package/dist/es6/light.js
CHANGED
package/dist/js/dark.d.ts
CHANGED
package/dist/js/dark.js
CHANGED
|
@@ -1645,6 +1645,45 @@ export default {
|
|
|
1645
1645
|
path: ["semantic", "color", "border", "white"],
|
|
1646
1646
|
},
|
|
1647
1647
|
},
|
|
1648
|
+
focus: {
|
|
1649
|
+
default: {
|
|
1650
|
+
key: "{semantic.color.focus.default}",
|
|
1651
|
+
value: "#009af2",
|
|
1652
|
+
type: "color",
|
|
1653
|
+
attributes: {
|
|
1654
|
+
category: "color",
|
|
1655
|
+
scope: "component",
|
|
1656
|
+
type: "color",
|
|
1657
|
+
item: "focus",
|
|
1658
|
+
subitem: "default",
|
|
1659
|
+
names: {
|
|
1660
|
+
scss: "$calcite-color-focus",
|
|
1661
|
+
css: "var(--calcite-color-focus)",
|
|
1662
|
+
js: "semantic.color.focus.default",
|
|
1663
|
+
docs: "semantic.color.focus.default",
|
|
1664
|
+
es6: "calciteColorFocus",
|
|
1665
|
+
},
|
|
1666
|
+
"calcite-schema": {
|
|
1667
|
+
system: "calcite",
|
|
1668
|
+
tier: "color",
|
|
1669
|
+
type: "color",
|
|
1670
|
+
},
|
|
1671
|
+
},
|
|
1672
|
+
filePath: "src/tokens/semantic/color/dark.json",
|
|
1673
|
+
isSource: true,
|
|
1674
|
+
original: {
|
|
1675
|
+
value: "{semantic.color.brand.default.default}",
|
|
1676
|
+
type: "color",
|
|
1677
|
+
attributes: {
|
|
1678
|
+
category: "color",
|
|
1679
|
+
scope: "component",
|
|
1680
|
+
},
|
|
1681
|
+
key: "{semantic.color.focus.default}",
|
|
1682
|
+
},
|
|
1683
|
+
name: "calciteColorFocus",
|
|
1684
|
+
path: ["semantic", "color", "focus", "default"],
|
|
1685
|
+
},
|
|
1686
|
+
},
|
|
1648
1687
|
},
|
|
1649
1688
|
},
|
|
1650
1689
|
};
|
package/dist/js/global.d.ts
CHANGED
package/dist/js/global.js
CHANGED
|
@@ -1781,6 +1781,48 @@ export default {
|
|
|
1781
1781
|
path: ["semantic", "color", "border", "white"],
|
|
1782
1782
|
},
|
|
1783
1783
|
},
|
|
1784
|
+
focus: {
|
|
1785
|
+
default: {
|
|
1786
|
+
key: "{semantic.color.focus.default}",
|
|
1787
|
+
value: {
|
|
1788
|
+
light: "#007ac2",
|
|
1789
|
+
dark: "#009af2",
|
|
1790
|
+
},
|
|
1791
|
+
type: "color",
|
|
1792
|
+
attributes: {
|
|
1793
|
+
category: "color",
|
|
1794
|
+
scope: "component",
|
|
1795
|
+
type: "color",
|
|
1796
|
+
item: "focus",
|
|
1797
|
+
subitem: "default",
|
|
1798
|
+
names: {
|
|
1799
|
+
scss: "$calcite-color-focus",
|
|
1800
|
+
css: "var(--calcite-color-focus)",
|
|
1801
|
+
js: "semantic.color.focus.default",
|
|
1802
|
+
docs: "semantic.color.focus.default",
|
|
1803
|
+
es6: "calciteColorFocus",
|
|
1804
|
+
},
|
|
1805
|
+
"calcite-schema": {
|
|
1806
|
+
system: "calcite",
|
|
1807
|
+
tier: "color",
|
|
1808
|
+
type: "color",
|
|
1809
|
+
},
|
|
1810
|
+
},
|
|
1811
|
+
filePath: "src/tokens/semantic/color/light.json",
|
|
1812
|
+
isSource: false,
|
|
1813
|
+
original: {
|
|
1814
|
+
value: "{semantic.color.brand.default.default}",
|
|
1815
|
+
type: "color",
|
|
1816
|
+
attributes: {
|
|
1817
|
+
category: "color",
|
|
1818
|
+
scope: "component",
|
|
1819
|
+
},
|
|
1820
|
+
key: "{semantic.color.focus.default}",
|
|
1821
|
+
},
|
|
1822
|
+
name: "Color Focus",
|
|
1823
|
+
path: ["semantic", "color", "focus", "default"],
|
|
1824
|
+
},
|
|
1825
|
+
},
|
|
1784
1826
|
},
|
|
1785
1827
|
border: {
|
|
1786
1828
|
width: {
|
package/dist/js/light.d.ts
CHANGED
package/dist/js/light.js
CHANGED
|
@@ -1648,6 +1648,45 @@ export default {
|
|
|
1648
1648
|
path: ["semantic", "color", "border", "white"],
|
|
1649
1649
|
},
|
|
1650
1650
|
},
|
|
1651
|
+
focus: {
|
|
1652
|
+
default: {
|
|
1653
|
+
key: "{semantic.color.focus.default}",
|
|
1654
|
+
value: "#007ac2",
|
|
1655
|
+
type: "color",
|
|
1656
|
+
attributes: {
|
|
1657
|
+
category: "color",
|
|
1658
|
+
scope: "component",
|
|
1659
|
+
type: "color",
|
|
1660
|
+
item: "focus",
|
|
1661
|
+
subitem: "default",
|
|
1662
|
+
names: {
|
|
1663
|
+
scss: "$calcite-color-focus",
|
|
1664
|
+
css: "var(--calcite-color-focus)",
|
|
1665
|
+
js: "semantic.color.focus.default",
|
|
1666
|
+
docs: "semantic.color.focus.default",
|
|
1667
|
+
es6: "calciteColorFocus",
|
|
1668
|
+
},
|
|
1669
|
+
"calcite-schema": {
|
|
1670
|
+
system: "calcite",
|
|
1671
|
+
tier: "color",
|
|
1672
|
+
type: "color",
|
|
1673
|
+
},
|
|
1674
|
+
},
|
|
1675
|
+
filePath: "src/tokens/semantic/color/light.json",
|
|
1676
|
+
isSource: true,
|
|
1677
|
+
original: {
|
|
1678
|
+
value: "{semantic.color.brand.default.default}",
|
|
1679
|
+
type: "color",
|
|
1680
|
+
attributes: {
|
|
1681
|
+
category: "color",
|
|
1682
|
+
scope: "component",
|
|
1683
|
+
},
|
|
1684
|
+
key: "{semantic.color.focus.default}",
|
|
1685
|
+
},
|
|
1686
|
+
name: "calciteColorFocus",
|
|
1687
|
+
path: ["semantic", "color", "focus", "default"],
|
|
1688
|
+
},
|
|
1689
|
+
},
|
|
1651
1690
|
},
|
|
1652
1691
|
},
|
|
1653
1692
|
};
|
package/dist/scss/dark.scss
CHANGED
package/dist/scss/light.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "3.2.0-next.
|
|
3
|
+
"version": "3.2.0-next.2",
|
|
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.
|
|
47
|
+
"vitest": "3.2.3"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "c055adb839791919b03449d396cf686108e5303a"
|
|
50
50
|
}
|