@wavv/ui 1.0.2 → 1.0.3
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.
|
@@ -14,7 +14,7 @@ declare const Table: {
|
|
|
14
14
|
HeaderCell: ({ children, onClick, contentPosition, sorted }: HeaderCellProps) => JSX.Element;
|
|
15
15
|
Body({ children, parentColumns, height }: BodyProps): JSX.Element;
|
|
16
16
|
/** Table.Row component */
|
|
17
|
-
Row({ children, columns, parentColumns, ...rest }: TableHeaderRow): JSX.Element;
|
|
17
|
+
Row({ children, columns, parentColumns, onClick, ...rest }: TableHeaderRow): JSX.Element;
|
|
18
18
|
Column({ children, contentPosition, defaultValue }: TableColumn): JSX.Element;
|
|
19
19
|
};
|
|
20
20
|
declare type TableHeaderRow = {
|
package/dist/index.d.ts
CHANGED
|
@@ -2556,7 +2556,7 @@ declare const Table: {
|
|
|
2556
2556
|
HeaderCell: ({ children, onClick, contentPosition, sorted }: HeaderCellProps) => JSX.Element;
|
|
2557
2557
|
Body({ children, parentColumns, height }: BodyProps): JSX.Element;
|
|
2558
2558
|
/** Table.Row component */
|
|
2559
|
-
Row({ children, columns, parentColumns, ...rest }: TableHeaderRow): JSX.Element;
|
|
2559
|
+
Row({ children, columns, parentColumns, onClick, ...rest }: TableHeaderRow): JSX.Element;
|
|
2560
2560
|
Column({ children, contentPosition, defaultValue }: TableColumn): JSX.Element;
|
|
2561
2561
|
};
|
|
2562
2562
|
declare type TableHeaderRow = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavv/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/**/*"
|
|
6
6
|
],
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"randomcolor": "^0.6.2",
|
|
90
90
|
"react": "^18.0.0",
|
|
91
91
|
"react-dom": "^18.0.0",
|
|
92
|
+
"react-ga4": "^1.4.1",
|
|
92
93
|
"react-router-dom": "^6.2.1",
|
|
93
94
|
"remark-gfm": "^3.0.1",
|
|
94
95
|
"replace": "^1.2.1",
|