diff --git a/packages/manager/apps/pci-block-storage/package.json b/packages/manager/apps/pci-block-storage/package.json index 5a074beab0aa..9524df0f1cd2 100644 --- a/packages/manager/apps/pci-block-storage/package.json +++ b/packages/manager/apps/pci-block-storage/package.json @@ -18,7 +18,7 @@ "@ovh-ux/manager-config": "^8.0.0", "@ovh-ux/manager-core-api": "^0.9.0", "@ovh-ux/manager-pci-common": "^0.8.1", - "@ovh-ux/manager-react-components": "^1.41.1", + "@ovh-ux/manager-react-components": "^1.41.2", "@ovh-ux/manager-react-core-application": "^0.11.1", "@ovh-ux/manager-react-shell-client": "^0.8.1", "@ovh-ux/manager-tailwind-config": "^0.2.0", diff --git a/packages/manager/apps/pci-block-storage/tailwind.config.js b/packages/manager/apps/pci-block-storage/tailwind.config.js index 14998255815f..ad0d9bdeb306 100644 --- a/packages/manager/apps/pci-block-storage/tailwind.config.js +++ b/packages/manager/apps/pci-block-storage/tailwind.config.js @@ -6,6 +6,7 @@ module.exports = { content: [ './src/**/*.{js,jsx,ts,tsx}', '../../../manager-react-components/src/**/*.{js,jsx,ts,tsx}', + '../../modules/manager-pci-common/**/*.{js,jsx,ts,tsx}', ], corePlugins: { preflight: false, diff --git a/packages/manager/apps/pci-private-network/package.json b/packages/manager/apps/pci-private-network/package.json index 7409fc2ac293..c9396635a99f 100644 --- a/packages/manager/apps/pci-private-network/package.json +++ b/packages/manager/apps/pci-private-network/package.json @@ -18,7 +18,7 @@ "@ovh-ux/manager-config": "^8.0.0", "@ovh-ux/manager-core-api": "^0.9.0", "@ovh-ux/manager-pci-common": "^0.8.1", - "@ovh-ux/manager-react-components": "^1.41.1", + "@ovh-ux/manager-react-components": "^1.41.2", "@ovh-ux/manager-react-core-application": "^0.11.1", "@ovh-ux/manager-react-shell-client": "^0.8.1", "@ovh-ux/manager-tailwind-config": "^0.2.0", diff --git a/packages/manager/apps/pci-private-network/tailwind.config.js b/packages/manager/apps/pci-private-network/tailwind.config.js index 14998255815f..ad0d9bdeb306 100644 --- a/packages/manager/apps/pci-private-network/tailwind.config.js +++ b/packages/manager/apps/pci-private-network/tailwind.config.js @@ -6,6 +6,7 @@ module.exports = { content: [ './src/**/*.{js,jsx,ts,tsx}', '../../../manager-react-components/src/**/*.{js,jsx,ts,tsx}', + '../../modules/manager-pci-common/**/*.{js,jsx,ts,tsx}', ], corePlugins: { preflight: false, diff --git a/yarn.lock b/yarn.lock index f87399828f27..1533b8875509 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5248,6 +5248,26 @@ tailwindcss "^3.4.4" uuid "^9.0.1" +"@ovh-ux/manager-react-components@^1.41.2": + version "1.41.2" + resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-components/-/manager-react-components-1.41.2.tgz#087cacbbff37c594201851f5f27d2a0c524545b5" + integrity sha512-Yl7lWtGGqw3CUeVMaCMwkoTWomxlbCT2hD+Q2h8zgclnsyfEbTvQT6iFVpueiFwhTikCRm+oFsbRy3gL8XOOzw== + dependencies: + "@ovhcloud/ods-common-core" "17.2.2" + "@ovhcloud/ods-common-theming" "17.2.2" + "@ovhcloud/ods-components" "17.2.2" + "@ovhcloud/ods-theme-blue-jeans" "17.2.2" + "@tanstack/react-query" "^5.51.21" + "@tanstack/react-table" "^8.20.1" + clsx "^2.1.1" + lodash.isdate "^4.0.1" + lodash.isequal "^4.5.0" + react-i18next "^14.0.5" + react-use "^17.5.0" + sass "1.71.0" + tailwindcss "^3.4.4" + uuid "^9.0.1" + "@ovh-ux/manager-react-shell-client@^0.8.1": version "0.8.1" resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-shell-client/-/manager-react-shell-client-0.8.1.tgz#9091056f0d5fb0e3ccbec26f85051550427d7167"