Skip to content

Commit

Permalink
feat(mrc): region-selector component
Browse files Browse the repository at this point in the history
ref: MANAGER-16479

Signed-off-by: Nicolas Pierre-charles <[email protected]>
  • Loading branch information
Nicolas Pierre-charles committed Jan 8, 2025
1 parent 115ec89 commit f20a6ae
Show file tree
Hide file tree
Showing 13 changed files with 1,470 additions and 22 deletions.
7 changes: 4 additions & 3 deletions packages/manager-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-table": "^8.20.1",
"clsx": "^2.1.1",
"flag-icons": "^7.2.3",
"lodash.isdate": "^4.0.1",
"lodash.isequal": "^4.5.0",
"react-i18next": "^14.0.5",
Expand All @@ -53,7 +54,6 @@
"@mdx-js/react": "^3.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-react-shell-client": "^0.8.5",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
"@ovh-ux/manager-vite-config": "^0.8.3",
"@ovhcloud/ods-components": "^18.3.0",
"@ovhcloud/ods-themes": "^18.3.0",
Expand All @@ -68,6 +68,7 @@
"@storybook/react-vite": "^7.5.3",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.5",
"@types/lodash.isdate": "^4.0.9",
"@types/lodash.isequal": "^4.5.0",
Expand Down Expand Up @@ -113,8 +114,8 @@
"peerDependencies": {
"@ovh-ux/manager-core-api": "^0.9.0-alpha.0",
"@ovh-ux/manager-react-shell-client": "^0.8.5",
"@ovhcloud/ods-components": "^18.3.0",
"@ovhcloud/ods-themes": "^18.3.0",
"@ovhcloud/ods-components": "^18.4.1",
"@ovhcloud/ods-themes": "^18.4.1",
"i18next": "^23.8.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/manager-react-components/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ export * from './ManagerText/ManagerText';

export * from './pci-maintenance-banner';
export * from './region/region.component';
export * from './region-selector/region-selector.component';
Loading

0 comments on commit f20a6ae

Please sign in to comment.