@trackunit/react-table-base-components 1.13.30 → 1.13.34-alpha-20eb17e1671.0
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/package.json +7 -7
- package/src/components/CheckboxCell/CheckboxCell.variants.d.ts +1 -1
- package/src/components/DateTimeCell/DateTimeCell.variants.d.ts +3 -3
- package/src/components/HighlightCell/HighlightCell.variants.d.ts +1 -1
- package/src/components/IdentityCell/IdentityCell.variants.d.ts +1 -1
- package/src/components/LinkCell/LinkCell.variants.d.ts +1 -1
- package/src/components/MultiRowTableCell/MultiRowTableCell.variants.d.ts +4 -4
- package/src/components/MultiValueTextCell/MultiValueTextCell.variants.d.ts +2 -2
- package/src/components/NumberCell/NumberCell.variants.d.ts +1 -1
- package/src/components/PlainDateCell/PlainDateCell.variants.d.ts +3 -3
- package/src/components/TagsCell/TagsCell.variants.d.ts +1 -1
- package/src/components/TextCell/TextCell.variants.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-table-base-components",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.34-alpha-20eb17e1671.0",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"react": "19.0.0",
|
|
11
|
-
"@trackunit/react-components": "1.17.
|
|
12
|
-
"@trackunit/ui-icons": "1.11.
|
|
13
|
-
"@trackunit/react-form-components": "1.14.
|
|
14
|
-
"@trackunit/css-class-variance-utilities": "1.11.
|
|
15
|
-
"@trackunit/date-and-time-utils": "1.11.
|
|
16
|
-
"@trackunit/shared-utils": "1.13.
|
|
11
|
+
"@trackunit/react-components": "1.17.31-alpha-20eb17e1671.0",
|
|
12
|
+
"@trackunit/ui-icons": "1.11.47-alpha-20eb17e1671.0",
|
|
13
|
+
"@trackunit/react-form-components": "1.14.34-alpha-20eb17e1671.0",
|
|
14
|
+
"@trackunit/css-class-variance-utilities": "1.11.48-alpha-20eb17e1671.0",
|
|
15
|
+
"@trackunit/date-and-time-utils": "1.11.49-alpha-20eb17e1671.0",
|
|
16
|
+
"@trackunit/shared-utils": "1.13.48-alpha-20eb17e1671.0",
|
|
17
17
|
"tailwind-merge": "^2.0.0",
|
|
18
18
|
"@js-temporal/polyfill": "^0.5.1"
|
|
19
19
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const cvaCheckboxCell: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaCheckboxCell: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const cvaDateTimeCell: (props?: import("class-variance-authority/
|
|
2
|
-
export declare const cvaDateTime: (props?: import("class-variance-authority/
|
|
3
|
-
export declare const cvaDateTimeSince: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaDateTimeCell: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
2
|
+
export declare const cvaDateTime: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
3
|
+
export declare const cvaDateTimeSince: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const cvaHighlightCell: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaHighlightCell: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const cvaLinkCell: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaLinkCell: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const cvaMultiRowTableCellSection: (props?: import("class-variance-authority/
|
|
2
|
-
export declare const cvaMultiRowTableCell: (props?: import("class-variance-authority/
|
|
3
|
-
export declare const cvaMainRowText: (props?: import("class-variance-authority/
|
|
4
|
-
export declare const cvaSecondaryRowText: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaMultiRowTableCellSection: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
2
|
+
export declare const cvaMultiRowTableCell: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
3
|
+
export declare const cvaMainRowText: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
4
|
+
export declare const cvaSecondaryRowText: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const cvaMultiValueTextCellWrapper: (props?: import("class-variance-authority/
|
|
2
|
-
export declare const cvaMultiValueTextCellTooltip: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaMultiValueTextCellWrapper: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
2
|
+
export declare const cvaMultiValueTextCellTooltip: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const cvaNumberCell: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaNumberCell: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const cvaPlainDateCell: (props?: import("class-variance-authority/
|
|
2
|
-
export declare const cvaDateTime: (props?: import("class-variance-authority/
|
|
3
|
-
export declare const cvaDateTimeSince: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaPlainDateCell: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
2
|
+
export declare const cvaDateTime: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
3
|
+
export declare const cvaDateTimeSince: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const cvaTagsCell: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaTagsCell: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const cvaTextCell: (props?: import("class-variance-authority/
|
|
2
|
-
export declare const cvaTextCellTooltip: (props?: import("class-variance-authority/
|
|
1
|
+
export declare const cvaTextCell: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
2
|
+
export declare const cvaTextCellTooltip: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|