@nextui-org/react 1.0.0-beta.10 → 1.0.0-beta.11-dbg1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/README.md +3 -0
  2. package/cjs/avatar/avatar.js +1 -1
  3. package/cjs/backdrop/backdrop.styles.js +1 -1
  4. package/cjs/button/button-icon.js +1 -1
  5. package/cjs/button/utils.js +1 -1
  6. package/cjs/card/card.styles.js +1 -1
  7. package/cjs/checkbox/checkbox.js +1 -1
  8. package/cjs/checkbox/checkbox.styles.js +1 -1
  9. package/cjs/checkbox/use-checkbox.js +1 -1
  10. package/cjs/divider/divider.js +1 -1
  11. package/cjs/dropdown/dropdown-menu.js +1 -1
  12. package/cjs/dropdown/dropdown.js +1 -1
  13. package/cjs/grid/grid.js +1 -1
  14. package/cjs/input/index.js +1 -1
  15. package/cjs/input/input.js +1 -1
  16. package/cjs/input/input.styles.js +1 -1
  17. package/cjs/link/link.styles.js +1 -1
  18. package/cjs/loading/loading.js +1 -1
  19. package/cjs/navbar/navbar-link.js +1 -1
  20. package/cjs/navbar/navbar.styles.js +1 -1
  21. package/cjs/popover/popover-content.js +1 -1
  22. package/cjs/popover/popover.styles.js +1 -1
  23. package/cjs/popover/use-popover.js +1 -1
  24. package/cjs/radio/radio.js +1 -1
  25. package/cjs/radio/use-radio-group.js +1 -1
  26. package/cjs/radio/use-radio.js +1 -1
  27. package/cjs/spacer/spacer.js +1 -1
  28. package/cjs/switch/switch.js +1 -1
  29. package/cjs/table/table-body.js +1 -1
  30. package/cjs/table/table-cell.js +1 -1
  31. package/cjs/table/table.js +1 -1
  32. package/cjs/table/table.styles.js +1 -1
  33. package/cjs/textarea/textarea.js +1 -1
  34. package/cjs/theme/utils.js +1 -1
  35. package/cjs/tooltip/tooltip.js +1 -1
  36. package/cjs/use-pagination/index.js +1 -1
  37. package/cjs/user/user.js +1 -1
  38. package/cjs/user/user.styles.js +1 -1
  39. package/cjs/utils/checkmark.js +1 -1
  40. package/cjs/utils/css-transition.js +1 -1
  41. package/esm/avatar/avatar.js +1 -1
  42. package/esm/backdrop/backdrop.styles.js +1 -1
  43. package/esm/button/button-icon.js +1 -1
  44. package/esm/button/utils.js +1 -1
  45. package/esm/card/card.styles.js +1 -1
  46. package/esm/checkbox/checkbox.js +1 -1
  47. package/esm/checkbox/checkbox.styles.js +1 -1
  48. package/esm/checkbox/use-checkbox.js +1 -1
  49. package/esm/divider/divider.js +1 -1
  50. package/esm/dropdown/dropdown-menu.js +1 -1
  51. package/esm/dropdown/dropdown.js +1 -1
  52. package/esm/grid/grid.js +1 -1
  53. package/esm/input/index.js +1 -1
  54. package/esm/input/input.js +1 -1
  55. package/esm/input/input.styles.js +1 -1
  56. package/esm/link/link.styles.js +1 -1
  57. package/esm/loading/loading.js +1 -1
  58. package/esm/navbar/navbar-link.js +1 -1
  59. package/esm/navbar/navbar.styles.js +1 -1
  60. package/esm/popover/popover-content.js +1 -1
  61. package/esm/popover/popover.styles.js +1 -1
  62. package/esm/popover/use-popover.js +1 -1
  63. package/esm/radio/radio.js +1 -1
  64. package/esm/radio/use-radio-group.js +1 -1
  65. package/esm/radio/use-radio.js +1 -1
  66. package/esm/spacer/spacer.js +1 -1
  67. package/esm/switch/switch.js +1 -1
  68. package/esm/table/table-body.js +1 -1
  69. package/esm/table/table-cell.js +1 -1
  70. package/esm/table/table.js +1 -1
  71. package/esm/table/table.styles.js +1 -1
  72. package/esm/textarea/textarea.js +1 -1
  73. package/esm/theme/utils.js +1 -1
  74. package/esm/tooltip/tooltip.js +1 -1
  75. package/esm/use-pagination/index.js +1 -1
  76. package/esm/user/user.js +1 -1
  77. package/esm/user/user.styles.js +1 -1
  78. package/esm/utils/checkmark.js +1 -1
  79. package/esm/utils/css-transition.js +1 -1
  80. package/package.json +30 -28
  81. package/types/avatar/avatar.d.ts +3 -1
  82. package/types/backdrop/backdrop.d.ts +3 -2
  83. package/types/backdrop/backdrop.styles.d.ts +1 -1
  84. package/types/button/button-group.d.ts +8 -1
  85. package/types/button/button-icon.d.ts +33 -2
  86. package/types/button/button.d.ts +1 -1
  87. package/types/button/utils.d.ts +3 -51
  88. package/types/card/card.d.ts +1 -1
  89. package/types/card/card.styles.d.ts +28 -0
  90. package/types/checkbox/checkbox.styles.d.ts +1 -1
  91. package/types/checkbox/use-checkbox.d.ts +3 -0
  92. package/types/code/code.d.ts +25 -1
  93. package/types/col/col.d.ts +27 -2
  94. package/types/collapse/collapse-group.d.ts +2 -1
  95. package/types/collapse/collapse.d.ts +1 -0
  96. package/types/container/container.d.ts +2 -1
  97. package/types/divider/divider.d.ts +26 -2
  98. package/types/dropdown/dropdown-menu.d.ts +2 -1
  99. package/types/grid/grid-container.d.ts +2 -1
  100. package/types/grid/grid-item.d.ts +2 -1
  101. package/types/image/image.d.ts +1 -1
  102. package/types/image/image.skeleton.d.ts +1 -1
  103. package/types/input/input-password.d.ts +2 -1
  104. package/types/input/input.d.ts +1 -3
  105. package/types/loading/loading.d.ts +32 -2
  106. package/types/loading/spinner.d.ts +2 -1
  107. package/types/modal/modal-footer.d.ts +31 -2
  108. package/types/modal/modal-header.d.ts +31 -2
  109. package/types/modal/modal-wrapper.d.ts +2 -1
  110. package/types/modal/modal.d.ts +1 -0
  111. package/types/navbar/navbar.styles.d.ts +199 -196
  112. package/types/pagination/pagination-highlight.d.ts +1 -1
  113. package/types/pagination/pagination-item.d.ts +2 -1
  114. package/types/pagination/pagination.d.ts +1 -0
  115. package/types/popover/popover-content.d.ts +1 -1
  116. package/types/popover/popover-context.d.ts +2 -2
  117. package/types/popover/popover.styles.d.ts +11 -0
  118. package/types/popover/use-popover.d.ts +1 -1
  119. package/types/progress/progress.d.ts +1 -1
  120. package/types/radio/index.d.ts +2 -0
  121. package/types/radio/use-radio.d.ts +1 -0
  122. package/types/row/row.d.ts +26 -2
  123. package/types/snippet/snippet.d.ts +37 -1
  124. package/types/spacer/spacer.d.ts +1 -1
  125. package/types/switch/switch.d.ts +1 -0
  126. package/types/table/table-body.d.ts +4 -2
  127. package/types/table/table-cell.d.ts +1 -0
  128. package/types/table/table-column-header.d.ts +3 -3
  129. package/types/table/table-context.d.ts +1 -1
  130. package/types/table/table-footer.d.ts +5 -4
  131. package/types/table/table-header-row.d.ts +1 -2
  132. package/types/table/table-row-group.d.ts +2 -1
  133. package/types/table/table-row.d.ts +1 -2
  134. package/types/table/table.d.ts +1 -1
  135. package/types/table/table.styles.d.ts +14 -7
  136. package/types/text/child.d.ts +1 -1
  137. package/types/textarea/textarea.d.ts +1 -1
  138. package/types/theme/theme-provider.d.ts +2 -1
  139. package/types/tooltip/tooltip-content.d.ts +3 -2
  140. package/types/tooltip/tooltip.d.ts +6 -2
  141. package/types/user/user.d.ts +1 -1
  142. package/types/utils/css-transition.d.ts +6 -20
  143. package/types/utils/expand.d.ts +2 -1
  144. package/umd/nextui.js +3640 -4506
  145. package/umd/nextui.min.js +1 -1
