@leav/ui 1.5.3 → 1.6.0-239ebf18
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/dist/components/Explorer/TableNameCell.js +6 -1
- package/dist/components/Explorer/TableNameCell.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.js +19 -7
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +1 -0
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useEditAttributeMassAction.js +5 -5
- package/dist/components/Explorer/actions-mass/useEditAttributeMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useExportMassAction.js +5 -5
- package/dist/components/Explorer/actions-mass/useExportMassAction.js.map +1 -1
- package/dist/components/Explorer/list-saved-views/SavedViews.js +8 -6
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -1
- package/dist/components/Explorer/useSearchInput.js +6 -2
- package/dist/components/Explorer/useSearchInput.js.map +1 -1
- package/dist/components/Filters/context/useGetTreeFilters.js +3 -1
- package/dist/components/Filters/context/useGetTreeFilters.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +8 -4
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +5 -3
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/Notifications/hooks/useNotificationSubscription.js +8 -7
- package/dist/components/Notifications/hooks/useNotificationSubscription.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +14 -4
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
- package/dist/constants.d.ts +4 -1
- package/dist/constants.js +4 -1
- package/dist/constants.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/schema.d.ts +2 -0
- package/dist/hooks/useIFrameMessenger/schema.js +1 -0
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leav/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0-239ebf18",
|
|
4
4
|
"description": "Shared React components and hooks",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepublishOnly": "yarn build",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"@apollo/client": "3.8.1",
|
|
28
28
|
"@babel/preset-env": "7.28.5",
|
|
29
29
|
"@babel/preset-react": "7.28.5",
|
|
30
|
-
"@graphql-codegen/add": "5.0.
|
|
31
|
-
"@graphql-codegen/cli": "5.0.
|
|
30
|
+
"@graphql-codegen/add": "5.0.3",
|
|
31
|
+
"@graphql-codegen/cli": "5.0.7",
|
|
32
32
|
"@testing-library/jest-dom": "5.16.5",
|
|
33
33
|
"@testing-library/react": "14.0.0",
|
|
34
34
|
"@testing-library/react-hooks": "8.0.1",
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"@types/dompurify": "3.0.3",
|
|
38
38
|
"@types/jest": "29.0.2",
|
|
39
39
|
"@types/lodash.isequal": "^4",
|
|
40
|
-
"@types/object-path": "0.11.
|
|
40
|
+
"@types/object-path": "0.11.4",
|
|
41
41
|
"@types/react": "18.2.14",
|
|
42
|
-
"@types/react-beautiful-dnd": "13.1.
|
|
42
|
+
"@types/react-beautiful-dnd": "13.1.8",
|
|
43
43
|
"@types/react-dom": "18.2.6",
|
|
44
|
-
"@types/react-table": "7.7.
|
|
44
|
+
"@types/react-table": "7.7.20",
|
|
45
45
|
"@types/uuid": "^9",
|
|
46
46
|
"antd": "5.22.2",
|
|
47
|
-
"aristid-ds": "14.0.0-
|
|
47
|
+
"aristid-ds": "14.0.0-c13d6a5",
|
|
48
48
|
"babel-jest": "29.3.1",
|
|
49
49
|
"commander": "9.5.0",
|
|
50
50
|
"graphql": "16.12.0",
|
|
51
|
-
"i18next": "22.5.
|
|
51
|
+
"i18next": "22.5.1",
|
|
52
52
|
"jest": "29.0.3",
|
|
53
53
|
"jest-environment-jsdom": "29.3.1",
|
|
54
54
|
"jest-styled-components": "7.1.1",
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
"react-i18next": "12",
|
|
58
58
|
"react-router-dom": "6.22.0",
|
|
59
59
|
"styled-components": "6.0.8",
|
|
60
|
-
"ts-jest": "29.
|
|
61
|
-
"tsc-alias": "1.8.
|
|
60
|
+
"ts-jest": "29.4.6",
|
|
61
|
+
"tsc-alias": "1.8.16",
|
|
62
62
|
"typescript": "5.5.3",
|
|
63
|
-
"vite": "7.2.
|
|
63
|
+
"vite": "7.2.6"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ant-design/icons": ">=5.2",
|
|
67
67
|
"@apollo/client": ">=3.8.1",
|
|
68
68
|
"antd": "5.22.2",
|
|
69
|
-
"aristid-ds": "14.0.0-
|
|
69
|
+
"aristid-ds": "14.0.0-c13d6a5",
|
|
70
70
|
"dayjs": "^1.11.13",
|
|
71
71
|
"i18next": "22.5",
|
|
72
72
|
"react": "18.2.0",
|
|
@@ -77,14 +77,14 @@
|
|
|
77
77
|
"styled-components": ">=5.3"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@ckeditor/ckeditor5-build-inline": "39.0.
|
|
80
|
+
"@ckeditor/ckeditor5-build-inline": "39.0.2",
|
|
81
81
|
"@ckeditor/ckeditor5-react": "6.1.0",
|
|
82
82
|
"@dnd-kit/core": "6.1.0",
|
|
83
83
|
"@dnd-kit/sortable": "8.0.0",
|
|
84
|
-
"@leav/utils": "1.
|
|
84
|
+
"@leav/utils": "1.6.0",
|
|
85
85
|
"@uidotdev/usehooks": "2.4.1",
|
|
86
86
|
"dompurify": "3.2.4",
|
|
87
|
-
"html-react-parser": "4.2.
|
|
87
|
+
"html-react-parser": "4.2.10",
|
|
88
88
|
"i18next-resources-to-backend": "1.1.4",
|
|
89
89
|
"lodash.isequal": "4.5.0",
|
|
90
90
|
"object-path": "0.11.8",
|
|
@@ -95,6 +95,6 @@
|
|
|
95
95
|
"react-table-sticky": "1.1.3",
|
|
96
96
|
"uuid": "9.0.1",
|
|
97
97
|
"xlsx": "0.18.5",
|
|
98
|
-
"zod": "3.25.
|
|
98
|
+
"zod": "3.25.76"
|
|
99
99
|
}
|
|
100
100
|
}
|