indicator-ui 1.0.21 → 1.0.23

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/index.js CHANGED
@@ -14263,7 +14263,8 @@ const CB = "rgba(0, 0, 0, 0.3)", Bu = 10, bB = 9, kB = 11, xB = () => ({ appear:
14263
14263
  duration: 0.2,
14264
14264
  ease: "power2.out"
14265
14265
  }).set(u, {
14266
- transform: "none"
14266
+ transform: "none",
14267
+ clearProps: "x,y,scale,transform"
14267
14268
  }), i;
14268
14269
  }, disappear: (n, i) => {
14269
14270
  const { modal: o } = n;
@@ -14296,7 +14297,8 @@ const CB = "rgba(0, 0, 0, 0.3)", Bu = 10, bB = 9, kB = 11, xB = () => ({ appear:
14296
14297
  duration: 0.2,
14297
14298
  ease: "power2.out"
14298
14299
  }).set(u, {
14299
- transform: "none"
14300
+ transform: "none",
14301
+ clearProps: "x,y,scale,transform"
14300
14302
  }), i;
14301
14303
  }, disappear: (n, i) => {
14302
14304
  const { modal: o, predictPos: u } = n;
@@ -14335,7 +14337,8 @@ const CB = "rgba(0, 0, 0, 0.3)", Bu = 10, bB = 9, kB = 11, xB = () => ({ appear:
14335
14337
  ease: "power1.out",
14336
14338
  delay: 0.12
14337
14339
  }).set(u, {
14338
- transform: "none"
14340
+ transform: "none",
14341
+ clearProps: "x,y,scale,transform"
14339
14342
  }), i;
14340
14343
  }, disappear: (n, i) => {
14341
14344
  const { modal: o } = n;
@@ -14378,7 +14381,9 @@ const CB = "rgba(0, 0, 0, 0.3)", Bu = 10, bB = 9, kB = 11, xB = () => ({ appear:
14378
14381
  opacity: 1,
14379
14382
  duration: 0.25,
14380
14383
  ease: "linear"
14381
- }, 0), i;
14384
+ }, 0).set(u, {
14385
+ clearProps: "x,y,scale,transform"
14386
+ }), i;
14382
14387
  }, disappear: (n, i) => {
14383
14388
  const { modal: o, backdrop: u, target: c } = n;
14384
14389
  return i.to(o, {
@@ -14441,7 +14446,8 @@ const CB = "rgba(0, 0, 0, 0.3)", Bu = 10, bB = 9, kB = 11, xB = () => ({ appear:
14441
14446
  duration: 0.3,
14442
14447
  ease: "power2.out"
14443
14448
  }, "<").set(h, {
14444
- transform: "none"
14449
+ transform: "none",
14450
+ clearProps: "x,y,scale,transform"
14445
14451
  }), d;
14446
14452
  }, t = (l, d, h = {}) => (r(l, d, h), e(l, d), d), n = (l, d) => {
14447
14453
  const { modal: h, backdrop: p } = l;
@@ -14507,7 +14513,8 @@ const CB = "rgba(0, 0, 0, 0.3)", Bu = 10, bB = 9, kB = 11, xB = () => ({ appear:
14507
14513
  duration: 0.2,
14508
14514
  ease: "power2.out"
14509
14515
  }, 0).set(p, {
14510
- transform: "none"
14516
+ transform: "none",
14517
+ clearProps: "x,y,scale,transform"
14511
14518
  }), h;
14512
14519
  }, n = (d, h, p = {}) => (e(d, h, p), t(d, h), h), i = (d, h) => {
14513
14520
  const { modal: p, backdrop: _ } = d, g = r(d);
@@ -14574,7 +14581,8 @@ const CB = "rgba(0, 0, 0, 0.3)", Bu = 10, bB = 9, kB = 11, xB = () => ({ appear:
14574
14581
  duration: 0.3,
14575
14582
  ease: "power2.out"
14576
14583
  }, "<").set(h, {
14577
- transform: "none"
14584
+ transform: "none",
14585
+ clearProps: "x,y,scale,transform"
14578
14586
  }), d;
14579
14587
  }, t = (l, d, h) => (r(l, d, h), e(l, d), d), n = (l, d) => {
14580
14588
  const { modal: h, backdrop: p } = l;
@@ -14636,7 +14644,8 @@ const CB = "rgba(0, 0, 0, 0.3)", Bu = 10, bB = 9, kB = 11, xB = () => ({ appear:
14636
14644
  duration: 0.3,
14637
14645
  ease: "power2.out"
14638
14646
  }, "<").set(c, {
14639
- transform: "none"
14647
+ transform: "none",
14648
+ clearProps: "x,y,scale,transform"
14640
14649
  }), o;
14641
14650
  }, disappear: (i, o) => {
14642
14651
  const { modal: u, backdrop: c } = i;
@@ -14976,9 +14985,9 @@ function VB(...r) {
14976
14985
  };
14977
14986
  function k() {
14978
14987
  const { predictPlace: G } = w(), Z = b(), ae = G, ce = h();
14979
- ce && (Z.clear(), k9().default(ce, Z, {
14988
+ ce && k9().default(ce, Z, {
14980
14989
  place: { left: ae[0], top: ae[1] }
14981
- }).play());
14990
+ }).play();
14982
14991
  }
14983
14992
  function D() {
14984
14993
  const G = E({ onComplete: oe });
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "react-components",
12
12
  "ui-kit"
13
13
  ],
14
- "version": "1.0.21",
14
+ "version": "1.0.23",
15
15
  "exports": {
16
16
  ".": {
17
17
  "types": "./dist/types/index.d.ts",