@@ -721,7 +721,10 @@ export declare const StyledBaseNavbarItem: import("@stitches/react/types/styled-
721
721
  }) => {
722
722
  backgroundColor: {
723
723
  readonly [$$PropertyValue]: "backgroundColor";
724
- };
724
+ }; /**
725
+ * @isActive true
726
+ * @variant highlight-solid
727
+ */
725
728
  };
726
729
  bf: (value: {
727
730
  readonly [$$PropertyValue]: "backdropFilter";
@@ -743,10 +746,7 @@ export declare const StyledBaseNavbarItem: import("@stitches/react/types/styled-
743
746
  bf: string;
744
747
  bg: {
745
748
  readonly [$$PropertyValue]: "backgroundColor";
746
- }; /**
747
- * @isActive true
748
- * @variant highlight-rounded
749
- */
749
+ };
750
750
  };
751
751
  bgColor: (value: {
752
752
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1796,7 +1796,10 @@ export declare const StyledBaseNavbarList: import("@stitches/react/types/styled-
1796
1796
  }) => {
1797
1797
  backgroundColor: {
1798
1798
  readonly [$$PropertyValue]: "backgroundColor";
1799
- };
1799
+ }; /**
1800
+ * @isActive true
1801
+ * @variant highlight-solid
1802
+ */
1800
1803
  };
1801
1804
  bf: (value: {
1802
1805
  readonly [$$PropertyValue]: "backdropFilter";
@@ -1818,10 +1821,7 @@ export declare const StyledBaseNavbarList: import("@stitches/react/types/styled-
1818
1821
  bf: string;
1819
1822
  bg: {
1820
1823
  readonly [$$PropertyValue]: "backgroundColor";
1821
- }; /**
1822
- * @isActive true
1823
- * @variant highlight-rounded
1824
- */
1824
+ };
1825
1825
  };
1826
1826
  bgColor: (value: {
1827
1827
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2871,7 +2871,10 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
2871
2871
  }) => {
2872
2872
  backgroundColor: {
2873
2873
  readonly [$$PropertyValue]: "backgroundColor";
2874
- };
2874
+ }; /**
2875
+ * @isActive true
2876
+ * @variant highlight-solid
2877
+ */
2875
2878
  };
2876
2879
  bf: (value: {
2877
2880
  readonly [$$PropertyValue]: "backdropFilter";
@@ -2893,10 +2896,7 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
2893
2896
  bf: string;
2894
2897
  bg: {
2895
2898
  readonly [$$PropertyValue]: "backgroundColor";
2896
- }; /**
2897
- * @isActive true
2898
- * @variant highlight-rounded
2899
- */
2899
+ };
2900
2900
  };
2901
2901
  bgColor: (value: {
2902
2902
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3949,7 +3949,10 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
3949
3949
  }) => {
3950
3950
  backgroundColor: {
3951
3951
  readonly [$$PropertyValue]: "backgroundColor";
3952
- };
3952
+ }; /**
3953
+ * @isActive true
3954
+ * @variant highlight-solid
3955
+ */
3953
3956
  };
