@nova-design-system/nova-base 3.0.0-beta.30 → 3.0.0-beta.33
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/mccs.css +1378 -0
- package/dist/css/nova-utils.css +951 -73
- package/dist/css/ocean.css +453 -28446
- package/dist/css/spark.css +434 -28427
- package/dist/js/ocean_dark.d.ts +119 -124
- package/dist/js/ocean_dark.js +152 -157
- package/dist/js/ocean_light.d.ts +119 -124
- package/dist/js/ocean_light.js +143 -148
- package/dist/js/primitives.d.ts +0 -6
- package/dist/js/primitives.js +0 -6
- package/dist/js/spacings.d.ts +2 -0
- package/dist/js/spacings.js +3 -1
- package/dist/js/spark_dark.d.ts +108 -113
- package/dist/js/spark_dark.js +120 -125
- package/dist/js/spark_light.d.ts +108 -113
- package/dist/js/spark_light.js +108 -113
- package/dist/lib/cjs/generated/nova-tailwind-components.js +292 -0
- package/dist/lib/cjs/{nova-plugin.js → lib/nova-plugin.js} +30 -82
- package/dist/lib/cjs/{nova-safelist.js → lib/nova-safelist.js} +13 -5
- package/dist/lib/cjs/{nova-theme.js → lib/nova-theme.js} +14 -2
- package/dist/lib/generated/nova-tailwind-components.d.ts +288 -0
- package/dist/lib/generated/nova-tailwind-components.js +289 -0
- package/dist/lib/{nova-plugin.js → lib/nova-plugin.js} +12 -64
- package/dist/lib/{nova-safelist.d.ts → lib/nova-safelist.d.ts} +2 -2
- package/dist/lib/{nova-safelist.js → lib/nova-safelist.js} +14 -4
- package/dist/lib/{nova-theme.js → lib/nova-theme.js} +14 -2
- package/package.json +7 -2
- /package/dist/lib/cjs/{nova-tailwind-tokens.js → generated/nova-tailwind-tokens.js} +0 -0
- /package/dist/lib/cjs/{index.js → lib/index.js} +0 -0
- /package/dist/lib/{nova-tailwind-tokens.d.ts → generated/nova-tailwind-tokens.d.ts} +0 -0
- /package/dist/lib/{nova-tailwind-tokens.js → generated/nova-tailwind-tokens.js} +0 -0
- /package/dist/lib/{index.d.ts → lib/index.d.ts} +0 -0
- /package/dist/lib/{index.js → lib/index.js} +0 -0
- /package/dist/lib/{nova-plugin.d.ts → lib/nova-plugin.d.ts} +0 -0
- /package/dist/lib/{nova-theme.d.ts → lib/nova-theme.d.ts} +0 -0
package/dist/js/ocean_light.d.ts
CHANGED
|
@@ -2,94 +2,71 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const ColorInteractionBrandHighText : string;
|
|
38
|
-
export const ColorInteractionBrandHighTextHover : string;
|
|
39
|
-
export const ColorInteractionBrandHighIcon : string;
|
|
40
|
-
export const ColorInteractionBrandHighIconHover : string;
|
|
41
|
-
export const ColorInteractionBrandHighBorder : string;
|
|
42
|
-
export const ColorInteractionBrandHighBorderHover : string;
|
|
43
|
-
export const ColorInteractionNeutralBackground : string;
|
|
44
|
-
export const ColorInteractionNeutralBackgroundHover : string;
|
|
45
|
-
export const ColorInteractionNeutralText : string;
|
|
46
|
-
export const ColorInteractionNeutralTextHover : string;
|
|
47
|
-
export const ColorInteractionNeutralIcon : string;
|
|
48
|
-
export const ColorInteractionNeutralIconHover : string;
|
|
49
|
-
export const ColorInteractionNeutralBorder : string;
|
|
50
|
-
export const ColorInteractionNeutralBorderHover : string;
|
|
51
|
-
export const ColorInteractionLinkInlineText : string;
|
|
52
|
-
export const ColorInteractionLinkInlineTextHover : string;
|
|
53
|
-
export const ColorInteractionLinkInlineIcon : string;
|
|
54
|
-
export const ColorInteractionLinkInlineIconHover : string;
|
|
55
|
-
export const ColorInteractionLinkStandaloneText : string;
|
|
56
|
-
export const ColorInteractionLinkStandaloneTextHover : string;
|
|
57
|
-
export const ColorInteractionLinkStandaloneIcon : string;
|
|
58
|
-
export const ColorInteractionLinkStandaloneIconHover : string;
|
|
59
|
-
export const ColorInteractionLinkTableText : string;
|
|
60
|
-
export const ColorInteractionLinkTableTextHover : string;
|
|
61
|
-
export const ColorInteractionLinkTableIcon : string;
|
|
62
|
-
export const ColorInteractionLinkTableIconHover : string;
|
|
63
|
-
export const ColorWhite : string;
|
|
5
|
+
export const ColorInteractionContainerBrandedLowBackground : string;
|
|
6
|
+
export const ColorInteractionContainerBrandedLowBackgroundHover : string;
|
|
7
|
+
export const ColorInteractionContainerBrandedLowText : string;
|
|
8
|
+
export const ColorInteractionContainerBrandedLowTextHover : string;
|
|
9
|
+
export const ColorInteractionContainerBrandedLowIcon : string;
|
|
10
|
+
export const ColorInteractionContainerBrandedLowIconHover : string;
|
|
11
|
+
export const ColorInteractionContainerBrandedLowBorder : string;
|
|
12
|
+
export const ColorInteractionContainerBrandedLowBorderHover : string;
|
|
13
|
+
export const ColorInteractionContainerBrandedHighBackground : string;
|
|
14
|
+
export const ColorInteractionContainerBrandedHighBackgroundHover : string;
|
|
15
|
+
export const ColorInteractionContainerBrandedHighText : string;
|
|
16
|
+
export const ColorInteractionContainerBrandedHighTextHover : string;
|
|
17
|
+
export const ColorInteractionContainerBrandedHighIcon : string;
|
|
18
|
+
export const ColorInteractionContainerBrandedHighIconHover : string;
|
|
19
|
+
export const ColorInteractionContainerBrandedHighBorder : string;
|
|
20
|
+
export const ColorInteractionContainerBrandedHighBorderHover : string;
|
|
21
|
+
export const ColorInteractionContainerNeutralBackground : string;
|
|
22
|
+
export const ColorInteractionContainerNeutralBackgroundHover : string;
|
|
23
|
+
export const ColorInteractionContainerNeutralText : string;
|
|
24
|
+
export const ColorInteractionContainerNeutralTextHover : string;
|
|
25
|
+
export const ColorInteractionContainerNeutralIcon : string;
|
|
26
|
+
export const ColorInteractionContainerNeutralIconHover : string;
|
|
27
|
+
export const ColorInteractionContainerNeutralBorder : string;
|
|
28
|
+
export const ColorInteractionContainerNeutralBorderHover : string;
|
|
29
|
+
export const ColorInteractionLinkHighText : string;
|
|
30
|
+
export const ColorInteractionLinkHighTextHover : string;
|
|
31
|
+
export const ColorInteractionLinkHighIcon : string;
|
|
32
|
+
export const ColorInteractionLinkHighIconHover : string;
|
|
33
|
+
export const ColorInteractionLinkLowText : string;
|
|
34
|
+
export const ColorInteractionLinkLowTextHover : string;
|
|
35
|
+
export const ColorInteractionLinkLowIcon : string;
|
|
36
|
+
export const ColorInteractionLinkLowIconHover : string;
|
|
64
37
|
export const ColorBlack : string;
|
|
65
|
-
export const
|
|
66
|
-
export const
|
|
67
|
-
export const
|
|
68
|
-
export const
|
|
69
|
-
export const
|
|
70
|
-
export const
|
|
71
|
-
export const
|
|
72
|
-
export const
|
|
73
|
-
export const
|
|
74
|
-
export const
|
|
75
|
-
export const
|
|
76
|
-
export const
|
|
77
|
-
export const
|
|
78
|
-
export const
|
|
79
|
-
export const
|
|
80
|
-
export const
|
|
81
|
-
export const
|
|
82
|
-
export const
|
|
83
|
-
export const
|
|
84
|
-
export const
|
|
85
|
-
export const
|
|
86
|
-
export const
|
|
87
|
-
export const
|
|
88
|
-
export const
|
|
89
|
-
export const
|
|
90
|
-
export const
|
|
91
|
-
export const
|
|
92
|
-
export const
|
|
38
|
+
export const ColorLevel10Background : string;
|
|
39
|
+
export const ColorLevel20Background : string;
|
|
40
|
+
export const ColorLevel30Background : string;
|
|
41
|
+
export const ColorLevel40Background : string;
|
|
42
|
+
export const ColorLevel00Background : string;
|
|
43
|
+
export const ColorLevel05Background : string;
|
|
44
|
+
export const ColorContentHighBorder : string;
|
|
45
|
+
export const ColorContentHighText : string;
|
|
46
|
+
export const ColorContentHighIcon : string;
|
|
47
|
+
export const ColorContentMediumBorder : string;
|
|
48
|
+
export const ColorContentMediumText : string;
|
|
49
|
+
export const ColorContentMediumIcon : string;
|
|
50
|
+
export const ColorContentLowBorder : string;
|
|
51
|
+
export const ColorContentLowText : string;
|
|
52
|
+
export const ColorContentLowIcon : string;
|
|
53
|
+
export const ColorContentLowerText : string;
|
|
54
|
+
export const ColorContentInvertedHighText : string;
|
|
55
|
+
export const ColorContentInvertedHighIcon : string;
|
|
56
|
+
export const ColorContentInvertedMediumText : string;
|
|
57
|
+
export const ColorContentInvertedMediumIcon : string;
|
|
58
|
+
export const ColorContentInvertedLowText : string;
|
|
59
|
+
export const ColorContentInvertedLowIcon : string;
|
|
60
|
+
export const ColorAccent50 : string;
|
|
61
|
+
export const ColorAccent100 : string;
|
|
62
|
+
export const ColorAccent200 : string;
|
|
63
|
+
export const ColorAccent300 : string;
|
|
64
|
+
export const ColorAccent400 : string;
|
|
65
|
+
export const ColorAccent500 : string;
|
|
66
|
+
export const ColorAccent600 : string;
|
|
67
|
+
export const ColorAccent700 : string;
|
|
68
|
+
export const ColorAccent800 : string;
|
|
69
|
+
export const ColorAccent900 : string;
|
|
93
70
|
export const ColorChart1 : string;
|
|
94
71
|
export const ColorChart2 : string;
|
|
95
72
|
export const ColorChart3 : string;
|
|
@@ -102,67 +79,87 @@ export const ColorChart9 : string;
|
|
|
102
79
|
export const ColorChart10 : string;
|
|
103
80
|
export const ColorFeedbackInformationHighBackground : string;
|
|
104
81
|
export const ColorFeedbackInformationHighBorder : string;
|
|
105
|
-
export const
|
|
82
|
+
export const ColorFeedbackInformationHighIcon : string;
|
|
83
|
+
export const ColorFeedbackInformationHighText : string;
|
|
106
84
|
export const ColorFeedbackInformationLowBackground : string;
|
|
107
85
|
export const ColorFeedbackInformationLowBorder : string;
|
|
108
|
-
export const
|
|
86
|
+
export const ColorFeedbackInformationLowIcon : string;
|
|
87
|
+
export const ColorFeedbackInformationLowText : string;
|
|
109
88
|
export const ColorFeedbackErrorHighBackground : string;
|
|
110
89
|
export const ColorFeedbackErrorHighBorder : string;
|
|
111
|
-
export const
|
|
90
|
+
export const ColorFeedbackErrorHighIcon : string;
|
|
91
|
+
export const ColorFeedbackErrorHighText : string;
|
|
112
92
|
export const ColorFeedbackErrorLowBackground : string;
|
|
113
93
|
export const ColorFeedbackErrorLowBorder : string;
|
|
114
|
-
export const
|
|
94
|
+
export const ColorFeedbackErrorLowIcon : string;
|
|
95
|
+
export const ColorFeedbackErrorLowText : string;
|
|
115
96
|
export const ColorFeedbackNeutralHighBackground : string;
|
|
116
97
|
export const ColorFeedbackNeutralHighBorder : string;
|
|
117
|
-
export const
|
|
98
|
+
export const ColorFeedbackNeutralHighIcon : string;
|
|
99
|
+
export const ColorFeedbackNeutralHighText : string;
|
|
118
100
|
export const ColorFeedbackNeutralLowBackground : string;
|
|
119
101
|
export const ColorFeedbackNeutralLowBorder : string;
|
|
120
|
-
export const
|
|
102
|
+
export const ColorFeedbackNeutralLowIcon : string;
|
|
103
|
+
export const ColorFeedbackNeutralLowText : string;
|
|
121
104
|
export const ColorFeedbackWarningHighBackground : string;
|
|
122
105
|
export const ColorFeedbackWarningHighBorder : string;
|
|
123
|
-
export const
|
|
106
|
+
export const ColorFeedbackWarningHighIcon : string;
|
|
107
|
+
export const ColorFeedbackWarningHighText : string;
|
|
124
108
|
export const ColorFeedbackWarningLowBackground : string;
|
|
125
109
|
export const ColorFeedbackWarningLowBorder : string;
|
|
126
|
-
export const
|
|
110
|
+
export const ColorFeedbackWarningLowIcon : string;
|
|
111
|
+
export const ColorFeedbackWarningLowText : string;
|
|
127
112
|
export const ColorFeedbackSuccessHighBackground : string;
|
|
128
113
|
export const ColorFeedbackSuccessHighBorder : string;
|
|
129
|
-
export const
|
|
114
|
+
export const ColorFeedbackSuccessHighIcon : string;
|
|
115
|
+
export const ColorFeedbackSuccessHighText : string;
|
|
130
116
|
export const ColorFeedbackSuccessLowBackground : string;
|
|
131
117
|
export const ColorFeedbackSuccessLowBorder : string;
|
|
132
|
-
export const
|
|
118
|
+
export const ColorFeedbackSuccessLowIcon : string;
|
|
119
|
+
export const ColorFeedbackSuccessLowText : string;
|
|
133
120
|
export const ColorFocusBrand : string;
|
|
134
121
|
export const ColorFocusDestructive : string;
|
|
135
122
|
export const ColorFocusSuccess : string;
|
|
136
123
|
export const ColorRainbow1Background : string;
|
|
137
124
|
export const ColorRainbow1Border : string;
|
|
138
|
-
export const
|
|
125
|
+
export const ColorRainbow1Icon : string;
|
|
126
|
+
export const ColorRainbow1Text : string;
|
|
139
127
|
export const ColorRainbow2Background : string;
|
|
140
128
|
export const ColorRainbow2Border : string;
|
|
141
|
-
export const
|
|
129
|
+
export const ColorRainbow2Icon : string;
|
|
130
|
+
export const ColorRainbow2Text : string;
|
|
142
131
|
export const ColorRainbow3Background : string;
|
|
143
132
|
export const ColorRainbow3Border : string;
|
|
144
|
-
export const
|
|
133
|
+
export const ColorRainbow3Icon : string;
|
|
134
|
+
export const ColorRainbow3Text : string;
|
|
145
135
|
export const ColorRainbow4Background : string;
|
|
146
136
|
export const ColorRainbow4Border : string;
|
|
147
|
-
export const
|
|
137
|
+
export const ColorRainbow4Icon : string;
|
|
138
|
+
export const ColorRainbow4Text : string;
|
|
148
139
|
export const ColorRainbow5Background : string;
|
|
149
140
|
export const ColorRainbow5Border : string;
|
|
150
|
-
export const
|
|
141
|
+
export const ColorRainbow5Icon : string;
|
|
142
|
+
export const ColorRainbow5Text : string;
|
|
151
143
|
export const ColorRainbow6Background : string;
|
|
152
144
|
export const ColorRainbow6Border : string;
|
|
153
|
-
export const
|
|
145
|
+
export const ColorRainbow6Icon : string;
|
|
146
|
+
export const ColorRainbow6Text : string;
|
|
154
147
|
export const ColorRainbow7Background : string;
|
|
155
148
|
export const ColorRainbow7Border : string;
|
|
156
|
-
export const
|
|
149
|
+
export const ColorRainbow7Icon : string;
|
|
150
|
+
export const ColorRainbow7Text : string;
|
|
157
151
|
export const ColorRainbow8Background : string;
|
|
158
152
|
export const ColorRainbow8Border : string;
|
|
159
|
-
export const
|
|
153
|
+
export const ColorRainbow8Icon : string;
|
|
154
|
+
export const ColorRainbow8Text : string;
|
|
160
155
|
export const ColorRainbow9Background : string;
|
|
161
156
|
export const ColorRainbow9Border : string;
|
|
162
|
-
export const
|
|
157
|
+
export const ColorRainbow9Icon : string;
|
|
158
|
+
export const ColorRainbow9Text : string;
|
|
163
159
|
export const ColorRainbow10Background : string;
|
|
164
160
|
export const ColorRainbow10Border : string;
|
|
165
|
-
export const
|
|
161
|
+
export const ColorRainbow10Icon : string;
|
|
162
|
+
export const ColorRainbow10Text : string;
|
|
166
163
|
export const ColorDontUseBorder : string;
|
|
167
164
|
export const ColorDontUseContent : string;
|
|
168
165
|
export const ColorDontUseBackground : string;
|
|
@@ -193,6 +190,14 @@ export const ShadowYAxisXl1 : string;
|
|
|
193
190
|
export const ShadowYAxisXl2 : string;
|
|
194
191
|
export const ShadowYAxis2xl : string;
|
|
195
192
|
export const ComponentsWpfComponents2 : string;
|
|
193
|
+
export const ComponentsButtonMediumBackground : string;
|
|
194
|
+
export const ComponentsButtonMediumBackgroundHover : string;
|
|
195
|
+
export const ComponentsButtonMediumText : string;
|
|
196
|
+
export const ComponentsButtonMediumTextHover : string;
|
|
197
|
+
export const ComponentsButtonMediumIcon : string;
|
|
198
|
+
export const ComponentsButtonMediumIconHover : string;
|
|
199
|
+
export const ComponentsButtonMediumBorder : string;
|
|
200
|
+
export const ComponentsButtonMediumBorderHover : string;
|
|
196
201
|
export const ComponentsButtonHighBorder : string;
|
|
197
202
|
export const ComponentsButtonHighBorderHover : string;
|
|
198
203
|
export const ComponentsButtonHighBackground : string;
|
|
@@ -202,13 +207,13 @@ export const ComponentsButtonHighTextHover : string;
|
|
|
202
207
|
export const ComponentsButtonHighIcon : string;
|
|
203
208
|
export const ComponentsButtonHighIconHover : string;
|
|
204
209
|
export const ComponentsButtonLowBackground : string;
|
|
210
|
+
export const ComponentsButtonLowBorder : string;
|
|
211
|
+
export const ComponentsButtonLowBorderHover : string;
|
|
205
212
|
export const ComponentsButtonLowBackgroundHover : string;
|
|
206
213
|
export const ComponentsButtonLowText : string;
|
|
207
214
|
export const ComponentsButtonLowTextHover : string;
|
|
208
215
|
export const ComponentsButtonLowIcon : string;
|
|
209
216
|
export const ComponentsButtonLowIconHover : string;
|
|
210
|
-
export const ComponentsButtonLowBorder : string;
|
|
211
|
-
export const ComponentsButtonLowBorderHover : string;
|
|
212
217
|
export const ComponentsButtonLowerBorder : string;
|
|
213
218
|
export const ComponentsButtonLowerBorderHover : string;
|
|
214
219
|
export const ComponentsButtonLowerBorder2 : string;
|
|
@@ -227,14 +232,6 @@ export const ComponentsButtonGrAsComplementaryText : string;
|
|
|
227
232
|
export const ComponentsButtonGrAsComplementaryTextHover : string;
|
|
228
233
|
export const ComponentsButtonGrAsComplementaryIcon : string;
|
|
229
234
|
export const ComponentsButtonGrAsComplementaryIconHover : string;
|
|
230
|
-
export const ComponentsButtonMediumBackground : string;
|
|
231
|
-
export const ComponentsButtonMediumBackgroundHover : string;
|
|
232
|
-
export const ComponentsButtonMediumText : string;
|
|
233
|
-
export const ComponentsButtonMediumTextHover : string;
|
|
234
|
-
export const ComponentsButtonMediumIcon : string;
|
|
235
|
-
export const ComponentsButtonMediumIconHover : string;
|
|
236
|
-
export const ComponentsButtonMediumBorder : string;
|
|
237
|
-
export const ComponentsButtonMediumBorderHover : string;
|
|
238
235
|
export const ComponentsFormOpacityDefault : string;
|
|
239
236
|
export const ComponentsFormOpacityDisabled : string;
|
|
240
237
|
export const ComponentsFormTextRequired : string;
|
|
@@ -312,9 +309,9 @@ export const ComponentsButtonDestructiveMediumIconHover : string;
|
|
|
312
309
|
export const ComponentsButtonDestructiveMediumBorder : string;
|
|
313
310
|
export const ComponentsButtonDestructiveMediumBorderHover : string;
|
|
314
311
|
export const ComponentsButtonDestructiveLowBackground : string;
|
|
315
|
-
export const ComponentsButtonDestructiveLowBackgroundHover : string;
|
|
316
312
|
export const ComponentsButtonDestructiveLowBorder : string;
|
|
317
313
|
export const ComponentsButtonDestructiveLowBorderHover : string;
|
|
314
|
+
export const ComponentsButtonDestructiveLowBackgroundHover : string;
|
|
318
315
|
export const ComponentsButtonDestructiveLowText : string;
|
|
319
316
|
export const ComponentsButtonDestructiveLowTextHover : string;
|
|
320
317
|
export const ComponentsButtonDestructiveLowIcon : string;
|
|
@@ -333,11 +330,6 @@ export const ComponentsButtonDestructiveLowerIcon : string;
|
|
|
333
330
|
export const ComponentsButtonDestructiveLowerIconHover : string;
|
|
334
331
|
export const ComponentsButtonDestructiveLowerBorder : string;
|
|
335
332
|
export const ComponentsButtonDestructiveLowerBorderHover : string;
|
|
336
|
-
export const ComponentsTooltipShadow1 : string;
|
|
337
|
-
export const ComponentsTooltipBackground : string;
|
|
338
|
-
export const ComponentsTooltipBorder : string;
|
|
339
|
-
export const ComponentsTooltipText : string;
|
|
340
|
-
export const ComponentsTooltipSupportingText : string;
|
|
341
333
|
export const ComponentsAlertInformationBackground : string;
|
|
342
334
|
export const ComponentsAlertInformationIcon : string;
|
|
343
335
|
export const ComponentsAlertInformationBorder : string;
|
|
@@ -385,7 +377,6 @@ export const ComponentsAvatarContent7 : string;
|
|
|
385
377
|
export const ComponentsAvatarContent8 : string;
|
|
386
378
|
export const ComponentsAvatarContent9 : string;
|
|
387
379
|
export const ComponentsAvatarContent10 : string;
|
|
388
|
-
export const ComponentsAvatarColorBackground1 : string;
|
|
389
380
|
export const ComponentsNotificationInformationBackground : string;
|
|
390
381
|
export const ComponentsNotificationInformationIcon : string;
|
|
391
382
|
export const ComponentsNotificationInformationBorder : string;
|
|
@@ -407,6 +398,10 @@ export const ComponentsPopoverBackground : string;
|
|
|
407
398
|
export const ComponentsPopoverBorder : string;
|
|
408
399
|
export const ComponentsPopoverText : string;
|
|
409
400
|
export const ComponentsPopoverSupportingText : string;
|
|
401
|
+
export const ComponentsTooltipBackground : string;
|
|
402
|
+
export const ComponentsTooltipBorder : string;
|
|
403
|
+
export const ComponentsTooltipText : string;
|
|
404
|
+
export const ComponentsTooltipSupportingText : string;
|
|
410
405
|
export const ComponentsMenuContextualBackground : string;
|
|
411
406
|
export const ComponentsMenuContextualBorder : string;
|
|
412
407
|
export const ComponentsMenuContextualItemBackground : string;
|