sm-click-library-ui 0.0.540-dev.0 → 0.0.540-dev.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-COtuZEgL.js → index-BMkRjy1p.js} +7 -4
- package/dist/sm-click-library-ui.es.js +1 -1
- package/dist/sm-click-library-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/tailwind.css +0 -4
- package/dist/{web-CxtNF-qs.js → web-CVTAf6EY.js} +2 -2
- package/dist/{web-CB1IshSx.js → web-CnfL95VZ.js} +2 -2
- package/package.json +3 -1
package/dist/tailwind.css
CHANGED
|
@@ -1522,10 +1522,6 @@ video {
|
|
|
1522
1522
|
.bg-purple-500\/20 {
|
|
1523
1523
|
background-color: rgb(168 85 247 / 0.2);
|
|
1524
1524
|
}
|
|
1525
|
-
.bg-red-200 {
|
|
1526
|
-
--tw-bg-opacity: 1;
|
|
1527
|
-
background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
|
|
1528
|
-
}
|
|
1529
1525
|
.bg-red-500 {
|
|
1530
1526
|
--tw-bg-opacity: 1;
|
|
1531
1527
|
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { W as P, b as x } from "./index-
|
|
2
|
-
import { E } from "./web-
|
|
1
|
+
import { W as P, b as x } from "./index-BMkRjy1p.js";
|
|
2
|
+
import { E } from "./web-CnfL95VZ.js";
|
|
3
3
|
function m(w) {
|
|
4
4
|
const e = w.split("/").filter((t) => t !== "."), r = [];
|
|
5
5
|
return e.forEach((t) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as le, C as ge, W as me } from "./index-
|
|
1
|
+
import { r as le, C as ge, W as me } from "./index-BMkRjy1p.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-
|
|
61
|
+
web: () => import("./web-CVTAf6EY.js").then((n) => new n.FilesystemWeb())
|
|
62
62
|
});
|
|
63
63
|
ye();
|
|
64
64
|
const Ee = le("BlobWriter");
|
package/package.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"dist",
|
|
6
6
|
"src/test-utils"
|
|
7
7
|
],
|
|
8
|
-
"version": "0.0.540-dev.
|
|
8
|
+
"version": "0.0.540-dev.2",
|
|
9
9
|
"main": "dist/sm-click-library-ui.es.js",
|
|
10
10
|
"module": "dist/sm-click-library-ui.umd.js",
|
|
11
11
|
"private": false,
|
|
12
12
|
"exports": {
|
|
13
13
|
".": "./dist/sm-click-library-ui.es.js",
|
|
14
|
+
"./style.css": "./dist/style.css",
|
|
14
15
|
"./dist/style.css": "./dist/style.css",
|
|
16
|
+
"./tailwind.css": "./dist/tailwind.css",
|
|
15
17
|
"./test-utils/setup": "./dist/test-utils/setup.js"
|
|
16
18
|
},
|
|
17
19
|
"dependencies": {
|