@esri/calcite-design-tokens 2.3.0-next.3 → 3.0.0-next.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.
- 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 +40 -20
- package/dist/css/index.css +1 -1
- package/dist/css/light.css +1 -1
- package/dist/docs/core.json +79 -79
- package/dist/docs/global.json +955 -240
- package/dist/es6/core.d.ts +1 -1
- package/dist/es6/core.js +1 -1
- package/dist/es6/global.d.ts +42 -3
- package/dist/es6/global.js +78 -58
- package/dist/js/core.d.ts +1 -1
- package/dist/js/core.js +157 -157
- package/dist/js/global.d.ts +51 -23
- package/dist/js/global.js +2152 -914
- 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 +40 -20
- 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 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 27 Nov 2024 23:28:01 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 Wed, 27 Nov 2024 23:28:01 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
$calcite-z-index-tooltip: 901;
|
|
@@ -13,28 +13,48 @@ $calcite-z-index-header: 400;
|
|
|
13
13
|
$calcite-z-index-sticky: 300;
|
|
14
14
|
$calcite-z-index: 1;
|
|
15
15
|
$calcite-z-index-deep: -999999;
|
|
16
|
-
$calcite-spacing-xxxl:
|
|
17
|
-
$calcite-spacing-xxl:
|
|
18
|
-
$calcite-spacing-xl:
|
|
19
|
-
$calcite-spacing-lg:
|
|
20
|
-
$calcite-spacing-md:
|
|
21
|
-
$calcite-spacing-
|
|
22
|
-
$calcite-spacing-
|
|
23
|
-
$calcite-spacing-
|
|
16
|
+
$calcite-spacing-xxxl: 2rem;
|
|
17
|
+
$calcite-spacing-xxl: 1.5rem;
|
|
18
|
+
$calcite-spacing-xl: 1.25rem;
|
|
19
|
+
$calcite-spacing-lg: 1rem;
|
|
20
|
+
$calcite-spacing-md-plus: 0.875rem;
|
|
21
|
+
$calcite-spacing-md: 0.75rem;
|
|
22
|
+
$calcite-spacing-sm-plus: 0.625rem;
|
|
23
|
+
$calcite-spacing-sm: 0.5rem;
|
|
24
|
+
$calcite-spacing-xs: 0.375rem;
|
|
25
|
+
$calcite-spacing-xxs: 0.25rem;
|
|
24
26
|
$calcite-spacing-base: 2px;
|
|
25
27
|
$calcite-spacing-px: 1px;
|
|
26
|
-
$calcite-
|
|
27
|
-
$calcite-
|
|
28
|
-
$calcite-
|
|
29
|
-
$calcite-
|
|
30
|
-
$calcite-
|
|
31
|
-
$calcite-
|
|
32
|
-
$calcite-
|
|
33
|
-
$calcite-
|
|
34
|
-
$calcite-
|
|
35
|
-
$calcite-size-
|
|
36
|
-
$calcite-size-
|
|
28
|
+
$calcite-spacing-none: 0;
|
|
29
|
+
$calcite-spacing-fixed-xxxl: 32px; // deprecated
|
|
30
|
+
$calcite-spacing-fixed-xxl: 20px; // deprecated
|
|
31
|
+
$calcite-spacing-fixed-xl: 16px; // deprecated
|
|
32
|
+
$calcite-spacing-fixed-lg: 14px; // deprecated
|
|
33
|
+
$calcite-spacing-fixed-md: 12px; // deprecated
|
|
34
|
+
$calcite-spacing-fixed-sm: 8px; // deprecated
|
|
35
|
+
$calcite-spacing-fixed-xs: 6px; // deprecated
|
|
36
|
+
$calcite-spacing-fixed-xxs: 4px; // deprecated
|
|
37
|
+
$calcite-size-xxxl: 6rem;
|
|
38
|
+
$calcite-size-xxl: 4rem;
|
|
39
|
+
$calcite-size-xl: 3rem;
|
|
40
|
+
$calcite-size-lg: 2.75rem;
|
|
41
|
+
$calcite-size-md: 2rem;
|
|
42
|
+
$calcite-size-sm: 1.5rem;
|
|
43
|
+
$calcite-size-xs: 1rem;
|
|
44
|
+
$calcite-size-xxs: 0.875rem;
|
|
45
|
+
$calcite-size-xxxs: 0.75rem;
|
|
37
46
|
$calcite-size-px: 1px;
|
|
47
|
+
$calcite-size-fixed-xxxl: 32px; // deprecated
|
|
48
|
+
$calcite-size-fixed-xxl: 24px; // deprecated
|
|
49
|
+
$calcite-size-fixed-xl: 20px; // deprecated
|
|
50
|
+
$calcite-size-fixed-lg: 16px; // deprecated
|
|
51
|
+
$calcite-size-fixed-md-plus: 14px; // deprecated
|
|
52
|
+
$calcite-size-fixed-md: 12px; // deprecated
|
|
53
|
+
$calcite-size-fixed-sm-plus: 10px; // deprecated
|
|
54
|
+
$calcite-size-fixed-sm: 8px; // deprecated
|
|
55
|
+
$calcite-size-fixed-xs: 6px; // deprecated
|
|
56
|
+
$calcite-size-fixed-xxs: 4px; // deprecated
|
|
57
|
+
$calcite-size-fixed-xxxs: 2px; // deprecated
|
|
38
58
|
$calcite-opacity-disabled: 0.5;
|
|
39
59
|
$calcite-opacity-full: 1;
|
|
40
60
|
$calcite-opacity-dark: 0.85;
|
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
|
+
"version": "3.0.0-next.0",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"clean": "rimraf dist",
|
|
32
32
|
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
|
|
33
33
|
"lint:md": "prettier --write \"**/*.md\" >/dev/null && markdownlint \"**/*.md\" --fix --dot --ignore-path ../../.gitignore",
|
|
34
|
-
"lint:ts": "eslint --ext .ts,.tsx --fix . && prettier --write \"**/*.ts?(x)\" >/dev/null",
|
|
34
|
+
"lint:ts": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint --ext .ts,.tsx --fix . && prettier --write \"**/*.ts?(x)\" >/dev/null",
|
|
35
35
|
"lint": "concurrently npm:lint:*",
|
|
36
36
|
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest"
|
|
37
37
|
},
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"volta": {
|
|
43
43
|
"extends": "../../package.json"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "0015508b38f4daea39b5676e2aed48825f4a1135"
|
|
46
46
|
}
|