@scbt-ecom/ui 0.7.6 → 0.7.7
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/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/hybrid.js +9 -7
- package/dist/hybrid.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -12288,7 +12288,7 @@ const x2 = (t, e) => ({
|
|
|
12288
12288
|
case r:
|
|
12289
12289
|
return 1e4;
|
|
12290
12290
|
case i:
|
|
12291
|
-
return
|
|
12291
|
+
return 1e4;
|
|
12292
12292
|
case o:
|
|
12293
12293
|
return 1e5;
|
|
12294
12294
|
default:
|