@plaidev/karte-action-sdk 1.1.269-29170394.d1cf0fa0 → 1.1.270-29170585.8999f4d3

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.
@@ -220,7 +220,7 @@ function onTime(time, fn) {
220
220
  }
221
221
  /** @internal */
222
222
  function hasSuffix(value, suffix) {
223
- return new RegExp(`[0-9]${suffix}$`).test(value);
223
+ return (/* @__PURE__ */ new RegExp(`[0-9]${suffix}$`)).test(value);
224
224
  }
225
225
  /** @internal */
226
226
  function randStr(digit = 8) {
@@ -4689,7 +4689,7 @@ function instance$90($$self, $$props, $$invalidate) {
4689
4689
  let backgroundClickFunction = DefaultModalPlacement.backgroundClick;
4690
4690
  let backgroundClickFunctionPC = DefaultModalPlacement.backgroundClick;
4691
4691
  let backgroundClickFunctionSP = DefaultModalPlacement.backgroundClick;
4692
- let modalStyles = new Set([]);
4692
+ let modalStyles = /* @__PURE__ */ new Set([]);
4693
4693
  let transforms = [{
4694
4694
  query: null,
4695
4695
  ...getTransform("center")
@@ -17216,7 +17216,7 @@ function instance$13($$self, $$props, $$invalidate) {
17216
17216
  let backgroundClickFunction = DefaultModalPlacement.backgroundClick;
17217
17217
  let backgroundClickFunctionPC = DefaultModalPlacement.backgroundClick;
17218
17218
  let backgroundClickFunctionSP = DefaultModalPlacement.backgroundClick;
17219
- let modalStyles = new Set([]);
17219
+ let modalStyles = /* @__PURE__ */ new Set([]);
17220
17220
  let transforms = [{
17221
17221
  query: null,
17222
17222
  ...getTransform("center")
package/dist/index.es.js CHANGED
@@ -220,7 +220,7 @@ function onTime(time, fn) {
220
220
  }
221
221
  /** @internal */
222
222
  function hasSuffix(value, suffix) {
223
- return new RegExp(`[0-9]${suffix}$`).test(value);
223
+ return (/* @__PURE__ */ new RegExp(`[0-9]${suffix}$`)).test(value);
224
224
  }
225
225
  /** @internal */
226
226
  function randStr(digit = 8) {
@@ -4471,7 +4471,7 @@ function instance$90($$self, $$props, $$invalidate) {
4471
4471
  let backgroundClickFunction = DefaultModalPlacement.backgroundClick;
4472
4472
  let backgroundClickFunctionPC = DefaultModalPlacement.backgroundClick;
4473
4473
  let backgroundClickFunctionSP = DefaultModalPlacement.backgroundClick;
4474
- let modalStyles = new Set([]);
4474
+ let modalStyles = /* @__PURE__ */ new Set([]);
4475
4475
  let transforms = [{
4476
4476
  query: null,
4477
4477
  ...getTransform("center")
@@ -15312,7 +15312,7 @@ function instance$13($$self, $$props, $$invalidate) {
15312
15312
  let backgroundClickFunction = DefaultModalPlacement.backgroundClick;
15313
15313
  let backgroundClickFunctionPC = DefaultModalPlacement.backgroundClick;
15314
15314
  let backgroundClickFunctionSP = DefaultModalPlacement.backgroundClick;
15315
- let modalStyles = new Set([]);
15315
+ let modalStyles = /* @__PURE__ */ new Set([]);
15316
15316
  let transforms = [{
15317
15317
  query: null,
15318
15318
  ...getTransform("center")