@esri/calcite-design-tokens 3.1.1-next.0 → 3.1.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/global.css +1 -1
- package/dist/css/semantic.css +21 -21
- package/dist/docs/core.json +1276 -1317
- package/dist/docs/dark.json +89 -89
- package/dist/docs/global.json +530 -480
- package/dist/docs/light.json +89 -89
- package/dist/docs/semantic.json +330 -280
- package/dist/js/core.js +1476 -802
- package/dist/js/dark.js +88 -44
- package/dist/js/global.js +572 -364
- package/dist/js/light.js +88 -44
- package/dist/js/semantic.js +361 -203
- package/dist/scss/global.scss +1 -1
- package/dist/scss/semantic.scss +21 -21
- package/package.json +2 -2
package/dist/scss/global.scss
CHANGED
|
@@ -59,7 +59,6 @@ $calcite-opacity-half: 0.5;
|
|
|
59
59
|
$calcite-opacity-dark: 0.85;
|
|
60
60
|
$calcite-opacity-full: 1;
|
|
61
61
|
$calcite-opacity-disabled: 0.5;
|
|
62
|
-
$calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
63
62
|
$calcite-size-fixed-xxxs: 2px; // deprecated
|
|
64
63
|
$calcite-size-fixed-xxs: 4px; // deprecated
|
|
65
64
|
$calcite-size-fixed-xs: 6px; // deprecated
|
|
@@ -113,5 +112,6 @@ $calcite-z-index-modal: 800;
|
|
|
113
112
|
$calcite-z-index-popup: 900;
|
|
114
113
|
$calcite-z-index-tooltip: 901;
|
|
115
114
|
$calcite-corner-radius: $calcite-corner-radius-none;
|
|
115
|
+
$calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
116
116
|
$calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
|
|
117
117
|
$calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
|
package/dist/scss/semantic.scss
CHANGED
|
@@ -8,26 +8,6 @@ $calcite-border-width-none: 0;
|
|
|
8
8
|
$calcite-border-width-sm: 1px;
|
|
9
9
|
$calcite-border-width-md: 2px;
|
|
10
10
|
$calcite-border-width-lg: 4px;
|
|
11
|
-
$calcite-container-size-height-xxs-max: 154px; // Small handheld devices and mini-windows
|
|
12
|
-
$calcite-container-size-height-xs-min: 155px; // Handheld devices
|
|
13
|
-
$calcite-container-size-height-xs-max: 328px; // Handheld devices
|
|
14
|
-
$calcite-container-size-height-sm-min: 329px; // Small tablets
|
|
15
|
-
$calcite-container-size-height-sm-max: 504px; // Small tablets
|
|
16
|
-
$calcite-container-size-height-md-min: 505px; // Small laptops
|
|
17
|
-
$calcite-container-size-height-md-max: 678px; // Small laptops
|
|
18
|
-
$calcite-container-size-height-lg-min: 679px; // Large laptops and desktop computers
|
|
19
|
-
$calcite-container-size-height-lg-max: 854px; // Large laptops and desktop computers
|
|
20
|
-
$calcite-container-size-height-xl-min: 855px; // Projectors and televisions
|
|
21
|
-
$calcite-container-size-width-xxs-max: 320px; // Small handheld devices and mini-windows
|
|
22
|
-
$calcite-container-size-width-xs-min: 321px; // Handheld devices
|
|
23
|
-
$calcite-container-size-width-xs-max: 476px; // Handheld devices
|
|
24
|
-
$calcite-container-size-width-sm-min: 477px; // Small tablets
|
|
25
|
-
$calcite-container-size-width-sm-max: 768px; // Small tablets
|
|
26
|
-
$calcite-container-size-width-md-min: 769px; // Small laptops
|
|
27
|
-
$calcite-container-size-width-md-max: 1152px; // Small laptops
|
|
28
|
-
$calcite-container-size-width-lg-min: 1153px; // Large laptops and desktop computers
|
|
29
|
-
$calcite-container-size-width-lg-max: 1440px; // Large laptops and desktop computers
|
|
30
|
-
$calcite-container-size-width-xl-min: 1441px; // Projectors and televisions
|
|
31
11
|
$calcite-container-size-margin: 24px;
|
|
32
12
|
$calcite-container-size-gutter: 16px;
|
|
33
13
|
$calcite-container-size-content-fluid: 100%; // for fluid grid widths
|
|
@@ -79,7 +59,6 @@ $calcite-opacity-half: 0.5;
|
|
|
79
59
|
$calcite-opacity-dark: 0.85;
|
|
80
60
|
$calcite-opacity-full: 1;
|
|
81
61
|
$calcite-opacity-disabled: 0.5;
|
|
82
|
-
$calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
83
62
|
$calcite-size-fixed-xxxs: 2px; // deprecated
|
|
84
63
|
$calcite-size-fixed-xxs: 4px; // deprecated
|
|
85
64
|
$calcite-size-fixed-xs: 6px; // deprecated
|
|
@@ -132,6 +111,27 @@ $calcite-z-index-overlay: 700;
|
|
|
132
111
|
$calcite-z-index-modal: 800;
|
|
133
112
|
$calcite-z-index-popup: 900;
|
|
134
113
|
$calcite-z-index-tooltip: 901;
|
|
114
|
+
$calcite-container-size-height-xxs-max: 154px; // Small handheld devices and mini-windows
|
|
115
|
+
$calcite-container-size-height-xs-min: 155px; // Handheld devices
|
|
116
|
+
$calcite-container-size-height-xs-max: 328px; // Handheld devices
|
|
117
|
+
$calcite-container-size-height-sm-min: 329px; // Small tablets
|
|
118
|
+
$calcite-container-size-height-sm-max: 504px; // Small tablets
|
|
119
|
+
$calcite-container-size-height-md-min: 505px; // Small laptops
|
|
120
|
+
$calcite-container-size-height-md-max: 678px; // Small laptops
|
|
121
|
+
$calcite-container-size-height-lg-min: 679px; // Large laptops and desktop computers
|
|
122
|
+
$calcite-container-size-height-lg-max: 854px; // Large laptops and desktop computers
|
|
123
|
+
$calcite-container-size-height-xl-min: 855px; // Projectors and televisions
|
|
124
|
+
$calcite-container-size-width-xxs-max: 320px; // Small handheld devices and mini-windows
|
|
125
|
+
$calcite-container-size-width-xs-min: 321px; // Handheld devices
|
|
126
|
+
$calcite-container-size-width-xs-max: 476px; // Handheld devices
|
|
127
|
+
$calcite-container-size-width-sm-min: 477px; // Small tablets
|
|
128
|
+
$calcite-container-size-width-sm-max: 768px; // Small tablets
|
|
129
|
+
$calcite-container-size-width-md-min: 769px; // Small laptops
|
|
130
|
+
$calcite-container-size-width-md-max: 1152px; // Small laptops
|
|
131
|
+
$calcite-container-size-width-lg-min: 1153px; // Large laptops and desktop computers
|
|
132
|
+
$calcite-container-size-width-lg-max: 1440px; // Large laptops and desktop computers
|
|
133
|
+
$calcite-container-size-width-xl-min: 1441px; // Projectors and televisions
|
|
135
134
|
$calcite-corner-radius: $calcite-corner-radius-none;
|
|
135
|
+
$calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
136
136
|
$calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
|
|
137
137
|
$calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "3.1.1-next.
|
|
3
|
+
"version": "3.1.1-next.1",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"vitest": "3.1.3"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "e9df3b0c846b395834c45119bef7aa34099ddec7"
|
|
50
50
|
}
|