@esri/calcite-design-tokens 4.0.0-next.17 → 4.0.0-next.18
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 +1 -1
- package/dist/css/semantic.css +1 -1
- package/dist/docs/core.json +27 -1
- package/dist/docs/dark.json +1 -1
- package/dist/docs/global.json +2 -2
- package/dist/docs/light.json +1 -1
- package/dist/docs/semantic.json +2 -2
- package/dist/es6/core.d.ts +1 -0
- package/dist/es6/core.js +1 -0
- package/dist/es6/global.js +1 -1
- package/dist/es6/semantic.js +1 -1
- package/dist/scss/core.scss +1 -0
- package/dist/scss/global.scss +1 -1
- package/dist/scss/semantic.scss +1 -1
- 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) */
|
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) */
|
package/dist/docs/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769461874091,
|
|
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",
|
package/dist/docs/dark.json
CHANGED
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769461873741,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.surface.1}",
|
|
@@ -2375,7 +2375,7 @@
|
|
|
2375
2375
|
},
|
|
2376
2376
|
{
|
|
2377
2377
|
"key": "{semantic.corner-radius.pill}",
|
|
2378
|
-
"value": "
|
|
2378
|
+
"value": "9999px",
|
|
2379
2379
|
"type": "dimension",
|
|
2380
2380
|
"attributes": {
|
|
2381
2381
|
"category": "corner-radius",
|
package/dist/docs/light.json
CHANGED
package/dist/docs/semantic.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769461873966,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.border.width.none}",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"key": "{semantic.corner-radius.pill}",
|
|
406
|
-
"value": "
|
|
406
|
+
"value": "9999px",
|
|
407
407
|
"type": "dimension",
|
|
408
408
|
"attributes": {
|
|
409
409
|
"category": "corner-radius",
|
package/dist/es6/core.d.ts
CHANGED
|
@@ -610,6 +610,7 @@ export const calciteSize192: string;
|
|
|
610
610
|
export const calciteSize224: string;
|
|
611
611
|
export const calciteSize256: string;
|
|
612
612
|
export const calciteSize288: string;
|
|
613
|
+
export const calciteSize9999: string;
|
|
613
614
|
export const calciteSizeNone: string;
|
|
614
615
|
export const calciteSizeRelative50: string;
|
|
615
616
|
export const calciteSizeRelative100: string;
|
package/dist/es6/core.js
CHANGED
|
@@ -590,6 +590,7 @@ export const calciteSize192 = "192px";
|
|
|
590
590
|
export const calciteSize224 = "224px";
|
|
591
591
|
export const calciteSize256 = "256px";
|
|
592
592
|
export const calciteSize288 = "288px";
|
|
593
|
+
export const calciteSize9999 = "9999px";
|
|
593
594
|
export const calciteSizeNone = "0";
|
|
594
595
|
export const calciteSizeRelative50 = "50%";
|
|
595
596
|
export const calciteSizeRelative100 = "100%";
|
package/dist/es6/global.js
CHANGED
|
@@ -139,7 +139,7 @@ export const calciteCornerRadiusNone = "0";
|
|
|
139
139
|
export const calciteCornerRadiusXs = "2px";
|
|
140
140
|
export const calciteCornerRadiusSm = "4px";
|
|
141
141
|
export const calciteCornerRadiusRound = "4px"; // deprecated, use --calcite-corner-radius-sm instead
|
|
142
|
-
export const calciteCornerRadiusPill = "
|
|
142
|
+
export const calciteCornerRadiusPill = "9999px";
|
|
143
143
|
export const calciteFontFamily = [
|
|
144
144
|
"Avenir Next",
|
|
145
145
|
"Avenir",
|
package/dist/es6/semantic.js
CHANGED
|
@@ -17,7 +17,7 @@ export const calciteCornerRadiusNone = "0";
|
|
|
17
17
|
export const calciteCornerRadiusXs = "2px";
|
|
18
18
|
export const calciteCornerRadiusSm = "4px";
|
|
19
19
|
export const calciteCornerRadiusRound = "4px"; // deprecated, use --calcite-corner-radius-sm instead
|
|
20
|
-
export const calciteCornerRadiusPill = "
|
|
20
|
+
export const calciteCornerRadiusPill = "9999px";
|
|
21
21
|
export const calciteFontFamily = [
|
|
22
22
|
"Avenir Next",
|
|
23
23
|
"Avenir",
|
package/dist/scss/core.scss
CHANGED
package/dist/scss/global.scss
CHANGED
|
@@ -17,7 +17,7 @@ $calcite-corner-radius-none: 0;
|
|
|
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)
|
package/dist/scss/semantic.scss
CHANGED
|
@@ -15,7 +15,7 @@ $calcite-corner-radius-none: 0;
|
|
|
15
15
|
$calcite-corner-radius-xs: 2px;
|
|
16
16
|
$calcite-corner-radius-sm: 4px;
|
|
17
17
|
$calcite-corner-radius-round: 4px; // deprecated, use --calcite-corner-radius-sm instead
|
|
18
|
-
$calcite-corner-radius-pill:
|
|
18
|
+
$calcite-corner-radius-pill: 9999px;
|
|
19
19
|
$calcite-font-family: 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; // Primary font with fallbacks
|
|
20
20
|
$calcite-font-family-code: Monaco, Consolas, 'Andale Mono', 'Lucida Console', monospace; // Font family for code with fallbacks
|
|
21
21
|
$calcite-font-weight-light: 300; // For Avenir Next World (secondary font family)
|
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.18",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"vitest": "4.0.16"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "1ddd2484af859ffb97de88c3a8842a383fe57198"
|
|
51
51
|
}
|