@esri/calcite-design-tokens 3.0.1-next.4 → 3.0.1

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 15 Mar 2025 04:37:52 GMT
3
+ * Generated on Wed, 26 Mar 2025 15:53:08 GMT
4
4
  */
5
5
 
6
6
  $calcite-container-size-width-xl-min: 1441px; // Projectors and televisions$calcite-container-size-width-lg-min: 1153px; // Large laptops and desktop computers
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 15 Mar 2025 04:37:50 GMT
3
+ * Generated on Wed, 26 Mar 2025 15:53:07 GMT
4
4
  */
5
5
 
6
6
  $calcite-z-index-9: 900;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 15 Mar 2025 04:37:52 GMT
3
+ * Generated on Wed, 26 Mar 2025 15:53:08 GMT
4
4
  */
5
5
 
6
6
  $calcite-color-border-white: #f8f8f8;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 15 Mar 2025 04:37:52 GMT
3
+ * Generated on Wed, 26 Mar 2025 15:53:08 GMT
4
4
  */
5
5
 
6
6
  $calcite-z-index-tooltip: 901;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 15 Mar 2025 04:37:52 GMT
3
+ * Generated on Wed, 26 Mar 2025 15:53:08 GMT
4
4
  */
5
5
 
6
6
  @import "./global.scss";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 15 Mar 2025 04:37:52 GMT
3
+ * Generated on Wed, 26 Mar 2025 15:53:08 GMT
4
4
  */
5
5
 
6
6
  $calcite-color-border-white: #ffffff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 15 Mar 2025 04:37:52 GMT
3
+ * Generated on Wed, 26 Mar 2025 15:53:08 GMT
4
4
  */
5
5
 
6
6
  @mixin calcite-typography-hierarchy-overline {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-design-tokens",
3
- "version": "3.0.1-next.4",
3
+ "version": "3.0.1",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -42,5 +42,5 @@
42
42
  "volta": {
43
43
  "extends": "../../package.json"
44
44
  },
45
- "gitHead": "96f7b67c8835f118aebdb0a2fe911237a18a3ba1"
45
+ "gitHead": "d5f75fd644ca26682acb9c16f9a2223fa9ae8359"
46
46
  }