@esri/calcite-design-tokens 2.1.0-next.0 → 2.1.0

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 Mon, 18 Dec 2023 19:47:42 GMT
3
+ * Generated on Tue, 19 Dec 2023 06:48:47 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 Mon, 18 Dec 2023 19:47:40 GMT
3
+ * Generated on Tue, 19 Dec 2023 06:48:45 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 Mon, 18 Dec 2023 19:47:42 GMT
3
+ * Generated on Tue, 19 Dec 2023 06:48:47 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 Mon, 18 Dec 2023 19:47:42 GMT
3
+ * Generated on Tue, 19 Dec 2023 06:48:47 GMT
4
4
  */
5
5
 
6
6
  $calcite-z-index-tooltip: 901;
@@ -50,11 +50,11 @@ $calcite-font-paragraph-spacing-normal: 4px;
50
50
  $calcite-font-letter-spacing-wide: 0.4;
51
51
  $calcite-font-letter-spacing-normal: 0;
52
52
  $calcite-font-letter-spacing-tight: -0.4;
53
- $calcite-font-line-height-relative-loose: 2; // 2
54
- $calcite-font-line-height-relative-relaxed: 1.625; // 1.625
55
- $calcite-font-line-height-relative-normal: 1.5; // 1.5
56
- $calcite-font-line-height-relative-snug: 1.375; // 1.375
57
- $calcite-font-line-height-relative-tight: 1.25; // 1.25
53
+ $calcite-font-line-height-relative-loose: 0.02; // 2
54
+ $calcite-font-line-height-relative-relaxed: 0.01625; // 1.625
55
+ $calcite-font-line-height-relative-normal: 0.015; // 1.5
56
+ $calcite-font-line-height-relative-snug: 0.01375; // 1.375
57
+ $calcite-font-line-height-relative-tight: 0.0125; // 1.25
58
58
  $calcite-font-line-height-relative: auto; // 1
59
59
  $calcite-font-line-height-fixed-xl: 24px;
60
60
  $calcite-font-line-height-fixed-lg: 20px;
@@ -78,14 +78,14 @@ $calcite-font-family-code: Monaco Consolas "Andale Mono" "Lucida Console"
78
78
  monospace; // Font family for code with fallbacks
79
79
  $calcite-font-family: "Avenir Next World" "Avenir Next LT Pro" Avenir
80
80
  "Helvetica Neue" sans-serif; // Primary font with fallbacks
81
+ $calcite-corner-radius-pill: 100%;
82
+ $calcite-corner-radius-round: 4px;
83
+ $calcite-corner-radius-sharp: 0;
81
84
  $calcite-container-size-content-fixed: 1440px; // only for lg breakpoint fixed grid width
82
85
  $calcite-container-size-content-fluid: 100%; // for fluid grid widths
83
86
  $calcite-container-size-gutter: 16px;
84
87
  $calcite-container-size-margin: 24px;
85
- $calcite-color-background-none: rgba(#ffffff, 0);
86
- $calcite-corner-radius-pill: 100%;
87
- $calcite-corner-radius-round: 4px;
88
- $calcite-corner-radius-sharp: 0;
88
+ $calcite-color-background-none: rgba(255, 255, 255, 0);
89
89
  $calcite-border-width-lg: 4px;
90
90
  $calcite-border-width-md: 2px;
91
91
  $calcite-border-width-sm: 1px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 19:47:42 GMT
3
+ * Generated on Tue, 19 Dec 2023 06:48:47 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 Mon, 18 Dec 2023 19:47:42 GMT
3
+ * Generated on Tue, 19 Dec 2023 06:48:47 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 Mon, 18 Dec 2023 19:47:42 GMT
3
+ * Generated on Tue, 19 Dec 2023 06:48:47 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": "2.1.0-next.0",
3
+ "version": "2.1.0",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -30,8 +30,7 @@
30
30
  "lint:json": "prettier --write \"**/*.json\" >/dev/null",
31
31
  "lint:md": "markdownlint \"**/*.md\" --fix --dot --ignore-path ../../.gitignore && prettier --write \"**/*.md\" >/dev/null",
32
32
  "lint:ts": "eslint --ext .ts,.tsx --fix . && prettier --write \"**/*.ts?(x)\" >/dev/null",
33
- "lint": "concurrently npm:lint:*",
34
- "test": "jest"
33
+ "lint": "concurrently npm:lint:*"
35
34
  },
36
- "gitHead": "766b5a2da13f7b6408053736fb7fffdd7de6c34c"
35
+ "gitHead": "44d4b83172a317606308b5c3462686f05ceccb43"
37
36
  }