@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.
- package/dist/css/breakpoint.css +1 -1
- package/dist/css/classes.css +1 -1
- package/dist/css/core.css +1 -1
- package/dist/css/dark.css +1 -1
- package/dist/css/global.css +9 -8
- package/dist/css/index.css +1 -1
- package/dist/css/light.css +1 -1
- package/dist/docs/core.json +1 -1
- package/dist/docs/global.json +1 -1
- package/dist/es6/core.d.ts +1 -1
- package/dist/es6/core.js +1 -1
- package/dist/es6/global.d.ts +1 -1
- package/dist/es6/global.js +1 -1
- package/dist/js/core.d.ts +1 -1
- package/dist/js/core.js +1 -1
- package/dist/js/global.d.ts +1 -1
- package/dist/js/global.js +1 -1
- 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 +5 -4
- package/dist/scss/index.scss +1 -1
- package/dist/scss/light.scss +1 -1
- package/dist/scss/mixins.scss +1 -1
- package/package.json +2 -2
package/dist/css/breakpoint.css
CHANGED
package/dist/css/classes.css
CHANGED
package/dist/css/core.css
CHANGED
package/dist/css/dark.css
CHANGED
package/dist/css/global.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
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:
|
|
99
|
-
monospace; /* Font family for code with fallbacks */
|
|
100
|
-
--calcite-font-family:
|
|
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:
|
|
114
|
-
0 12px 30px rgba(0, 0, 0, 0.1);
|
|
115
|
-
--calcite-shadow-sm:
|
|
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
|
}
|
package/dist/css/index.css
CHANGED
package/dist/css/light.css
CHANGED
package/dist/docs/core.json
CHANGED
package/dist/docs/global.json
CHANGED
package/dist/es6/core.d.ts
CHANGED
package/dist/es6/core.js
CHANGED
package/dist/es6/global.d.ts
CHANGED
package/dist/es6/global.js
CHANGED
package/dist/js/core.d.ts
CHANGED
package/dist/js/core.js
CHANGED
package/dist/js/global.d.ts
CHANGED
package/dist/js/global.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
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
|
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 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:
|
|
98
|
-
monospace; // Font family for code with fallbacks
|
|
99
|
-
$calcite-font-family:
|
|
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;
|
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": "3.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": "
|
|
42
|
+
"gitHead": "e0748d0830415054611c34f02343df0529e022ac"
|
|
43
43
|
}
|