sm-click-library-ui 0.0.540-dev.2 → 0.0.540-dev.3

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/tailwind.css CHANGED
@@ -2334,16 +2334,6 @@ video {
2334
2334
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
2335
2335
  }
2336
2336
 
2337
- .placeholder\:text-white::-moz-placeholder {
2338
- --tw-text-opacity: 1;
2339
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
2340
- }
2341
-
2342
- .placeholder\:text-white::placeholder {
2343
- --tw-text-opacity: 1;
2344
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
2345
- }
2346
-
2347
2337
  .last\:border-0:last-child {
2348
2338
  border-width: 0px;
2349
2339
  }
@@ -2397,15 +2387,6 @@ video {
2397
2387
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2398
2388
  }
2399
2389
 
2400
- .hover\:rounded-l-none:hover {
2401
- border-top-left-radius: 0px;
2402
- border-bottom-left-radius: 0px;
2403
- }
2404
-
2405
- .hover\:border-l-0:hover {
2406
- border-left-width: 0px;
2407
- }
2408
-
2409
2390
  .hover\:border-amber-400\/50:hover {
2410
2391
  border-color: rgb(251 191 36 / 0.5);
2411
2392
  }
@@ -1,4 +1,4 @@
1
- import { r as le, C as ge, W as me } from "./index-BMkRjy1p.js";
1
+ import { r as le, C as ge, W as me } from "./index-DFR5wG2u.js";
2
2
  const F = {
3
3
  RECORDING: "RECORDING",
4
4
  PAUSED: "PAUSED",
@@ -58,7 +58,7 @@ var te;
58
58
  n.UTF8 = "utf8", n.ASCII = "ascii", n.UTF16 = "utf16";
59
59
  })(te || (te = {}));
60
60
  const k = le("Filesystem", {
61
- web: () => import("./web-CVTAf6EY.js").then((n) => new n.FilesystemWeb())
61
+ web: () => import("./web-DSejpg_J.js").then((n) => new n.FilesystemWeb())
62
62
  });
63
63
  ye();
64
64
  const Ee = le("BlobWriter");
@@ -1,5 +1,5 @@
1
- import { W as P, b as x } from "./index-BMkRjy1p.js";
2
- import { E } from "./web-CnfL95VZ.js";
1
+ import { W as P, b as x } from "./index-DFR5wG2u.js";
2
+ import { E } from "./web-C0b538DD.js";
3
3
  function m(w) {
4
4
  const e = w.split("/").filter((t) => t !== "."), r = [];
5
5
  return e.forEach((t) => {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "dist",
6
6
  "src/test-utils"
7
7
  ],
8
- "version": "0.0.540-dev.2",
8
+ "version": "0.0.540-dev.3",
9
9
  "main": "dist/sm-click-library-ui.es.js",
10
10
  "module": "dist/sm-click-library-ui.umd.js",
11
11
  "private": false,