seeder-st2110-components 1.5.8 → 1.5.10
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 +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -712,7 +712,7 @@ const useUpgrade = _ref => {
|
|
|
712
712
|
children: /*#__PURE__*/jsxRuntime.jsx("a", {
|
|
713
713
|
onClick: e => e.preventDefault(),
|
|
714
714
|
children: /*#__PURE__*/jsxRuntime.jsx("i", {
|
|
715
|
-
className: "seeder-iconfont seeder-icon-liebiao2 text-
|
|
715
|
+
className: "seeder-iconfont seeder-icon-liebiao2 text-xl text-neutral-400"
|
|
716
716
|
})
|
|
717
717
|
})
|
|
718
718
|
}), /*#__PURE__*/jsxRuntime.jsx("input", {
|
|
@@ -2038,7 +2038,7 @@ const SystemOperations = _ref => {
|
|
|
2038
2038
|
onRestart,
|
|
2039
2039
|
powerOffLabel = "Power Off",
|
|
2040
2040
|
restartLabel = "Restart",
|
|
2041
|
-
iconClassName = "seeder-iconfont seeder-icon-guanji1 text-
|
|
2041
|
+
iconClassName = "seeder-iconfont seeder-icon-guanji1 text-xl text-neutral-400",
|
|
2042
2042
|
confirmTitle = "Confirm",
|
|
2043
2043
|
cancelText = "No",
|
|
2044
2044
|
okText = "Yes",
|