@plaidev/karte-action-sdk 1.1.147 → 1.1.148-27991405.c5f33dd5
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/hydrate/index.es.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -7742,7 +7742,7 @@ function formatTimeDiff(ms) {
|
|
7742
7742
|
function instance$8($$self, $$props, $$invalidate) {
|
7743
7743
|
let countdown;
|
7744
7744
|
let { $$slots: slots = {}, $$scope } = $$props;
|
7745
|
-
let { timeLimit = '2023/12/31 23:59:59
|
7745
|
+
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
7746
7746
|
let { stateOnEnd } = $$props;
|
7747
7747
|
let { _style = '' } = $$props;
|
7748
7748
|
let remainingTime;
|
package/dist/index.es.js
CHANGED
@@ -7310,7 +7310,7 @@ function formatTimeDiff(ms) {
|
|
7310
7310
|
function instance$8($$self, $$props, $$invalidate) {
|
7311
7311
|
let countdown;
|
7312
7312
|
let { $$slots: slots = {}, $$scope } = $$props;
|
7313
|
-
let { timeLimit = '2023/12/31 23:59:59
|
7313
|
+
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
7314
7314
|
let { stateOnEnd } = $$props;
|
7315
7315
|
let { _style = '' } = $$props;
|
7316
7316
|
let remainingTime;
|