3954
3957
  bf: (value: {
3955
3958
  readonly [$$PropertyValue]: "backdropFilter";
@@ -3971,10 +3974,7 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
3971
3974
  bf: string;
3972
3975
  bg: {
3973
3976
  readonly [$$PropertyValue]: "backgroundColor";
3974
- }; /**
3975
- * @isActive true
3976
- * @variant highlight-rounded
3977
- */
3977
+ };
3978
3978
  };
3979
3979
  bgColor: (value: {
3980
3980
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5024,7 +5024,10 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
5024
5024
  }) => {
5025
5025
  backgroundColor: {
5026
5026
  readonly [$$PropertyValue]: "backgroundColor";
5027
- };
5027
+ }; /**
5028
+ * @isActive true
5029
+ * @variant highlight-solid
5030
+ */
5028
5031
  };
5029
5032
  bf: (value: {
5030
5033
  readonly [$$PropertyValue]: "backdropFilter";
@@ -5046,10 +5049,7 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
5046
5049
  bf: string;
5047
5050
  bg: {
5048
5051
  readonly [$$PropertyValue]: "backgroundColor";
5049
- }; /**
5050
- * @isActive true
5051
- * @variant highlight-rounded
5052
- */
5052
+ };
5053
5053
  };
5054
5054
  bgColor: (value: {
5055
5055
  readonly [$$PropertyValue]: "backgroundColor";
@@ -6098,7 +6098,10 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
6098
6098
  }) => {
6099
6099
  backgroundColor: {
6100
6100
  readonly [$$PropertyValue]: "backgroundColor";
6101
- };
6101
+ }; /**
6102
+ * @isActive true
6103
+ * @variant highlight-solid
6104
+ */
6102
6105
  };
6103
6106
  bf: (value: {
6104
6107
  readonly [$$PropertyValue]: "backdropFilter";
@@ -6120,10 +6123,7 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
6120
6123
  bf: string;
6121
6124
  bg: {
6122
6125
  readonly [$$PropertyValue]: "backgroundColor";
6123
- }; /**
6124
- * @isActive true
6125
- * @variant highlight-rounded
6126
- */
6126
+ };
6127
6127
  };
6128
6128
  bgColor: (value: {
6129
6129
  readonly [$$PropertyValue]: "backgroundColor";
@@ -6479,7 +6479,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
6479
6479
  "@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none))": {
6480
6480
  bg: string;
6481
6481
  backdropFilter: string;
6482
- "@safari": {
6482
+ "@media screen and (-webkit-min-device-pixel-ratio:0)": {
6483
6483
  [x: string]: {
6484
6484
  bg: string;
6485
6485
  backdropFilter: string;
@@ -7223,7 +7223,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
7223
7223
  }) => {
7224
7224
  backgroundColor: {
7225
7225
  readonly [$$PropertyValue]: "backgroundColor";
7226
- };
7226
+ }; /**
7227
+ * @isActive true
7228
+ * @variant highlight-solid
7229
+ */
7227
7230
  };
7228
7231
  bf: (value: {
7229
7232
  readonly [$$PropertyValue]: "backdropFilter";
@@ -7245,10 +7248,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
7245
7248
  bf: string;
7246
7249
  bg: {
7247
7250
  readonly [$$PropertyValue]: "backgroundColor";
7248
- }; /**
7249
- * @isActive true
7250
- * @variant highlight-rounded
7251
- */
7251
+ };
7252
7252
  };
7253
7253
  bgColor: (value: {
7254
7254
  readonly [$$PropertyValue]: "backgroundColor";
@@ -8299,7 +8299,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
8299
8299
  }) => {
8300
8300
  backgroundColor: {
8301
8301
  readonly [$$PropertyValue]: "backgroundColor";
8302
- };
8302
+ }; /**
8303
+ * @isActive true
8304
+ * @variant highlight-solid
8305
+ */
8303
8306
  };
8304
8307
  bf: (value: {
8305
8308
  readonly [$$PropertyValue]: "backdropFilter";
@@ -8321,10 +8324,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
8321
8324
  bf: string;
8322
8325
  bg: {
8323
8326
  readonly [$$PropertyValue]: "backgroundColor";
8324
- }; /**
8325
- * @isActive true
8326
- * @variant highlight-rounded
8327
- */
8327
+ };
8328
8328
  };
8329
8329
  bgColor: (value: {
8330
8330
  readonly [$$PropertyValue]: "backgroundColor";
@@ -9375,7 +9375,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
9375
9375
  }) => {
9376
9376
  backgroundColor: {
9377
9377
  readonly [$$PropertyValue]: "backgroundColor";
9378
- };
9378
+ }; /**
9379
+ * @isActive true
9380
+ * @variant highlight-solid
9381
+ */
9379
9382
  };
9380
9383
  bf: (value: {
9381
9384
  readonly [$$PropertyValue]: "backdropFilter";
@@ -9397,10 +9400,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
9397
9400
  bf: string;
9398
9401
  bg: {
9399
9402
  readonly [$$PropertyValue]: "backgroundColor";
9400
- }; /**
9401
- * @isActive true
9402
- * @variant highlight-rounded
9403
- */
9403
+ };
9404
9404
  };
9405
9405
  bgColor: (value: {
9406
9406
  readonly [$$PropertyValue]: "backgroundColor";
@@ -10449,7 +10449,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
10449
10449
  }) => {
10450
10450
  backgroundColor: {
10451
10451
  readonly [$$PropertyValue]: "backgroundColor";
10452
- };
10452
+ }; /**
10453
+ * @isActive true
10454
+ * @variant highlight-solid
10455
+ */
10453
10456
  };
