@esri/calcite-design-tokens 4.0.0-next.17 → 4.0.0-next.19
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/core.css +1 -0
- package/dist/css/global.css +2 -2
- package/dist/css/semantic.css +2 -2
- package/dist/docs/core.json +27 -1
- package/dist/docs/dark.json +275 -325
- package/dist/docs/global.json +1635 -1914
- package/dist/docs/light.json +275 -325
- package/dist/docs/semantic.json +931 -1090
- package/dist/es6/core.d.ts +1 -0
- package/dist/es6/core.js +1 -0
- package/dist/es6/global.d.ts +1 -1
- package/dist/es6/global.js +2 -2
- package/dist/es6/semantic.d.ts +1 -1
- package/dist/es6/semantic.js +2 -2
- package/dist/scss/core.scss +1 -0
- package/dist/scss/global.scss +2 -2
- package/dist/scss/semantic.scss +2 -2
- package/package.json +2 -2
package/dist/css/core.css
CHANGED
package/dist/css/global.css
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
--calcite-corner-radius-xs: 2px;
|
|
20
20
|
--calcite-corner-radius-sm: 4px;
|
|
21
21
|
--calcite-corner-radius-round: 4px; /** deprecated, use --calcite-corner-radius-sm instead */
|
|
22
|
-
--calcite-corner-radius-pill:
|
|
22
|
+
--calcite-corner-radius-pill: 9999px;
|
|
23
23
|
--calcite-font-family: 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; /** Primary font with fallbacks */
|
|
24
24
|
--calcite-font-family-code: Monaco, Consolas, 'Andale Mono', 'Lucida Console', monospace; /** Font family for code with fallbacks */
|
|
25
25
|
--calcite-font-weight-light: 300; /** For Avenir Next World (secondary font family) */
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
--calcite-font-text-case-uppercase: uppercase; /** Deprecated */
|
|
88
88
|
--calcite-font-text-case-lowercase: lowercase; /** Deprecated */
|
|
89
89
|
--calcite-font-text-case-capitalize: capitalize; /** Deprecated */
|
|
90
|
+
--calcite-opacity-disabled: 0.5;
|
|
90
91
|
--calcite-opacity-light: 0.4;
|
|
91
92
|
--calcite-opacity-half: 0.5;
|
|
92
93
|
--calcite-opacity-dark: 0.85;
|
|
93
94
|
--calcite-opacity-full: 1;
|
|
94
|
-
--calcite-opacity-disabled: 0.5;
|
|
95
95
|
--calcite-size-fixed-xxxs: 2px; /** deprecated */
|
|
96
96
|
--calcite-size-fixed-xxs: 4px; /** deprecated */
|
|
97
97
|
--calcite-size-fixed-xs: 6px; /** deprecated */
|
package/dist/css/semantic.css
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
--calcite-corner-radius-xs: 2px;
|
|
18
18
|
--calcite-corner-radius-sm: 4px;
|
|
19
19
|
--calcite-corner-radius-round: 4px; /** deprecated, use --calcite-corner-radius-sm instead */
|
|
20
|
-
--calcite-corner-radius-pill:
|
|
20
|
+
--calcite-corner-radius-pill: 9999px;
|
|
21
21
|
--calcite-font-family: 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; /** Primary font with fallbacks */
|
|
22
22
|
--calcite-font-family-code: Monaco, Consolas, 'Andale Mono', 'Lucida Console', monospace; /** Font family for code with fallbacks */
|
|
23
23
|
--calcite-font-weight-light: 300; /** For Avenir Next World (secondary font family) */
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
--calcite-font-text-case-uppercase: uppercase; /** Deprecated */
|
|
86
86
|
--calcite-font-text-case-lowercase: lowercase; /** Deprecated */
|
|
87
87
|
--calcite-font-text-case-capitalize: capitalize; /** Deprecated */
|
|
88
|
+
--calcite-opacity-disabled: 0.5;
|
|
88
89
|
--calcite-opacity-light: 0.4;
|
|
89
90
|
--calcite-opacity-half: 0.5;
|
|
90
91
|
--calcite-opacity-dark: 0.85;
|
|
91
92
|
--calcite-opacity-full: 1;
|
|
92
|
-
--calcite-opacity-disabled: 0.5;
|
|
93
93
|
--calcite-size-fixed-xxxs: 2px; /** deprecated */
|
|
94
94
|
--calcite-size-fixed-xxs: 4px; /** deprecated */
|
|
95
95
|
--calcite-size-fixed-xs: 6px; /** deprecated */
|
package/dist/docs/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769617988496,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{core.color.neutral.blk-000}",
|
|
@@ -15610,6 +15610,32 @@
|
|
|
15610
15610
|
"name": "Size 288",
|
|
15611
15611
|
"path": ["core", "size", "default", "288"]
|
|
15612
15612
|
},
|
|
15613
|
+
{
|
|
15614
|
+
"key": "{core.size.default.9999}",
|
|
15615
|
+
"value": "9999px",
|
|
15616
|
+
"type": "dimension",
|
|
15617
|
+
"attributes": {
|
|
15618
|
+
"category": "size",
|
|
15619
|
+
"type": "size",
|
|
15620
|
+
"item": "default",
|
|
15621
|
+
"subitem": "9999",
|
|
15622
|
+
"names": {
|
|
15623
|
+
"scss": "$calcite-size-9999",
|
|
15624
|
+
"css": "var(--calcite-size-9999)",
|
|
15625
|
+
"docs": "core.size.default.9999",
|
|
15626
|
+
"es6": "calciteSize9999"
|
|
15627
|
+
},
|
|
15628
|
+
"calcite-schema": {
|
|
15629
|
+
"system": "calcite",
|
|
15630
|
+
"tier": "core",
|
|
15631
|
+
"type": "dimension"
|
|
15632
|
+
}
|
|
15633
|
+
},
|
|
15634
|
+
"filePath": "src/tokens/core/size.json",
|
|
15635
|
+
"isSource": false,
|
|
15636
|
+
"name": "Size 9999",
|
|
15637
|
+
"path": ["core", "size", "default", "9999"]
|
|
15638
|
+
},
|
|
15613
15639
|
{
|
|
15614
15640
|
"key": "{core.size.default.none}",
|
|
15615
15641
|
"value": "0",
|