@nextui-org/react 1.0.0-beta.10 → 1.0.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/cjs/avatar/avatar.js +1 -1
- package/cjs/backdrop/backdrop.styles.js +1 -1
- package/cjs/button/button-icon.js +1 -1
- package/cjs/button/utils.js +1 -1
- package/cjs/card/card.styles.js +1 -1
- package/cjs/checkbox/checkbox.js +1 -1
- package/cjs/checkbox/checkbox.styles.js +1 -1
- package/cjs/checkbox/use-checkbox.js +1 -1
- package/cjs/divider/divider.js +1 -1
- package/cjs/dropdown/dropdown-menu.js +1 -1
- package/cjs/dropdown/dropdown.js +1 -1
- package/cjs/dropdown/use-dropdown.js +1 -1
- package/cjs/grid/grid.js +1 -1
- package/cjs/input/index.js +1 -1
- package/cjs/input/input.js +1 -1
- package/cjs/input/input.styles.js +1 -1
- package/cjs/link/link.js +1 -1
- package/cjs/link/link.styles.js +1 -1
- package/cjs/loading/loading.js +1 -1
- package/cjs/navbar/navbar-link.js +1 -1
- package/cjs/navbar/navbar.styles.js +1 -1
- package/cjs/pagination/pagination.js +1 -1
- package/cjs/popover/popover-content.js +1 -1
- package/cjs/popover/popover-trigger.js +1 -1
- package/cjs/popover/popover.styles.js +1 -1
- package/cjs/popover/use-popover.js +1 -1
- package/cjs/radio/radio.js +1 -1
- package/cjs/radio/use-radio-group.js +1 -1
- package/cjs/radio/use-radio.js +1 -1
- package/cjs/spacer/spacer.js +1 -1
- package/cjs/switch/switch.js +1 -1
- package/cjs/table/table-body.js +1 -1
- package/cjs/table/table-cell.js +1 -1
- package/cjs/table/table.js +1 -1
- package/cjs/table/table.styles.js +1 -1
- package/cjs/textarea/textarea.js +1 -1
- package/cjs/theme/dark-theme.js +1 -1
- package/cjs/theme/light-theme.js +1 -1
- package/cjs/theme/shared-css.js +1 -1
- package/cjs/theme/utils.js +1 -1
- package/cjs/tooltip/tooltip.js +1 -1
- package/cjs/use-pagination/index.js +1 -1
- package/cjs/user/user.js +1 -1
- package/cjs/user/user.styles.js +1 -1
- package/cjs/utils/checkmark.js +1 -1
- package/cjs/utils/css-transition.js +1 -1
- package/esm/avatar/avatar.js +1 -1
- package/esm/backdrop/backdrop.styles.js +1 -1
- package/esm/button/button-icon.js +1 -1
- package/esm/button/utils.js +1 -1
- package/esm/card/card.styles.js +1 -1
- package/esm/checkbox/checkbox.js +1 -1
- package/esm/checkbox/checkbox.styles.js +1 -1
- package/esm/checkbox/use-checkbox.js +1 -1
- package/esm/divider/divider.js +1 -1
- package/esm/dropdown/dropdown-menu.js +1 -1
- package/esm/dropdown/dropdown.js +1 -1
- package/esm/dropdown/use-dropdown.js +1 -1
- package/esm/grid/grid.js +1 -1
- package/esm/input/index.js +1 -1
- package/esm/input/input.js +1 -1
- package/esm/input/input.styles.js +1 -1
- package/esm/link/link.js +1 -1
- package/esm/link/link.styles.js +1 -1
- package/esm/loading/loading.js +1 -1
- package/esm/navbar/navbar-link.js +1 -1
- package/esm/navbar/navbar.styles.js +1 -1
- package/esm/pagination/pagination.js +1 -1
- package/esm/popover/popover-content.js +1 -1
- package/esm/popover/popover-trigger.js +1 -1
- package/esm/popover/popover.styles.js +1 -1
- package/esm/popover/use-popover.js +1 -1
- package/esm/radio/radio.js +1 -1
- package/esm/radio/use-radio-group.js +1 -1
- package/esm/radio/use-radio.js +1 -1
- package/esm/spacer/spacer.js +1 -1
- package/esm/switch/switch.js +1 -1
- package/esm/table/table-body.js +1 -1
- package/esm/table/table-cell.js +1 -1
- package/esm/table/table.js +1 -1
- package/esm/table/table.styles.js +1 -1
- package/esm/textarea/textarea.js +1 -1
- package/esm/theme/dark-theme.js +1 -1
- package/esm/theme/light-theme.js +1 -1
- package/esm/theme/shared-css.js +1 -1
- package/esm/theme/utils.js +1 -1
- package/esm/tooltip/tooltip.js +1 -1
- package/esm/use-pagination/index.js +1 -1
- package/esm/user/user.js +1 -1
- package/esm/user/user.styles.js +1 -1
- package/esm/utils/checkmark.js +1 -1
- package/esm/utils/css-transition.js +1 -1
- package/package.json +31 -29
- package/types/avatar/avatar-group.styles.d.ts +4 -0
- package/types/avatar/avatar.d.ts +5 -1
- package/types/avatar/avatar.styles.d.ts +4 -0
- package/types/backdrop/backdrop.d.ts +3 -2
- package/types/backdrop/backdrop.styles.d.ts +7 -1
- package/types/badge/badge.styles.d.ts +6 -0
- package/types/button/button-group.d.ts +8 -1
- package/types/button/button-group.styles.d.ts +2 -0
- package/types/button/button-icon.d.ts +35 -2
- package/types/button/button.d.ts +1 -1
- package/types/button/button.styles.d.ts +4 -0
- package/types/button/utils.d.ts +3 -51
- package/types/card/card.d.ts +1 -1
- package/types/card/card.styles.d.ts +40 -0
- package/types/checkbox/checkbox.styles.d.ts +21 -1
- package/types/checkbox/use-checkbox-group.d.ts +2 -2
- package/types/checkbox/use-checkbox.d.ts +3 -0
- package/types/code/code.d.ts +25 -1
- package/types/code/code.styles.d.ts +4 -0
- package/types/col/col.d.ts +27 -2
- package/types/col/col.styles.d.ts +2 -0
- package/types/collapse/collapse-group.d.ts +2 -1
- package/types/collapse/collapse.d.ts +1 -0
- package/types/collapse/collapse.styles.d.ts +12 -0
- package/types/container/container.d.ts +2 -1
- package/types/container/container.styles.d.ts +2 -0
- package/types/divider/divider.d.ts +26 -2
- package/types/divider/divider.styles.d.ts +4 -0
- package/types/dropdown/dropdown-context.d.ts +58 -14
- package/types/dropdown/dropdown-menu.d.ts +2 -1
- package/types/dropdown/dropdown.styles.d.ts +22 -0
- package/types/dropdown/use-dropdown.d.ts +29 -7
- package/types/grid/grid-container.d.ts +2 -1
- package/types/grid/grid-item.d.ts +2 -1
- package/types/grid/grid.styles.d.ts +4 -0
- package/types/image/image.d.ts +1 -1
- package/types/image/image.skeleton.d.ts +1 -1
- package/types/image/image.styles.d.ts +6 -0
- package/types/input/input-password.d.ts +2 -1
- package/types/input/input.d.ts +1 -3
- package/types/input/input.styles.d.ts +22 -0
- package/types/link/link.styles.d.ts +6 -0
- package/types/loading/loading.d.ts +32 -2
- package/types/loading/loading.styles.d.ts +12 -0
- package/types/loading/spinner.d.ts +2 -1
- package/types/modal/modal-footer.d.ts +31 -2
- package/types/modal/modal-header.d.ts +31 -2
- package/types/modal/modal-wrapper.d.ts +2 -1
- package/types/modal/modal.d.ts +1 -0
- package/types/modal/modal.styles.d.ts +12 -0
- package/types/navbar/navbar.styles.d.ts +277 -196
- package/types/pagination/pagination-highlight.d.ts +1 -1
- package/types/pagination/pagination-item.d.ts +2 -1
- package/types/pagination/pagination.d.ts +1 -0
- package/types/pagination/pagination.styles.d.ts +12 -0
- package/types/popover/popover-content.d.ts +1 -1
- package/types/popover/popover-context.d.ts +8 -6
- package/types/popover/popover-trigger.d.ts +1 -1
- package/types/popover/popover.styles.d.ts +27 -0
- package/types/popover/use-popover.d.ts +4 -3
- package/types/progress/progress.d.ts +1 -1
- package/types/progress/progress.styles.d.ts +4 -0
- package/types/radio/index.d.ts +2 -0
- package/types/radio/radio-context.d.ts +4 -4
- package/types/radio/radio.styles.d.ts +16 -0
- package/types/radio/use-radio-group.d.ts +2 -2
- package/types/radio/use-radio.d.ts +2 -1
- package/types/row/row.d.ts +26 -2
- package/types/row/row.styles.d.ts +2 -0
- package/types/snippet/snippet.d.ts +37 -1
- package/types/snippet/snippet.styles.d.ts +8 -0
- package/types/spacer/spacer.d.ts +1 -1
- package/types/spacer/spacer.styles.d.ts +2 -0
- package/types/switch/switch.d.ts +1 -0
- package/types/switch/switch.styles.d.ts +8 -0
- package/types/table/table-body.d.ts +4 -2
- package/types/table/table-cell.d.ts +1 -0
- package/types/table/table-column-header.d.ts +5 -3
- package/types/table/table-context.d.ts +1 -1
- package/types/table/table-footer.d.ts +5 -4
- package/types/table/table-header-row.d.ts +1 -2
- package/types/table/table-row-group.d.ts +2 -1
- package/types/table/table-row.d.ts +1 -2
- package/types/table/table-sort-icon.d.ts +2 -0
- package/types/table/table.d.ts +1 -1
- package/types/table/table.styles.d.ts +48 -7
- package/types/text/child.d.ts +17 -1
- package/types/text/text.styles.d.ts +10 -0
- package/types/textarea/textarea.d.ts +1 -1
- package/types/theme/dark-theme.d.ts +2 -0
- package/types/theme/light-theme.d.ts +2 -0
- package/types/theme/shared-css.d.ts +20 -0
- package/types/theme/stitches.config.d.ts +20 -0
- package/types/theme/theme-provider.d.ts +2 -1
- package/types/tooltip/tooltip-content.d.ts +3 -2
- package/types/tooltip/tooltip.d.ts +6 -2
- package/types/tooltip/tooltip.styles.d.ts +8 -0
- package/types/user/user.d.ts +1 -1
- package/types/user/user.styles.d.ts +8 -0
- package/types/utils/css-transition.d.ts +6 -20
- package/types/utils/drip.d.ts +2 -0
- package/types/utils/expand.d.ts +2 -1
- package/umd/nextui.js +27257 -12247
- package/umd/nextui.min.js +1 -1
|
@@ -57,7 +57,9 @@ export declare const StyledBaseNavbarItem: import("@stitches/react/types/styled-
|
|
|
57
57
|
xl: string;
|
|
58
58
|
};
|
|
59
59
|
colors: {
|
|
60
|
+
textLight: string;
|
|
60
61
|
text: string;
|
|
62
|
+
linkLight: string;
|
|
61
63
|
link: string;
|
|
62
64
|
codeLight: string;
|
|
63
65
|
code: string;
|
|
@@ -721,7 +723,10 @@ export declare const StyledBaseNavbarItem: import("@stitches/react/types/styled-
|
|
|
721
723
|
}) => {
|
|
722
724
|
backgroundColor: {
|
|
723
725
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
724
|
-
};
|
|
726
|
+
}; /**
|
|
727
|
+
* @isActive true
|
|
728
|
+
* @variant highlight-solid
|
|
729
|
+
*/
|
|
725
730
|
};
|
|
726
731
|
bf: (value: {
|
|
727
732
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -743,10 +748,7 @@ export declare const StyledBaseNavbarItem: import("@stitches/react/types/styled-
|
|
|
743
748
|
bf: string;
|
|
744
749
|
bg: {
|
|
745
750
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
746
|
-
};
|
|
747
|
-
* @isActive true
|
|
748
|
-
* @variant highlight-rounded
|
|
749
|
-
*/
|
|
751
|
+
};
|
|
750
752
|
};
|
|
751
753
|
bgColor: (value: {
|
|
752
754
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1132,7 +1134,9 @@ export declare const StyledBaseNavbarList: import("@stitches/react/types/styled-
|
|
|
1132
1134
|
xl: string;
|
|
1133
1135
|
};
|
|
1134
1136
|
colors: {
|
|
1137
|
+
textLight: string;
|
|
1135
1138
|
text: string;
|
|
1139
|
+
linkLight: string;
|
|
1136
1140
|
link: string;
|
|
1137
1141
|
codeLight: string;
|
|
1138
1142
|
code: string;
|
|
@@ -1796,7 +1800,10 @@ export declare const StyledBaseNavbarList: import("@stitches/react/types/styled-
|
|
|
1796
1800
|
}) => {
|
|
1797
1801
|
backgroundColor: {
|
|
1798
1802
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1799
|
-
};
|
|
1803
|
+
}; /**
|
|
1804
|
+
* @isActive true
|
|
1805
|
+
* @variant highlight-solid
|
|
1806
|
+
*/
|
|
1800
1807
|
};
|
|
1801
1808
|
bf: (value: {
|
|
1802
1809
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -1818,10 +1825,7 @@ export declare const StyledBaseNavbarList: import("@stitches/react/types/styled-
|
|
|
1818
1825
|
bf: string;
|
|
1819
1826
|
bg: {
|
|
1820
1827
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1821
|
-
};
|
|
1822
|
-
* @isActive true
|
|
1823
|
-
* @variant highlight-rounded
|
|
1824
|
-
*/
|
|
1828
|
+
};
|
|
1825
1829
|
};
|
|
1826
1830
|
bgColor: (value: {
|
|
1827
1831
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2207,7 +2211,9 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
|
|
|
2207
2211
|
xl: string;
|
|
2208
2212
|
};
|
|
2209
2213
|
colors: {
|
|
2214
|
+
textLight: string;
|
|
2210
2215
|
text: string;
|
|
2216
|
+
linkLight: string;
|
|
2211
2217
|
link: string;
|
|
2212
2218
|
codeLight: string;
|
|
2213
2219
|
code: string;
|
|
@@ -2871,7 +2877,10 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
|
|
|
2871
2877
|
}) => {
|
|
2872
2878
|
backgroundColor: {
|
|
2873
2879
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2874
|
-
};
|
|
2880
|
+
}; /**
|
|
2881
|
+
* @isActive true
|
|
2882
|
+
* @variant highlight-solid
|
|
2883
|
+
*/
|
|
2875
2884
|
};
|
|
2876
2885
|
bf: (value: {
|
|
2877
2886
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -2893,10 +2902,7 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
|
|
|
2893
2902
|
bf: string;
|
|
2894
2903
|
bg: {
|
|
2895
2904
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2896
|
-
};
|
|
2897
|
-
* @isActive true
|
|
2898
|
-
* @variant highlight-rounded
|
|
2899
|
-
*/
|
|
2905
|
+
};
|
|
2900
2906
|
};
|
|
2901
2907
|
bgColor: (value: {
|
|
2902
2908
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3285,7 +3291,9 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
|
|
|
3285
3291
|
xl: string;
|
|
3286
3292
|
};
|
|
3287
3293
|
colors: {
|
|
3294
|
+
textLight: string;
|
|
3288
3295
|
text: string;
|
|
3296
|
+
linkLight: string;
|
|
3289
3297
|
link: string;
|
|
3290
3298
|
codeLight: string;
|
|
3291
3299
|
code: string;
|
|
@@ -3949,7 +3957,10 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
|
|
|
3949
3957
|
}) => {
|
|
3950
3958
|
backgroundColor: {
|
|
3951
3959
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3952
|
-
};
|
|
3960
|
+
}; /**
|
|
3961
|
+
* @isActive true
|
|
3962
|
+
* @variant highlight-solid
|
|
3963
|
+
*/
|
|
3953
3964
|
};
|
|
3954
3965
|
bf: (value: {
|
|
3955
3966
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -3971,10 +3982,7 @@ export declare const StyledNavbarCollapseItem: import("@stitches/react/types/sty
|
|
|
3971
3982
|
bf: string;
|
|
3972
3983
|
bg: {
|
|
3973
3984
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3974
|
-
};
|
|
3975
|
-
* @isActive true
|
|
3976
|
-
* @variant highlight-rounded
|
|
3977
|
-
*/
|
|
3985
|
+
};
|
|
3978
3986
|
};
|
|
3979
3987
|
bgColor: (value: {
|
|
3980
3988
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -4360,7 +4368,9 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
|
|
|
4360
4368
|
xl: string;
|
|
4361
4369
|
};
|
|
4362
4370
|
colors: {
|
|
4371
|
+
textLight: string;
|
|
4363
4372
|
text: string;
|
|
4373
|
+
linkLight: string;
|
|
4364
4374
|
link: string;
|
|
4365
4375
|
codeLight: string;
|
|
4366
4376
|
code: string;
|
|
@@ -5024,7 +5034,10 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
|
|
|
5024
5034
|
}) => {
|
|
5025
5035
|
backgroundColor: {
|
|
5026
5036
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5027
|
-
};
|
|
5037
|
+
}; /**
|
|
5038
|
+
* @isActive true
|
|
5039
|
+
* @variant highlight-solid
|
|
5040
|
+
*/
|
|
5028
5041
|
};
|
|
5029
5042
|
bf: (value: {
|
|
5030
5043
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -5046,10 +5059,7 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
|
|
|
5046
5059
|
bf: string;
|
|
5047
5060
|
bg: {
|
|
5048
5061
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
5049
|
-
};
|
|
5050
|
-
* @isActive true
|
|
5051
|
-
* @variant highlight-rounded
|
|
5052
|
-
*/
|
|
5062
|
+
};
|
|
5053
5063
|
};
|
|
5054
5064
|
bgColor: (value: {
|
|
5055
5065
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -5434,7 +5444,9 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
|
|
|
5434
5444
|
xl: string;
|
|
5435
5445
|
};
|
|
5436
5446
|
colors: {
|
|
5447
|
+
textLight: string;
|
|
5437
5448
|
text: string;
|
|
5449
|
+
linkLight: string;
|
|
5438
5450
|
link: string;
|
|
5439
5451
|
codeLight: string;
|
|
5440
5452
|
code: string;
|
|
@@ -6098,7 +6110,10 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
|
|
|
6098
6110
|
}) => {
|
|
6099
6111
|
backgroundColor: {
|
|
6100
6112
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
6101
|
-
};
|
|
6113
|
+
}; /**
|
|
6114
|
+
* @isActive true
|
|
6115
|
+
* @variant highlight-solid
|
|
6116
|
+
*/
|
|
6102
6117
|
};
|
|
6103
6118
|
bf: (value: {
|
|
6104
6119
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -6120,10 +6135,7 @@ export declare const StyledNavbarCollapseWrapper: import("@stitches/react/types/
|
|
|
6120
6135
|
bf: string;
|
|
6121
6136
|
bg: {
|
|
6122
6137
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
6123
|
-
};
|
|
6124
|
-
* @isActive true
|
|
6125
|
-
* @variant highlight-rounded
|
|
6126
|
-
*/
|
|
6138
|
+
};
|
|
6127
6139
|
};
|
|
6128
6140
|
bgColor: (value: {
|
|
6129
6141
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -6479,7 +6491,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
6479
6491
|
"@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none))": {
|
|
6480
6492
|
bg: string;
|
|
6481
6493
|
backdropFilter: string;
|
|
6482
|
-
"@
|
|
6494
|
+
"@media screen and (-webkit-min-device-pixel-ratio:0)": {
|
|
6483
6495
|
[x: string]: {
|
|
6484
6496
|
bg: string;
|
|
6485
6497
|
backdropFilter: string;
|
|
@@ -6559,7 +6571,9 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
6559
6571
|
xl: string;
|
|
6560
6572
|
};
|
|
6561
6573
|
colors: {
|
|
6574
|
+
textLight: string;
|
|
6562
6575
|
text: string;
|
|
6576
|
+
linkLight: string;
|
|
6563
6577
|
link: string;
|
|
6564
6578
|
codeLight: string;
|
|
6565
6579
|
code: string;
|
|
@@ -7223,7 +7237,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
7223
7237
|
}) => {
|
|
7224
7238
|
backgroundColor: {
|
|
7225
7239
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
7226
|
-
};
|
|
7240
|
+
}; /**
|
|
7241
|
+
* @isActive true
|
|
7242
|
+
* @variant highlight-solid
|
|
7243
|
+
*/
|
|
7227
7244
|
};
|
|
7228
7245
|
bf: (value: {
|
|
7229
7246
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -7245,10 +7262,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
7245
7262
|
bf: string;
|
|
7246
7263
|
bg: {
|
|
7247
7264
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
7248
|
-
};
|
|
7249
|
-
* @isActive true
|
|
7250
|
-
* @variant highlight-rounded
|
|
7251
|
-
*/
|
|
7265
|
+
};
|
|
7252
7266
|
};
|
|
7253
7267
|
bgColor: (value: {
|
|
7254
7268
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -7635,7 +7649,9 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
7635
7649
|
xl: string;
|
|
7636
7650
|
};
|
|
7637
7651
|
colors: {
|
|
7652
|
+
textLight: string;
|
|
7638
7653
|
text: string;
|
|
7654
|
+
linkLight: string;
|
|
7639
7655
|
link: string;
|
|
7640
7656
|
codeLight: string;
|
|
7641
7657
|
code: string;
|
|
@@ -8299,7 +8315,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
8299
8315
|
}) => {
|
|
8300
8316
|
backgroundColor: {
|
|
8301
8317
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
8302
|
-
};
|
|
8318
|
+
}; /**
|
|
8319
|
+
* @isActive true
|
|
8320
|
+
* @variant highlight-solid
|
|
8321
|
+
*/
|
|
8303
8322
|
};
|
|
8304
8323
|
bf: (value: {
|
|
8305
8324
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -8321,10 +8340,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
8321
8340
|
bf: string;
|
|
8322
8341
|
bg: {
|
|
8323
8342
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
8324
|
-
};
|
|
8325
|
-
* @isActive true
|
|
8326
|
-
* @variant highlight-rounded
|
|
8327
|
-
*/
|
|
8343
|
+
};
|
|
8328
8344
|
};
|
|
8329
8345
|
bgColor: (value: {
|
|
8330
8346
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -8711,7 +8727,9 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
8711
8727
|
xl: string;
|
|
8712
8728
|
};
|
|
8713
8729
|
colors: {
|
|
8730
|
+
textLight: string;
|
|
8714
8731
|
text: string;
|
|
8732
|
+
linkLight: string;
|
|
8715
8733
|
link: string;
|
|
8716
8734
|
codeLight: string;
|
|
8717
8735
|
code: string;
|
|
@@ -9375,7 +9393,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
9375
9393
|
}) => {
|
|
9376
9394
|
backgroundColor: {
|
|
9377
9395
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
9378
|
-
};
|
|
9396
|
+
}; /**
|
|
9397
|
+
* @isActive true
|
|
9398
|
+
* @variant highlight-solid
|
|
9399
|
+
*/
|
|
9379
9400
|
};
|
|
9380
9401
|
bf: (value: {
|
|
9381
9402
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -9397,10 +9418,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
9397
9418
|
bf: string;
|
|
9398
9419
|
bg: {
|
|
9399
9420
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
9400
|
-
};
|
|
9401
|
-
* @isActive true
|
|
9402
|
-
* @variant highlight-rounded
|
|
9403
|
-
*/
|
|
9421
|
+
};
|
|
9404
9422
|
};
|
|
9405
9423
|
bgColor: (value: {
|
|
9406
9424
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -9785,7 +9803,9 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
9785
9803
|
xl: string;
|
|
9786
9804
|
};
|
|
9787
9805
|
colors: {
|
|
9806
|
+
textLight: string;
|
|
9788
9807
|
text: string;
|
|
9808
|
+
linkLight: string;
|
|
9789
9809
|
link: string;
|
|
9790
9810
|
codeLight: string;
|
|
9791
9811
|
code: string;
|
|
@@ -10449,7 +10469,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
10449
10469
|
}) => {
|
|
10450
10470
|
backgroundColor: {
|
|
10451
10471
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
10452
|
-
};
|
|
10472
|
+
}; /**
|
|
10473
|
+
* @isActive true
|
|
10474
|
+
* @variant highlight-solid
|
|
10475
|
+
*/
|
|
10453
10476
|
};
|
|
10454
10477
|
bf: (value: {
|
|
10455
10478
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -10471,10 +10494,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
10471
10494
|
bf: string;
|
|
10472
10495
|
bg: {
|
|
10473
10496
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
10474
|
-
};
|
|
10475
|
-
* @isActive true
|
|
10476
|
-
* @variant highlight-rounded
|
|
10477
|
-
*/
|
|
10497
|
+
};
|
|
10478
10498
|
};
|
|
10479
10499
|
bgColor: (value: {
|
|
10480
10500
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -10859,7 +10879,9 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
10859
10879
|
xl: string;
|
|
10860
10880
|
};
|
|
10861
10881
|
colors: {
|
|
10882
|
+
textLight: string;
|
|
10862
10883
|
text: string;
|
|
10884
|
+
linkLight: string;
|
|
10863
10885
|
link: string;
|
|
10864
10886
|
codeLight: string;
|
|
10865
10887
|
code: string;
|
|
@@ -11523,7 +11545,10 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
11523
11545
|
}) => {
|
|
11524
11546
|
backgroundColor: {
|
|
11525
11547
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
11526
|
-
};
|
|
11548
|
+
}; /**
|
|
11549
|
+
* @isActive true
|
|
11550
|
+
* @variant highlight-solid
|
|
11551
|
+
*/
|
|
11527
11552
|
};
|
|
11528
11553
|
bf: (value: {
|
|
11529
11554
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -11545,10 +11570,7 @@ export declare const StyledNavbarCollapse: import("@stitches/react/types/styled-
|
|
|
11545
11570
|
bf: string;
|
|
11546
11571
|
bg: {
|
|
11547
11572
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
11548
|
-
};
|
|
11549
|
-
* @isActive true
|
|
11550
|
-
* @variant highlight-rounded
|
|
11551
|
-
*/
|
|
11573
|
+
};
|
|
11552
11574
|
};
|
|
11553
11575
|
bgColor: (value: {
|
|
11554
11576
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -11936,7 +11958,9 @@ export declare const StyledNavbarToggleIconContainer: import("@stitches/react/ty
|
|
|
11936
11958
|
xl: string;
|
|
11937
11959
|
};
|
|
11938
11960
|
colors: {
|
|
11961
|
+
textLight: string;
|
|
11939
11962
|
text: string;
|
|
11963
|
+
linkLight: string;
|
|
11940
11964
|
link: string;
|
|
11941
11965
|
codeLight: string;
|
|
11942
11966
|
code: string;
|
|
@@ -12600,7 +12624,10 @@ export declare const StyledNavbarToggleIconContainer: import("@stitches/react/ty
|
|
|
12600
12624
|
}) => {
|
|
12601
12625
|
backgroundColor: {
|
|
12602
12626
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
12603
|
-
};
|
|
12627
|
+
}; /**
|
|
12628
|
+
* @isActive true
|
|
12629
|
+
* @variant highlight-solid
|
|
12630
|
+
*/
|
|
12604
12631
|
};
|
|
12605
12632
|
bf: (value: {
|
|
12606
12633
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -12622,10 +12649,7 @@ export declare const StyledNavbarToggleIconContainer: import("@stitches/react/ty
|
|
|
12622
12649
|
bf: string;
|
|
12623
12650
|
bg: {
|
|
12624
12651
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
12625
|
-
};
|
|
12626
|
-
* @isActive true
|
|
12627
|
-
* @variant highlight-rounded
|
|
12628
|
-
*/
|
|
12652
|
+
};
|
|
12629
12653
|
};
|
|
12630
12654
|
bgColor: (value: {
|
|
12631
12655
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -13027,7 +13051,9 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
13027
13051
|
xl: string;
|
|
13028
13052
|
};
|
|
13029
13053
|
colors: {
|
|
13054
|
+
textLight: string;
|
|
13030
13055
|
text: string;
|
|
13056
|
+
linkLight: string;
|
|
13031
13057
|
link: string;
|
|
13032
13058
|
codeLight: string;
|
|
13033
13059
|
code: string;
|
|
@@ -13691,7 +13717,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
13691
13717
|
}) => {
|
|
13692
13718
|
backgroundColor: {
|
|
13693
13719
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
13694
|
-
};
|
|
13720
|
+
}; /**
|
|
13721
|
+
* @isActive true
|
|
13722
|
+
* @variant highlight-solid
|
|
13723
|
+
*/
|
|
13695
13724
|
};
|
|
13696
13725
|
bf: (value: {
|
|
13697
13726
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -13713,10 +13742,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
13713
13742
|
bf: string;
|
|
13714
13743
|
bg: {
|
|
13715
13744
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
13716
|
-
};
|
|
13717
|
-
* @isActive true
|
|
13718
|
-
* @variant highlight-rounded
|
|
13719
|
-
*/
|
|
13745
|
+
};
|
|
13720
13746
|
};
|
|
13721
13747
|
bgColor: (value: {
|
|
13722
13748
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -14103,7 +14129,9 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
14103
14129
|
xl: string;
|
|
14104
14130
|
};
|
|
14105
14131
|
colors: {
|
|
14132
|
+
textLight: string;
|
|
14106
14133
|
text: string;
|
|
14134
|
+
linkLight: string;
|
|
14107
14135
|
link: string;
|
|
14108
14136
|
codeLight: string;
|
|
14109
14137
|
code: string;
|
|
@@ -14767,7 +14795,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
14767
14795
|
}) => {
|
|
14768
14796
|
backgroundColor: {
|
|
14769
14797
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
14770
|
-
};
|
|
14798
|
+
}; /**
|
|
14799
|
+
* @isActive true
|
|
14800
|
+
* @variant highlight-solid
|
|
14801
|
+
*/
|
|
14771
14802
|
};
|
|
14772
14803
|
bf: (value: {
|
|
14773
14804
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -14789,10 +14820,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
14789
14820
|
bf: string;
|
|
14790
14821
|
bg: {
|
|
14791
14822
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
14792
|
-
};
|
|
14793
|
-
* @isActive true
|
|
14794
|
-
* @variant highlight-rounded
|
|
14795
|
-
*/
|
|
14823
|
+
};
|
|
14796
14824
|
};
|
|
14797
14825
|
bgColor: (value: {
|
|
14798
14826
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -15179,7 +15207,9 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
15179
15207
|
xl: string;
|
|
15180
15208
|
};
|
|
15181
15209
|
colors: {
|
|
15210
|
+
textLight: string;
|
|
15182
15211
|
text: string;
|
|
15212
|
+
linkLight: string;
|
|
15183
15213
|
link: string;
|
|
15184
15214
|
codeLight: string;
|
|
15185
15215
|
code: string;
|
|
@@ -15843,7 +15873,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
15843
15873
|
}) => {
|
|
15844
15874
|
backgroundColor: {
|
|
15845
15875
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
15846
|
-
};
|
|
15876
|
+
}; /**
|
|
15877
|
+
* @isActive true
|
|
15878
|
+
* @variant highlight-solid
|
|
15879
|
+
*/
|
|
15847
15880
|
};
|
|
15848
15881
|
bf: (value: {
|
|
15849
15882
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -15865,10 +15898,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
15865
15898
|
bf: string;
|
|
15866
15899
|
bg: {
|
|
15867
15900
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
15868
|
-
};
|
|
15869
|
-
* @isActive true
|
|
15870
|
-
* @variant highlight-rounded
|
|
15871
|
-
*/
|
|
15901
|
+
};
|
|
15872
15902
|
};
|
|
15873
15903
|
bgColor: (value: {
|
|
15874
15904
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -16253,7 +16283,9 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
16253
16283
|
xl: string;
|
|
16254
16284
|
};
|
|
16255
16285
|
colors: {
|
|
16286
|
+
textLight: string;
|
|
16256
16287
|
text: string;
|
|
16288
|
+
linkLight: string;
|
|
16257
16289
|
link: string;
|
|
16258
16290
|
codeLight: string;
|
|
16259
16291
|
code: string;
|
|
@@ -16917,7 +16949,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
16917
16949
|
}) => {
|
|
16918
16950
|
backgroundColor: {
|
|
16919
16951
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
16920
|
-
};
|
|
16952
|
+
}; /**
|
|
16953
|
+
* @isActive true
|
|
16954
|
+
* @variant highlight-solid
|
|
16955
|
+
*/
|
|
16921
16956
|
};
|
|
16922
16957
|
bf: (value: {
|
|
16923
16958
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -16939,10 +16974,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
16939
16974
|
bf: string;
|
|
16940
16975
|
bg: {
|
|
16941
16976
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
16942
|
-
};
|
|
16943
|
-
* @isActive true
|
|
16944
|
-
* @variant highlight-rounded
|
|
16945
|
-
*/
|
|
16977
|
+
};
|
|
16946
16978
|
};
|
|
16947
16979
|
bgColor: (value: {
|
|
16948
16980
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -17329,7 +17361,9 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
17329
17361
|
xl: string;
|
|
17330
17362
|
};
|
|
17331
17363
|
colors: {
|
|
17364
|
+
textLight: string;
|
|
17332
17365
|
text: string;
|
|
17366
|
+
linkLight: string;
|
|
17333
17367
|
link: string;
|
|
17334
17368
|
codeLight: string;
|
|
17335
17369
|
code: string;
|
|
@@ -17993,7 +18027,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
17993
18027
|
}) => {
|
|
17994
18028
|
backgroundColor: {
|
|
17995
18029
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
17996
|
-
};
|
|
18030
|
+
}; /**
|
|
18031
|
+
* @isActive true
|
|
18032
|
+
* @variant highlight-solid
|
|
18033
|
+
*/
|
|
17997
18034
|
};
|
|
17998
18035
|
bf: (value: {
|
|
17999
18036
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -18015,10 +18052,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
18015
18052
|
bf: string;
|
|
18016
18053
|
bg: {
|
|
18017
18054
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
18018
|
-
};
|
|
18019
|
-
* @isActive true
|
|
18020
|
-
* @variant highlight-rounded
|
|
18021
|
-
*/
|
|
18055
|
+
};
|
|
18022
18056
|
};
|
|
18023
18057
|
bgColor: (value: {
|
|
18024
18058
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -18403,7 +18437,9 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
18403
18437
|
xl: string;
|
|
18404
18438
|
};
|
|
18405
18439
|
colors: {
|
|
18440
|
+
textLight: string;
|
|
18406
18441
|
text: string;
|
|
18442
|
+
linkLight: string;
|
|
18407
18443
|
link: string;
|
|
18408
18444
|
codeLight: string;
|
|
18409
18445
|
code: string;
|
|
@@ -19067,7 +19103,10 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
19067
19103
|
}) => {
|
|
19068
19104
|
backgroundColor: {
|
|
19069
19105
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
19070
|
-
};
|
|
19106
|
+
}; /**
|
|
19107
|
+
* @isActive true
|
|
19108
|
+
* @variant highlight-solid
|
|
19109
|
+
*/
|
|
19071
19110
|
};
|
|
19072
19111
|
bf: (value: {
|
|
19073
19112
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -19089,10 +19128,7 @@ export declare const StyledNavbarToggle: import("@stitches/react/types/styled-co
|
|
|
19089
19128
|
bf: string;
|
|
19090
19129
|
bg: {
|
|
19091
19130
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
19092
|
-
};
|
|
19093
|
-
* @isActive true
|
|
19094
|
-
* @variant highlight-rounded
|
|
19095
|
-
*/
|
|
19131
|
+
};
|
|
19096
19132
|
};
|
|
19097
19133
|
bgColor: (value: {
|
|
19098
19134
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -19491,7 +19527,9 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
19491
19527
|
xl: string;
|
|
19492
19528
|
};
|
|
19493
19529
|
colors: {
|
|
19530
|
+
textLight: string;
|
|
19494
19531
|
text: string;
|
|
19532
|
+
linkLight: string;
|
|
19495
19533
|
link: string;
|
|
19496
19534
|
codeLight: string;
|
|
19497
19535
|
code: string;
|
|
@@ -20155,7 +20193,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
20155
20193
|
}) => {
|
|
20156
20194
|
backgroundColor: {
|
|
20157
20195
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
20158
|
-
};
|
|
20196
|
+
}; /**
|
|
20197
|
+
* @isActive true
|
|
20198
|
+
* @variant highlight-solid
|
|
20199
|
+
*/
|
|
20159
20200
|
};
|
|
20160
20201
|
bf: (value: {
|
|
20161
20202
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -20177,10 +20218,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
20177
20218
|
bf: string;
|
|
20178
20219
|
bg: {
|
|
20179
20220
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
20180
|
-
};
|
|
20181
|
-
* @isActive true
|
|
20182
|
-
* @variant highlight-rounded
|
|
20183
|
-
*/
|
|
20221
|
+
};
|
|
20184
20222
|
};
|
|
20185
20223
|
bgColor: (value: {
|
|
20186
20224
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -20567,7 +20605,9 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
20567
20605
|
xl: string;
|
|
20568
20606
|
};
|
|
20569
20607
|
colors: {
|
|
20608
|
+
textLight: string;
|
|
20570
20609
|
text: string;
|
|
20610
|
+
linkLight: string;
|
|
20571
20611
|
link: string;
|
|
20572
20612
|
codeLight: string;
|
|
20573
20613
|
code: string;
|
|
@@ -21231,7 +21271,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
21231
21271
|
}) => {
|
|
21232
21272
|
backgroundColor: {
|
|
21233
21273
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
21234
|
-
};
|
|
21274
|
+
}; /**
|
|
21275
|
+
* @isActive true
|
|
21276
|
+
* @variant highlight-solid
|
|
21277
|
+
*/
|
|
21235
21278
|
};
|
|
21236
21279
|
bf: (value: {
|
|
21237
21280
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -21253,10 +21296,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
21253
21296
|
bf: string;
|
|
21254
21297
|
bg: {
|
|
21255
21298
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
21256
|
-
};
|
|
21257
|
-
* @isActive true
|
|
21258
|
-
* @variant highlight-rounded
|
|
21259
|
-
*/
|
|
21299
|
+
};
|
|
21260
21300
|
};
|
|
21261
21301
|
bgColor: (value: {
|
|
21262
21302
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -21643,7 +21683,9 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
21643
21683
|
xl: string;
|
|
21644
21684
|
};
|
|
21645
21685
|
colors: {
|
|
21686
|
+
textLight: string;
|
|
21646
21687
|
text: string;
|
|
21688
|
+
linkLight: string;
|
|
21647
21689
|
link: string;
|
|
21648
21690
|
codeLight: string;
|
|
21649
21691
|
code: string;
|
|
@@ -22307,7 +22349,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
22307
22349
|
}) => {
|
|
22308
22350
|
backgroundColor: {
|
|
22309
22351
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
22310
|
-
};
|
|
22352
|
+
}; /**
|
|
22353
|
+
* @isActive true
|
|
22354
|
+
* @variant highlight-solid
|
|
22355
|
+
*/
|
|
22311
22356
|
};
|
|
22312
22357
|
bf: (value: {
|
|
22313
22358
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -22329,10 +22374,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
22329
22374
|
bf: string;
|
|
22330
22375
|
bg: {
|
|
22331
22376
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
22332
|
-
};
|
|
22333
|
-
* @isActive true
|
|
22334
|
-
* @variant highlight-rounded
|
|
22335
|
-
*/
|
|
22377
|
+
};
|
|
22336
22378
|
};
|
|
22337
22379
|
bgColor: (value: {
|
|
22338
22380
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -22717,7 +22759,9 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
22717
22759
|
xl: string;
|
|
22718
22760
|
};
|
|
22719
22761
|
colors: {
|
|
22762
|
+
textLight: string;
|
|
22720
22763
|
text: string;
|
|
22764
|
+
linkLight: string;
|
|
22721
22765
|
link: string;
|
|
22722
22766
|
codeLight: string;
|
|
22723
22767
|
code: string;
|
|
@@ -23381,7 +23425,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
23381
23425
|
}) => {
|
|
23382
23426
|
backgroundColor: {
|
|
23383
23427
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
23384
|
-
};
|
|
23428
|
+
}; /**
|
|
23429
|
+
* @isActive true
|
|
23430
|
+
* @variant highlight-solid
|
|
23431
|
+
*/
|
|
23385
23432
|
};
|
|
23386
23433
|
bf: (value: {
|
|
23387
23434
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -23403,10 +23450,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
23403
23450
|
bf: string;
|
|
23404
23451
|
bg: {
|
|
23405
23452
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
23406
|
-
};
|
|
23407
|
-
* @isActive true
|
|
23408
|
-
* @variant highlight-rounded
|
|
23409
|
-
*/
|
|
23453
|
+
};
|
|
23410
23454
|
};
|
|
23411
23455
|
bgColor: (value: {
|
|
23412
23456
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -23791,7 +23835,9 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
23791
23835
|
xl: string;
|
|
23792
23836
|
};
|
|
23793
23837
|
colors: {
|
|
23838
|
+
textLight: string;
|
|
23794
23839
|
text: string;
|
|
23840
|
+
linkLight: string;
|
|
23795
23841
|
link: string;
|
|
23796
23842
|
codeLight: string;
|
|
23797
23843
|
code: string;
|
|
@@ -24455,7 +24501,10 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
24455
24501
|
}) => {
|
|
24456
24502
|
backgroundColor: {
|
|
24457
24503
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
24458
|
-
};
|
|
24504
|
+
}; /**
|
|
24505
|
+
* @isActive true
|
|
24506
|
+
* @variant highlight-solid
|
|
24507
|
+
*/
|
|
24459
24508
|
};
|
|
24460
24509
|
bf: (value: {
|
|
24461
24510
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -24477,10 +24526,7 @@ export declare const StyledNavbarBrand: import("@stitches/react/types/styled-com
|
|
|
24477
24526
|
bf: string;
|
|
24478
24527
|
bg: {
|
|
24479
24528
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
24480
|
-
};
|
|
24481
|
-
* @isActive true
|
|
24482
|
-
* @variant highlight-rounded
|
|
24483
|
-
*/
|
|
24529
|
+
};
|
|
24484
24530
|
};
|
|
24485
24531
|
bgColor: (value: {
|
|
24486
24532
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -24866,7 +24912,9 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
24866
24912
|
xl: string;
|
|
24867
24913
|
};
|
|
24868
24914
|
colors: {
|
|
24915
|
+
textLight: string;
|
|
24869
24916
|
text: string;
|
|
24917
|
+
linkLight: string;
|
|
24870
24918
|
link: string;
|
|
24871
24919
|
codeLight: string;
|
|
24872
24920
|
code: string;
|
|
@@ -25530,7 +25578,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
25530
25578
|
}) => {
|
|
25531
25579
|
backgroundColor: {
|
|
25532
25580
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
25533
|
-
};
|
|
25581
|
+
}; /**
|
|
25582
|
+
* @isActive true
|
|
25583
|
+
* @variant highlight-solid
|
|
25584
|
+
*/
|
|
25534
25585
|
};
|
|
25535
25586
|
bf: (value: {
|
|
25536
25587
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -25552,10 +25603,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
25552
25603
|
bf: string;
|
|
25553
25604
|
bg: {
|
|
25554
25605
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
25555
|
-
};
|
|
25556
|
-
* @isActive true
|
|
25557
|
-
* @variant highlight-rounded
|
|
25558
|
-
*/
|
|
25606
|
+
};
|
|
25559
25607
|
};
|
|
25560
25608
|
bgColor: (value: {
|
|
25561
25609
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -25893,6 +25941,9 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
25893
25941
|
fontSize: string;
|
|
25894
25942
|
fontWeight: string;
|
|
25895
25943
|
};
|
|
25944
|
+
":first-child": {
|
|
25945
|
+
boxSizing: string;
|
|
25946
|
+
};
|
|
25896
25947
|
"&:before": {
|
|
25897
25948
|
opacity: number;
|
|
25898
25949
|
zIndex: string;
|
|
@@ -26119,7 +26170,9 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
26119
26170
|
xl: string;
|
|
26120
26171
|
};
|
|
26121
26172
|
colors: {
|
|
26173
|
+
textLight: string;
|
|
26122
26174
|
text: string;
|
|
26175
|
+
linkLight: string;
|
|
26123
26176
|
link: string;
|
|
26124
26177
|
codeLight: string;
|
|
26125
26178
|
code: string;
|
|
@@ -26783,7 +26836,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
26783
26836
|
}) => {
|
|
26784
26837
|
backgroundColor: {
|
|
26785
26838
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
26786
|
-
};
|
|
26839
|
+
}; /**
|
|
26840
|
+
* @isActive true
|
|
26841
|
+
* @variant highlight-solid
|
|
26842
|
+
*/
|
|
26787
26843
|
};
|
|
26788
26844
|
bf: (value: {
|
|
26789
26845
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -26805,10 +26861,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
26805
26861
|
bf: string;
|
|
26806
26862
|
bg: {
|
|
26807
26863
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
26808
|
-
};
|
|
26809
|
-
* @isActive true
|
|
26810
|
-
* @variant highlight-rounded
|
|
26811
|
-
*/
|
|
26864
|
+
};
|
|
26812
26865
|
};
|
|
26813
26866
|
bgColor: (value: {
|
|
26814
26867
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -27195,7 +27248,9 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
27195
27248
|
xl: string;
|
|
27196
27249
|
};
|
|
27197
27250
|
colors: {
|
|
27251
|
+
textLight: string;
|
|
27198
27252
|
text: string;
|
|
27253
|
+
linkLight: string;
|
|
27199
27254
|
link: string;
|
|
27200
27255
|
codeLight: string;
|
|
27201
27256
|
code: string;
|
|
@@ -27859,7 +27914,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
27859
27914
|
}) => {
|
|
27860
27915
|
backgroundColor: {
|
|
27861
27916
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
27862
|
-
};
|
|
27917
|
+
}; /**
|
|
27918
|
+
* @isActive true
|
|
27919
|
+
* @variant highlight-solid
|
|
27920
|
+
*/
|
|
27863
27921
|
};
|
|
27864
27922
|
bf: (value: {
|
|
27865
27923
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -27881,10 +27939,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
27881
27939
|
bf: string;
|
|
27882
27940
|
bg: {
|
|
27883
27941
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
27884
|
-
};
|
|
27885
|
-
* @isActive true
|
|
27886
|
-
* @variant highlight-rounded
|
|
27887
|
-
*/
|
|
27942
|
+
};
|
|
27888
27943
|
};
|
|
27889
27944
|
bgColor: (value: {
|
|
27890
27945
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -28271,7 +28326,9 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
28271
28326
|
xl: string;
|
|
28272
28327
|
};
|
|
28273
28328
|
colors: {
|
|
28329
|
+
textLight: string;
|
|
28274
28330
|
text: string;
|
|
28331
|
+
linkLight: string;
|
|
28275
28332
|
link: string;
|
|
28276
28333
|
codeLight: string;
|
|
28277
28334
|
code: string;
|
|
@@ -28935,7 +28992,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
28935
28992
|
}) => {
|
|
28936
28993
|
backgroundColor: {
|
|
28937
28994
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
28938
|
-
};
|
|
28995
|
+
}; /**
|
|
28996
|
+
* @isActive true
|
|
28997
|
+
* @variant highlight-solid
|
|
28998
|
+
*/
|
|
28939
28999
|
};
|
|
28940
29000
|
bf: (value: {
|
|
28941
29001
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -28957,10 +29017,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
28957
29017
|
bf: string;
|
|
28958
29018
|
bg: {
|
|
28959
29019
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
28960
|
-
};
|
|
28961
|
-
* @isActive true
|
|
28962
|
-
* @variant highlight-rounded
|
|
28963
|
-
*/
|
|
29020
|
+
};
|
|
28964
29021
|
};
|
|
28965
29022
|
bgColor: (value: {
|
|
28966
29023
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -29345,7 +29402,9 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
29345
29402
|
xl: string;
|
|
29346
29403
|
};
|
|
29347
29404
|
colors: {
|
|
29405
|
+
textLight: string;
|
|
29348
29406
|
text: string;
|
|
29407
|
+
linkLight: string;
|
|
29349
29408
|
link: string;
|
|
29350
29409
|
codeLight: string;
|
|
29351
29410
|
code: string;
|
|
@@ -30009,7 +30068,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
30009
30068
|
}) => {
|
|
30010
30069
|
backgroundColor: {
|
|
30011
30070
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
30012
|
-
};
|
|
30071
|
+
}; /**
|
|
30072
|
+
* @isActive true
|
|
30073
|
+
* @variant highlight-solid
|
|
30074
|
+
*/
|
|
30013
30075
|
};
|
|
30014
30076
|
bf: (value: {
|
|
30015
30077
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -30031,10 +30093,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
30031
30093
|
bf: string;
|
|
30032
30094
|
bg: {
|
|
30033
30095
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
30034
|
-
};
|
|
30035
|
-
* @isActive true
|
|
30036
|
-
* @variant highlight-rounded
|
|
30037
|
-
*/
|
|
30096
|
+
};
|
|
30038
30097
|
};
|
|
30039
30098
|
bgColor: (value: {
|
|
30040
30099
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -30419,7 +30478,9 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
30419
30478
|
xl: string;
|
|
30420
30479
|
};
|
|
30421
30480
|
colors: {
|
|
30481
|
+
textLight: string;
|
|
30422
30482
|
text: string;
|
|
30483
|
+
linkLight: string;
|
|
30423
30484
|
link: string;
|
|
30424
30485
|
codeLight: string;
|
|
30425
30486
|
code: string;
|
|
@@ -31083,7 +31144,10 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
31083
31144
|
}) => {
|
|
31084
31145
|
backgroundColor: {
|
|
31085
31146
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
31086
|
-
};
|
|
31147
|
+
}; /**
|
|
31148
|
+
* @isActive true
|
|
31149
|
+
* @variant highlight-solid
|
|
31150
|
+
*/
|
|
31087
31151
|
};
|
|
31088
31152
|
bf: (value: {
|
|
31089
31153
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -31105,10 +31169,7 @@ export declare const StyledNavbarItem: import("@stitches/react/types/styled-comp
|
|
|
31105
31169
|
bf: string;
|
|
31106
31170
|
bg: {
|
|
31107
31171
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
31108
|
-
};
|
|
31109
|
-
* @isActive true
|
|
31110
|
-
* @variant highlight-rounded
|
|
31111
|
-
*/
|
|
31172
|
+
};
|
|
31112
31173
|
};
|
|
31113
31174
|
bgColor: (value: {
|
|
31114
31175
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -31494,7 +31555,9 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
|
|
|
31494
31555
|
xl: string;
|
|
31495
31556
|
};
|
|
31496
31557
|
colors: {
|
|
31558
|
+
textLight: string;
|
|
31497
31559
|
text: string;
|
|
31560
|
+
linkLight: string;
|
|
31498
31561
|
link: string;
|
|
31499
31562
|
codeLight: string;
|
|
31500
31563
|
code: string;
|
|
@@ -32158,7 +32221,10 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
|
|
|
32158
32221
|
}) => {
|
|
32159
32222
|
backgroundColor: {
|
|
32160
32223
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
32161
|
-
};
|
|
32224
|
+
}; /**
|
|
32225
|
+
* @isActive true
|
|
32226
|
+
* @variant highlight-solid
|
|
32227
|
+
*/
|
|
32162
32228
|
};
|
|
32163
32229
|
bf: (value: {
|
|
32164
32230
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -32180,10 +32246,7 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
|
|
|
32180
32246
|
bf: string;
|
|
32181
32247
|
bg: {
|
|
32182
32248
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
32183
|
-
};
|
|
32184
|
-
* @isActive true
|
|
32185
|
-
* @variant highlight-rounded
|
|
32186
|
-
*/
|
|
32249
|
+
};
|
|
32187
32250
|
};
|
|
32188
32251
|
bgColor: (value: {
|
|
32189
32252
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -32573,7 +32636,9 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
|
|
|
32573
32636
|
xl: string;
|
|
32574
32637
|
};
|
|
32575
32638
|
colors: {
|
|
32639
|
+
textLight: string;
|
|
32576
32640
|
text: string;
|
|
32641
|
+
linkLight: string;
|
|
32577
32642
|
link: string;
|
|
32578
32643
|
codeLight: string;
|
|
32579
32644
|
code: string;
|
|
@@ -33237,7 +33302,10 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
|
|
|
33237
33302
|
}) => {
|
|
33238
33303
|
backgroundColor: {
|
|
33239
33304
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
33240
|
-
};
|
|
33305
|
+
}; /**
|
|
33306
|
+
* @isActive true
|
|
33307
|
+
* @variant highlight-solid
|
|
33308
|
+
*/
|
|
33241
33309
|
};
|
|
33242
33310
|
bf: (value: {
|
|
33243
33311
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -33259,10 +33327,7 @@ export declare const StyledCursorHighlight: import("@stitches/react/types/styled
|
|
|
33259
33327
|
bf: string;
|
|
33260
33328
|
bg: {
|
|
33261
33329
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
33262
|
-
};
|
|
33263
|
-
* @isActive true
|
|
33264
|
-
* @variant highlight-rounded
|
|
33265
|
-
*/
|
|
33330
|
+
};
|
|
33266
33331
|
};
|
|
33267
33332
|
bgColor: (value: {
|
|
33268
33333
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -33648,7 +33713,9 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
33648
33713
|
xl: string;
|
|
33649
33714
|
};
|
|
33650
33715
|
colors: {
|
|
33716
|
+
textLight: string;
|
|
33651
33717
|
text: string;
|
|
33718
|
+
linkLight: string;
|
|
33652
33719
|
link: string;
|
|
33653
33720
|
codeLight: string;
|
|
33654
33721
|
code: string;
|
|
@@ -34312,7 +34379,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
34312
34379
|
}) => {
|
|
34313
34380
|
backgroundColor: {
|
|
34314
34381
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
34315
|
-
};
|
|
34382
|
+
}; /**
|
|
34383
|
+
* @isActive true
|
|
34384
|
+
* @variant highlight-solid
|
|
34385
|
+
*/
|
|
34316
34386
|
};
|
|
34317
34387
|
bf: (value: {
|
|
34318
34388
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -34334,10 +34404,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
34334
34404
|
bf: string;
|
|
34335
34405
|
bg: {
|
|
34336
34406
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
34337
|
-
};
|
|
34338
|
-
* @isActive true
|
|
34339
|
-
* @variant highlight-rounded
|
|
34340
|
-
*/
|
|
34407
|
+
};
|
|
34341
34408
|
};
|
|
34342
34409
|
bgColor: (value: {
|
|
34343
34410
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -34741,7 +34808,9 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
34741
34808
|
xl: string;
|
|
34742
34809
|
};
|
|
34743
34810
|
colors: {
|
|
34811
|
+
textLight: string;
|
|
34744
34812
|
text: string;
|
|
34813
|
+
linkLight: string;
|
|
34745
34814
|
link: string;
|
|
34746
34815
|
codeLight: string;
|
|
34747
34816
|
code: string;
|
|
@@ -35405,7 +35474,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
35405
35474
|
}) => {
|
|
35406
35475
|
backgroundColor: {
|
|
35407
35476
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
35408
|
-
};
|
|
35477
|
+
}; /**
|
|
35478
|
+
* @isActive true
|
|
35479
|
+
* @variant highlight-solid
|
|
35480
|
+
*/
|
|
35409
35481
|
};
|
|
35410
35482
|
bf: (value: {
|
|
35411
35483
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -35427,10 +35499,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
35427
35499
|
bf: string;
|
|
35428
35500
|
bg: {
|
|
35429
35501
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
35430
|
-
};
|
|
35431
|
-
* @isActive true
|
|
35432
|
-
* @variant highlight-rounded
|
|
35433
|
-
*/
|
|
35502
|
+
};
|
|
35434
35503
|
};
|
|
35435
35504
|
bgColor: (value: {
|
|
35436
35505
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -35817,7 +35886,9 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
35817
35886
|
xl: string;
|
|
35818
35887
|
};
|
|
35819
35888
|
colors: {
|
|
35889
|
+
textLight: string;
|
|
35820
35890
|
text: string;
|
|
35891
|
+
linkLight: string;
|
|
35821
35892
|
link: string;
|
|
35822
35893
|
codeLight: string;
|
|
35823
35894
|
code: string;
|
|
@@ -36481,7 +36552,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
36481
36552
|
}) => {
|
|
36482
36553
|
backgroundColor: {
|
|
36483
36554
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
36484
|
-
};
|
|
36555
|
+
}; /**
|
|
36556
|
+
* @isActive true
|
|
36557
|
+
* @variant highlight-solid
|
|
36558
|
+
*/
|
|
36485
36559
|
};
|
|
36486
36560
|
bf: (value: {
|
|
36487
36561
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -36503,10 +36577,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
36503
36577
|
bf: string;
|
|
36504
36578
|
bg: {
|
|
36505
36579
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
36506
|
-
};
|
|
36507
|
-
* @isActive true
|
|
36508
|
-
* @variant highlight-rounded
|
|
36509
|
-
*/
|
|
36580
|
+
};
|
|
36510
36581
|
};
|
|
36511
36582
|
bgColor: (value: {
|
|
36512
36583
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -36893,7 +36964,9 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
36893
36964
|
xl: string;
|
|
36894
36965
|
};
|
|
36895
36966
|
colors: {
|
|
36967
|
+
textLight: string;
|
|
36896
36968
|
text: string;
|
|
36969
|
+
linkLight: string;
|
|
36897
36970
|
link: string;
|
|
36898
36971
|
codeLight: string;
|
|
36899
36972
|
code: string;
|
|
@@ -37557,7 +37630,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
37557
37630
|
}) => {
|
|
37558
37631
|
backgroundColor: {
|
|
37559
37632
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
37560
|
-
};
|
|
37633
|
+
}; /**
|
|
37634
|
+
* @isActive true
|
|
37635
|
+
* @variant highlight-solid
|
|
37636
|
+
*/
|
|
37561
37637
|
};
|
|
37562
37638
|
bf: (value: {
|
|
37563
37639
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -37579,10 +37655,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
37579
37655
|
bf: string;
|
|
37580
37656
|
bg: {
|
|
37581
37657
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
37582
|
-
};
|
|
37583
|
-
* @isActive true
|
|
37584
|
-
* @variant highlight-rounded
|
|
37585
|
-
*/
|
|
37658
|
+
};
|
|
37586
37659
|
};
|
|
37587
37660
|
bgColor: (value: {
|
|
37588
37661
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -37967,7 +38040,9 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
37967
38040
|
xl: string;
|
|
37968
38041
|
};
|
|
37969
38042
|
colors: {
|
|
38043
|
+
textLight: string;
|
|
37970
38044
|
text: string;
|
|
38045
|
+
linkLight: string;
|
|
37971
38046
|
link: string;
|
|
37972
38047
|
codeLight: string;
|
|
37973
38048
|
code: string;
|
|
@@ -38631,7 +38706,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
38631
38706
|
}) => {
|
|
38632
38707
|
backgroundColor: {
|
|
38633
38708
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
38634
|
-
};
|
|
38709
|
+
}; /**
|
|
38710
|
+
* @isActive true
|
|
38711
|
+
* @variant highlight-solid
|
|
38712
|
+
*/
|
|
38635
38713
|
};
|
|
38636
38714
|
bf: (value: {
|
|
38637
38715
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -38653,10 +38731,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
38653
38731
|
bf: string;
|
|
38654
38732
|
bg: {
|
|
38655
38733
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
38656
|
-
};
|
|
38657
|
-
* @isActive true
|
|
38658
|
-
* @variant highlight-rounded
|
|
38659
|
-
*/
|
|
38734
|
+
};
|
|
38660
38735
|
};
|
|
38661
38736
|
bgColor: (value: {
|
|
38662
38737
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -39041,7 +39116,9 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
39041
39116
|
xl: string;
|
|
39042
39117
|
};
|
|
39043
39118
|
colors: {
|
|
39119
|
+
textLight: string;
|
|
39044
39120
|
text: string;
|
|
39121
|
+
linkLight: string;
|
|
39045
39122
|
link: string;
|
|
39046
39123
|
codeLight: string;
|
|
39047
39124
|
code: string;
|
|
@@ -39705,7 +39782,10 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
39705
39782
|
}) => {
|
|
39706
39783
|
backgroundColor: {
|
|
39707
39784
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
39708
|
-
};
|
|
39785
|
+
}; /**
|
|
39786
|
+
* @isActive true
|
|
39787
|
+
* @variant highlight-solid
|
|
39788
|
+
*/
|
|
39709
39789
|
};
|
|
39710
39790
|
bf: (value: {
|
|
39711
39791
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -39727,10 +39807,7 @@ export declare const StyledNavbarContent: import("@stitches/react/types/styled-c
|
|
|
39727
39807
|
bf: string;
|
|
39728
39808
|
bg: {
|
|
39729
39809
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
39730
|
-
};
|
|
39731
|
-
* @isActive true
|
|
39732
|
-
* @variant highlight-rounded
|
|
39733
|
-
*/
|
|
39810
|
+
};
|
|
39734
39811
|
};
|
|
39735
39812
|
bgColor: (value: {
|
|
39736
39813
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -40116,7 +40193,9 @@ export declare const StyledNavbarContainer: import("@stitches/react/types/styled
|
|
|
40116
40193
|
xl: string;
|
|
40117
40194
|
};
|
|
40118
40195
|
colors: {
|
|
40196
|
+
textLight: string;
|
|
40119
40197
|
text: string;
|
|
40198
|
+
linkLight: string;
|
|
40120
40199
|
link: string;
|
|
40121
40200
|
codeLight: string;
|
|
40122
40201
|
code: string;
|
|
@@ -40780,7 +40859,10 @@ export declare const StyledNavbarContainer: import("@stitches/react/types/styled
|
|
|
40780
40859
|
}) => {
|
|
40781
40860
|
backgroundColor: {
|
|
40782
40861
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
40783
|
-
};
|
|
40862
|
+
}; /**
|
|
40863
|
+
* @isActive true
|
|
40864
|
+
* @variant highlight-solid
|
|
40865
|
+
*/
|
|
40784
40866
|
};
|
|
40785
40867
|
bf: (value: {
|
|
40786
40868
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -40802,10 +40884,7 @@ export declare const StyledNavbarContainer: import("@stitches/react/types/styled
|
|
|
40802
40884
|
bf: string;
|
|
40803
40885
|
bg: {
|
|
40804
40886
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
40805
|
-
};
|
|
40806
|
-
* @isActive true
|
|
40807
|
-
* @variant highlight-rounded
|
|
40808
|
-
*/
|
|
40887
|
+
};
|
|
40809
40888
|
};
|
|
40810
40889
|
bgColor: (value: {
|
|
40811
40890
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -41198,7 +41277,9 @@ export declare const StyledNavbar: import("@stitches/react/types/styled-componen
|
|
|
41198
41277
|
xl: string;
|
|
41199
41278
|
};
|
|
41200
41279
|
colors: {
|
|
41280
|
+
textLight: string;
|
|
41201
41281
|
text: string;
|
|
41282
|
+
linkLight: string;
|
|
41202
41283
|
link: string;
|
|
41203
41284
|
codeLight: string;
|
|
41204
41285
|
code: string;
|
|
@@ -41862,7 +41943,10 @@ export declare const StyledNavbar: import("@stitches/react/types/styled-componen
|
|
|
41862
41943
|
}) => {
|
|
41863
41944
|
backgroundColor: {
|
|
41864
41945
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
41865
|
-
};
|
|
41946
|
+
}; /**
|
|
41947
|
+
* @isActive true
|
|
41948
|
+
* @variant highlight-solid
|
|
41949
|
+
*/
|
|
41866
41950
|
};
|
|
41867
41951
|
bf: (value: {
|
|
41868
41952
|
readonly [$$PropertyValue]: "backdropFilter";
|
|
@@ -41884,10 +41968,7 @@ export declare const StyledNavbar: import("@stitches/react/types/styled-componen
|
|
|
41884
41968
|
bf: string;
|
|
41885
41969
|
bg: {
|
|
41886
41970
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
41887
|
-
};
|
|
41888
|
-
* @isActive true
|
|
41889
|
-
* @variant highlight-rounded
|
|
41890
|
-
*/
|
|
41971
|
+
};
|
|
41891
41972
|
};
|
|
41892
41973
|
bgColor: (value: {
|
|
41893
41974
|
readonly [$$PropertyValue]: "backgroundColor";
|