10454
10457
  bf: (value: {
10455
10458
  readonly [$$PropertyValue]: "backdropFilter";
@@ -10471,10 +10474,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
10471
10474
  bf: string;
10472
10475
  bg: {
10473
10476
  readonly [$$PropertyValue]: "backgroundColor";
10474
- }; /**
10475
- * @isActive true
10476
- * @variant highlight-rounded
10477
- */
10477
+ };
10478
10478
  };
10479
10479
  bgColor: (value: {
10480
10480
  readonly [$$PropertyValue]: "backgroundColor";
@@ -11523,7 +11523,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
11523
11523
  }) => {
11524
11524
  backgroundColor: {
11525
11525
  readonly [$$PropertyValue]: "backgroundColor";
11526
- };
11526
+ }; /**
11527
+ * @isActive true
11528
+ * @variant highlight-solid
11529
+ */
11527
11530
  };
11528
11531
  bf: (value: {
11529
11532
  readonly [$$PropertyValue]: "backdropFilter";
@@ -11545,10 +11548,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
11545
11548
  bf: string;
11546
11549
  bg: {
11547
11550
  readonly [$$PropertyValue]: "backgroundColor";
11548
- }; /**
11549
- * @isActive true
11550
- * @variant highlight-rounded
11551
- */
11551
+ };
11552
11552
  };
11553
11553
  bgColor: (value: {
11554
11554
  readonly [$$PropertyValue]: "backgroundColor";
@@ -12600,7 +12600,10 @@ export declare const StyledNavbarToggleIconContainer: import("@stitches/react/ty
12600
12600
  }) => {
12601
12601
  backgroundColor: {
12602
12602
  readonly [$$PropertyValue]: "backgroundColor";
12603
- };
12603
+ }; /**
12604
+ * @isActive true
12605
+ * @variant highlight-solid
12606
+ */
12604
12607
  };
12605
12608
  bf: (value: {
12606
12609
  readonly [$$PropertyValue]: "backdropFilter";
@@ -12622,10 +12625,7 @@ export declare const StyledNavbarToggleIconContainer: import("@stitches/react/ty
12622
12625
  bf: string;
12623
12626
  bg: {
12624
12627
  readonly [$$PropertyValue]: "backgroundColor";
12625
- }; /**
12626
- * @isActive true
12627
- * @variant highlight-rounded
12628
- */
12628
+ };
12629
12629
  };
12630
12630
  bgColor: (value: {
12631
12631
  readonly [$$PropertyValue]: "backgroundColor";
@@ -13691,7 +13691,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
13691
13691
  }) => {
13692
13692
  backgroundColor: {
13693
13693
  readonly [$$PropertyValue]: "backgroundColor";
13694
- };
13694
+ }; /**
13695
+ * @isActive true
13696
+ * @variant highlight-solid
13697
+ */
13695
13698
  };
13696
13699
  bf: (value: {
13697
13700
  readonly [$$PropertyValue]: "backdropFilter";
@@ -13713,10 +13716,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
13713
13716
  bf: string;
13714
13717
  bg: {
13715
13718
  readonly [$$PropertyValue]: "backgroundColor";
13716
- }; /**
13717
- * @isActive true
13718
- * @variant highlight-rounded
13719
- */
13719
+ };
13720
13720
  };
13721
13721
  bgColor: (value: {
13722
13722
  readonly [$$PropertyValue]: "backgroundColor";
@@ -14767,7 +14767,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
14767
14767
  }) => {
14768
14768
  backgroundColor: {
14769
14769
  readonly [$$PropertyValue]: "backgroundColor";
14770
- };
14770
+ }; /**
14771
+ * @isActive true
14772
+ * @variant highlight-solid
14773
+ */
14771
14774
  };
14772
14775
  bf: (value: {
14773
14776
  readonly [$$PropertyValue]: "backdropFilter";
@@ -14789,10 +14792,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
14789
14792
  bf: string;
14790
14793
  bg: {
14791
14794
  readonly [$$PropertyValue]: "backgroundColor";
14792
- }; /**
14793
- * @isActive true
14794
- * @variant highlight-rounded
14795
- */
14795
+ };
14796
14796
  };
14797
14797
  bgColor: (value: {
14798
14798
  readonly [$$PropertyValue]: "backgroundColor";
@@ -15843,7 +15843,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
15843
15843
  }) => {
15844
15844
  backgroundColor: {
15845
15845
  readonly [$$PropertyValue]: "backgroundColor";
15846
- };
15846
+ }; /**
15847
+ * @isActive true
15848
+ * @variant highlight-solid
15849
+ */
15847
15850
  };
15848
15851
  bf: (value: {
15849
15852
  readonly [$$PropertyValue]: "backdropFilter";
@@ -15865,10 +15868,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
15865
15868
  bf: string;
15866
15869
  bg: {
15867
15870
  readonly [$$PropertyValue]: "backgroundColor";
15868
- }; /**
15869
- * @isActive true
15870
- * @variant highlight-rounded
15871
- */
15871
+ };
15872
15872
  };
