@esri/calcite-design-tokens 3.2.0-next.3 → 3.2.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.
@@ -2,8 +2,6 @@
2
2
  // Calcite Design System
3
3
  // Do not edit directly, this file was auto-generated.
4
4
 
5
- $calcite-container-size-height-xxs-min: 0; // Small handheld devices and mini-windows
6
- $calcite-container-size-width-xxs-min: 0; // Small handheld devices and mini-windows
7
5
  $calcite-border-width-none: 0;
8
6
  $calcite-border-width-sm: 1px;
9
7
  $calcite-border-width-md: 2px;
@@ -111,26 +109,6 @@ $calcite-z-index-overlay: 700;
111
109
  $calcite-z-index-modal: 800;
112
110
  $calcite-z-index-popup: 900;
113
111
  $calcite-z-index-tooltip: 901;
114
- $calcite-container-size-height-xxs-max: 154px; // Small handheld devices and mini-windows
115
- $calcite-container-size-height-xs-min: 155px; // Handheld devices
116
- $calcite-container-size-height-xs-max: 328px; // Handheld devices
117
- $calcite-container-size-height-sm-min: 329px; // Small tablets
118
- $calcite-container-size-height-sm-max: 504px; // Small tablets
119
- $calcite-container-size-height-md-min: 505px; // Small laptops
120
- $calcite-container-size-height-md-max: 678px; // Small laptops
121
- $calcite-container-size-height-lg-min: 679px; // Large laptops and desktop computers
122
- $calcite-container-size-height-lg-max: 854px; // Large laptops and desktop computers
123
- $calcite-container-size-height-xl-min: 855px; // Projectors and televisions
124
- $calcite-container-size-width-xxs-max: 320px; // Small handheld devices and mini-windows
125
- $calcite-container-size-width-xs-min: 321px; // Handheld devices
126
- $calcite-container-size-width-xs-max: 476px; // Handheld devices
127
- $calcite-container-size-width-sm-min: 477px; // Small tablets
128
- $calcite-container-size-width-sm-max: 768px; // Small tablets
129
- $calcite-container-size-width-md-min: 769px; // Small laptops
130
- $calcite-container-size-width-md-max: 1152px; // Small laptops
131
- $calcite-container-size-width-lg-min: 1153px; // Large laptops and desktop computers
132
- $calcite-container-size-width-lg-max: 1440px; // Large laptops and desktop computers
133
- $calcite-container-size-width-xl-min: 1441px; // Projectors and televisions
134
112
  $calcite-corner-radius: $calcite-corner-radius-none;
135
113
  $calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
136
114
  $calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-design-tokens",
3
- "version": "3.2.0-next.3",
3
+ "version": "3.2.0-next.5",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "vitest": "3.2.4"
48
48
  },
49
- "gitHead": "c4c4fcc6737d9d3197b5beb1dd608109d1460aa0"
49
+ "gitHead": "a213b468282dda26594986755c619ce0d4c38689"
50
50
  }