@bgord/design 1.4.18 → 1.5.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/dist/index.d.ts +584 -14
- package/dist/lib.d.ts +6 -0
- package/dist/lib.js +6 -0
- package/dist/main.min.css +1 -1
- package/dist/main.min.css.br +0 -0
- package/dist/main.min.css.gz +0 -0
- package/package.json +3 -3
- package/readme.md +3 -1
package/dist/index.d.ts
CHANGED
|
@@ -89,6 +89,90 @@ declare module "react" {
|
|
|
89
89
|
| "warning-500"
|
|
90
90
|
| "warning-700"
|
|
91
91
|
| "warning-900";
|
|
92
|
+
"data-hover-bg"?:
|
|
93
|
+
| "neutral-0"
|
|
94
|
+
| "neutral-50"
|
|
95
|
+
| "neutral-100"
|
|
96
|
+
| "neutral-200"
|
|
97
|
+
| "neutral-300"
|
|
98
|
+
| "neutral-400"
|
|
99
|
+
| "neutral-500"
|
|
100
|
+
| "neutral-600"
|
|
101
|
+
| "neutral-700"
|
|
102
|
+
| "neutral-800"
|
|
103
|
+
| "neutral-900"
|
|
104
|
+
| "neutral-950"
|
|
105
|
+
| "brand-50"
|
|
106
|
+
| "brand-100"
|
|
107
|
+
| "brand-200"
|
|
108
|
+
| "brand-300"
|
|
109
|
+
| "brand-400"
|
|
110
|
+
| "brand-500"
|
|
111
|
+
| "brand-600"
|
|
112
|
+
| "brand-700"
|
|
113
|
+
| "brand-800"
|
|
114
|
+
| "brand-900"
|
|
115
|
+
| "positive-0"
|
|
116
|
+
| "positive-100"
|
|
117
|
+
| "positive-200"
|
|
118
|
+
| "positive-400"
|
|
119
|
+
| "positive-600"
|
|
120
|
+
| "positive-800"
|
|
121
|
+
| "positive-900"
|
|
122
|
+
| "danger-0"
|
|
123
|
+
| "danger-100"
|
|
124
|
+
| "danger-200"
|
|
125
|
+
| "danger-400"
|
|
126
|
+
| "danger-600"
|
|
127
|
+
| "danger-800"
|
|
128
|
+
| "danger-900"
|
|
129
|
+
| "warning-100"
|
|
130
|
+
| "warning-300"
|
|
131
|
+
| "warning-500"
|
|
132
|
+
| "warning-700"
|
|
133
|
+
| "warning-900";
|
|
134
|
+
"data-focus-bg"?:
|
|
135
|
+
| "neutral-0"
|
|
136
|
+
| "neutral-50"
|
|
137
|
+
| "neutral-100"
|
|
138
|
+
| "neutral-200"
|
|
139
|
+
| "neutral-300"
|
|
140
|
+
| "neutral-400"
|
|
141
|
+
| "neutral-500"
|
|
142
|
+
| "neutral-600"
|
|
143
|
+
| "neutral-700"
|
|
144
|
+
| "neutral-800"
|
|
145
|
+
| "neutral-900"
|
|
146
|
+
| "neutral-950"
|
|
147
|
+
| "brand-50"
|
|
148
|
+
| "brand-100"
|
|
149
|
+
| "brand-200"
|
|
150
|
+
| "brand-300"
|
|
151
|
+
| "brand-400"
|
|
152
|
+
| "brand-500"
|
|
153
|
+
| "brand-600"
|
|
154
|
+
| "brand-700"
|
|
155
|
+
| "brand-800"
|
|
156
|
+
| "brand-900"
|
|
157
|
+
| "positive-0"
|
|
158
|
+
| "positive-100"
|
|
159
|
+
| "positive-200"
|
|
160
|
+
| "positive-400"
|
|
161
|
+
| "positive-600"
|
|
162
|
+
| "positive-800"
|
|
163
|
+
| "positive-900"
|
|
164
|
+
| "danger-0"
|
|
165
|
+
| "danger-100"
|
|
166
|
+
| "danger-200"
|
|
167
|
+
| "danger-400"
|
|
168
|
+
| "danger-600"
|
|
169
|
+
| "danger-800"
|
|
170
|
+
| "danger-900"
|
|
171
|
+
| "warning-100"
|
|
172
|
+
| "warning-300"
|
|
173
|
+
| "warning-500"
|
|
174
|
+
| "warning-700"
|
|
175
|
+
| "warning-900";
|
|
92
176
|
"data-md-bg"?:
|
|
93
177
|
| "neutral-0"
|
|
94
178
|
| "neutral-50"
|
|
@@ -131,7 +215,259 @@ declare module "react" {
|
|
|
131
215
|
| "warning-500"
|
|
132
216
|
| "warning-700"
|
|
133
217
|
| "warning-900";
|
|
134
|
-
"data-
|
|
218
|
+
"data-md-hover-bg"?:
|
|
219
|
+
| "neutral-0"
|
|
220
|
+
| "neutral-50"
|
|
221
|
+
| "neutral-100"
|
|
222
|
+
| "neutral-200"
|
|
223
|
+
| "neutral-300"
|
|
224
|
+
| "neutral-400"
|
|
225
|
+
| "neutral-500"
|
|
226
|
+
| "neutral-600"
|
|
227
|
+
| "neutral-700"
|
|
228
|
+
| "neutral-800"
|
|
229
|
+
| "neutral-900"
|
|
230
|
+
| "neutral-950"
|
|
231
|
+
| "brand-50"
|
|
232
|
+
| "brand-100"
|
|
233
|
+
| "brand-200"
|
|
234
|
+
| "brand-300"
|
|
235
|
+
| "brand-400"
|
|
236
|
+
| "brand-500"
|
|
237
|
+
| "brand-600"
|
|
238
|
+
| "brand-700"
|
|
239
|
+
| "brand-800"
|
|
240
|
+
| "brand-900"
|
|
241
|
+
| "positive-0"
|
|
242
|
+
| "positive-100"
|
|
243
|
+
| "positive-200"
|
|
244
|
+
| "positive-400"
|
|
245
|
+
| "positive-600"
|
|
246
|
+
| "positive-800"
|
|
247
|
+
| "positive-900"
|
|
248
|
+
| "danger-0"
|
|
249
|
+
| "danger-100"
|
|
250
|
+
| "danger-200"
|
|
251
|
+
| "danger-400"
|
|
252
|
+
| "danger-600"
|
|
253
|
+
| "danger-800"
|
|
254
|
+
| "danger-900"
|
|
255
|
+
| "warning-100"
|
|
256
|
+
| "warning-300"
|
|
257
|
+
| "warning-500"
|
|
258
|
+
| "warning-700"
|
|
259
|
+
| "warning-900";
|
|
260
|
+
"data-md-focus-bg"?:
|
|
261
|
+
| "neutral-0"
|
|
262
|
+
| "neutral-50"
|
|
263
|
+
| "neutral-100"
|
|
264
|
+
| "neutral-200"
|
|
265
|
+
| "neutral-300"
|
|
266
|
+
| "neutral-400"
|
|
267
|
+
| "neutral-500"
|
|
268
|
+
| "neutral-600"
|
|
269
|
+
| "neutral-700"
|
|
270
|
+
| "neutral-800"
|
|
271
|
+
| "neutral-900"
|
|
272
|
+
| "neutral-950"
|
|
273
|
+
| "brand-50"
|
|
274
|
+
| "brand-100"
|
|
275
|
+
| "brand-200"
|
|
276
|
+
| "brand-300"
|
|
277
|
+
| "brand-400"
|
|
278
|
+
| "brand-500"
|
|
279
|
+
| "brand-600"
|
|
280
|
+
| "brand-700"
|
|
281
|
+
| "brand-800"
|
|
282
|
+
| "brand-900"
|
|
283
|
+
| "positive-0"
|
|
284
|
+
| "positive-100"
|
|
285
|
+
| "positive-200"
|
|
286
|
+
| "positive-400"
|
|
287
|
+
| "positive-600"
|
|
288
|
+
| "positive-800"
|
|
289
|
+
| "positive-900"
|
|
290
|
+
| "danger-0"
|
|
291
|
+
| "danger-100"
|
|
292
|
+
| "danger-200"
|
|
293
|
+
| "danger-400"
|
|
294
|
+
| "danger-600"
|
|
295
|
+
| "danger-800"
|
|
296
|
+
| "danger-900"
|
|
297
|
+
| "warning-100"
|
|
298
|
+
| "warning-300"
|
|
299
|
+
| "warning-500"
|
|
300
|
+
| "warning-700"
|
|
301
|
+
| "warning-900";
|
|
302
|
+
"data-bc"?:
|
|
303
|
+
| "neutral-0"
|
|
304
|
+
| "neutral-50"
|
|
305
|
+
| "neutral-100"
|
|
306
|
+
| "neutral-200"
|
|
307
|
+
| "neutral-300"
|
|
308
|
+
| "neutral-400"
|
|
309
|
+
| "neutral-500"
|
|
310
|
+
| "neutral-600"
|
|
311
|
+
| "neutral-700"
|
|
312
|
+
| "neutral-800"
|
|
313
|
+
| "neutral-900"
|
|
314
|
+
| "neutral-950"
|
|
315
|
+
| "brand-50"
|
|
316
|
+
| "brand-100"
|
|
317
|
+
| "brand-200"
|
|
318
|
+
| "brand-300"
|
|
319
|
+
| "brand-400"
|
|
320
|
+
| "brand-500"
|
|
321
|
+
| "brand-600"
|
|
322
|
+
| "brand-700"
|
|
323
|
+
| "brand-800"
|
|
324
|
+
| "brand-900"
|
|
325
|
+
| "positive-0"
|
|
326
|
+
| "positive-100"
|
|
327
|
+
| "positive-200"
|
|
328
|
+
| "positive-400"
|
|
329
|
+
| "positive-600"
|
|
330
|
+
| "positive-800"
|
|
331
|
+
| "positive-900"
|
|
332
|
+
| "danger-0"
|
|
333
|
+
| "danger-100"
|
|
334
|
+
| "danger-200"
|
|
335
|
+
| "danger-400"
|
|
336
|
+
| "danger-600"
|
|
337
|
+
| "danger-800"
|
|
338
|
+
| "danger-900"
|
|
339
|
+
| "warning-100"
|
|
340
|
+
| "warning-300"
|
|
341
|
+
| "warning-500"
|
|
342
|
+
| "warning-700"
|
|
343
|
+
| "warning-900";
|
|
344
|
+
"data-bct"?:
|
|
345
|
+
| "neutral-0"
|
|
346
|
+
| "neutral-50"
|
|
347
|
+
| "neutral-100"
|
|
348
|
+
| "neutral-200"
|
|
349
|
+
| "neutral-300"
|
|
350
|
+
| "neutral-400"
|
|
351
|
+
| "neutral-500"
|
|
352
|
+
| "neutral-600"
|
|
353
|
+
| "neutral-700"
|
|
354
|
+
| "neutral-800"
|
|
355
|
+
| "neutral-900"
|
|
356
|
+
| "neutral-950"
|
|
357
|
+
| "brand-50"
|
|
358
|
+
| "brand-100"
|
|
359
|
+
| "brand-200"
|
|
360
|
+
| "brand-300"
|
|
361
|
+
| "brand-400"
|
|
362
|
+
| "brand-500"
|
|
363
|
+
| "brand-600"
|
|
364
|
+
| "brand-700"
|
|
365
|
+
| "brand-800"
|
|
366
|
+
| "brand-900"
|
|
367
|
+
| "positive-0"
|
|
368
|
+
| "positive-100"
|
|
369
|
+
| "positive-200"
|
|
370
|
+
| "positive-400"
|
|
371
|
+
| "positive-600"
|
|
372
|
+
| "positive-800"
|
|
373
|
+
| "positive-900"
|
|
374
|
+
| "danger-0"
|
|
375
|
+
| "danger-100"
|
|
376
|
+
| "danger-200"
|
|
377
|
+
| "danger-400"
|
|
378
|
+
| "danger-600"
|
|
379
|
+
| "danger-800"
|
|
380
|
+
| "danger-900"
|
|
381
|
+
| "warning-100"
|
|
382
|
+
| "warning-300"
|
|
383
|
+
| "warning-500"
|
|
384
|
+
| "warning-700"
|
|
385
|
+
| "warning-900";
|
|
386
|
+
"data-bcr"?:
|
|
387
|
+
| "neutral-0"
|
|
388
|
+
| "neutral-50"
|
|
389
|
+
| "neutral-100"
|
|
390
|
+
| "neutral-200"
|
|
391
|
+
| "neutral-300"
|
|
392
|
+
| "neutral-400"
|
|
393
|
+
| "neutral-500"
|
|
394
|
+
| "neutral-600"
|
|
395
|
+
| "neutral-700"
|
|
396
|
+
| "neutral-800"
|
|
397
|
+
| "neutral-900"
|
|
398
|
+
| "neutral-950"
|
|
399
|
+
| "brand-50"
|
|
400
|
+
| "brand-100"
|
|
401
|
+
| "brand-200"
|
|
402
|
+
| "brand-300"
|
|
403
|
+
| "brand-400"
|
|
404
|
+
| "brand-500"
|
|
405
|
+
| "brand-600"
|
|
406
|
+
| "brand-700"
|
|
407
|
+
| "brand-800"
|
|
408
|
+
| "brand-900"
|
|
409
|
+
| "positive-0"
|
|
410
|
+
| "positive-100"
|
|
411
|
+
| "positive-200"
|
|
412
|
+
| "positive-400"
|
|
413
|
+
| "positive-600"
|
|
414
|
+
| "positive-800"
|
|
415
|
+
| "positive-900"
|
|
416
|
+
| "danger-0"
|
|
417
|
+
| "danger-100"
|
|
418
|
+
| "danger-200"
|
|
419
|
+
| "danger-400"
|
|
420
|
+
| "danger-600"
|
|
421
|
+
| "danger-800"
|
|
422
|
+
| "danger-900"
|
|
423
|
+
| "warning-100"
|
|
424
|
+
| "warning-300"
|
|
425
|
+
| "warning-500"
|
|
426
|
+
| "warning-700"
|
|
427
|
+
| "warning-900";
|
|
428
|
+
"data-bcb"?:
|
|
429
|
+
| "neutral-0"
|
|
430
|
+
| "neutral-50"
|
|
431
|
+
| "neutral-100"
|
|
432
|
+
| "neutral-200"
|
|
433
|
+
| "neutral-300"
|
|
434
|
+
| "neutral-400"
|
|
435
|
+
| "neutral-500"
|
|
436
|
+
| "neutral-600"
|
|
437
|
+
| "neutral-700"
|
|
438
|
+
| "neutral-800"
|
|
439
|
+
| "neutral-900"
|
|
440
|
+
| "neutral-950"
|
|
441
|
+
| "brand-50"
|
|
442
|
+
| "brand-100"
|
|
443
|
+
| "brand-200"
|
|
444
|
+
| "brand-300"
|
|
445
|
+
| "brand-400"
|
|
446
|
+
| "brand-500"
|
|
447
|
+
| "brand-600"
|
|
448
|
+
| "brand-700"
|
|
449
|
+
| "brand-800"
|
|
450
|
+
| "brand-900"
|
|
451
|
+
| "positive-0"
|
|
452
|
+
| "positive-100"
|
|
453
|
+
| "positive-200"
|
|
454
|
+
| "positive-400"
|
|
455
|
+
| "positive-600"
|
|
456
|
+
| "positive-800"
|
|
457
|
+
| "positive-900"
|
|
458
|
+
| "danger-0"
|
|
459
|
+
| "danger-100"
|
|
460
|
+
| "danger-200"
|
|
461
|
+
| "danger-400"
|
|
462
|
+
| "danger-600"
|
|
463
|
+
| "danger-800"
|
|
464
|
+
| "danger-900"
|
|
465
|
+
| "warning-100"
|
|
466
|
+
| "warning-300"
|
|
467
|
+
| "warning-500"
|
|
468
|
+
| "warning-700"
|
|
469
|
+
| "warning-900";
|
|
470
|
+
"data-bcl"?:
|
|
135
471
|
| "neutral-0"
|
|
136
472
|
| "neutral-50"
|
|
137
473
|
| "neutral-100"
|
|
@@ -173,7 +509,7 @@ declare module "react" {
|
|
|
173
509
|
| "warning-500"
|
|
174
510
|
| "warning-700"
|
|
175
511
|
| "warning-900";
|
|
176
|
-
"data-
|
|
512
|
+
"data-bcx"?:
|
|
177
513
|
| "neutral-0"
|
|
178
514
|
| "neutral-50"
|
|
179
515
|
| "neutral-100"
|
|
@@ -215,7 +551,7 @@ declare module "react" {
|
|
|
215
551
|
| "warning-500"
|
|
216
552
|
| "warning-700"
|
|
217
553
|
| "warning-900";
|
|
218
|
-
"data-
|
|
554
|
+
"data-bcy"?:
|
|
219
555
|
| "neutral-0"
|
|
220
556
|
| "neutral-50"
|
|
221
557
|
| "neutral-100"
|
|
@@ -257,7 +593,7 @@ declare module "react" {
|
|
|
257
593
|
| "warning-500"
|
|
258
594
|
| "warning-700"
|
|
259
595
|
| "warning-900";
|
|
260
|
-
"data-
|
|
596
|
+
"data-hover-bc"?:
|
|
261
597
|
| "neutral-0"
|
|
262
598
|
| "neutral-50"
|
|
263
599
|
| "neutral-100"
|
|
@@ -299,7 +635,7 @@ declare module "react" {
|
|
|
299
635
|
| "warning-500"
|
|
300
636
|
| "warning-700"
|
|
301
637
|
| "warning-900";
|
|
302
|
-
"data-
|
|
638
|
+
"data-focus-bc"?:
|
|
303
639
|
| "neutral-0"
|
|
304
640
|
| "neutral-50"
|
|
305
641
|
| "neutral-100"
|
|
@@ -341,7 +677,7 @@ declare module "react" {
|
|
|
341
677
|
| "warning-500"
|
|
342
678
|
| "warning-700"
|
|
343
679
|
| "warning-900";
|
|
344
|
-
"data-
|
|
680
|
+
"data-md-bc"?:
|
|
345
681
|
| "neutral-0"
|
|
346
682
|
| "neutral-50"
|
|
347
683
|
| "neutral-100"
|
|
@@ -383,7 +719,7 @@ declare module "react" {
|
|
|
383
719
|
| "warning-500"
|
|
384
720
|
| "warning-700"
|
|
385
721
|
| "warning-900";
|
|
386
|
-
"data-
|
|
722
|
+
"data-md-bct"?:
|
|
387
723
|
| "neutral-0"
|
|
388
724
|
| "neutral-50"
|
|
389
725
|
| "neutral-100"
|
|
@@ -425,7 +761,7 @@ declare module "react" {
|
|
|
425
761
|
| "warning-500"
|
|
426
762
|
| "warning-700"
|
|
427
763
|
| "warning-900";
|
|
428
|
-
"data-md-
|
|
764
|
+
"data-md-bcr"?:
|
|
429
765
|
| "neutral-0"
|
|
430
766
|
| "neutral-50"
|
|
431
767
|
| "neutral-100"
|
|
@@ -467,7 +803,7 @@ declare module "react" {
|
|
|
467
803
|
| "warning-500"
|
|
468
804
|
| "warning-700"
|
|
469
805
|
| "warning-900";
|
|
470
|
-
"data-md-
|
|
806
|
+
"data-md-bcb"?:
|
|
471
807
|
| "neutral-0"
|
|
472
808
|
| "neutral-50"
|
|
473
809
|
| "neutral-100"
|
|
@@ -509,7 +845,7 @@ declare module "react" {
|
|
|
509
845
|
| "warning-500"
|
|
510
846
|
| "warning-700"
|
|
511
847
|
| "warning-900";
|
|
512
|
-
"data-md-
|
|
848
|
+
"data-md-bcl"?:
|
|
513
849
|
| "neutral-0"
|
|
514
850
|
| "neutral-50"
|
|
515
851
|
| "neutral-100"
|
|
@@ -551,7 +887,7 @@ declare module "react" {
|
|
|
551
887
|
| "warning-500"
|
|
552
888
|
| "warning-700"
|
|
553
889
|
| "warning-900";
|
|
554
|
-
"data-md-
|
|
890
|
+
"data-md-bcx"?:
|
|
555
891
|
| "neutral-0"
|
|
556
892
|
| "neutral-50"
|
|
557
893
|
| "neutral-100"
|
|
@@ -593,7 +929,7 @@ declare module "react" {
|
|
|
593
929
|
| "warning-500"
|
|
594
930
|
| "warning-700"
|
|
595
931
|
| "warning-900";
|
|
596
|
-
"data-md-
|
|
932
|
+
"data-md-bcy"?:
|
|
597
933
|
| "neutral-0"
|
|
598
934
|
| "neutral-50"
|
|
599
935
|
| "neutral-100"
|
|
@@ -635,7 +971,7 @@ declare module "react" {
|
|
|
635
971
|
| "warning-500"
|
|
636
972
|
| "warning-700"
|
|
637
973
|
| "warning-900";
|
|
638
|
-
"data-md-
|
|
974
|
+
"data-md-hover-bc"?:
|
|
639
975
|
| "neutral-0"
|
|
640
976
|
| "neutral-50"
|
|
641
977
|
| "neutral-100"
|
|
@@ -677,7 +1013,7 @@ declare module "react" {
|
|
|
677
1013
|
| "warning-500"
|
|
678
1014
|
| "warning-700"
|
|
679
1015
|
| "warning-900";
|
|
680
|
-
"data-md-
|
|
1016
|
+
"data-md-focus-bc"?:
|
|
681
1017
|
| "neutral-0"
|
|
682
1018
|
| "neutral-50"
|
|
683
1019
|
| "neutral-100"
|
|
@@ -834,7 +1170,11 @@ declare module "react" {
|
|
|
834
1170
|
"data-bs"?: "none" | "solid" | "dashed" | "dotted" | "double";
|
|
835
1171
|
"data-md-bs"?: "none" | "solid" | "dashed" | "dotted" | "double";
|
|
836
1172
|
"data-cursor"?: "wait" | "auto" | "pointer" | "not-allowed";
|
|
1173
|
+
"data-hover-cursor"?: "wait" | "auto" | "pointer" | "not-allowed";
|
|
1174
|
+
"data-focus-cursor"?: "wait" | "auto" | "pointer" | "not-allowed";
|
|
837
1175
|
"data-md-cursor"?: "wait" | "auto" | "pointer" | "not-allowed";
|
|
1176
|
+
"data-md-hover-cursor"?: "wait" | "auto" | "pointer" | "not-allowed";
|
|
1177
|
+
"data-md-focus-cursor"?: "wait" | "auto" | "pointer" | "not-allowed";
|
|
838
1178
|
"data-disp"?: "flex" | "block" | "inline-block" | "none";
|
|
839
1179
|
"data-md-disp"?: "flex" | "block" | "inline-block" | "none";
|
|
840
1180
|
"data-dir"?: "row" | "row-reverse" | "column" | "column-reverse";
|
|
@@ -887,6 +1227,90 @@ declare module "react" {
|
|
|
887
1227
|
| "warning-500"
|
|
888
1228
|
| "warning-700"
|
|
889
1229
|
| "warning-900";
|
|
1230
|
+
"data-hover-color"?:
|
|
1231
|
+
| "neutral-0"
|
|
1232
|
+
| "neutral-50"
|
|
1233
|
+
| "neutral-100"
|
|
1234
|
+
| "neutral-200"
|
|
1235
|
+
| "neutral-300"
|
|
1236
|
+
| "neutral-400"
|
|
1237
|
+
| "neutral-500"
|
|
1238
|
+
| "neutral-600"
|
|
1239
|
+
| "neutral-700"
|
|
1240
|
+
| "neutral-800"
|
|
1241
|
+
| "neutral-900"
|
|
1242
|
+
| "neutral-950"
|
|
1243
|
+
| "brand-50"
|
|
1244
|
+
| "brand-100"
|
|
1245
|
+
| "brand-200"
|
|
1246
|
+
| "brand-300"
|
|
1247
|
+
| "brand-400"
|
|
1248
|
+
| "brand-500"
|
|
1249
|
+
| "brand-600"
|
|
1250
|
+
| "brand-700"
|
|
1251
|
+
| "brand-800"
|
|
1252
|
+
| "brand-900"
|
|
1253
|
+
| "positive-0"
|
|
1254
|
+
| "positive-100"
|
|
1255
|
+
| "positive-200"
|
|
1256
|
+
| "positive-400"
|
|
1257
|
+
| "positive-600"
|
|
1258
|
+
| "positive-800"
|
|
1259
|
+
| "positive-900"
|
|
1260
|
+
| "danger-0"
|
|
1261
|
+
| "danger-100"
|
|
1262
|
+
| "danger-200"
|
|
1263
|
+
| "danger-400"
|
|
1264
|
+
| "danger-600"
|
|
1265
|
+
| "danger-800"
|
|
1266
|
+
| "danger-900"
|
|
1267
|
+
| "warning-100"
|
|
1268
|
+
| "warning-300"
|
|
1269
|
+
| "warning-500"
|
|
1270
|
+
| "warning-700"
|
|
1271
|
+
| "warning-900";
|
|
1272
|
+
"data-focus-color"?:
|
|
1273
|
+
| "neutral-0"
|
|
1274
|
+
| "neutral-50"
|
|
1275
|
+
| "neutral-100"
|
|
1276
|
+
| "neutral-200"
|
|
1277
|
+
| "neutral-300"
|
|
1278
|
+
| "neutral-400"
|
|
1279
|
+
| "neutral-500"
|
|
1280
|
+
| "neutral-600"
|
|
1281
|
+
| "neutral-700"
|
|
1282
|
+
| "neutral-800"
|
|
1283
|
+
| "neutral-900"
|
|
1284
|
+
| "neutral-950"
|
|
1285
|
+
| "brand-50"
|
|
1286
|
+
| "brand-100"
|
|
1287
|
+
| "brand-200"
|
|
1288
|
+
| "brand-300"
|
|
1289
|
+
| "brand-400"
|
|
1290
|
+
| "brand-500"
|
|
1291
|
+
| "brand-600"
|
|
1292
|
+
| "brand-700"
|
|
1293
|
+
| "brand-800"
|
|
1294
|
+
| "brand-900"
|
|
1295
|
+
| "positive-0"
|
|
1296
|
+
| "positive-100"
|
|
1297
|
+
| "positive-200"
|
|
1298
|
+
| "positive-400"
|
|
1299
|
+
| "positive-600"
|
|
1300
|
+
| "positive-800"
|
|
1301
|
+
| "positive-900"
|
|
1302
|
+
| "danger-0"
|
|
1303
|
+
| "danger-100"
|
|
1304
|
+
| "danger-200"
|
|
1305
|
+
| "danger-400"
|
|
1306
|
+
| "danger-600"
|
|
1307
|
+
| "danger-800"
|
|
1308
|
+
| "danger-900"
|
|
1309
|
+
| "warning-100"
|
|
1310
|
+
| "warning-300"
|
|
1311
|
+
| "warning-500"
|
|
1312
|
+
| "warning-700"
|
|
1313
|
+
| "warning-900";
|
|
890
1314
|
"data-md-color"?:
|
|
891
1315
|
| "neutral-0"
|
|
892
1316
|
| "neutral-50"
|
|
@@ -929,6 +1353,90 @@ declare module "react" {
|
|
|
929
1353
|
| "warning-500"
|
|
930
1354
|
| "warning-700"
|
|
931
1355
|
| "warning-900";
|
|
1356
|
+
"data-md-hover-color"?:
|
|
1357
|
+
| "neutral-0"
|
|
1358
|
+
| "neutral-50"
|
|
1359
|
+
| "neutral-100"
|
|
1360
|
+
| "neutral-200"
|
|
1361
|
+
| "neutral-300"
|
|
1362
|
+
| "neutral-400"
|
|
1363
|
+
| "neutral-500"
|
|
1364
|
+
| "neutral-600"
|
|
1365
|
+
| "neutral-700"
|
|
1366
|
+
| "neutral-800"
|
|
1367
|
+
| "neutral-900"
|
|
1368
|
+
| "neutral-950"
|
|
1369
|
+
| "brand-50"
|
|
1370
|
+
| "brand-100"
|
|
1371
|
+
| "brand-200"
|
|
1372
|
+
| "brand-300"
|
|
1373
|
+
| "brand-400"
|
|
1374
|
+
| "brand-500"
|
|
1375
|
+
| "brand-600"
|
|
1376
|
+
| "brand-700"
|
|
1377
|
+
| "brand-800"
|
|
1378
|
+
| "brand-900"
|
|
1379
|
+
| "positive-0"
|
|
1380
|
+
| "positive-100"
|
|
1381
|
+
| "positive-200"
|
|
1382
|
+
| "positive-400"
|
|
1383
|
+
| "positive-600"
|
|
1384
|
+
| "positive-800"
|
|
1385
|
+
| "positive-900"
|
|
1386
|
+
| "danger-0"
|
|
1387
|
+
| "danger-100"
|
|
1388
|
+
| "danger-200"
|
|
1389
|
+
| "danger-400"
|
|
1390
|
+
| "danger-600"
|
|
1391
|
+
| "danger-800"
|
|
1392
|
+
| "danger-900"
|
|
1393
|
+
| "warning-100"
|
|
1394
|
+
| "warning-300"
|
|
1395
|
+
| "warning-500"
|
|
1396
|
+
| "warning-700"
|
|
1397
|
+
| "warning-900";
|
|
1398
|
+
"data-md-focus-color"?:
|
|
1399
|
+
| "neutral-0"
|
|
1400
|
+
| "neutral-50"
|
|
1401
|
+
| "neutral-100"
|
|
1402
|
+
| "neutral-200"
|
|
1403
|
+
| "neutral-300"
|
|
1404
|
+
| "neutral-400"
|
|
1405
|
+
| "neutral-500"
|
|
1406
|
+
| "neutral-600"
|
|
1407
|
+
| "neutral-700"
|
|
1408
|
+
| "neutral-800"
|
|
1409
|
+
| "neutral-900"
|
|
1410
|
+
| "neutral-950"
|
|
1411
|
+
| "brand-50"
|
|
1412
|
+
| "brand-100"
|
|
1413
|
+
| "brand-200"
|
|
1414
|
+
| "brand-300"
|
|
1415
|
+
| "brand-400"
|
|
1416
|
+
| "brand-500"
|
|
1417
|
+
| "brand-600"
|
|
1418
|
+
| "brand-700"
|
|
1419
|
+
| "brand-800"
|
|
1420
|
+
| "brand-900"
|
|
1421
|
+
| "positive-0"
|
|
1422
|
+
| "positive-100"
|
|
1423
|
+
| "positive-200"
|
|
1424
|
+
| "positive-400"
|
|
1425
|
+
| "positive-600"
|
|
1426
|
+
| "positive-800"
|
|
1427
|
+
| "positive-900"
|
|
1428
|
+
| "danger-0"
|
|
1429
|
+
| "danger-100"
|
|
1430
|
+
| "danger-200"
|
|
1431
|
+
| "danger-400"
|
|
1432
|
+
| "danger-600"
|
|
1433
|
+
| "danger-800"
|
|
1434
|
+
| "danger-900"
|
|
1435
|
+
| "warning-100"
|
|
1436
|
+
| "warning-300"
|
|
1437
|
+
| "warning-500"
|
|
1438
|
+
| "warning-700"
|
|
1439
|
+
| "warning-900";
|
|
932
1440
|
"data-ff"?: "sans" | "serif" | "mono";
|
|
933
1441
|
"data-md-ff"?: "sans" | "serif" | "mono";
|
|
934
1442
|
"data-fs"?:
|
|
@@ -1222,7 +1730,13 @@ declare module "react" {
|
|
|
1222
1730
|
| "top-left"
|
|
1223
1731
|
| "top-right";
|
|
1224
1732
|
"data-opacity"?: "full" | "high" | "medium" | "low" | "none";
|
|
1733
|
+
"data-hover-opacity"?: "full" | "high" | "medium" | "low" | "none";
|
|
1734
|
+
"data-focus-opacity"?: "full" | "high" | "medium" | "low" | "none";
|
|
1735
|
+
"data-active-opacity"?: "full" | "high" | "medium" | "low" | "none";
|
|
1225
1736
|
"data-md-opacity"?: "full" | "high" | "medium" | "low" | "none";
|
|
1737
|
+
"data-md-hover-opacity"?: "full" | "high" | "medium" | "low" | "none";
|
|
1738
|
+
"data-md-focus-opacity"?: "full" | "high" | "medium" | "low" | "none";
|
|
1739
|
+
"data-md-active-opacity"?: "full" | "high" | "medium" | "low" | "none";
|
|
1226
1740
|
"data-overflow"?: "auto" | "scroll" | "hidden";
|
|
1227
1741
|
"data-md-overflow"?: "auto" | "scroll" | "hidden";
|
|
1228
1742
|
"data-p"?:
|
|
@@ -1632,6 +2146,33 @@ declare module "react" {
|
|
|
1632
2146
|
| "xl"
|
|
1633
2147
|
| "inner"
|
|
1634
2148
|
| "unset";
|
|
2149
|
+
"data-hover-shadow"?:
|
|
2150
|
+
| "none"
|
|
2151
|
+
| "xs"
|
|
2152
|
+
| "sm"
|
|
2153
|
+
| "md"
|
|
2154
|
+
| "lg"
|
|
2155
|
+
| "xl"
|
|
2156
|
+
| "inner"
|
|
2157
|
+
| "unset";
|
|
2158
|
+
"data-focus-shadow"?:
|
|
2159
|
+
| "none"
|
|
2160
|
+
| "xs"
|
|
2161
|
+
| "sm"
|
|
2162
|
+
| "md"
|
|
2163
|
+
| "lg"
|
|
2164
|
+
| "xl"
|
|
2165
|
+
| "inner"
|
|
2166
|
+
| "unset";
|
|
2167
|
+
"data-active-shadow"?:
|
|
2168
|
+
| "none"
|
|
2169
|
+
| "xs"
|
|
2170
|
+
| "sm"
|
|
2171
|
+
| "md"
|
|
2172
|
+
| "lg"
|
|
2173
|
+
| "xl"
|
|
2174
|
+
| "inner"
|
|
2175
|
+
| "unset";
|
|
1635
2176
|
"data-md-shadow"?:
|
|
1636
2177
|
| "none"
|
|
1637
2178
|
| "xs"
|
|
@@ -1641,6 +2182,33 @@ declare module "react" {
|
|
|
1641
2182
|
| "xl"
|
|
1642
2183
|
| "inner"
|
|
1643
2184
|
| "unset";
|
|
2185
|
+
"data-md-hover-shadow"?:
|
|
2186
|
+
| "none"
|
|
2187
|
+
| "xs"
|
|
2188
|
+
| "sm"
|
|
2189
|
+
| "md"
|
|
2190
|
+
| "lg"
|
|
2191
|
+
| "xl"
|
|
2192
|
+
| "inner"
|
|
2193
|
+
| "unset";
|
|
2194
|
+
"data-md-focus-shadow"?:
|
|
2195
|
+
| "none"
|
|
2196
|
+
| "xs"
|
|
2197
|
+
| "sm"
|
|
2198
|
+
| "md"
|
|
2199
|
+
| "lg"
|
|
2200
|
+
| "xl"
|
|
2201
|
+
| "inner"
|
|
2202
|
+
| "unset";
|
|
2203
|
+
"data-md-active-shadow"?:
|
|
2204
|
+
| "none"
|
|
2205
|
+
| "xs"
|
|
2206
|
+
| "sm"
|
|
2207
|
+
| "md"
|
|
2208
|
+
| "lg"
|
|
2209
|
+
| "xl"
|
|
2210
|
+
| "inner"
|
|
2211
|
+
| "unset";
|
|
1644
2212
|
"data-size"?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
1645
2213
|
"data-md-size"?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
1646
2214
|
"data-stack"?: "x" | "y";
|
|
@@ -1671,6 +2239,8 @@ declare module "react" {
|
|
|
1671
2239
|
"data-md-width"?: "100%" | "auto" | "unset";
|
|
1672
2240
|
"data-z"?: "negative" | "0" | "1" | "2" | "3";
|
|
1673
2241
|
"data-md-z"?: "negative" | "0" | "1" | "2" | "3";
|
|
2242
|
+
"data-focus-ring"?: "brand" | "neutral" | "danger";
|
|
2243
|
+
"data-md-focus-ring"?: "brand" | "neutral" | "danger";
|
|
1674
2244
|
"data-animation"?: "grow-fade-in" | "shrink-fade-out";
|
|
1675
2245
|
"data-interaction"?: "grow" | "rotate-into-focus" | "subtle-scale";
|
|
1676
2246
|
}
|