15873
15873
  bgColor: (value: {
15874
15874
  readonly [$$PropertyValue]: "backgroundColor";
@@ -16917,7 +16917,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
16917
16917
  }) => {
16918
16918
  backgroundColor: {
16919
16919
  readonly [$$PropertyValue]: "backgroundColor";
16920
- };
16920
+ }; /**
16921
+ * @isActive true
16922
+ * @variant highlight-solid
16923
+ */
16921
16924
  };
16922
16925
  bf: (value: {
16923
16926
  readonly [$$PropertyValue]: "backdropFilter";
@@ -16939,10 +16942,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
16939
16942
  bf: string;
16940
16943
  bg: {
16941
16944
  readonly [$$PropertyValue]: "backgroundColor";
16942
- }; /**
16943
- * @isActive true
16944
- * @variant highlight-rounded
16945
- */
16945
+ };
16946
16946
  };
16947
16947
  bgColor: (value: {
16948
16948
  readonly [$$PropertyValue]: "backgroundColor";
@@ -17993,7 +17993,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
17993
17993
  }) => {
17994
17994
  backgroundColor: {
17995
17995
  readonly [$$PropertyValue]: "backgroundColor";
17996
- };
17996
+ }; /**
17997
+ * @isActive true
17998
+ * @variant highlight-solid
17999
+ */
17997
18000
  };
17998
18001
  bf: (value: {
17999
18002
  readonly [$$PropertyValue]: "backdropFilter";
@@ -18015,10 +18018,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
18015
18018
  bf: string;
18016
18019
  bg: {
18017
18020
  readonly [$$PropertyValue]: "backgroundColor";
18018
- }; /**
18019
- * @isActive true
18020
- * @variant highlight-rounded
18021
- */
18021
+ };
18022
18022
  };
18023
18023
  bgColor: (value: {
18024
18024
  readonly [$$PropertyValue]: "backgroundColor";
@@ -19067,7 +19067,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
19067
19067
  }) => {
19068
19068
  backgroundColor: {
19069
19069
  readonly [$$PropertyValue]: "backgroundColor";
19070
- };
19070
+ }; /**
19071
+ * @isActive true
19072
+ * @variant highlight-solid
19073
+ */
19071
19074
  };
19072
19075
  bf: (value: {
19073
19076
  readonly [$$PropertyValue]: "backdropFilter";
@@ -19089,10 +19092,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
19089
19092
  bf: string;
19090
19093
  bg: {
19091
19094
  readonly [$$PropertyValue]: "backgroundColor";
19092
- }; /**
19093
- * @isActive true
19094
- * @variant highlight-rounded
19095
- */
19095
+ };
19096
19096
  };
19097
19097
  bgColor: (value: {
19098
19098
  readonly [$$PropertyValue]: "backgroundColor";
@@ -20155,7 +20155,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
20155
20155
  }) => {
20156
20156
  backgroundColor: {
20157
20157
  readonly [$$PropertyValue]: "backgroundColor";
20158
- };
20158
+ }; /**
20159
+ * @isActive true
20160
+ * @variant highlight-solid
20161
+ */
20159
20162
  };
20160
20163
  bf: (value: {
20161
20164
  readonly [$$PropertyValue]: "backdropFilter";
@@ -20177,10 +20180,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
20177
20180
  bf: string;
20178
20181
  bg: {
20179
20182
  readonly [$$PropertyValue]: "backgroundColor";
20180
- }; /**
20181
- * @isActive true
20182
- * @variant highlight-rounded
20183
- */
20183
+ };
20184
20184
  };
20185
20185
  bgColor: (value: {
20186
20186
  readonly [$$PropertyValue]: "backgroundColor";
@@ -21231,7 +21231,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
21231
21231
  }) => {
21232
21232
  backgroundColor: {
21233
21233
  readonly [$$PropertyValue]: "backgroundColor";
21234
- };
21234
+ }; /**
21235
+ * @isActive true
21236
+ * @variant highlight-solid
21237
+ */
21235
21238
  };
21236
21239
  bf: (value: {
21237
21240
  readonly [$$PropertyValue]: "backdropFilter";
@@ -21253,10 +21256,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
21253
21256
  bf: string;
21254
21257
  bg: {
21255
21258
  readonly [$$PropertyValue]: "backgroundColor";
21256
- }; /**
21257
- * @isActive true
21258
- * @variant highlight-rounded
21259
- */
21259
+ };
21260
21260
  };
21261
21261
  bgColor: (value: {
21262
21262
  readonly [$$PropertyValue]: "backgroundColor";
@@ -22307,7 +22307,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
22307
22307
  }) => {
22308
22308
  backgroundColor: {
22309
22309
  readonly [$$PropertyValue]: "backgroundColor";
22310
- };
22310
+ }; /**
22311
+ * @isActive true
22312
+ * @variant highlight-solid
22313
+ */
22311
22314
  };
22312
22315
  bf: (value: {
22313
22316
  readonly [$$PropertyValue]: "backdropFilter";
@@ -22329,10 +22332,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
22329
22332
  bf: string;
22330
22333
  bg: {
22331
22334
  readonly [$$PropertyValue]: "backgroundColor";
22332
- }; /**
22333
- * @isActive true
22334
- * @variant highlight-rounded
22335
- */
22335
+ };
22336
22336
  };
