@esri/calcite-design-tokens 3.0.0 → 3.0.1-next.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, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 GMT
4
4
  */
5
5
 
6
6
  .calcite-typography-hierarchy-overline {
package/dist/css/core.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:51 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:03 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/css/dark.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -95,9 +95,10 @@
95
95
  --calcite-font-weight-regular: 400;
96
96
  --calcite-font-weight-normal: 400; /* For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular" */
97
97
  --calcite-font-weight-light: 300; /* For Avenir Next World (secondary font family) */
98
- --calcite-font-family-code: Monaco, Consolas, "Andale Mono", "Lucida Console",
99
- monospace; /* Font family for code with fallbacks */
100
- --calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif; /* Primary font with fallbacks */
98
+ --calcite-font-family-code:
99
+ Monaco, Consolas, "Andale Mono", "Lucida Console", monospace; /* Font family for code with fallbacks */
100
+ --calcite-font-family:
101
+ "Avenir Next", Avenir, "Helvetica Neue", sans-serif; /* Primary font with fallbacks */
101
102
  --calcite-corner-radius-pill: 100%;
102
103
  --calcite-corner-radius-round: 4px;
103
104
  --calcite-corner-radius-sharp: 0;
@@ -110,10 +111,10 @@
110
111
  --calcite-border-width-md: 2px;
111
112
  --calcite-border-width-sm: 1px;
112
113
  --calcite-border-width-none: 0;
113
- --calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08),
114
- 0 12px 30px rgba(0, 0, 0, 0.1);
115
- --calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04),
116
- 0 4px 16px 0 rgba(0, 0, 0, 0.08);
114
+ --calcite-shadow-md:
115
+ 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
116
+ --calcite-shadow-sm:
117
+ 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
117
118
  --calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
118
119
  --calcite-corner-radius: var(--calcite-corner-radius-sharp);
119
120
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 GMT
4
4
  */
5
5
 
6
6
  @import url("./global.css");
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1738988152219,
2
+ "timestamp": 1740416284813,
3
3
  "tokens": [
4
4
  {
5
5
  "value": "#ffffff",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1738988154561,
2
+ "timestamp": 1740416287140,
3
3
  "tokens": [
4
4
  {
5
5
  "value": "0",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:52 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:05 GMT
4
4
  */
5
5
 
6
6
  export const calciteColorNeutralBlk000 : string;
package/dist/es6/core.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:52 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:05 GMT
4
4
  */
5
5
 
6
6
  export const calciteColorNeutralBlk000 = "#ffffff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:54 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:07 GMT
4
4
  */
5
5
 
6
6
  export const calciteBorderWidthNone : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:54 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:07 GMT
4
4
  */
5
5
 
6
6
  export const calciteBorderWidthNone = "0";
package/dist/js/core.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:52 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:04 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
package/dist/js/core.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:51 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:03 GMT
4
4
  */
5
5
 
6
6
  export default {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:54 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:07 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
package/dist/js/global.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 GMT
4
4
  */
5
5
 
6
6
  export default {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 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, 08 Feb 2025 04:15:50 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:03 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, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 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, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 GMT
4
4
  */
5
5
 
6
6
  $calcite-z-index-tooltip: 901;
@@ -94,9 +94,10 @@ $calcite-font-weight-medium: 500;
94
94
  $calcite-font-weight-regular: 400;
95
95
  $calcite-font-weight-normal: 400; // For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"
96
96
  $calcite-font-weight-light: 300; // For Avenir Next World (secondary font family)
97
- $calcite-font-family-code: Monaco, Consolas, "Andale Mono", "Lucida Console",
98
- monospace; // Font family for code with fallbacks
99
- $calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif; // Primary font with fallbacks
97
+ $calcite-font-family-code:
98
+ Monaco, Consolas, "Andale Mono", "Lucida Console", monospace; // Font family for code with fallbacks
99
+ $calcite-font-family:
100
+ "Avenir Next", Avenir, "Helvetica Neue", sans-serif; // Primary font with fallbacks
100
101
  $calcite-corner-radius-pill: 100%;
101
102
  $calcite-corner-radius-round: 4px;
102
103
  $calcite-corner-radius-sharp: 0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 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, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 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, 08 Feb 2025 04:15:53 GMT
3
+ * Generated on Mon, 24 Feb 2025 16:58:06 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.0",
3
+ "version": "3.0.1-next.1",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -39,5 +39,5 @@
39
39
  "volta": {
40
40
  "extends": "../../package.json"
41
41
  },
42
- "gitHead": "e63242f9ee599ca587df864e4f85545746c1157c"
42
+ "gitHead": "e0748d0830415054611c34f02343df0529e022ac"
43
43
  }