@instructure/ui-view 8.9.2-snapshot.2 → 8.9.2-snapshot.9

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.
@@ -1,5 +1,5 @@
1
- import { ContextViewTheme } from '@instructure/shared-types';
2
- import { ContextViewProps } from './props';
1
+ import type { ContextViewTheme } from '@instructure/shared-types';
2
+ import type { ContextViewProps, ContextViewStyle } from './props';
3
3
  /**
4
4
  * ---
5
5
  * private: true
@@ -10,2177 +10,6 @@ import { ContextViewProps } from './props';
10
10
  * @param {Object} state the state of the component, the style is applied to
11
11
  * @return {Object} The final style object, which will be used in the component
12
12
  */
13
- declare const generateStyle: (componentTheme: ContextViewTheme, props: ContextViewProps) => {
14
- contextView: {
15
- paddingInlineStart: string | 0;
16
- paddingInlineEnd: string;
17
- paddingTop?: undefined;
18
- paddingBottom?: undefined;
19
- position?: undefined;
20
- left?: undefined;
21
- label: string;
22
- boxSizing: string;
23
- minHeight: string;
24
- } | {
25
- paddingInlineEnd: string | 0;
26
- paddingInlineStart: string;
27
- paddingTop?: undefined;
28
- paddingBottom?: undefined;
29
- position?: undefined;
30
- left?: undefined;
31
- label: string;
32
- boxSizing: string;
33
- minHeight: string;
34
- } | {
35
- paddingTop: string | 0;
36
- paddingInlineStart?: undefined;
37
- paddingInlineEnd?: undefined;
38
- paddingBottom?: undefined;
39
- position?: undefined;
40
- left?: undefined;
41
- label: string;
42
- boxSizing: string;
43
- minHeight: string;
44
- } | {
45
- paddingBottom: string | 0;
46
- paddingInlineStart?: undefined;
47
- paddingInlineEnd?: undefined;
48
- paddingTop?: undefined;
49
- position?: undefined;
50
- left?: undefined;
51
- label: string;
52
- boxSizing: string;
53
- minHeight: string;
54
- } | {
55
- position: string;
56
- left: string;
57
- paddingInlineStart?: undefined;
58
- paddingInlineEnd?: undefined;
59
- paddingTop?: undefined;
60
- paddingBottom?: undefined;
61
- label: string;
62
- boxSizing: string;
63
- minHeight: string;
64
- };
65
- contextView__content: {
66
- label: string;
67
- position: string;
68
- };
69
- contextView__arrow: {
70
- '&::after': {
71
- content: string;
72
- height: string;
73
- width: string;
74
- position: string;
75
- display: string;
76
- boxSizing: string;
77
- pointerEvents: string;
78
- borderStyle: string;
79
- insetInlineEnd: string | 0;
80
- insetInlineStart: string;
81
- marginTop: string;
82
- borderInlineEndWidth: string;
83
- borderInlineEndColor: string;
84
- borderTopColor: string;
85
- borderBottomColor: string;
86
- borderInlineStartWidth: string | 0;
87
- borderInlineStartColor: string;
88
- bottom?: undefined;
89
- marginInlineStart?: undefined;
90
- marginInlineEnd?: undefined;
91
- borderBottomWidth?: undefined;
92
- top?: undefined;
93
- borderTopWidth?: undefined;
94
- borderWidth: string | 0;
95
- borderColor: string;
96
- } | {
97
- content: string;
98
- height: string;
99
- width: string;
100
- position: string;
101
- display: string;
102
- boxSizing: string;
103
- pointerEvents: string;
104
- borderStyle: string;
105
- insetInlineStart: string | 0;
106
- insetInlineEnd: string;
107
- marginTop: string;
108
- borderInlineStartWidth: string;
109
- borderInlineStartColor: string;
110
- borderTopColor: string;
111
- borderBottomColor: string;
112
- borderInlineEndWidth: string | 0;
113
- borderInlineEndColor: string;
114
- bottom?: undefined;
115
- marginInlineStart?: undefined;
116
- marginInlineEnd?: undefined;
117
- borderBottomWidth?: undefined;
118
- top?: undefined;
119
- borderTopWidth?: undefined;
120
- borderWidth: string | 0;
121
- borderColor: string;
122
- } | {
123
- content: string;
124
- height: string;
125
- width: string;
126
- position: string;
127
- display: string;
128
- boxSizing: string;
129
- pointerEvents: string;
130
- borderStyle: string;
131
- bottom: string | 0;
132
- marginInlineStart: string;
133
- marginInlineEnd: string;
134
- borderBottomWidth: string;
135
- borderBottomColor: string;
136
- borderInlineStartColor: string;
137
- borderInlineEndColor: string;
138
- borderTopColor: string;
139
- insetInlineEnd?: undefined;
140
- insetInlineStart?: undefined;
141
- marginTop?: undefined;
142
- borderInlineEndWidth?: undefined;
143
- borderInlineStartWidth?: undefined;
144
- top?: undefined;
145
- borderTopWidth?: undefined;
146
- borderWidth: string | 0;
147
- borderColor: string;
148
- } | {
149
- content: string;
150
- height: string;
151
- width: string;
152
- position: string;
153
- display: string;
154
- boxSizing: string;
155
- pointerEvents: string;
156
- borderStyle: string;
157
- top: string | 0;
158
- marginInlineStart: string;
159
- marginInlineEnd: string;
160
- borderTopWidth: string;
161
- borderTopColor: string;
162
- borderInlineStartColor: string;
163
- borderInlineEndColor: string;
164
- borderBottomColor: string;
165
- insetInlineEnd?: undefined;
166
- insetInlineStart?: undefined;
167
- marginTop?: undefined;
168
- borderInlineEndWidth?: undefined;
169
- borderInlineStartWidth?: undefined;
170
- bottom?: undefined;
171
- borderBottomWidth?: undefined;
172
- borderWidth: string | 0;
173
- borderColor: string;
174
- };
175
- insetInlineStart: string;
176
- insetInlineEnd: string;
177
- top: string;
178
- marginTop: string;
179
- borderInlineEndWidth: string;
180
- borderInlineEndColor: string;
181
- borderInlineStartColor: string;
182
- borderTopColor: string;
183
- borderBottomColor: string;
184
- borderInlineStartWidth: string | 0;
185
- marginInlineStart?: undefined;
186
- marginInlineEnd?: undefined;
187
- borderBottomWidth?: undefined;
188
- bottom?: undefined;
189
- borderTopWidth?: undefined;
190
- display: string;
191
- borderWidth: string;
192
- borderColor: string;
193
- content: string;
194
- height: string;
195
- width: string;
196
- position: string;
197
- boxSizing: string;
198
- pointerEvents: string;
199
- borderStyle: string;
200
- label: string;
201
- } | {
202
- '&::after': {
203
- content: string;
204
- height: string;
205
- width: string;
206
- position: string;
207
- display: string;
208
- boxSizing: string;
209
- pointerEvents: string;
210
- borderStyle: string;
211
- insetInlineEnd: string | 0;
212
- insetInlineStart: string;
213
- marginTop: string;
214
- borderInlineEndWidth: string;
215
- borderInlineEndColor: string;
216
- borderTopColor: string;
217
- borderBottomColor: string;
218
- borderInlineStartWidth: string | 0;
219
- borderInlineStartColor: string;
220
- bottom?: undefined;
221
- marginInlineStart?: undefined;
222
- marginInlineEnd?: undefined;
223
- borderBottomWidth?: undefined;
224
- top?: undefined;
225
- borderTopWidth?: undefined;
226
- borderWidth: string | 0;
227
- borderColor: string;
228
- } | {
229
- content: string;
230
- height: string;
231
- width: string;
232
- position: string;
233
- display: string;
234
- boxSizing: string;
235
- pointerEvents: string;
236
- borderStyle: string;
237
- insetInlineStart: string | 0;
238
- insetInlineEnd: string;
239
- marginTop: string;
240
- borderInlineStartWidth: string;
241
- borderInlineStartColor: string;
242
- borderTopColor: string;
243
- borderBottomColor: string;
244
- borderInlineEndWidth: string | 0;
245
- borderInlineEndColor: string;
246
- bottom?: undefined;
247
- marginInlineStart?: undefined;
248
- marginInlineEnd?: undefined;
249
- borderBottomWidth?: undefined;
250
- top?: undefined;
251
- borderTopWidth?: undefined;
252
- borderWidth: string | 0;
253
- borderColor: string;
254
- } | {
255
- content: string;
256
- height: string;
257
- width: string;
258
- position: string;
259
- display: string;
260
- boxSizing: string;
261
- pointerEvents: string;
262
- borderStyle: string;
263
- bottom: string | 0;
264
- marginInlineStart: string;
265
- marginInlineEnd: string;
266
- borderBottomWidth: string;
267
- borderBottomColor: string;
268
- borderInlineStartColor: string;
269
- borderInlineEndColor: string;
270
- borderTopColor: string;
271
- insetInlineEnd?: undefined;
272
- insetInlineStart?: undefined;
273
- marginTop?: undefined;
274
- borderInlineEndWidth?: undefined;
275
- borderInlineStartWidth?: undefined;
276
- top?: undefined;
277
- borderTopWidth?: undefined;
278
- borderWidth: string | 0;
279
- borderColor: string;
280
- } | {
281
- content: string;
282
- height: string;
283
- width: string;
284
- position: string;
285
- display: string;
286
- boxSizing: string;
287
- pointerEvents: string;
288
- borderStyle: string;
289
- top: string | 0;
290
- marginInlineStart: string;
291
- marginInlineEnd: string;
292
- borderTopWidth: string;
293
- borderTopColor: string;
294
- borderInlineStartColor: string;
295
- borderInlineEndColor: string;
296
- borderBottomColor: string;
297
- insetInlineEnd?: undefined;
298
- insetInlineStart?: undefined;
299
- marginTop?: undefined;
300
- borderInlineEndWidth?: undefined;
301
- borderInlineStartWidth?: undefined;
302
- bottom?: undefined;
303
- borderBottomWidth?: undefined;
304
- borderWidth: string | 0;
305
- borderColor: string;
306
- };
307
- insetInlineStart: string;
308
- insetInlineEnd: string;
309
- top: string;
310
- marginTop: string;
311
- borderInlineEndWidth: string;
312
- borderInlineEndColor: string;
313
- borderInlineStartColor: string;
314
- borderTopColor: string;
315
- borderBottomColor: string;
316
- borderInlineStartWidth: string | 0;
317
- marginInlineStart?: undefined;
318
- marginInlineEnd?: undefined;
319
- borderBottomWidth?: undefined;
320
- bottom?: undefined;
321
- borderTopWidth?: undefined;
322
- display: string;
323
- borderWidth: string;
324
- borderColor: string;
325
- content: string;
326
- height: string;
327
- width: string;
328
- position: string;
329
- boxSizing: string;
330
- pointerEvents: string;
331
- borderStyle: string;
332
- label: string;
333
- } | {
334
- '&::after': {
335
- content: string;
336
- height: string;
337
- width: string;
338
- position: string;
339
- display: string;
340
- boxSizing: string;
341
- pointerEvents: string;
342
- borderStyle: string;
343
- insetInlineEnd: string | 0;
344
- insetInlineStart: string;
345
- marginTop: string;
346
- borderInlineEndWidth: string;
347
- borderInlineEndColor: string;
348
- borderTopColor: string;
349
- borderBottomColor: string;
350
- borderInlineStartWidth: string | 0;
351
- borderInlineStartColor: string;
352
- bottom?: undefined;
353
- marginInlineStart?: undefined;
354
- marginInlineEnd?: undefined;
355
- borderBottomWidth?: undefined;
356
- top?: undefined;
357
- borderTopWidth?: undefined;
358
- borderWidth: string | 0;
359
- borderColor: string;
360
- } | {
361
- content: string;
362
- height: string;
363
- width: string;
364
- position: string;
365
- display: string;
366
- boxSizing: string;
367
- pointerEvents: string;
368
- borderStyle: string;
369
- insetInlineStart: string | 0;
370
- insetInlineEnd: string;
371
- marginTop: string;
372
- borderInlineStartWidth: string;
373
- borderInlineStartColor: string;
374
- borderTopColor: string;
375
- borderBottomColor: string;
376
- borderInlineEndWidth: string | 0;
377
- borderInlineEndColor: string;
378
- bottom?: undefined;
379
- marginInlineStart?: undefined;
380
- marginInlineEnd?: undefined;
381
- borderBottomWidth?: undefined;
382
- top?: undefined;
383
- borderTopWidth?: undefined;
384
- borderWidth: string | 0;
385
- borderColor: string;
386
- } | {
387
- content: string;
388
- height: string;
389
- width: string;
390
- position: string;
391
- display: string;
392
- boxSizing: string;
393
- pointerEvents: string;
394
- borderStyle: string;
395
- bottom: string | 0;
396
- marginInlineStart: string;
397
- marginInlineEnd: string;
398
- borderBottomWidth: string;
399
- borderBottomColor: string;
400
- borderInlineStartColor: string;
401
- borderInlineEndColor: string;
402
- borderTopColor: string;
403
- insetInlineEnd?: undefined;
404
- insetInlineStart?: undefined;
405
- marginTop?: undefined;
406
- borderInlineEndWidth?: undefined;
407
- borderInlineStartWidth?: undefined;
408
- top?: undefined;
409
- borderTopWidth?: undefined;
410
- borderWidth: string | 0;
411
- borderColor: string;
412
- } | {
413
- content: string;
414
- height: string;
415
- width: string;
416
- position: string;
417
- display: string;
418
- boxSizing: string;
419
- pointerEvents: string;
420
- borderStyle: string;
421
- top: string | 0;
422
- marginInlineStart: string;
423
- marginInlineEnd: string;
424
- borderTopWidth: string;
425
- borderTopColor: string;
426
- borderInlineStartColor: string;
427
- borderInlineEndColor: string;
428
- borderBottomColor: string;
429
- insetInlineEnd?: undefined;
430
- insetInlineStart?: undefined;
431
- marginTop?: undefined;
432
- borderInlineEndWidth?: undefined;
433
- borderInlineStartWidth?: undefined;
434
- bottom?: undefined;
435
- borderBottomWidth?: undefined;
436
- borderWidth: string | 0;
437
- borderColor: string;
438
- };
439
- top: string;
440
- insetInlineStart: string;
441
- insetInlineEnd: string;
442
- marginTop: string;
443
- borderInlineEndWidth: string;
444
- borderInlineEndColor: string;
445
- borderInlineStartColor: string;
446
- borderTopColor: string;
447
- borderBottomColor: string;
448
- borderInlineStartWidth: string | 0;
449
- marginInlineStart?: undefined;
450
- marginInlineEnd?: undefined;
451
- borderBottomWidth?: undefined;
452
- bottom?: undefined;
453
- borderTopWidth?: undefined;
454
- display: string;
455
- borderWidth: string;
456
- borderColor: string;
457
- content: string;
458
- height: string;
459
- width: string;
460
- position: string;
461
- boxSizing: string;
462
- pointerEvents: string;
463
- borderStyle: string;
464
- label: string;
465
- } | {
466
- '&::after': {
467
- content: string;
468
- height: string;
469
- width: string;
470
- position: string;
471
- display: string;
472
- boxSizing: string;
473
- pointerEvents: string;
474
- borderStyle: string;
475
- insetInlineEnd: string | 0;
476
- insetInlineStart: string;
477
- marginTop: string;
478
- borderInlineEndWidth: string;
479
- borderInlineEndColor: string;
480
- borderTopColor: string;
481
- borderBottomColor: string;
482
- borderInlineStartWidth: string | 0;
483
- borderInlineStartColor: string;
484
- bottom?: undefined;
485
- marginInlineStart?: undefined;
486
- marginInlineEnd?: undefined;
487
- borderBottomWidth?: undefined;
488
- top?: undefined;
489
- borderTopWidth?: undefined;
490
- borderWidth: string | 0;
491
- borderColor: string;
492
- } | {
493
- content: string;
494
- height: string;
495
- width: string;
496
- position: string;
497
- display: string;
498
- boxSizing: string;
499
- pointerEvents: string;
500
- borderStyle: string;
501
- insetInlineStart: string | 0;
502
- insetInlineEnd: string;
503
- marginTop: string;
504
- borderInlineStartWidth: string;
505
- borderInlineStartColor: string;
506
- borderTopColor: string;
507
- borderBottomColor: string;
508
- borderInlineEndWidth: string | 0;
509
- borderInlineEndColor: string;
510
- bottom?: undefined;
511
- marginInlineStart?: undefined;
512
- marginInlineEnd?: undefined;
513
- borderBottomWidth?: undefined;
514
- top?: undefined;
515
- borderTopWidth?: undefined;
516
- borderWidth: string | 0;
517
- borderColor: string;
518
- } | {
519
- content: string;
520
- height: string;
521
- width: string;
522
- position: string;
523
- display: string;
524
- boxSizing: string;
525
- pointerEvents: string;
526
- borderStyle: string;
527
- bottom: string | 0;
528
- marginInlineStart: string;
529
- marginInlineEnd: string;
530
- borderBottomWidth: string;
531
- borderBottomColor: string;
532
- borderInlineStartColor: string;
533
- borderInlineEndColor: string;
534
- borderTopColor: string;
535
- insetInlineEnd?: undefined;
536
- insetInlineStart?: undefined;
537
- marginTop?: undefined;
538
- borderInlineEndWidth?: undefined;
539
- borderInlineStartWidth?: undefined;
540
- top?: undefined;
541
- borderTopWidth?: undefined;
542
- borderWidth: string | 0;
543
- borderColor: string;
544
- } | {
545
- content: string;
546
- height: string;
547
- width: string;
548
- position: string;
549
- display: string;
550
- boxSizing: string;
551
- pointerEvents: string;
552
- borderStyle: string;
553
- top: string | 0;
554
- marginInlineStart: string;
555
- marginInlineEnd: string;
556
- borderTopWidth: string;
557
- borderTopColor: string;
558
- borderInlineStartColor: string;
559
- borderInlineEndColor: string;
560
- borderBottomColor: string;
561
- insetInlineEnd?: undefined;
562
- insetInlineStart?: undefined;
563
- marginTop?: undefined;
564
- borderInlineEndWidth?: undefined;
565
- borderInlineStartWidth?: undefined;
566
- bottom?: undefined;
567
- borderBottomWidth?: undefined;
568
- borderWidth: string | 0;
569
- borderColor: string;
570
- };
571
- insetInlineStart: string;
572
- insetInlineEnd: string;
573
- top: string;
574
- marginTop: string;
575
- borderInlineEndWidth: string;
576
- borderInlineEndColor: string;
577
- borderInlineStartColor: string;
578
- borderTopColor: string;
579
- borderBottomColor: string;
580
- borderInlineStartWidth: string | 0;
581
- marginInlineStart?: undefined;
582
- marginInlineEnd?: undefined;
583
- borderBottomWidth?: undefined;
584
- bottom?: undefined;
585
- borderTopWidth?: undefined;
586
- display: string;
587
- borderWidth: string;
588
- borderColor: string;
589
- content: string;
590
- height: string;
591
- width: string;
592
- position: string;
593
- boxSizing: string;
594
- pointerEvents: string;
595
- borderStyle: string;
596
- label: string;
597
- } | {
598
- '&::after': {
599
- content: string;
600
- height: string;
601
- width: string;
602
- position: string;
603
- display: string;
604
- boxSizing: string;
605
- pointerEvents: string;
606
- borderStyle: string;
607
- insetInlineEnd: string | 0;
608
- insetInlineStart: string;
609
- marginTop: string;
610
- borderInlineEndWidth: string;
611
- borderInlineEndColor: string;
612
- borderTopColor: string;
613
- borderBottomColor: string;
614
- borderInlineStartWidth: string | 0;
615
- borderInlineStartColor: string;
616
- bottom?: undefined;
617
- marginInlineStart?: undefined;
618
- marginInlineEnd?: undefined;
619
- borderBottomWidth?: undefined;
620
- top?: undefined;
621
- borderTopWidth?: undefined;
622
- borderWidth: string | 0;
623
- borderColor: string;
624
- } | {
625
- content: string;
626
- height: string;
627
- width: string;
628
- position: string;
629
- display: string;
630
- boxSizing: string;
631
- pointerEvents: string;
632
- borderStyle: string;
633
- insetInlineStart: string | 0;
634
- insetInlineEnd: string;
635
- marginTop: string;
636
- borderInlineStartWidth: string;
637
- borderInlineStartColor: string;
638
- borderTopColor: string;
639
- borderBottomColor: string;
640
- borderInlineEndWidth: string | 0;
641
- borderInlineEndColor: string;
642
- bottom?: undefined;
643
- marginInlineStart?: undefined;
644
- marginInlineEnd?: undefined;
645
- borderBottomWidth?: undefined;
646
- top?: undefined;
647
- borderTopWidth?: undefined;
648
- borderWidth: string | 0;
649
- borderColor: string;
650
- } | {
651
- content: string;
652
- height: string;
653
- width: string;
654
- position: string;
655
- display: string;
656
- boxSizing: string;
657
- pointerEvents: string;
658
- borderStyle: string;
659
- bottom: string | 0;
660
- marginInlineStart: string;
661
- marginInlineEnd: string;
662
- borderBottomWidth: string;
663
- borderBottomColor: string;
664
- borderInlineStartColor: string;
665
- borderInlineEndColor: string;
666
- borderTopColor: string;
667
- insetInlineEnd?: undefined;
668
- insetInlineStart?: undefined;
669
- marginTop?: undefined;
670
- borderInlineEndWidth?: undefined;
671
- borderInlineStartWidth?: undefined;
672
- top?: undefined;
673
- borderTopWidth?: undefined;
674
- borderWidth: string | 0;
675
- borderColor: string;
676
- } | {
677
- content: string;
678
- height: string;
679
- width: string;
680
- position: string;
681
- display: string;
682
- boxSizing: string;
683
- pointerEvents: string;
684
- borderStyle: string;
685
- top: string | 0;
686
- marginInlineStart: string;
687
- marginInlineEnd: string;
688
- borderTopWidth: string;
689
- borderTopColor: string;
690
- borderInlineStartColor: string;
691
- borderInlineEndColor: string;
692
- borderBottomColor: string;
693
- insetInlineEnd?: undefined;
694
- insetInlineStart?: undefined;
695
- marginTop?: undefined;
696
- borderInlineEndWidth?: undefined;
697
- borderInlineStartWidth?: undefined;
698
- bottom?: undefined;
699
- borderBottomWidth?: undefined;
700
- borderWidth: string | 0;
701
- borderColor: string;
702
- };
703
- insetInlineStart: string;
704
- insetInlineEnd: string;
705
- top: string;
706
- marginTop: string;
707
- borderInlineStartWidth: string;
708
- borderInlineStartColor: string;
709
- borderInlineEndColor: string;
710
- borderTopColor: string;
711
- borderBottomColor: string;
712
- borderInlineEndWidth: string | 0;
713
- marginInlineStart?: undefined;
714
- marginInlineEnd?: undefined;
715
- borderBottomWidth?: undefined;
716
- bottom?: undefined;
717
- borderTopWidth?: undefined;
718
- display: string;
719
- borderWidth: string;
720
- borderColor: string;
721
- content: string;
722
- height: string;
723
- width: string;
724
- position: string;
725
- boxSizing: string;
726
- pointerEvents: string;
727
- borderStyle: string;
728
- label: string;
729
- } | {
730
- '&::after': {
731
- content: string;
732
- height: string;
733
- width: string;
734
- position: string;
735
- display: string;
736
- boxSizing: string;
737
- pointerEvents: string;
738
- borderStyle: string;
739
- insetInlineEnd: string | 0;
740
- insetInlineStart: string;
741
- marginTop: string;
742
- borderInlineEndWidth: string;
743
- borderInlineEndColor: string;
744
- borderTopColor: string;
745
- borderBottomColor: string;
746
- borderInlineStartWidth: string | 0;
747
- borderInlineStartColor: string;
748
- bottom?: undefined;
749
- marginInlineStart?: undefined;
750
- marginInlineEnd?: undefined;
751
- borderBottomWidth?: undefined;
752
- top?: undefined;
753
- borderTopWidth?: undefined;
754
- borderWidth: string | 0;
755
- borderColor: string;
756
- } | {
757
- content: string;
758
- height: string;
759
- width: string;
760
- position: string;
761
- display: string;
762
- boxSizing: string;
763
- pointerEvents: string;
764
- borderStyle: string;
765
- insetInlineStart: string | 0;
766
- insetInlineEnd: string;
767
- marginTop: string;
768
- borderInlineStartWidth: string;
769
- borderInlineStartColor: string;
770
- borderTopColor: string;
771
- borderBottomColor: string;
772
- borderInlineEndWidth: string | 0;
773
- borderInlineEndColor: string;
774
- bottom?: undefined;
775
- marginInlineStart?: undefined;
776
- marginInlineEnd?: undefined;
777
- borderBottomWidth?: undefined;
778
- top?: undefined;
779
- borderTopWidth?: undefined;
780
- borderWidth: string | 0;
781
- borderColor: string;
782
- } | {
783
- content: string;
784
- height: string;
785
- width: string;
786
- position: string;
787
- display: string;
788
- boxSizing: string;
789
- pointerEvents: string;
790
- borderStyle: string;
791
- bottom: string | 0;
792
- marginInlineStart: string;
793
- marginInlineEnd: string;
794
- borderBottomWidth: string;
795
- borderBottomColor: string;
796
- borderInlineStartColor: string;
797
- borderInlineEndColor: string;
798
- borderTopColor: string;
799
- insetInlineEnd?: undefined;
800
- insetInlineStart?: undefined;
801
- marginTop?: undefined;
802
- borderInlineEndWidth?: undefined;
803
- borderInlineStartWidth?: undefined;
804
- top?: undefined;
805
- borderTopWidth?: undefined;
806
- borderWidth: string | 0;
807
- borderColor: string;
808
- } | {
809
- content: string;
810
- height: string;
811
- width: string;
812
- position: string;
813
- display: string;
814
- boxSizing: string;
815
- pointerEvents: string;
816
- borderStyle: string;
817
- top: string | 0;
818
- marginInlineStart: string;
819
- marginInlineEnd: string;
820
- borderTopWidth: string;
821
- borderTopColor: string;
822
- borderInlineStartColor: string;
823
- borderInlineEndColor: string;
824
- borderBottomColor: string;
825
- insetInlineEnd?: undefined;
826
- insetInlineStart?: undefined;
827
- marginTop?: undefined;
828
- borderInlineEndWidth?: undefined;
829
- borderInlineStartWidth?: undefined;
830
- bottom?: undefined;
831
- borderBottomWidth?: undefined;
832
- borderWidth: string | 0;
833
- borderColor: string;
834
- };
835
- insetInlineStart: string;
836
- insetInlineEnd: string;
837
- top: string;
838
- marginTop: string;
839
- borderInlineStartWidth: string;
840
- borderInlineStartColor: string;
841
- borderInlineEndColor: string;
842
- borderTopColor: string;
843
- borderBottomColor: string;
844
- borderInlineEndWidth: string | 0;
845
- marginInlineStart?: undefined;
846
- marginInlineEnd?: undefined;
847
- borderBottomWidth?: undefined;
848
- bottom?: undefined;
849
- borderTopWidth?: undefined;
850
- display: string;
851
- borderWidth: string;
852
- borderColor: string;
853
- content: string;
854
- height: string;
855
- width: string;
856
- position: string;
857
- boxSizing: string;
858
- pointerEvents: string;
859
- borderStyle: string;
860
- label: string;
861
- } | {
862
- '&::after': {
863
- content: string;
864
- height: string;
865
- width: string;
866
- position: string;
867
- display: string;
868
- boxSizing: string;
869
- pointerEvents: string;
870
- borderStyle: string;
871
- insetInlineEnd: string | 0;
872
- insetInlineStart: string;
873
- marginTop: string;
874
- borderInlineEndWidth: string;
875
- borderInlineEndColor: string;
876
- borderTopColor: string;
877
- borderBottomColor: string;
878
- borderInlineStartWidth: string | 0;
879
- borderInlineStartColor: string;
880
- bottom?: undefined;
881
- marginInlineStart?: undefined;
882
- marginInlineEnd?: undefined;
883
- borderBottomWidth?: undefined;
884
- top?: undefined;
885
- borderTopWidth?: undefined;
886
- borderWidth: string | 0;
887
- borderColor: string;
888
- } | {
889
- content: string;
890
- height: string;
891
- width: string;
892
- position: string;
893
- display: string;
894
- boxSizing: string;
895
- pointerEvents: string;
896
- borderStyle: string;
897
- insetInlineStart: string | 0;
898
- insetInlineEnd: string;
899
- marginTop: string;
900
- borderInlineStartWidth: string;
901
- borderInlineStartColor: string;
902
- borderTopColor: string;
903
- borderBottomColor: string;
904
- borderInlineEndWidth: string | 0;
905
- borderInlineEndColor: string;
906
- bottom?: undefined;
907
- marginInlineStart?: undefined;
908
- marginInlineEnd?: undefined;
909
- borderBottomWidth?: undefined;
910
- top?: undefined;
911
- borderTopWidth?: undefined;
912
- borderWidth: string | 0;
913
- borderColor: string;
914
- } | {
915
- content: string;
916
- height: string;
917
- width: string;
918
- position: string;
919
- display: string;
920
- boxSizing: string;
921
- pointerEvents: string;
922
- borderStyle: string;
923
- bottom: string | 0;
924
- marginInlineStart: string;
925
- marginInlineEnd: string;
926
- borderBottomWidth: string;
927
- borderBottomColor: string;
928
- borderInlineStartColor: string;
929
- borderInlineEndColor: string;
930
- borderTopColor: string;
931
- insetInlineEnd?: undefined;
932
- insetInlineStart?: undefined;
933
- marginTop?: undefined;
934
- borderInlineEndWidth?: undefined;
935
- borderInlineStartWidth?: undefined;
936
- top?: undefined;
937
- borderTopWidth?: undefined;
938
- borderWidth: string | 0;
939
- borderColor: string;
940
- } | {
941
- content: string;
942
- height: string;
943
- width: string;
944
- position: string;
945
- display: string;
946
- boxSizing: string;
947
- pointerEvents: string;
948
- borderStyle: string;
949
- top: string | 0;
950
- marginInlineStart: string;
951
- marginInlineEnd: string;
952
- borderTopWidth: string;
953
- borderTopColor: string;
954
- borderInlineStartColor: string;
955
- borderInlineEndColor: string;
956
- borderBottomColor: string;
957
- insetInlineEnd?: undefined;
958
- insetInlineStart?: undefined;
959
- marginTop?: undefined;
960
- borderInlineEndWidth?: undefined;
961
- borderInlineStartWidth?: undefined;
962
- bottom?: undefined;
963
- borderBottomWidth?: undefined;
964
- borderWidth: string | 0;
965
- borderColor: string;
966
- };
967
- top: string;
968
- insetInlineStart: string;
969
- insetInlineEnd: string;
970
- marginTop: string;
971
- borderInlineStartWidth: string;
972
- borderInlineStartColor: string;
973
- borderInlineEndColor: string;
974
- borderTopColor: string;
975
- borderBottomColor: string;
976
- borderInlineEndWidth: string | 0;
977
- marginInlineStart?: undefined;
978
- marginInlineEnd?: undefined;
979
- borderBottomWidth?: undefined;
980
- bottom?: undefined;
981
- borderTopWidth?: undefined;
982
- display: string;
983
- borderWidth: string;
984
- borderColor: string;
985
- content: string;
986
- height: string;
987
- width: string;
988
- position: string;
989
- boxSizing: string;
990
- pointerEvents: string;
991
- borderStyle: string;
992
- label: string;
993
- } | {
994
- '&::after': {
995
- content: string;
996
- height: string;
997
- width: string;
998
- position: string;
999
- display: string;
1000
- boxSizing: string;
1001
- pointerEvents: string;
1002
- borderStyle: string;
1003
- insetInlineEnd: string | 0;
1004
- insetInlineStart: string;
1005
- marginTop: string;
1006
- borderInlineEndWidth: string;
1007
- borderInlineEndColor: string;
1008
- borderTopColor: string;
1009
- borderBottomColor: string;
1010
- borderInlineStartWidth: string | 0;
1011
- borderInlineStartColor: string;
1012
- bottom?: undefined;
1013
- marginInlineStart?: undefined;
1014
- marginInlineEnd?: undefined;
1015
- borderBottomWidth?: undefined;
1016
- top?: undefined;
1017
- borderTopWidth?: undefined;
1018
- borderWidth: string | 0;
1019
- borderColor: string;
1020
- } | {
1021
- content: string;
1022
- height: string;
1023
- width: string;
1024
- position: string;
1025
- display: string;
1026
- boxSizing: string;
1027
- pointerEvents: string;
1028
- borderStyle: string;
1029
- insetInlineStart: string | 0;
1030
- insetInlineEnd: string;
1031
- marginTop: string;
1032
- borderInlineStartWidth: string;
1033
- borderInlineStartColor: string;
1034
- borderTopColor: string;
1035
- borderBottomColor: string;
1036
- borderInlineEndWidth: string | 0;
1037
- borderInlineEndColor: string;
1038
- bottom?: undefined;
1039
- marginInlineStart?: undefined;
1040
- marginInlineEnd?: undefined;
1041
- borderBottomWidth?: undefined;
1042
- top?: undefined;
1043
- borderTopWidth?: undefined;
1044
- borderWidth: string | 0;
1045
- borderColor: string;
1046
- } | {
1047
- content: string;
1048
- height: string;
1049
- width: string;
1050
- position: string;
1051
- display: string;
1052
- boxSizing: string;
1053
- pointerEvents: string;
1054
- borderStyle: string;
1055
- bottom: string | 0;
1056
- marginInlineStart: string;
1057
- marginInlineEnd: string;
1058
- borderBottomWidth: string;
1059
- borderBottomColor: string;
1060
- borderInlineStartColor: string;
1061
- borderInlineEndColor: string;
1062
- borderTopColor: string;
1063
- insetInlineEnd?: undefined;
1064
- insetInlineStart?: undefined;
1065
- marginTop?: undefined;
1066
- borderInlineEndWidth?: undefined;
1067
- borderInlineStartWidth?: undefined;
1068
- top?: undefined;
1069
- borderTopWidth?: undefined;
1070
- borderWidth: string | 0;
1071
- borderColor: string;
1072
- } | {
1073
- content: string;
1074
- height: string;
1075
- width: string;
1076
- position: string;
1077
- display: string;
1078
- boxSizing: string;
1079
- pointerEvents: string;
1080
- borderStyle: string;
1081
- top: string | 0;
1082
- marginInlineStart: string;
1083
- marginInlineEnd: string;
1084
- borderTopWidth: string;
1085
- borderTopColor: string;
1086
- borderInlineStartColor: string;
1087
- borderInlineEndColor: string;
1088
- borderBottomColor: string;
1089
- insetInlineEnd?: undefined;
1090
- insetInlineStart?: undefined;
1091
- marginTop?: undefined;
1092
- borderInlineEndWidth?: undefined;
1093
- borderInlineStartWidth?: undefined;
1094
- bottom?: undefined;
1095
- borderBottomWidth?: undefined;
1096
- borderWidth: string | 0;
1097
- borderColor: string;
1098
- };
1099
- insetInlineStart: string;
1100
- insetInlineEnd: string;
1101
- top: string;
1102
- marginTop: string;
1103
- borderInlineStartWidth: string;
1104
- borderInlineStartColor: string;
1105
- borderInlineEndColor: string;
1106
- borderTopColor: string;
1107
- borderBottomColor: string;
1108
- borderInlineEndWidth: string | 0;
1109
- marginInlineStart?: undefined;
1110
- marginInlineEnd?: undefined;
1111
- borderBottomWidth?: undefined;
1112
- bottom?: undefined;
1113
- borderTopWidth?: undefined;
1114
- display: string;
1115
- borderWidth: string;
1116
- borderColor: string;
1117
- content: string;
1118
- height: string;
1119
- width: string;
1120
- position: string;
1121
- boxSizing: string;
1122
- pointerEvents: string;
1123
- borderStyle: string;
1124
- label: string;
1125
- } | {
1126
- '&::after': {
1127
- content: string;
1128
- height: string;
1129
- width: string;
1130
- position: string;
1131
- display: string;
1132
- boxSizing: string;
1133
- pointerEvents: string;
1134
- borderStyle: string;
1135
- insetInlineEnd: string | 0;
1136
- insetInlineStart: string;
1137
- marginTop: string;
1138
- borderInlineEndWidth: string;
1139
- borderInlineEndColor: string;
1140
- borderTopColor: string;
1141
- borderBottomColor: string;
1142
- borderInlineStartWidth: string | 0;
1143
- borderInlineStartColor: string;
1144
- bottom?: undefined;
1145
- marginInlineStart?: undefined;
1146
- marginInlineEnd?: undefined;
1147
- borderBottomWidth?: undefined;
1148
- top?: undefined;
1149
- borderTopWidth?: undefined;
1150
- borderWidth: string | 0;
1151
- borderColor: string;
1152
- } | {
1153
- content: string;
1154
- height: string;
1155
- width: string;
1156
- position: string;
1157
- display: string;
1158
- boxSizing: string;
1159
- pointerEvents: string;
1160
- borderStyle: string;
1161
- insetInlineStart: string | 0;
1162
- insetInlineEnd: string;
1163
- marginTop: string;
1164
- borderInlineStartWidth: string;
1165
- borderInlineStartColor: string;
1166
- borderTopColor: string;
1167
- borderBottomColor: string;
1168
- borderInlineEndWidth: string | 0;
1169
- borderInlineEndColor: string;
1170
- bottom?: undefined;
1171
- marginInlineStart?: undefined;
1172
- marginInlineEnd?: undefined;
1173
- borderBottomWidth?: undefined;
1174
- top?: undefined;
1175
- borderTopWidth?: undefined;
1176
- borderWidth: string | 0;
1177
- borderColor: string;
1178
- } | {
1179
- content: string;
1180
- height: string;
1181
- width: string;
1182
- position: string;
1183
- display: string;
1184
- boxSizing: string;
1185
- pointerEvents: string;
1186
- borderStyle: string;
1187
- bottom: string | 0;
1188
- marginInlineStart: string;
1189
- marginInlineEnd: string;
1190
- borderBottomWidth: string;
1191
- borderBottomColor: string;
1192
- borderInlineStartColor: string;
1193
- borderInlineEndColor: string;
1194
- borderTopColor: string;
1195
- insetInlineEnd?: undefined;
1196
- insetInlineStart?: undefined;
1197
- marginTop?: undefined;
1198
- borderInlineEndWidth?: undefined;
1199
- borderInlineStartWidth?: undefined;
1200
- top?: undefined;
1201
- borderTopWidth?: undefined;
1202
- borderWidth: string | 0;
1203
- borderColor: string;
1204
- } | {
1205
- content: string;
1206
- height: string;
1207
- width: string;
1208
- position: string;
1209
- display: string;
1210
- boxSizing: string;
1211
- pointerEvents: string;
1212
- borderStyle: string;
1213
- top: string | 0;
1214
- marginInlineStart: string;
1215
- marginInlineEnd: string;
1216
- borderTopWidth: string;
1217
- borderTopColor: string;
1218
- borderInlineStartColor: string;
1219
- borderInlineEndColor: string;
1220
- borderBottomColor: string;
1221
- insetInlineEnd?: undefined;
1222
- insetInlineStart?: undefined;
1223
- marginTop?: undefined;
1224
- borderInlineEndWidth?: undefined;
1225
- borderInlineStartWidth?: undefined;
1226
- bottom?: undefined;
1227
- borderBottomWidth?: undefined;
1228
- borderWidth: string | 0;
1229
- borderColor: string;
1230
- };
1231
- insetInlineStart: string;
1232
- insetInlineEnd?: undefined;
1233
- top: string;
1234
- marginInlineStart: string;
1235
- marginInlineEnd: string;
1236
- borderBottomWidth: string;
1237
- borderBottomColor: string;
1238
- borderInlineStartColor: string;
1239
- borderInlineEndColor: string;
1240
- marginTop?: undefined;
1241
- borderInlineEndWidth?: undefined;
1242
- borderTopColor?: undefined;
1243
- borderInlineStartWidth?: undefined;
1244
- bottom?: undefined;
1245
- borderTopWidth?: undefined;
1246
- display: string;
1247
- borderWidth: string;
1248
- borderColor: string;
1249
- content: string;
1250
- height: string;
1251
- width: string;
1252
- position: string;
1253
- boxSizing: string;
1254
- pointerEvents: string;
1255
- borderStyle: string;
1256
- label: string;
1257
- } | {
1258
- '&::after': {
1259
- content: string;
1260
- height: string;
1261
- width: string;
1262
- position: string;
1263
- display: string;
1264
- boxSizing: string;
1265
- pointerEvents: string;
1266
- borderStyle: string;
1267
- insetInlineEnd: string | 0;
1268
- insetInlineStart: string;
1269
- marginTop: string;
1270
- borderInlineEndWidth: string;
1271
- borderInlineEndColor: string;
1272
- borderTopColor: string;
1273
- borderBottomColor: string;
1274
- borderInlineStartWidth: string | 0;
1275
- borderInlineStartColor: string;
1276
- bottom?: undefined;
1277
- marginInlineStart?: undefined;
1278
- marginInlineEnd?: undefined;
1279
- borderBottomWidth?: undefined;
1280
- top?: undefined;
1281
- borderTopWidth?: undefined;
1282
- borderWidth: string | 0;
1283
- borderColor: string;
1284
- } | {
1285
- content: string;
1286
- height: string;
1287
- width: string;
1288
- position: string;
1289
- display: string;
1290
- boxSizing: string;
1291
- pointerEvents: string;
1292
- borderStyle: string;
1293
- insetInlineStart: string | 0;
1294
- insetInlineEnd: string;
1295
- marginTop: string;
1296
- borderInlineStartWidth: string;
1297
- borderInlineStartColor: string;
1298
- borderTopColor: string;
1299
- borderBottomColor: string;
1300
- borderInlineEndWidth: string | 0;
1301
- borderInlineEndColor: string;
1302
- bottom?: undefined;
1303
- marginInlineStart?: undefined;
1304
- marginInlineEnd?: undefined;
1305
- borderBottomWidth?: undefined;
1306
- top?: undefined;
1307
- borderTopWidth?: undefined;
1308
- borderWidth: string | 0;
1309
- borderColor: string;
1310
- } | {
1311
- content: string;
1312
- height: string;
1313
- width: string;
1314
- position: string;
1315
- display: string;
1316
- boxSizing: string;
1317
- pointerEvents: string;
1318
- borderStyle: string;
1319
- bottom: string | 0;
1320
- marginInlineStart: string;
1321
- marginInlineEnd: string;
1322
- borderBottomWidth: string;
1323
- borderBottomColor: string;
1324
- borderInlineStartColor: string;
1325
- borderInlineEndColor: string;
1326
- borderTopColor: string;
1327
- insetInlineEnd?: undefined;
1328
- insetInlineStart?: undefined;
1329
- marginTop?: undefined;
1330
- borderInlineEndWidth?: undefined;
1331
- borderInlineStartWidth?: undefined;
1332
- top?: undefined;
1333
- borderTopWidth?: undefined;
1334
- borderWidth: string | 0;
1335
- borderColor: string;
1336
- } | {
1337
- content: string;
1338
- height: string;
1339
- width: string;
1340
- position: string;
1341
- display: string;
1342
- boxSizing: string;
1343
- pointerEvents: string;
1344
- borderStyle: string;
1345
- top: string | 0;
1346
- marginInlineStart: string;
1347
- marginInlineEnd: string;
1348
- borderTopWidth: string;
1349
- borderTopColor: string;
1350
- borderInlineStartColor: string;
1351
- borderInlineEndColor: string;
1352
- borderBottomColor: string;
1353
- insetInlineEnd?: undefined;
1354
- insetInlineStart?: undefined;
1355
- marginTop?: undefined;
1356
- borderInlineEndWidth?: undefined;
1357
- borderInlineStartWidth?: undefined;
1358
- bottom?: undefined;
1359
- borderBottomWidth?: undefined;
1360
- borderWidth: string | 0;
1361
- borderColor: string;
1362
- };
1363
- insetInlineStart: string;
1364
- insetInlineEnd: string;
1365
- top: string;
1366
- marginInlineStart: string;
1367
- marginInlineEnd: string;
1368
- borderBottomWidth: string;
1369
- borderBottomColor: string;
1370
- borderInlineStartColor: string;
1371
- borderInlineEndColor: string;
1372
- marginTop?: undefined;
1373
- borderInlineEndWidth?: undefined;
1374
- borderTopColor?: undefined;
1375
- borderInlineStartWidth?: undefined;
1376
- bottom?: undefined;
1377
- borderTopWidth?: undefined;
1378
- display: string;
1379
- borderWidth: string;
1380
- borderColor: string;
1381
- content: string;
1382
- height: string;
1383
- width: string;
1384
- position: string;
1385
- boxSizing: string;
1386
- pointerEvents: string;
1387
- borderStyle: string;
1388
- label: string;
1389
- } | {
1390
- '&::after': {
1391
- content: string;
1392
- height: string;
1393
- width: string;
1394
- position: string;
1395
- display: string;
1396
- boxSizing: string;
1397
- pointerEvents: string;
1398
- borderStyle: string;
1399
- insetInlineEnd: string | 0;
1400
- insetInlineStart: string;
1401
- marginTop: string;
1402
- borderInlineEndWidth: string;
1403
- borderInlineEndColor: string;
1404
- borderTopColor: string;
1405
- borderBottomColor: string;
1406
- borderInlineStartWidth: string | 0;
1407
- borderInlineStartColor: string;
1408
- bottom?: undefined;
1409
- marginInlineStart?: undefined;
1410
- marginInlineEnd?: undefined;
1411
- borderBottomWidth?: undefined;
1412
- top?: undefined;
1413
- borderTopWidth?: undefined;
1414
- borderWidth: string | 0;
1415
- borderColor: string;
1416
- } | {
1417
- content: string;
1418
- height: string;
1419
- width: string;
1420
- position: string;
1421
- display: string;
1422
- boxSizing: string;
1423
- pointerEvents: string;
1424
- borderStyle: string;
1425
- insetInlineStart: string | 0;
1426
- insetInlineEnd: string;
1427
- marginTop: string;
1428
- borderInlineStartWidth: string;
1429
- borderInlineStartColor: string;
1430
- borderTopColor: string;
1431
- borderBottomColor: string;
1432
- borderInlineEndWidth: string | 0;
1433
- borderInlineEndColor: string;
1434
- bottom?: undefined;
1435
- marginInlineStart?: undefined;
1436
- marginInlineEnd?: undefined;
1437
- borderBottomWidth?: undefined;
1438
- top?: undefined;
1439
- borderTopWidth?: undefined;
1440
- borderWidth: string | 0;
1441
- borderColor: string;
1442
- } | {
1443
- content: string;
1444
- height: string;
1445
- width: string;
1446
- position: string;
1447
- display: string;
1448
- boxSizing: string;
1449
- pointerEvents: string;
1450
- borderStyle: string;
1451
- bottom: string | 0;
1452
- marginInlineStart: string;
1453
- marginInlineEnd: string;
1454
- borderBottomWidth: string;
1455
- borderBottomColor: string;
1456
- borderInlineStartColor: string;
1457
- borderInlineEndColor: string;
1458
- borderTopColor: string;
1459
- insetInlineEnd?: undefined;
1460
- insetInlineStart?: undefined;
1461
- marginTop?: undefined;
1462
- borderInlineEndWidth?: undefined;
1463
- borderInlineStartWidth?: undefined;
1464
- top?: undefined;
1465
- borderTopWidth?: undefined;
1466
- borderWidth: string | 0;
1467
- borderColor: string;
1468
- } | {
1469
- content: string;
1470
- height: string;
1471
- width: string;
1472
- position: string;
1473
- display: string;
1474
- boxSizing: string;
1475
- pointerEvents: string;
1476
- borderStyle: string;
1477
- top: string | 0;
1478
- marginInlineStart: string;
1479
- marginInlineEnd: string;
1480
- borderTopWidth: string;
1481
- borderTopColor: string;
1482
- borderInlineStartColor: string;
1483
- borderInlineEndColor: string;
1484
- borderBottomColor: string;
1485
- insetInlineEnd?: undefined;
1486
- insetInlineStart?: undefined;
1487
- marginTop?: undefined;
1488
- borderInlineEndWidth?: undefined;
1489
- borderInlineStartWidth?: undefined;
1490
- bottom?: undefined;
1491
- borderBottomWidth?: undefined;
1492
- borderWidth: string | 0;
1493
- borderColor: string;
1494
- };
1495
- top: string;
1496
- insetInlineStart?: undefined;
1497
- insetInlineEnd?: undefined;
1498
- marginInlineStart: string;
1499
- marginInlineEnd: string;
1500
- borderBottomWidth: string;
1501
- borderBottomColor: string;
1502
- borderInlineStartColor: string;
1503
- borderInlineEndColor: string;
1504
- marginTop?: undefined;
1505
- borderInlineEndWidth?: undefined;
1506
- borderTopColor?: undefined;
1507
- borderInlineStartWidth?: undefined;
1508
- bottom?: undefined;
1509
- borderTopWidth?: undefined;
1510
- display: string;
1511
- borderWidth: string;
1512
- borderColor: string;
1513
- content: string;
1514
- height: string;
1515
- width: string;
1516
- position: string;
1517
- boxSizing: string;
1518
- pointerEvents: string;
1519
- borderStyle: string;
1520
- label: string;
1521
- } | {
1522
- '&::after': {
1523
- content: string;
1524
- height: string;
1525
- width: string;
1526
- position: string;
1527
- display: string;
1528
- boxSizing: string;
1529
- pointerEvents: string;
1530
- borderStyle: string;
1531
- insetInlineEnd: string | 0;
1532
- insetInlineStart: string;
1533
- marginTop: string;
1534
- borderInlineEndWidth: string;
1535
- borderInlineEndColor: string;
1536
- borderTopColor: string;
1537
- borderBottomColor: string;
1538
- borderInlineStartWidth: string | 0;
1539
- borderInlineStartColor: string;
1540
- bottom?: undefined;
1541
- marginInlineStart?: undefined;
1542
- marginInlineEnd?: undefined;
1543
- borderBottomWidth?: undefined;
1544
- top?: undefined;
1545
- borderTopWidth?: undefined;
1546
- borderWidth: string | 0;
1547
- borderColor: string;
1548
- } | {
1549
- content: string;
1550
- height: string;
1551
- width: string;
1552
- position: string;
1553
- display: string;
1554
- boxSizing: string;
1555
- pointerEvents: string;
1556
- borderStyle: string;
1557
- insetInlineStart: string | 0;
1558
- insetInlineEnd: string;
1559
- marginTop: string;
1560
- borderInlineStartWidth: string;
1561
- borderInlineStartColor: string;
1562
- borderTopColor: string;
1563
- borderBottomColor: string;
1564
- borderInlineEndWidth: string | 0;
1565
- borderInlineEndColor: string;
1566
- bottom?: undefined;
1567
- marginInlineStart?: undefined;
1568
- marginInlineEnd?: undefined;
1569
- borderBottomWidth?: undefined;
1570
- top?: undefined;
1571
- borderTopWidth?: undefined;
1572
- borderWidth: string | 0;
1573
- borderColor: string;
1574
- } | {
1575
- content: string;
1576
- height: string;
1577
- width: string;
1578
- position: string;
1579
- display: string;
1580
- boxSizing: string;
1581
- pointerEvents: string;
1582
- borderStyle: string;
1583
- bottom: string | 0;
1584
- marginInlineStart: string;
1585
- marginInlineEnd: string;
1586
- borderBottomWidth: string;
1587
- borderBottomColor: string;
1588
- borderInlineStartColor: string;
1589
- borderInlineEndColor: string;
1590
- borderTopColor: string;
1591
- insetInlineEnd?: undefined;
1592
- insetInlineStart?: undefined;
1593
- marginTop?: undefined;
1594
- borderInlineEndWidth?: undefined;
1595
- borderInlineStartWidth?: undefined;
1596
- top?: undefined;
1597
- borderTopWidth?: undefined;
1598
- borderWidth: string | 0;
1599
- borderColor: string;
1600
- } | {
1601
- content: string;
1602
- height: string;
1603
- width: string;
1604
- position: string;
1605
- display: string;
1606
- boxSizing: string;
1607
- pointerEvents: string;
1608
- borderStyle: string;
1609
- top: string | 0;
1610
- marginInlineStart: string;
1611
- marginInlineEnd: string;
1612
- borderTopWidth: string;
1613
- borderTopColor: string;
1614
- borderInlineStartColor: string;
1615
- borderInlineEndColor: string;
1616
- borderBottomColor: string;
1617
- insetInlineEnd?: undefined;
1618
- insetInlineStart?: undefined;
1619
- marginTop?: undefined;
1620
- borderInlineEndWidth?: undefined;
1621
- borderInlineStartWidth?: undefined;
1622
- bottom?: undefined;
1623
- borderBottomWidth?: undefined;
1624
- borderWidth: string | 0;
1625
- borderColor: string;
1626
- };
1627
- insetInlineStart?: undefined;
1628
- insetInlineEnd?: undefined;
1629
- top: string;
1630
- marginInlineStart: string;
1631
- marginInlineEnd: string;
1632
- borderBottomWidth: string;
1633
- borderBottomColor: string;
1634
- borderInlineStartColor: string;
1635
- borderInlineEndColor: string;
1636
- marginTop?: undefined;
1637
- borderInlineEndWidth?: undefined;
1638
- borderTopColor?: undefined;
1639
- borderInlineStartWidth?: undefined;
1640
- bottom?: undefined;
1641
- borderTopWidth?: undefined;
1642
- display: string;
1643
- borderWidth: string;
1644
- borderColor: string;
1645
- content: string;
1646
- height: string;
1647
- width: string;
1648
- position: string;
1649
- boxSizing: string;
1650
- pointerEvents: string;
1651
- borderStyle: string;
1652
- label: string;
1653
- } | {
1654
- '&::after': {
1655
- content: string;
1656
- height: string;
1657
- width: string;
1658
- position: string;
1659
- display: string;
1660
- boxSizing: string;
1661
- pointerEvents: string;
1662
- borderStyle: string;
1663
- insetInlineEnd: string | 0;
1664
- insetInlineStart: string;
1665
- marginTop: string;
1666
- borderInlineEndWidth: string;
1667
- borderInlineEndColor: string;
1668
- borderTopColor: string;
1669
- borderBottomColor: string;
1670
- borderInlineStartWidth: string | 0;
1671
- borderInlineStartColor: string;
1672
- bottom?: undefined;
1673
- marginInlineStart?: undefined;
1674
- marginInlineEnd?: undefined;
1675
- borderBottomWidth?: undefined;
1676
- top?: undefined;
1677
- borderTopWidth?: undefined;
1678
- borderWidth: string | 0;
1679
- borderColor: string;
1680
- } | {
1681
- content: string;
1682
- height: string;
1683
- width: string;
1684
- position: string;
1685
- display: string;
1686
- boxSizing: string;
1687
- pointerEvents: string;
1688
- borderStyle: string;
1689
- insetInlineStart: string | 0;
1690
- insetInlineEnd: string;
1691
- marginTop: string;
1692
- borderInlineStartWidth: string;
1693
- borderInlineStartColor: string;
1694
- borderTopColor: string;
1695
- borderBottomColor: string;
1696
- borderInlineEndWidth: string | 0;
1697
- borderInlineEndColor: string;
1698
- bottom?: undefined;
1699
- marginInlineStart?: undefined;
1700
- marginInlineEnd?: undefined;
1701
- borderBottomWidth?: undefined;
1702
- top?: undefined;
1703
- borderTopWidth?: undefined;
1704
- borderWidth: string | 0;
1705
- borderColor: string;
1706
- } | {
1707
- content: string;
1708
- height: string;
1709
- width: string;
1710
- position: string;
1711
- display: string;
1712
- boxSizing: string;
1713
- pointerEvents: string;
1714
- borderStyle: string;
1715
- bottom: string | 0;
1716
- marginInlineStart: string;
1717
- marginInlineEnd: string;
1718
- borderBottomWidth: string;
1719
- borderBottomColor: string;
1720
- borderInlineStartColor: string;
1721
- borderInlineEndColor: string;
1722
- borderTopColor: string;
1723
- insetInlineEnd?: undefined;
1724
- insetInlineStart?: undefined;
1725
- marginTop?: undefined;
1726
- borderInlineEndWidth?: undefined;
1727
- borderInlineStartWidth?: undefined;
1728
- top?: undefined;
1729
- borderTopWidth?: undefined;
1730
- borderWidth: string | 0;
1731
- borderColor: string;
1732
- } | {
1733
- content: string;
1734
- height: string;
1735
- width: string;
1736
- position: string;
1737
- display: string;
1738
- boxSizing: string;
1739
- pointerEvents: string;
1740
- borderStyle: string;
1741
- top: string | 0;
1742
- marginInlineStart: string;
1743
- marginInlineEnd: string;
1744
- borderTopWidth: string;
1745
- borderTopColor: string;
1746
- borderInlineStartColor: string;
1747
- borderInlineEndColor: string;
1748
- borderBottomColor: string;
1749
- insetInlineEnd?: undefined;
1750
- insetInlineStart?: undefined;
1751
- marginTop?: undefined;
1752
- borderInlineEndWidth?: undefined;
1753
- borderInlineStartWidth?: undefined;
1754
- bottom?: undefined;
1755
- borderBottomWidth?: undefined;
1756
- borderWidth: string | 0;
1757
- borderColor: string;
1758
- };
1759
- insetInlineStart: string;
1760
- insetInlineEnd?: undefined;
1761
- top?: undefined;
1762
- bottom: string;
1763
- marginInlineStart: string;
1764
- marginInlineEnd: string;
1765
- borderTopWidth: string;
1766
- borderTopColor: string;
1767
- borderInlineStartColor: string;
1768
- borderInlineEndColor: string;
1769
- marginTop?: undefined;
1770
- borderInlineEndWidth?: undefined;
1771
- borderBottomColor?: undefined;
1772
- borderInlineStartWidth?: undefined;
1773
- borderBottomWidth?: undefined;
1774
- display: string;
1775
- borderWidth: string;
1776
- borderColor: string;
1777
- content: string;
1778
- height: string;
1779
- width: string;
1780
- position: string;
1781
- boxSizing: string;
1782
- pointerEvents: string;
1783
- borderStyle: string;
1784
- label: string;
1785
- } | {
1786
- '&::after': {
1787
- content: string;
1788
- height: string;
1789
- width: string;
1790
- position: string;
1791
- display: string;
1792
- boxSizing: string;
1793
- pointerEvents: string;
1794
- borderStyle: string;
1795
- insetInlineEnd: string | 0;
1796
- insetInlineStart: string;
1797
- marginTop: string;
1798
- borderInlineEndWidth: string;
1799
- borderInlineEndColor: string;
1800
- borderTopColor: string;
1801
- borderBottomColor: string;
1802
- borderInlineStartWidth: string | 0;
1803
- borderInlineStartColor: string;
1804
- bottom?: undefined;
1805
- marginInlineStart?: undefined;
1806
- marginInlineEnd?: undefined;
1807
- borderBottomWidth?: undefined;
1808
- top?: undefined;
1809
- borderTopWidth?: undefined;
1810
- borderWidth: string | 0;
1811
- borderColor: string;
1812
- } | {
1813
- content: string;
1814
- height: string;
1815
- width: string;
1816
- position: string;
1817
- display: string;
1818
- boxSizing: string;
1819
- pointerEvents: string;
1820
- borderStyle: string;
1821
- insetInlineStart: string | 0;
1822
- insetInlineEnd: string;
1823
- marginTop: string;
1824
- borderInlineStartWidth: string;
1825
- borderInlineStartColor: string;
1826
- borderTopColor: string;
1827
- borderBottomColor: string;
1828
- borderInlineEndWidth: string | 0;
1829
- borderInlineEndColor: string;
1830
- bottom?: undefined;
1831
- marginInlineStart?: undefined;
1832
- marginInlineEnd?: undefined;
1833
- borderBottomWidth?: undefined;
1834
- top?: undefined;
1835
- borderTopWidth?: undefined;
1836
- borderWidth: string | 0;
1837
- borderColor: string;
1838
- } | {
1839
- content: string;
1840
- height: string;
1841
- width: string;
1842
- position: string;
1843
- display: string;
1844
- boxSizing: string;
1845
- pointerEvents: string;
1846
- borderStyle: string;
1847
- bottom: string | 0;
1848
- marginInlineStart: string;
1849
- marginInlineEnd: string;
1850
- borderBottomWidth: string;
1851
- borderBottomColor: string;
1852
- borderInlineStartColor: string;
1853
- borderInlineEndColor: string;
1854
- borderTopColor: string;
1855
- insetInlineEnd?: undefined;
1856
- insetInlineStart?: undefined;
1857
- marginTop?: undefined;
1858
- borderInlineEndWidth?: undefined;
1859
- borderInlineStartWidth?: undefined;
1860
- top?: undefined;
1861
- borderTopWidth?: undefined;
1862
- borderWidth: string | 0;
1863
- borderColor: string;
1864
- } | {
1865
- content: string;
1866
- height: string;
1867
- width: string;
1868
- position: string;
1869
- display: string;
1870
- boxSizing: string;
1871
- pointerEvents: string;
1872
- borderStyle: string;
1873
- top: string | 0;
1874
- marginInlineStart: string;
1875
- marginInlineEnd: string;
1876
- borderTopWidth: string;
1877
- borderTopColor: string;
1878
- borderInlineStartColor: string;
1879
- borderInlineEndColor: string;
1880
- borderBottomColor: string;
1881
- insetInlineEnd?: undefined;
1882
- insetInlineStart?: undefined;
1883
- marginTop?: undefined;
1884
- borderInlineEndWidth?: undefined;
1885
- borderInlineStartWidth?: undefined;
1886
- bottom?: undefined;
1887
- borderBottomWidth?: undefined;
1888
- borderWidth: string | 0;
1889
- borderColor: string;
1890
- };
1891
- insetInlineStart: string;
1892
- insetInlineEnd: string;
1893
- top?: undefined;
1894
- bottom: string;
1895
- marginInlineStart: string;
1896
- marginInlineEnd: string;
1897
- borderTopWidth: string;
1898
- borderTopColor: string;
1899
- borderInlineStartColor: string;
1900
- borderInlineEndColor: string;
1901
- marginTop?: undefined;
1902
- borderInlineEndWidth?: undefined;
1903
- borderBottomColor?: undefined;
1904
- borderInlineStartWidth?: undefined;
1905
- borderBottomWidth?: undefined;
1906
- display: string;
1907
- borderWidth: string;
1908
- borderColor: string;
1909
- content: string;
1910
- height: string;
1911
- width: string;
1912
- position: string;
1913
- boxSizing: string;
1914
- pointerEvents: string;
1915
- borderStyle: string;
1916
- label: string;
1917
- } | {
1918
- '&::after': {
1919
- content: string;
1920
- height: string;
1921
- width: string;
1922
- position: string;
1923
- display: string;
1924
- boxSizing: string;
1925
- pointerEvents: string;
1926
- borderStyle: string;
1927
- insetInlineEnd: string | 0;
1928
- insetInlineStart: string;
1929
- marginTop: string;
1930
- borderInlineEndWidth: string;
1931
- borderInlineEndColor: string;
1932
- borderTopColor: string;
1933
- borderBottomColor: string;
1934
- borderInlineStartWidth: string | 0;
1935
- borderInlineStartColor: string;
1936
- bottom?: undefined;
1937
- marginInlineStart?: undefined;
1938
- marginInlineEnd?: undefined;
1939
- borderBottomWidth?: undefined;
1940
- top?: undefined;
1941
- borderTopWidth?: undefined;
1942
- borderWidth: string | 0;
1943
- borderColor: string;
1944
- } | {
1945
- content: string;
1946
- height: string;
1947
- width: string;
1948
- position: string;
1949
- display: string;
1950
- boxSizing: string;
1951
- pointerEvents: string;
1952
- borderStyle: string;
1953
- insetInlineStart: string | 0;
1954
- insetInlineEnd: string;
1955
- marginTop: string;
1956
- borderInlineStartWidth: string;
1957
- borderInlineStartColor: string;
1958
- borderTopColor: string;
1959
- borderBottomColor: string;
1960
- borderInlineEndWidth: string | 0;
1961
- borderInlineEndColor: string;
1962
- bottom?: undefined;
1963
- marginInlineStart?: undefined;
1964
- marginInlineEnd?: undefined;
1965
- borderBottomWidth?: undefined;
1966
- top?: undefined;
1967
- borderTopWidth?: undefined;
1968
- borderWidth: string | 0;
1969
- borderColor: string;
1970
- } | {
1971
- content: string;
1972
- height: string;
1973
- width: string;
1974
- position: string;
1975
- display: string;
1976
- boxSizing: string;
1977
- pointerEvents: string;
1978
- borderStyle: string;
1979
- bottom: string | 0;
1980
- marginInlineStart: string;
1981
- marginInlineEnd: string;
1982
- borderBottomWidth: string;
1983
- borderBottomColor: string;
1984
- borderInlineStartColor: string;
1985
- borderInlineEndColor: string;
1986
- borderTopColor: string;
1987
- insetInlineEnd?: undefined;
1988
- insetInlineStart?: undefined;
1989
- marginTop?: undefined;
1990
- borderInlineEndWidth?: undefined;
1991
- borderInlineStartWidth?: undefined;
1992
- top?: undefined;
1993
- borderTopWidth?: undefined;
1994
- borderWidth: string | 0;
1995
- borderColor: string;
1996
- } | {
1997
- content: string;
1998
- height: string;
1999
- width: string;
2000
- position: string;
2001
- display: string;
2002
- boxSizing: string;
2003
- pointerEvents: string;
2004
- borderStyle: string;
2005
- top: string | 0;
2006
- marginInlineStart: string;
2007
- marginInlineEnd: string;
2008
- borderTopWidth: string;
2009
- borderTopColor: string;
2010
- borderInlineStartColor: string;
2011
- borderInlineEndColor: string;
2012
- borderBottomColor: string;
2013
- insetInlineEnd?: undefined;
2014
- insetInlineStart?: undefined;
2015
- marginTop?: undefined;
2016
- borderInlineEndWidth?: undefined;
2017
- borderInlineStartWidth?: undefined;
2018
- bottom?: undefined;
2019
- borderBottomWidth?: undefined;
2020
- borderWidth: string | 0;
2021
- borderColor: string;
2022
- };
2023
- top: string;
2024
- insetInlineStart?: undefined;
2025
- insetInlineEnd?: undefined;
2026
- bottom: string;
2027
- marginInlineStart: string;
2028
- marginInlineEnd: string;
2029
- borderTopWidth: string;
2030
- borderTopColor: string;
2031
- borderInlineStartColor: string;
2032
- borderInlineEndColor: string;
2033
- marginTop?: undefined;
2034
- borderInlineEndWidth?: undefined;
2035
- borderBottomColor?: undefined;
2036
- borderInlineStartWidth?: undefined;
2037
- borderBottomWidth?: undefined;
2038
- display: string;
2039
- borderWidth: string;
2040
- borderColor: string;
2041
- content: string;
2042
- height: string;
2043
- width: string;
2044
- position: string;
2045
- boxSizing: string;
2046
- pointerEvents: string;
2047
- borderStyle: string;
2048
- label: string;
2049
- } | {
2050
- '&::after': {
2051
- content: string;
2052
- height: string;
2053
- width: string;
2054
- position: string;
2055
- display: string;
2056
- boxSizing: string;
2057
- pointerEvents: string;
2058
- borderStyle: string;
2059
- insetInlineEnd: string | 0;
2060
- insetInlineStart: string;
2061
- marginTop: string;
2062
- borderInlineEndWidth: string;
2063
- borderInlineEndColor: string;
2064
- borderTopColor: string;
2065
- borderBottomColor: string;
2066
- borderInlineStartWidth: string | 0;
2067
- borderInlineStartColor: string;
2068
- bottom?: undefined;
2069
- marginInlineStart?: undefined;
2070
- marginInlineEnd?: undefined;
2071
- borderBottomWidth?: undefined;
2072
- top?: undefined;
2073
- borderTopWidth?: undefined;
2074
- borderWidth: string | 0;
2075
- borderColor: string;
2076
- } | {
2077
- content: string;
2078
- height: string;
2079
- width: string;
2080
- position: string;
2081
- display: string;
2082
- boxSizing: string;
2083
- pointerEvents: string;
2084
- borderStyle: string;
2085
- insetInlineStart: string | 0;
2086
- insetInlineEnd: string;
2087
- marginTop: string;
2088
- borderInlineStartWidth: string;
2089
- borderInlineStartColor: string;
2090
- borderTopColor: string;
2091
- borderBottomColor: string;
2092
- borderInlineEndWidth: string | 0;
2093
- borderInlineEndColor: string;
2094
- bottom?: undefined;
2095
- marginInlineStart?: undefined;
2096
- marginInlineEnd?: undefined;
2097
- borderBottomWidth?: undefined;
2098
- top?: undefined;
2099
- borderTopWidth?: undefined;
2100
- borderWidth: string | 0;
2101
- borderColor: string;
2102
- } | {
2103
- content: string;
2104
- height: string;
2105
- width: string;
2106
- position: string;
2107
- display: string;
2108
- boxSizing: string;
2109
- pointerEvents: string;
2110
- borderStyle: string;
2111
- bottom: string | 0;
2112
- marginInlineStart: string;
2113
- marginInlineEnd: string;
2114
- borderBottomWidth: string;
2115
- borderBottomColor: string;
2116
- borderInlineStartColor: string;
2117
- borderInlineEndColor: string;
2118
- borderTopColor: string;
2119
- insetInlineEnd?: undefined;
2120
- insetInlineStart?: undefined;
2121
- marginTop?: undefined;
2122
- borderInlineEndWidth?: undefined;
2123
- borderInlineStartWidth?: undefined;
2124
- top?: undefined;
2125
- borderTopWidth?: undefined;
2126
- borderWidth: string | 0;
2127
- borderColor: string;
2128
- } | {
2129
- content: string;
2130
- height: string;
2131
- width: string;
2132
- position: string;
2133
- display: string;
2134
- boxSizing: string;
2135
- pointerEvents: string;
2136
- borderStyle: string;
2137
- top: string | 0;
2138
- marginInlineStart: string;
2139
- marginInlineEnd: string;
2140
- borderTopWidth: string;
2141
- borderTopColor: string;
2142
- borderInlineStartColor: string;
2143
- borderInlineEndColor: string;
2144
- borderBottomColor: string;
2145
- insetInlineEnd?: undefined;
2146
- insetInlineStart?: undefined;
2147
- marginTop?: undefined;
2148
- borderInlineEndWidth?: undefined;
2149
- borderInlineStartWidth?: undefined;
2150
- bottom?: undefined;
2151
- borderBottomWidth?: undefined;
2152
- borderWidth: string | 0;
2153
- borderColor: string;
2154
- };
2155
- insetInlineStart?: undefined;
2156
- insetInlineEnd?: undefined;
2157
- top?: undefined;
2158
- bottom: string;
2159
- marginInlineStart: string;
2160
- marginInlineEnd: string;
2161
- borderTopWidth: string;
2162
- borderTopColor: string;
2163
- borderInlineStartColor: string;
2164
- borderInlineEndColor: string;
2165
- marginTop?: undefined;
2166
- borderInlineEndWidth?: undefined;
2167
- borderBottomColor?: undefined;
2168
- borderInlineStartWidth?: undefined;
2169
- borderBottomWidth?: undefined;
2170
- display: string;
2171
- borderWidth: string;
2172
- borderColor: string;
2173
- content: string;
2174
- height: string;
2175
- width: string;
2176
- position: string;
2177
- boxSizing: string;
2178
- pointerEvents: string;
2179
- borderStyle: string;
2180
- label: string;
2181
- };
2182
- arrowSize: string | 0;
2183
- arrowBorderWidth: string | 0;
2184
- };
13
+ declare const generateStyle: (componentTheme: ContextViewTheme, props: ContextViewProps) => ContextViewStyle;
2185
14
  export default generateStyle;
2186
15
  //# sourceMappingURL=styles.d.ts.map