@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 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) */
@@ -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 */
@@ -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) */
@@ -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 */
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1768999070087,
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",