@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 CHANGED
@@ -556,6 +556,7 @@
556
556
  --calcite-size-224: 224px;
557
557
  --calcite-size-256: 256px;
558
558
  --calcite-size-288: 288px;
559
+ --calcite-size-9999: 9999px;
559
560
  --calcite-size-none: 0;
560
561
  --calcite-size-relative-50: 50%;
561
562
  --calcite-size-relative-100: 100%;
@@ -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: 100%;
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) */
@@ -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: 100%;
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) */
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1768999070087,
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",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1768999068553,
2
+ "timestamp": 1769461872630,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{semantic.color.surface.1}",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1768999069716,
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": "100%",
2378
+ "value": "9999px",
2379
2379
  "type": "dimension",
2380
2380
  "attributes": {
2381
2381
  "category": "corner-radius",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1768999069134,
2
+ "timestamp": 1769461873172,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{semantic.color.surface.1}",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1768999069966,
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": "100%",
406
+ "value": "9999px",
407
407
  "type": "dimension",
408
408
  "attributes": {
409
409
  "category": "corner-radius",
@@ -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%";
@@ -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 = "100%";
142
+ export const calciteCornerRadiusPill = "9999px";
143
143
  export const calciteFontFamily = [
144
144
  "Avenir Next",
145
145
  "Avenir",
@@ -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 = "100%";
20
+ export const calciteCornerRadiusPill = "9999px";
21
21
  export const calciteFontFamily = [
22
22
  "Avenir Next",
23
23
  "Avenir",
@@ -554,6 +554,7 @@ $calcite-size-192: 192px;
554
554
  $calcite-size-224: 224px;
555
555
  $calcite-size-256: 256px;
556
556
  $calcite-size-288: 288px;
557
+ $calcite-size-9999: 9999px;
557
558
  $calcite-size-none: 0;
558
559
  $calcite-size-relative-50: 50%;
559
560
  $calcite-size-relative-100: 100%;
@@ -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: 100%;
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)
@@ -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: 100%;
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.17",
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": "063dde69c93493bed07dd01c957e1b9d8f7dab3b"
50
+ "gitHead": "1ddd2484af859ffb97de88c3a8842a383fe57198"
51
51
  }