@edifice.io/react 2.2.1-develop-integration-nabook.20250327193455 → 2.2.1-develop-integration-nabook.20250331112210
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.
|
@@ -15,7 +15,7 @@ export interface FormDataProps {
|
|
|
15
15
|
keyWords: string;
|
|
16
16
|
}
|
|
17
17
|
export default function usePublishModal({ onSuccess, resource }: ModalProps): {
|
|
18
|
-
control: import('react-hook-form').Control<FormDataProps, any>;
|
|
18
|
+
control: import('react-hook-form').Control<FormDataProps, any, FormDataProps>;
|
|
19
19
|
cover: string | File | Blob;
|
|
20
20
|
formState: {
|
|
21
21
|
errors: import('react-hook-form').FieldErrors<FormDataProps>;
|
|
@@ -25,7 +25,7 @@ export default function usePublishModal({ onSuccess, resource }: ModalProps): {
|
|
|
25
25
|
};
|
|
26
26
|
handleDeleteImage: () => void;
|
|
27
27
|
handlePublish: SubmitHandler<FormDataProps>;
|
|
28
|
-
handleSubmit: import('react-hook-form').UseFormHandleSubmit<FormDataProps,
|
|
28
|
+
handleSubmit: import('react-hook-form').UseFormHandleSubmit<FormDataProps, FormDataProps>;
|
|
29
29
|
handleUploadImage: (file: File | string) => void;
|
|
30
30
|
register: import('react-hook-form').UseFormRegister<FormDataProps>;
|
|
31
31
|
selectActivities: (value: string | number) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.2.1-develop-integration-nabook.
|
|
3
|
+
"version": "2.2.1-develop-integration-nabook.20250331112210",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"react-slugify": "^3.0.3",
|
|
119
119
|
"swiper": "^10.1.0",
|
|
120
120
|
"ua-parser-js": "^1.0.36",
|
|
121
|
-
"@edifice.io/bootstrap": "2.2.1-develop-integration-nabook.
|
|
122
|
-
"@edifice.io/tiptap-extensions": "2.2.1-develop-integration-nabook.
|
|
123
|
-
"@edifice.io/utilities": "2.2.1-develop-integration-nabook.
|
|
121
|
+
"@edifice.io/bootstrap": "2.2.1-develop-integration-nabook.20250331112210",
|
|
122
|
+
"@edifice.io/tiptap-extensions": "2.2.1-develop-integration-nabook.20250331112210",
|
|
123
|
+
"@edifice.io/utilities": "2.2.1-develop-integration-nabook.20250331112210"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -151,8 +151,8 @@
|
|
|
151
151
|
"vite": "^5.4.11",
|
|
152
152
|
"vite-plugin-dts": "^4.1.0",
|
|
153
153
|
"vite-tsconfig-paths": "^5.0.1",
|
|
154
|
-
"@edifice.io/client": "2.2.1-develop-integration-nabook.
|
|
155
|
-
"@edifice.io/config": "2.2.1-develop-integration-nabook.
|
|
154
|
+
"@edifice.io/client": "2.2.1-develop-integration-nabook.20250331112210",
|
|
155
|
+
"@edifice.io/config": "2.2.1-develop-integration-nabook.20250331112210"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"@react-spring/web": "^9.7.5",
|