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.esm.js
CHANGED
|
@@ -97,7 +97,7 @@ const UsageItem = /*#__PURE__*/memo(_ref => {
|
|
|
97
97
|
children: /*#__PURE__*/jsxs(Space, {
|
|
98
98
|
size: 4,
|
|
99
99
|
children: [/*#__PURE__*/jsx("i", {
|
|
100
|
-
className: "iconfont ".concat(iconClass, " text-xl")
|
|
100
|
+
className: "seeder-iconfont ".concat(iconClass, " text-xl")
|
|
101
101
|
}), /*#__PURE__*/jsx("span", {
|
|
102
102
|
className: "inline-block w-10 text-center",
|
|
103
103
|
children: children
|
|
@@ -708,7 +708,7 @@ const useUpgrade = _ref => {
|
|
|
708
708
|
children: /*#__PURE__*/jsx("a", {
|
|
709
709
|
onClick: e => e.preventDefault(),
|
|
710
710
|
children: /*#__PURE__*/jsx("i", {
|
|
711
|
-
className: "iconfont seeder-icon-liebiao2 text-2xl text-neutral-400"
|
|
711
|
+
className: "seeder-iconfont seeder-icon-liebiao2 text-2xl text-neutral-400"
|
|
712
712
|
})
|
|
713
713
|
})
|
|
714
714
|
}), /*#__PURE__*/jsx("input", {
|
|
@@ -2034,7 +2034,7 @@ const SystemOperations = _ref => {
|
|
|
2034
2034
|
onRestart,
|
|
2035
2035
|
powerOffLabel = "Power Off",
|
|
2036
2036
|
restartLabel = "Restart",
|
|
2037
|
-
iconClassName = "iconfont seeder-icon-guanji1 text-2xl text-neutral-400",
|
|
2037
|
+
iconClassName = "seeder-iconfont seeder-icon-guanji1 text-2xl text-neutral-400",
|
|
2038
2038
|
confirmTitle = "Confirm",
|
|
2039
2039
|
cancelText = "No",
|
|
2040
2040
|
okText = "Yes",
|