@nova-design-system/nova-base 3.0.0-beta.24 → 3.0.0-beta.27
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/ocean.css +825 -841
- package/dist/css/spark.css +833 -849
- package/dist/js/ocean_dark.d.ts +278 -283
- package/dist/js/ocean_dark.js +278 -283
- package/dist/js/ocean_light.d.ts +278 -283
- package/dist/js/ocean_light.js +278 -283
- package/dist/js/primitives.d.ts +184 -190
- package/dist/js/primitives.js +186 -192
- package/dist/js/spacings.d.ts +193 -193
- package/dist/js/spacings.js +234 -234
- package/dist/js/spark_dark.d.ts +279 -284
- package/dist/js/spark_dark.js +279 -284
- package/dist/js/spark_light.d.ts +279 -284
- package/dist/js/spark_light.js +279 -284
- package/dist/tokens/ocean_dark.json +1526 -1516
- package/dist/tokens/ocean_light.json +1526 -1516
- package/dist/tokens/primitives.json +916 -756
- package/dist/tokens/spacings.json +849 -849
- package/dist/tokens/spark_dark.json +1530 -1519
- package/dist/tokens/spark_light.json +1529 -1519
- package/package.json +3 -2
package/dist/js/spark_light.js
CHANGED
|
@@ -12,340 +12,312 @@ export const ColorBaseLevel10Hover = "#ededed";
|
|
|
12
12
|
export const ColorBaseLevel20Hover = "#fbfbfb";
|
|
13
13
|
export const ColorBaseLevel30Hover = "#ededed";
|
|
14
14
|
export const ColorBaseLevel40Hover = "#fbfbfb";
|
|
15
|
-
export const ColorBaseContentHighEmphasis = "#1d1d1d";
|
|
16
|
-
export const ColorBaseContentMediumEmphasis = "#414141";
|
|
17
15
|
export const ColorBaseContentLowEmphasis = "#6d6d6d";
|
|
18
|
-
export const
|
|
16
|
+
export const ColorBaseContentMediumEmphasis = "#414141";
|
|
17
|
+
export const ColorBaseContentHighEmphasis = "#1d1d1d";
|
|
19
18
|
export const ColorBaseContentInvertedHighEmphasis = "#f6f6f6";
|
|
20
19
|
export const ColorBaseContentInvertedMediumEmphasis = "#919191";
|
|
21
20
|
export const ColorBaseContentInvertedLowEmphasis = "#6d6d6d";
|
|
21
|
+
export const ColorBaseContentLowerEmphasis = "#a9a9a9";
|
|
22
22
|
export const ColorBaseBorderHighEmphasis = "#919191";
|
|
23
23
|
export const ColorBaseBorderMediumEmphasis = "#bfbfbf";
|
|
24
24
|
export const ColorBaseBorderLowEmphasis = "#e3e3e3";
|
|
25
25
|
export const ColorBaseBorderFocus = "#ef906e";
|
|
26
26
|
export const ColorBaseBorderFocusHigh = "#e75420";
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const ColorInteractionBrandLowTextHover = "#bf451a";
|
|
31
|
-
export const ColorInteractionBrandLowIcon = "#e75420";
|
|
32
|
-
export const ColorInteractionBrandLowIconHover = "#bf451a";
|
|
33
|
-
export const ColorInteractionBrandLowBorder = "#e75420";
|
|
34
|
-
export const ColorInteractionBrandLowBorderHover = "#bf451a";
|
|
35
|
-
export const ColorInteractionBrandHighBackground = "#e75420";
|
|
36
|
-
export const ColorInteractionBrandHighBackgroundHover = "#bf451a";
|
|
37
|
-
export const ColorInteractionBrandHighText = "#ffffff";
|
|
38
|
-
export const ColorInteractionBrandHighTextHover = "#ffffff";
|
|
39
|
-
export const ColorInteractionBrandHighIcon = "#ffffff";
|
|
40
|
-
export const ColorInteractionBrandHighIconHover = "#ffffff";
|
|
41
|
-
export const ColorInteractionBrandHighBorder = "#e75420";
|
|
42
|
-
export const ColorInteractionBrandHighBorderHover = "#bf451a";
|
|
43
|
-
export const ColorInteractionNeutralBackground = "#ffffff";
|
|
44
|
-
export const ColorInteractionNeutralBackgroundHover = "#a5a5a5";
|
|
45
|
-
export const ColorInteractionNeutralText = "#6d6d6d";
|
|
46
|
-
export const ColorInteractionNeutralTextHover = "#414141";
|
|
47
|
-
export const ColorInteractionNeutralIcon = "#6d6d6d";
|
|
48
|
-
export const ColorInteractionNeutralIconHover = "#414141";
|
|
49
|
-
export const ColorInteractionNeutralBorder = "#6d6d6d";
|
|
50
|
-
export const ColorInteractionNeutralBorderHover = "#414141";
|
|
51
|
-
export const ColorInteractionLinkInlineText = "#1d1d1d";
|
|
52
|
-
export const ColorInteractionLinkInlineTextHover = "#e75420";
|
|
53
|
-
export const ColorInteractionLinkInlineIcon = "#1d1d1d";
|
|
54
|
-
export const ColorInteractionLinkInlineIconHover = "#e75420";
|
|
55
|
-
export const ColorInteractionLinkStandaloneText = "#e75420";
|
|
56
|
-
export const ColorInteractionLinkStandaloneTextHover = "#bf451a";
|
|
57
|
-
export const ColorInteractionLinkStandaloneIcon = "#e75420";
|
|
58
|
-
export const ColorInteractionLinkStandaloneIconHover = "#bf451a";
|
|
59
|
-
export const ColorInteractionLinkTableText = "#1d1d1d";
|
|
60
|
-
export const ColorInteractionLinkTableTextHover = "#e75420";
|
|
61
|
-
export const ColorInteractionLinkTableIcon = "#1d1d1d";
|
|
62
|
-
export const ColorInteractionLinkTableIconHover = "#e75420";
|
|
63
|
-
export const ColorWhite = "#ffffff";
|
|
64
|
-
export const ColorBlack = "#000000";
|
|
65
|
-
export const ColorBrand50 = "#fceae3";
|
|
66
|
-
export const ColorBrand100 = "#f8ccbc";
|
|
67
|
-
export const ColorBrand200 = "#f4ae95";
|
|
68
|
-
export const ColorBrand300 = "#ef906e";
|
|
69
|
-
export const ColorBrand400 = "#eb7247";
|
|
70
|
-
export const ColorBrand500 = "#e75420";
|
|
71
|
-
export const ColorBrand600 = "#bf451a";
|
|
72
|
-
export const ColorBrand700 = "#963715";
|
|
73
|
-
export const ColorBrand800 = "#6e280f";
|
|
74
|
-
export const ColorBrand900 = "#45190a";
|
|
75
|
-
export const ColorBrandBrand2 = "#258998";
|
|
76
|
-
export const ColorBrandAccent50 = "#e4f0f2";
|
|
77
|
-
export const ColorBrandAccent100 = "#bedce0";
|
|
78
|
-
export const ColorBrandAccent200 = "#97c7ce";
|
|
79
|
-
export const ColorBrandAccent300 = "#71b2bc";
|
|
80
|
-
export const ColorBrandAccent400 = "#4b9eaa";
|
|
81
|
-
export const ColorBrandAccent500 = "#258998";
|
|
82
|
-
export const ColorBrandAccent600 = "#1f717d";
|
|
83
|
-
export const ColorBrandAccent700 = "#185963";
|
|
84
|
-
export const ColorBrandAccent800 = "#124148";
|
|
85
|
-
export const ColorBrandAccent900 = "#0b292e";
|
|
86
|
-
export const ColorBrandActionHighest = "#963715";
|
|
87
|
-
export const ColorBrandActionHigher = "#963715";
|
|
88
|
-
export const ColorBrandActionHigh = "#bf451a";
|
|
89
|
-
export const ColorBrandActionMedium = "#e75420";
|
|
90
|
-
export const ColorBrandActionLow = "#eb7247";
|
|
91
|
-
export const ColorBrandActionLower = "#eb7247";
|
|
92
|
-
export const ColorBrandActionLowest = "#eb7247";
|
|
93
|
-
export const ColorChart1 = "#f0801a";
|
|
94
|
-
export const ColorChart2 = "#394d55";
|
|
95
|
-
export const ColorChart3 = "#258998";
|
|
96
|
-
export const ColorChart4 = "#6aa9a0";
|
|
97
|
-
export const ColorChart5 = "#9ac3ce";
|
|
98
|
-
export const ColorChart6 = "#8da930";
|
|
99
|
-
export const ColorChart7 = "#ffc100";
|
|
100
|
-
export const ColorChart8 = "#e75420";
|
|
101
|
-
export const ColorChart9 = "#447583";
|
|
102
|
-
export const ColorChart10 = "#990035";
|
|
27
|
+
export const ColorFeedbackInformationLowBackground = "#f0f6ff";
|
|
28
|
+
export const ColorFeedbackInformationLowContent = "#2660c2";
|
|
29
|
+
export const ColorFeedbackInformationLowBorder = "#2660c2";
|
|
103
30
|
export const ColorFeedbackInformationHighBackground = "#3883ff";
|
|
104
31
|
export const ColorFeedbackInformationHighBorder = "#3883ff";
|
|
105
32
|
export const ColorFeedbackInformationHighContent = "#ffffff";
|
|
106
|
-
export const ColorFeedbackInformationLowBackground = "#f0f6ff";
|
|
107
|
-
export const ColorFeedbackInformationLowBorder = "#2660c2";
|
|
108
|
-
export const ColorFeedbackInformationLowContent = "#2660c2";
|
|
109
|
-
export const ColorFeedbackErrorHighBackground = "#da2424";
|
|
110
|
-
export const ColorFeedbackErrorHighBorder = "#da2424";
|
|
111
|
-
export const ColorFeedbackErrorHighContent = "#ffffff";
|
|
112
33
|
export const ColorFeedbackErrorLowBackground = "#ffeded";
|
|
113
34
|
export const ColorFeedbackErrorLowBorder = "#da2424";
|
|
114
35
|
export const ColorFeedbackErrorLowContent = "#da2424";
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
117
|
-
export const
|
|
118
|
-
export const ColorFeedbackNeutralLowBackground = "#ededed";
|
|
119
|
-
export const ColorFeedbackNeutralLowBorder = "#6d6d6d";
|
|
120
|
-
export const ColorFeedbackNeutralLowContent = "#6d6d6d";
|
|
121
|
-
export const ColorFeedbackWarningHighBackground = "#fac50d";
|
|
122
|
-
export const ColorFeedbackWarningHighBorder = "#fac50d";
|
|
123
|
-
export const ColorFeedbackWarningHighContent = "#ffffff";
|
|
124
|
-
export const ColorFeedbackWarningLowBackground = "#fff7df";
|
|
125
|
-
export const ColorFeedbackWarningLowBorder = "#e0a917";
|
|
126
|
-
export const ColorFeedbackWarningLowContent = "#e0a917";
|
|
127
|
-
export const ColorFeedbackSuccessHighBackground = "#45d24d";
|
|
128
|
-
export const ColorFeedbackSuccessHighBorder = "#45d24d";
|
|
129
|
-
export const ColorFeedbackSuccessHighContent = "#ffffff";
|
|
36
|
+
export const ColorFeedbackErrorHighBackground = "#da2424";
|
|
37
|
+
export const ColorFeedbackErrorHighBorder = "#da2424";
|
|
38
|
+
export const ColorFeedbackErrorHighContent = "#ffffff";
|
|
130
39
|
export const ColorFeedbackSuccessLowBackground = "#eafeeb";
|
|
131
40
|
export const ColorFeedbackSuccessLowBorder = "#34ae3b";
|
|
132
41
|
export const ColorFeedbackSuccessLowContent = "#34ae3b";
|
|
42
|
+
export const ColorFeedbackSuccessHighBackground = "#45d24d";
|
|
43
|
+
export const ColorFeedbackSuccessHighBorder = "#45d24d";
|
|
44
|
+
export const ColorFeedbackSuccessHighContent = "#ffffff";
|
|
45
|
+
export const ColorFeedbackWarningLowBackground = "#fff7df";
|
|
46
|
+
export const ColorFeedbackWarningLowBorder = "#e0a917";
|
|
47
|
+
export const ColorFeedbackWarningLowContent = "#e0a917";
|
|
48
|
+
export const ColorFeedbackWarningHighBackground = "#fac50d";
|
|
49
|
+
export const ColorFeedbackWarningHighBorder = "#fac50d";
|
|
50
|
+
export const ColorFeedbackWarningHighContent = "#ffffff";
|
|
51
|
+
export const ColorFeedbackNeutralLowBackground = "#ededed";
|
|
52
|
+
export const ColorFeedbackNeutralLowBorder = "#6d6d6d";
|
|
53
|
+
export const ColorFeedbackNeutralLowContent = "#6d6d6d";
|
|
54
|
+
export const ColorFeedbackNeutralHighBackground = "#6d6d6d";
|
|
55
|
+
export const ColorFeedbackNeutralHighBorder = "#6d6d6d";
|
|
56
|
+
export const ColorFeedbackNeutralHighContent = "#ffffff";
|
|
133
57
|
export const ColorFocusBrand = "#e75420";
|
|
134
58
|
export const ColorFocusDestructive = "#da2424";
|
|
135
59
|
export const ColorFocusSuccess = "#34ae3b";
|
|
136
60
|
export const ColorRainbow1Background = "#fdefe2";
|
|
137
|
-
export const ColorRainbow1Border = "#c66a15";
|
|
138
61
|
export const ColorRainbow1Content = "#c66a15";
|
|
62
|
+
export const ColorRainbow1Border = "#c66a15";
|
|
139
63
|
export const ColorRainbow2Background = "#fceae3";
|
|
140
|
-
export const ColorRainbow2Border = "#963715";
|
|
141
64
|
export const ColorRainbow2Content = "#963715";
|
|
65
|
+
export const ColorRainbow2Border = "#963715";
|
|
142
66
|
export const ColorRainbow3Background = "#ffecb3";
|
|
143
|
-
export const ColorRainbow3Border = "#795c00";
|
|
144
67
|
export const ColorRainbow3Content = "#795c00";
|
|
68
|
+
export const ColorRainbow3Border = "#795c00";
|
|
145
69
|
export const ColorRainbow4Background = "#f9e3e3";
|
|
146
|
-
export const ColorRainbow4Border = "#cc1d1d";
|
|
147
70
|
export const ColorRainbow4Content = "#cc1d1d";
|
|
71
|
+
export const ColorRainbow4Border = "#cc1d1d";
|
|
148
72
|
export const ColorRainbow5Background = "#d2e5e3";
|
|
149
|
-
export const ColorRainbow5Border = "#32504c";
|
|
150
73
|
export const ColorRainbow5Content = "#32504c";
|
|
74
|
+
export const ColorRainbow5Border = "#32504c";
|
|
151
75
|
export const ColorRainbow6Background = "#f2dfe6";
|
|
152
|
-
export const ColorRainbow6Border = "#ab2d58";
|
|
153
76
|
export const ColorRainbow6Content = "#ab2d58";
|
|
77
|
+
export const ColorRainbow6Border = "#ab2d58";
|
|
154
78
|
export const ColorRainbow7Background = "#e2f0e2";
|
|
155
|
-
export const ColorRainbow7Border = "#106f15";
|
|
156
79
|
export const ColorRainbow7Content = "#106f15";
|
|
80
|
+
export const ColorRainbow7Border = "#106f15";
|
|
157
81
|
export const ColorRainbow8Background = "#e4f0f2";
|
|
158
|
-
export const ColorRainbow8Border = "#1f717d";
|
|
159
82
|
export const ColorRainbow8Content = "#1f717d";
|
|
83
|
+
export const ColorRainbow8Border = "#1f717d";
|
|
160
84
|
export const ColorRainbow9Background = "#f1f4e5";
|
|
161
|
-
export const ColorRainbow9Border = "#5c6e1f";
|
|
162
85
|
export const ColorRainbow9Content = "#5c6e1f";
|
|
86
|
+
export const ColorRainbow9Border = "#5c6e1f";
|
|
163
87
|
export const ColorRainbow10Background = "#ededed";
|
|
164
|
-
export const ColorRainbow10Border = "#484848";
|
|
165
88
|
export const ColorRainbow10Content = "#484848";
|
|
166
|
-
export const
|
|
89
|
+
export const ColorRainbow10Border = "#484848";
|
|
167
90
|
export const ColorDontUseContent = "#e3e3e3";
|
|
91
|
+
export const ColorDontUseBorder = "#e3e3e3";
|
|
168
92
|
export const ColorDontUseBackground = "#f6f6f6";
|
|
169
|
-
export const
|
|
170
|
-
export const
|
|
171
|
-
export const
|
|
172
|
-
export const
|
|
173
|
-
export const
|
|
174
|
-
export const
|
|
175
|
-
export const
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
183
|
-
export const
|
|
184
|
-
export const
|
|
185
|
-
export const
|
|
186
|
-
export const
|
|
187
|
-
export const
|
|
188
|
-
export const
|
|
189
|
-
export const
|
|
190
|
-
export const
|
|
191
|
-
export const
|
|
192
|
-
export const
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
195
|
-
export const
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
93
|
+
export const ColorBrand50 = "#fceae3";
|
|
94
|
+
export const ColorBrand100 = "#f8ccbc";
|
|
95
|
+
export const ColorBrand200 = "#f4ae95";
|
|
96
|
+
export const ColorBrand300 = "#ef906e";
|
|
97
|
+
export const ColorBrand400 = "#eb7247";
|
|
98
|
+
export const ColorBrand500 = "#e75420";
|
|
99
|
+
export const ColorBrand600 = "#bf451a";
|
|
100
|
+
export const ColorBrand700 = "#963715";
|
|
101
|
+
export const ColorBrand800 = "#6e280f";
|
|
102
|
+
export const ColorBrand900 = "#45190a";
|
|
103
|
+
export const ColorBrandActionLow = "#eb7247";
|
|
104
|
+
export const ColorBrandActionMedium = "#e75420";
|
|
105
|
+
export const ColorBrandActionHigh = "#bf451a";
|
|
106
|
+
export const ColorBrandActionHigher = "#963715";
|
|
107
|
+
export const ColorBrandActionHighest = "#963715";
|
|
108
|
+
export const ColorBrandActionLower = "#eb7247";
|
|
109
|
+
export const ColorBrandActionLowest = "#eb7247";
|
|
110
|
+
export const ColorBrandAccent50 = "#e4f0f2";
|
|
111
|
+
export const ColorBrandAccent100 = "#bedce0";
|
|
112
|
+
export const ColorBrandAccent200 = "#97c7ce";
|
|
113
|
+
export const ColorBrandAccent300 = "#71b2bc";
|
|
114
|
+
export const ColorBrandAccent400 = "#4b9eaa";
|
|
115
|
+
export const ColorBrandAccent500 = "#258998";
|
|
116
|
+
export const ColorBrandAccent600 = "#1f717d";
|
|
117
|
+
export const ColorBrandAccent700 = "#185963";
|
|
118
|
+
export const ColorBrandAccent800 = "#124148";
|
|
119
|
+
export const ColorBrandAccent900 = "#0b292e";
|
|
120
|
+
export const ColorInteractionBrandHighBackground = "#e75420";
|
|
121
|
+
export const ColorInteractionBrandHighBackgroundHover = "#bf451a";
|
|
122
|
+
export const ColorInteractionBrandHighText = "#ffffff";
|
|
123
|
+
export const ColorInteractionBrandHighTextHover = "#ffffff";
|
|
124
|
+
export const ColorInteractionBrandHighIcon = "#ffffff";
|
|
125
|
+
export const ColorInteractionBrandHighIconHover = "#ffffff";
|
|
126
|
+
export const ColorInteractionBrandHighBorder = "#e75420";
|
|
127
|
+
export const ColorInteractionBrandHighBorderHover = "#bf451a";
|
|
128
|
+
export const ColorInteractionBrandLowBackground = "#ffffff";
|
|
129
|
+
export const ColorInteractionBrandLowBackgroundHover = "#fceae3";
|
|
130
|
+
export const ColorInteractionBrandLowText = "#e75420";
|
|
131
|
+
export const ColorInteractionBrandLowTextHover = "#bf451a";
|
|
132
|
+
export const ColorInteractionBrandLowIcon = "#e75420";
|
|
133
|
+
export const ColorInteractionBrandLowIconHover = "#bf451a";
|
|
134
|
+
export const ColorInteractionBrandLowBorder = "#e75420";
|
|
135
|
+
export const ColorInteractionBrandLowBorderHover = "#bf451a";
|
|
136
|
+
export const ColorInteractionLinkInlineText = "#1d1d1d";
|
|
137
|
+
export const ColorInteractionLinkInlineTextHover = "#e75420";
|
|
138
|
+
export const ColorInteractionLinkInlineIcon = "#1d1d1d";
|
|
139
|
+
export const ColorInteractionLinkInlineIconHover = "#e75420";
|
|
140
|
+
export const ColorInteractionNeutralBackground = "#ffffff";
|
|
141
|
+
export const ColorInteractionNeutralBackgroundHover = "#a5a5a5";
|
|
142
|
+
export const ColorInteractionNeutralText = "#6d6d6d";
|
|
143
|
+
export const ColorInteractionNeutralTextHover = "#414141";
|
|
144
|
+
export const ColorInteractionNeutralIcon = "#6d6d6d";
|
|
145
|
+
export const ColorInteractionNeutralIconHover = "#414141";
|
|
146
|
+
export const ColorInteractionNeutralBorder = "#6d6d6d";
|
|
147
|
+
export const ColorInteractionNeutralBorderHover = "#414141";
|
|
148
|
+
export const ColorInteractionLinkStandaloneText = "#e75420";
|
|
149
|
+
export const ColorInteractionLinkStandaloneTextHover = "#bf451a";
|
|
150
|
+
export const ColorInteractionLinkStandaloneIcon = "#e75420";
|
|
151
|
+
export const ColorInteractionLinkStandaloneIconHover = "#bf451a";
|
|
152
|
+
export const ColorInteractionLinkTableText = "#1d1d1d";
|
|
153
|
+
export const ColorInteractionLinkTableTextHover = "#e75420";
|
|
154
|
+
export const ColorInteractionLinkTableIcon = "#1d1d1d";
|
|
155
|
+
export const ColorInteractionLinkTableIconHover = "#e75420";
|
|
156
|
+
export const ColorChart1 = "#f0801a";
|
|
157
|
+
export const ColorChart2 = "#394d55";
|
|
158
|
+
export const ColorChart3 = "#258998";
|
|
159
|
+
export const ColorChart4 = "#6aa9a0";
|
|
160
|
+
export const ColorChart5 = "#9ac3ce";
|
|
161
|
+
export const ColorChart6 = "#8da930";
|
|
162
|
+
export const ColorChart7 = "#ffc100";
|
|
163
|
+
export const ColorChart8 = "#e75420";
|
|
164
|
+
export const ColorChart9 = "#447583";
|
|
165
|
+
export const ColorChart10 = "#990035";
|
|
166
|
+
export const ColorColor = "#ffffff";
|
|
167
|
+
export const ComponentsButtonDestructiveLowerBackground = "#f6f6f6";
|
|
168
|
+
export const ComponentsButtonDestructiveLowerBackgroundHover = "#f6f6f6";
|
|
169
|
+
export const ComponentsButtonDestructiveLowerText = "#e3e3e3";
|
|
170
|
+
export const ComponentsButtonDestructiveLowerTextHover = "#e3e3e3";
|
|
171
|
+
export const ComponentsButtonDestructiveLowerIcon = "#e3e3e3";
|
|
172
|
+
export const ComponentsButtonDestructiveLowerIconHover = "#e3e3e3";
|
|
173
|
+
export const ComponentsButtonDestructiveLowerBorder = "#e3e3e3";
|
|
174
|
+
export const ComponentsButtonDestructiveLowerBorderHover = "#e3e3e3";
|
|
175
|
+
export const ComponentsButtonDestructiveHighBackground = "#da2424";
|
|
176
|
+
export const ComponentsButtonDestructiveHighBackgroundHover = "#bb1919";
|
|
177
|
+
export const ComponentsButtonDestructiveHighText = "#ffffff";
|
|
178
|
+
export const ComponentsButtonDestructiveHighTextHover = "#ffffff";
|
|
179
|
+
export const ComponentsButtonDestructiveHighIcon = "#ffffff";
|
|
180
|
+
export const ComponentsButtonDestructiveHighIconHover = "#ffffff";
|
|
181
|
+
export const ComponentsButtonDestructiveMediumBackground = "#ffffff";
|
|
182
|
+
export const ComponentsButtonDestructiveMediumBackgroundHover = "#ffeded";
|
|
183
|
+
export const ComponentsButtonDestructiveMediumText = "#da2424";
|
|
184
|
+
export const ComponentsButtonDestructiveMediumTextHover = "#bb1919";
|
|
185
|
+
export const ComponentsButtonDestructiveMediumIcon = "#da2424";
|
|
186
|
+
export const ComponentsButtonDestructiveMediumIconHover = "#bb1919";
|
|
187
|
+
export const ComponentsButtonDestructiveMediumBorder = "#da2424";
|
|
188
|
+
export const ComponentsButtonDestructiveMediumBorderHover = "#bb1919";
|
|
189
|
+
export const ComponentsButtonDestructiveLowBackground = "#ffffff";
|
|
190
|
+
export const ComponentsButtonDestructiveLowBackgroundHover = "#ffeded";
|
|
191
|
+
export const ComponentsButtonDestructiveLowText = "#da2424";
|
|
192
|
+
export const ComponentsButtonDestructiveLowTextHover = "#bb1919";
|
|
193
|
+
export const ComponentsButtonDestructiveLowIcon = "#da2424";
|
|
194
|
+
export const ComponentsButtonDestructiveLowIconHover = "#bb1919";
|
|
195
|
+
export const ComponentsButtonDestructiveLowBorderHover = "#ffffff";
|
|
196
|
+
export const ComponentsButtonDestructiveLowBorder = "#ffffff";
|
|
197
|
+
export const ComponentsAvatarBackground1 = "#fdefe2";
|
|
198
|
+
export const ComponentsAvatarBackground2 = "#fceae3";
|
|
199
|
+
export const ComponentsAvatarBackground3 = "#ffecb3";
|
|
200
|
+
export const ComponentsAvatarBackground4 = "#f9e3e3";
|
|
201
|
+
export const ComponentsAvatarBackground5 = "#d2e5e3";
|
|
202
|
+
export const ComponentsAvatarBackground6 = "#f2dfe6";
|
|
203
|
+
export const ComponentsAvatarBackground7 = "#e2f0e2";
|
|
204
|
+
export const ComponentsAvatarBackground8 = "#e4f0f2";
|
|
205
|
+
export const ComponentsAvatarBackground9 = "#f1f4e5";
|
|
206
|
+
export const ComponentsAvatarBackground10 = "#ededed";
|
|
207
|
+
export const ComponentsAvatarContent1 = "#c66a15";
|
|
208
|
+
export const ComponentsAvatarContent2 = "#963715";
|
|
209
|
+
export const ComponentsAvatarContent3 = "#795c00";
|
|
210
|
+
export const ComponentsAvatarContent4 = "#cc1d1d";
|
|
211
|
+
export const ComponentsAvatarContent5 = "#32504c";
|
|
212
|
+
export const ComponentsAvatarContent6 = "#ab2d58";
|
|
213
|
+
export const ComponentsAvatarContent7 = "#106f15";
|
|
214
|
+
export const ComponentsAvatarContent8 = "#1f717d";
|
|
215
|
+
export const ComponentsAvatarContent9 = "#5c6e1f";
|
|
216
|
+
export const ComponentsAvatarContent10 = "#484848";
|
|
217
|
+
export const ComponentsAvatarBorder1 = "#c66a15";
|
|
218
|
+
export const ComponentsAvatarBorder2 = "#963715";
|
|
219
|
+
export const ComponentsAvatarBorder3 = "#795c00";
|
|
220
|
+
export const ComponentsAvatarBorder4 = "#cc1d1d";
|
|
221
|
+
export const ComponentsAvatarBorder5 = "#32504c";
|
|
222
|
+
export const ComponentsAvatarBorder6 = "#ab2d58";
|
|
223
|
+
export const ComponentsAvatarBorder7 = "#106f15";
|
|
224
|
+
export const ComponentsAvatarBorder8 = "#1f717d";
|
|
225
|
+
export const ComponentsAvatarBorder9 = "#5c6e1f";
|
|
226
|
+
export const ComponentsAvatarBorder10 = "#484848";
|
|
198
227
|
export const ComponentsButtonHighBackground = "#e75420";
|
|
228
|
+
export const ComponentsButtonHighIcon = "#ffffff";
|
|
199
229
|
export const ComponentsButtonHighBackgroundHover = "#bf451a";
|
|
200
230
|
export const ComponentsButtonHighText = "#ffffff";
|
|
201
|
-
export const ComponentsButtonHighTextHover = "#ffffff";
|
|
202
|
-
export const ComponentsButtonHighIcon = "#ffffff";
|
|
203
231
|
export const ComponentsButtonHighIconHover = "#ffffff";
|
|
232
|
+
export const ComponentsButtonHighTextHover = "#ffffff";
|
|
233
|
+
export const ComponentsButtonHighBorder = "#ffffff";
|
|
234
|
+
export const ComponentsButtonHighBorderHover = "#ffffff";
|
|
235
|
+
export const ComponentsButtonMediumIcon = "#e75420";
|
|
236
|
+
export const ComponentsButtonMediumBackground = "#ffffff";
|
|
237
|
+
export const ComponentsButtonMediumBackgroundHover = "#fceae3";
|
|
238
|
+
export const ComponentsButtonMediumText = "#e75420";
|
|
239
|
+
export const ComponentsButtonMediumBorder = "#e75420";
|
|
240
|
+
export const ComponentsButtonMediumBorderHover = "#bf451a";
|
|
241
|
+
export const ComponentsButtonMediumIconHover = "#bf451a";
|
|
242
|
+
export const ComponentsButtonMediumTextHover = "#bf451a";
|
|
243
|
+
export const ComponentsButtonLowIcon = "#e75420";
|
|
244
|
+
export const ComponentsButtonLowIconHover = "#bf451a";
|
|
245
|
+
export const ComponentsButtonLowText = "#e75420";
|
|
246
|
+
export const ComponentsButtonLowTextHover = "#bf451a";
|
|
204
247
|
export const ComponentsButtonLowBackground = "#ffffff";
|
|
248
|
+
export const ComponentsButtonLowBackgroundHover = "#fceae3";
|
|
205
249
|
export const ComponentsButtonLowBorder = "#ffffff";
|
|
206
250
|
export const ComponentsButtonLowBorderHover = "#ffffff";
|
|
207
|
-
export const ComponentsButtonLowBackgroundHover = "#fceae3";
|
|
208
|
-
export const ComponentsButtonLowText = "#e75420";
|
|
209
|
-
export const ComponentsButtonLowTextHover = "#bf451a";
|
|
210
|
-
export const ComponentsButtonLowIcon = "#e75420";
|
|
211
|
-
export const ComponentsButtonLowIconHover = "#bf451a";
|
|
212
251
|
export const ComponentsButtonLowerBackground = "#ffffff";
|
|
213
|
-
export const ComponentsButtonLowerBorder = "#ffffff";
|
|
214
|
-
export const ComponentsButtonLowerBorderHover = "#ffffff";
|
|
215
|
-
export const ComponentsButtonLowerBorder2 = "#ffffff";
|
|
216
|
-
export const ComponentsButtonLowerBorderHover2 = "#ffffff";
|
|
217
252
|
export const ComponentsButtonLowerBackgroundHover = "#a5a5a5";
|
|
218
253
|
export const ComponentsButtonLowerText = "#414141";
|
|
219
254
|
export const ComponentsButtonLowerTextHover = "#1d1d1d";
|
|
220
255
|
export const ComponentsButtonLowerIcon = "#414141";
|
|
221
256
|
export const ComponentsButtonLowerIconHover = "#1d1d1d";
|
|
222
|
-
export const
|
|
223
|
-
export const
|
|
224
|
-
export const
|
|
225
|
-
export const
|
|
226
|
-
export const
|
|
227
|
-
export const
|
|
228
|
-
export const
|
|
229
|
-
export const
|
|
230
|
-
export const
|
|
231
|
-
export const
|
|
232
|
-
export const
|
|
233
|
-
export const
|
|
234
|
-
export const ComponentsButtonMediumIcon = "#e75420";
|
|
235
|
-
export const ComponentsButtonMediumIconHover = "#bf451a";
|
|
236
|
-
export const ComponentsButtonMediumBorder = "#e75420";
|
|
237
|
-
export const ComponentsButtonMediumBorderHover = "#bf451a";
|
|
238
|
-
export const ComponentsFormOpacityDefault = "100px";
|
|
239
|
-
export const ComponentsFormOpacityDisabled = "50px";
|
|
240
|
-
export const ComponentsFormTextRequired = "#da2424";
|
|
241
|
-
export const ComponentsFormTextInfoIcon = "#6d6d6d";
|
|
242
|
-
export const ComponentsFormTextLabelDefault = "#1d1d1d";
|
|
243
|
-
export const ComponentsFormTextLabelDisabled = "#414141";
|
|
244
|
-
export const ComponentsFormTextDescriptionDefault = "#6d6d6d";
|
|
245
|
-
export const ComponentsFormTextDescriptionError = "#da2424";
|
|
257
|
+
export const ComponentsButtonLowerBorder = "#ffffff";
|
|
258
|
+
export const ComponentsButtonLowerBorderHover = "#ffffff";
|
|
259
|
+
export const ComponentsButtonLowerBorder2 = "#ffffff";
|
|
260
|
+
export const ComponentsButtonLowerBorderHover2 = "#ffffff";
|
|
261
|
+
export const ComponentsButtonGrasComplementaryBackground = "#bfbfbf";
|
|
262
|
+
export const ComponentsButtonGrasComplementaryBackgroundHover = "#919191";
|
|
263
|
+
export const ComponentsButtonGrasComplementaryText = "#000000";
|
|
264
|
+
export const ComponentsButtonGrasComplementaryTextHover = "#000000";
|
|
265
|
+
export const ComponentsButtonGrasComplementaryIcon = "#000000";
|
|
266
|
+
export const ComponentsButtonGrasComplementaryIconHover = "#000000";
|
|
267
|
+
export const ComponentsButtonGrasComplementaryBorder = "#ffffff";
|
|
268
|
+
export const ComponentsButtonGrasComplementaryBorderHover = "#ffffff";
|
|
246
269
|
export const ComponentsFormFieldBackgroundDefault = "#ffffff";
|
|
247
|
-
export const ComponentsFormFieldBackgroundFocus = "#ffffff";
|
|
248
|
-
export const ComponentsFormFieldBackgroundHover = "#fbfbfb";
|
|
249
270
|
export const ComponentsFormFieldBackgroundDisabled = "#f6f6f6";
|
|
271
|
+
export const ComponentsFormFieldBackgroundReadonly = "#fbfbfb";
|
|
250
272
|
export const ComponentsFormFieldBackgroundChecked = "#e75420";
|
|
251
273
|
export const ComponentsFormFieldBackgroundError = "#da2424";
|
|
252
|
-
export const
|
|
274
|
+
export const ComponentsFormFieldBackgroundHover = "#fbfbfb";
|
|
275
|
+
export const ComponentsFormFieldBackgroundFocus = "#ffffff";
|
|
253
276
|
export const ComponentsFormFieldBorderDefault = "#bfbfbf";
|
|
254
|
-
export const ComponentsFormFieldBorderDisabled = "#bfbfbf";
|
|
255
|
-
export const ComponentsFormFieldBorderHover = "#919191";
|
|
256
277
|
export const ComponentsFormFieldBorderFocus = "#e75420";
|
|
257
|
-
export const ComponentsFormFieldBorderError = "#da2424";
|
|
258
278
|
export const ComponentsFormFieldBorderSuccess = "#34ae3b";
|
|
279
|
+
export const ComponentsFormFieldBorderError = "#da2424";
|
|
280
|
+
export const ComponentsFormFieldBorderHover = "#919191";
|
|
259
281
|
export const ComponentsFormFieldBorderReadonly = "#e3e3e3";
|
|
282
|
+
export const ComponentsFormFieldBorderDisabled = "#bfbfbf";
|
|
260
283
|
export const ComponentsFormFieldContentPlaceholder = "#6d6d6d";
|
|
261
284
|
export const ComponentsFormFieldContentText = "#1d1d1d";
|
|
262
285
|
export const ComponentsFormFieldIconDefault = "#6d6d6d";
|
|
263
286
|
export const ComponentsFormFieldIconDisabled = "#bfbfbf";
|
|
264
287
|
export const ComponentsFormFieldIconError = "#da2424";
|
|
265
288
|
export const ComponentsFormFieldIconSuccess = "#34ae3b";
|
|
266
|
-
export const
|
|
267
|
-
export const
|
|
289
|
+
export const ComponentsFormTextInfoIcon = "#6d6d6d";
|
|
290
|
+
export const ComponentsFormTextLabelDefault = "#1d1d1d";
|
|
291
|
+
export const ComponentsFormTextLabelDisabled = "#414141";
|
|
292
|
+
export const ComponentsFormTextDescriptionDefault = "#6d6d6d";
|
|
293
|
+
export const ComponentsFormTextDescriptionError = "#da2424";
|
|
294
|
+
export const ComponentsFormTextRequired = "#da2424";
|
|
295
|
+
export const ComponentsFormShapeForegroundDefault = "#ffffff";
|
|
296
|
+
export const ComponentsFormShapeForegroundDisabled = "#bfbfbf";
|
|
297
|
+
export const ComponentsFormShapeForegroundDisabledError = "#da2424";
|
|
298
|
+
export const ComponentsFormShapeForegroundSwitchDot = "#bfbfbf";
|
|
268
299
|
export const ComponentsFormShapeBackgroundDisabled = "#ededed";
|
|
269
300
|
export const ComponentsFormShapeBackgroundSelected = "#e75420";
|
|
301
|
+
export const ComponentsFormShapeBackgroundDefault = "#ededed";
|
|
302
|
+
export const ComponentsFormShapeBackgroundHover = "#e3e3e3";
|
|
270
303
|
export const ComponentsFormShapeBackgroundError = "#da2424";
|
|
271
304
|
export const ComponentsFormShapeBorderDefault = "#bfbfbf";
|
|
272
305
|
export const ComponentsFormShapeBorderHover = "#919191";
|
|
273
306
|
export const ComponentsFormShapeBorderFocus = "#e75420";
|
|
274
307
|
export const ComponentsFormShapeBorderError = "#da2424";
|
|
275
308
|
export const ComponentsFormShapeBorderSuccess = "#34ae3b";
|
|
276
|
-
export const
|
|
277
|
-
export const
|
|
278
|
-
export const ComponentsFormShapeForegroundDisabled = "#bfbfbf";
|
|
279
|
-
export const ComponentsFormShapeForegroundDisabledError = "#da2424";
|
|
280
|
-
export const ComponentsListNativeBackground = "#565558";
|
|
281
|
-
export const ComponentsListNativeItemTitleContent = "#ffffff";
|
|
282
|
-
export const ComponentsListNativeSeparator = "#838086";
|
|
283
|
-
export const ComponentsListNativeBorder = "#767578";
|
|
284
|
-
export const ComponentsListNativeItemContentDisabled = "#ffffff";
|
|
285
|
-
export const ComponentsListNativeItemContentDefault = "#ffffff";
|
|
286
|
-
export const ComponentsListNativeItemContentHover = "#ffffff";
|
|
287
|
-
export const ComponentsListNativeItemBackgroundDefault = "#ffffff";
|
|
288
|
-
export const ComponentsListNativeItemBackgroundHover = "#4e7fdf";
|
|
289
|
-
export const ComponentsListNativeItemBackgroundDisabled = "#ffffff";
|
|
290
|
-
export const ComponentsListNativeItemBackgroundTitle = "#ffffff";
|
|
291
|
-
export const ComponentsListCustomBackground = "#ffffff";
|
|
292
|
-
export const ComponentsListCustomItemContentDefault = "#6d6d6d";
|
|
293
|
-
export const ComponentsListCustomItemContentHover = "#414141";
|
|
294
|
-
export const ComponentsListCustomItemContentDisabled = "#6d6d6d";
|
|
295
|
-
export const ComponentsListCustomItemBackgroundDefault = "#ffffff";
|
|
296
|
-
export const ComponentsListCustomItemBackgroundHover = "#a5a5a5";
|
|
297
|
-
export const ComponentsListCustomItemBackgroundDisabled = "#ffffff";
|
|
298
|
-
export const ComponentsListCustomItemBackgroundTitle = "#ffffff";
|
|
299
|
-
export const ComponentsListCustomItemTitleContent = "#6d6d6d";
|
|
300
|
-
export const ComponentsListCustomSeparator = "#e3e3e3";
|
|
301
|
-
export const ComponentsListCustomBorder = "#e3e3e3";
|
|
302
|
-
export const ComponentsLoaderWhiteBackground = "#ffffff";
|
|
303
|
-
export const ComponentsLoaderWhiteForeground = "#ffffff";
|
|
309
|
+
export const ComponentsFormOpacityDefault = "100px";
|
|
310
|
+
export const ComponentsFormOpacityDisabled = "50px";
|
|
304
311
|
export const ComponentsLoaderBrandBackground = "#fceae3";
|
|
305
312
|
export const ComponentsLoaderBrandForeground = "#e75420";
|
|
306
|
-
export const
|
|
307
|
-
export const
|
|
308
|
-
export const ComponentsButtonDestructiveMediumText = "#da2424";
|
|
309
|
-
export const ComponentsButtonDestructiveMediumTextHover = "#bb1919";
|
|
310
|
-
export const ComponentsButtonDestructiveMediumIcon = "#da2424";
|
|
311
|
-
export const ComponentsButtonDestructiveMediumIconHover = "#bb1919";
|
|
312
|
-
export const ComponentsButtonDestructiveMediumBorder = "#da2424";
|
|
313
|
-
export const ComponentsButtonDestructiveMediumBorderHover = "#bb1919";
|
|
314
|
-
export const ComponentsButtonDestructiveLowBackground = "#ffffff";
|
|
315
|
-
export const ComponentsButtonDestructiveLowBorder = "#ffffff";
|
|
316
|
-
export const ComponentsButtonDestructiveLowBorderHover = "#ffffff";
|
|
317
|
-
export const ComponentsButtonDestructiveLowBackgroundHover = "#ffeded";
|
|
318
|
-
export const ComponentsButtonDestructiveLowText = "#da2424";
|
|
319
|
-
export const ComponentsButtonDestructiveLowTextHover = "#bb1919";
|
|
320
|
-
export const ComponentsButtonDestructiveLowIcon = "#da2424";
|
|
321
|
-
export const ComponentsButtonDestructiveLowIconHover = "#bb1919";
|
|
322
|
-
export const ComponentsButtonDestructiveHighBackground = "#da2424";
|
|
323
|
-
export const ComponentsButtonDestructiveHighBackgroundHover = "#bb1919";
|
|
324
|
-
export const ComponentsButtonDestructiveHighText = "#ffffff";
|
|
325
|
-
export const ComponentsButtonDestructiveHighTextHover = "#ffffff";
|
|
326
|
-
export const ComponentsButtonDestructiveHighIcon = "#ffffff";
|
|
327
|
-
export const ComponentsButtonDestructiveHighIconHover = "#ffffff";
|
|
328
|
-
export const ComponentsButtonDestructiveLowerBackground = "#f6f6f6";
|
|
329
|
-
export const ComponentsButtonDestructiveLowerBackgroundHover = "#f6f6f6";
|
|
330
|
-
export const ComponentsButtonDestructiveLowerText = "#e3e3e3";
|
|
331
|
-
export const ComponentsButtonDestructiveLowerTextHover = "#e3e3e3";
|
|
332
|
-
export const ComponentsButtonDestructiveLowerIcon = "#e3e3e3";
|
|
333
|
-
export const ComponentsButtonDestructiveLowerIconHover = "#e3e3e3";
|
|
334
|
-
export const ComponentsButtonDestructiveLowerBorder = "#e3e3e3";
|
|
335
|
-
export const ComponentsButtonDestructiveLowerBorderHover = "#e3e3e3";
|
|
336
|
-
export const ComponentsTooltipShadow1 = "#000000";
|
|
337
|
-
export const ComponentsTooltipBackground = "#0e0e0e";
|
|
338
|
-
export const ComponentsTooltipBorder = "#0e0e0e";
|
|
339
|
-
export const ComponentsTooltipText = "#f6f6f6";
|
|
340
|
-
export const ComponentsTooltipSupportingText = "#919191";
|
|
313
|
+
export const ComponentsLoaderWhiteBackground = "#ffffff";
|
|
314
|
+
export const ComponentsLoaderWhiteForeground = "#ffffff";
|
|
341
315
|
export const ComponentsAlertInformationBackground = "#f0f6ff";
|
|
342
316
|
export const ComponentsAlertInformationIcon = "#2660c2";
|
|
343
317
|
export const ComponentsAlertInformationBorder = "#2660c2";
|
|
344
|
-
export const ComponentsAlertContentDescription = "#414141";
|
|
345
|
-
export const ComponentsAlertContentTitle = "#1d1d1d";
|
|
346
318
|
export const ComponentsAlertWarningBackground = "#fff7df";
|
|
347
|
-
export const ComponentsAlertWarningBorder = "#e0a917";
|
|
348
319
|
export const ComponentsAlertWarningIcon = "#e0a917";
|
|
320
|
+
export const ComponentsAlertWarningBorder = "#e0a917";
|
|
349
321
|
export const ComponentsAlertErrorBackground = "#ffeded";
|
|
350
322
|
export const ComponentsAlertErrorBorder = "#da2424";
|
|
351
323
|
export const ComponentsAlertErrorIcon = "#da2424";
|
|
@@ -355,37 +327,8 @@ export const ComponentsAlertSuccessIcon = "#34ae3b";
|
|
|
355
327
|
export const ComponentsAlertNeutralBackground = "#ededed";
|
|
356
328
|
export const ComponentsAlertNeutralBorder = "#6d6d6d";
|
|
357
329
|
export const ComponentsAlertNeutralIcon = "#6d6d6d";
|
|
358
|
-
export const
|
|
359
|
-
export const
|
|
360
|
-
export const ComponentsAvatarBackground3 = "#ffecb3";
|
|
361
|
-
export const ComponentsAvatarBackground4 = "#f9e3e3";
|
|
362
|
-
export const ComponentsAvatarBackground5 = "#d2e5e3";
|
|
363
|
-
export const ComponentsAvatarBackground6 = "#f2dfe6";
|
|
364
|
-
export const ComponentsAvatarBackground7 = "#e2f0e2";
|
|
365
|
-
export const ComponentsAvatarBackground8 = "#e4f0f2";
|
|
366
|
-
export const ComponentsAvatarBackground9 = "#f1f4e5";
|
|
367
|
-
export const ComponentsAvatarBackground10 = "#ededed";
|
|
368
|
-
export const ComponentsAvatarBorder1 = "#c66a15";
|
|
369
|
-
export const ComponentsAvatarBorder2 = "#963715";
|
|
370
|
-
export const ComponentsAvatarBorder3 = "#795c00";
|
|
371
|
-
export const ComponentsAvatarBorder4 = "#cc1d1d";
|
|
372
|
-
export const ComponentsAvatarBorder5 = "#32504c";
|
|
373
|
-
export const ComponentsAvatarBorder6 = "#ab2d58";
|
|
374
|
-
export const ComponentsAvatarBorder7 = "#106f15";
|
|
375
|
-
export const ComponentsAvatarBorder8 = "#1f717d";
|
|
376
|
-
export const ComponentsAvatarBorder9 = "#5c6e1f";
|
|
377
|
-
export const ComponentsAvatarBorder10 = "#484848";
|
|
378
|
-
export const ComponentsAvatarContent1 = "#c66a15";
|
|
379
|
-
export const ComponentsAvatarContent2 = "#963715";
|
|
380
|
-
export const ComponentsAvatarContent3 = "#795c00";
|
|
381
|
-
export const ComponentsAvatarContent4 = "#cc1d1d";
|
|
382
|
-
export const ComponentsAvatarContent5 = "#32504c";
|
|
383
|
-
export const ComponentsAvatarContent6 = "#ab2d58";
|
|
384
|
-
export const ComponentsAvatarContent7 = "#106f15";
|
|
385
|
-
export const ComponentsAvatarContent8 = "#1f717d";
|
|
386
|
-
export const ComponentsAvatarContent9 = "#5c6e1f";
|
|
387
|
-
export const ComponentsAvatarContent10 = "#484848";
|
|
388
|
-
export const ComponentsAvatarColorBackground1 = "#e2f0e2";
|
|
330
|
+
export const ComponentsAlertContentDescription = "#414141";
|
|
331
|
+
export const ComponentsAlertContentTitle = "#1d1d1d";
|
|
389
332
|
export const ComponentsNotificationInformationBackground = "#ffffff";
|
|
390
333
|
export const ComponentsNotificationInformationIcon = "#2660c2";
|
|
391
334
|
export const ComponentsNotificationInformationBorder = "#2660c2";
|
|
@@ -403,15 +346,67 @@ export const ComponentsNotificationSuccessIcon = "#34ae3b";
|
|
|
403
346
|
export const ComponentsNotificationNeutralBackground = "#ffffff";
|
|
404
347
|
export const ComponentsNotificationNeutralBorder = "#6d6d6d";
|
|
405
348
|
export const ComponentsNotificationNeutralIcon = "#6d6d6d";
|
|
349
|
+
export const ComponentsListNativeBackground = "#565558";
|
|
350
|
+
export const ComponentsListNativeItemBackgroundDefault = "#ffffff";
|
|
351
|
+
export const ComponentsListNativeItemBackgroundHover = "#4e7fdf";
|
|
352
|
+
export const ComponentsListNativeItemBackgroundDisabled = "#ffffff";
|
|
353
|
+
export const ComponentsListNativeItemBackgroundTitle = "#ffffff";
|
|
354
|
+
export const ComponentsListNativeItemContentDefault = "#ffffff";
|
|
355
|
+
export const ComponentsListNativeItemContentHover = "#ffffff";
|
|
356
|
+
export const ComponentsListNativeItemContentDisabled = "#ffffff";
|
|
357
|
+
export const ComponentsListNativeItemTitleContent = "#ffffff";
|
|
358
|
+
export const ComponentsListNativeSeparator = "#838086";
|
|
359
|
+
export const ComponentsListNativeBorder = "#767578";
|
|
360
|
+
export const ComponentsListCustomBackground = "#ffffff";
|
|
361
|
+
export const ComponentsListCustomItemContentDefault = "#6d6d6d";
|
|
362
|
+
export const ComponentsListCustomItemContentHover = "#414141";
|
|
363
|
+
export const ComponentsListCustomItemContentDisabled = "#6d6d6d";
|
|
364
|
+
export const ComponentsListCustomItemBackgroundDefault = "#ffffff";
|
|
365
|
+
export const ComponentsListCustomItemBackgroundHover = "#a5a5a5";
|
|
366
|
+
export const ComponentsListCustomItemBackgroundDisabled = "#ffffff";
|
|
367
|
+
export const ComponentsListCustomItemBackgroundTitle = "#ffffff";
|
|
368
|
+
export const ComponentsListCustomSeparator = "#e3e3e3";
|
|
369
|
+
export const ComponentsListCustomBorder = "#e3e3e3";
|
|
370
|
+
export const ComponentsListCustomItemTitleContent = "#6d6d6d";
|
|
371
|
+
export const ComponentsTooltipBackground = "#0e0e0e";
|
|
372
|
+
export const ComponentsTooltipText = "#f6f6f6";
|
|
373
|
+
export const ComponentsTooltipSupportingText = "#919191";
|
|
374
|
+
export const ComponentsTooltipBorder = "#0e0e0e";
|
|
406
375
|
export const ComponentsPopoverBackground = "#f6f6f6";
|
|
407
376
|
export const ComponentsPopoverBorder = "#e3e3e3";
|
|
408
377
|
export const ComponentsPopoverText = "#414141";
|
|
409
378
|
export const ComponentsPopoverSupportingText = "#6d6d6d";
|
|
410
|
-
export const ComponentsMenuContextualBackground = "#ffffff";
|
|
411
|
-
export const ComponentsMenuContextualBorder = "#e3e3e3";
|
|
412
379
|
export const ComponentsMenuContextualItemBackground = "#ffffff";
|
|
380
|
+
export const ComponentsMenuContextualItemContent = "#6d6d6d";
|
|
381
|
+
export const ComponentsMenuContextualItemContentHover = "#414141";
|
|
413
382
|
export const ComponentsMenuContextualItemBackgroundHover = "#a5a5a5";
|
|
414
383
|
export const ComponentsMenuContextualItemShortcut = "#a9a9a9";
|
|
415
|
-
export const ComponentsMenuContextualItemContent = "#6d6d6d";
|
|
416
384
|
export const ComponentsMenuContextualItemContentDisabled = "#a9a9a9";
|
|
417
|
-
export const
|
|
385
|
+
export const ComponentsMenuContextualBorder = "#e3e3e3";
|
|
386
|
+
export const ComponentsMenuContextualBackground = "#ffffff";
|
|
387
|
+
export const ShadowBlurBase1 = "3px";
|
|
388
|
+
export const ShadowBlurBase2 = "2px";
|
|
389
|
+
export const ShadowBlurMd1 = "4px";
|
|
390
|
+
export const ShadowBlurMd2 = "6px";
|
|
391
|
+
export const ShadowBlurLg1 = "6px";
|
|
392
|
+
export const ShadowBlurLg2 = "15px";
|
|
393
|
+
export const ShadowBlurXl1 = "10px";
|
|
394
|
+
export const ShadowBlurXl2 = "25px";
|
|
395
|
+
export const ShadowBlur2xl = "50px";
|
|
396
|
+
export const ShadowYAxisBase = "1px";
|
|
397
|
+
export const ShadowYAxisMd1 = "2px";
|
|
398
|
+
export const ShadowYAxisMd2 = "4px";
|
|
399
|
+
export const ShadowYAxisLg1 = "4px";
|
|
400
|
+
export const ShadowYAxisLg2 = "10px";
|
|
401
|
+
export const ShadowYAxisXl1 = "10px";
|
|
402
|
+
export const ShadowYAxisXl2 = "20px";
|
|
403
|
+
export const ShadowYAxis2xl = "25px";
|
|
404
|
+
export const ShadowYAxisNone = "0px";
|
|
405
|
+
export const ShadowSpreadLg1 = "-2px";
|
|
406
|
+
export const ShadowSpreadLg2 = "-3px";
|
|
407
|
+
export const ShadowSpreadXl = "-5px";
|
|
408
|
+
export const ShadowSpread2xl = "-12px";
|
|
409
|
+
export const ShadowColorOpacity0 = "#000000";
|
|
410
|
+
export const ShadowColorOpacity1 = "#0e0e0e";
|
|
411
|
+
export const ShadowColorOpacity2 = "#0e0e0e";
|
|
412
|
+
export const ShadowColorOpacity3 = "#0e0e0e";
|