@esri/calcite-design-tokens 4.0.0-next.18 → 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.
@@ -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;
@@ -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;
@@ -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",
@@ -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
@@ -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.18",
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": "1ddd2484af859ffb97de88c3a8842a383fe57198"
50
+ "gitHead": "424417f50f1183ed5f2f68406788fb33edd7d36c"
51
51
  }