elseware-ui 2.36.1 → 2.36.2

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.css CHANGED
@@ -3271,6 +3271,9 @@ video {
3271
3271
  transition-property: transform;
3272
3272
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
3273
3273
  }
3274
+ .delay-\[0ms\] {
3275
+ transition-delay: 0ms;
3276
+ }
3274
3277
  .duration-100 {
3275
3278
  transition-duration: .1s;
3276
3279
  }
@@ -7746,6 +7749,9 @@ video {
7746
7749
  transition-property: transform;
7747
7750
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
7748
7751
  }
7752
+ .delay-\[0ms\] {
7753
+ transition-delay: 0ms;
7754
+ }
7749
7755
  .duration-100 {
7750
7756
  transition-duration: .1s;
7751
7757
  }
@@ -12568,6 +12574,9 @@ video {
12568
12574
  transition-property: transform;
12569
12575
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
12570
12576
  }
12577
+ .delay-\[0ms\] {
12578
+ transition-delay: 0ms;
12579
+ }
12571
12580
  .duration-100 {
12572
12581
  transition-duration: .1s;
12573
12582
  }