jamespot-react-components 1.2.21 → 1.2.22
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.
|
@@ -10,7 +10,9 @@ export declare const Th: import("styled-components").StyledComponent<"th", impor
|
|
|
10
10
|
export declare const Tr: import("styled-components").StyledComponent<"tr", import("styled-components").DefaultTheme, {
|
|
11
11
|
dragging?: boolean | undefined;
|
|
12
12
|
}, never>;
|
|
13
|
-
export declare const Td: import("styled-components").StyledComponent<"td", import("styled-components").DefaultTheme, {
|
|
13
|
+
export declare const Td: import("styled-components").StyledComponent<"td", import("styled-components").DefaultTheme, {
|
|
14
|
+
width?: string | number | undefined;
|
|
15
|
+
}, never>;
|
|
14
16
|
export declare const LoadMore: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
15
17
|
export type DraggableTBodyProps = {
|
|
16
18
|
draggable: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.22",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/jamespot-react-components.js",
|
|
6
6
|
"types": "./build/src/index.d.ts",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"chroma-js": "^2.1.1",
|
|
101
101
|
"classnames": "^2.3.1",
|
|
102
102
|
"dompurify": "^3.0.5",
|
|
103
|
-
"jamespot-user-api": "^1.2.
|
|
103
|
+
"jamespot-user-api": "^1.2.22",
|
|
104
104
|
"react": "^17.x",
|
|
105
105
|
"react-beautiful-dnd": "^13.1.1",
|
|
106
106
|
"react-dnd": "^14.0.4",
|