@ovh-ux/manager-pci-common 0.15.2 → 0.16.1

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/index.cjs.js +1 -1
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.esm.js +10297 -9822
  5. package/dist/index.esm.js.map +1 -1
  6. package/dist/style.css +1 -1
  7. package/dist/types/api/data/availability.d.ts +4 -7
  8. package/dist/types/api/data/feature-availability.d.ts +10 -0
  9. package/dist/types/api/data/index.d.ts +1 -0
  10. package/dist/types/api/data/regions.d.ts +7 -3
  11. package/dist/types/api/hook/index.d.ts +2 -0
  12. package/dist/types/api/hook/useFeaturedDeploymentModes.d.ts +132 -0
  13. package/dist/types/api/hook/usePCIFeatureAvailability.d.ts +1 -0
  14. package/dist/types/components/card/Card.d.ts +7 -0
  15. package/dist/types/components/deployment-mode-card/DeploymentModeCard.d.ts +9 -0
  16. package/dist/types/components/deployment-mode-card/index.d.ts +1 -0
  17. package/dist/types/components/deployment-tiles-input/DeploymentTilesInput.d.ts +6 -0
  18. package/dist/types/components/deployment-tiles-input/FeaturedDeploymentTilesInput.d.ts +3 -0
  19. package/dist/types/components/deployment-tiles-input/index.d.ts +3 -0
  20. package/dist/types/components/deployment-tiles-input/website-link.d.ts +23 -0
  21. package/dist/types/components/input-adapter/index.d.ts +2 -0
  22. package/dist/types/components/input-adapter/radio-adapter/RadioAdapter.d.ts +16 -0
  23. package/dist/types/components/input-adapter/radio-adapter/RadioField.d.ts +6 -0
  24. package/dist/types/components/region-selector/RegionChipByType.d.ts +6 -0
  25. package/dist/types/components/region-selector/RegionTile.d.ts +0 -3
  26. package/dist/types/components/region-selector/index.d.ts +1 -0
  27. package/dist/types/components/tiles-input/TilesInput.d.ts +18 -0
  28. package/dist/types/components/tiles-input/index.d.ts +1 -0
  29. package/dist/types/contexts/PCICommonContext/PCICommonContext.d.ts +7 -0
  30. package/dist/types/dto/deployment.d.ts +8 -0
  31. package/dist/types/dto/index.d.ts +1 -0
  32. package/dist/types/hooks/index.d.ts +1 -0
  33. package/dist/types/hooks/useApplicationName/useApplicationName.d.ts +1 -0
  34. package/dist/types/hooks/usePCICommonContextFactory/usePCICommonContextFactory.d.ts +3 -0
  35. package/dist/types/index.d.ts +6 -0
  36. package/dist/types/translations/deployment-mode/Messages_de_DE.json.d.ts +16 -0
  37. package/dist/types/translations/deployment-mode/Messages_en_GB.json.d.ts +16 -0
  38. package/dist/types/translations/deployment-mode/Messages_es_ES.json.d.ts +16 -0
  39. package/dist/types/translations/deployment-mode/Messages_fr_CA.json.d.ts +16 -0
  40. package/dist/types/translations/deployment-mode/Messages_fr_FR.json.d.ts +16 -0
  41. package/dist/types/translations/deployment-mode/Messages_it_IT.json.d.ts +16 -0
  42. package/dist/types/translations/deployment-mode/Messages_pl_PL.json.d.ts +16 -0
  43. package/dist/types/translations/deployment-mode/Messages_pt_PT.json.d.ts +16 -0
  44. package/dist/types/translations/deployment-mode/index.d.ts +1 -0
  45. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.16.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.16.0...@ovh-ux/manager-pci-common@0.16.1) (2025-03-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **pci-common:** export missing elements from deployment modes ([aeaca7f](https://github.com/ovh/manager/commit/aeaca7fe9dbccfee701206c7557d8023e19c936e))
11
+
12
+ ## [0.16.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.15.2...@ovh-ux/manager-pci-common@0.16.0) (2025-03-25)
13
+
14
+ ### Features
15
+
16
+ * **pci-common:** add deployment tiles ([4384d37](https://github.com/ovh/manager/commit/4384d37454ac6f813cbc108ca60825b66aa75d64))
17
+ * **pci-common:** bump node version 22 ([711100b](https://github.com/ovh/manager/commit/711100b4960842346a3fc4b27a984751cefbde3b))
18
+
19
+ ### Bug Fixes
20
+
21
+ * **i18n:** add missing translations [CDS 3803] ([da0e0de](https://github.com/ovh/manager/commit/da0e0de297e0aa8b6a7378892d5c539db3898680))
22
+
6
23
  ## [0.15.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.15.1...@ovh-ux/manager-pci-common@0.15.2) (2025-02-10)
7
24
 
8
25
  ### Bug Fixes