22337
22337
  bgColor: (value: {
22338
22338
  readonly [$$PropertyValue]: "backgroundColor";
@@ -23381,7 +23381,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
23381
23381
  }) => {
23382
23382
  backgroundColor: {
23383
23383
  readonly [$$PropertyValue]: "backgroundColor";
23384
- };
23384
+ }; /**
23385
+ * @isActive true
23386
+ * @variant highlight-solid
23387
+ */
23385
23388
  };
23386
23389
  bf: (value: {
23387
23390
  readonly [$$PropertyValue]: "backdropFilter";
@@ -23403,10 +23406,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
23403
23406
  bf: string;
23404
23407
  bg: {
23405
23408
  readonly [$$PropertyValue]: "backgroundColor";
23406
- }; /**
23407
- * @isActive true
23408
- * @variant highlight-rounded
23409
- */
23409
+ };
23410
23410
  };
23411
23411
  bgColor: (value: {
23412
23412
  readonly [$$PropertyValue]: "backgroundColor";
@@ -24455,7 +24455,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
24455
24455
  }) => {
24456
24456
  backgroundColor: {
24457
24457
  readonly [$$PropertyValue]: "backgroundColor";
24458
- };
24458
+ }; /**
24459
+ * @isActive true
24460
+ * @variant highlight-solid
24461
+ */
24459
24462
  };
24460
24463
  bf: (value: {
24461
24464
  readonly [$$PropertyValue]: "backdropFilter";
@@ -24477,10 +24480,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
24477
24480
  bf: string;
24478
24481
  bg: {
24479
24482
  readonly [$$PropertyValue]: "backgroundColor";
24480
- }; /**
24481
- * @isActive true
24482
- * @variant highlight-rounded
24483
- */
24483
+ };
24484
24484
  };
24485
24485
  bgColor: (value: {
24486
24486
  readonly [$$PropertyValue]: "backgroundColor";
@@ -25530,7 +25530,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
25530
25530
  }) => {
25531
25531
  backgroundColor: {
25532
25532
  readonly [$$PropertyValue]: "backgroundColor";
25533
- };
25533
+ }; /**
25534
+ * @isActive true
25535
+ * @variant highlight-solid
25536
+ */
25534
25537
  };
25535
25538
  bf: (value: {
25536
25539
  readonly [$$PropertyValue]: "backdropFilter";
@@ -25552,10 +25555,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
25552
25555
  bf: string;
25553
25556
  bg: {
25554
25557
  readonly [$$PropertyValue]: "backgroundColor";
25555
- }; /**
25556
- * @isActive true
25557
- * @variant highlight-rounded
25558
- */
25558
+ };
25559
25559
  };
25560
25560
  bgColor: (value: {
25561
25561
  readonly [$$PropertyValue]: "backgroundColor";
@@ -25893,6 +25893,9 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
25893
25893
  fontSize: string;
25894
25894
  fontWeight: string;
25895
25895
  };
25896
+ ":first-child": {
25897
+ boxSizing: string;
25898
+ };
25896
25899
  "&:before": {
25897
25900
  opacity: number;
25898
25901
  zIndex: string;
@@ -26783,7 +26786,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
26783
26786
  }) => {
26784
26787
  backgroundColor: {
26785
26788
  readonly [$$PropertyValue]: "backgroundColor";
26786
- };
26789
+ }; /**
26790
+ * @isActive true
26791
+ * @variant highlight-solid
26792
+ */
26787
26793
  };
26788
26794
  bf: (value: {
26789
26795
  readonly [$$PropertyValue]: "backdropFilter";
@@ -26805,10 +26811,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
26805
26811
  bf: string;
26806
26812
  bg: {
26807
26813
  readonly [$$PropertyValue]: "backgroundColor";
26808
- }; /**
26809
- * @isActive true
26810
- * @variant highlight-rounded
26811
- */
26814
+ };
26812
26815
  };
26813
26816
  bgColor: (value: {
26814
26817
  readonly [$$PropertyValue]: "backgroundColor";
@@ -27859,7 +27862,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
27859
27862
  }) => {
27860
27863
  backgroundColor: {
27861
27864
  readonly [$$PropertyValue]: "backgroundColor";
27862
- };
27865
+ }; /**
27866
+ * @isActive true
27867
+ * @variant highlight-solid
27868
+ */
27863
27869
  };
27864
27870
  bf: (value: {
27865
27871
  readonly [$$PropertyValue]: "backdropFilter";
@@ -27881,10 +27887,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
27881
27887
  bf: string;
27882
27888
  bg: {
27883
27889
  readonly [$$PropertyValue]: "backgroundColor";
27884
- }; /**
27885
- * @isActive true
27886
- * @variant highlight-rounded
27887
- */
27890
+ };
27888
27891
  };
27889
27892
  bgColor: (value: {
27890
27893
  readonly [$$PropertyValue]: "backgroundColor";
@@ -28935,7 +28938,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
28935
28938
  }) => {
28936
28939
  backgroundColor: {
28937
28940
  readonly [$$PropertyValue]: "backgroundColor";
28938
- };
28941
+ }; /**
28942
+ * @isActive true
28943
+ * @variant highlight-solid
28944
+ */
28939
28945
  };
28940
28946
  bf: (value: {
28941
28947
  readonly [$$PropertyValue]: "backdropFilter";
@@ -28957,10 +28963,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
28957
28963
  bf: string;
28958
28964
  bg: {
28959
28965
  readonly [$$PropertyValue]: "backgroundColor";
28960
- }; /**
28961
- * @isActive true
28962
- * @variant highlight-rounded
28963
- */
28966
+ };
28964
28967
  };
