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.
Files changed (2) hide show
  1. package/dist/index.js +6 -0
  2. 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") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.5.506",
4
+ "version": "2.5.507",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {