@ovh-ux/manager-pci-common 0.16.3 → 0.17.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.
- package/CHANGELOG.md +21 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8919 -8751
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/badge/Badge.d.ts +18 -0
- package/dist/types/components/config-card/ConfigCard.d.ts +14 -0
- package/dist/types/components/deployment-tiles-input/DeploymentTilesInput.d.ts +8 -4
- package/dist/types/components/internal/checkbox/Checkbox.d.ts +6 -0
- package/dist/types/components/internal/radio/Radio.d.ts +6 -0
- package/dist/types/components/tiles-input/TilesInput.d.ts +7 -10
- package/dist/types/dto/deployment.d.ts +5 -1
- package/dist/types/dto/price.d.ts +6 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/translations/common/Messages_de_DE.json.d.ts +2 -1
- package/dist/types/translations/common/Messages_en_GB.json.d.ts +2 -1
- package/dist/types/translations/common/Messages_es_ES.json.d.ts +2 -1
- package/dist/types/translations/common/Messages_fr_CA.json.d.ts +2 -1
- package/dist/types/translations/common/Messages_fr_FR.json.d.ts +2 -1
- package/dist/types/translations/common/Messages_it_IT.json.d.ts +2 -1
- package/dist/types/translations/common/Messages_pl_PL.json.d.ts +2 -1
- package/dist/types/translations/common/Messages_pt_PT.json.d.ts +2 -1
- package/package.json +3 -3
- package/dist/types/components/deployment-mode-card/DeploymentModeCard.d.ts +0 -9
- package/dist/types/components/deployment-mode-card/index.d.ts +0 -1
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.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-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:.5rem;margin-bottom:.5rem}.my-5{margin-top:.75rem;margin-bottom:.75rem}.-mt-6{margin-top:-1rem}.mb-2{margin-bottom:.125rem}.mb-3{margin-bottom:.25rem}.mb-4{margin-bottom:.5rem}.mb-5{margin-bottom:.75rem}.mb-6{margin-bottom:1rem}.mb-8{margin-bottom:1.5rem}.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-auto{margin-left:auto}.mr-1{margin-right:.0625rem}.mr-2{margin-right:.125rem}.mr-3{margin-right:.25rem}.mr-4{margin-right:.5rem}.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}.box-border{box-sizing:border-box}.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-\[150px\]{max-height:150px}.min-h-0{min-height:0}.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-fit{width:fit-content}.w-full{width:100%}.min-w-9{min-width:2rem}.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-4xl{max-width:56rem}.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-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-baseline{align-items:baseline}.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-3{gap:.25rem}.gap-4{gap:.5rem}.gap-6{gap:1rem}.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{border-radius:var(--ods-size-border-radius-01)}.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-\[\.125rem\]{border-width:.125rem}.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-\[\#0050d7\]{--tw-border-opacity: 1;border-color:rgb(0 80 215 / var(--tw-border-opacity))}.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-600\]{border-color:var(--ods-color-blue-600)}.border-\[grey\]{--tw-border-opacity: 1;border-color:rgb(128 128 128 / var(--tw-border-opacity))}.border-\[var\(--ods-color-blue-200\)\]{border-color:var(--ods-color-blue-200)}.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-t-\[\#b3b3b3\]{--tw-border-opacity: 1;border-top-color:rgb(179 179 179 / var(--tw-border-opacity))}.\!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-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / 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-\[16px\]{padding:16px}.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}.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}.pl-4{padding-left:.5rem}.pt-5{padding-top:.75rem}.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}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[1\.25rem\]{font-size:1.25rem}.text-\[1\.625rem\]{font-size:1.625rem}.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}.uppercase{text-transform:uppercase}.leading-10{line-height:2.5rem}.leading-8{line-height:2rem}.text-\[\#00185e\]{--tw-text-opacity: 1;color:rgb(0 24 94 / var(--tw-text-opacity))}.text-\[grey\]{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity))}.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}.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))}.peer:checked~.peer-checked\:border-\[--ods-color-blue-600\]{border-color:var(--ods-color-blue-600)}.peer:checked~.peer-checked\:bg-\[--ods-color-blue-100\]{background-color:var(--ods-color-blue-100)}.peer:focus-visible~.peer-focus-visible\:border-\[--ods-color-blue-600\]{border-color:var(--ods-color-blue-600)}.peer:enabled~.peer-enabled\:cursor-pointer{cursor:pointer}.peer:enabled~.peer-enabled\:hover\:border-\[--ods-color-blue-600\]:hover{border-color:var(--ods-color-blue-600)}.peer:enabled~.peer-enabled\:hover\:bg-\[--ods-color-blue-100\]:hover{background-color:var(--ods-color-blue-100)}.peer:disabled~.peer-disabled\:opacity-50{opacity:.5}@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))}}.peer:checked~.peer-checked\:\[\&_\.deployment-mode-card-title\]\:font-bold .deployment-mode-card-title{font-weight:700}@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
|
+
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.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-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:.5rem;margin-bottom:.5rem}.my-5{margin-top:.75rem;margin-bottom:.75rem}.-mt-6{margin-top:-1rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.125rem}.mb-3{margin-bottom:.25rem}.mb-4{margin-bottom:.5rem}.mb-5{margin-bottom:.75rem}.mb-6{margin-bottom:1rem}.mb-8{margin-bottom:1.5rem}.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-auto{margin-left:auto}.mr-1{margin-right:.0625rem}.mr-2{margin-right:.125rem}.mr-3{margin-right:.25rem}.mr-4{margin-right:.5rem}.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}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-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-\[150px\]{max-height:150px}.min-h-0{min-height:0}.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-fit{width:fit-content}.w-full{width:100%}.min-w-9{min-width:2rem}.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-4xl{max-width:56rem}.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-\[\'✓\'\]{list-style-type:"✓"}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-3{columns:3}.auto-rows-auto{grid-auto-rows:auto}.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}.flex-wrap{flex-wrap:wrap}.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-\[8px\]{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{border-radius:var(--ods-border-radius-sm, var(--ods-size-border-radius-01, 4px))}.rounded-full{border-radius:50%}.rounded-lg{border-radius:var(--ods-border-radius-lg, var(--ods-size-border-radius-02, 16px))}.rounded-sm{border-radius:var(--ods-border-radius-sm, var(--ods-size-border-radius-01, 4px))}.rounded-t-lg{border-top-left-radius:var(--ods-border-radius-lg, var(--ods-size-border-radius-02, 16px));border-top-right-radius:var(--ods-border-radius-lg, var(--ods-size-border-radius-02, 16px))}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[\.125rem\]{border-width:.125rem}.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-\[\#0050d7\]{--tw-border-opacity: 1;border-color:rgb(0 80 215 / var(--tw-border-opacity))}.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-600\]{border-color:var(--ods-color-blue-600)}.border-\[grey\]{--tw-border-opacity: 1;border-color:rgb(128 128 128 / var(--tw-border-opacity))}.border-\[var\(--ods-color-blue-200\)\]{border-color:var(--ods-color-blue-200)}.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-t-\[\#b3b3b3\]{--tw-border-opacity: 1;border-top-color:rgb(179 179 179 / var(--tw-border-opacity))}.\!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-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / 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-\[16px\]{padding:16px}.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}.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}.pl-4{padding-left:.5rem}.pl-5{padding-left:.75rem}.pl-6{padding-left:1rem}.pt-5{padding-top:.75rem}.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}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[1\.25rem\]{font-size:1.25rem}.text-\[1\.625rem\]{font-size:1.625rem}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.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}.leading-10{line-height:2.5rem}.leading-8{line-height:2rem}.leading-\[100\%\]{line-height:100%}.text-\[\#00185e\]{--tw-text-opacity: 1;color:rgb(0 24 94 / var(--tw-text-opacity))}.text-\[grey\]{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity))}.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}.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)}.marker\:text-\[\#2B8000\] *::marker{color:#2b8000}.marker\:text-\[\#2B8000\]::marker{color:#2b8000}.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}.pci-ods-checkbox{display:inline-flex;width:inherit;height:inherit}.pci-ods-checkbox__checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;position:relative;align-items:center;justify-content:center;margin:0;border:solid 1px var(--ods-color-neutral-300, #b3b3b3);border-radius:var(--ods-border-radius-sm, 4px);background:var(--ods-color-primary-000, #ffffff);cursor:pointer;width:16px;height:16px}.pci-ods-checkbox__checkbox:before{position:relative;display:inline-block;vertical-align:var(--ods-icon-vertical-align, bottom);mask:center/contain no-repeat;content:" ";width:inherit;height:inherit}.pci-ods-checkbox__checkbox:focus{outline:var(--ods-outline-style-default, solid) var(--ods-outline-width, 2px) var(--ods-outline-color-default, #000e9c);outline-offset:var(--ods-outline-offse, 2pxt);border-color:var(--ods-color-form-element-border-focus-default, #808080)}.pci-ods-checkbox__checkbox:hover{border-color:var(--ods-color-form-element-border-hover-default, #808080)}.pci-ods-checkbox__checkbox:checked:before{background:#fff;-webkit-mask-image:var(--icon-mask-check);mask-image:var(--icon-mask-check)}.pci-ods-checkbox__checkbox:indeterminate:before{-webkit-mask-image:var(--icon-mask-minus);mask-image:var(--icon-mask-minus)}.pci-ods-checkbox__checkbox:disabled{border-color:var(--ods-color-border-disabled-default, #cccccc);background-color:var(--ods-color-background-disabled-default, #e6e6e6);cursor:not-allowed;color:var(--ods-color-text-disabled-default, #808080)}.pci-ods-checkbox__checkbox:disabled:before{color:var(--ods-color-text-disabled-default, #808080)}.pci-ods-checkbox__checkbox:not(:disabled):checked,.pci-ods-checkbox__checkbox:not(:disabled):indeterminate{border-color:var(--ods-color-primary-500, #0050d7);background:var(--ods-color-primary-500, #0050d7)}.pci-ods-checkbox__checkbox:not(:disabled):checked:focus,.pci-ods-checkbox__checkbox:not(:disabled):checked:hover,.pci-ods-checkbox__checkbox:not(:disabled):indeterminate:focus,.pci-ods-checkbox__checkbox:not(:disabled):indeterminate:hover{border-color:var(--ods-color-primary-700, #000e9c);background:var(--ods-color-primary-700, #000e9c)}.pci-badge{opacity:1;margin:0;border-style:solid;border-color:transparent;box-shadow:none;overflow:hidden;line-height:1;box-sizing:border-box;display:inline-flex;flex-flow:row;grid-gap:.25rem;align-items:center;border-radius:var(--ods-border-radius-sm, 4px);color:var(--ods-color-primary-900, #000d1f)}.pci-badge--color-alpha{background-color:var(--ods-color-alpha, #fbfe47);color:var(--ods-color-primary-900, #000d1f)}.pci-badge--color-beta{background-color:var(--ods-color-beta, #47fe78);color:var(--ods-color-primary-900, #000d1f)}.pci-badge--color-critical{background-color:var(--ods-color-critical-100, #ffccd9);color:var(--ods-color-critical-900, #4d000d)}.pci-badge--color-information{background-color:var(--ods-color-information-100, #bef1ff);color:var(--ods-color-information-900, #000d1f)}.pci-badge--color-neutral{background-color:var(--ods-color-neutral-100, #e6e6e6);color:var(--ods-color-neutral-700, #4d4d4d)}.pci-badge--color-new{background-color:var(--ods-color-new, #47fffa);color:var(--ods-color-primary-900, #000d1f)}.pci-badge--color-promotion{background-color:var(--ods-color-promotion, #ac246f);color:var(--ods-color-neutral-000, #ffffff)}.pci-badge--color-success{background-color:var(--ods-color-success-100, #d2f2c2);color:var(--ods-color-success-900, #113300)}.pci-badge--color-warning{background-color:var(--ods-color-warning-100, #feea86);color:var(--ods-color-warning-900, #4d2a00)}.pci-badge--size-sm{padding:2px 6px;height:19px;font-size:.75rem}.pci-badge--size-sm .badge__icon{font-size:.625rem;width:.625rem;height:.625rem}.pci-badge--size-md{padding:4px 8px;height:26px;font-size:.875rem}.pci-badge--size-md .badge__icon{font-size:.833rem;width:.833rem;height:.833rem}.pci-badge--size-lg{padding:4px 10px;height:28px;font-size:1rem}.pci-badge--size-lg .badge__icon{font-size:1.05rem;width:1.05rem;height:1.05rem}.pci-ods-radio__radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;margin:0;border:1px solid var(--ods-color-neutral-300, #b3b3b3);border-radius:50%;cursor:pointer;width:16px;height:16px}.pci-ods-radio__radio:before{transform:scale(0);transition:.12s all ease-in-out;margin:auto;border-radius:50%;background-color:var(--ods-color-primary-000, #fff);width:4px;height:4px;content:""}.pci-ods-radio__radio:focus{outline:var(--ods-outline-style-default, solid) var(--ods-outline-width, 2px) var(--ods-outline-color-default, #000e9c);outline-offset:var(--ods-outline-offset, 2px)}.pci-ods-radio__radio:not(.pci-ods-radio__radio--error):not(:disabled):focus{border-color:var(--ods-color-form-element-border-focus-default, #808080)}.pci-ods-radio__radio:not(.pci-ods-radio__radio--error):not(:disabled):hover{border-color:var(--ods-color-form-element-border-hover-default, #808080)}.pci-ods-radio__radio:checked:before{transform:scale(1)}.pci-ods-radio__radio:disabled{border-color:var(--ods-color-border-disabled-default, #cccccc);background-color:var(--ods-color-background-disabled-default, #e6e6e6);cursor:not-allowed;color:var(--ods-color-text-disabled-default, #808080)}.pci-ods-radio__radio:disabled:checked:before{background-color:var(--ods-color-text-disabled-default, #808080)}.pci-ods-radio__radio:not(:disabled):checked{border-color:var(--ods-color-primary-500, #0050d7);background-color:var(--ods-color-primary-500, #0050d7)}.pci-ods-radio__radio:not(:disabled):checked:focus,.pci-ods-radio__radio:not(:disabled):checked:hover{border-color:var(--ods-color-primary-700, #000e9c);background-color:var(--ods-color-primary-700, #000e9c)}.config-card{width:100%;height:100%;background:#fff;border:#b3b3b3 solid 1px;display:flex;flex-direction:column;row-gap:16px;justify-content:start;overflow:hidden;border-radius:8px;box-sizing:border-box}.config-card .config-card__body,.config-card .config-card__body .config-card__body-section{display:flex;flex-direction:column;row-gap:16px}.config-card .config-card__body osds-divider{margin:0}.config-card .config-card__header{padding-top:16px;padding-right:16px;padding-left:16px}.config-card .config-card__footer{padding-left:16px;padding-right:16px}.config-card .config-card__body .config-card__body-section{padding-right:16px;padding-left:16px}.config-card>:last-child{padding-bottom:16px}.config-card:has(:enabled){cursor:pointer}@media (hover: hover){.config-card:has(:enabled):hover{border:#808080 solid 2px}.config-card:has(:enabled):hover .config-card__header{padding-top:15px;padding-right:15px;padding-left:15px}.config-card:has(:enabled):hover .config-card__footer{padding-left:15px;padding-right:15px}.config-card:has(:enabled):hover .config-card__body .config-card__body-section{padding-right:15px;padding-left:15px}.config-card:has(:enabled):hover>:last-child{padding-bottom:15px}}.config-card:not(:has(:checked)):has(:disabled){filter:grayscale(100%);background:#f3fdff}.config-card:has(:checked){border:#0050d7 solid 2px;background:#f3fdff}.config-card:has(:checked) .config-card__header{padding-top:15px;padding-right:15px;padding-left:15px}.config-card:has(:checked) .config-card__footer{padding-left:15px;padding-right:15px}.config-card:has(:checked) .config-card__body .config-card__body-section{padding-right:15px;padding-left:15px}.config-card:has(:checked)>:last-child{padding-bottom:15px}.config-card .config-card__footer{background:#f2f2f2;padding-top:16px;margin-top:auto}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ODS_ICON_NAME } from '@ovhcloud/ods-components';
|
|
2
|
+
type BadgeBaseProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
label?: string;
|
|
5
|
+
icon?: Lowercase<ODS_ICON_NAME>;
|
|
6
|
+
size?: 'sm' | 'md' | 'lg';
|
|
7
|
+
};
|
|
8
|
+
type BadgeMainColorProps = {
|
|
9
|
+
color?: 'alpha' | 'beta' | 'critical' | 'information' | 'neutral' | 'new' | 'promotion' | 'success' | 'warning';
|
|
10
|
+
};
|
|
11
|
+
type BadgeCustomColorProps = {
|
|
12
|
+
backgroundColor?: string;
|
|
13
|
+
textColor?: string;
|
|
14
|
+
};
|
|
15
|
+
export type BadgeColor = BadgeMainColorProps | BadgeCustomColorProps;
|
|
16
|
+
export type BadgeProps = BadgeBaseProps & BadgeColor;
|
|
17
|
+
export declare const Badge: ({ icon, label, size, className, ...restProps }: BadgeProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ComponentProps, ReactNode } from 'react';
|
|
2
|
+
import { BadgeProps } from '../badge/Badge';
|
|
3
|
+
import { TPrice } from '../../dto/price';
|
|
4
|
+
export type ConfigCardElementProps = {
|
|
5
|
+
label: string;
|
|
6
|
+
badges?: BadgeProps[];
|
|
7
|
+
description?: string;
|
|
8
|
+
features?: string[];
|
|
9
|
+
price?: TPrice | ReactNode;
|
|
10
|
+
};
|
|
11
|
+
export type ConfigCardProps = ConfigCardElementProps & {
|
|
12
|
+
inputProps: ComponentProps<'input'>;
|
|
13
|
+
};
|
|
14
|
+
export declare const ConfigCard: ({ label, badges, description, features, price, inputProps, }: ConfigCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
1
2
|
import { TilesInputProps } from '../../components/tiles-input/TilesInput';
|
|
2
3
|
import { TDeployment } from '../../dto';
|
|
3
|
-
export type DeploymentTilesInputProps = {
|
|
4
|
-
deployments:
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
export type DeploymentTilesInputProps<T extends TDeployment = TDeployment> = {
|
|
5
|
+
deployments: T[];
|
|
6
|
+
value: T | null;
|
|
7
|
+
onChange?: (value: T) => void;
|
|
8
|
+
inputProps?: (element: T) => ComponentProps<'input'>;
|
|
9
|
+
} & Pick<TilesInputProps, 'name' | 'locked'>;
|
|
10
|
+
export declare const DeploymentTilesInput: <T extends TDeployment>({ deployments, value: valueProp, onChange, inputProps, ...tilesInputProps }: DeploymentTilesInputProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* This is a copy of ODS 18 checkbox style
|
|
4
|
+
* TODO: remove when migrating
|
|
5
|
+
*/
|
|
6
|
+
export declare const CheckboxControl: ({ className, ...checkboxProps }: Exclude<ComponentProps<"input">, "type">) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* This is a copy of ODS 18 radio style
|
|
4
|
+
* TODO: remove when migrating
|
|
5
|
+
*/
|
|
6
|
+
export declare const RadioControl: ({ className, ...radioProps }: Exclude<ComponentProps<"input">, "type">) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
import { RadioFieldProps } from '../../components/input-adapter';
|
|
3
|
+
import { ConfigCardElementProps } from '../../components/config-card/ConfigCard';
|
|
3
4
|
type KeyValue = string | number;
|
|
4
|
-
export type
|
|
5
|
-
element: T;
|
|
6
|
-
};
|
|
7
|
-
export type TilesInputProps<T> = Pick<RadioFieldProps, 'label' | 'subtitle'> & {
|
|
5
|
+
export type TilesInputProps<T extends ConfigCardElementProps = ConfigCardElementProps> = Pick<RadioFieldProps, 'label' | 'subtitle'> & {
|
|
8
6
|
elements: T[];
|
|
9
7
|
value: T | null;
|
|
10
|
-
elementKey
|
|
8
|
+
elementKey?: (element: T) => KeyValue;
|
|
11
9
|
onChange?: (value: T) => void;
|
|
12
|
-
|
|
13
|
-
inputProps?: (element: T) => Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, 'onChange'>;
|
|
10
|
+
inputProps?: (element: T) => ComponentProps<'input'>;
|
|
14
11
|
name: string;
|
|
15
12
|
locked?: boolean;
|
|
16
13
|
};
|
|
17
|
-
export declare const TilesInput: <T extends
|
|
14
|
+
export declare const TilesInput: <T extends ConfigCardElementProps = ConfigCardElementProps>({ label, elements: elementsProps, elementKey, value: selectedValue, onChange, inputProps, subtitle, locked, name, }: TilesInputProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
18
15
|
export {};
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { TRegionType } from '../api/data';
|
|
3
|
+
import { TPrice } from '../dto/price';
|
|
3
4
|
export type TDeployment = {
|
|
4
5
|
name: TRegionType;
|
|
5
6
|
beta?: boolean;
|
|
6
7
|
comingSoon?: boolean;
|
|
8
|
+
} & ({
|
|
9
|
+
price?: TPrice;
|
|
10
|
+
} | {
|
|
7
11
|
price?: ReactNode;
|
|
8
|
-
};
|
|
12
|
+
});
|
package/dist/types/index.d.ts
CHANGED
|
@@ -13,8 +13,9 @@ export { PCICommonContext } from './contexts/PCICommonContext/PCICommonContext';
|
|
|
13
13
|
export * from './components/quantity-selector';
|
|
14
14
|
export * from './components/Pricing';
|
|
15
15
|
export * from './components/shape-input/ShapeInput.component';
|
|
16
|
-
export * from './components/deployment-mode-card';
|
|
17
16
|
export * from './components/deployment-tiles-input';
|
|
18
17
|
export * from './components/input-adapter';
|
|
19
18
|
export * from './components/tiles-input';
|
|
19
|
+
export * from './components/config-card/ConfigCard';
|
|
20
|
+
export * from './components/badge/Badge';
|
|
20
21
|
export * from './dto';
|
|
@@ -90,7 +90,8 @@ declare const _default: {
|
|
|
90
90
|
"common_dual_list_target_search": "In den Zieldaten suchen",
|
|
91
91
|
"common_cancel": "Abbrechen",
|
|
92
92
|
"common_confirm": "Bestätigen",
|
|
93
|
-
"common_not_supported": "Nicht unterstützt"
|
|
93
|
+
"common_not_supported": "Nicht unterstützt",
|
|
94
|
+
"common_price_from": "Ab"
|
|
94
95
|
}
|
|
95
96
|
;
|
|
96
97
|
|
|
@@ -90,7 +90,8 @@ declare const _default: {
|
|
|
90
90
|
"common_dual_list_target_search": "Search target content",
|
|
91
91
|
"common_cancel": "Cancel",
|
|
92
92
|
"common_confirm": "Confirm",
|
|
93
|
-
"common_not_supported": "Not supported"
|
|
93
|
+
"common_not_supported": "Not supported",
|
|
94
|
+
"common_price_from": "From"
|
|
94
95
|
}
|
|
95
96
|
;
|
|
96
97
|
|
|
@@ -90,7 +90,8 @@ declare const _default: {
|
|
|
90
90
|
"common_dual_list_target_search": "Buscar en el contenido de destino",
|
|
91
91
|
"common_cancel": "Cancelar",
|
|
92
92
|
"common_confirm": "Confirmar",
|
|
93
|
-
"common_not_supported": "No compatible"
|
|
93
|
+
"common_not_supported": "No compatible",
|
|
94
|
+
"common_price_from": "Desde"
|
|
94
95
|
}
|
|
95
96
|
;
|
|
96
97
|
|
|
@@ -90,7 +90,8 @@ declare const _default: {
|
|
|
90
90
|
"common_password_strong_password": "Mot de passe fort.",
|
|
91
91
|
"common_cancel": "Annuler",
|
|
92
92
|
"common_confirm": "Confirmer",
|
|
93
|
-
"common_not_supported": "Non supporté"
|
|
93
|
+
"common_not_supported": "Non supporté",
|
|
94
|
+
"common_price_from": "À partir de"
|
|
94
95
|
}
|
|
95
96
|
;
|
|
96
97
|
|
|
@@ -90,7 +90,8 @@ declare const _default: {
|
|
|
90
90
|
"common_password_strong_password": "Mot de passe fort.",
|
|
91
91
|
"common_cancel": "Annuler",
|
|
92
92
|
"common_confirm": "Confirmer",
|
|
93
|
-
"common_not_supported": "Non supporté"
|
|
93
|
+
"common_not_supported": "Non supporté",
|
|
94
|
+
"common_price_from": "À partir de"
|
|
94
95
|
}
|
|
95
96
|
;
|
|
96
97
|
|
|
@@ -90,7 +90,8 @@ declare const _default: {
|
|
|
90
90
|
"common_dual_list_target_search": "Cerca nel contenuto di destinazione",
|
|
91
91
|
"common_cancel": "Annullare",
|
|
92
92
|
"common_confirm": "Confermare",
|
|
93
|
-
"common_not_supported": "Non supportato"
|
|
93
|
+
"common_not_supported": "Non supportato",
|
|
94
|
+
"common_price_from": "Da"
|
|
94
95
|
}
|
|
95
96
|
;
|
|
96
97
|
|
|
@@ -90,7 +90,8 @@ declare const _default: {
|
|
|
90
90
|
"common_dual_list_target_search": "Szukaj w treści docelowej",
|
|
91
91
|
"common_cancel": "Anuluj",
|
|
92
92
|
"common_confirm": "Zatwierdź",
|
|
93
|
-
"common_not_supported": "Nieobsługiwane"
|
|
93
|
+
"common_not_supported": "Nieobsługiwane",
|
|
94
|
+
"common_price_from": "Od"
|
|
94
95
|
}
|
|
95
96
|
;
|
|
96
97
|
|
|
@@ -90,7 +90,8 @@ declare const _default: {
|
|
|
90
90
|
"common_dual_list_target_search": "Procurar no conteúdo de destino",
|
|
91
91
|
"common_cancel": "Anular",
|
|
92
92
|
"common_confirm": "Confirmar",
|
|
93
|
-
"common_not_supported": "Não suportado"
|
|
93
|
+
"common_not_supported": "Não suportado",
|
|
94
|
+
"common_price_from": "A partir de"
|
|
94
95
|
}
|
|
95
96
|
;
|
|
96
97
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ovh-ux/manager-pci-common",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.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",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"type:check": "tsc --noEmit"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@ovh-ux/manager-tailwind-config": "^0.2.1",
|
|
38
37
|
"clsx": "2.1.1",
|
|
39
38
|
"date-fns": "^3.6.0",
|
|
40
39
|
"lodash.isequal": "^4.5.0"
|
|
@@ -43,7 +42,8 @@
|
|
|
43
42
|
"@ovh-ux/manager-core-api": "^0.9.0",
|
|
44
43
|
"@ovh-ux/manager-react-components": "^1.43.0",
|
|
45
44
|
"@ovh-ux/manager-react-shell-client": "^0.8.4",
|
|
46
|
-
"@ovh-ux/manager-
|
|
45
|
+
"@ovh-ux/manager-tailwind-config": "^0.3.0",
|
|
46
|
+
"@ovh-ux/manager-vite-config": "^0.8.4",
|
|
47
47
|
"@ovhcloud/ods-common-core": "^17.2.2",
|
|
48
48
|
"@ovhcloud/ods-common-stencil": "^17.2.2",
|
|
49
49
|
"@ovhcloud/ods-common-theming": "^17.2.2",
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PropsWithChildren, ReactNode } from 'react';
|
|
2
|
-
export type DeploymentModeCardProps = Readonly<PropsWithChildren<{
|
|
3
|
-
labelId?: string;
|
|
4
|
-
ariaDetailsId?: string;
|
|
5
|
-
name: string;
|
|
6
|
-
price?: ReactNode;
|
|
7
|
-
className?: string;
|
|
8
|
-
}>>;
|
|
9
|
-
export declare const DeploymentModeCard: ({ name, price, labelId, ariaDetailsId, className, children, }: DeploymentModeCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './DeploymentModeCard';
|