@nextui-org/react 1.0.0-beta.8 → 1.0.0-beta.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.
@@ -9,1151 +9,6 @@ declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props>;
9
9
  export declare type PopoverContentProps = Props & NativeAttrs & PopoverContentVariantsProps & {
10
10
  css?: CSS;
11
11
  };
12
- export declare const PopoverContent: React.ForwardRefExoticComponent<Props & NativeAttrs & import("@stitches/react/types/styled-component").TransformProps<import("@stitches/react/types/styled-component").StyledComponentProps<[{
13
- $$popoverMinWidth: string;
14
- $$popoverMinHeight: string;
15
- $$popoverBorderRadius: string;
16
- $$popoverBackground: string;
17
- $$popoverBoxShadow: string;
18
- $$popoverBorderColor: string;
19
- boxShadow: string;
20
- outline: string;
21
- overflow: string;
22
- bg: string;
23
- display: string;
24
- flexDirection: string;
25
- boxSizing: string;
26
- minWidth: string;
27
- minHeight: string;
28
- maxWidth: string;
29
- maxHeight: string;
30
- borderRadius: string;
31
- animationFillMode: string;
32
- willChange: string;
33
- '@motion': {
34
- transition: string;
35
- };
36
- '&.nextui-popover-content-enter': {
37
- animationName: {
38
- (): string;
39
- name: string;
40
- };
41
- animationTimingFunction: string;
42
- animationDirection: string;
43
- animationDuration: string;
44
- };
45
- '&.nextui-popover-content-leave': {
46
- animationName: {
47
- (): string;
48
- name: string;
49
- };
50
- animationTimingFunction: string;
51
- animationDuration: string;
52
- };
53
- variants: {
54
- disableShadow: {
55
- true: {
56
- boxShadow: string;
57
- };
58
- };
59
- isBordered: {
60
- true: {
61
- borderStyle: string;
62
- borderColor: string;
63
- };
64
- };
65
- borderWeight: {
66
- light: {
67
- bw: string;
68
- $$popoverBorderWeight: string;
69
- };
70
- normal: {
71
- bw: string;
72
- $$popoverBorderWeight: string;
73
- };
74
- bold: {
75
- bw: string;
76
- $$popoverBorderWeight: string;
77
- };
78
- extrabold: {
79
- bw: string;
80
- $$popoverBorderWeight: string;
81
- };
82
- black: {
83
- bw: string;
84
- $$popoverBorderWeight: string;
85
- };
86
- };
87
- };
88
- defaultVariants: {
89
- isBordered: false;
90
- borderWeight: "light";
91
- };
92
- }, import("@stitches/react/types/styled-component").CssComponent<never, {
93
- isFocusVisible?: boolean | "true" | "false" | undefined;
94
- }, {
95
- xs: string;
96
- sm: string;
97
- md: string;
98
- lg: string;
99
- xl: string;
100
- xsMax: string;
101
- smMax: string;
102
- mdMax: string;
103
- lgMax: string;
104
- xlMax: string;
105
- motion: string;
106
- safari: string;
107
- hover: string;
108
- dark: string;
109
- light: string;
110
- }, import("@stitches/react/types/css-util").CSS<{
111
- xs: string;
112
- sm: string;
113
- md: string;
114
- lg: string;
115
- xl: string;
116
- xsMax: string;
117
- smMax: string;
118
- mdMax: string;
119
- lgMax: string;
120
- xlMax: string;
121
- motion: string;
122
- safari: string;
123
- hover: string;
124
- dark: string;
125
- light: string;
126
- }, {
127
- shadows: {
128
- xs: string;
129
- sm: string;
130
- md: string;
131
- lg: string;
132
- xl: string;
133
- };
134
- dropShadows: {
135
- xs: string;
136
- sm: string;
137
- md: string;
138
- lg: string;
139
- xl: string;
140
- };
141
- colors: {
142
- text: string;
143
- link: string;
144
- codeLight: string;
145
- code: string;
146
- selection: string;
147
- gray50: string;
148
- gray100: string;
149
- gray200: string;
150
- gray300: string;
151
- gray400: string;
152
- gray500: string;
153
- gray600: string;
154
- gray700: string;
155
- gray800: string;
156
- gray900: string;
157
- pink50: string;
158
- pink100: string;
159
- pink200: string;
160
- pink300: string;
161
- pink400: string;
162
- pink500: string;
163
- pink600: string;
164
- pink700: string;
165
- pink800: string;
166
- pink900: string;
167
- cyan50: string;
168
- cyan100: string;
169
- cyan200: string;
170
- cyan300: string;
171
- cyan400: string;
172
- cyan500: string;
173
- cyan600: string;
174
- cyan700: string;
175
- cyan800: string;
176
- cyan900: string;
177
- red50: string;
178
- red100: string;
179
- red200: string;
180
- red300: string;
181
- red400: string;
182
- red500: string;
183
- red600: string;
184
- red700: string;
185
- red800: string;
186
- red900: string;
187
- yellow50: string;
188
- yellow100: string;
189
- yellow200: string;
190
- yellow300: string;
191
- yellow400: string;
192
- yellow500: string;
193
- yellow600: string;
194
- yellow700: string;
195
- yellow800: string;
196
- yellow900: string;
197
- green50: string;
198
- green100: string;
199
- green200: string;
200
- green300: string;
201
- green400: string;
202
- green500: string;
203
- green600: string;
204
- green700: string;
205
- green800: string;
206
- green900: string;
207
- purple50: string;
208
- purple100: string;
209
- purple200: string;
210
- purple300: string;
211
- purple400: string;
212
- purple500: string;
213
- purple600: string;
214
- purple700: string;
215
- purple800: string;
216
- purple900: string;
217
- blue50: string;
218
- blue100: string;
219
- blue200: string;
220
- blue300: string;
221
- blue400: string;
222
- blue500: string;
223
- blue600: string;
224
- blue700: string;
225
- blue800: string;
226
- blue900: string;
227
- background: string;
228
- foreground: string;
229
- backgroundContrast: string;
230
- white: string;
231
- black: string;
232
- primaryLight: string;
233
- primaryLightHover: string;
234
- primaryLightActive: string;
235
- primaryLightContrast: string;
236
- primary: string;
237
- primaryBorder: string;
238
- primaryBorderHover: string;
239
- primarySolidHover: string;
240
- primarySolidContrast: string;
241
- primaryShadow: string;
242
- secondaryLight: string;
243
- secondaryLightHover: string;
244
- secondaryLightActive: string;
245
- secondaryLightContrast: string;
246
- secondary: string;
247
- secondaryBorder: string;
248
- secondaryBorderHover: string;
249
- secondarySolidHover: string;
250
- secondarySolidContrast: string;
251
- secondaryShadow: string;
252
- successLight: string;
253
- successLightHover: string;
254
- successLightActive: string;
255
- successLightContrast: string;
256
- success: string;
257
- successBorder: string;
258
- successBorderHover: string;
259
- successSolidHover: string;
260
- successSolidContrast: string;
261
- successShadow: string;
262
- warningLight: string;
263
- warningLightHover: string;
264
- warningLightActive: string;
265
- warningLightContrast: string;
266
- warning: string;
267
- warningBorder: string;
268
- warningBorderHover: string;
269
- warningSolidHover: string;
270
- warningSolidContrast: string;
271
- warningShadow: string;
272
- errorLight: string;
273
- errorLightHover: string;
274
- errorLightActive: string;
275
- errorLightContrast: string;
276
- error: string;
277
- errorBorder: string;
278
- errorBorderHover: string;
279
- errorSolidHover: string;
280
- errorSolidContrast: string;
281
- errorShadow: string;
282
- neutralLight: string;
283
- neutralLightHover: string;
284
- neutralLightActive: string;
285
- neutralLightContrast: string;
286
- neutral: string;
287
- neutralBorder: string;
288
- neutralBorderHover: string;
289
- neutralSolidHover: string;
290
- neutralSolidContrast: string;
291
- neutralShadow: string;
292
- gradient: string;
293
- accents0: string;
294
- accents1: string;
295
- accents2: string;
296
- accents3: string;
297
- accents4: string;
298
- accents5: string;
299
- accents6: string;
300
- accents7: string;
301
- accents8: string;
302
- accents9: string;
303
- border: string;
304
- };
305
- fonts: {
306
- sans: string;
307
- mono: string;
308
- };
309
- fontSizes: {
310
- xs: string;
311
- sm: string;
312
- base: string;
313
- md: string;
314
- lg: string;
315
- xl: string;
316
- xl2: string;
317
- xl3: string;
318
- xl4: string;
319
- xl5: string;
320
- xl6: string;
321
- xl7: string;
322
- xl8: string;
323
- xl9: string;
324
- };
325
- fontWeights: {
326
- hairline: number;
327
- thin: number;
328
- light: number;
329
- normal: number;
330
- medium: number;
331
- semibold: number;
332
- bold: number;
333
- extrabold: number;
334
- black: number;
335
- };
336
- lineHeights: {
337
- xs: number;
338
- sm: number;
339
- base: number;
340
- md: number;
341
- lg: number;
342
- xl: number;
343
- xl2: number;
344
- xl3: number;
345
- xl4: number;
346
- xl5: number;
347
- xl6: number;
348
- xl7: number;
349
- xl8: number;
350
- xl9: number;
351
- };
352
- letterSpacings: {
353
- tighter: string;
354
- tight: string;
355
- normal: string;
356
- wide: string;
357
- wider: string;
358
- widest: string;
359
- };
360
- space: {
361
- 0: string;
362
- xs: string;
363
- sm: string;
364
- md: string;
365
- lg: string;
366
- xl: string;
367
- px: string;
368
- 1: string;
369
- 2: string;
370
- 3: string;
371
- 4: string;
372
- 5: string;
373
- 6: string;
374
- 7: string;
375
- 8: string;
376
- 9: string;
377
- 10: string;
378
- 11: string;
379
- 12: string;
380
- 13: string;
381
- 14: string;
382
- 15: string;
383
- 16: string;
384
- 17: string;
385
- 18: string;
386
- 20: string;
387
- 24: string;
388
- 28: string;
389
- 32: string;
390
- 36: string;
391
- 40: string;
392
- 44: string;
393
- 48: string;
394
- 52: string;
395
- 56: string;
396
- 60: string;
397
- 64: string;
398
- 72: string;
399
- 80: string;
400
- 96: string;
401
- };
402
- radii: {
403
- xs: string;
404
- sm: string;
405
- md: string;
406
- base: string;
407
- lg: string;
408
- xl: string;
409
- squared: string;
410
- rounded: string;
411
- pill: string;
412
- };
413
- zIndices: {
414
- 1: string;
415
- 2: string;
416
- 3: string;
417
- 4: string;
418
- 5: string;
419
- 10: string;
420
- max: string;
421
- };
422
- borderWeights: {
423
- light: string;
424
- normal: string;
425
- bold: string;
426
- extrabold: string;
427
- black: string;
428
- };
429
- transitions: {
430
- default: string;
431
- button: string;
432
- avatar: string;
433
- link: string;
434
- card: string;
435
- dropdownItem: string;
436
- };
437
- breakpoints: {
438
- xs: string;
439
- sm: string;
440
- md: string;
441
- lg: string;
442
- xl: string;
443
- };
444
- }, {
445
- width: string;
446
- height: string;
447
- minWidth: string;
448
- maxWidth: string;
449
- minHeight: string;
450
- maxHeight: string;
451
- flexBasis: string;
452
- gridTemplateColumns: string;
453
- gridTemplateRows: string;
454
- blockSize: string;
455
- minBlockSize: string;
456
- maxBlockSize: string;
457
- inlineSize: string;
458
- minInlineSize: string;
459
- maxInlineSize: string;
460
- borderWidth: string;
461
- gap: "space";
462
- gridGap: "space";
463
- columnGap: "space";
464
- gridColumnGap: "space";
465
- rowGap: "space";
466
- gridRowGap: "space";
467
- inset: "space";
468
- insetBlock: "space";
469
- insetBlockEnd: "space";
470
- insetBlockStart: "space";
471
- insetInline: "space";
472
- insetInlineEnd: "space";
473
- insetInlineStart: "space";
474
- margin: "space";
475
- marginTop: "space";
476
- marginRight: "space";
477
- marginBottom: "space";
478
- marginLeft: "space";
479
- marginBlock: "space";
480
- marginBlockEnd: "space";
481
- marginBlockStart: "space";
482
- marginInline: "space";
483
- marginInlineEnd: "space";
484
- marginInlineStart: "space";
485
- padding: "space";
486
- paddingTop: "space";
487
- paddingRight: "space";
488
- paddingBottom: "space";
489
- paddingLeft: "space";
490
- paddingBlock: "space";
491
- paddingBlockEnd: "space";
492
- paddingBlockStart: "space";
493
- paddingInline: "space";
494
- paddingInlineEnd: "space";
495
- paddingInlineStart: "space";
496
- scrollMargin: "space";
497
- scrollMarginTop: "space";
498
- scrollMarginRight: "space";
499
- scrollMarginBottom: "space";
500
- scrollMarginLeft: "space";
501
- scrollMarginBlock: "space";
502
- scrollMarginBlockEnd: "space";
503
- scrollMarginBlockStart: "space";
504
- scrollMarginInline: "space";
505
- scrollMarginInlineEnd: "space";
506
- scrollMarginInlineStart: "space";
507
- scrollPadding: "space";
508
- scrollPaddingTop: "space";
509
- scrollPaddingRight: "space";
510
- scrollPaddingBottom: "space";
511
- scrollPaddingLeft: "space";
512
- scrollPaddingBlock: "space";
513
- scrollPaddingBlockEnd: "space";
514
- scrollPaddingBlockStart: "space";
515
- scrollPaddingInline: "space";
516
- scrollPaddingInlineEnd: "space";
517
- scrollPaddingInlineStart: "space";
518
- top: "space";
519
- right: "space";
520
- bottom: "space";
521
- left: "space";
522
- fontSize: "fontSizes";
523
- background: "colors";
524
- backgroundColor: "colors";
525
- backgroundImage: "colors";
526
- borderImage: "colors";
527
- border: "colors";
528
- borderBlock: "colors";
529
- borderBlockEnd: "colors";
530
- borderBlockStart: "colors";
531
- borderBottom: "colors";
532
- borderBottomColor: "colors";
533
- borderColor: "colors";
534
- borderInline: "colors";
535
- borderInlineEnd: "colors";
536
- borderInlineStart: "colors";
537
- borderLeft: "colors";
538
- borderLeftColor: "colors";
539
- borderRight: "colors";
540
- borderRightColor: "colors";
541
- borderTop: "colors";
542
- borderTopColor: "colors";
543
- caretColor: "colors";
544
- color: "colors";
545
- columnRuleColor: "colors";
546
- outline: "colors";
547
- outlineColor: "colors";
548
- fill: "colors";
549
- stroke: "colors";
550
- textDecorationColor: "colors";
551
- fontFamily: "fonts";
552
- fontWeight: "fontWeights";
553
- lineHeight: "lineHeights";
554
- letterSpacing: "letterSpacings";
555
- borderTopWidth: "borderWidths";
556
- borderLeftWidth: "borderWidths";
557
- borderRightWidth: "borderWidths";
558
- borderBottomWidth: "borderWidths";
559
- borderStyle: "borderStyles";
560
- borderTopStyle: "borderStyles";
561
- borderLeftStyle: "borderStyles";
562
- borderRightStyle: "borderStyles";
563
- borderBottomStyle: "borderStyles";
564
- borderRadius: "radii";
565
- borderTopLeftRadius: "radii";
566
- borderTopRightRadius: "radii";
567
- borderBottomRightRadius: "radii";
568
- borderBottomLeftRadius: "radii";
569
- boxShadow: "shadows";
570
- textShadow: "shadows";
571
- transition: "transitions";
572
- zIndex: "zIndices";
573
- }, {
574
- p: (value: {
575
- readonly [$$PropertyValue]: "padding";
576
- }) => {
577
- padding: {
578
- readonly [$$PropertyValue]: "padding";
579
- };
580
- };
581
- pt: (value: {
582
- readonly [$$PropertyValue]: "paddingTop";
583
- }) => {
584
- paddingTop: {
585
- readonly [$$PropertyValue]: "paddingTop";
586
- };
587
- };
588
- pr: (value: {
589
- readonly [$$PropertyValue]: "paddingRight";
590
- }) => {
591
- paddingRight: {
592
- readonly [$$PropertyValue]: "paddingRight";
593
- };
594
- };
595
- pb: (value: {
596
- readonly [$$PropertyValue]: "paddingBottom";
597
- }) => {
598
- paddingBottom: {
599
- readonly [$$PropertyValue]: "paddingBottom";
600
- };
601
- };
602
- pl: (value: {
603
- readonly [$$PropertyValue]: "paddingLeft";
604
- }) => {
605
- paddingLeft: {
606
- readonly [$$PropertyValue]: "paddingLeft";
607
- };
608
- };
609
- px: (value: {
610
- readonly [$$PropertyValue]: "paddingLeft";
611
- }) => {
612
- paddingLeft: {
613
- readonly [$$PropertyValue]: "paddingLeft";
614
- };
615
- paddingRight: {
616
- readonly [$$PropertyValue]: "paddingLeft";
617
- };
618
- };
619
- py: (value: {
620
- readonly [$$PropertyValue]: "paddingTop";
621
- }) => {
622
- paddingTop: {
623
- readonly [$$PropertyValue]: "paddingTop";
624
- };
625
- paddingBottom: {
626
- readonly [$$PropertyValue]: "paddingTop";
627
- };
628
- };
629
- m: (value: {
630
- readonly [$$PropertyValue]: "margin";
631
- }) => {
632
- margin: {
633
- readonly [$$PropertyValue]: "margin";
634
- };
635
- };
636
- mt: (value: {
637
- readonly [$$PropertyValue]: "marginTop";
638
- }) => {
639
- marginTop: {
640
- readonly [$$PropertyValue]: "marginTop";
641
- };
642
- };
643
- mr: (value: {
644
- readonly [$$PropertyValue]: "marginRight";
645
- }) => {
646
- marginRight: {
647
- readonly [$$PropertyValue]: "marginRight";
648
- };
649
- };
650
- mb: (value: {
651
- readonly [$$PropertyValue]: "marginBottom";
652
- }) => {
653
- marginBottom: {
654
- readonly [$$PropertyValue]: "marginBottom";
655
- };
656
- };
657
- ml: (value: {
658
- readonly [$$PropertyValue]: "marginLeft";
659
- }) => {
660
- marginLeft: {
661
- readonly [$$PropertyValue]: "marginLeft";
662
- };
663
- };
664
- mx: (value: {
665
- readonly [$$PropertyValue]: "marginLeft";
666
- }) => {
667
- marginLeft: {
668
- readonly [$$PropertyValue]: "marginLeft";
669
- };
670
- marginRight: {
671
- readonly [$$PropertyValue]: "marginLeft";
672
- };
673
- };
674
- my: (value: {
675
- readonly [$$PropertyValue]: "marginTop";
676
- }) => {
677
- marginTop: {
678
- readonly [$$PropertyValue]: "marginTop";
679
- };
680
- marginBottom: {
681
- readonly [$$PropertyValue]: "marginTop";
682
- };
683
- };
684
- ta: (value: {
685
- readonly [$$PropertyValue]: "textAlign";
686
- }) => {
687
- textAlign: {
688
- readonly [$$PropertyValue]: "textAlign";
689
- };
690
- };
691
- tt: (value: {
692
- readonly [$$PropertyValue]: "textTransform";
693
- }) => {
694
- textTransform: {
695
- readonly [$$PropertyValue]: "textTransform";
696
- };
697
- };
698
- to: (value: {
699
- readonly [$$PropertyValue]: "textOverflow";
700
- }) => {
701
- textOverflow: {
702
- readonly [$$PropertyValue]: "textOverflow";
703
- };
704
- };
705
- d: (value: {
706
- readonly [$$PropertyValue]: "display";
707
- }) => {
708
- display: {
709
- readonly [$$PropertyValue]: "display";
710
- };
711
- };
712
- dflex: (value: {
713
- readonly [$$PropertyValue]: "alignItems";
714
- }) => {
715
- display: string;
716
- alignItems: {
717
- readonly [$$PropertyValue]: "alignItems";
718
- };
719
- justifyContent: {
720
- readonly [$$PropertyValue]: "alignItems";
721
- };
722
- };
723
- fd: (value: {
724
- readonly [$$PropertyValue]: "flexDirection";
725
- }) => {
726
- flexDirection: {
727
- readonly [$$PropertyValue]: "flexDirection";
728
- };
729
- };
730
- fw: (value: {
731
- readonly [$$PropertyValue]: "flexWrap";
732
- }) => {
733
- flexWrap: {
734
- readonly [$$PropertyValue]: "flexWrap";
735
- };
736
- };
737
- ai: (value: {
738
- readonly [$$PropertyValue]: "alignItems";
739
- }) => {
740
- alignItems: {
741
- readonly [$$PropertyValue]: "alignItems";
742
- };
743
- };
744
- ac: (value: {
745
- readonly [$$PropertyValue]: "alignContent";
746
- }) => {
747
- alignContent: {
748
- readonly [$$PropertyValue]: "alignContent";
749
- };
750
- };
751
- jc: (value: {
752
- readonly [$$PropertyValue]: "justifyContent";
753
- }) => {
754
- justifyContent: {
755
- readonly [$$PropertyValue]: "justifyContent";
756
- };
757
- };
758
- as: (value: {
759
- readonly [$$PropertyValue]: "alignSelf";
760
- }) => {
761
- alignSelf: {
762
- readonly [$$PropertyValue]: "alignSelf";
763
- };
764
- };
765
- fg: (value: {
766
- readonly [$$PropertyValue]: "flexGrow";
767
- }) => {
768
- flexGrow: {
769
- readonly [$$PropertyValue]: "flexGrow";
770
- };
771
- };
772
- fs: (value: {
773
- readonly [$$PropertyValue]: "fontSize";
774
- }) => {
775
- fontSize: {
776
- readonly [$$PropertyValue]: "fontSize";
777
- };
778
- };
779
- fb: (value: {
780
- readonly [$$PropertyValue]: "flexBasis";
781
- }) => {
782
- flexBasis: {
783
- readonly [$$PropertyValue]: "flexBasis";
784
- };
785
- };
786
- bc: (value: {
787
- readonly [$$PropertyValue]: "backgroundColor";
788
- }) => {
789
- backgroundColor: {
790
- readonly [$$PropertyValue]: "backgroundColor";
791
- };
792
- };
793
- bf: (value: {
794
- readonly [$$PropertyValue]: "backdropFilter";
795
- }) => {
796
- backdropFilter: {
797
- readonly [$$PropertyValue]: "backdropFilter";
798
- };
799
- };
800
- bg: (value: {
801
- readonly [$$PropertyValue]: "backgroundColor";
802
- }) => {
803
- background: {
804
- readonly [$$PropertyValue]: "backgroundColor";
805
- };
806
- };
807
- bgBlur: (value: {
808
- readonly [$$PropertyValue]: "backgroundColor";
809
- }) => {
810
- bf: string;
811
- bg: {
812
- readonly [$$PropertyValue]: "backgroundColor";
813
- };
814
- };
815
- bgColor: (value: {
816
- readonly [$$PropertyValue]: "backgroundColor";
817
- }) => {
818
- backgroundColor: {
819
- readonly [$$PropertyValue]: "backgroundColor";
820
- };
821
- };
822
- backgroundClip: (value: {
823
- readonly [$$PropertyValue]: "backgroundClip";
824
- }) => {
825
- WebkitBackgroundClip: {
826
- readonly [$$PropertyValue]: "backgroundClip";
827
- };
828
- backgroundClip: {
829
- readonly [$$PropertyValue]: "backgroundClip";
830
- };
831
- };
832
- bgClip: (value: {
833
- readonly [$$PropertyValue]: "backgroundClip";
834
- }) => {
835
- WebkitBackgroundClip: {
836
- readonly [$$PropertyValue]: "backgroundClip";
837
- };
838
- backgroundClip: {
839
- readonly [$$PropertyValue]: "backgroundClip";
840
- };
841
- };
842
- br: (value: {
843
- readonly [$$PropertyValue]: "borderRadius";
844
- }) => {
845
- borderRadius: {
846
- readonly [$$PropertyValue]: "borderRadius";
847
- };
848
- };
849
- bw: (value: {
850
- readonly [$$PropertyValue]: "borderWidth";
851
- }) => {
852
- borderWidth: {
853
- readonly [$$PropertyValue]: "borderWidth";
854
- };
855
- };
856
- btrr: (value: {
857
- readonly [$$PropertyValue]: "borderTopRightRadius";
858
- }) => {
859
- borderTopRightRadius: {
860
- readonly [$$PropertyValue]: "borderTopRightRadius";
861
- };
862
- };
863
- bbrr: (value: {
864
- readonly [$$PropertyValue]: "borderBottomRightRadius";
865
- }) => {
866
- borderBottomRightRadius: {
867
- readonly [$$PropertyValue]: "borderBottomRightRadius";
868
- };
869
- };
870
- bblr: (value: {
871
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
872
- }) => {
873
- borderBottomLeftRadius: {
874
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
875
- };
876
- };
877
- btlr: (value: {
878
- readonly [$$PropertyValue]: "borderTopLeftRadius";
879
- }) => {
880
- borderTopLeftRadius: {
881
- readonly [$$PropertyValue]: "borderTopLeftRadius";
882
- };
883
- };
884
- bs: (value: {
885
- readonly [$$PropertyValue]: "boxShadow";
886
- }) => {
887
- boxShadow: {
888
- readonly [$$PropertyValue]: "boxShadow";
889
- };
890
- };
891
- ds: (value: {
892
- readonly [$$PropertyValue]: "boxShadow";
893
- }) => {
894
- dropShadow: {
895
- readonly [$$PropertyValue]: "boxShadow";
896
- };
897
- };
898
- shadow: (value: {
899
- readonly [$$PropertyValue]: "boxShadow";
900
- }) => {
901
- boxShadow: {
902
- readonly [$$PropertyValue]: "boxShadow";
903
- };
904
- };
905
- dshadow: (value: {
906
- readonly [$$PropertyValue]: "boxShadow";
907
- }) => {
908
- dropShadow: {
909
- readonly [$$PropertyValue]: "boxShadow";
910
- };
911
- };
912
- dropShadow: (value: {
913
- readonly [$$PropertyValue]: "boxShadow";
914
- }) => {
915
- filter: string;
916
- };
917
- normalShadow: (value: {
918
- readonly [$$PropertyValue]: "backgroundColor";
919
- }) => {
920
- boxShadow: string;
921
- };
922
- normalShadowVar: (value: {
923
- readonly [$$PropertyValue]: "backgroundColor";
924
- }) => {
925
- boxShadow: string;
926
- };
927
- lh: (value: {
928
- readonly [$$PropertyValue]: "lineHeight";
929
- }) => {
930
- lineHeight: {
931
- readonly [$$PropertyValue]: "lineHeight";
932
- };
933
- };
934
- ov: (value: {
935
- readonly [$$PropertyValue]: "overflow";
936
- }) => {
937
- overflow: {
938
- readonly [$$PropertyValue]: "overflow";
939
- };
940
- };
941
- ox: (value: {
942
- readonly [$$PropertyValue]: "overflowX";
943
- }) => {
944
- overflowX: {
945
- readonly [$$PropertyValue]: "overflowX";
946
- };
947
- };
948
- oy: (value: {
949
- readonly [$$PropertyValue]: "overflowY";
950
- }) => {
951
- overflowY: {
952
- readonly [$$PropertyValue]: "overflowY";
953
- };
954
- };
955
- pe: (value: {
956
- readonly [$$PropertyValue]: "pointerEvents";
957
- }) => {
958
- pointerEvents: {
959
- readonly [$$PropertyValue]: "pointerEvents";
960
- };
961
- };
962
- events: (value: {
963
- readonly [$$PropertyValue]: "pointerEvents";
964
- }) => {
965
- pointerEvents: {
966
- readonly [$$PropertyValue]: "pointerEvents";
967
- };
968
- };
969
- us: (value: {
970
- readonly [$$PropertyValue]: "userSelect";
971
- }) => {
972
- WebkitUserSelect: {
973
- readonly [$$PropertyValue]: "userSelect";
974
- };
975
- userSelect: {
976
- readonly [$$PropertyValue]: "userSelect";
977
- };
978
- };
979
- userSelect: (value: {
980
- readonly [$$PropertyValue]: "userSelect";
981
- }) => {
982
- WebkitUserSelect: {
983
- readonly [$$PropertyValue]: "userSelect";
984
- };
985
- userSelect: {
986
- readonly [$$PropertyValue]: "userSelect";
987
- };
988
- };
989
- w: (value: {
990
- readonly [$$PropertyValue]: "width";
991
- }) => {
992
- width: {
993
- readonly [$$PropertyValue]: "width";
994
- };
995
- };
996
- h: (value: {
997
- readonly [$$PropertyValue]: "height";
998
- }) => {
999
- height: {
1000
- readonly [$$PropertyValue]: "height";
1001
- };
1002
- };
1003
- mw: (value: {
1004
- readonly [$$PropertyValue]: "maxWidth";
1005
- }) => {
1006
- maxWidth: {
1007
- readonly [$$PropertyValue]: "maxWidth";
1008
- };
1009
- };
1010
- maxW: (value: {
1011
- readonly [$$PropertyValue]: "maxWidth";
1012
- }) => {
1013
- maxWidth: {
1014
- readonly [$$PropertyValue]: "maxWidth";
1015
- };
1016
- };
1017
- mh: (value: {
1018
- readonly [$$PropertyValue]: "maxHeight";
1019
- }) => {
1020
- maxHeight: {
1021
- readonly [$$PropertyValue]: "maxHeight";
1022
- };
1023
- };
1024
- maxH: (value: {
1025
- readonly [$$PropertyValue]: "maxHeight";
1026
- }) => {
1027
- maxHeight: {
1028
- readonly [$$PropertyValue]: "maxHeight";
1029
- };
1030
- };
1031
- size: (value: {
1032
- readonly [$$PropertyValue]: "width";
1033
- }) => {
1034
- width: {
1035
- readonly [$$PropertyValue]: "width";
1036
- };
1037
- height: {
1038
- readonly [$$PropertyValue]: "width";
1039
- };
1040
- };
1041
- minSize: (value: {
1042
- readonly [$$PropertyValue]: "width";
1043
- }) => {
1044
- minWidth: {
1045
- readonly [$$PropertyValue]: "width";
1046
- };
1047
- minHeight: {
1048
- readonly [$$PropertyValue]: "width";
1049
- };
1050
- width: {
1051
- readonly [$$PropertyValue]: "width";
1052
- };
1053
- height: {
1054
- readonly [$$PropertyValue]: "width";
1055
- };
1056
- };
1057
- sizeMin: (value: {
1058
- readonly [$$PropertyValue]: "width";
1059
- }) => {
1060
- minWidth: {
1061
- readonly [$$PropertyValue]: "width";
1062
- };
1063
- minHeight: {
1064
- readonly [$$PropertyValue]: "width";
1065
- };
1066
- width: {
1067
- readonly [$$PropertyValue]: "width";
1068
- };
1069
- height: {
1070
- readonly [$$PropertyValue]: "width";
1071
- };
1072
- };
1073
- maxSize: (value: {
1074
- readonly [$$PropertyValue]: "width";
1075
- }) => {
1076
- maxWidth: {
1077
- readonly [$$PropertyValue]: "width";
1078
- };
1079
- maxHeight: {
1080
- readonly [$$PropertyValue]: "width";
1081
- };
1082
- };
1083
- sizeMax: (value: {
1084
- readonly [$$PropertyValue]: "width";
1085
- }) => {
1086
- maxWidth: {
1087
- readonly [$$PropertyValue]: "width";
1088
- };
1089
- maxHeight: {
1090
- readonly [$$PropertyValue]: "width";
1091
- };
1092
- };
1093
- appearance: (value: {
1094
- readonly [$$PropertyValue]: "appearance";
1095
- }) => {
1096
- WebkitAppearance: {
1097
- readonly [$$PropertyValue]: "appearance";
1098
- };
1099
- appearance: {
1100
- readonly [$$PropertyValue]: "appearance";
1101
- };
1102
- };
1103
- scale: (value: {
1104
- readonly [$$PropertyValue]: "scale";
1105
- }) => {
1106
- transform: string;
1107
- };
1108
- linearGradient: (value: {
1109
- readonly [$$PropertyValue]: "backgroundImage";
1110
- }) => {
1111
- backgroundImage: string;
1112
- };
1113
- tdl: (value: {
1114
- readonly [$$PropertyValue]: "textDecorationLine";
1115
- }) => {
1116
- textDecorationLine: {
1117
- readonly [$$PropertyValue]: "textDecorationLine";
1118
- };
1119
- };
1120
- truncateText: (value: {
1121
- readonly [$$PropertyValue]: "width";
1122
- }) => {
1123
- maxWidth: {
1124
- readonly [$$PropertyValue]: "width";
1125
- };
1126
- whiteSpace: string;
1127
- overflow: string;
1128
- textOverflow: string;
1129
- };
1130
- textGradient: (value: {
1131
- readonly [$$PropertyValue]: "backgroundImage";
1132
- }) => {
1133
- backgroundImage: string;
1134
- WebkitBackgroundClip: string;
1135
- WebkitTextFillColor: string;
1136
- '&::selection': {
1137
- WebkitTextFillColor: string;
1138
- };
1139
- };
1140
- }>>]>, {
1141
- xs: string;
1142
- sm: string;
1143
- md: string;
1144
- lg: string;
1145
- xl: string;
1146
- xsMax: string;
1147
- smMax: string;
1148
- mdMax: string;
1149
- lgMax: string;
1150
- xlMax: string;
1151
- motion: string;
1152
- safari: string;
1153
- hover: string;
1154
- dark: string;
1155
- light: string;
1156
- }> & {
1157
- css?: CSS | undefined;
1158
- } & React.RefAttributes<HTMLDivElement>>;
1159
- export {};
12
+ declare type PopoverContentComponent<T, P = {}> = React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<T>>;
13
+ declare const _default: PopoverContentComponent<HTMLDivElement, PopoverContentProps>;
14
+ export default _default;