seeder-st2110-components 1.4.4 → 1.5.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/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -99,7 +99,7 @@ const UsageItem = /*#__PURE__*/react.memo(_ref => {
|
|
|
99
99
|
children: /*#__PURE__*/jsxRuntime.jsxs(antd.Space, {
|
|
100
100
|
size: 4,
|
|
101
101
|
children: [/*#__PURE__*/jsxRuntime.jsx("i", {
|
|
102
|
-
className: "iconfont ".concat(iconClass, " text-xl")
|
|
102
|
+
className: "seeder-iconfont ".concat(iconClass, " text-xl")
|
|
103
103
|
}), /*#__PURE__*/jsxRuntime.jsx("span", {
|
|
104
104
|
className: "inline-block w-10 text-center",
|
|
105
105
|
children: children
|
|
@@ -710,7 +710,7 @@ const useUpgrade = _ref => {
|
|
|
710
710
|
children: /*#__PURE__*/jsxRuntime.jsx("a", {
|
|
711
711
|
onClick: e => e.preventDefault(),
|
|
712
712
|
children: /*#__PURE__*/jsxRuntime.jsx("i", {
|
|
713
|
-
className: "iconfont seeder-icon-liebiao2 text-2xl text-neutral-400"
|
|
713
|
+
className: "seeder-iconfont seeder-icon-liebiao2 text-2xl text-neutral-400"
|
|
714
714
|
})
|
|
715
715
|
})
|
|
716
716
|
}), /*#__PURE__*/jsxRuntime.jsx("input", {
|
|
@@ -2036,7 +2036,7 @@ const SystemOperations = _ref => {
|
|
|
2036
2036
|
onRestart,
|
|
2037
2037
|
powerOffLabel = "Power Off",
|
|
2038
2038
|
restartLabel = "Restart",
|
|
2039
|
-
iconClassName = "iconfont seeder-icon-guanji1 text-2xl text-neutral-400",
|
|
2039
|
+
iconClassName = "seeder-iconfont seeder-icon-guanji1 text-2xl text-neutral-400",
|
|
2040
2040
|
confirmTitle = "Confirm",
|
|
2041
2041
|
cancelText = "No",
|
|
2042
2042
|
okText = "Yes",
|