@esri/calcite-design-tokens 4.0.0-next.1 → 4.0.0-next.10
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/core.css +14 -0
- package/dist/css/dark.css +5 -5
- package/dist/css/global.css +50 -13
- package/dist/css/index.css +19 -19
- package/dist/css/light.css +3 -3
- package/dist/css/semantic.css +50 -13
- package/dist/docs/core.json +374 -577
- package/dist/docs/dark.json +6 -52
- package/dist/docs/global.json +1200 -283
- package/dist/docs/light.json +4 -50
- package/dist/docs/semantic.json +1192 -161
- package/dist/es6/core.d.ts +14 -0
- package/dist/es6/core.js +14 -0
- package/dist/es6/dark.js +5 -5
- package/dist/es6/global.d.ts +50 -0
- package/dist/es6/global.js +58 -21
- package/dist/es6/light.js +3 -3
- package/dist/es6/semantic.d.ts +50 -0
- package/dist/es6/semantic.js +50 -13
- package/dist/scss/core.scss +14 -0
- package/dist/scss/dark.scss +5 -5
- package/dist/scss/global.scss +50 -13
- package/dist/scss/index.scss +8 -8
- package/dist/scss/light.scss +3 -3
- package/dist/scss/semantic.scss +50 -13
- package/package.json +7 -7
- package/dist/js/core.d.ts +0 -743
- package/dist/js/core.js +0 -22642
- package/dist/js/dark.d.ts +0 -52
- package/dist/js/dark.js +0 -1812
- package/dist/js/global.d.ts +0 -375
- package/dist/js/global.js +0 -10710
- package/dist/js/light.d.ts +0 -52
- package/dist/js/light.js +0 -1813
- package/dist/js/semantic.d.ts +0 -190
- package/dist/js/semantic.js +0 -4822
package/dist/es6/core.d.ts
CHANGED
|
@@ -620,6 +620,20 @@ export const calciteSizeRelative162: string;
|
|
|
620
620
|
export const calciteSizeRelative200: string;
|
|
621
621
|
export const calciteSizeRelativeAuto: string;
|
|
622
622
|
export const calciteSizeRelativeNormal: string;
|
|
623
|
+
export const calciteSizeRem1: string;
|
|
624
|
+
export const calciteSizeRem2: string;
|
|
625
|
+
export const calciteSizeRem3: string;
|
|
626
|
+
export const calciteSizeRem4: string;
|
|
627
|
+
export const calciteSizeRem5: string;
|
|
628
|
+
export const calciteSizeRem0625: string;
|
|
629
|
+
export const calciteSizeRem075: string;
|
|
630
|
+
export const calciteSizeRem0875: string;
|
|
631
|
+
export const calciteSizeRem1125: string;
|
|
632
|
+
export const calciteSizeRem125: string;
|
|
633
|
+
export const calciteSizeRem15: string;
|
|
634
|
+
export const calciteSizeRem1625: string;
|
|
635
|
+
export const calciteSizeRem25: string;
|
|
636
|
+
export const calciteSizeRem35: string;
|
|
623
637
|
export const calciteZIndex0: string;
|
|
624
638
|
export const calciteZIndex1: string;
|
|
625
639
|
export const calciteZIndex3: string;
|
package/dist/es6/core.js
CHANGED
|
@@ -600,6 +600,20 @@ export const calciteSizeRelative162 = "162.5%";
|
|
|
600
600
|
export const calciteSizeRelative200 = "200%";
|
|
601
601
|
export const calciteSizeRelativeAuto = "auto";
|
|
602
602
|
export const calciteSizeRelativeNormal = "normal";
|
|
603
|
+
export const calciteSizeRem1 = "1rem";
|
|
604
|
+
export const calciteSizeRem2 = "2rem";
|
|
605
|
+
export const calciteSizeRem3 = "3rem";
|
|
606
|
+
export const calciteSizeRem4 = "4rem";
|
|
607
|
+
export const calciteSizeRem5 = "5rem";
|
|
608
|
+
export const calciteSizeRem0625 = "0.625rem";
|
|
609
|
+
export const calciteSizeRem075 = "0.75rem";
|
|
610
|
+
export const calciteSizeRem0875 = "0.875rem";
|
|
611
|
+
export const calciteSizeRem1125 = "1.125rem";
|
|
612
|
+
export const calciteSizeRem125 = "1.25rem";
|
|
613
|
+
export const calciteSizeRem15 = "1.5rem";
|
|
614
|
+
export const calciteSizeRem1625 = "1.625rem";
|
|
615
|
+
export const calciteSizeRem25 = "2.5rem";
|
|
616
|
+
export const calciteSizeRem35 = "3.5rem";
|
|
603
617
|
export const calciteZIndex0 = "-999999";
|
|
604
618
|
export const calciteZIndex1 = "1";
|
|
605
619
|
export const calciteZIndex3 = "300";
|
package/dist/es6/dark.js
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const calciteColorBackground = "#
|
|
6
|
+
export const calciteColorBackground = "#212121";
|
|
7
7
|
export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
|
|
8
8
|
export const calciteColorForeground1 = "#2b2b2b";
|
|
9
|
-
export const calciteColorForeground2 = "#
|
|
10
|
-
export const calciteColorForeground3 = "#
|
|
9
|
+
export const calciteColorForeground2 = "#363636";
|
|
10
|
+
export const calciteColorForeground3 = "#404040";
|
|
11
11
|
export const calciteColorForegroundCurrent = "#2b465f"; // deprecated, use --calcite-color-surface-highlight instead
|
|
12
12
|
export const calciteColorSurfaceHighlight = "#2b465f";
|
|
13
13
|
export const calciteColorTransparent = "rgba(255, 255, 255, 0)";
|
|
@@ -34,8 +34,8 @@ export const calciteColorStatusDanger = "#fe583e";
|
|
|
34
34
|
export const calciteColorStatusDangerHover = "#ff0015";
|
|
35
35
|
export const calciteColorStatusDangerPress = "#d90012";
|
|
36
36
|
export const calciteColorInverse = "#f7f7f7";
|
|
37
|
-
export const calciteColorInverseHover = "#
|
|
38
|
-
export const calciteColorInversePress = "#
|
|
37
|
+
export const calciteColorInverseHover = "#f2f2f2";
|
|
38
|
+
export const calciteColorInversePress = "#ebebeb";
|
|
39
39
|
export const calciteColorText1 = "#ffffff";
|
|
40
40
|
export const calciteColorText2 = "#bfbfbf";
|
|
41
41
|
export const calciteColorText3 = "#9e9e9e";
|
package/dist/es6/global.d.ts
CHANGED
|
@@ -119,6 +119,18 @@ export const calciteFontSizeMd: string;
|
|
|
119
119
|
export const calciteFontSizeLg: string;
|
|
120
120
|
export const calciteFontSizeXl: string;
|
|
121
121
|
export const calciteFontSizeXxl: string;
|
|
122
|
+
export const calciteFontSizeRelativeXs: string;
|
|
123
|
+
export const calciteFontSizeRelativeSm: string;
|
|
124
|
+
export const calciteFontSizeRelativeBase: string;
|
|
125
|
+
export const calciteFontSizeRelativeMd: string;
|
|
126
|
+
export const calciteFontSizeRelativeLg: string;
|
|
127
|
+
export const calciteFontSizeRelativeXl: string;
|
|
128
|
+
export const calciteFontSizeRelative2xl: string;
|
|
129
|
+
export const calciteFontSizeRelative3xl: string;
|
|
130
|
+
export const calciteFontSizeRelative4xl: string;
|
|
131
|
+
export const calciteFontSizeRelative5xl: string;
|
|
132
|
+
export const calciteFontSizeRelative6xl: string;
|
|
133
|
+
export const calciteFontSizeRelative7xl: string;
|
|
122
134
|
/** used in ratings */
|
|
123
135
|
export const calciteFontStyleEmphasis: string;
|
|
124
136
|
export const calciteFontLineHeightFixedSm: string;
|
|
@@ -144,6 +156,18 @@ export const calciteFontLineHeightRelativeNormal: string;
|
|
|
144
156
|
export const calciteFontLineHeightRelativeRelaxed: string;
|
|
145
157
|
/** 2 */
|
|
146
158
|
export const calciteFontLineHeightRelativeLoose: string;
|
|
159
|
+
export const calciteFontLineHeightXs: string;
|
|
160
|
+
export const calciteFontLineHeightSm: string;
|
|
161
|
+
export const calciteFontLineHeightBase: string;
|
|
162
|
+
export const calciteFontLineHeightMd: string;
|
|
163
|
+
export const calciteFontLineHeightLg: string;
|
|
164
|
+
export const calciteFontLineHeightXl: string;
|
|
165
|
+
export const calciteFontLineHeight2xl: string;
|
|
166
|
+
export const calciteFontLineHeight3xl: string;
|
|
167
|
+
export const calciteFontLineHeight4xl: string;
|
|
168
|
+
export const calciteFontLineHeight5xl: string;
|
|
169
|
+
export const calciteFontLineHeight6xl: string;
|
|
170
|
+
export const calciteFontLineHeight7xl: string;
|
|
147
171
|
/** Deprecated */
|
|
148
172
|
export const calciteFontLetterSpacingTight: string;
|
|
149
173
|
/** Deprecated */
|
|
@@ -238,19 +262,45 @@ export const calciteSpacingFixedXl: string;
|
|
|
238
262
|
export const calciteSpacingFixedXxl: string;
|
|
239
263
|
/** deprecated */
|
|
240
264
|
export const calciteSpacingFixedXxxl: string;
|
|
265
|
+
/** deprecated, use `--calcite-space-none` instead */
|
|
241
266
|
export const calciteSpacingNone: string;
|
|
267
|
+
/** deprecated, use `--calcite-space-px` instead */
|
|
242
268
|
export const calciteSpacingPx: string;
|
|
269
|
+
/** deprecated, use `--calcite-space-base` instead */
|
|
243
270
|
export const calciteSpacingBase: string;
|
|
271
|
+
/** deprecated, use `--calcite-space-2xs` instead */
|
|
244
272
|
export const calciteSpacingXxs: string;
|
|
273
|
+
/** deprecated, use `--calcite-space-xs` instead */
|
|
245
274
|
export const calciteSpacingXs: string;
|
|
275
|
+
/** deprecated, use `--calcite-space-sm` instead */
|
|
246
276
|
export const calciteSpacingSm: string;
|
|
277
|
+
/** deprecated, use `--calcite-space-sm-plus` instead */
|
|
247
278
|
export const calciteSpacingSmPlus: string;
|
|
279
|
+
/** deprecated, use `--calcite-space-md` instead */
|
|
248
280
|
export const calciteSpacingMd: string;
|
|
281
|
+
/** deprecated, use `--calcite-space-md-plus` instead */
|
|
249
282
|
export const calciteSpacingMdPlus: string;
|
|
283
|
+
/** deprecated, use `--calcite-space-lg` instead */
|
|
250
284
|
export const calciteSpacingLg: string;
|
|
285
|
+
/** deprecated, use `--calcite-space-xl` instead */
|
|
251
286
|
export const calciteSpacingXl: string;
|
|
287
|
+
/** deprecated, use `--calcite-space-2xl` instead */
|
|
252
288
|
export const calciteSpacingXxl: string;
|
|
289
|
+
/** deprecated, use `--calcite-space-3xl` instead */
|
|
253
290
|
export const calciteSpacingXxxl: string;
|
|
291
|
+
export const calciteSpaceNone: string;
|
|
292
|
+
export const calciteSpacePx: string;
|
|
293
|
+
export const calciteSpaceBase: string;
|
|
294
|
+
export const calciteSpace2xs: string;
|
|
295
|
+
export const calciteSpaceXs: string;
|
|
296
|
+
export const calciteSpaceSm: string;
|
|
297
|
+
export const calciteSpaceSmPlus: string;
|
|
298
|
+
export const calciteSpaceMd: string;
|
|
299
|
+
export const calciteSpaceMdPlus: string;
|
|
300
|
+
export const calciteSpaceLg: string;
|
|
301
|
+
export const calciteSpaceXl: string;
|
|
302
|
+
export const calciteSpace2xl: string;
|
|
303
|
+
export const calciteSpace3xl: string;
|
|
254
304
|
export const calciteTypography: {
|
|
255
305
|
fontFamily: string[];
|
|
256
306
|
fontSize: string;
|
package/dist/es6/global.js
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
export const calciteColorBackground = { light: "#f7f7f7", dark: "#
|
|
7
|
+
export const calciteColorBackground = { light: "#f7f7f7", dark: "#212121" };
|
|
8
8
|
export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
|
|
9
9
|
export const calciteColorForeground1 = { light: "#ffffff", dark: "#2b2b2b" };
|
|
10
|
-
export const calciteColorForeground2 = { light: "#f2f2f2", dark: "#
|
|
11
|
-
export const calciteColorForeground3 = { light: "#ebebeb", dark: "#
|
|
10
|
+
export const calciteColorForeground2 = { light: "#f2f2f2", dark: "#363636" };
|
|
11
|
+
export const calciteColorForeground3 = { light: "#ebebeb", dark: "#404040" };
|
|
12
12
|
export const calciteColorForegroundCurrent = {
|
|
13
13
|
light: "#d6efff",
|
|
14
14
|
dark: "#2b465f",
|
|
@@ -89,17 +89,17 @@ export const calciteColorStatusDangerPress = {
|
|
|
89
89
|
dark: "#d90012",
|
|
90
90
|
};
|
|
91
91
|
export const calciteColorInverse = { light: "#363636", dark: "#f7f7f7" };
|
|
92
|
-
export const calciteColorInverseHover = { light: "#2b2b2b", dark: "#
|
|
93
|
-
export const calciteColorInversePress = { light: "#212121", dark: "#
|
|
92
|
+
export const calciteColorInverseHover = { light: "#2b2b2b", dark: "#f2f2f2" };
|
|
93
|
+
export const calciteColorInversePress = { light: "#212121", dark: "#ebebeb" };
|
|
94
94
|
export const calciteColorText1 = { light: "#141414", dark: "#ffffff" };
|
|
95
95
|
export const calciteColorText2 = { light: "#4a4a4a", dark: "#bfbfbf" };
|
|
96
96
|
export const calciteColorText3 = { light: "#6b6b6b", dark: "#9e9e9e" };
|
|
97
97
|
export const calciteColorTextHighlight = { light: "#004874", dark: "#d6efff" };
|
|
98
98
|
export const calciteColorTextInverse = { light: "#ffffff", dark: "#141414" };
|
|
99
99
|
export const calciteColorTextLink = { light: "#00619b", dark: "#00a0ff" };
|
|
100
|
-
export const calciteColorBorder1 = { light: "#
|
|
101
|
-
export const calciteColorBorder2 = { light: "#
|
|
102
|
-
export const calciteColorBorder3 = { light: "#
|
|
100
|
+
export const calciteColorBorder1 = { light: "#d4d4d4", dark: "#545454" };
|
|
101
|
+
export const calciteColorBorder2 = { light: "#dedede", dark: "#4a4a4a" };
|
|
102
|
+
export const calciteColorBorder3 = { light: "#ebebeb", dark: "#404040" };
|
|
103
103
|
export const calciteColorBorderInput = { light: "#949494", dark: "#757575" };
|
|
104
104
|
export const calciteColorBorderGhost = {
|
|
105
105
|
light: "rgba(0, 0, 0, 0.3)",
|
|
@@ -160,6 +160,18 @@ export const calciteFontSizeMd = "16px";
|
|
|
160
160
|
export const calciteFontSizeLg = "18px";
|
|
161
161
|
export const calciteFontSizeXl = "20px";
|
|
162
162
|
export const calciteFontSizeXxl = "24px";
|
|
163
|
+
export const calciteFontSizeRelativeXs = "0.625rem";
|
|
164
|
+
export const calciteFontSizeRelativeSm = "0.75rem";
|
|
165
|
+
export const calciteFontSizeRelativeBase = "0.875rem";
|
|
166
|
+
export const calciteFontSizeRelativeMd = "1rem";
|
|
167
|
+
export const calciteFontSizeRelativeLg = "1.125rem";
|
|
168
|
+
export const calciteFontSizeRelativeXl = "1.25rem";
|
|
169
|
+
export const calciteFontSizeRelative2xl = "1.625rem";
|
|
170
|
+
export const calciteFontSizeRelative3xl = "2rem";
|
|
171
|
+
export const calciteFontSizeRelative4xl = "2.5rem";
|
|
172
|
+
export const calciteFontSizeRelative5xl = "3rem";
|
|
173
|
+
export const calciteFontSizeRelative6xl = "3.5rem";
|
|
174
|
+
export const calciteFontSizeRelative7xl = "4rem";
|
|
163
175
|
export const calciteFontStyleEmphasis = "italic"; // used in ratings
|
|
164
176
|
export const calciteFontLineHeightFixedSm = "12px";
|
|
165
177
|
export const calciteFontLineHeightFixedBase = "16px";
|
|
@@ -177,6 +189,18 @@ export const calciteFontLineHeightRelativeSnug = "1.375"; // 1.375
|
|
|
177
189
|
export const calciteFontLineHeightRelativeNormal = "1.5"; // 1.5
|
|
178
190
|
export const calciteFontLineHeightRelativeRelaxed = "1.625"; // 1.625
|
|
179
191
|
export const calciteFontLineHeightRelativeLoose = "2"; // 2
|
|
192
|
+
export const calciteFontLineHeightXs = "0.75rem";
|
|
193
|
+
export const calciteFontLineHeightSm = "1rem";
|
|
194
|
+
export const calciteFontLineHeightBase = "1rem";
|
|
195
|
+
export const calciteFontLineHeightMd = "1.25rem";
|
|
196
|
+
export const calciteFontLineHeightLg = "1.5rem";
|
|
197
|
+
export const calciteFontLineHeightXl = "1.5rem";
|
|
198
|
+
export const calciteFontLineHeight2xl = "2rem";
|
|
199
|
+
export const calciteFontLineHeight3xl = "2.5rem";
|
|
200
|
+
export const calciteFontLineHeight4xl = "3rem";
|
|
201
|
+
export const calciteFontLineHeight5xl = "4rem";
|
|
202
|
+
export const calciteFontLineHeight6xl = "4rem";
|
|
203
|
+
export const calciteFontLineHeight7xl = "5rem";
|
|
180
204
|
export const calciteFontLetterSpacingTight = "-0.4px"; // Deprecated
|
|
181
205
|
export const calciteFontLetterSpacingNormal = "0"; // Deprecated
|
|
182
206
|
export const calciteFontLetterSpacingWide = "0.4px"; // Deprecated
|
|
@@ -242,19 +266,32 @@ export const calciteSpacingFixedLg = "14px"; // deprecated
|
|
|
242
266
|
export const calciteSpacingFixedXl = "16px"; // deprecated
|
|
243
267
|
export const calciteSpacingFixedXxl = "20px"; // deprecated
|
|
244
268
|
export const calciteSpacingFixedXxxl = "32px"; // deprecated
|
|
245
|
-
export const calciteSpacingNone = "0";
|
|
246
|
-
export const calciteSpacingPx = "1px";
|
|
247
|
-
export const calciteSpacingBase = "2px";
|
|
248
|
-
export const calciteSpacingXxs = "0.25rem";
|
|
249
|
-
export const calciteSpacingXs = "0.375rem";
|
|
250
|
-
export const calciteSpacingSm = "0.5rem";
|
|
251
|
-
export const calciteSpacingSmPlus = "0.625rem";
|
|
252
|
-
export const calciteSpacingMd = "0.75rem";
|
|
253
|
-
export const calciteSpacingMdPlus = "0.875rem";
|
|
254
|
-
export const calciteSpacingLg = "1rem";
|
|
255
|
-
export const calciteSpacingXl = "1.25rem";
|
|
256
|
-
export const calciteSpacingXxl = "1.5rem";
|
|
257
|
-
export const calciteSpacingXxxl = "2rem";
|
|
269
|
+
export const calciteSpacingNone = "0"; // deprecated, use `--calcite-space-none` instead
|
|
270
|
+
export const calciteSpacingPx = "1px"; // deprecated, use `--calcite-space-px` instead
|
|
271
|
+
export const calciteSpacingBase = "2px"; // deprecated, use `--calcite-space-base` instead
|
|
272
|
+
export const calciteSpacingXxs = "0.25rem"; // deprecated, use `--calcite-space-2xs` instead
|
|
273
|
+
export const calciteSpacingXs = "0.375rem"; // deprecated, use `--calcite-space-xs` instead
|
|
274
|
+
export const calciteSpacingSm = "0.5rem"; // deprecated, use `--calcite-space-sm` instead
|
|
275
|
+
export const calciteSpacingSmPlus = "0.625rem"; // deprecated, use `--calcite-space-sm-plus` instead
|
|
276
|
+
export const calciteSpacingMd = "0.75rem"; // deprecated, use `--calcite-space-md` instead
|
|
277
|
+
export const calciteSpacingMdPlus = "0.875rem"; // deprecated, use `--calcite-space-md-plus` instead
|
|
278
|
+
export const calciteSpacingLg = "1rem"; // deprecated, use `--calcite-space-lg` instead
|
|
279
|
+
export const calciteSpacingXl = "1.25rem"; // deprecated, use `--calcite-space-xl` instead
|
|
280
|
+
export const calciteSpacingXxl = "1.5rem"; // deprecated, use `--calcite-space-2xl` instead
|
|
281
|
+
export const calciteSpacingXxxl = "2rem"; // deprecated, use `--calcite-space-3xl` instead
|
|
282
|
+
export const calciteSpaceNone = "0";
|
|
283
|
+
export const calciteSpacePx = "1px";
|
|
284
|
+
export const calciteSpaceBase = "2px";
|
|
285
|
+
export const calciteSpace2xs = "0.25rem";
|
|
286
|
+
export const calciteSpaceXs = "0.375rem";
|
|
287
|
+
export const calciteSpaceSm = "0.5rem";
|
|
288
|
+
export const calciteSpaceSmPlus = "0.625rem";
|
|
289
|
+
export const calciteSpaceMd = "0.75rem";
|
|
290
|
+
export const calciteSpaceMdPlus = "0.875rem";
|
|
291
|
+
export const calciteSpaceLg = "1rem";
|
|
292
|
+
export const calciteSpaceXl = "1.25rem";
|
|
293
|
+
export const calciteSpace2xl = "1.5rem";
|
|
294
|
+
export const calciteSpace3xl = "2rem";
|
|
258
295
|
export const calciteTypography = {
|
|
259
296
|
fontFamily: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
|
|
260
297
|
fontSize: "14px",
|
package/dist/es6/light.js
CHANGED
|
@@ -42,9 +42,9 @@ export const calciteColorText3 = "#6b6b6b";
|
|
|
42
42
|
export const calciteColorTextHighlight = "#004874";
|
|
43
43
|
export const calciteColorTextInverse = "#ffffff";
|
|
44
44
|
export const calciteColorTextLink = "#00619b";
|
|
45
|
-
export const calciteColorBorder1 = "#
|
|
46
|
-
export const calciteColorBorder2 = "#
|
|
47
|
-
export const calciteColorBorder3 = "#
|
|
45
|
+
export const calciteColorBorder1 = "#d4d4d4";
|
|
46
|
+
export const calciteColorBorder2 = "#dedede";
|
|
47
|
+
export const calciteColorBorder3 = "#ebebeb";
|
|
48
48
|
export const calciteColorBorderInput = "#949494";
|
|
49
49
|
export const calciteColorBorderGhost = "rgba(0, 0, 0, 0.3)";
|
|
50
50
|
export const calciteColorBorderWhite = "#ffffff";
|
package/dist/es6/semantic.d.ts
CHANGED
|
@@ -41,6 +41,18 @@ export const calciteFontSizeMd: string;
|
|
|
41
41
|
export const calciteFontSizeLg: string;
|
|
42
42
|
export const calciteFontSizeXl: string;
|
|
43
43
|
export const calciteFontSizeXxl: string;
|
|
44
|
+
export const calciteFontSizeRelativeXs: string;
|
|
45
|
+
export const calciteFontSizeRelativeSm: string;
|
|
46
|
+
export const calciteFontSizeRelativeBase: string;
|
|
47
|
+
export const calciteFontSizeRelativeMd: string;
|
|
48
|
+
export const calciteFontSizeRelativeLg: string;
|
|
49
|
+
export const calciteFontSizeRelativeXl: string;
|
|
50
|
+
export const calciteFontSizeRelative2xl: string;
|
|
51
|
+
export const calciteFontSizeRelative3xl: string;
|
|
52
|
+
export const calciteFontSizeRelative4xl: string;
|
|
53
|
+
export const calciteFontSizeRelative5xl: string;
|
|
54
|
+
export const calciteFontSizeRelative6xl: string;
|
|
55
|
+
export const calciteFontSizeRelative7xl: string;
|
|
44
56
|
/** used in ratings */
|
|
45
57
|
export const calciteFontStyleEmphasis: string;
|
|
46
58
|
export const calciteFontLineHeightFixedSm: string;
|
|
@@ -66,6 +78,18 @@ export const calciteFontLineHeightRelativeNormal: string;
|
|
|
66
78
|
export const calciteFontLineHeightRelativeRelaxed: string;
|
|
67
79
|
/** 2 */
|
|
68
80
|
export const calciteFontLineHeightRelativeLoose: string;
|
|
81
|
+
export const calciteFontLineHeightXs: string;
|
|
82
|
+
export const calciteFontLineHeightSm: string;
|
|
83
|
+
export const calciteFontLineHeightBase: string;
|
|
84
|
+
export const calciteFontLineHeightMd: string;
|
|
85
|
+
export const calciteFontLineHeightLg: string;
|
|
86
|
+
export const calciteFontLineHeightXl: string;
|
|
87
|
+
export const calciteFontLineHeight2xl: string;
|
|
88
|
+
export const calciteFontLineHeight3xl: string;
|
|
89
|
+
export const calciteFontLineHeight4xl: string;
|
|
90
|
+
export const calciteFontLineHeight5xl: string;
|
|
91
|
+
export const calciteFontLineHeight6xl: string;
|
|
92
|
+
export const calciteFontLineHeight7xl: string;
|
|
69
93
|
/** Deprecated */
|
|
70
94
|
export const calciteFontLetterSpacingTight: string;
|
|
71
95
|
/** Deprecated */
|
|
@@ -160,19 +184,45 @@ export const calciteSpacingFixedXl: string;
|
|
|
160
184
|
export const calciteSpacingFixedXxl: string;
|
|
161
185
|
/** deprecated */
|
|
162
186
|
export const calciteSpacingFixedXxxl: string;
|
|
187
|
+
/** deprecated, use `--calcite-space-none` instead */
|
|
163
188
|
export const calciteSpacingNone: string;
|
|
189
|
+
/** deprecated, use `--calcite-space-px` instead */
|
|
164
190
|
export const calciteSpacingPx: string;
|
|
191
|
+
/** deprecated, use `--calcite-space-base` instead */
|
|
165
192
|
export const calciteSpacingBase: string;
|
|
193
|
+
/** deprecated, use `--calcite-space-2xs` instead */
|
|
166
194
|
export const calciteSpacingXxs: string;
|
|
195
|
+
/** deprecated, use `--calcite-space-xs` instead */
|
|
167
196
|
export const calciteSpacingXs: string;
|
|
197
|
+
/** deprecated, use `--calcite-space-sm` instead */
|
|
168
198
|
export const calciteSpacingSm: string;
|
|
199
|
+
/** deprecated, use `--calcite-space-sm-plus` instead */
|
|
169
200
|
export const calciteSpacingSmPlus: string;
|
|
201
|
+
/** deprecated, use `--calcite-space-md` instead */
|
|
170
202
|
export const calciteSpacingMd: string;
|
|
203
|
+
/** deprecated, use `--calcite-space-md-plus` instead */
|
|
171
204
|
export const calciteSpacingMdPlus: string;
|
|
205
|
+
/** deprecated, use `--calcite-space-lg` instead */
|
|
172
206
|
export const calciteSpacingLg: string;
|
|
207
|
+
/** deprecated, use `--calcite-space-xl` instead */
|
|
173
208
|
export const calciteSpacingXl: string;
|
|
209
|
+
/** deprecated, use `--calcite-space-2xl` instead */
|
|
174
210
|
export const calciteSpacingXxl: string;
|
|
211
|
+
/** deprecated, use `--calcite-space-3xl` instead */
|
|
175
212
|
export const calciteSpacingXxxl: string;
|
|
213
|
+
export const calciteSpaceNone: string;
|
|
214
|
+
export const calciteSpacePx: string;
|
|
215
|
+
export const calciteSpaceBase: string;
|
|
216
|
+
export const calciteSpace2xs: string;
|
|
217
|
+
export const calciteSpaceXs: string;
|
|
218
|
+
export const calciteSpaceSm: string;
|
|
219
|
+
export const calciteSpaceSmPlus: string;
|
|
220
|
+
export const calciteSpaceMd: string;
|
|
221
|
+
export const calciteSpaceMdPlus: string;
|
|
222
|
+
export const calciteSpaceLg: string;
|
|
223
|
+
export const calciteSpaceXl: string;
|
|
224
|
+
export const calciteSpace2xl: string;
|
|
225
|
+
export const calciteSpace3xl: string;
|
|
176
226
|
export const calciteZIndexDeep: string;
|
|
177
227
|
export const calciteZIndex: string;
|
|
178
228
|
export const calciteZIndexSticky: string;
|
package/dist/es6/semantic.js
CHANGED
|
@@ -44,6 +44,18 @@ export const calciteFontSizeMd = "16px";
|
|
|
44
44
|
export const calciteFontSizeLg = "18px";
|
|
45
45
|
export const calciteFontSizeXl = "20px";
|
|
46
46
|
export const calciteFontSizeXxl = "24px";
|
|
47
|
+
export const calciteFontSizeRelativeXs = "0.625rem";
|
|
48
|
+
export const calciteFontSizeRelativeSm = "0.75rem";
|
|
49
|
+
export const calciteFontSizeRelativeBase = "0.875rem";
|
|
50
|
+
export const calciteFontSizeRelativeMd = "1rem";
|
|
51
|
+
export const calciteFontSizeRelativeLg = "1.125rem";
|
|
52
|
+
export const calciteFontSizeRelativeXl = "1.25rem";
|
|
53
|
+
export const calciteFontSizeRelative2xl = "1.625rem";
|
|
54
|
+
export const calciteFontSizeRelative3xl = "2rem";
|
|
55
|
+
export const calciteFontSizeRelative4xl = "2.5rem";
|
|
56
|
+
export const calciteFontSizeRelative5xl = "3rem";
|
|
57
|
+
export const calciteFontSizeRelative6xl = "3.5rem";
|
|
58
|
+
export const calciteFontSizeRelative7xl = "4rem";
|
|
47
59
|
export const calciteFontStyleEmphasis = "italic"; // used in ratings
|
|
48
60
|
export const calciteFontLineHeightFixedSm = "12px";
|
|
49
61
|
export const calciteFontLineHeightFixedBase = "16px";
|
|
@@ -61,6 +73,18 @@ export const calciteFontLineHeightRelativeSnug = "1.375"; // 1.375
|
|
|
61
73
|
export const calciteFontLineHeightRelativeNormal = "1.5"; // 1.5
|
|
62
74
|
export const calciteFontLineHeightRelativeRelaxed = "1.625"; // 1.625
|
|
63
75
|
export const calciteFontLineHeightRelativeLoose = "2"; // 2
|
|
76
|
+
export const calciteFontLineHeightXs = "0.75rem";
|
|
77
|
+
export const calciteFontLineHeightSm = "1rem";
|
|
78
|
+
export const calciteFontLineHeightBase = "1rem";
|
|
79
|
+
export const calciteFontLineHeightMd = "1.25rem";
|
|
80
|
+
export const calciteFontLineHeightLg = "1.5rem";
|
|
81
|
+
export const calciteFontLineHeightXl = "1.5rem";
|
|
82
|
+
export const calciteFontLineHeight2xl = "2rem";
|
|
83
|
+
export const calciteFontLineHeight3xl = "2.5rem";
|
|
84
|
+
export const calciteFontLineHeight4xl = "3rem";
|
|
85
|
+
export const calciteFontLineHeight5xl = "4rem";
|
|
86
|
+
export const calciteFontLineHeight6xl = "4rem";
|
|
87
|
+
export const calciteFontLineHeight7xl = "5rem";
|
|
64
88
|
export const calciteFontLetterSpacingTight = "-0.4px"; // Deprecated
|
|
65
89
|
export const calciteFontLetterSpacingNormal = "0"; // Deprecated
|
|
66
90
|
export const calciteFontLetterSpacingWide = "0.4px"; // Deprecated
|
|
@@ -126,19 +150,32 @@ export const calciteSpacingFixedLg = "14px"; // deprecated
|
|
|
126
150
|
export const calciteSpacingFixedXl = "16px"; // deprecated
|
|
127
151
|
export const calciteSpacingFixedXxl = "20px"; // deprecated
|
|
128
152
|
export const calciteSpacingFixedXxxl = "32px"; // deprecated
|
|
129
|
-
export const calciteSpacingNone = "0";
|
|
130
|
-
export const calciteSpacingPx = "1px";
|
|
131
|
-
export const calciteSpacingBase = "2px";
|
|
132
|
-
export const calciteSpacingXxs = "0.25rem";
|
|
133
|
-
export const calciteSpacingXs = "0.375rem";
|
|
134
|
-
export const calciteSpacingSm = "0.5rem";
|
|
135
|
-
export const calciteSpacingSmPlus = "0.625rem";
|
|
136
|
-
export const calciteSpacingMd = "0.75rem";
|
|
137
|
-
export const calciteSpacingMdPlus = "0.875rem";
|
|
138
|
-
export const calciteSpacingLg = "1rem";
|
|
139
|
-
export const calciteSpacingXl = "1.25rem";
|
|
140
|
-
export const calciteSpacingXxl = "1.5rem";
|
|
141
|
-
export const calciteSpacingXxxl = "2rem";
|
|
153
|
+
export const calciteSpacingNone = "0"; // deprecated, use `--calcite-space-none` instead
|
|
154
|
+
export const calciteSpacingPx = "1px"; // deprecated, use `--calcite-space-px` instead
|
|
155
|
+
export const calciteSpacingBase = "2px"; // deprecated, use `--calcite-space-base` instead
|
|
156
|
+
export const calciteSpacingXxs = "0.25rem"; // deprecated, use `--calcite-space-2xs` instead
|
|
157
|
+
export const calciteSpacingXs = "0.375rem"; // deprecated, use `--calcite-space-xs` instead
|
|
158
|
+
export const calciteSpacingSm = "0.5rem"; // deprecated, use `--calcite-space-sm` instead
|
|
159
|
+
export const calciteSpacingSmPlus = "0.625rem"; // deprecated, use `--calcite-space-sm-plus` instead
|
|
160
|
+
export const calciteSpacingMd = "0.75rem"; // deprecated, use `--calcite-space-md` instead
|
|
161
|
+
export const calciteSpacingMdPlus = "0.875rem"; // deprecated, use `--calcite-space-md-plus` instead
|
|
162
|
+
export const calciteSpacingLg = "1rem"; // deprecated, use `--calcite-space-lg` instead
|
|
163
|
+
export const calciteSpacingXl = "1.25rem"; // deprecated, use `--calcite-space-xl` instead
|
|
164
|
+
export const calciteSpacingXxl = "1.5rem"; // deprecated, use `--calcite-space-2xl` instead
|
|
165
|
+
export const calciteSpacingXxxl = "2rem"; // deprecated, use `--calcite-space-3xl` instead
|
|
166
|
+
export const calciteSpaceNone = "0";
|
|
167
|
+
export const calciteSpacePx = "1px";
|
|
168
|
+
export const calciteSpaceBase = "2px";
|
|
169
|
+
export const calciteSpace2xs = "0.25rem";
|
|
170
|
+
export const calciteSpaceXs = "0.375rem";
|
|
171
|
+
export const calciteSpaceSm = "0.5rem";
|
|
172
|
+
export const calciteSpaceSmPlus = "0.625rem";
|
|
173
|
+
export const calciteSpaceMd = "0.75rem";
|
|
174
|
+
export const calciteSpaceMdPlus = "0.875rem";
|
|
175
|
+
export const calciteSpaceLg = "1rem";
|
|
176
|
+
export const calciteSpaceXl = "1.25rem";
|
|
177
|
+
export const calciteSpace2xl = "1.5rem";
|
|
178
|
+
export const calciteSpace3xl = "2rem";
|
|
142
179
|
export const calciteZIndexDeep = "-999999";
|
|
143
180
|
export const calciteZIndex = "1";
|
|
144
181
|
export const calciteZIndexSticky = "300";
|
package/dist/scss/core.scss
CHANGED
|
@@ -564,6 +564,20 @@ $calcite-size-relative-162: 162.5%;
|
|
|
564
564
|
$calcite-size-relative-200: 200%;
|
|
565
565
|
$calcite-size-relative-auto: auto;
|
|
566
566
|
$calcite-size-relative-normal: normal;
|
|
567
|
+
$calcite-size-rem-1: 1rem;
|
|
568
|
+
$calcite-size-rem-2: 2rem;
|
|
569
|
+
$calcite-size-rem-3: 3rem;
|
|
570
|
+
$calcite-size-rem-4: 4rem;
|
|
571
|
+
$calcite-size-rem-5: 5rem;
|
|
572
|
+
$calcite-size-rem-0-625: 0.625rem;
|
|
573
|
+
$calcite-size-rem-0-75: 0.75rem;
|
|
574
|
+
$calcite-size-rem-0-875: 0.875rem;
|
|
575
|
+
$calcite-size-rem-1-125: 1.125rem;
|
|
576
|
+
$calcite-size-rem-1-25: 1.25rem;
|
|
577
|
+
$calcite-size-rem-1-5: 1.5rem;
|
|
578
|
+
$calcite-size-rem-1-625: 1.625rem;
|
|
579
|
+
$calcite-size-rem-2-5: 2.5rem;
|
|
580
|
+
$calcite-size-rem-3-5: 3.5rem;
|
|
567
581
|
$calcite-z-index-0: -999999;
|
|
568
582
|
$calcite-z-index-1: 1;
|
|
569
583
|
$calcite-z-index-3: 300;
|
package/dist/scss/dark.scss
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// Calcite Design System
|
|
3
3
|
// Do not edit directly, this file was auto-generated.
|
|
4
4
|
|
|
5
|
-
$calcite-color-background: #
|
|
5
|
+
$calcite-color-background: #212121;
|
|
6
6
|
$calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
7
7
|
$calcite-color-foreground-1: #2b2b2b;
|
|
8
|
-
$calcite-color-foreground-2: #
|
|
9
|
-
$calcite-color-foreground-3: #
|
|
8
|
+
$calcite-color-foreground-2: #363636;
|
|
9
|
+
$calcite-color-foreground-3: #404040;
|
|
10
10
|
$calcite-color-foreground-current: #2b465f; // deprecated, use --calcite-color-surface-highlight instead
|
|
11
11
|
$calcite-color-surface-highlight: #2b465f;
|
|
12
12
|
$calcite-color-transparent: rgba(255, 255, 255, 0);
|
|
@@ -33,8 +33,8 @@ $calcite-color-status-danger: #fe583e;
|
|
|
33
33
|
$calcite-color-status-danger-hover: #ff0015;
|
|
34
34
|
$calcite-color-status-danger-press: #d90012;
|
|
35
35
|
$calcite-color-inverse: #f7f7f7;
|
|
36
|
-
$calcite-color-inverse-hover: #
|
|
37
|
-
$calcite-color-inverse-press: #
|
|
36
|
+
$calcite-color-inverse-hover: #f2f2f2;
|
|
37
|
+
$calcite-color-inverse-press: #ebebeb;
|
|
38
38
|
$calcite-color-text-1: #ffffff;
|
|
39
39
|
$calcite-color-text-2: #bfbfbf;
|
|
40
40
|
$calcite-color-text-3: #9e9e9e;
|
package/dist/scss/global.scss
CHANGED
|
@@ -33,6 +33,18 @@ $calcite-font-size-md: 16px;
|
|
|
33
33
|
$calcite-font-size-lg: 18px;
|
|
34
34
|
$calcite-font-size-xl: 20px;
|
|
35
35
|
$calcite-font-size-xxl: 24px;
|
|
36
|
+
$calcite-font-size-relative-xs: 0.625rem;
|
|
37
|
+
$calcite-font-size-relative-sm: 0.75rem;
|
|
38
|
+
$calcite-font-size-relative-base: 0.875rem;
|
|
39
|
+
$calcite-font-size-relative-md: 1rem;
|
|
40
|
+
$calcite-font-size-relative-lg: 1.125rem;
|
|
41
|
+
$calcite-font-size-relative-xl: 1.25rem;
|
|
42
|
+
$calcite-font-size-relative-2xl: 1.625rem;
|
|
43
|
+
$calcite-font-size-relative-3xl: 2rem;
|
|
44
|
+
$calcite-font-size-relative-4xl: 2.5rem;
|
|
45
|
+
$calcite-font-size-relative-5xl: 3rem;
|
|
46
|
+
$calcite-font-size-relative-6xl: 3.5rem;
|
|
47
|
+
$calcite-font-size-relative-7xl: 4rem;
|
|
36
48
|
$calcite-font-style-emphasis: italic; // used in ratings
|
|
37
49
|
$calcite-font-line-height-fixed-sm: 12px;
|
|
38
50
|
$calcite-font-line-height-fixed-base: 16px;
|
|
@@ -50,6 +62,18 @@ $calcite-font-line-height-relative-snug: 1.375; // 1.375
|
|
|
50
62
|
$calcite-font-line-height-relative-normal: 1.5; // 1.5
|
|
51
63
|
$calcite-font-line-height-relative-relaxed: 1.625; // 1.625
|
|
52
64
|
$calcite-font-line-height-relative-loose: 2; // 2
|
|
65
|
+
$calcite-font-line-height-xs: 0.75rem;
|
|
66
|
+
$calcite-font-line-height-sm: 1rem;
|
|
67
|
+
$calcite-font-line-height-base: 1rem;
|
|
68
|
+
$calcite-font-line-height-md: 1.25rem;
|
|
69
|
+
$calcite-font-line-height-lg: 1.5rem;
|
|
70
|
+
$calcite-font-line-height-xl: 1.5rem;
|
|
71
|
+
$calcite-font-line-height-2xl: 2rem;
|
|
72
|
+
$calcite-font-line-height-3xl: 2.5rem;
|
|
73
|
+
$calcite-font-line-height-4xl: 3rem;
|
|
74
|
+
$calcite-font-line-height-5xl: 4rem;
|
|
75
|
+
$calcite-font-line-height-6xl: 4rem;
|
|
76
|
+
$calcite-font-line-height-7xl: 5rem;
|
|
53
77
|
$calcite-font-letter-spacing-tight: -0.4px; // Deprecated
|
|
54
78
|
$calcite-font-letter-spacing-normal: 0; // Deprecated
|
|
55
79
|
$calcite-font-letter-spacing-wide: 0.4px; // Deprecated
|
|
@@ -94,19 +118,32 @@ $calcite-spacing-fixed-lg: 14px; // deprecated
|
|
|
94
118
|
$calcite-spacing-fixed-xl: 16px; // deprecated
|
|
95
119
|
$calcite-spacing-fixed-xxl: 20px; // deprecated
|
|
96
120
|
$calcite-spacing-fixed-xxxl: 32px; // deprecated
|
|
97
|
-
$calcite-spacing-none: 0;
|
|
98
|
-
$calcite-spacing-px: 1px;
|
|
99
|
-
$calcite-spacing-base: 2px;
|
|
100
|
-
$calcite-spacing-xxs: 0.25rem;
|
|
101
|
-
$calcite-spacing-xs: 0.375rem;
|
|
102
|
-
$calcite-spacing-sm: 0.5rem;
|
|
103
|
-
$calcite-spacing-sm-plus: 0.625rem;
|
|
104
|
-
$calcite-spacing-md: 0.75rem;
|
|
105
|
-
$calcite-spacing-md-plus: 0.875rem;
|
|
106
|
-
$calcite-spacing-lg: 1rem;
|
|
107
|
-
$calcite-spacing-xl: 1.25rem;
|
|
108
|
-
$calcite-spacing-xxl: 1.5rem;
|
|
109
|
-
$calcite-spacing-xxxl: 2rem;
|
|
121
|
+
$calcite-spacing-none: 0; // deprecated, use `--calcite-space-none` instead
|
|
122
|
+
$calcite-spacing-px: 1px; // deprecated, use `--calcite-space-px` instead
|
|
123
|
+
$calcite-spacing-base: 2px; // deprecated, use `--calcite-space-base` instead
|
|
124
|
+
$calcite-spacing-xxs: 0.25rem; // deprecated, use `--calcite-space-2xs` instead
|
|
125
|
+
$calcite-spacing-xs: 0.375rem; // deprecated, use `--calcite-space-xs` instead
|
|
126
|
+
$calcite-spacing-sm: 0.5rem; // deprecated, use `--calcite-space-sm` instead
|
|
127
|
+
$calcite-spacing-sm-plus: 0.625rem; // deprecated, use `--calcite-space-sm-plus` instead
|
|
128
|
+
$calcite-spacing-md: 0.75rem; // deprecated, use `--calcite-space-md` instead
|
|
129
|
+
$calcite-spacing-md-plus: 0.875rem; // deprecated, use `--calcite-space-md-plus` instead
|
|
130
|
+
$calcite-spacing-lg: 1rem; // deprecated, use `--calcite-space-lg` instead
|
|
131
|
+
$calcite-spacing-xl: 1.25rem; // deprecated, use `--calcite-space-xl` instead
|
|
132
|
+
$calcite-spacing-xxl: 1.5rem; // deprecated, use `--calcite-space-2xl` instead
|
|
133
|
+
$calcite-spacing-xxxl: 2rem; // deprecated, use `--calcite-space-3xl` instead
|
|
134
|
+
$calcite-space-none: 0;
|
|
135
|
+
$calcite-space-px: 1px;
|
|
136
|
+
$calcite-space-base: 2px;
|
|
137
|
+
$calcite-space-2xs: 0.25rem;
|
|
138
|
+
$calcite-space-xs: 0.375rem;
|
|
139
|
+
$calcite-space-sm: 0.5rem;
|
|
140
|
+
$calcite-space-sm-plus: 0.625rem;
|
|
141
|
+
$calcite-space-md: 0.75rem;
|
|
142
|
+
$calcite-space-md-plus: 0.875rem;
|
|
143
|
+
$calcite-space-lg: 1rem;
|
|
144
|
+
$calcite-space-xl: 1.25rem;
|
|
145
|
+
$calcite-space-2xl: 1.5rem;
|
|
146
|
+
$calcite-space-3xl: 2rem;
|
|
110
147
|
$calcite-z-index-deep: -999999;
|
|
111
148
|
$calcite-z-index: 1;
|
|
112
149
|
$calcite-z-index-sticky: 300;
|
package/dist/scss/index.scss
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
--calcite-color-border-white: #ffffff;
|
|
11
11
|
--calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
12
12
|
--calcite-color-border-input: #949494;
|
|
13
|
-
--calcite-color-border-3: #
|
|
14
|
-
--calcite-color-border-2: #
|
|
15
|
-
--calcite-color-border-1: #
|
|
13
|
+
--calcite-color-border-3: #ebebeb;
|
|
14
|
+
--calcite-color-border-2: #dedede;
|
|
15
|
+
--calcite-color-border-1: #d4d4d4;
|
|
16
16
|
--calcite-color-text-link: #00619b;
|
|
17
17
|
--calcite-color-text-inverse: #ffffff;
|
|
18
18
|
--calcite-color-text-highlight: #004874;
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
--calcite-color-text-3: #9e9e9e;
|
|
67
67
|
--calcite-color-text-2: #bfbfbf;
|
|
68
68
|
--calcite-color-text-1: #ffffff;
|
|
69
|
-
--calcite-color-inverse-press: #
|
|
70
|
-
--calcite-color-inverse-hover: #
|
|
69
|
+
--calcite-color-inverse-press: #ebebeb;
|
|
70
|
+
--calcite-color-inverse-hover: #f2f2f2;
|
|
71
71
|
--calcite-color-inverse: #f7f7f7;
|
|
72
72
|
--calcite-color-status-danger-press: #d90012;
|
|
73
73
|
--calcite-color-status-danger-hover: #ff0015;
|
|
@@ -94,9 +94,9 @@
|
|
|
94
94
|
--calcite-color-transparent: rgba(255, 255, 255, 0);
|
|
95
95
|
--calcite-color-surface-highlight: #2b465f;
|
|
96
96
|
--calcite-color-foreground-current: #2b465f; /** deprecated, use --calcite-color-surface-highlight instead */
|
|
97
|
-
--calcite-color-foreground-3: #
|
|
98
|
-
--calcite-color-foreground-2: #
|
|
97
|
+
--calcite-color-foreground-3: #404040;
|
|
98
|
+
--calcite-color-foreground-2: #363636;
|
|
99
99
|
--calcite-color-foreground-1: #2b2b2b;
|
|
100
100
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
101
|
-
--calcite-color-background: #
|
|
101
|
+
--calcite-color-background: #212121;
|
|
102
102
|
}
|
package/dist/scss/light.scss
CHANGED
|
@@ -41,9 +41,9 @@ $calcite-color-text-3: #6b6b6b;
|
|
|
41
41
|
$calcite-color-text-highlight: #004874;
|
|
42
42
|
$calcite-color-text-inverse: #ffffff;
|
|
43
43
|
$calcite-color-text-link: #00619b;
|
|
44
|
-
$calcite-color-border-1: #
|
|
45
|
-
$calcite-color-border-2: #
|
|
46
|
-
$calcite-color-border-3: #
|
|
44
|
+
$calcite-color-border-1: #d4d4d4;
|
|
45
|
+
$calcite-color-border-2: #dedede;
|
|
46
|
+
$calcite-color-border-3: #ebebeb;
|
|
47
47
|
$calcite-color-border-input: #949494;
|
|
48
48
|
$calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
49
49
|
$calcite-color-border-white: #ffffff;
|