seeder-st2110-components 1.3.3 → 1.3.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.js CHANGED
@@ -169,7 +169,7 @@ const useHardwareUsage = ps_status => {
169
169
  const statusItems = getItems(getDetail(ps_status));
170
170
  return /*#__PURE__*/jsxRuntime.jsx("div", {
171
171
  className: "flex",
172
- children: statusItems.map((item, index) => /*#__PURE__*/jsxRuntime.jsxs(Flex, {
172
+ children: statusItems.map((item, index) => /*#__PURE__*/jsxRuntime.jsxs(antd.Flex, {
173
173
  align: "center",
174
174
  children: [/*#__PURE__*/jsxRuntime.jsx(UsageItem$1, {
175
175
  title: item.title,