@carbon/themes 11.77.0 → 11.78.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/es/index.js +1360 -1722
- package/js/generated/component-tokens/button.d.ts +98 -0
- package/{src/component-tokens/button/tokens.ts → js/generated/component-tokens/button.js} +65 -97
- package/js/generated/component-tokens/content-switcher.d.ts +25 -0
- package/js/generated/component-tokens/content-switcher.js +25 -0
- package/js/generated/component-tokens/notification.d.ts +65 -0
- package/js/generated/component-tokens/notification.js +65 -0
- package/js/generated/component-tokens/status.d.ts +63 -0
- package/js/generated/component-tokens/status.js +63 -0
- package/js/generated/component-tokens/tag.d.ts +247 -0
- package/js/generated/component-tokens/tag.js +247 -0
- package/js/generated/themes/g10.d.ts +242 -0
- package/js/generated/themes/g10.js +242 -0
- package/js/generated/themes/g100.d.ts +242 -0
- package/js/generated/themes/g100.js +242 -0
- package/js/generated/themes/g90.d.ts +242 -0
- package/js/generated/themes/g90.js +242 -0
- package/js/generated/themes/white.d.ts +242 -0
- package/js/generated/themes/white.js +242 -0
- package/lib/index.d.ts +12 -10
- package/lib/index.js +1360 -1722
- package/package.json +12 -9
- package/scss/generated/_button-tokens.scss +2 -2
- package/src/dtcg/README.md +210 -0
- package/src/dtcg/color-palette.json +3204 -0
- package/src/dtcg/components/button.json +193 -0
- package/src/dtcg/components/content-switcher.json +60 -0
- package/src/dtcg/components/notification.json +130 -0
- package/src/dtcg/components/status.json +122 -0
- package/src/dtcg/components/tag.json +486 -0
- package/src/dtcg/g10.json +1453 -0
- package/src/dtcg/g100.json +1478 -0
- package/src/dtcg/g90.json +1478 -0
- package/src/dtcg/white.json +1345 -0
- package/src/index.ts +96 -10
- package/test-dtcg.scss +28 -0
- package/umd/index.js +1363 -1725
- package/lib/component-tokens/button/index.d.ts +0 -7
- package/lib/component-tokens/button/tokens.d.ts +0 -98
- package/lib/component-tokens/content-switcher/index.d.ts +0 -7
- package/lib/component-tokens/content-switcher/tokens.d.ts +0 -24
- package/lib/component-tokens/notification/index.d.ts +0 -7
- package/lib/component-tokens/notification/tokens.d.ts +0 -64
- package/lib/component-tokens/status/index.d.ts +0 -7
- package/lib/component-tokens/status/tokens.d.ts +0 -62
- package/lib/component-tokens/tag/index.d.ts +0 -7
- package/lib/component-tokens/tag/tokens.d.ts +0 -246
- package/lib/g10.d.ts +0 -242
- package/lib/g100.d.ts +0 -242
- package/lib/g90.d.ts +0 -242
- package/lib/white.d.ts +0 -243
- package/src/component-tokens/button/index.ts +0 -8
- package/src/component-tokens/content-switcher/index.ts +0 -7
- package/src/component-tokens/content-switcher/tokens.ts +0 -29
- package/src/component-tokens/notification/index.ts +0 -8
- package/src/component-tokens/notification/tokens.ts +0 -105
- package/src/component-tokens/status/index.ts +0 -8
- package/src/component-tokens/status/tokens.ts +0 -90
- package/src/component-tokens/tag/index.ts +0 -8
- package/src/component-tokens/tag/tokens.ts +0 -353
- package/src/g10.ts +0 -452
- package/src/g100.ts +0 -453
- package/src/g90.ts +0 -455
- package/src/white.ts +0 -455
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright IBM Corp. 2022, 2026
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/
|
|
7
|
-
declare const buttonSeparator: {
|
|
8
|
-
fallback: string;
|
|
9
|
-
whiteTheme: string;
|
|
10
|
-
g10: string;
|
|
11
|
-
g90: string;
|
|
12
|
-
g100: string;
|
|
13
|
-
};
|
|
14
|
-
declare const buttonPrimary: {
|
|
15
|
-
whiteTheme: string;
|
|
16
|
-
g10: string;
|
|
17
|
-
g90: string;
|
|
18
|
-
g100: string;
|
|
19
|
-
};
|
|
20
|
-
declare const buttonSecondary: {
|
|
21
|
-
whiteTheme: string;
|
|
22
|
-
g10: string;
|
|
23
|
-
g90: string;
|
|
24
|
-
g100: string;
|
|
25
|
-
};
|
|
26
|
-
declare const buttonTertiary: {
|
|
27
|
-
whiteTheme: string;
|
|
28
|
-
g10: string;
|
|
29
|
-
g90: string;
|
|
30
|
-
g100: string;
|
|
31
|
-
};
|
|
32
|
-
declare const buttonDangerPrimary: {
|
|
33
|
-
whiteTheme: string;
|
|
34
|
-
g10: string;
|
|
35
|
-
g90: string;
|
|
36
|
-
g100: string;
|
|
37
|
-
};
|
|
38
|
-
declare const buttonDangerSecondary: {
|
|
39
|
-
whiteTheme: string;
|
|
40
|
-
g10: string;
|
|
41
|
-
g90: string;
|
|
42
|
-
g100: string;
|
|
43
|
-
};
|
|
44
|
-
declare const buttonDangerActive: {
|
|
45
|
-
whiteTheme: string;
|
|
46
|
-
g10: string;
|
|
47
|
-
g90: string;
|
|
48
|
-
g100: string;
|
|
49
|
-
};
|
|
50
|
-
declare const buttonPrimaryActive: {
|
|
51
|
-
whiteTheme: string;
|
|
52
|
-
g10: string;
|
|
53
|
-
g90: string;
|
|
54
|
-
g100: string;
|
|
55
|
-
};
|
|
56
|
-
declare const buttonSecondaryActive: {
|
|
57
|
-
whiteTheme: string;
|
|
58
|
-
g10: string;
|
|
59
|
-
g90: string;
|
|
60
|
-
g100: string;
|
|
61
|
-
};
|
|
62
|
-
declare const buttonTertiaryActive: {
|
|
63
|
-
whiteTheme: string;
|
|
64
|
-
g10: string;
|
|
65
|
-
g90: string;
|
|
66
|
-
g100: string;
|
|
67
|
-
};
|
|
68
|
-
declare const buttonDangerHover: {
|
|
69
|
-
whiteTheme: string;
|
|
70
|
-
g10: string;
|
|
71
|
-
g90: string;
|
|
72
|
-
g100: string;
|
|
73
|
-
};
|
|
74
|
-
declare const buttonPrimaryHover: {
|
|
75
|
-
whiteTheme: string;
|
|
76
|
-
g10: string;
|
|
77
|
-
g90: string;
|
|
78
|
-
g100: string;
|
|
79
|
-
};
|
|
80
|
-
declare const buttonSecondaryHover: {
|
|
81
|
-
whiteTheme: string;
|
|
82
|
-
g10: string;
|
|
83
|
-
g90: string;
|
|
84
|
-
g100: string;
|
|
85
|
-
};
|
|
86
|
-
declare const buttonTertiaryHover: {
|
|
87
|
-
whiteTheme: string;
|
|
88
|
-
g10: string;
|
|
89
|
-
g90: string;
|
|
90
|
-
g100: string;
|
|
91
|
-
};
|
|
92
|
-
declare const buttonDisabled: {
|
|
93
|
-
whiteTheme: string;
|
|
94
|
-
g10: string;
|
|
95
|
-
g90: string;
|
|
96
|
-
g100: string;
|
|
97
|
-
};
|
|
98
|
-
export { buttonSeparator, buttonPrimary, buttonSecondary, buttonTertiary, buttonDangerPrimary, buttonDangerSecondary, buttonDangerActive, buttonPrimaryActive, buttonSecondaryActive, buttonTertiaryActive, buttonDangerHover, buttonPrimaryHover, buttonSecondaryHover, buttonTertiaryHover, buttonDisabled, };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright IBM Corp. 2025, 2026
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/
|
|
7
|
-
export declare const contentSwitcherSelected: {
|
|
8
|
-
whiteTheme: string;
|
|
9
|
-
g10: string;
|
|
10
|
-
g90: string;
|
|
11
|
-
g100: string;
|
|
12
|
-
};
|
|
13
|
-
export declare const contentSwitcherBackground: {
|
|
14
|
-
whiteTheme: string;
|
|
15
|
-
g10: string;
|
|
16
|
-
g90: string;
|
|
17
|
-
g100: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const contentSwitcherBackgroundHover: {
|
|
20
|
-
whiteTheme: string;
|
|
21
|
-
g10: string;
|
|
22
|
-
g90: string;
|
|
23
|
-
g100: string;
|
|
24
|
-
};
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright IBM Corp. 2022, 2026
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/
|
|
7
|
-
export declare const notificationBackgroundError: {
|
|
8
|
-
whiteTheme: string;
|
|
9
|
-
g10: string;
|
|
10
|
-
g90: string;
|
|
11
|
-
g100: string;
|
|
12
|
-
};
|
|
13
|
-
export declare const notificationBackgroundSuccess: {
|
|
14
|
-
whiteTheme: string;
|
|
15
|
-
g10: string;
|
|
16
|
-
g90: string;
|
|
17
|
-
g100: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const notificationBackgroundInfo: {
|
|
20
|
-
whiteTheme: string;
|
|
21
|
-
g10: string;
|
|
22
|
-
g90: string;
|
|
23
|
-
g100: string;
|
|
24
|
-
};
|
|
25
|
-
export declare const notificationBackgroundWarning: {
|
|
26
|
-
whiteTheme: string;
|
|
27
|
-
g10: string;
|
|
28
|
-
g90: string;
|
|
29
|
-
g100: string;
|
|
30
|
-
};
|
|
31
|
-
export declare const notificationActionHover: {
|
|
32
|
-
whiteTheme: string;
|
|
33
|
-
g10: string;
|
|
34
|
-
};
|
|
35
|
-
export declare const notificationActionTertiaryInverse: {
|
|
36
|
-
whiteTheme: string;
|
|
37
|
-
g10: string;
|
|
38
|
-
g90: string;
|
|
39
|
-
g100: string;
|
|
40
|
-
};
|
|
41
|
-
export declare const notificationActionTertiaryInverseActive: {
|
|
42
|
-
whiteTheme: string;
|
|
43
|
-
g10: string;
|
|
44
|
-
g90: string;
|
|
45
|
-
g100: string;
|
|
46
|
-
};
|
|
47
|
-
export declare const notificationActionTertiaryInverseHover: {
|
|
48
|
-
whiteTheme: string;
|
|
49
|
-
g10: string;
|
|
50
|
-
g90: string;
|
|
51
|
-
g100: string;
|
|
52
|
-
};
|
|
53
|
-
export declare const notificationActionTertiaryInverseText: {
|
|
54
|
-
whiteTheme: string;
|
|
55
|
-
g10: string;
|
|
56
|
-
g90: string;
|
|
57
|
-
g100: string;
|
|
58
|
-
};
|
|
59
|
-
export declare const notificationActionTertiaryInverseTextOnColorDisabled: {
|
|
60
|
-
whiteTheme: string;
|
|
61
|
-
g10: string;
|
|
62
|
-
g90: string;
|
|
63
|
-
g100: string;
|
|
64
|
-
};
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright IBM Corp. 2025, 2026
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/
|
|
7
|
-
export declare const statusRed: {
|
|
8
|
-
whiteTheme: string;
|
|
9
|
-
g10: string;
|
|
10
|
-
g90: string;
|
|
11
|
-
g100: string;
|
|
12
|
-
};
|
|
13
|
-
export declare const statusOrange: {
|
|
14
|
-
whiteTheme: string;
|
|
15
|
-
g10: string;
|
|
16
|
-
g90: string;
|
|
17
|
-
g100: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const statusOrangeOutline: {
|
|
20
|
-
whiteTheme: string;
|
|
21
|
-
g10: string;
|
|
22
|
-
};
|
|
23
|
-
export declare const statusYellow: {
|
|
24
|
-
whiteTheme: string;
|
|
25
|
-
g10: string;
|
|
26
|
-
g90: string;
|
|
27
|
-
g100: string;
|
|
28
|
-
};
|
|
29
|
-
export declare const statusYellowOutline: {
|
|
30
|
-
whiteTheme: string;
|
|
31
|
-
g10: string;
|
|
32
|
-
};
|
|
33
|
-
export declare const statusPurple: {
|
|
34
|
-
whiteTheme: string;
|
|
35
|
-
g10: string;
|
|
36
|
-
g90: string;
|
|
37
|
-
g100: string;
|
|
38
|
-
};
|
|
39
|
-
export declare const statusGreen: {
|
|
40
|
-
whiteTheme: string;
|
|
41
|
-
g10: string;
|
|
42
|
-
g90: string;
|
|
43
|
-
g100: string;
|
|
44
|
-
};
|
|
45
|
-
export declare const statusBlue: {
|
|
46
|
-
whiteTheme: string;
|
|
47
|
-
g10: string;
|
|
48
|
-
g90: string;
|
|
49
|
-
g100: string;
|
|
50
|
-
};
|
|
51
|
-
export declare const statusGray: {
|
|
52
|
-
whiteTheme: string;
|
|
53
|
-
g10: string;
|
|
54
|
-
g90: string;
|
|
55
|
-
g100: string;
|
|
56
|
-
};
|
|
57
|
-
export declare const statusAccessibilityBackground: {
|
|
58
|
-
whiteTheme: string;
|
|
59
|
-
g10: string;
|
|
60
|
-
g90: string;
|
|
61
|
-
g100: string;
|
|
62
|
-
};
|
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright IBM Corp. 2022, 2026
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/
|
|
7
|
-
export declare const tagBackgroundRed: {
|
|
8
|
-
whiteTheme: string;
|
|
9
|
-
g10: string;
|
|
10
|
-
g90: string;
|
|
11
|
-
g100: string;
|
|
12
|
-
};
|
|
13
|
-
export declare const tagColorRed: {
|
|
14
|
-
whiteTheme: string;
|
|
15
|
-
g10: string;
|
|
16
|
-
g90: string;
|
|
17
|
-
g100: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const tagHoverRed: {
|
|
20
|
-
whiteTheme: string;
|
|
21
|
-
g10: string;
|
|
22
|
-
g90: string;
|
|
23
|
-
g100: string;
|
|
24
|
-
};
|
|
25
|
-
export declare const tagBackgroundMagenta: {
|
|
26
|
-
whiteTheme: string;
|
|
27
|
-
g10: string;
|
|
28
|
-
g90: string;
|
|
29
|
-
g100: string;
|
|
30
|
-
};
|
|
31
|
-
export declare const tagColorMagenta: {
|
|
32
|
-
whiteTheme: string;
|
|
33
|
-
g10: string;
|
|
34
|
-
g90: string;
|
|
35
|
-
g100: string;
|
|
36
|
-
};
|
|
37
|
-
export declare const tagHoverMagenta: {
|
|
38
|
-
whiteTheme: string;
|
|
39
|
-
g10: string;
|
|
40
|
-
g90: string;
|
|
41
|
-
g100: string;
|
|
42
|
-
};
|
|
43
|
-
export declare const tagBackgroundPurple: {
|
|
44
|
-
whiteTheme: string;
|
|
45
|
-
g10: string;
|
|
46
|
-
g90: string;
|
|
47
|
-
g100: string;
|
|
48
|
-
};
|
|
49
|
-
export declare const tagColorPurple: {
|
|
50
|
-
whiteTheme: string;
|
|
51
|
-
g10: string;
|
|
52
|
-
g90: string;
|
|
53
|
-
g100: string;
|
|
54
|
-
};
|
|
55
|
-
export declare const tagHoverPurple: {
|
|
56
|
-
whiteTheme: string;
|
|
57
|
-
g10: string;
|
|
58
|
-
g90: string;
|
|
59
|
-
g100: string;
|
|
60
|
-
};
|
|
61
|
-
export declare const tagBackgroundBlue: {
|
|
62
|
-
whiteTheme: string;
|
|
63
|
-
g10: string;
|
|
64
|
-
g90: string;
|
|
65
|
-
g100: string;
|
|
66
|
-
};
|
|
67
|
-
export declare const tagColorBlue: {
|
|
68
|
-
whiteTheme: string;
|
|
69
|
-
g10: string;
|
|
70
|
-
g90: string;
|
|
71
|
-
g100: string;
|
|
72
|
-
};
|
|
73
|
-
export declare const tagHoverBlue: {
|
|
74
|
-
whiteTheme: string;
|
|
75
|
-
g10: string;
|
|
76
|
-
g90: string;
|
|
77
|
-
g100: string;
|
|
78
|
-
};
|
|
79
|
-
export declare const tagBackgroundCyan: {
|
|
80
|
-
whiteTheme: string;
|
|
81
|
-
g10: string;
|
|
82
|
-
g90: string;
|
|
83
|
-
g100: string;
|
|
84
|
-
};
|
|
85
|
-
export declare const tagColorCyan: {
|
|
86
|
-
whiteTheme: string;
|
|
87
|
-
g10: string;
|
|
88
|
-
g90: string;
|
|
89
|
-
g100: string;
|
|
90
|
-
};
|
|
91
|
-
export declare const tagHoverCyan: {
|
|
92
|
-
whiteTheme: string;
|
|
93
|
-
g10: string;
|
|
94
|
-
g90: string;
|
|
95
|
-
g100: string;
|
|
96
|
-
};
|
|
97
|
-
export declare const tagBackgroundTeal: {
|
|
98
|
-
whiteTheme: string;
|
|
99
|
-
g10: string;
|
|
100
|
-
g90: string;
|
|
101
|
-
g100: string;
|
|
102
|
-
};
|
|
103
|
-
export declare const tagColorTeal: {
|
|
104
|
-
whiteTheme: string;
|
|
105
|
-
g10: string;
|
|
106
|
-
g90: string;
|
|
107
|
-
g100: string;
|
|
108
|
-
};
|
|
109
|
-
export declare const tagHoverTeal: {
|
|
110
|
-
whiteTheme: string;
|
|
111
|
-
g10: string;
|
|
112
|
-
g90: string;
|
|
113
|
-
g100: string;
|
|
114
|
-
};
|
|
115
|
-
export declare const tagBackgroundGreen: {
|
|
116
|
-
whiteTheme: string;
|
|
117
|
-
g10: string;
|
|
118
|
-
g90: string;
|
|
119
|
-
g100: string;
|
|
120
|
-
};
|
|
121
|
-
export declare const tagColorGreen: {
|
|
122
|
-
whiteTheme: string;
|
|
123
|
-
g10: string;
|
|
124
|
-
g90: string;
|
|
125
|
-
g100: string;
|
|
126
|
-
};
|
|
127
|
-
export declare const tagHoverGreen: {
|
|
128
|
-
whiteTheme: string;
|
|
129
|
-
g10: string;
|
|
130
|
-
g90: string;
|
|
131
|
-
g100: string;
|
|
132
|
-
};
|
|
133
|
-
export declare const tagBackgroundGray: {
|
|
134
|
-
whiteTheme: string;
|
|
135
|
-
g10: string;
|
|
136
|
-
g90: string;
|
|
137
|
-
g100: string;
|
|
138
|
-
};
|
|
139
|
-
export declare const tagColorGray: {
|
|
140
|
-
whiteTheme: string;
|
|
141
|
-
g10: string;
|
|
142
|
-
g90: string;
|
|
143
|
-
g100: string;
|
|
144
|
-
};
|
|
145
|
-
export declare const tagHoverGray: {
|
|
146
|
-
whiteTheme: string;
|
|
147
|
-
g10: string;
|
|
148
|
-
g90: string;
|
|
149
|
-
g100: string;
|
|
150
|
-
};
|
|
151
|
-
export declare const tagBackgroundCoolGray: {
|
|
152
|
-
whiteTheme: string;
|
|
153
|
-
g10: string;
|
|
154
|
-
g90: string;
|
|
155
|
-
g100: string;
|
|
156
|
-
};
|
|
157
|
-
export declare const tagColorCoolGray: {
|
|
158
|
-
whiteTheme: string;
|
|
159
|
-
g10: string;
|
|
160
|
-
g90: string;
|
|
161
|
-
g100: string;
|
|
162
|
-
};
|
|
163
|
-
export declare const tagHoverCoolGray: {
|
|
164
|
-
whiteTheme: string;
|
|
165
|
-
g10: string;
|
|
166
|
-
g90: string;
|
|
167
|
-
g100: string;
|
|
168
|
-
};
|
|
169
|
-
export declare const tagBackgroundWarmGray: {
|
|
170
|
-
whiteTheme: string;
|
|
171
|
-
g10: string;
|
|
172
|
-
g90: string;
|
|
173
|
-
g100: string;
|
|
174
|
-
};
|
|
175
|
-
export declare const tagColorWarmGray: {
|
|
176
|
-
whiteTheme: string;
|
|
177
|
-
g10: string;
|
|
178
|
-
g90: string;
|
|
179
|
-
g100: string;
|
|
180
|
-
};
|
|
181
|
-
export declare const tagHoverWarmGray: {
|
|
182
|
-
whiteTheme: string;
|
|
183
|
-
g10: string;
|
|
184
|
-
g90: string;
|
|
185
|
-
g100: string;
|
|
186
|
-
};
|
|
187
|
-
export declare const tagBorderRed: {
|
|
188
|
-
whiteTheme: string;
|
|
189
|
-
g10: string;
|
|
190
|
-
g90: string;
|
|
191
|
-
g100: string;
|
|
192
|
-
};
|
|
193
|
-
export declare const tagBorderBlue: {
|
|
194
|
-
whiteTheme: string;
|
|
195
|
-
g10: string;
|
|
196
|
-
g90: string;
|
|
197
|
-
g100: string;
|
|
198
|
-
};
|
|
199
|
-
export declare const tagBorderCyan: {
|
|
200
|
-
whiteTheme: string;
|
|
201
|
-
g10: string;
|
|
202
|
-
g90: string;
|
|
203
|
-
g100: string;
|
|
204
|
-
};
|
|
205
|
-
export declare const tagBorderTeal: {
|
|
206
|
-
whiteTheme: string;
|
|
207
|
-
g10: string;
|
|
208
|
-
g90: string;
|
|
209
|
-
g100: string;
|
|
210
|
-
};
|
|
211
|
-
export declare const tagBorderGreen: {
|
|
212
|
-
whiteTheme: string;
|
|
213
|
-
g10: string;
|
|
214
|
-
g90: string;
|
|
215
|
-
g100: string;
|
|
216
|
-
};
|
|
217
|
-
export declare const tagBorderMagenta: {
|
|
218
|
-
whiteTheme: string;
|
|
219
|
-
g10: string;
|
|
220
|
-
g90: string;
|
|
221
|
-
g100: string;
|
|
222
|
-
};
|
|
223
|
-
export declare const tagBorderPurple: {
|
|
224
|
-
whiteTheme: string;
|
|
225
|
-
g10: string;
|
|
226
|
-
g90: string;
|
|
227
|
-
g100: string;
|
|
228
|
-
};
|
|
229
|
-
export declare const tagBorderGray: {
|
|
230
|
-
whiteTheme: string;
|
|
231
|
-
g10: string;
|
|
232
|
-
g90: string;
|
|
233
|
-
g100: string;
|
|
234
|
-
};
|
|
235
|
-
export declare const tagBorderCoolGray: {
|
|
236
|
-
whiteTheme: string;
|
|
237
|
-
g10: string;
|
|
238
|
-
g90: string;
|
|
239
|
-
g100: string;
|
|
240
|
-
};
|
|
241
|
-
export declare const tagBorderWarmGray: {
|
|
242
|
-
whiteTheme: string;
|
|
243
|
-
g10: string;
|
|
244
|
-
g90: string;
|
|
245
|
-
g100: string;
|
|
246
|
-
};
|