wave-ui 3.10.0 → 3.11.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.
Files changed (103) hide show
  1. package/dist/types/$waveui.d.ts +29 -0
  2. package/dist/types/$waveui.js +2 -0
  3. package/dist/types/colors.d.ts +503 -0
  4. package/dist/types/colors.js +2 -0
  5. package/dist/types/components/WAccordion.d.ts +226 -0
  6. package/dist/types/components/WAccordion.js +2 -0
  7. package/dist/types/components/WAlert.d.ts +225 -0
  8. package/dist/types/components/WAlert.js +2 -0
  9. package/dist/types/components/WApp.d.ts +84 -0
  10. package/dist/types/components/WApp.js +2 -0
  11. package/dist/types/components/WBadge.d.ts +194 -0
  12. package/dist/types/components/WBadge.js +2 -0
  13. package/dist/types/components/WBreadcrumbs.d.ts +129 -0
  14. package/dist/types/components/WBreadcrumbs.js +2 -0
  15. package/dist/types/components/WButton.d.ts +218 -0
  16. package/dist/types/components/WButton.js +2 -0
  17. package/dist/types/components/WCard.d.ts +140 -0
  18. package/dist/types/components/WCard.js +2 -0
  19. package/dist/types/components/WCheckbox.d.ts +132 -0
  20. package/dist/types/components/WCheckbox.js +2 -0
  21. package/dist/types/components/WCheckboxes.d.ts +141 -0
  22. package/dist/types/components/WCheckboxes.js +2 -0
  23. package/dist/types/components/WConfirm.d.ts +250 -0
  24. package/dist/types/components/WConfirm.js +2 -0
  25. package/dist/types/components/WDialog.d.ts +189 -0
  26. package/dist/types/components/WDialog.js +2 -0
  27. package/dist/types/components/WDivider.d.ts +49 -0
  28. package/dist/types/components/WDivider.js +2 -0
  29. package/dist/types/components/WDrawer.d.ts +249 -0
  30. package/dist/types/components/WDrawer.js +2 -0
  31. package/dist/types/components/WFlex.d.ts +137 -0
  32. package/dist/types/components/WFlex.js +2 -0
  33. package/dist/types/components/WForm.d.ts +165 -0
  34. package/dist/types/components/WForm.js +2 -0
  35. package/dist/types/components/WFormElement.d.ts +112 -0
  36. package/dist/types/components/WFormElement.js +2 -0
  37. package/dist/types/components/WGrid.d.ts +51 -0
  38. package/dist/types/components/WGrid.js +2 -0
  39. package/dist/types/components/WIcon.d.ts +167 -0
  40. package/dist/types/components/WIcon.js +2 -0
  41. package/dist/types/components/WImage.d.ts +172 -0
  42. package/dist/types/components/WImage.js +2 -0
  43. package/dist/types/components/WInput.d.ts +338 -0
  44. package/dist/types/components/WInput.js +2 -0
  45. package/dist/types/components/WList.d.ts +336 -0
  46. package/dist/types/components/WList.js +2 -0
  47. package/dist/types/components/WMenu.d.ts +250 -0
  48. package/dist/types/components/WMenu.js +2 -0
  49. package/dist/types/components/WNotification.d.ts +283 -0
  50. package/dist/types/components/WNotification.js +2 -0
  51. package/dist/types/components/WNotificationManager.d.ts +33 -0
  52. package/dist/types/components/WNotificationManager.js +2 -0
  53. package/dist/types/components/WOverlay.d.ts +118 -0
  54. package/dist/types/components/WOverlay.js +2 -0
  55. package/dist/types/components/WProgress.d.ts +177 -0
  56. package/dist/types/components/WProgress.js +2 -0
  57. package/dist/types/components/WRadio.d.ts +121 -0
  58. package/dist/types/components/WRadio.js +2 -0
  59. package/dist/types/components/WRadios.d.ts +129 -0
  60. package/dist/types/components/WRadios.js +2 -0
  61. package/dist/types/components/WRating.d.ts +176 -0
  62. package/dist/types/components/WRating.js +2 -0
  63. package/dist/types/components/WSelect.d.ts +371 -0
  64. package/dist/types/components/WSelect.js +2 -0
  65. package/dist/types/components/WSlider.d.ts +263 -0
  66. package/dist/types/components/WSlider.js +2 -0
  67. package/dist/types/components/WSpinner.d.ts +101 -0
  68. package/dist/types/components/WSpinner.js +2 -0
  69. package/dist/types/components/WSteps.d.ts +29 -0
  70. package/dist/types/components/WSteps.js +2 -0
  71. package/dist/types/components/WSwitch.d.ts +132 -0
  72. package/dist/types/components/WSwitch.js +2 -0
  73. package/dist/types/components/WTable.d.ts +406 -0
  74. package/dist/types/components/WTable.js +2 -0
  75. package/dist/types/components/WTabs.d.ts +301 -0
  76. package/dist/types/components/WTabs.js +2 -0
  77. package/dist/types/components/WTag.d.ts +160 -0
  78. package/dist/types/components/WTag.js +2 -0
  79. package/dist/types/components/WTextarea.d.ts +243 -0
  80. package/dist/types/components/WTextarea.js +2 -0
  81. package/dist/types/components/WTimeline.d.ts +102 -0
  82. package/dist/types/components/WTimeline.js +2 -0
  83. package/dist/types/components/WToolbar.d.ts +134 -0
  84. package/dist/types/components/WToolbar.js +2 -0
  85. package/dist/types/components/WTooltip.d.ts +170 -0
  86. package/dist/types/components/WTooltip.js +2 -0
  87. package/dist/types/components/WTree.d.ts +359 -0
  88. package/dist/types/components/WTree.js +2 -0
  89. package/dist/types/components/index.d.ts +42 -0
  90. package/dist/types/components/index.js +2 -0
  91. package/dist/types/extra-vue-types.d.ts +8 -0
  92. package/dist/types/extra-vue-types.js +2 -0
  93. package/dist/types/index.d.ts +5 -0
  94. package/dist/types/index.js +4 -0
  95. package/dist/types/plugin.d.ts +19 -0
  96. package/dist/types/plugin.js +2 -0
  97. package/dist/wave-ui.cjs.js +1 -1
  98. package/dist/wave-ui.es.js +405 -382
  99. package/dist/wave-ui.umd.js +1 -1
  100. package/package.json +16 -10
  101. package/src/wave-ui/components/transitions/w-transition-expand.vue +2 -4
  102. package/src/wave-ui/components/w-parallax.vue +0 -1
  103. package/src/wave-ui/index.d.ts +21 -0
