@3sc/common-component 0.0.177 → 0.0.178
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.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -38685,7 +38685,7 @@ const HL = ({ progress: e = 0, status: t }) => {
|
|
|
38685
38685
|
}
|
|
38686
38686
|
}, Az = {
|
|
38687
38687
|
success: (e) => kd.showToast(e, "SUCCESS"),
|
|
38688
|
-
error: (e) => kd.showToast(e, "
|
|
38688
|
+
error: (e) => kd.showToast(e, "FAILED")
|
|
38689
38689
|
}, UL = Y(mc)(({ theme: e }) => ({
|
|
38690
38690
|
"& .MuiPopover-paper": {
|
|
38691
38691
|
backgroundColor: "transparent!important",
|
|
@@ -38701,7 +38701,7 @@ const HL = ({ progress: e = 0, status: t }) => {
|
|
|
38701
38701
|
const [n, o] = Pe(0), [r, s] = Pe(!0), [a, l] = Pe("entering");
|
|
38702
38702
|
Et(() => {
|
|
38703
38703
|
let d = setInterval(() => {
|
|
38704
|
-
o((p) => r ? p >= 98 ? (s(!1),
|
|
38704
|
+
o((p) => r ? p >= 98 ? (s(!1), 99) : p + 2 : p);
|
|
38705
38705
|
}, 100);
|
|
38706
38706
|
return () => clearInterval(d);
|
|
38707
38707
|
}, [r]), Et(() => {
|
|
@@ -38811,7 +38811,6 @@ const HL = ({ progress: e = 0, status: t }) => {
|
|
|
38811
38811
|
flexGrow: 1,
|
|
38812
38812
|
padding: "1.2rem 1rem 1rem 1rem",
|
|
38813
38813
|
fontSize: "1.1rem",
|
|
38814
|
-
textAlign: "center",
|
|
38815
38814
|
whiteSpace: "normal"
|
|
38816
38815
|
},
|
|
38817
38816
|
children: e
|