@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
|
@@ -20,15 +20,15 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
20
20
|
fontSize: string;
|
|
21
21
|
textAlign: string;
|
|
22
22
|
position: string;
|
|
23
|
-
|
|
23
|
+
"@motion": {
|
|
24
24
|
transition: string;
|
|
25
25
|
};
|
|
26
|
-
|
|
26
|
+
"&:first-child": {
|
|
27
27
|
pl: string;
|
|
28
28
|
btlr: string;
|
|
29
29
|
bblr: string;
|
|
30
30
|
};
|
|
31
|
-
|
|
31
|
+
"&:last-child": {
|
|
32
32
|
pr: string;
|
|
33
33
|
btrr: string;
|
|
34
34
|
bbrr: string;
|
|
@@ -135,7 +135,9 @@ declare const TableColumnHeader: React.ForwardRefExoticComponent<Props<unknown>
|
|
|
135
135
|
xl: string;
|
|
136
136
|
};
|
|
137
137
|
colors: {
|
|
138
|
+
textLight: string;
|
|
138
139
|
text: string;
|
|
140
|
+
linkLight: string;
|
|
139
141
|
link: string;
|
|
140
142
|
codeLight: string;
|
|
141
143
|
code: string;
|
|
@@ -23,7 +23,7 @@ export declare type ProviderProps = {
|
|
|
23
23
|
defaultValues?: Partial<TableConfig>;
|
|
24
24
|
};
|
|
25
25
|
declare const _default: {
|
|
26
|
-
Provider: React.FC<
|
|
26
|
+
Provider: React.FC<ProviderProps>;
|
|
27
27
|
Consumer: React.Consumer<TableConfig>;
|
|
28
28
|
};
|
|
29
29
|
export default _default;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { CSS } from "../theme/stitches.config";
|
|
3
3
|
import { TableFooterVatiantsProps } from "./table.styles";
|
|
4
|
+
declare type Props = {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
};
|
|
4
7
|
declare type NativeAttrs = React.HTMLAttributes<unknown>;
|
|
5
|
-
export declare type TableFooterProps = NativeAttrs & TableFooterVatiantsProps & {
|
|
8
|
+
export declare type TableFooterProps = Props & NativeAttrs & TableFooterVatiantsProps & {
|
|
6
9
|
css?: CSS;
|
|
7
10
|
};
|
|
8
|
-
declare const TableFooter: React.ForwardRefExoticComponent<NativeAttrs & import("@stitches/react/types/styled-component").TransformProps<{
|
|
11
|
+
declare const TableFooter: React.ForwardRefExoticComponent<Props & NativeAttrs & import("@stitches/react/types/styled-component").TransformProps<{
|
|
9
12
|
align?: "start" | "center" | "end" | undefined;
|
|
10
13
|
}, {
|
|
11
14
|
xs: string;
|
|
@@ -30,7 +33,5 @@ declare const TableFooter: React.ForwardRefExoticComponent<NativeAttrs & import(
|
|
|
30
33
|
light: string;
|
|
31
34
|
}> & {
|
|
32
35
|
css?: CSS | undefined;
|
|
33
|
-
} & {
|
|
34
|
-
children?: React.ReactNode;
|
|
35
36
|
} & React.RefAttributes<HTMLTableSectionElement>>;
|
|
36
37
|
export default TableFooter;
|
|
@@ -6,6 +6,7 @@ interface Props<T> {
|
|
|
6
6
|
item: GridNode<T>;
|
|
7
7
|
state: TableState<T>;
|
|
8
8
|
as?: keyof JSX.IntrinsicElements;
|
|
9
|
+
children?: React.ReactNode;
|
|
9
10
|
}
|
|
10
11
|
declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props<any>>;
|
|
11
12
|
export declare type TableHeaderRowProps<T = unknown> = Props<T> & NativeAttrs & {
|
|
@@ -13,7 +14,5 @@ export declare type TableHeaderRowProps<T = unknown> = Props<T> & NativeAttrs &
|
|
|
13
14
|
};
|
|
14
15
|
declare const TableHeaderRow: React.ForwardRefExoticComponent<Props<unknown> & NativeAttrs & {
|
|
15
16
|
css?: CSS | undefined;
|
|
16
|
-
} & {
|
|
17
|
-
children?: React.ReactNode;
|
|
18
17
|
} & React.RefAttributes<HTMLTableRowElement>>;
|
|
19
18
|
export default TableHeaderRow;
|
|
@@ -3,6 +3,7 @@ import { CSS } from "../theme/stitches.config";
|
|
|
3
3
|
import { TableRowGroupVariants } from "./table.styles";
|
|
4
4
|
interface Props {
|
|
5
5
|
as?: keyof JSX.IntrinsicElements;
|
|
6
|
+
children?: React.ReactNode;
|
|
6
7
|
}
|
|
7
8
|
declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props>;
|
|
8
9
|
export declare type TableRowGroupProps = Props & TableRowGroupVariants & NativeAttrs & {
|
|
@@ -10,5 +11,5 @@ export declare type TableRowGroupProps = Props & TableRowGroupVariants & NativeA
|
|
|
10
11
|
};
|
|
11
12
|
declare const _default: React.ComponentType<Partial<{
|
|
12
13
|
as: string;
|
|
13
|
-
}> & Omit<
|
|
14
|
+
}> & Omit<TableRowGroupProps, "as">>;
|
|
14
15
|
export default _default;
|
|
@@ -6,6 +6,7 @@ interface Props<T> {
|
|
|
6
6
|
item: GridNode<T>;
|
|
7
7
|
state: TableState<T>;
|
|
8
8
|
as?: keyof JSX.IntrinsicElements;
|
|
9
|
+
children?: React.ReactNode;
|
|
9
10
|
}
|
|
10
11
|
declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props<any>>;
|
|
11
12
|
export declare type TableRowProps<T = unknown> = Props<T> & NativeAttrs & {
|
|
@@ -13,7 +14,5 @@ export declare type TableRowProps<T = unknown> = Props<T> & NativeAttrs & {
|
|
|
13
14
|
};
|
|
14
15
|
declare const TableRow: React.ForwardRefExoticComponent<Props<unknown> & NativeAttrs & {
|
|
15
16
|
css?: CSS | undefined;
|
|
16
|
-
} & {
|
|
17
|
-
children?: React.ReactNode;
|
|
18
17
|
} & React.RefAttributes<HTMLTableRowElement>>;
|
|
19
18
|
export default TableRow;
|
package/types/table/table.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { CSS } from "../theme/stitches.config";
|
|
1
2
|
import React, { RefAttributes, PropsWithoutRef } from "react";
|
|
2
3
|
import { TableStateProps } from "@react-stately/table";
|
|
3
4
|
import { SelectionMode, SelectionBehavior } from "@react-types/shared";
|
|
4
|
-
import { CSS } from "../theme/stitches.config";
|
|
5
5
|
import { TableColumn as TableColumnBase, TableCell as TableCellBase, TableRow as TableRowBase, TableBody as TableBodyBase, TableHeader as TableHeaderBase } from "./base";
|
|
6
6
|
import TablePagination from "./table-pagination";
|
|
7
7
|
import { TableVariantsProps, TableContainerVariantsProps } from "./table.styles";
|
|
@@ -57,7 +57,9 @@ export declare const StyledTableHeaderRow: 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;
|
|
@@ -1079,15 +1081,15 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
|
|
|
1079
1081
|
fontSize: string;
|
|
1080
1082
|
textAlign: string;
|
|
1081
1083
|
position: string;
|
|
1082
|
-
|
|
1084
|
+
"@motion": {
|
|
1083
1085
|
transition: string;
|
|
1084
1086
|
};
|
|
1085
|
-
|
|
1087
|
+
"&:first-child": {
|
|
1086
1088
|
pl: string;
|
|
1087
1089
|
btlr: string;
|
|
1088
1090
|
bblr: string;
|
|
1089
1091
|
};
|
|
1090
|
-
|
|
1092
|
+
"&:last-child": {
|
|
1091
1093
|
pr: string;
|
|
1092
1094
|
btrr: string;
|
|
1093
1095
|
bbrr: string;
|
|
@@ -1194,7 +1196,9 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
|
|
|
1194
1196
|
xl: string;
|
|
1195
1197
|
};
|
|
1196
1198
|
colors: {
|
|
1199
|
+
textLight: string;
|
|
1197
1200
|
text: string;
|
|
1201
|
+
linkLight: string;
|
|
1198
1202
|
link: string;
|
|
1199
1203
|
codeLight: string;
|
|
1200
1204
|
code: string;
|
|
@@ -2265,7 +2269,9 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
|
|
|
2265
2269
|
xl: string;
|
|
2266
2270
|
};
|
|
2267
2271
|
colors: {
|
|
2272
|
+
textLight: string;
|
|
2268
2273
|
text: string;
|
|
2274
|
+
linkLight: string;
|
|
2269
2275
|
link: string;
|
|
2270
2276
|
codeLight: string;
|
|
2271
2277
|
code: string;
|
|
@@ -3287,15 +3293,15 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
|
|
|
3287
3293
|
fontSize: string;
|
|
3288
3294
|
textAlign: string;
|
|
3289
3295
|
position: string;
|
|
3290
|
-
|
|
3296
|
+
"@motion": {
|
|
3291
3297
|
transition: string;
|
|
3292
3298
|
};
|
|
3293
|
-
|
|
3299
|
+
"&:first-child": {
|
|
3294
3300
|
pl: string;
|
|
3295
3301
|
btlr: string;
|
|
3296
3302
|
bblr: string;
|
|
3297
3303
|
};
|
|
3298
|
-
|
|
3304
|
+
"&:last-child": {
|
|
3299
3305
|
pr: string;
|
|
3300
3306
|
btrr: string;
|
|
3301
3307
|
bbrr: string;
|
|
@@ -3402,7 +3408,9 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
|
|
|
3402
3408
|
xl: string;
|
|
3403
3409
|
};
|
|
3404
3410
|
colors: {
|
|
3411
|
+
textLight: string;
|
|
3405
3412
|
text: string;
|
|
3413
|
+
linkLight: string;
|
|
3406
3414
|
link: string;
|
|
3407
3415
|
codeLight: string;
|
|
3408
3416
|
code: string;
|
|
@@ -4473,7 +4481,9 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
|
|
|
4473
4481
|
xl: string;
|
|
4474
4482
|
};
|
|
4475
4483
|
colors: {
|
|
4484
|
+
textLight: string;
|
|
4476
4485
|
text: string;
|
|
4486
|
+
linkLight: string;
|
|
4477
4487
|
link: string;
|
|
4478
4488
|
codeLight: string;
|
|
4479
4489
|
code: string;
|
|
@@ -5546,7 +5556,9 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
|
|
|
5546
5556
|
xl: string;
|
|
5547
5557
|
};
|
|
5548
5558
|
colors: {
|
|
5559
|
+
textLight: string;
|
|
5549
5560
|
text: string;
|
|
5561
|
+
linkLight: string;
|
|
5550
5562
|
link: string;
|
|
5551
5563
|
codeLight: string;
|
|
5552
5564
|
code: string;
|
|
@@ -6620,7 +6632,9 @@ export declare const StyledTableFooter: import("@stitches/react/types/styled-com
|
|
|
6620
6632
|
xl: string;
|
|
6621
6633
|
};
|
|
6622
6634
|
colors: {
|
|
6635
|
+
textLight: string;
|
|
6623
6636
|
text: string;
|
|
6637
|
+
linkLight: string;
|
|
6624
6638
|
link: string;
|
|
6625
6639
|
codeLight: string;
|
|
6626
6640
|
code: string;
|
|
@@ -7692,7 +7706,9 @@ export declare const StyledBaseTableCell: import("@stitches/react/types/styled-c
|
|
|
7692
7706
|
xl: string;
|
|
7693
7707
|
};
|
|
7694
7708
|
colors: {
|
|
7709
|
+
textLight: string;
|
|
7695
7710
|
text: string;
|
|
7711
|
+
linkLight: string;
|
|
7696
7712
|
link: string;
|
|
7697
7713
|
codeLight: string;
|
|
7698
7714
|
code: string;
|
|
@@ -8764,7 +8780,9 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
|
|
|
8764
8780
|
xl: string;
|
|
8765
8781
|
};
|
|
8766
8782
|
colors: {
|
|
8783
|
+
textLight: string;
|
|
8767
8784
|
text: string;
|
|
8785
|
+
linkLight: string;
|
|
8768
8786
|
link: string;
|
|
8769
8787
|
codeLight: string;
|
|
8770
8788
|
code: string;
|
|
@@ -9780,6 +9798,7 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
|
|
|
9780
9798
|
}>>, import("@stitches/react/types/styled-component").StyledComponentProps<[{
|
|
9781
9799
|
position: string;
|
|
9782
9800
|
userSelect: string;
|
|
9801
|
+
cursor: string;
|
|
9783
9802
|
py: string;
|
|
9784
9803
|
pr: string;
|
|
9785
9804
|
zIndex: string;
|
|
@@ -9816,6 +9835,12 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
|
|
|
9816
9835
|
textAlign: string;
|
|
9817
9836
|
};
|
|
9818
9837
|
};
|
|
9838
|
+
isStatic: {
|
|
9839
|
+
true: {
|
|
9840
|
+
cursor: string;
|
|
9841
|
+
userSelect: string;
|
|
9842
|
+
};
|
|
9843
|
+
};
|
|
9819
9844
|
};
|
|
9820
9845
|
}, import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
9821
9846
|
isFocusVisible?: boolean | "true" | "false" | undefined;
|
|
@@ -9877,7 +9902,9 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
|
|
|
9877
9902
|
xl: string;
|
|
9878
9903
|
};
|
|
9879
9904
|
colors: {
|
|
9905
|
+
textLight: string;
|
|
9880
9906
|
text: string;
|
|
9907
|
+
linkLight: string;
|
|
9881
9908
|
link: string;
|
|
9882
9909
|
codeLight: string;
|
|
9883
9910
|
code: string;
|
|
@@ -10948,7 +10975,9 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
|
|
|
10948
10975
|
xl: string;
|
|
10949
10976
|
};
|
|
10950
10977
|
colors: {
|
|
10978
|
+
textLight: string;
|
|
10951
10979
|
text: string;
|
|
10980
|
+
linkLight: string;
|
|
10952
10981
|
link: string;
|
|
10953
10982
|
codeLight: string;
|
|
10954
10983
|
code: string;
|
|
@@ -12043,7 +12072,9 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
|
|
|
12043
12072
|
xl: string;
|
|
12044
12073
|
};
|
|
12045
12074
|
colors: {
|
|
12075
|
+
textLight: string;
|
|
12046
12076
|
text: string;
|
|
12077
|
+
linkLight: string;
|
|
12047
12078
|
link: string;
|
|
12048
12079
|
codeLight: string;
|
|
12049
12080
|
code: string;
|
|
@@ -13114,7 +13145,9 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
|
|
|
13114
13145
|
xl: string;
|
|
13115
13146
|
};
|
|
13116
13147
|
colors: {
|
|
13148
|
+
textLight: string;
|
|
13117
13149
|
text: string;
|
|
13150
|
+
linkLight: string;
|
|
13118
13151
|
link: string;
|
|
13119
13152
|
codeLight: string;
|
|
13120
13153
|
code: string;
|
|
@@ -14189,7 +14222,9 @@ export declare const StyledTableRowGroup: import("@stitches/react/types/styled-c
|
|
|
14189
14222
|
xl: string;
|
|
14190
14223
|
};
|
|
14191
14224
|
colors: {
|
|
14225
|
+
textLight: string;
|
|
14192
14226
|
text: string;
|
|
14227
|
+
linkLight: string;
|
|
14193
14228
|
link: string;
|
|
14194
14229
|
codeLight: string;
|
|
14195
14230
|
code: string;
|
|
@@ -15264,7 +15299,9 @@ export declare const StyledTableLoadingRow: import("@stitches/react/types/styled
|
|
|
15264
15299
|
xl: string;
|
|
15265
15300
|
};
|
|
15266
15301
|
colors: {
|
|
15302
|
+
textLight: string;
|
|
15267
15303
|
text: string;
|
|
15304
|
+
linkLight: string;
|
|
15268
15305
|
link: string;
|
|
15269
15306
|
codeLight: string;
|
|
15270
15307
|
code: string;
|
|
@@ -16287,7 +16324,7 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
|
|
|
16287
16324
|
headerLined?: boolean | "true" | undefined;
|
|
16288
16325
|
lined?: boolean | "true" | undefined;
|
|
16289
16326
|
fixed?: boolean | "true" | undefined;
|
|
16290
|
-
hoverable?: boolean | "true" |
|
|
16327
|
+
hoverable?: boolean | "true" | undefined;
|
|
16291
16328
|
isMultiple?: boolean | "true" | undefined;
|
|
16292
16329
|
hasPagination?: boolean | "true" | undefined;
|
|
16293
16330
|
shadow?: boolean | "true" | undefined;
|
|
@@ -16350,7 +16387,9 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
|
|
|
16350
16387
|
xl: string;
|
|
16351
16388
|
};
|
|
16352
16389
|
colors: {
|
|
16390
|
+
textLight: string;
|
|
16353
16391
|
text: string;
|
|
16392
|
+
linkLight: string;
|
|
16354
16393
|
link: string;
|
|
16355
16394
|
codeLight: string;
|
|
16356
16395
|
code: string;
|
|
@@ -17426,7 +17465,9 @@ export declare const StyledTableContainer: import("@stitches/react/types/styled-
|
|
|
17426
17465
|
xl: string;
|
|
17427
17466
|
};
|
|
17428
17467
|
colors: {
|
|
17468
|
+
textLight: string;
|
|
17429
17469
|
text: string;
|
|
17470
|
+
linkLight: string;
|
|
17430
17471
|
link: string;
|
|
17431
17472
|
codeLight: string;
|
|
17432
17473
|
code: string;
|
package/types/text/child.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export interface Props {
|
|
|
25
25
|
* **Initial value**: `none`
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
|
-
transform?: CSS["
|
|
28
|
+
transform?: CSS["tt"];
|
|
29
29
|
css?: CSS;
|
|
30
30
|
as?: As;
|
|
31
31
|
}
|
|
@@ -123,7 +123,9 @@ export declare const TextChild: React.ForwardRefExoticComponent<Props & NativeAt
|
|
|
123
123
|
xl: string;
|
|
124
124
|
};
|
|
125
125
|
colors: {
|
|
126
|
+
textLight: string;
|
|
126
127
|
text: string;
|
|
128
|
+
linkLight: string;
|
|
127
129
|
link: string;
|
|
128
130
|
codeLight: string;
|
|
129
131
|
code: string;
|
|
@@ -1196,7 +1198,9 @@ export declare const TextChild: React.ForwardRefExoticComponent<Props & NativeAt
|
|
|
1196
1198
|
xl: string;
|
|
1197
1199
|
};
|
|
1198
1200
|
colors: {
|
|
1201
|
+
textLight: string;
|
|
1199
1202
|
text: string;
|
|
1203
|
+
linkLight: string;
|
|
1200
1204
|
link: string;
|
|
1201
1205
|
codeLight: string;
|
|
1202
1206
|
code: string;
|
|
@@ -2269,7 +2273,9 @@ export declare const TextChild: React.ForwardRefExoticComponent<Props & NativeAt
|
|
|
2269
2273
|
xl: string;
|
|
2270
2274
|
};
|
|
2271
2275
|
colors: {
|
|
2276
|
+
textLight: string;
|
|
2272
2277
|
text: string;
|
|
2278
|
+
linkLight: string;
|
|
2273
2279
|
link: string;
|
|
2274
2280
|
codeLight: string;
|
|
2275
2281
|
code: string;
|
|
@@ -3340,7 +3346,9 @@ export declare const TextChild: React.ForwardRefExoticComponent<Props & NativeAt
|
|
|
3340
3346
|
xl: string;
|
|
3341
3347
|
};
|
|
3342
3348
|
colors: {
|
|
3349
|
+
textLight: string;
|
|
3343
3350
|
text: string;
|
|
3351
|
+
linkLight: string;
|
|
3344
3352
|
link: string;
|
|
3345
3353
|
codeLight: string;
|
|
3346
3354
|
code: string;
|
|
@@ -4467,7 +4475,9 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
|
|
|
4467
4475
|
xl: string;
|
|
4468
4476
|
};
|
|
4469
4477
|
colors: {
|
|
4478
|
+
textLight: string;
|
|
4470
4479
|
text: string;
|
|
4480
|
+
linkLight: string;
|
|
4471
4481
|
link: string;
|
|
4472
4482
|
codeLight: string;
|
|
4473
4483
|
code: string;
|
|
@@ -5540,7 +5550,9 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
|
|
|
5540
5550
|
xl: string;
|
|
5541
5551
|
};
|
|
5542
5552
|
colors: {
|
|
5553
|
+
textLight: string;
|
|
5543
5554
|
text: string;
|
|
5555
|
+
linkLight: string;
|
|
5544
5556
|
link: string;
|
|
5545
5557
|
codeLight: string;
|
|
5546
5558
|
code: string;
|
|
@@ -6613,7 +6625,9 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
|
|
|
6613
6625
|
xl: string;
|
|
6614
6626
|
};
|
|
6615
6627
|
colors: {
|
|
6628
|
+
textLight: string;
|
|
6616
6629
|
text: string;
|
|
6630
|
+
linkLight: string;
|
|
6617
6631
|
link: string;
|
|
6618
6632
|
codeLight: string;
|
|
6619
6633
|
code: string;
|
|
@@ -7684,7 +7698,9 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
|
|
|
7684
7698
|
xl: string;
|
|
7685
7699
|
};
|
|
7686
7700
|
colors: {
|
|
7701
|
+
textLight: string;
|
|
7687
7702
|
text: string;
|
|
7703
|
+
linkLight: string;
|
|
7688
7704
|
link: string;
|
|
7689
7705
|
codeLight: string;
|
|
7690
7706
|
code: string;
|
|
@@ -91,7 +91,9 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
91
91
|
xl: string;
|
|
92
92
|
};
|
|
93
93
|
colors: {
|
|
94
|
+
textLight: string;
|
|
94
95
|
text: string;
|
|
96
|
+
linkLight: string;
|
|
95
97
|
link: string;
|
|
96
98
|
codeLight: string;
|
|
97
99
|
code: string;
|
|
@@ -1164,7 +1166,9 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
1164
1166
|
xl: string;
|
|
1165
1167
|
};
|
|
1166
1168
|
colors: {
|
|
1169
|
+
textLight: string;
|
|
1167
1170
|
text: string;
|
|
1171
|
+
linkLight: string;
|
|
1168
1172
|
link: string;
|
|
1169
1173
|
codeLight: string;
|
|
1170
1174
|
code: string;
|
|
@@ -2237,7 +2241,9 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
2237
2241
|
xl: string;
|
|
2238
2242
|
};
|
|
2239
2243
|
colors: {
|
|
2244
|
+
textLight: string;
|
|
2240
2245
|
text: string;
|
|
2246
|
+
linkLight: string;
|
|
2241
2247
|
link: string;
|
|
2242
2248
|
codeLight: string;
|
|
2243
2249
|
code: string;
|
|
@@ -3308,7 +3314,9 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
3308
3314
|
xl: string;
|
|
3309
3315
|
};
|
|
3310
3316
|
colors: {
|
|
3317
|
+
textLight: string;
|
|
3311
3318
|
text: string;
|
|
3319
|
+
linkLight: string;
|
|
3312
3320
|
link: string;
|
|
3313
3321
|
codeLight: string;
|
|
3314
3322
|
code: string;
|
|
@@ -4379,7 +4387,9 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
4379
4387
|
xl: string;
|
|
4380
4388
|
};
|
|
4381
4389
|
colors: {
|
|
4390
|
+
textLight: string;
|
|
4382
4391
|
text: string;
|
|
4392
|
+
linkLight: string;
|
|
4383
4393
|
link: string;
|
|
4384
4394
|
codeLight: string;
|
|
4385
4395
|
code: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { CSS } from "../theme/stitches.config";
|
|
1
2
|
import React from "react";
|
|
2
3
|
import { Props as InputProps } from "../input/input-props";
|
|
3
4
|
import { ExcludedInputProps } from "../utils/prop-types";
|
|
4
|
-
import { CSS } from "../theme/stitches.config";
|
|
5
5
|
export declare type TextareaHeightChangeMeta = {
|
|
6
6
|
rowHeight: number;
|
|
7
7
|
};
|
|
@@ -56,7 +56,9 @@ export declare const sharedFocus: import("@stitches/react/types/styled-component
|
|
|
56
56
|
xl: string;
|
|
57
57
|
};
|
|
58
58
|
colors: {
|
|
59
|
+
textLight: string;
|
|
59
60
|
text: string;
|
|
61
|
+
linkLight: string;
|
|
60
62
|
link: string;
|
|
61
63
|
codeLight: string;
|
|
62
64
|
code: string;
|
|
@@ -1130,7 +1132,9 @@ export declare const cssFocusVisible: import("@stitches/react/types/styled-compo
|
|
|
1130
1132
|
xl: string;
|
|
1131
1133
|
};
|
|
1132
1134
|
colors: {
|
|
1135
|
+
textLight: string;
|
|
1133
1136
|
text: string;
|
|
1137
|
+
linkLight: string;
|
|
1134
1138
|
link: string;
|
|
1135
1139
|
codeLight: string;
|
|
1136
1140
|
code: string;
|
|
@@ -2202,7 +2206,9 @@ export declare const cssNoBlurriness: import("@stitches/react/types/styled-compo
|
|
|
2202
2206
|
xl: string;
|
|
2203
2207
|
};
|
|
2204
2208
|
colors: {
|
|
2209
|
+
textLight: string;
|
|
2205
2210
|
text: string;
|
|
2211
|
+
linkLight: string;
|
|
2206
2212
|
link: string;
|
|
2207
2213
|
codeLight: string;
|
|
2208
2214
|
code: string;
|
|
@@ -3274,7 +3280,9 @@ export declare const sharedVisuallyHidden: import("@stitches/react/types/styled-
|
|
|
3274
3280
|
xl: string;
|
|
3275
3281
|
};
|
|
3276
3282
|
colors: {
|
|
3283
|
+
textLight: string;
|
|
3277
3284
|
text: string;
|
|
3285
|
+
linkLight: string;
|
|
3278
3286
|
link: string;
|
|
3279
3287
|
codeLight: string;
|
|
3280
3288
|
code: string;
|
|
@@ -4348,7 +4356,9 @@ export declare const cssHideIn: import("@stitches/react/types/styled-component")
|
|
|
4348
4356
|
xl: string;
|
|
4349
4357
|
};
|
|
4350
4358
|
colors: {
|
|
4359
|
+
textLight: string;
|
|
4351
4360
|
text: string;
|
|
4361
|
+
linkLight: string;
|
|
4352
4362
|
link: string;
|
|
4353
4363
|
codeLight: string;
|
|
4354
4364
|
code: string;
|
|
@@ -5422,7 +5432,9 @@ export declare const cssShowIn: import("@stitches/react/types/styled-component")
|
|
|
5422
5432
|
xl: string;
|
|
5423
5433
|
};
|
|
5424
5434
|
colors: {
|
|
5435
|
+
textLight: string;
|
|
5425
5436
|
text: string;
|
|
5437
|
+
linkLight: string;
|
|
5426
5438
|
link: string;
|
|
5427
5439
|
codeLight: string;
|
|
5428
5440
|
code: string;
|
|
@@ -6496,7 +6508,9 @@ export declare const cssHideShowIn: import("@stitches/react/types/styled-compone
|
|
|
6496
6508
|
xl: string;
|
|
6497
6509
|
};
|
|
6498
6510
|
colors: {
|
|
6511
|
+
textLight: string;
|
|
6499
6512
|
text: string;
|
|
6513
|
+
linkLight: string;
|
|
6500
6514
|
link: string;
|
|
6501
6515
|
codeLight: string;
|
|
6502
6516
|
code: string;
|
|
@@ -7569,7 +7583,9 @@ export declare const cssHideShowIn: import("@stitches/react/types/styled-compone
|
|
|
7569
7583
|
xl: string;
|
|
7570
7584
|
};
|
|
7571
7585
|
colors: {
|
|
7586
|
+
textLight: string;
|
|
7572
7587
|
text: string;
|
|
7588
|
+
linkLight: string;
|
|
7573
7589
|
link: string;
|
|
7574
7590
|
codeLight: string;
|
|
7575
7591
|
code: string;
|
|
@@ -8642,7 +8658,9 @@ export declare const cssHideShowIn: import("@stitches/react/types/styled-compone
|
|
|
8642
8658
|
xl: string;
|
|
8643
8659
|
};
|
|
8644
8660
|
colors: {
|
|
8661
|
+
textLight: string;
|
|
8645
8662
|
text: string;
|
|
8663
|
+
linkLight: string;
|
|
8646
8664
|
link: string;
|
|
8647
8665
|
codeLight: string;
|
|
8648
8666
|
code: string;
|
|
@@ -9713,7 +9731,9 @@ export declare const cssHideShowIn: import("@stitches/react/types/styled-compone
|
|
|
9713
9731
|
xl: string;
|
|
9714
9732
|
};
|
|
9715
9733
|
colors: {
|
|
9734
|
+
textLight: string;
|
|
9716
9735
|
text: string;
|
|
9736
|
+
linkLight: string;
|
|
9717
9737
|
link: string;
|
|
9718
9738
|
codeLight: string;
|
|
9719
9739
|
code: string;
|