@ovh-ux/manager-pci-common 1.0.14 → 1.0.16
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 +19 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/flavor-selector/index.d.ts +2 -0
- package/dist/types/components/region-selector/index.d.ts +7 -0
- package/dist/types/index.d.ts +1 -5
- package/package.json +4 -4
package/dist/index.esm.js
CHANGED
|
@@ -37998,7 +37998,7 @@ function ane({
|
|
|
37998
37998
|
z.level,
|
|
37999
37999
|
h
|
|
38000
38000
|
)) == null ? void 0 : E.padStart(6, "")}</span> |`, u.forEach((P) => {
|
|
38001
|
-
$ += Mt(` ${z[P]}`, h);
|
|
38001
|
+
z[P] !== void 0 && ($ += Mt(` ${z[P]}`, h));
|
|
38002
38002
|
}), $ += "<br />", $;
|
|
38003
38003
|
}, ""),
|
|
38004
38004
|
[h, v]
|
|
@@ -40709,7 +40709,9 @@ export {
|
|
|
40709
40709
|
Wje as DbaasLogsAccountSelector,
|
|
40710
40710
|
Nje as DeletionModal,
|
|
40711
40711
|
ro as FLAVOR_CATEGORIES,
|
|
40712
|
+
Xn as FlavorLocalzoneChip,
|
|
40712
40713
|
Cje as FlavorSelector,
|
|
40714
|
+
Aye as FlavorTile,
|
|
40713
40715
|
Tye as GLOBAL_REGIONS_INFO_URL,
|
|
40714
40716
|
Qi as KUBE_FLAVOR_CATEGORIES,
|
|
40715
40717
|
XK as LEVEL_LABELS,
|
|
@@ -40726,8 +40728,11 @@ export {
|
|
|
40726
40728
|
kje as PciTrustedZoneBanner,
|
|
40727
40729
|
Aje as Pricing,
|
|
40728
40730
|
Eje as QuantitySelector,
|
|
40731
|
+
GQ as RegionGlobalzoneChip,
|
|
40732
|
+
BQ as RegionLocalzoneChip,
|
|
40729
40733
|
jje as RegionSelector,
|
|
40730
40734
|
zje as RegionSummary,
|
|
40735
|
+
YQ as RegionTile,
|
|
40731
40736
|
Vje as ShapesInputComponent,
|
|
40732
40737
|
Sje as StreamsList,
|
|
40733
40738
|
ane as TailLogs,
|