arengibook 2.5.506 → 2.5.507
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 +6 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42798,6 +42798,12 @@ var showToast = function showToast(props) {
|
|
|
42798
42798
|
}
|
|
42799
42799
|
setTimeout(function () {
|
|
42800
42800
|
if (toastRefs.toastRef) {
|
|
42801
|
+
var progressBarRef = {
|
|
42802
|
+
current: null
|
|
42803
|
+
};
|
|
42804
|
+
var percentageTextRef = {
|
|
42805
|
+
current: null
|
|
42806
|
+
};
|
|
42801
42807
|
var handleToggleSize = function handleToggleSize() {
|
|
42802
42808
|
if (!props.onSizeChange) return;
|
|
42803
42809
|
if (props.size === "S") {
|