@esri/calcite-design-tokens 4.0.0-next.4 → 4.0.0-next.5

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.
@@ -96,19 +96,32 @@
96
96
  --calcite-spacing-fixed-xl: 16px; /** deprecated */
97
97
  --calcite-spacing-fixed-xxl: 20px; /** deprecated */
98
98
  --calcite-spacing-fixed-xxxl: 32px; /** deprecated */
99
- --calcite-spacing-none: 0;
100
- --calcite-spacing-px: 1px;
101
- --calcite-spacing-base: 2px;
102
- --calcite-spacing-xxs: 0.25rem;
103
- --calcite-spacing-xs: 0.375rem;
104
- --calcite-spacing-sm: 0.5rem;
105
- --calcite-spacing-sm-plus: 0.625rem;
106
- --calcite-spacing-md: 0.75rem;
107
- --calcite-spacing-md-plus: 0.875rem;
108
- --calcite-spacing-lg: 1rem;
109
- --calcite-spacing-xl: 1.25rem;
110
- --calcite-spacing-xxl: 1.5rem;
111
- --calcite-spacing-xxxl: 2rem;
99
+ --calcite-spacing-none: 0; /** deprecated, use `--calcite-space-none` instead */
100
+ --calcite-spacing-px: 1px; /** deprecated, use `--calcite-space-px` instead */
101
+ --calcite-spacing-base: 2px; /** deprecated, use `--calcite-space-base` instead */
102
+ --calcite-spacing-xxs: 0.25rem; /** deprecated, use `--calcite-space-2xs` instead */
103
+ --calcite-spacing-xs: 0.375rem; /** deprecated, use `--calcite-space-xs` instead */
104
+ --calcite-spacing-sm: 0.5rem; /** deprecated, use `--calcite-space-sm` instead */
105
+ --calcite-spacing-sm-plus: 0.625rem; /** deprecated, use `--calcite-space-sm-plus` instead */
106
+ --calcite-spacing-md: 0.75rem; /** deprecated, use `--calcite-space-md` instead */
107
+ --calcite-spacing-md-plus: 0.875rem; /** deprecated, use `--calcite-space-md-plus` instead */
108
+ --calcite-spacing-lg: 1rem; /** deprecated, use `--calcite-space-lg` instead */
109
+ --calcite-spacing-xl: 1.25rem; /** deprecated, use `--calcite-space-xl` instead */
110
+ --calcite-spacing-xxl: 1.5rem; /** deprecated, use `--calcite-space-2xl` instead */
111
+ --calcite-spacing-xxxl: 2rem; /** deprecated, use `--calcite-space-3xl` instead */
112
+ --calcite-space-none: 0;
113
+ --calcite-space-px: 1px;
114
+ --calcite-space-base: 2px;
115
+ --calcite-space-2xs: 0.25rem;
116
+ --calcite-space-xs: 0.375rem;
117
+ --calcite-space-sm: 0.5rem;
118
+ --calcite-space-sm-plus: 0.625rem;
119
+ --calcite-space-md: 0.75rem;
120
+ --calcite-space-md-plus: 0.875rem;
121
+ --calcite-space-lg: 1rem;
122
+ --calcite-space-xl: 1.25rem;
123
+ --calcite-space-2xl: 1.5rem;
124
+ --calcite-space-3xl: 2rem;
112
125
  --calcite-z-index-deep: -999999;
113
126
  --calcite-z-index: 1;
114
127
  --calcite-z-index-sticky: 300;
@@ -94,19 +94,32 @@
94
94
  --calcite-spacing-fixed-xl: 16px; /** deprecated */
95
95
  --calcite-spacing-fixed-xxl: 20px; /** deprecated */
96
96
  --calcite-spacing-fixed-xxxl: 32px; /** deprecated */
97
- --calcite-spacing-none: 0;
98
- --calcite-spacing-px: 1px;
99
- --calcite-spacing-base: 2px;
100
- --calcite-spacing-xxs: 0.25rem;
101
- --calcite-spacing-xs: 0.375rem;
102
- --calcite-spacing-sm: 0.5rem;
103
- --calcite-spacing-sm-plus: 0.625rem;
104
- --calcite-spacing-md: 0.75rem;
105
- --calcite-spacing-md-plus: 0.875rem;
106
- --calcite-spacing-lg: 1rem;
107
- --calcite-spacing-xl: 1.25rem;
108
- --calcite-spacing-xxl: 1.5rem;
109
- --calcite-spacing-xxxl: 2rem;
97
+ --calcite-spacing-none: 0; /** deprecated, use `--calcite-space-none` instead */
98
+ --calcite-spacing-px: 1px; /** deprecated, use `--calcite-space-px` instead */
99
+ --calcite-spacing-base: 2px; /** deprecated, use `--calcite-space-base` instead */
100
+ --calcite-spacing-xxs: 0.25rem; /** deprecated, use `--calcite-space-2xs` instead */
101
+ --calcite-spacing-xs: 0.375rem; /** deprecated, use `--calcite-space-xs` instead */
102
+ --calcite-spacing-sm: 0.5rem; /** deprecated, use `--calcite-space-sm` instead */
103
+ --calcite-spacing-sm-plus: 0.625rem; /** deprecated, use `--calcite-space-sm-plus` instead */
104
+ --calcite-spacing-md: 0.75rem; /** deprecated, use `--calcite-space-md` instead */
105
+ --calcite-spacing-md-plus: 0.875rem; /** deprecated, use `--calcite-space-md-plus` instead */
106
+ --calcite-spacing-lg: 1rem; /** deprecated, use `--calcite-space-lg` instead */
107
+ --calcite-spacing-xl: 1.25rem; /** deprecated, use `--calcite-space-xl` instead */
108
+ --calcite-spacing-xxl: 1.5rem; /** deprecated, use `--calcite-space-2xl` instead */
109
+ --calcite-spacing-xxxl: 2rem; /** deprecated, use `--calcite-space-3xl` instead */
110
+ --calcite-space-none: 0;
111
+ --calcite-space-px: 1px;
112
+ --calcite-space-base: 2px;
113
+ --calcite-space-2xs: 0.25rem;
114
+ --calcite-space-xs: 0.375rem;
115
+ --calcite-space-sm: 0.5rem;
116
+ --calcite-space-sm-plus: 0.625rem;
117
+ --calcite-space-md: 0.75rem;
118
+ --calcite-space-md-plus: 0.875rem;
119
+ --calcite-space-lg: 1rem;
120
+ --calcite-space-xl: 1.25rem;
121
+ --calcite-space-2xl: 1.5rem;
122
+ --calcite-space-3xl: 2rem;
110
123
  --calcite-z-index-deep: -999999;
111
124
  --calcite-z-index: 1;
112
125
  --calcite-z-index-sticky: 300;
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1760543353914,
2
+ "timestamp": 1761603823990,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{core.color.neutral.blk-000}",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1760543352358,
2
+ "timestamp": 1761603822473,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{semantic.color.background.default}",