@@ -0,0 +1,29 @@
1
+ import { WaveAlertProps } from './components/WAlert';
2
+ export type WaveNotificationType = 'info' | 'success' | 'warning' | 'error';
3
+ export interface $waveui {
4
+ breakpoint: {
5
+ name: string;
6
+ xs: boolean;
7
+ sm: boolean;
8
+ md: boolean;
9
+ lg: boolean;
10
+ xl: boolean;
11
+ width: number | null;
12
+ };
13
+ config: {};
14
+ colors: {};
15
+ preferredTheme: null;
16
+ theme: null;
17
+ _notificationManager: null;
18
+ /**
19
+ * @param {string} message
20
+ * @param {NotificationType} type Defaults to 'info'
21
+ * @param {number} timeout Time to live. Defaults to 4000. 0 is permanently.
22
+ */
23
+ notify(message: string, type?: WaveNotificationType, timeout?: number): void;
24
+ notify(options: {
25
+ message: string;
26
+ timeout: number;
27
+ } & WaveAlertProps): void;
28
+ switchTheme(theme: string, skipFlatten: boolean): void;
29
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,503 @@
1
+ export type WaveStatusColors = 'primary' | 'success' | 'error' | 'warning' | 'info';
2
+ export type WaveColorShades = 'black' | 'white' | 'transparent' | 'inherit' | 'primary-light3' | 'primary-light2' | 'primary-light1' | 'primary-dark1' | 'primary-dark2' | 'primary-dark3' | 'success-light3' | 'success-light2' | 'success-light1' | 'success-dark1' | 'success-dark2' | 'success-dark3' | 'error-light3' | 'error-light2' | 'error-light1' | 'error-dark1' | 'error-dark2' | 'error-dark3' | 'warning-light3' | 'warning-light2' | 'warning-light1' | 'warning-dark1' | 'warning-dark2' | 'warning-dark3' | 'info-light3' | 'info-light2' | 'info-light1' | 'info-dark1' | 'info-dark2' | 'info-dark3' |
3
+ /** #fdebf1 */
4
+ 'pink-light6' |
5
+ /** #faccdc */
6
+ 'pink-light5' |
7
+ /** #f7adc6 */
8
+ 'pink-light4' |
9
+ /** #f48eb1 */
10
+ 'pink-light3' |
11
+ /** #f16f9b */
12
+ 'pink-light2' |
13
+ /** #ee5085 */
14
+ 'pink-light1' |
15
+ /** #e91e63 */
16
+ 'pink' |
17
+ /** #d31555 */
18
+ 'pink-dark1' |
19
+ /** #b6124a */
20
+ 'pink-dark2' |
21
+ /** #990f3e */
22
+ 'pink-dark3' |
23
+ /** #7c0c32 */
24
+ 'pink-dark4' |
25
+ /** #600927 */
26
+ 'pink-dark5' |
27
+ /** #43071b */
28
+ 'pink-dark6' |
29
+ /** #f9f2fa */
30
+ 'purple-light6' |
31
+ /** #eed9f2 */
32
+ 'purple-light5' |
33
+ /** #e3c1e9 */
34
+ 'purple-light4' |
35
+ /** #d8a8e1 */
36
+ 'purple-light3' |
37
+ /** #cd90d8 */
38
+ 'purple-light2' |
39
+ /** #c277cf */
40
+ 'purple-light1' |
41
+ /** #a741b9 */
42
+ 'purple' |
43
+ /** #9239a2 */
44
+ 'purple-dark1' |
45
+ /** #7d318a */
46
+ 'purple-dark2' |
47
+ /** #682873 */
48
+ 'purple-dark3' |
49
+ /** #53205b */
50
+ 'purple-dark4' |
51
+ /** #3d1844 */
52
+ 'purple-dark5' |
53
+ /** #28102d */
54
+ 'purple-dark6' |
55
+ /** #f1edf9 */
56
+ 'deep-purple-light6' |
57
+ /** #daceef */
58
+ 'deep-purple-light5' |
59
+ /** #c2afe6 */
60
+ 'deep-purple-light4' |
61
+ /** #ab90dc */
62
+ 'deep-purple-light3' |
63
+ /** #9471d2 */
64
+ 'deep-purple-light2' |
65
+ /** #7c52c8 */
66
+ 'deep-purple-light1' |
67
+ /** #673ab7 */
68
+ 'deep-purple' |
69
+ /** #5b33a1 */
70
+ 'deep-purple-dark1' |
71
+ /** #4e2c8b */
72
+ 'deep-purple-dark2' |
73
+ /** #422575 */
74
+ 'deep-purple-dark3' |
75
+ /** #351e5f */
76
+ 'deep-purple-dark4' |
77
+ /** #291749 */
78
+ 'deep-purple-dark5' |
79
+ /** #1c1033 */
80
+ 'deep-purple-dark6' |
81
+ /** #eff1fa */
82
+ 'indigo-light6' |
83
+ /** #d1d6ef */
84
+ 'indigo-light5' |
85
+ /** #b3bae4 */
86
+ 'indigo-light4' |
87
+ /** #949fda */
88
+ 'indigo-light3' |
89
+ /** #7684cf */
90
+ 'indigo-light2' |
91
+ /** #5869c5 */
92
+ 'indigo-light1' |
93
+ /** #3f51b5 */
94
+ 'indigo' |
95
+ /** #37479f */
96
+ 'indigo-dark1' |
97
+ /** #303e8a */
98
+ 'indigo-dark2' |
99
+ /** #283474 */
100
+ 'indigo-dark3' |
101
+ /** #212a5f */
102
+ 'indigo-dark4' |
103
+ /** #192149 */
104
+ 'indigo-dark5' |
105
+ /** #121734 */
106
+ 'indigo-dark6' |
107
+ /** #e6f3fe */
108
+ 'blue-light6' |
109
+ /** #c6e4fc */
110
+ 'blue-light5' |
111
+ /** #a5d4fa */
112
+ 'blue-light4' |
113
+ /** #84c5f8 */
114
+ 'blue-light3' |
115
+ /** #63b5f7 */
116
+ 'blue-light2' |
117
+ /** #42a6f5 */
118
+ 'blue-light1' |
119
+ /** #2196f3 */
120
+ 'blue' |
121
+ /** #0c85e5 */
122
+ 'blue-dark1' |
123
+ /** #0b72c4 */
124
+ 'blue-dark2' |
125
+ /** #095fa3 */
126
+ 'blue-dark3' |
127
+ /** #074c82 */
128
+ 'blue-dark4' |
129
+ /** #053961 */
130
+ 'blue-dark5' |
131
+ /** #032540 */
132
+ 'blue-dark6' |
133
+ /** #e7f7ff */
134
+ 'light-blue-light6' |
135
+ /** #c0ebfe */
136
+ 'light-blue-light5' |
137
+ /** #98defe */
138
+ 'light-blue-light4' |
139
+ /** #71d2fd */
140
+ 'light-blue-light3' |
141
+ /** #4ac5fd */
142
+ 'light-blue-light2' |
143
+ /** #22b9fc */
144
+ 'light-blue-light1' |
145
+ /** #03a9f4 */
146
+ 'light-blue' |
147
+ /** #0393d5 */
148
+ 'light-blue-dark1' |
149
+ /** #027eb6 */
150
+ 'light-blue-dark2' |
151
+ /** #026896 */
152
+ 'light-blue-dark3' |
153
+ /** #015277 */
154
+ 'light-blue-dark4' |
155
+ /** #013d58 */
156
+ 'light-blue-dark5' |
157
+ /** #012739 */
158
+ 'light-blue-dark6' |
159
+ /** #e9fcff */
160
+ 'cyan-light6' |
161
+ /** #baf6fe */
162
+ 'cyan-light5' |
163
+ /** #8bf0fd */
164
+ 'cyan-light4' |
165
+ /** #5ceafc */
166
+ 'cyan-light3' |
167
+ /** #2ce3fb */
168
+ 'cyan-light2' |
169
+ /** #04d8f4 */
170
+ 'cyan-light1' |
171
+ /** #04cbe5 */
172
+ 'cyan' |
173
+ /** #04b2c8 */
174
+ 'cyan-dark1' |
175
+ /** #0398ac */
176
+ 'cyan-dark2' |
177
+ /** #037f8f */
178
+ 'cyan-dark3' |
179
+ /** #026673 */
180
+ 'cyan-dark4' |
181
+ /** #024c56 */
182
+ 'cyan-dark5' |
183
+ /** #01333a */
184
+ 'cyan-dark6' |
185
+ /** #e2faf9 */
186
+ 'teal-light6' |
187
+ /** #b8f3ef */
188
+ 'teal-light5' |
189
+ /** #8eede6 */
190
+ 'teal-light4' |
191
+ /** #64e6dc */
192
+ 'teal-light3' |
193
+ /** #39dfd3 */
194
+ 'teal-light2' |
195
+ /** #20c7bb */
196
+ 'teal-light1' |
197
+ /** #1db3a8 */
198
+ 'teal' |
199
+ /** #199b92 */
200
+ 'teal-dark1' |
201
+ /** #15847c */
202
+ 'teal-dark2' |
203
+ /** #116c65 */
204
+ 'teal-dark3' |
205
+ /** #0e544f */
206
+ 'teal-dark4' |
207
+ /** #0a3c39 */
208
+ 'teal-dark5' |
209
+ /** #062523 */
210
+ 'teal-dark6' |
211
+ /** #edf7ed */
212
+ 'green-light6' |
213
+ /** #d2ebd3 */
214
+ 'green-light5' |
215
+ /** #b7e0b8 */
216
+ 'green-light4' |
217
+ /** #9bd49e */
218
+ 'green-light3' |
219
+ /** #80c883 */
220
+ 'green-light2' |
221
+ /** #65bc69 */
222
+ 'green-light1' |
223
+ /** #4caf50 */
224
+ 'green' |
225
+ /** #439b47 */
226
+ 'green-dark1' |
227
+ /** #3a863d */
228
+ 'green-dark2' |
229
+ /** #327234 */
230
+ 'green-dark3' |
231
+ /** #295e2b */
232
+ 'green-dark4' |
233
+ /** #204a22 */
234
+ 'green-dark5' |
235
+ /** #173518 */
236
+ 'green-dark6' |
237
+ /** #f4fbec */
238
+ 'light-green-light6' |
239
+ /** #e5f6d3 */
240
+ 'light-green-light5' |
241
+ /** #d7f1b9 */
242
+ 'light-green-light4' |
243
+ /** #c8eba0 */
244
+ 'light-green-light3' |
245
+ /** #b9e687 */
246
+ 'light-green-light2' |
247
+ /** #abe16d */
248
+ 'light-green-light1' |
249
+ /** #90d73f */
250
+ 'light-green' |
251
+ /** #80cc2a */
252
+ 'light-green-dark1' |
253
+ /** #70b225 */
254
+ 'light-green-dark2' |
255
+ /** #609820 */
256
+ 'light-green-dark3' |
257
+ /** #4f7d1a */
258
+ 'light-green-dark4' |
259
+ /** #3f6315 */
260
+ 'light-green-dark5' |
261
+ /** #2e490f */
262
+ 'light-green-dark6' |
263
+ /** #fafce9 */
264
+ 'lime-light6' |
265
+ /** #f4f8ce */
266
+ 'lime-light5' |
267
+ /** #edf4b2 */
268
+ 'lime-light4' |
269
+ /** #e7f097 */
270
+ 'lime-light3' |
271
+ /** #e1ec7b */
272
+ 'lime-light2' |
273
+ /** #dae85f */
274
+ 'lime-light1' |
275
+ /** #cee029 */
276
+ 'lime' |
277
+ /** #bbcc1e */
278
+ 'lime-dark1' |
279
+ /** #a1b01a */
280
+ 'lime-dark2' |
281
+ /** #889516 */
282
+ 'lime-dark3' |
283
+ /** #6f7912 */
284
+ 'lime-dark4' |
285
+ /** #565d0e */
286
+ 'lime-dark5' |
287
+ /** #3c420a */
288
+ 'lime-dark6' |
289
+ /** #fffce0 */
290
+ 'yellow-light6' |
291
+ /** #fff9c4 */
292
+ 'yellow-light5' |
293
+ /** #fff6a8 */
294
+ 'yellow-light4' |
295
+ /** #fff38c */
296
+ 'yellow-light3' |
297
+ /** #fff170 */
298
+ 'yellow-light2' |
299
+ /** #ffee54 */
300
+ 'yellow-light1' |
301
+ /** #ffe70f */
302
+ 'yellow' |
303
+ /** #eed700 */
304
+ 'yellow-dark1' |
305
+ /** #cfba00 */
306
+ 'yellow-dark2' |
307
+ /** #af9e00 */
308
+ 'yellow-dark3' |
309
+ /** #908100 */
310
+ 'yellow-dark4' |
311
+ /** #706500 */
312
+ 'yellow-dark5' |
313
+ /** #504800 */
314
+ 'yellow-dark6' |
315
+ /** #fffaed */
316
+ 'amber-light6' |
317
+ /** #fff1c6 */
318
+ 'amber-light5' |
319
+ /** #ffe7a0 */
320
+ 'amber-light4' |
321
+ /** #ffde7a */
322
+ 'amber-light3' |
323
+ /** #ffd454 */
324
+ 'amber-light2' |
325
+ /** #ffcb2d */
326
+ 'amber-light1' |
327
+ /** #ffc107 */
328
+ 'amber' |
329
+ /** #e6ad00 */
330
+ 'amber-dark1' |
331
+ /** #c79500 */
332
+ 'amber-dark2' |
333
+ /** #a77d00 */
334
+ 'amber-dark3' |
335
+ /** #886600 */
336
+ 'amber-dark4' |
337
+ /** #684e00 */
338
+ 'amber-dark5' |
339
+ /** #483600 */
340
+ 'amber-dark6' |
341
+ /** #fff5e6 */
342
+ 'orange-light6' |
343
+ /** #ffe5bf */
344
+ 'orange-light5' |
345
+ /** #ffd699 */
346
+ 'orange-light4' |
347
+ /** #ffc673 */
348
+ 'orange-light3' |
349
+ /** #ffb74d */
350
+ 'orange-light2' |
351
+ /** #ffa726 */
352
+ 'orange-light1' |
353
+ /** #ff9800 */
354
+ 'orange' |
355
+ /** #df8500 */
356
+ 'orange-dark1' |
357
+ /** #c07200 */
358
+ 'orange-dark2' |
359
+ /** #a05f00 */
360
+ 'orange-dark3' |
361
+ /** #814d00 */
362
+ 'orange-dark4' |
363
+ /** #613a00 */
364
+ 'orange-dark5' |
365
+ /** #412700 */
366
+ 'orange-dark6' |
367
+ /** #fff0e9 */
368
+ 'deep-orange-light6' |
369
+ /** #ffd9c8 */
370
+ 'deep-orange-light5' |
371
+ /** #ffc2a8 */
372
+ 'deep-orange-light4' |
373
+ /** #ffac87 */
374
+ 'deep-orange-light3' |
375
+ /** #ff9566 */
376
+ 'deep-orange-light2' |
377
+ /** #ff7f46 */
378
+ 'deep-orange-light1' |
379
+ /** #ff6825 */
380
+ 'deep-orange' |
381
+ /** #ff5205 */
382
+ 'deep-orange-dark1' |
383
+ /** #e54600 */
384
+ 'deep-orange-dark2' |
385
+ /** #c53d00 */
386
+ 'deep-orange-dark3' |
387
+ /** #a63300 */
388
+ 'deep-orange-dark4' |
389
+ /** #862900 */
390
+ 'deep-orange-dark5' |
391
+ /** #661f00 */
392
+ 'deep-orange-dark6' |
393
+ /** #fee3df */
394
+ 'red-light6' |
395
+ /** #fec6be */
396
+ 'red-light5' |
397
+ /** #fdaa9e */
398
+ 'red-light4' |
399
+ /** #fc8d7d */
400
+ 'red-light3' |
401
+ /** #fc705d */
402
+ 'red-light2' |
403
+ /** #fb543c */
404
+ 'red-light1' |
405
+ /** #fa3317 */
406
+ 'red' |
407
+ /** #ec2205 */
408
+ 'red-dark1' |
409
+ /** #cd1d04 */
410
+ 'red-dark2' |
411
+ /** #ae1904 */
412
+ 'red-dark3' |
413
+ /** #8f1403 */
414
+ 'red-dark4' |
415
+ /** #701002 */
416
+ 'red-dark5' |
417
+ /** #520c02 */
418
+ 'red-dark6' |
419
+ /** #f2eae7 */
420
+ 'brown-light6' |
421
+ /** #e2d1ca */
422
+ 'brown-light5' |
423
+ /** #d2b7ad */
424
+ 'brown-light4' |
425
+ /** #c39e90 */
426
+ 'brown-light3' |
427
+ /** #b38473 */
428
+ 'brown-light2' |
429
+ /** #a16b58 */
430
+ 'brown-light1' |
431
+ /** #845848 */
432
+ 'brown' |
433
+ /** #744d3f */
434
+ 'brown-dark1' |
435
+ /** #634236 */
436
+ 'brown-dark2' |
437
+ /** #53372d */
438
+ 'brown-dark3' |
439
+ /** #422c24 */
440
+ 'brown-dark4' |
441
+ /** #32211b */
442
+ 'brown-dark5' |
443
+ /** #211612 */
444
+ 'brown-dark6' |
445
+ /** #f0f3f4 */
446
+ 'blue-grey-light6' |
447
+ /** #dae1e4 */
448
+ 'blue-grey-light5' |
449
+ /** #c4cfd4 */
450
+ 'blue-grey-light4' |
451
+ /** #aebcc4 */
452
+ 'blue-grey-light3' |
453
+ /** #98aab3 */
454
+ 'blue-grey-light2' |
455
+ /** #8298a3 */
456
+ 'blue-grey-light1' |
457
+ /** #6c8693 */
458
+ 'blue-grey' |
459
+ /** #5f7581 */
460
+ 'blue-grey-dark1' |
461
+ /** #51656f */
462
+ 'blue-grey-dark2' |
463
+ /** #44545c */
464
+ 'blue-grey-dark3' |
465
+ /** #36444a */
466
+ 'blue-grey-dark4' |
467
+ /** #293338 */
468
+ 'blue-grey-dark5' |
469
+ /** #1c2226 */
470
+ 'blue-grey-dark6' |
471
+ /** #f7f7f7 */
472
+ 'grey-light6' |
473
+ /** #e4e4e4 */
474
+ 'grey-light5' |
475
+ /** #d1d1d1 */
476
+ 'grey-light4' |
477
+ /** #bdbdbd */
478
+ 'grey-light3' |
479
+ /** #aaaaaa */
480
+ 'grey-light2' |
481
+ /** #979797 */
482
+ 'grey-light1' |
483
+ /** #848484 */
484
+ 'grey' |
485
+ /** #747474 */
486
+ 'grey-dark1' |
487
+ /** #646464 */
488
+ 'grey-dark2' |
489
+ /** #555555 */
490
+ 'grey-dark3' |
491
+ /** #454545 */
492
+ 'grey-dark4' |
493
+ /** #353535 */
494
+ 'grey-dark5' |
495
+ /** #252525 */
496
+ 'grey-dark6';
497
+ /**
498
+ * Can be one of the preset colors or a custom one if you've got custom css colors set
499
+ * Accepts all the color names of the color palette, status colors, or custom colors (learn more about the colors in the `colors` knowledge base page).
500
+ * Providing a color hex, rgb(a) or hsl(a) will not work.
501
+ * @see https://antoniandre.github.io/wave-ui/colors
502
+ */
503
+ export type WaveColor = WaveStatusColors | WaveColorShades;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });