@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.82 → 0.0.1-alpha.83
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/openapi-k8s-toolkit.es.js +6 -1
- package/dist/openapi-k8s-toolkit.es.js.map +1 -1
- package/dist/openapi-k8s-toolkit.umd.js +6 -0
- package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
- package/dist/types/components/atoms/FlexGrow/FlexGrow.d.ts +274 -0
- package/dist/types/components/atoms/FlexGrow/index.d.ts +1 -0
- package/dist/types/components/atoms/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -8444,6 +8444,10 @@
|
|
|
8444
8444
|
);
|
|
8445
8445
|
};
|
|
8446
8446
|
|
|
8447
|
+
const FlexGrow = st.div`
|
|
8448
|
+
flex-grow: 1;
|
|
8449
|
+
`;
|
|
8450
|
+
|
|
8447
8451
|
const getDirectUnknownResource = async ({ uri }) => {
|
|
8448
8452
|
return axios.get(uri);
|
|
8449
8453
|
};
|
|
@@ -43848,6 +43852,7 @@
|
|
|
43848
43852
|
) }),
|
|
43849
43853
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(YamlEditor, { theme, currentValues: yamlValues || {}, onChange: onYamlChangeCallback }) })
|
|
43850
43854
|
] }),
|
|
43855
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(FlexGrow, {}),
|
|
43851
43856
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Styled$c.ControlsRowContainer, { $bgColor: token.colorPrimaryBg, $designNewLayout: designNewLayout, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { gap: designNewLayout ? 10 : 16, align: "center", children: [
|
|
43852
43857
|
/* @__PURE__ */ jsxRuntimeExports.jsx(antd.Button, { type: "primary", onClick: onSubmit, loading: isLoading, children: "Submit" }),
|
|
43853
43858
|
backlink && /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Button, { onClick: () => navigate(backlink), children: "Cancel" }),
|
|
@@ -47060,6 +47065,7 @@
|
|
|
47060
47065
|
exports.EditIcon = EditIcon;
|
|
47061
47066
|
exports.EnrichedTable = EnrichedTable$1;
|
|
47062
47067
|
exports.EnrichedTableProvider = EnrichedTableProvider;
|
|
47068
|
+
exports.FlexGrow = FlexGrow;
|
|
47063
47069
|
exports.LockedIcon = LockedIcon;
|
|
47064
47070
|
exports.ManageableBreadcrumbs = ManageableBreadcrumbs;
|
|
47065
47071
|
exports.ManageableBreadcrumbsWithDataProvider = ManageableBreadcrumbsWithDataProvider;
|