Merge branch 'development' into feat/molart-modal
No related branches found
No related tags found
Showing
- .eslintrc.json 8 additions, 1 deletion.eslintrc.json
- package-lock.json 60 additions, 5 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- setupTests.ts 4 additions, 0 deletionssetupTests.ts
- src/components/FunctionalArea/ContextMenu/ContextMenu.component.tsx 3 additions, 3 deletions...ents/FunctionalArea/ContextMenu/ContextMenu.component.tsx
- src/components/FunctionalArea/Modal/LoginModal/LoginModal.component.tsx 5 additions, 4 deletions.../FunctionalArea/Modal/LoginModal/LoginModal.component.tsx
- src/components/FunctionalArea/NavBar/NavBar.component.tsx 2 additions, 1 deletionsrc/components/FunctionalArea/NavBar/NavBar.component.tsx
- src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx 4 additions, 4 deletions.../Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx
- src/components/Map/Drawer/Drawer.component.tsx 2 additions, 0 deletionssrc/components/Map/Drawer/Drawer.component.tsx
- src/components/Map/Drawer/ExportDrawer/Annotations/Annotations.component.test.tsx 119 additions, 0 deletions...r/ExportDrawer/Annotations/Annotations.component.test.tsx
- src/components/Map/Drawer/ExportDrawer/Annotations/Annotations.component.tsx 40 additions, 0 deletions...Drawer/ExportDrawer/Annotations/Annotations.component.tsx
- src/components/Map/Drawer/ExportDrawer/Annotations/index.ts 1 addition, 0 deletionssrc/components/Map/Drawer/ExportDrawer/Annotations/index.ts
- src/components/Map/Drawer/ExportDrawer/CheckboxFilter/CheckboxFilter.component.test.tsx 109 additions, 0 deletions...rtDrawer/CheckboxFilter/CheckboxFilter.component.test.tsx
- src/components/Map/Drawer/ExportDrawer/CheckboxFilter/CheckboxFilter.component.tsx 105 additions, 0 deletions.../ExportDrawer/CheckboxFilter/CheckboxFilter.component.tsx
- src/components/Map/Drawer/ExportDrawer/CheckboxFilter/index.ts 1 addition, 0 deletions...omponents/Map/Drawer/ExportDrawer/CheckboxFilter/index.ts
- src/components/Map/Drawer/ExportDrawer/CollapsibleSection/CollapsibleSection.component.test.tsx 37 additions, 0 deletions.../CollapsibleSection/CollapsibleSection.component.test.tsx
- src/components/Map/Drawer/ExportDrawer/CollapsibleSection/CollapsibleSection.component.tsx 26 additions, 0 deletions...rawer/CollapsibleSection/CollapsibleSection.component.tsx
- src/components/Map/Drawer/ExportDrawer/CollapsibleSection/index.ts 1 addition, 0 deletions...nents/Map/Drawer/ExportDrawer/CollapsibleSection/index.ts
- src/components/Map/Drawer/ExportDrawer/Elements/Annotations/Annotations.component.test.tsx 122 additions, 0 deletions...rawer/Elements/Annotations/Annotations.component.test.tsx
- src/components/Map/Drawer/ExportDrawer/Elements/Annotations/Annotations.component.tsx 27 additions, 0 deletions...portDrawer/Elements/Annotations/Annotations.component.tsx
... | @@ -42,6 +42,7 @@ | ... | @@ -42,6 +42,7 @@ |
"react": "18.2.0", | "react": "18.2.0", | ||
"react-accessible-accordion": "^5.0.0", | "react-accessible-accordion": "^5.0.0", | ||
"react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
"react-dropzone": "^14.2.3", | |||
"react-redux": "^8.1.2", | "react-redux": "^8.1.2", | ||
"tailwind-merge": "^1.14.0", | "tailwind-merge": "^1.14.0", | ||
"tailwindcss": "3.3.3", | "tailwindcss": "3.3.3", | ||
... | ... |
Please register or sign in to comment