28965
28968
  bgColor: (value: {
28966
28969
  readonly [$$PropertyValue]: "backgroundColor";
@@ -30009,7 +30012,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
30009
30012
  }) => {
30010
30013
  backgroundColor: {
30011
30014
  readonly [$$PropertyValue]: "backgroundColor";
30012
- };
30015
+ }; /**
30016
+ * @isActive true
30017
+ * @variant highlight-solid
30018
+ */
30013
30019
  };
30014
30020
  bf: (value: {
30015
30021
  readonly [$$PropertyValue]: "backdropFilter";
@@ -30031,10 +30037,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
30031
30037
  bf: string;
30032
30038
  bg: {
30033
30039
  readonly [$$PropertyValue]: "backgroundColor";
30034
- }; /**
30035
- * @isActive true
30036
- * @variant highlight-rounded
30037
- */
30040
+ };
30038
30041
  };
30039
30042
  bgColor: (value: {
30040
30043
  readonly [$$PropertyValue]: "backgroundColor";
@@ -31083,7 +31086,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
31083
31086
  }) => {
31084
31087
  backgroundColor: {
31085
31088
  readonly [$$PropertyValue]: "backgroundColor";
31086
- };
31089
+ }; /**
31090
+ * @isActive true
31091
+ * @variant highlight-solid
31092
+ */
31087
31093
  };
31088
31094
  bf: (value: {
31089
31095
  readonly [$$PropertyValue]: "backdropFilter";
@@ -31105,10 +31111,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
31105
31111
  bf: string;
31106
31112
  bg: {
31107
31113
  readonly [$$PropertyValue]: "backgroundColor";
31108
- }; /**
31109
- * @isActive true
31110
- * @variant highlight-rounded
31111
- */
31114
+ };
31112
31115
  };
31113
31116
  bgColor: (value: {
31114
31117
  readonly [$$PropertyValue]: "backgroundColor";
@@ -32158,7 +32161,10 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
32158
32161
  }) => {
32159
32162
  backgroundColor: {
32160
32163
  readonly [$$PropertyValue]: "backgroundColor";
32161
- };
32164
+ }; /**
32165
+ * @isActive true
32166
+ * @variant highlight-solid
32167
+ */
32162
32168
  };
32163
32169
  bf: (value: {
32164
32170
  readonly [$$PropertyValue]: "backdropFilter";
@@ -32180,10 +32186,7 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
32180
32186
  bf: string;
32181
32187
  bg: {
32182
32188
  readonly [$$PropertyValue]: "backgroundColor";
32183
- }; /**
32184
- * @isActive true
32185
- * @variant highlight-rounded
32186
- */
32189
+ };
32187
32190
  };
32188
32191
  bgColor: (value: {
32189
32192
  readonly [$$PropertyValue]: "backgroundColor";
@@ -33237,7 +33240,10 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
33237
33240
  }) => {
33238
33241
  backgroundColor: {
33239
33242
  readonly [$$PropertyValue]: "backgroundColor";
33240
- };
33243
+ }; /**
33244
+ * @isActive true
33245
+ * @variant highlight-solid
33246
+ */
33241
33247
  };
33242
33248
  bf: (value: {
33243
33249
  readonly [$$PropertyValue]: "backdropFilter";
@@ -33259,10 +33265,7 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
33259
33265
  bf: string;
33260
33266
  bg: {
33261
33267
  readonly [$$PropertyValue]: "backgroundColor";
33262
- }; /**
33263
- * @isActive true
33264
- * @variant highlight-rounded
33265
- */
33268
+ };
33266
33269
  };
33267
33270
  bgColor: (value: {
33268
33271
  readonly [$$PropertyValue]: "backgroundColor";
@@ -34312,7 +34315,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
34312
34315
  }) => {
34313
34316
  backgroundColor: {
34314
34317
  readonly [$$PropertyValue]: "backgroundColor";
34315
- };
34318
+ }; /**
34319
+ * @isActive true
34320
+ * @variant highlight-solid
34321
+ */
34316
34322
  };
34317
34323
  bf: (value: {
34318
34324
  readonly [$$PropertyValue]: "backdropFilter";
@@ -34334,10 +34340,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
34334
34340
  bf: string;
34335
34341
  bg: {
34336
34342
  readonly [$$PropertyValue]: "backgroundColor";
34337
- }; /**
34338
- * @isActive true
34339
- * @variant highlight-rounded
34340
- */
34343
+ };
34341
34344
  };
34342
34345
  bgColor: (value: {
34343
34346
  readonly [$$PropertyValue]: "backgroundColor";
@@ -35405,7 +35408,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
35405
35408
  }) => {
35406
35409
  backgroundColor: {
35407
35410
  readonly [$$PropertyValue]: "backgroundColor";
35408
- };
35411
+ }; /**
35412
+ * @isActive true
35413
+ * @variant highlight-solid
35414
+ */
35409
35415
  };
35410
35416
  bf: (value: {
35411
35417
  readonly [$$PropertyValue]: "backdropFilter";
@@ -35427,10 +35433,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
35427
35433
  bf: string;
35428
35434
  bg: {
35429
35435
  readonly [$$PropertyValue]: "backgroundColor";
35430
- }; /**
35431
- * @isActive true
35432
- * @variant highlight-rounded
35433
- */
35436
+ };
35434
35437
  };
