-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update Commons submodule to latest commit on main
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule carbonio-ui-commons
updated
22 files
+40 −21 | components/list/list-item.tsx | |
+31 −14 | components/modals/modal-footer.tsx | |
+7 −7 | components/select/color-select.tsx | |
+12 −14 | components/select/folders-selector.tsx | |
+13 −35 | components/select/select-label-factory.tsx | |
+16 −0 | helpers/errors.ts | |
+59 −0 | helpers/tests/errors.test.ts | |
+14 −0 | integrations/constants.ts | |
+56 −0 | integrations/default-contact-input.tsx | |
+19 −0 | integrations/hooks.ts | |
+60 −0 | integrations/types.ts | |
+23 −0 | soap/errors/generic-soap-api-error.ts | |
+15 −0 | soap/errors/soap-api-error.ts | |
+50 −0 | soap/errors/tests/generic-soap-api-error.test.ts | |
+2 −1 | test/mocks/carbonio-shell-ui.tsx | |
+60 −0 | test/mocks/integrations/mock-contact-input.tsx | |
+1 −1 | test/mocks/zustand.ts | |
+7 −0 | types/folder/index.d.ts | |
+2 −0 | types/tags/index.d.ts | |
+21 −0 | types/workers.ts | |
+4 −3 | worker/handle-message.ts | |
+1 −1 | worker/tests/utils.test.ts |