@esri/calcite-design-tokens 2.1.0-next.0 → 2.1.0-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.
- package/dist/css/breakpoint.css +1 -1
- package/dist/css/classes.css +10 -10
- package/dist/css/core.css +1 -1
- package/dist/css/dark.css +1 -1
- package/dist/css/global.css +10 -10
- package/dist/css/index.css +1 -1
- package/dist/css/light.css +1 -1
- package/dist/docs/core.json +10882 -6698
- package/dist/docs/global.json +7655 -5851
- package/dist/es6/core.d.ts +1 -1
- package/dist/es6/core.js +34 -34
- package/dist/es6/global.d.ts +5 -5
- package/dist/es6/global.js +64 -64
- package/dist/js/core.d.ts +1 -1
- package/dist/js/core.js +14105 -2325
- package/dist/js/global.d.ts +19 -15
- package/dist/js/global.js +9326 -1838
- package/dist/scss/breakpoints.scss +1 -1
- package/dist/scss/core.scss +1 -1
- package/dist/scss/dark.scss +1 -1
- package/dist/scss/global.scss +10 -10
- package/dist/scss/index.scss +1 -1
- package/dist/scss/light.scss +1 -1
- package/dist/scss/mixins.scss +1 -1
- package/package.json +3 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 19 Dec 2023 05:51:03 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
|
package/dist/scss/core.scss
CHANGED
package/dist/scss/dark.scss
CHANGED
package/dist/scss/global.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 19 Dec 2023 05:51:03 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:
|
|
54
|
-
$calcite-font-line-height-relative-relaxed:
|
|
55
|
-
$calcite-font-line-height-relative-normal:
|
|
56
|
-
$calcite-font-line-height-relative-snug:
|
|
57
|
-
$calcite-font-line-height-relative-tight:
|
|
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(
|
|
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;
|
package/dist/scss/index.scss
CHANGED
package/dist/scss/light.scss
CHANGED
package/dist/scss/mixins.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "2.1.0-next.
|
|
3
|
+
"version": "2.1.0-next.1",
|
|
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": "
|
|
35
|
+
"gitHead": "3f087abe7b44fd1dc57f87245b88452f93bfd5e6"
|
|
37
36
|
}
|