35435
35438
  bgColor: (value: {
35436
35439
  readonly [$$PropertyValue]: "backgroundColor";
@@ -36481,7 +36484,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
36481
36484
  }) => {
36482
36485
  backgroundColor: {
36483
36486
  readonly [$$PropertyValue]: "backgroundColor";
36484
- };
36487
+ }; /**
36488
+ * @isActive true
36489
+ * @variant highlight-solid
36490
+ */
36485
36491
  };
36486
36492
  bf: (value: {
36487
36493
  readonly [$$PropertyValue]: "backdropFilter";
@@ -36503,10 +36509,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
36503
36509
  bf: string;
36504
36510
  bg: {
36505
36511
  readonly [$$PropertyValue]: "backgroundColor";
36506
- }; /**
36507
- * @isActive true
36508
- * @variant highlight-rounded
36509
- */
36512
+ };
36510
36513
  };
36511
36514
  bgColor: (value: {
36512
36515
  readonly [$$PropertyValue]: "backgroundColor";
@@ -37557,7 +37560,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
37557
37560
  }) => {
37558
37561
  backgroundColor: {
37559
37562
  readonly [$$PropertyValue]: "backgroundColor";
37560
- };
37563
+ }; /**
37564
+ * @isActive true
37565
+ * @variant highlight-solid
37566
+ */
37561
37567
  };
37562
37568
  bf: (value: {
37563
37569
  readonly [$$PropertyValue]: "backdropFilter";
@@ -37579,10 +37585,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
37579
37585
  bf: string;
37580
37586
  bg: {
37581
37587
  readonly [$$PropertyValue]: "backgroundColor";
37582
- }; /**
37583
- * @isActive true
37584
- * @variant highlight-rounded
37585
- */
37588
+ };
37586
37589
  };
37587
37590
  bgColor: (value: {
37588
37591
  readonly [$$PropertyValue]: "backgroundColor";
@@ -38631,7 +38634,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
38631
38634
  }) => {
38632
38635
  backgroundColor: {
38633
38636
  readonly [$$PropertyValue]: "backgroundColor";
38634
- };
38637
+ }; /**
38638
+ * @isActive true
38639
+ * @variant highlight-solid
38640
+ */
38635
38641
  };
38636
38642
  bf: (value: {
38637
38643
  readonly [$$PropertyValue]: "backdropFilter";
@@ -38653,10 +38659,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
38653
38659
  bf: string;
38654
38660
  bg: {
38655
38661
  readonly [$$PropertyValue]: "backgroundColor";
38656
- }; /**
38657
- * @isActive true
38658
- * @variant highlight-rounded
38659
- */
38662
+ };
38660
38663
  };
38661
38664
  bgColor: (value: {
38662
38665
  readonly [$$PropertyValue]: "backgroundColor";
@@ -39705,7 +39708,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
39705
39708
  }) => {
39706
39709
  backgroundColor: {
39707
39710
  readonly [$$PropertyValue]: "backgroundColor";
39708
- };
39711
+ }; /**
39712
+ * @isActive true
39713
+ * @variant highlight-solid
39714
+ */
39709
39715
  };
39710
39716
  bf: (value: {
39711
39717
  readonly [$$PropertyValue]: "backdropFilter";
@@ -39727,10 +39733,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
39727
39733
  bf: string;
39728
39734
  bg: {
39729
39735
  readonly [$$PropertyValue]: "backgroundColor";
39730
- }; /**
39731
- * @isActive true
39732
- * @variant highlight-rounded
39733
- */
39736
+ };
39734
39737
  };
39735
39738
  bgColor: (value: {
39736
39739
  readonly [$$PropertyValue]: "backgroundColor";
@@ -40780,7 +40783,10 @@ export declare const StyledNavbarContainer: import("@stitches/react/types/styled
40780
40783
  }) => {
40781
40784
  backgroundColor: {
40782
40785
  readonly [$$PropertyValue]: "backgroundColor";
40783
- };
40786
+ }; /**
40787
+ * @isActive true
40788
+ * @variant highlight-solid
40789
+ */
40784
40790
  };
40785
40791
  bf: (value: {
40786
40792
  readonly [$$PropertyValue]: "backdropFilter";
@@ -40802,10 +40808,7 @@ export declare const StyledNavbarContainer: import("@stitches/react/types/styled
40802
40808
  bf: string;
40803
40809
  bg: {
40804
40810
  readonly [$$PropertyValue]: "backgroundColor";
40805
- }; /**
40806
- * @isActive true
40807
- * @variant highlight-rounded
40808
- */
40811
+ };
40809
40812
  };
40810
40813
  bgColor: (value: {
40811
40814
  readonly [$$PropertyValue]: "backgroundColor";
@@ -41862,7 +41865,10 @@ export declare const StyledNavbar: import("@stitches/react/types/styled-componen
41862
41865
  }) => {
41863
41866
  backgroundColor: {
41864
41867
  readonly [$$PropertyValue]: "backgroundColor";
41865
- };
41868
+ }; /**
41869
+ * @isActive true
41870
+ * @variant highlight-solid
41871
+ */
41866
41872
  };
41867
41873
  bf: (value: {
41868
41874
  readonly [$$PropertyValue]: "backdropFilter";
@@ -41884,10 +41890,7 @@ export declare const StyledNavbar: import("@stitches/react/types/styled-componen
41884
41890
  bf: string;
41885
41891
  bg: {
41886
41892
  readonly [$$PropertyValue]: "backgroundColor";
41887
- }; /**
41888
- * @isActive true
41889
- * @variant highlight-rounded
41890
- */
41893
+ };
41891
41894
  };
41892
41895
  bgColor: (value: {
41893
41896
  readonly [$$PropertyValue]: "backgroundColor";