@ovh-ux/manager-pci-common 0.14.3 → 0.14.4
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/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/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 +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -38254,7 +38254,7 @@ function one({
|
|
|
38254
38254
|
x.level,
|
|
38255
38255
|
h
|
|
38256
38256
|
)) == null ? void 0 : A.padStart(6, "")}</span> |`, u.forEach((M) => {
|
|
38257
|
-
P += Ct(` ${x[M]}`, h);
|
|
38257
|
+
x[M] !== void 0 && (P += Ct(` ${x[M]}`, h));
|
|
38258
38258
|
}), P += "<br />", P;
|
|
38259
38259
|
}, ""),
|
|
38260
38260
|
[h, b]
|
|
@@ -41170,7 +41170,9 @@ export {
|
|
|
41170
41170
|
Sze as DbaasLogsAccountSelector,
|
|
41171
41171
|
Eze as DeletionModal,
|
|
41172
41172
|
lo as FLAVOR_CATEGORIES,
|
|
41173
|
+
Qn as FlavorLocalzoneChip,
|
|
41173
41174
|
Vze as FlavorSelector,
|
|
41175
|
+
Lye as FlavorTile,
|
|
41174
41176
|
Eye as GLOBAL_REGIONS_INFO_URL,
|
|
41175
41177
|
Zi as KUBE_FLAVOR_CATEGORIES,
|
|
41176
41178
|
BK as LEVEL_LABELS,
|
|
@@ -41187,8 +41189,11 @@ export {
|
|
|
41187
41189
|
jze as PciTrustedZoneBanner,
|
|
41188
41190
|
Hze as Pricing,
|
|
41189
41191
|
Lze as QuantitySelector,
|
|
41192
|
+
KQ as RegionGlobalzoneChip,
|
|
41193
|
+
YQ as RegionLocalzoneChip,
|
|
41190
41194
|
xze as RegionSelector,
|
|
41191
41195
|
Dze as RegionSummary,
|
|
41196
|
+
QQ as RegionTile,
|
|
41192
41197
|
Fze as ShapesInputComponent,
|
|
41193
41198
|
Cze as StreamsList,
|
|
41194
41199
|
one as TailLogs,
|