@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/js/light.d.ts
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Calcite Design System
|
|
3
|
-
* Do not edit directly, this file was auto-generated.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
export const calciteColorBackground: string;
|
|
7
|
-
export const calciteColorBackgroundNone: string;
|
|
8
|
-
export const calciteColorForeground1: string;
|
|
9
|
-
export const calciteColorForeground2: string;
|
|
10
|
-
export const calciteColorForeground3: string;
|
|
11
|
-
/** deprecated, use --calcite-color-surface-highlight instead */
|
|
12
|
-
export const calciteColorForegroundCurrent: string;
|
|
13
|
-
export const calciteColorSurfaceHighlight: string;
|
|
14
|
-
export const calciteColorTransparent: string;
|
|
15
|
-
export const calciteColorTransparentHover: string;
|
|
16
|
-
export const calciteColorTransparentPress: string;
|
|
17
|
-
export const calciteColorTransparentInverseHover: string;
|
|
18
|
-
export const calciteColorTransparentInversePress: string;
|
|
19
|
-
export const calciteColorTransparentScrim: string;
|
|
20
|
-
export const calciteColorTransparentTint: string;
|
|
21
|
-
export const calciteColorBrand: string;
|
|
22
|
-
export const calciteColorBrandHover: string;
|
|
23
|
-
export const calciteColorBrandPress: string;
|
|
24
|
-
export const calciteColorBrandUnderline: string;
|
|
25
|
-
export const calciteColorStatusInfo: string;
|
|
26
|
-
export const calciteColorStatusInfoHover: string;
|
|
27
|
-
export const calciteColorStatusInfoPress: string;
|
|
28
|
-
export const calciteColorStatusSuccess: string;
|
|
29
|
-
export const calciteColorStatusSuccessHover: string;
|
|
30
|
-
export const calciteColorStatusSuccessPress: string;
|
|
31
|
-
export const calciteColorStatusWarning: string;
|
|
32
|
-
export const calciteColorStatusWarningHover: string;
|
|
33
|
-
export const calciteColorStatusWarningPress: string;
|
|
34
|
-
export const calciteColorStatusDanger: string;
|
|
35
|
-
export const calciteColorStatusDangerHover: string;
|
|
36
|
-
export const calciteColorStatusDangerPress: string;
|
|
37
|
-
export const calciteColorInverse: string;
|
|
38
|
-
export const calciteColorInverseHover: string;
|
|
39
|
-
export const calciteColorInversePress: string;
|
|
40
|
-
export const calciteColorText1: string;
|
|
41
|
-
export const calciteColorText2: string;
|
|
42
|
-
export const calciteColorText3: string;
|
|
43
|
-
export const calciteColorTextHighlight: string;
|
|
44
|
-
export const calciteColorTextInverse: string;
|
|
45
|
-
export const calciteColorTextLink: string;
|
|
46
|
-
export const calciteColorBorder1: string;
|
|
47
|
-
export const calciteColorBorder2: string;
|
|
48
|
-
export const calciteColorBorder3: string;
|
|
49
|
-
export const calciteColorBorderInput: string;
|
|
50
|
-
export const calciteColorBorderGhost: string;
|
|
51
|
-
export const calciteColorBorderWhite: string;
|
|
52
|
-
export const calciteColorFocus: string;
|