@5even7/dlc-ui 0.2.13 → 0.2.14

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/progress.cjs CHANGED
@@ -457,8 +457,7 @@ var DEFAULTS = {
457
457
  textRatio: 54,
458
458
  showValue: true,
459
459
  respectReducedMotion: true
460
- }
461
- };
460
+ }};
462
461
 
463
462
  /**
464
463
  * Internal accessibility labels and small UI text. Since the copy API was
package/dist/progress.mjs CHANGED
@@ -199,8 +199,7 @@ const DEFAULTS = {
199
199
  textRatio: 54,
200
200
  showValue: true,
201
201
  respectReducedMotion: true
202
- }
203
- };
202
+ }};
204
203
 
205
204
  /**
206
205
  * Internal accessibility labels and small UI text. Since the copy API was