@newskit-render/shared-components 1.22.0 → 1.22.1-alpha.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.
|
@@ -14,9 +14,13 @@ export declare const ActionsContainer: import("@emotion/styled").StyledComponent
|
|
|
14
14
|
alignItems?: import("newskit").MQ<string> | undefined;
|
|
15
15
|
areas?: import("newskit").MQ<string> | undefined;
|
|
16
16
|
inline?: import("newskit").MQ<boolean> | undefined;
|
|
17
|
+
autoColumns?: import("newskit").MQ<string> | undefined;
|
|
18
|
+
autoRows?: import("newskit").MQ<string> | undefined;
|
|
19
|
+
autoFlow?: import("newskit").MQ<string> | undefined;
|
|
17
20
|
children?: import("react").ReactNode | import("newskit/cjs/grid-layout/types").GridLayoutRenderProps;
|
|
18
21
|
as?: import("react").ElementType<any> | undefined;
|
|
19
22
|
overrides?: ({
|
|
23
|
+
spaceInset?: import("newskit").MQ<string> | undefined;
|
|
20
24
|
width?: import("newskit").MQ<string> | undefined;
|
|
21
25
|
minWidth?: import("newskit").MQ<string> | undefined;
|
|
22
26
|
maxWidth?: import("newskit").MQ<string> | undefined;
|
|
@@ -38,9 +42,13 @@ export declare const PrimaryNavbarContainer: import("@emotion/styled").StyledCom
|
|
|
38
42
|
alignItems?: import("newskit").MQ<string> | undefined;
|
|
39
43
|
areas?: import("newskit").MQ<string> | undefined;
|
|
40
44
|
inline?: import("newskit").MQ<boolean> | undefined;
|
|
45
|
+
autoColumns?: import("newskit").MQ<string> | undefined;
|
|
46
|
+
autoRows?: import("newskit").MQ<string> | undefined;
|
|
47
|
+
autoFlow?: import("newskit").MQ<string> | undefined;
|
|
41
48
|
children?: import("react").ReactNode | import("newskit/cjs/grid-layout/types").GridLayoutRenderProps;
|
|
42
49
|
as?: import("react").ElementType<any> | undefined;
|
|
43
50
|
overrides?: ({
|
|
51
|
+
spaceInset?: import("newskit").MQ<string> | undefined;
|
|
44
52
|
width?: import("newskit").MQ<string> | undefined;
|
|
45
53
|
minWidth?: import("newskit").MQ<string> | undefined;
|
|
46
54
|
maxWidth?: import("newskit").MQ<string> | undefined;
|
|
@@ -14,9 +14,13 @@ export declare const ActionsContainer: import("@emotion/styled").StyledComponent
|
|
|
14
14
|
alignItems?: import("newskit").MQ<string> | undefined;
|
|
15
15
|
areas?: import("newskit").MQ<string> | undefined;
|
|
16
16
|
inline?: import("newskit").MQ<boolean> | undefined;
|
|
17
|
+
autoColumns?: import("newskit").MQ<string> | undefined;
|
|
18
|
+
autoRows?: import("newskit").MQ<string> | undefined;
|
|
19
|
+
autoFlow?: import("newskit").MQ<string> | undefined;
|
|
17
20
|
children?: import("react").ReactNode | import("newskit/cjs/grid-layout/types").GridLayoutRenderProps;
|
|
18
21
|
as?: import("react").ElementType<any> | undefined;
|
|
19
22
|
overrides?: ({
|
|
23
|
+
spaceInset?: import("newskit").MQ<string> | undefined;
|
|
20
24
|
width?: import("newskit").MQ<string> | undefined;
|
|
21
25
|
minWidth?: import("newskit").MQ<string> | undefined;
|
|
22
26
|
maxWidth?: import("newskit").MQ<string> | undefined;
|
|
@@ -38,9 +42,13 @@ export declare const PrimaryNavbarContainer: import("@emotion/styled").StyledCom
|
|
|
38
42
|
alignItems?: import("newskit").MQ<string> | undefined;
|
|
39
43
|
areas?: import("newskit").MQ<string> | undefined;
|
|
40
44
|
inline?: import("newskit").MQ<boolean> | undefined;
|
|
45
|
+
autoColumns?: import("newskit").MQ<string> | undefined;
|
|
46
|
+
autoRows?: import("newskit").MQ<string> | undefined;
|
|
47
|
+
autoFlow?: import("newskit").MQ<string> | undefined;
|
|
41
48
|
children?: import("react").ReactNode | import("newskit/cjs/grid-layout/types").GridLayoutRenderProps;
|
|
42
49
|
as?: import("react").ElementType<any> | undefined;
|
|
43
50
|
overrides?: ({
|
|
51
|
+
spaceInset?: import("newskit").MQ<string> | undefined;
|
|
44
52
|
width?: import("newskit").MQ<string> | undefined;
|
|
45
53
|
minWidth?: import("newskit").MQ<string> | undefined;
|
|
46
54
|
maxWidth?: import("newskit").MQ<string> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/shared-components",
|
|
3
|
-
"version": "1.22.0",
|
|
3
|
+
"version": "1.22.1-alpha.0",
|
|
4
4
|
"description": "Newskit Render Shared Components",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@emotion/react": "11.9.3",
|
|
33
33
|
"@emotion/styled": "11.9.3",
|
|
34
34
|
"@hookform/resolvers": "2.8.3",
|
|
35
|
-
"newskit": "6.
|
|
35
|
+
"newskit": "6.6.0",
|
|
36
36
|
"react-dates": "21.8.0",
|
|
37
37
|
"striptags": "3.2.0"
|
|
38
38
|
},
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"@babel/polyfill": "7.10.1",
|
|
42
42
|
"@babel/register": "7.10.1",
|
|
43
43
|
"@emotion/jest": "11.3.0",
|
|
44
|
-
"@newskit-render/validation": "^1.5.0",
|
|
44
|
+
"@newskit-render/validation": "^1.5.1-alpha.0",
|
|
45
45
|
"@storybook/addon-actions": "6.2.9",
|
|
46
46
|
"@storybook/react": "6.2.9",
|
|
47
47
|
"@testing-library/jest-dom": "5.16.5",
|
|
48
48
|
"@testing-library/react": "13.4.0",
|
|
49
49
|
"@types/jest": "27.0.2",
|
|
50
|
-
"@types/react": "18.0.
|
|
50
|
+
"@types/react": "18.0.26",
|
|
51
51
|
"@types/react-dates": "21.8.3",
|
|
52
52
|
"@types/react-dom": "18.0.6",
|
|
53
53
|
"@types/react-with-styles": "4.0.7",
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"resolutions": {
|
|
94
|
-
"@types/react": "^18.0.
|
|
94
|
+
"@types/react": "^18.0.26",
|
|
95
95
|
"@types/react-dom": "^18.0.6"
|
|
96
96
|
},
|
|
97
97
|
"overrides": {
|
|
98
|
-
"@types/react": "^18.0.
|
|
98
|
+
"@types/react": "^18.0.26",
|
|
99
99
|
"@types/react-dom": "^18.0.6"
|
|
100
100
|
}
|
|
101
101
|
}
|