sm-click-library-ui 0.0.620-dev.81 → 0.0.620-dev.83
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-DdpgHq0w.js → index-CBwWQQ-J.js} +11107 -10928
- package/dist/sm-click-library-ui.es.js +225 -222
- package/dist/sm-click-library-ui.umd.js +19 -19
- package/dist/style.css +1 -1
- package/dist/tailwind.css +9 -6
- package/dist/{vue3-lottie.es-X9TJGww9.js → vue3-lottie.es-K6cTCexH.js} +1 -1
- package/dist/{web-CKqqaMPO.js → web-CWvxQVJl.js} +2 -2
- package/dist/{web-Cw6X4dn2.js → web-Da7-xxoS.js} +2 -2
- package/package.json +1 -1
package/dist/tailwind.css
CHANGED
|
@@ -983,6 +983,9 @@ video {
|
|
|
983
983
|
.mt-\[6px\] {
|
|
984
984
|
margin-top: 6px;
|
|
985
985
|
}
|
|
986
|
+
.mt-\[7px\] {
|
|
987
|
+
margin-top: 7px;
|
|
988
|
+
}
|
|
986
989
|
.mt-auto {
|
|
987
990
|
margin-top: auto;
|
|
988
991
|
}
|
|
@@ -2551,9 +2554,6 @@ video {
|
|
|
2551
2554
|
.pl-3\.5 {
|
|
2552
2555
|
padding-left: 0.875rem;
|
|
2553
2556
|
}
|
|
2554
|
-
.pl-4 {
|
|
2555
|
-
padding-left: 1rem;
|
|
2556
|
-
}
|
|
2557
2557
|
.pl-8 {
|
|
2558
2558
|
padding-left: 2rem;
|
|
2559
2559
|
}
|
|
@@ -2575,9 +2575,6 @@ video {
|
|
|
2575
2575
|
.pr-3\.5 {
|
|
2576
2576
|
padding-right: 0.875rem;
|
|
2577
2577
|
}
|
|
2578
|
-
.pr-4 {
|
|
2579
|
-
padding-right: 1rem;
|
|
2580
|
-
}
|
|
2581
2578
|
.pt-0 {
|
|
2582
2579
|
padding-top: 0px;
|
|
2583
2580
|
}
|
|
@@ -2790,9 +2787,15 @@ video {
|
|
|
2790
2787
|
.text-base-content\/60 {
|
|
2791
2788
|
color: rgb(var(--text-base) / 0.6);
|
|
2792
2789
|
}
|
|
2790
|
+
.text-base-content\/65 {
|
|
2791
|
+
color: rgb(var(--text-base) / 0.65);
|
|
2792
|
+
}
|
|
2793
2793
|
.text-base-content\/70 {
|
|
2794
2794
|
color: rgb(var(--text-base) / 0.7);
|
|
2795
2795
|
}
|
|
2796
|
+
.text-base-content\/75 {
|
|
2797
|
+
color: rgb(var(--text-base) / 0.75);
|
|
2798
|
+
}
|
|
2796
2799
|
.text-base-content\/80 {
|
|
2797
2800
|
color: rgb(var(--text-base) / 0.8);
|
|
2798
2801
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, watchEffect, computed, watch, createElementBlock, openBlock, normalizeStyle } from "vue";
|
|
2
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-
|
|
2
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-CBwWQQ-J.js";
|
|
3
3
|
var lottie = { exports: {} };
|
|
4
4
|
(function(module, exports) {
|
|
5
5
|
typeof navigator < "u" && function(t, e) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as le, C as ge, g as me, W as we } from "./index-
|
|
1
|
+
import { r as le, C as ge, g as me, W as we } from "./index-CBwWQQ-J.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-Da7-xxoS.js").then((n) => new n.FilesystemWeb())
|
|
62
62
|
});
|
|
63
63
|
Ee();
|
|
64
64
|
const _e = le("BlobWriter");
|
|
@@ -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-CBwWQQ-J.js";
|
|
2
|
+
import { E } from "./web-CWvxQVJl.js";
|
|
3
3
|
function m(w) {
|
|
4
4
|
const e = w.split("/").filter((t) => t !== "."), r = [];
|
|
5
5
|
return e.forEach((t) => {
|