@ovh-ux/manager-pci-common 0.14.3 → 0.15.0

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 (36) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/dist/index.cjs.js +1 -1
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.esm.js +8563 -8451
  5. package/dist/index.esm.js.map +1 -1
  6. package/dist/style.css +1 -1
  7. package/dist/types/api/data/regions.d.ts +1 -1
  8. package/dist/types/components/flavor-selector/index.d.ts +2 -0
  9. package/dist/types/components/region-selector/Region3AZChip.component.d.ts +3 -0
  10. package/dist/types/components/region-selector/Region3AZChip.component.spec.d.ts +1 -0
  11. package/dist/types/components/region-selector/RegionChip.d.ts +8 -0
  12. package/dist/types/components/region-selector/RegionGlobalzoneChip.component.d.ts +3 -1
  13. package/dist/types/components/region-selector/RegionLocalzoneChip.component.d.ts +3 -1
  14. package/dist/types/components/region-selector/RegionPopover.d.ts +5 -0
  15. package/dist/types/components/region-selector/RegionTile.d.ts +3 -0
  16. package/dist/types/components/region-selector/RegionTile.spec.d.ts +1 -0
  17. package/dist/types/components/region-selector/constants.d.ts +69 -0
  18. package/dist/types/components/region-selector/index.d.ts +8 -0
  19. package/dist/types/contexts/PCICommonContext/PCICommonContext.d.ts +13 -0
  20. package/dist/types/hooks/index.d.ts +1 -0
  21. package/dist/types/hooks/useHas3AZ/useHas3AZ.d.ts +1 -0
  22. package/dist/types/hooks/useHas3AZ/useHas3AZ.spec.d.ts +1 -0
  23. package/dist/types/hooks/useIs1AZ/useIs1AZ.d.ts +2 -0
  24. package/dist/types/hooks/useIs1AZ/useIs1AZ.spec.d.ts +1 -0
  25. package/dist/types/hooks/usePCICommonContextFactory/usePCICommonContextFactory.d.ts +16 -0
  26. package/dist/types/hooks/usePCICommonContextFactory/usePCICommonContextFactory.spec.d.ts +1 -0
  27. package/dist/types/index.d.ts +2 -5
  28. package/dist/types/translations/region-selector/Messages_de_DE.json.d.ts +7 -1
  29. package/dist/types/translations/region-selector/Messages_en_GB.json.d.ts +7 -1
  30. package/dist/types/translations/region-selector/Messages_es_ES.json.d.ts +7 -1
  31. package/dist/types/translations/region-selector/Messages_fr_CA.json.d.ts +6 -0
  32. package/dist/types/translations/region-selector/Messages_fr_FR.json.d.ts +6 -0
  33. package/dist/types/translations/region-selector/Messages_it_IT.json.d.ts +7 -1
  34. package/dist/types/translations/region-selector/Messages_pl_PL.json.d.ts +7 -1
  35. package/dist/types/translations/region-selector/Messages_pt_PT.json.d.ts +7 -1
  36. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.fixed{position:fixed}.relative{position:relative}.float-left{float:left}.m-0{margin:0}.m-3{margin:.25rem}.-mx-\[2px\]{margin-left:-2px;margin-right:-2px}.mx-5{margin-left:.75rem;margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-3{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:.5rem;margin-bottom:.5rem}.my-5{margin-top:.75rem;margin-bottom:.75rem}.my-\[8px\]{margin-top:8px;margin-bottom:8px}.-mt-6{margin-top:-1rem}.mb-2{margin-bottom:.125rem}.mb-4{margin-bottom:.5rem}.mb-5{margin-bottom:.75rem}.mb-6{margin-bottom:1rem}.mb-8{margin-bottom:1.5rem}.mb-\[16px\]{margin-bottom:16px}.mb-\[24px\]{margin-bottom:24px}.mb-\[8px\]{margin-bottom:8px}.ml-0{margin-left:0}.ml-1{margin-left:.0625rem}.ml-2{margin-left:.125rem}.ml-3{margin-left:.25rem}.ml-4{margin-left:.5rem}.ml-8{margin-left:1.5rem}.ml-\[10px\]{margin-left:10px}.ml-auto{margin-left:auto}.mr-1{margin-right:.0625rem}.mr-2{margin-right:.125rem}.mr-3{margin-right:.25rem}.mr-4{margin-right:.5rem}.mr-5{margin-right:.75rem}.mr-auto{margin-right:auto}.mt-2{margin-top:.125rem}.mt-3{margin-top:.25rem}.mt-4{margin-top:.5rem}.mt-5{margin-top:.75rem}.mt-6{margin-top:1rem}.mt-8{margin-top:1.5rem}.mt-\[24px\]{margin-top:24px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.h-10{height:2.5rem}.h-11{height:3rem}.h-4{height:.5rem}.h-\[3\.25rem\]{height:3.25rem}.h-\[500px\]{height:500px}.h-full{height:100%}.h-px{height:1px}.max-h-28{max-height:7rem}.max-h-\[150px\]{max-height:150px}.min-h-0{min-height:0}.min-h-\[16px\]{min-height:16px}.w-10{width:2.5rem}.w-2\/3{width:66.666667%}.w-4{width:.5rem}.w-\[2\.5rem\]{width:2.5rem}.w-\[20rem\]{width:20rem}.w-\[25\%\]{width:25%}.w-\[30\%\]{width:30%}.w-fit{width:fit-content}.w-full{width:100%}.min-w-\[10rem\]{min-width:10rem}.min-w-\[14rem\]{min-width:14rem}.min-w-\[2\.5rem\]{min-width:2.5rem}.min-w-\[5rem\]{min-width:5rem}.max-w-\[600px\]{max-width:600px}.max-w-\[800px\]{max-width:800px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.grow{flex-grow:1}.basis-\[40px\]{flex-basis:40px}.basis-full{flex-basis:100%}.border-collapse{border-collapse:collapse}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-3{columns:3}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-0{gap:0}.gap-2{gap:.125rem}.gap-4{gap:.5rem}.gap-6{gap:1rem}.gap-y-\[8px\]{row-gap:8px}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-visible{overflow-x:visible}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:50%}.rounded-lg{border-radius:var(--ods-size-border-radius-02)}.rounded-sm{border-radius:var(--ods-size-border-radius-01)}.rounded-t-lg{border-top-left-radius:var(--ods-size-border-radius-02);border-top-right-radius:var(--ods-size-border-radius-02)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[1px\]{border-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-t-0{border-top-width:0px}.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-\[\#BEF1FF\],.border-\[\#bef1ff\]{--tw-border-opacity: 1;border-color:rgb(190 241 255 / var(--tw-border-opacity))}.border-\[--ods-color-blue-100\]{border-color:var(--ods-color-blue-100)}.border-\[--ods-color-blue-200\]{border-color:var(--ods-color-blue-200)}.border-\[--ods-color-blue-600\]{border-color:var(--ods-color-blue-600)}.border-\[--ods-color-neutral-500\]{border-color:var(--ods-color-neutral-500)}.border-\[--ods-color-primary-100\]{border-color:var(--ods-color-primary-100)}.border-\[--ods-color-primary-500\]{border-color:var(--ods-color-primary-500)}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-b-\[\#bef1ff\]{--tw-border-opacity: 1;border-bottom-color:rgb(190 241 255 / var(--tw-border-opacity))}.border-b-\[--ods-color-primary-100\]{border-bottom-color:var(--ods-color-primary-100)}.border-t-\[--ods-color-neutral-100\]{border-top-color:var(--ods-color-neutral-100)}.\!bg-\[--ods-color-blue-100\]{background-color:var(--ods-color-blue-100)!important}.bg-\[\#85d9fd\]{--tw-bg-opacity: 1;background-color:rgb(133 217 253 / var(--tw-bg-opacity))}.bg-\[\#F5FEFF\]{--tw-bg-opacity: 1;background-color:rgb(245 254 255 / var(--tw-bg-opacity))}.bg-\[--ods-color-blue-100\]{background-color:var(--ods-color-blue-100)}.bg-\[--ods-color-primary-050\]{background-color:var(--ods-color-primary-050)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-0{padding:0}.p-4{padding:.5rem}.p-5{padding:.75rem}.p-6{padding:1rem}.p-\[12px\]{padding:12px}.p-\[1rem\]{padding:1rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.0625rem;padding-right:.0625rem}.px-2{padding-left:.125rem;padding-right:.125rem}.px-4{padding-left:.5rem;padding-right:.5rem}.px-5{padding-left:.75rem;padding-right:.75rem}.px-\[1px\]{padding-left:1px;padding-right:1px}.px-\[24px\]{padding-left:24px;padding-right:24px}.py-2{padding-top:.125rem;padding-bottom:.125rem}.py-3{padding-top:.25rem;padding-bottom:.25rem}.py-4{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.pl-4{padding-left:.5rem}.pt-5{padding-top:.75rem}.pt-8{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[36px\]{font-size:36px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-\[16px\]{line-height:16px}.leading-\[18px\]{line-height:18px}.leading-\[20px\]{line-height:20px}.leading-\[22px\]{line-height:22px}.leading-\[28px\]{line-height:28px}.leading-\[32px\]{line-height:32px}.leading-\[43px\]{line-height:43px}.leading-\[45px\]{line-height:45px}.text-\[--ods-color-heading\]{color:var(--ods-color-heading)}.text-\[--ods-color-neutral-500\]{color:var(--ods-color-neutral-500)}.text-\[--ods-color-primary-500\]{color:var(--ods-color-primary-500)}.text-\[--ods-color-text\]{color:var(--ods-color-text)}.text-\[var\(--ods-color-error-200\)\]{color:var(--ods-color-error-200)}.text-\[var\(--ods-color-primary-300\)\]{color:var(--ods-color-primary-300)}.text-\[var\(--ods-color-warning-050\)\]{color:var(--ods-color-warning-050)}.text-\[var\(--ods-color-warning-100\)\]{color:var(--ods-color-warning-100)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.no-underline{text-decoration-line:none}.opacity-50{opacity:.5}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.border-ods-primary-200{border-color:var(--ods-color-primary-200)}.hover\:border-\[--ods-color-blue-600\]:hover{border-color:var(--ods-color-blue-600)}.hover\:bg-\[--ods-color-blue-100\]:hover{background-color:var(--ods-color-blue-100)}.focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}@media (min-width: 0){.xs\:justify-start{justify-content:flex-start}.xs\:pt-10{padding-top:2.5rem}.xs\:pt-2\.5{padding-top:.625rem}}@media (min-width: 36em){.sm\:ml-4{margin-left:.5rem}.sm\:mt-0{margin-top:0}.sm\:flex{display:flex}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-8{padding-top:1.5rem}}@media (min-width: 48em){.md\:float-right{float:right}.md\:ml-4{margin-left:.5rem}.md\:mt-0{margin-top:0}.md\:mt-2{margin-top:.125rem}.md\:h-\[600px\]{height:600px}.md\:w-1\/6{width:16.666667%}.md\:w-5\/6{width:83.333333%}.md\:w-\[32\%\]{width:32%}.md\:w-\[68\%\]{width:68%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-end{justify-content:flex-end}.md\:gap-6{gap:1rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:py-9{padding-top:2rem;padding-bottom:2rem}}@media (min-width: 75em){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes _cursor-blink_18io1_1{0%{opacity:1}50%{opacity:0}to{opacity:1}}._blinkingCursor_18io1_12{display:inline-block;width:.5rem;height:1rem;background-color:#fff;animation:_cursor-blink_18io1_1 1s step-end infinite}
1
+ .pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.fixed{position:fixed}.relative{position:relative}.float-left{float:left}.m-0{margin:0}.m-3{margin:.25rem}.-mx-\[2px\]{margin-left:-2px;margin-right:-2px}.mx-5{margin-left:.75rem;margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-3{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:.5rem;margin-bottom:.5rem}.my-5{margin-top:.75rem;margin-bottom:.75rem}.my-\[8px\]{margin-top:8px;margin-bottom:8px}.-mt-6{margin-top:-1rem}.mb-2{margin-bottom:.125rem}.mb-4{margin-bottom:.5rem}.mb-5{margin-bottom:.75rem}.mb-6{margin-bottom:1rem}.mb-8{margin-bottom:1.5rem}.mb-\[16px\]{margin-bottom:16px}.mb-\[24px\]{margin-bottom:24px}.mb-\[8px\]{margin-bottom:8px}.ml-0{margin-left:0}.ml-1{margin-left:.0625rem}.ml-2{margin-left:.125rem}.ml-3{margin-left:.25rem}.ml-4{margin-left:.5rem}.ml-8{margin-left:1.5rem}.ml-\[10px\]{margin-left:10px}.ml-auto{margin-left:auto}.mr-1{margin-right:.0625rem}.mr-2{margin-right:.125rem}.mr-3{margin-right:.25rem}.mr-4{margin-right:.5rem}.mr-5{margin-right:.75rem}.mr-auto{margin-right:auto}.mt-2{margin-top:.125rem}.mt-3{margin-top:.25rem}.mt-4{margin-top:.5rem}.mt-5{margin-top:.75rem}.mt-6{margin-top:1rem}.mt-8{margin-top:1.5rem}.mt-\[24px\]{margin-top:24px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.h-10{height:2.5rem}.h-11{height:3rem}.h-4{height:.5rem}.h-\[3\.25rem\]{height:3.25rem}.h-\[500px\]{height:500px}.h-full{height:100%}.h-px{height:1px}.max-h-28{max-height:7rem}.max-h-\[150px\]{max-height:150px}.min-h-0{min-height:0}.min-h-\[16px\]{min-height:16px}.w-10{width:2.5rem}.w-2\/3{width:66.666667%}.w-4{width:.5rem}.w-\[2\.5rem\]{width:2.5rem}.w-\[20rem\]{width:20rem}.w-\[25\%\]{width:25%}.w-\[30\%\]{width:30%}.w-fit{width:fit-content}.w-full{width:100%}.min-w-\[10rem\]{min-width:10rem}.min-w-\[14rem\]{min-width:14rem}.min-w-\[2\.5rem\]{min-width:2.5rem}.min-w-\[5rem\]{min-width:5rem}.max-w-\[600px\]{max-width:600px}.max-w-\[800px\]{max-width:800px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.grow{flex-grow:1}.basis-\[40px\]{flex-basis:40px}.basis-full{flex-basis:100%}.border-collapse{border-collapse:collapse}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-3{columns:3}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-0{gap:0}.gap-2{gap:.125rem}.gap-4{gap:.5rem}.gap-6{gap:1rem}.gap-y-\[8px\]{row-gap:8px}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-visible{overflow-x:visible}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:50%}.rounded-lg{border-radius:var(--ods-size-border-radius-02)}.rounded-sm{border-radius:var(--ods-size-border-radius-01)}.rounded-t-lg{border-top-left-radius:var(--ods-size-border-radius-02);border-top-right-radius:var(--ods-size-border-radius-02)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[1px\]{border-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-t-0{border-top-width:0px}.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-\[\#BEF1FF\],.border-\[\#bef1ff\]{--tw-border-opacity: 1;border-color:rgb(190 241 255 / var(--tw-border-opacity))}.border-\[--ods-color-blue-100\]{border-color:var(--ods-color-blue-100)}.border-\[--ods-color-blue-200\]{border-color:var(--ods-color-blue-200)}.border-\[--ods-color-blue-600\]{border-color:var(--ods-color-blue-600)}.border-\[--ods-color-neutral-500\]{border-color:var(--ods-color-neutral-500)}.border-\[--ods-color-primary-100\]{border-color:var(--ods-color-primary-100)}.border-\[--ods-color-primary-500\]{border-color:var(--ods-color-primary-500)}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-b-\[\#bef1ff\]{--tw-border-opacity: 1;border-bottom-color:rgb(190 241 255 / var(--tw-border-opacity))}.border-b-\[--ods-color-primary-100\]{border-bottom-color:var(--ods-color-primary-100)}.border-t-\[--ods-color-neutral-100\]{border-top-color:var(--ods-color-neutral-100)}.\!bg-\[--ods-color-blue-100\]{background-color:var(--ods-color-blue-100)!important}.bg-\[\#85d9fd\]{--tw-bg-opacity: 1;background-color:rgb(133 217 253 / var(--tw-bg-opacity))}.bg-\[\#F5FEFF\]{--tw-bg-opacity: 1;background-color:rgb(245 254 255 / var(--tw-bg-opacity))}.bg-\[--ods-color-blue-100\]{background-color:var(--ods-color-blue-100)}.bg-\[--ods-color-primary-050\]{background-color:var(--ods-color-primary-050)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-0{padding:0}.p-4{padding:.5rem}.p-5{padding:.75rem}.p-6{padding:1rem}.p-\[12px\]{padding:12px}.p-\[1rem\]{padding:1rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.0625rem;padding-right:.0625rem}.px-2{padding-left:.125rem;padding-right:.125rem}.px-4{padding-left:.5rem;padding-right:.5rem}.px-5{padding-left:.75rem;padding-right:.75rem}.px-\[1px\]{padding-left:1px;padding-right:1px}.px-\[24px\]{padding-left:24px;padding-right:24px}.py-2{padding-top:.125rem;padding-bottom:.125rem}.py-3{padding-top:.25rem;padding-bottom:.25rem}.py-4{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.pl-4{padding-left:.5rem}.pt-5{padding-top:.75rem}.pt-8{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[36px\]{font-size:36px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-\[16px\]{line-height:16px}.leading-\[18px\]{line-height:18px}.leading-\[20px\]{line-height:20px}.leading-\[22px\]{line-height:22px}.leading-\[28px\]{line-height:28px}.leading-\[32px\]{line-height:32px}.leading-\[43px\]{line-height:43px}.leading-\[45px\]{line-height:45px}.text-\[--ods-color-heading\]{color:var(--ods-color-heading)}.text-\[--ods-color-neutral-500\]{color:var(--ods-color-neutral-500)}.text-\[--ods-color-primary-500\]{color:var(--ods-color-primary-500)}.text-\[--ods-color-text\]{color:var(--ods-color-text)}.text-\[var\(--ods-color-error-200\)\]{color:var(--ods-color-error-200)}.text-\[var\(--ods-color-primary-300\)\]{color:var(--ods-color-primary-300)}.text-\[var\(--ods-color-warning-050\)\]{color:var(--ods-color-warning-050)}.text-\[var\(--ods-color-warning-100\)\]{color:var(--ods-color-warning-100)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.no-underline{text-decoration-line:none}.opacity-50{opacity:.5}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.border-ods-primary-200{border-color:var(--ods-color-primary-200)}.chip-3AZ{background-color:var(--ods-color-primary-700)}.chip-3AZ osds-text{color:var(--ods-color-primary-000)}.chip-3AZ osds-icon{background-color:var(--ods-color-primary-000)}.chip-1AZ{background-color:var(--ods-color-primary-400)}.chip-1AZ osds-text{color:var(--ods-color-primary-000)}.chip-1AZ osds-icon{background-color:var(--ods-color-primary-000)}.chip-LZ{background-color:var(--ods-color-primary-100)}.chip-LZ osds-text{color:var(--ods-color-primary-700)}.chip-LZ osds-icon{background-color:var(--ods-color-primary-700)}.hover\:border-\[--ods-color-blue-600\]:hover{border-color:var(--ods-color-blue-600)}.hover\:bg-\[--ods-color-blue-100\]:hover{background-color:var(--ods-color-blue-100)}.focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}@media (min-width: 0){.xs\:justify-start{justify-content:flex-start}.xs\:pt-10{padding-top:2.5rem}.xs\:pt-2\.5{padding-top:.625rem}}@media (min-width: 36em){.sm\:ml-4{margin-left:.5rem}.sm\:mt-0{margin-top:0}.sm\:flex{display:flex}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-8{padding-top:1.5rem}}@media (min-width: 48em){.md\:float-right{float:right}.md\:ml-4{margin-left:.5rem}.md\:mt-0{margin-top:0}.md\:mt-2{margin-top:.125rem}.md\:h-\[600px\]{height:600px}.md\:w-1\/6{width:16.666667%}.md\:w-5\/6{width:83.333333%}.md\:w-\[32\%\]{width:32%}.md\:w-\[68\%\]{width:68%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-end{justify-content:flex-end}.md\:gap-6{gap:1rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:py-9{padding-top:2rem;padding-bottom:2rem}}@media (min-width: 75em){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes _cursor-blink_18io1_1{0%{opacity:1}50%{opacity:0}to{opacity:1}}._blinkingCursor_18io1_12{display:inline-block;width:.5rem;height:1rem;background-color:#fff;animation:_cursor-blink_18io1_1 1s step-end infinite}
@@ -1,6 +1,6 @@
1
1
  export type TRegion = {
2
2
  name: string;
3
- type: string;
3
+ type: 'region' | 'localzone' | 'region-3-az' | string;
4
4
  status: string;
5
5
  continentCode: string;
6
6
  services: {
@@ -1 +1,3 @@
1
1
  export * from './FlavorSelector.component';
2
+ export * from './FlavorLocalzoneChip';
3
+ export * from './FlavorTile.component';
@@ -0,0 +1,3 @@
1
+ export declare function Region3AZChip({ showTooltip, }: Readonly<{
2
+ showTooltip?: boolean;
3
+ }>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { JSX } from '@ovhcloud/ods-components';
2
+ import { HTMLAttributes } from 'react';
3
+ export type RegionChipProps = JSX.OsdsChip & HTMLAttributes<HTMLOsdsChipElement> & {
4
+ showTooltipIcon?: boolean;
5
+ title: string;
6
+ className?: string;
7
+ };
8
+ export declare function RegionChip({ showTooltipIcon, title, className, ...chipProps }: RegionChipProps): import("react/jsx-runtime").JSX.Element;
@@ -1 +1,3 @@
1
- export declare function RegionGlobalzoneChip(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function RegionGlobalzoneChip({ showTooltip, }: Readonly<{
2
+ showTooltip?: boolean;
3
+ }>): import("react/jsx-runtime").JSX.Element;
@@ -1 +1,3 @@
1
- export declare function RegionLocalzoneChip(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function RegionLocalzoneChip({ showTooltip, }: Readonly<{
2
+ showTooltip?: boolean;
3
+ }>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { PropsWithChildren, ReactNode } from 'react';
2
+ export declare function RegionPopover({ children, tooltip, tooltipUrl, }: PropsWithChildren<{
3
+ tooltip: ReactNode;
4
+ tooltipUrl: string;
5
+ }>): import("react/jsx-runtime").JSX.Element;
@@ -4,4 +4,7 @@ export interface RegionTileProps {
4
4
  isSelected: boolean;
5
5
  isCompact?: boolean;
6
6
  }
7
+ export declare const RegionChipByType: ({ region, }: Readonly<{
8
+ region: TLocalisation;
9
+ }>) => import("react/jsx-runtime").JSX.Element;
7
10
  export declare const RegionTile: ({ region, isSelected, isCompact, }: Readonly<RegionTileProps>) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,75 @@
1
1
  export declare const LOCAL_ZONE_INFO_URL: Record<string, string>;
2
2
  export declare const GLOBAL_REGIONS_INFO_URL: Record<string, string>;
3
+ export declare const EXPANSIONS_REGIONS_AZ: {
4
+ DEFAULT: string;
5
+ ASIA: string;
6
+ AU: string;
7
+ CA: string;
8
+ GB: string;
9
+ IE: string;
10
+ IN: string;
11
+ SG: string;
12
+ DE: string;
13
+ ES: string;
14
+ FR: string;
15
+ IT: string;
16
+ MA: string;
17
+ SN: string;
18
+ TN: string;
19
+ NL: string;
20
+ PL: string;
21
+ PT: string;
22
+ QC: string;
23
+ US: string;
24
+ WS: string;
25
+ };
3
26
  export declare const URL_INFO: {
4
27
  GLOBAL_REGIONS: Record<string, string>;
5
28
  LOCAL_ZONE: Record<string, string>;
29
+ REGION_3AZ: {
30
+ DEFAULT: string;
31
+ ASIA: string;
32
+ AU: string;
33
+ CA: string;
34
+ GB: string;
35
+ IE: string;
36
+ IN: string;
37
+ SG: string;
38
+ DE: string;
39
+ ES: string;
40
+ FR: string;
41
+ IT: string;
42
+ MA: string;
43
+ SN: string;
44
+ TN: string;
45
+ NL: string;
46
+ PL: string;
47
+ PT: string;
48
+ QC: string;
49
+ US: string;
50
+ WS: string;
51
+ };
52
+ '1AZ_REGIONS': {
53
+ DEFAULT: string;
54
+ ASIA: string;
55
+ AU: string;
56
+ CA: string;
57
+ GB: string;
58
+ IE: string;
59
+ IN: string;
60
+ SG: string;
61
+ DE: string;
62
+ ES: string;
63
+ FR: string;
64
+ IT: string;
65
+ MA: string;
66
+ SN: string;
67
+ TN: string;
68
+ NL: string;
69
+ PL: string;
70
+ PT: string;
71
+ QC: string;
72
+ US: string;
73
+ WS: string;
74
+ };
6
75
  };
@@ -0,0 +1,8 @@
1
+ export * from './RegionSelector.component';
2
+ export * from './RegionSummary.component';
3
+ export * from './RegionSelector.component';
4
+ export * from './RegionGlobalzoneChip.component';
5
+ export * from './RegionLocalzoneChip.component';
6
+ export * from './Region3AZChip.component';
7
+ export * from './RegionTile';
8
+ export * from './useRegions';
@@ -0,0 +1,13 @@
1
+ export interface InternalMeta {
2
+ has3AZ?: boolean;
3
+ }
4
+ /**
5
+ * This type is only used to add completion with LSP
6
+ */
7
+ export type PCICommonMetaType = InternalMeta | Record<string, unknown> | undefined;
8
+ /**
9
+ * Use {usePCICommonContextFactory} for general usage.
10
+ *
11
+ * Use this to override previously set properties
12
+ */
13
+ export declare const PCICommonContext: import("react").Context<PCICommonMetaType>;
@@ -1,3 +1,4 @@
1
1
  export { useBytes } from './bytes/useBytes';
2
2
  export { usePciUrl } from './url/usePciUrl';
3
3
  export { usePricing } from './usePricing';
4
+ export { usePCICommonContextFactory } from './usePCICommonContextFactory/usePCICommonContextFactory';
@@ -0,0 +1 @@
1
+ export declare const useHas3AZ: () => boolean;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export declare const FEATURE_REGION_1AZ = "public-cloud:region-1AZ";
2
+ export declare const useIs1AZ: () => boolean;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,16 @@
1
+ import { PCICommonMetaType } from '../../contexts/PCICommonContext/PCICommonContext';
2
+ /**
3
+ * Use this to merge meta properties with previously set properties (merge is only on level 1)
4
+ *
5
+ * To override all properties use the provider directly
6
+ * @param meta Be sure to create it outside your component or memoize it to avoid performance issues
7
+ */
8
+ export declare function usePCICommonContextFactory(meta?: PCICommonMetaType): {
9
+ [x: string]: unknown;
10
+ } | {
11
+ has3AZ?: boolean;
12
+ } | {
13
+ has3AZ?: boolean;
14
+ } | {
15
+ has3AZ?: boolean;
16
+ };
@@ -2,16 +2,13 @@ export * from './api/data';
2
2
  export * from './api/hook';
3
3
  export * from './components/accordion/Accordion.component';
4
4
  export * from './components/banner';
5
- export * from './components/region-selector/RegionSelector.component';
6
- export * from './components/region-selector/RegionSummary.component';
5
+ export * from './components/region-selector';
7
6
  export * from './components/logs';
8
7
  export * from './components/modal';
9
8
  export * from './components/flavor-selector';
10
- export * from './components/region-selector/RegionSelector.component';
11
- export * from './components/region-selector/RegionSummary.component';
12
- export * from './components/region-selector/useRegions';
13
9
  export * from './hooks';
14
10
  export * from './constants';
11
+ export { PCICommonContext } from './contexts/PCICommonContext/PCICommonContext';
15
12
  export * from './components/quantity-selector';
16
13
  export * from './components/Pricing';
17
14
  export * from './components/shape-input/ShapeInput.component';
@@ -9,7 +9,13 @@ declare const _default: {
9
9
  "pci_project_flavors_zone_global_region": "Regionen",
10
10
  "pci_project_flavors_zone_localzone_tooltip": "Local Zones sind eine neue Art der Lokalisierung, die einen Teil unseres Public-Cloud-Produktportfolios unterstützt. In den nächsten Jahren werden wir die Gesamtzahl der Local Zones weltweit schrittweise erhöhen.",
11
11
  "pci_project_flavors_zone_globalregions_tooltip": "Die Regionen stützen sich auf ein oder mehrere Rechenzentren, die von OVHcloud verwaltet werden. Jede Region bietet eine oder mehrere Availability Zones mit dem vollständigen OVHcloud Dienstportfolio.",
12
- "pci_project_flavors_zone_tooltip_link": "Mehr erfahren"
12
+ "pci_project_flavors_zone_tooltip_link": "Mehr erfahren",
13
+ "pci_project_flavors_zone_1AZ": "1-AZ",
14
+ "pci_project_flavors_zone_3AZ": "3-AZ",
15
+ "pci_project_flavors_zone_localzone_1AZ_tooltip": "Eine Local Zone entspricht einer Methode zur Bereitstellung der Public Cloud Produkte von OVHcloud in Rechenzentren, die sich in unmittelbarer Nähe der Endbenutzer befinden.",
16
+ "pci_project_flavors_zone_1AZ_with_3AZ_tooltip": "Mit dem baldigen Eintreffen der 3-AZ Regionen ändert sich der Bereitstellungstyp „Regionen“! Eine 1-AZ-Region (Verfügbarkeitszone) besteht aus einem oder mehreren Rechenzentren, die sich an einem Standort befinden.",
17
+ "pci_project_flavors_zone_1AZ_tooltip": "Eine 1-AZ-Region (Verfügbarkeitszone) besteht aus einem oder mehreren Rechenzentren, die sich an einem Standort befinden.",
18
+ "pci_project_flavors_zone_3AZ_tooltip": "Eine 3-AZ-Region besteht aus drei Verfügbarkeitszonen, die sich innerhalb eines einzigen großstädtischen Ballungsgebiets befinden und wenige Kilometer voneinander entfernt sind. Sie erfüllt höchste Anforderungen an die Resilienz und gewährleistet gleichzeitig extrem geringe Latenzen zwischen AZ."
13
19
  }
14
20
  ;
15
21
 
@@ -9,7 +9,13 @@ declare const _default: {
9
9
  "pci_project_flavors_zone_global_region": "Regions",
10
10
  "pci_project_flavors_zone_localzone_tooltip": "Local Zones are a new type of location, which support part of our Public Cloud product portfolio. We will gradually deploy more Local Zones around the world over the next few years.",
11
11
  "pci_project_flavors_zone_globalregions_tooltip": "Regions are supported by one or more datacentres managed by OVHcloud. There are one or more Availability Zones in each Region, with a comprehensive portfolio of OVHcloud services.",
12
- "pci_project_flavors_zone_tooltip_link": "Find out more"
12
+ "pci_project_flavors_zone_tooltip_link": "Find out more",
13
+ "pci_project_flavors_zone_1AZ": "1-AZ",
14
+ "pci_project_flavors_zone_3AZ": "3-AZ",
15
+ "pci_project_flavors_zone_localzone_1AZ_tooltip": "A Local Zone is a method of deploying OVHcloud Public Cloud products in datacentres that are located as close as possible to the end users.",
16
+ "pci_project_flavors_zone_1AZ_with_3AZ_tooltip": "With the arrival of the 3-AZ regions, the 'Regions' deployment type is changing its name! A 1-AZ region (availability zone) groups together one or more datacentres located on the same site.",
17
+ "pci_project_flavors_zone_1AZ_tooltip": "A 1-AZ region (availability zone) groups together one or more datacentres located on the same site.",
18
+ "pci_project_flavors_zone_3AZ_tooltip": "A 3-AZ region comprises three availability zones located in the same metropolitan area, separated by a few kilometers. It meets the highest resilience requirements while guaranteeing extremely low latency between AZs."
13
19
  }
14
20
  ;
15
21
 
@@ -9,7 +9,13 @@ declare const _default: {
9
9
  "pci_project_flavors_zone_global_region": "Regiones",
10
10
  "pci_project_flavors_zone_localzone_tooltip": "Las Local Zones (zonas locales) son un nuevo tipo de localización en la que OVHcloud ofrece determinados servicios de su catálogo de productos Public Cloud. OVHcloud tiene previsto ampliar progresivamente el número de Local Zones disponibles en todo el mundo en los próximos años.",
11
11
  "pci_project_flavors_zone_globalregions_tooltip": "Las regiones incluyen uno o varios datacenters gestionados por OVHcloud. Cada región ofrece una o varias Availability Zones (zonas de disponibilidad) con todo el catálogo de servicios de OVHcloud.",
12
- "pci_project_flavors_zone_tooltip_link": "Más información"
12
+ "pci_project_flavors_zone_tooltip_link": "Más información",
13
+ "pci_project_flavors_zone_1AZ": "1-AZ",
14
+ "pci_project_flavors_zone_3AZ": "3-AZ",
15
+ "pci_project_flavors_zone_localzone_1AZ_tooltip": "Una Zona Local corresponde a un modo de despliegue de los productos Public Cloud de OVHcloud en datacenters situados más cerca de los usuarios finales.",
16
+ "pci_project_flavors_zone_1AZ_with_3AZ_tooltip": "¡Con la llegada de las regiones 3-AZ, el tipo de despliegue «Regiones» cambia de nombre! Una región de 1-AZ (zona de disponibilidad) reúne uno o varios datacenters localizados en un mismo emplazamiento.",
17
+ "pci_project_flavors_zone_1AZ_tooltip": "Una región de 1-AZ (zona de disponibilidad) reúne uno o varios datacenters localizados en un mismo emplazamiento.",
18
+ "pci_project_flavors_zone_3AZ_tooltip": "Una región 3-AZ comprende tres zonas de disponibilidad situadas en una misma área metropolitana, separadas por algunos kilómetros. Cumple los más altos requisitos de resiliencia, al tiempo que garantiza una latencia extremadamente baja entre los AZ."
13
19
  }
14
20
  ;
15
21
 
@@ -7,8 +7,14 @@ declare const _default: {
7
7
  "pci_project_flavors_zone_compatible": "Compatible avec",
8
8
  "pci_project_flavors_zone_localzone": "Local Zones",
9
9
  "pci_project_flavors_zone_global_region": "Régions",
10
+ "pci_project_flavors_zone_1AZ": "1-AZ",
11
+ "pci_project_flavors_zone_3AZ": "3-AZ",
10
12
  "pci_project_flavors_zone_localzone_tooltip": "Les Local Zones sont un nouveau type de localisation, qui prennent en charge une partie de notre portefeuille de produits Public Cloud. Nous allons progressivement augmenter le nombre total de Local Zones dans le monde au cours des prochaines années.",
13
+ "pci_project_flavors_zone_localzone_1AZ_tooltip": "Une Local Zone correspond à un mode de déploiement des produits Public Cloud d’OVHcloud dans des datacenters situés au plus près des utilisateurs finaux.",
11
14
  "pci_project_flavors_zone_globalregions_tooltip": "Les Régions sont supportées par un ou plusieurs datacenters gérés par OVHCloud. Chaque région fournit une ou plusieurs Availability Zone avec le portefeuille complet de services OVHCloud.",
15
+ "pci_project_flavors_zone_1AZ_with_3AZ_tooltip": "Avec l'arrivée prochaine des régions 3-AZ, le type de déploiement 'Régions' change de nom ! Une région 1-AZ (zone de disponibilité) regroupe un ou plusieurs datacenters localisés sur un même site.",
16
+ "pci_project_flavors_zone_1AZ_tooltip": "Une région 1-AZ (zone de disponibilité) regroupe un ou plusieurs datacenters localisés sur un même site.",
17
+ "pci_project_flavors_zone_3AZ_tooltip": "Une région 3-AZ comprend trois zones de disponibilités situées dans une même aire métropolitaine, séparées par quelques kilomètres. Elle répond aux exigences les plus élevées en matière de résilience tout en garantissant une latence extrêmement faible entre les AZ.",
12
18
  "pci_project_flavors_zone_tooltip_link": "En savoir plus"
13
19
  }
14
20
  ;
@@ -7,8 +7,14 @@ declare const _default: {
7
7
  "pci_project_flavors_zone_compatible": "Compatible avec",
8
8
  "pci_project_flavors_zone_localzone": "Local Zones",
9
9
  "pci_project_flavors_zone_global_region": "Régions",
10
+ "pci_project_flavors_zone_1AZ": "1-AZ",
11
+ "pci_project_flavors_zone_3AZ": "3-AZ",
10
12
  "pci_project_flavors_zone_localzone_tooltip": "Les Local Zones sont un nouveau type de localisation, qui prennent en charge une partie de notre portefeuille de produits Public Cloud. Nous allons progressivement augmenter le nombre total de Local Zones dans le monde au cours des prochaines années.",
13
+ "pci_project_flavors_zone_localzone_1AZ_tooltip": "Une Local Zone correspond à un mode de déploiement des produits Public Cloud d’OVHcloud dans des datacenters situés au plus près des utilisateurs finaux.",
11
14
  "pci_project_flavors_zone_globalregions_tooltip": "Les Régions sont supportées par un ou plusieurs datacenters gérés par OVHCloud. Chaque région fournit une ou plusieurs Availability Zone avec le portefeuille complet de services OVHCloud.",
15
+ "pci_project_flavors_zone_1AZ_with_3AZ_tooltip": "Avec l'arrivée prochaine des régions 3-AZ, le type de déploiement 'Régions' change de nom ! Une région 1-AZ (zone de disponibilité) regroupe un ou plusieurs datacenters localisés sur un même site.",
16
+ "pci_project_flavors_zone_1AZ_tooltip": "Une région 1-AZ (zone de disponibilité) regroupe un ou plusieurs datacenters localisés sur un même site.",
17
+ "pci_project_flavors_zone_3AZ_tooltip": "Une région 3-AZ comprend trois zones de disponibilités situées dans une même aire métropolitaine, séparées par quelques kilomètres. Elle répond aux exigences les plus élevées en matière de résilience tout en garantissant une latence extrêmement faible entre les AZ.",
12
18
  "pci_project_flavors_zone_tooltip_link": "En savoir plus"
13
19
  }
14
20
  ;
@@ -9,7 +9,13 @@ declare const _default: {
9
9
  "pci_project_flavors_zone_global_region": "Region",
10
10
  "pci_project_flavors_zone_localzone_tooltip": "Le Local Zone sono un nuovo tipo di localizzazione che supporta una parte del nostro catalogo di prodotti Public Cloud. Prevediamo di aumentare gradualmente il numero di Local Zone disponibili nel mondo nei prossimi anni.",
11
11
  "pci_project_flavors_zone_globalregions_tooltip": "Le Region sono supportate da uno o più datacenter gestiti da OVHcloud. Ogni Region fornisce una o più Availability Zone con il catalogo completo di servizi OVHcloud.",
12
- "pci_project_flavors_zone_tooltip_link": "Scopri di più"
12
+ "pci_project_flavors_zone_tooltip_link": "Scopri di più",
13
+ "pci_project_flavors_zone_1AZ": "1-AZ",
14
+ "pci_project_flavors_zone_3AZ": "3-AZ",
15
+ "pci_project_flavors_zone_localzone_1AZ_tooltip": "Una Local Zone corrisponde a un metodo di implementazione dei prodotti Public Cloud di OVHcloud in datacenter situati il più vicino possibile agli utenti finali.",
16
+ "pci_project_flavors_zone_1AZ_with_3AZ_tooltip": "Con il prossimo arrivo delle regioni 3-AZ, il tipo di installazione 'Regioni' cambia nome! Una Region 1-AZ (zona di disponibilità) raggruppa uno o più datacenter localizzati sullo stesso sito.",
17
+ "pci_project_flavors_zone_1AZ_tooltip": "Una Region 1-AZ (zona di disponibilità) raggruppa uno o più datacenter localizzati sullo stesso sito.",
18
+ "pci_project_flavors_zone_3AZ_tooltip": "Una regione 3-AZ comprende tre zone di disponibilità situate nella stessa area metropolitana, separate da pochi chilometri. Soddisfa i più elevati requisiti di resilienza, garantendo al tempo stesso una latenza estremamente bassa tra gli AZ."
13
19
  }
14
20
  ;
15
21
 
@@ -9,7 +9,13 @@ declare const _default: {
9
9
  "pci_project_flavors_zone_global_region": "Regiony",
10
10
  "pci_project_flavors_zone_localzone_tooltip": "Local Zones to nowy rodzaj lokalizacji, obsługujących część naszego portfolio produktów Public Cloud. W ciągu najbliższych kilku lat będziemy stopniowo zwiększać liczbę Local Zones na świecie.",
11
11
  "pci_project_flavors_zone_globalregions_tooltip": "Regiony są obsługiwane przez jedno lub kilka centrów danych zarządzanych przez OVHCloud. Każdy region obejmuje jedną lub kilka Availability Zones, wraz z pełnym portfolio usług OVHCloud.",
12
- "pci_project_flavors_zone_tooltip_link": "Dowiedz się więcej"
12
+ "pci_project_flavors_zone_tooltip_link": "Dowiedz się więcej",
13
+ "pci_project_flavors_zone_1AZ": "1-AZ",
14
+ "pci_project_flavors_zone_3AZ": "3-AZ",
15
+ "pci_project_flavors_zone_localzone_1AZ_tooltip": "Strefa lokalna to tryb wdrażania produktów Public Cloud OVHcloud w centrach danych zlokalizowanych jak najbliżej użytkowników końcowych.",
16
+ "pci_project_flavors_zone_1AZ_with_3AZ_tooltip": "Wraz ze zbliżającym się pojawieniem się regionów 3-AZ, typ wdrożenia 'Regiony' zmienia nazwę! Region 1-AZ (strefa dostępności) to jeden lub więcej centrów danych zlokalizowanych w tym samym miejscu.",
17
+ "pci_project_flavors_zone_1AZ_tooltip": "Region 1-AZ (strefa dostępności) to jeden lub więcej centrów danych zlokalizowanych w tym samym miejscu.",
18
+ "pci_project_flavors_zone_3AZ_tooltip": "Region 3-AZ obejmuje trzy strefy dostępności w tym samym obszarze metropolitalnym, oddzielone kilkoma kilometrami. Spełnia najwyższe wymagania w zakresie odporności, jednocześnie gwarantując wyjątkowo krótki czas odpowiedzi między AZ."
13
19
  }
14
20
  ;
15
21
 
@@ -9,7 +9,13 @@ declare const _default: {
9
9
  "pci_project_flavors_zone_global_region": "Regiões",
10
10
  "pci_project_flavors_zone_localzone_tooltip": "As Local Zones (zonas locais) são um novo tipo de localização, que suporta parte da nossa carteira de produtos Public Cloud. A OVHcloud prevê aumentar gradualmente o número total de Local Zones em todo o mundo nos próximos anos.",
11
11
  "pci_project_flavors_zone_globalregions_tooltip": "As Regiões são suportadas por um ou vários datacenters geridos pela OVHcloud. Cada região fornece uma ou várias Availability Zones com o portefólio completo de serviços da OVHcloud.",
12
- "pci_project_flavors_zone_tooltip_link": "Saber mais"
12
+ "pci_project_flavors_zone_tooltip_link": "Saber mais",
13
+ "pci_project_flavors_zone_1AZ": "1-AZ",
14
+ "pci_project_flavors_zone_3AZ": "3-AZ",
15
+ "pci_project_flavors_zone_localzone_1AZ_tooltip": "Uma Local Zone corresponde a um modo de implementação dos produtos Public Cloud da OVHcloud em datacenters situados mais perto dos utilizadores finais.",
16
+ "pci_project_flavors_zone_1AZ_with_3AZ_tooltip": "Com a próxima chegada das regiões 3-AZ, o tipo de implementação 'Regiões' muda de nome! Uma região 1-AZ (zona de disponibilidade) agrupa um ou vários datacenters localizados no mesmo site.",
17
+ "pci_project_flavors_zone_1AZ_tooltip": "Uma região 1-AZ (zona de disponibilidade) agrupa um ou vários datacenters localizados no mesmo site.",
18
+ "pci_project_flavors_zone_3AZ_tooltip": "Uma região 3-AZ compreende três zonas de disponibilidade situadas na mesma área metropolitana, separadas por alguns quilómetros. Satisfaz as exigências mais elevadas em matéria de resiliência, garantindo uma latência extremamente baixa entre os AZ."
13
19
  }
14
20
  ;
15
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/manager-pci-common",
3
- "version": "0.14.3",
3
+ "version": "0.15.0",
4
4
  "private": false,
5
5
  "description": "Public Cloud Common components",
6
6
  "homepage": "https://github.com/ovh/manager/blob/master/packages/manager/modules/manager-pci-common/README.md",