@webiny/app-security-access-management 5.40.5-beta.0 → 5.41.0-dbt.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { AutoCompleteProps } from "@webiny/ui/AutoComplete";
|
|
3
|
-
|
|
3
|
+
type GroupAutocompleteProps = Partial<AutoCompleteProps>;
|
|
4
4
|
export declare const GroupAutocomplete: (props: GroupAutocompleteProps) => React.JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { MultiAutoCompleteProps } from "@webiny/ui/AutoComplete";
|
|
3
|
-
|
|
3
|
+
type GroupsMultiAutocompleteProps = Partial<MultiAutoCompleteProps>;
|
|
4
4
|
export declare const GroupsMultiAutoComplete: (props: GroupsMultiAutocompleteProps) => React.JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { AutoCompleteProps } from "@webiny/ui/AutoComplete";
|
|
3
|
-
|
|
3
|
+
type TeamAutocompleteProps = Partial<AutoCompleteProps>;
|
|
4
4
|
export declare const TeamAutocomplete: (props: TeamAutocompleteProps) => React.JSX.Element;
|
|
5
5
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-security-access-management",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.41.0-dbt.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"@apollo/react-hooks": "3.1.5",
|
|
17
17
|
"@emotion/styled": "11.10.6",
|
|
18
18
|
"@material-design-icons/svg": "0.14.13",
|
|
19
|
-
"@webiny/app": "5.
|
|
20
|
-
"@webiny/app-admin": "5.
|
|
21
|
-
"@webiny/app-security": "5.
|
|
22
|
-
"@webiny/feature-flags": "5.
|
|
23
|
-
"@webiny/form": "5.
|
|
24
|
-
"@webiny/plugins": "5.
|
|
25
|
-
"@webiny/react-router": "5.
|
|
26
|
-
"@webiny/ui": "5.
|
|
27
|
-
"@webiny/validation": "5.
|
|
19
|
+
"@webiny/app": "5.41.0-dbt.0",
|
|
20
|
+
"@webiny/app-admin": "5.41.0-dbt.0",
|
|
21
|
+
"@webiny/app-security": "5.41.0-dbt.0",
|
|
22
|
+
"@webiny/feature-flags": "5.41.0-dbt.0",
|
|
23
|
+
"@webiny/form": "5.41.0-dbt.0",
|
|
24
|
+
"@webiny/plugins": "5.41.0-dbt.0",
|
|
25
|
+
"@webiny/react-router": "5.41.0-dbt.0",
|
|
26
|
+
"@webiny/ui": "5.41.0-dbt.0",
|
|
27
|
+
"@webiny/validation": "5.41.0-dbt.0",
|
|
28
28
|
"emotion": "10.0.27",
|
|
29
29
|
"graphql-tag": "2.12.6",
|
|
30
30
|
"lodash": "4.17.21",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"@babel/preset-typescript": "7.24.1",
|
|
42
42
|
"@emotion/babel-plugin": "11.11.0",
|
|
43
43
|
"@types/react-helmet": "6.1.6",
|
|
44
|
-
"@webiny/cli": "5.
|
|
45
|
-
"@webiny/project-utils": "5.
|
|
44
|
+
"@webiny/cli": "5.41.0-dbt.0",
|
|
45
|
+
"@webiny/project-utils": "5.41.0-dbt.0",
|
|
46
46
|
"rimraf": "5.0.5",
|
|
47
47
|
"ttypescript": "1.5.15",
|
|
48
|
-
"typescript": "4.
|
|
48
|
+
"typescript": "4.9.5"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
]
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "bbaec4dd1685579548c08bbde386aee5d96b80f8"
|
|
66
66
|
}
|
package/ui/views/utils.d.ts
CHANGED