@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.
@@ -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%";
@@ -202,11 +202,11 @@ export const calciteFontTextCaseUppercase: string;
202
202
  export const calciteFontTextCaseLowercase: string;
203
203
  /** Deprecated */
204
204
  export const calciteFontTextCaseCapitalize: string;
205
+ export const calciteOpacityDisabled: string;
205
206
  export const calciteOpacityLight: string;
206
207
  export const calciteOpacityHalf: string;
207
208
  export const calciteOpacityDark: string;
208
209
  export const calciteOpacityFull: string;
209
- export const calciteOpacityDisabled: string;
210
210
  export const calciteShadowNone: {
211
211
  blur: string;
212
212
  spread: string;
@@ -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",
@@ -218,11 +218,11 @@ export const calciteFontTextCaseNone = "none"; // Deprecated
218
218
  export const calciteFontTextCaseUppercase = "uppercase"; // Deprecated
219
219
  export const calciteFontTextCaseLowercase = "lowercase"; // Deprecated
220
220
  export const calciteFontTextCaseCapitalize = "capitalize"; // Deprecated
221
+ export const calciteOpacityDisabled = "0.5";
221
222
  export const calciteOpacityLight = "0.4";
222
223
  export const calciteOpacityHalf = "0.5";
223
224
  export const calciteOpacityDark = "0.85";
224
225
  export const calciteOpacityFull = "1";
225
- export const calciteOpacityDisabled = "0.5";
226
226
  export const calciteShadowNone = {
227
227
  blur: "0",
228
228
  spread: "0",
@@ -112,11 +112,11 @@ export const calciteFontTextCaseUppercase: string;
112
112
  export const calciteFontTextCaseLowercase: string;
113
113
  /** Deprecated */
114
114
  export const calciteFontTextCaseCapitalize: string;
115
+ export const calciteOpacityDisabled: string;
115
116
  export const calciteOpacityLight: string;
116
117
  export const calciteOpacityHalf: string;
117
118
  export const calciteOpacityDark: string;
118
119
  export const calciteOpacityFull: string;
119
- export const calciteOpacityDisabled: string;
120
120
  export const calciteShadowNone: {
121
121
  blur: string;
122
122
  spread: string;
@@ -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",
@@ -96,11 +96,11 @@ export const calciteFontTextCaseNone = "none"; // Deprecated
96
96
  export const calciteFontTextCaseUppercase = "uppercase"; // Deprecated
97
97
  export const calciteFontTextCaseLowercase = "lowercase"; // Deprecated
98
98
  export const calciteFontTextCaseCapitalize = "capitalize"; // Deprecated
99
+ export const calciteOpacityDisabled = "0.5";
99
100
  export const calciteOpacityLight = "0.4";
100
101
  export const calciteOpacityHalf = "0.5";
101
102
  export const calciteOpacityDark = "0.85";
102
103
  export const calciteOpacityFull = "1";
103
- export const calciteOpacityDisabled = "0.5";
104
104
  export const calciteShadowNone = {
105
105
  blur: "0",
106
106
  spread: "0",
@@ -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)
@@ -85,11 +85,11 @@ $calcite-font-text-case-none: none; // Deprecated
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
@@ -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)
@@ -83,11 +83,11 @@ $calcite-font-text-case-none: none; // Deprecated
83
83
  $calcite-font-text-case-uppercase: uppercase; // Deprecated
84
84
  $calcite-font-text-case-lowercase: lowercase; // Deprecated
85
85
  $calcite-font-text-case-capitalize: capitalize; // Deprecated
86
+ $calcite-opacity-disabled: 0.5;
86
87
  $calcite-opacity-light: 0.4;
87
88
  $calcite-opacity-half: 0.5;
88
89
  $calcite-opacity-dark: 0.85;
89
90
  $calcite-opacity-full: 1;
90
- $calcite-opacity-disabled: 0.5;
91
91
  $calcite-size-fixed-xxxs: 2px; // deprecated
92
92
  $calcite-size-fixed-xxs: 4px; // deprecated
93
93
  $calcite-size-fixed-xs: 6px; // deprecated
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.19",
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": "424417f50f1183ed5f2f68406788fb33edd7d36c"
51
51
  }