sm-click-library-ui 0.0.604-dev.16 → 0.0.604-dev.18
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-um1WzO86.js → index-4aaNvL4-.js} +6977 -6878
- package/dist/sm-click-library-ui.es.js +150 -149
- package/dist/sm-click-library-ui.umd.js +16 -16
- package/dist/style.css +1 -1
- package/dist/tailwind.css +19 -0
- package/dist/{vue3-lottie.es-D4_B35zK.js → vue3-lottie.es-Cth615qK.js} +1 -1
- package/dist/{web-DNLUZaN9.js → web-BkWOgpHD.js} +2 -2
- package/dist/{web-B1XNQe0m.js → web-DiSZg78U.js} +2 -2
- package/package.json +1 -1
package/dist/tailwind.css
CHANGED
|
@@ -1387,6 +1387,9 @@ video {
|
|
|
1387
1387
|
.w-6 {
|
|
1388
1388
|
width: 1.5rem;
|
|
1389
1389
|
}
|
|
1390
|
+
.w-60 {
|
|
1391
|
+
width: 15rem;
|
|
1392
|
+
}
|
|
1390
1393
|
.w-64 {
|
|
1391
1394
|
width: 16rem;
|
|
1392
1395
|
}
|
|
@@ -2996,6 +2999,9 @@ video {
|
|
|
2996
2999
|
--tw-text-opacity: 1;
|
|
2997
3000
|
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
|
2998
3001
|
}
|
|
3002
|
+
.text-inherit {
|
|
3003
|
+
color: inherit;
|
|
3004
|
+
}
|
|
2999
3005
|
.text-orange-300 {
|
|
3000
3006
|
--tw-text-opacity: 1;
|
|
3001
3007
|
color: rgb(253 186 116 / var(--tw-text-opacity, 1));
|
|
@@ -3129,6 +3135,9 @@ video {
|
|
|
3129
3135
|
.line-through {
|
|
3130
3136
|
text-decoration-line: line-through;
|
|
3131
3137
|
}
|
|
3138
|
+
.no-underline {
|
|
3139
|
+
text-decoration-line: none;
|
|
3140
|
+
}
|
|
3132
3141
|
.opacity-0 {
|
|
3133
3142
|
opacity: 0;
|
|
3134
3143
|
}
|
|
@@ -3663,6 +3672,10 @@ video {
|
|
|
3663
3672
|
--tw-translate-x: 0px;
|
|
3664
3673
|
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));
|
|
3665
3674
|
}
|
|
3675
|
+
.group:hover .group-hover\:translate-x-0\.5 {
|
|
3676
|
+
--tw-translate-x: 0.125rem;
|
|
3677
|
+
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));
|
|
3678
|
+
}
|
|
3666
3679
|
.group:hover .group-hover\:scale-105 {
|
|
3667
3680
|
--tw-scale-x: 1.05;
|
|
3668
3681
|
--tw-scale-y: 1.05;
|
|
@@ -3673,6 +3686,9 @@ video {
|
|
|
3673
3686
|
--tw-scale-y: 1.1;
|
|
3674
3687
|
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));
|
|
3675
3688
|
}
|
|
3689
|
+
.group:hover .group-hover\:text-base-content\/60 {
|
|
3690
|
+
color: rgb(var(--text-base) / 0.6);
|
|
3691
|
+
}
|
|
3676
3692
|
.group:hover .group-hover\:underline {
|
|
3677
3693
|
text-decoration-line: underline;
|
|
3678
3694
|
}
|
|
@@ -3971,6 +3987,9 @@ video {
|
|
|
3971
3987
|
--tw-scale-y: .95;
|
|
3972
3988
|
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));
|
|
3973
3989
|
}
|
|
3990
|
+
.active\:bg-primary\/15:active {
|
|
3991
|
+
background-color: rgb(var(--primary-rgb) / 0.15);
|
|
3992
|
+
}
|
|
3974
3993
|
.disabled\:pointer-events-none:disabled {
|
|
3975
3994
|
pointer-events: none;
|
|
3976
3995
|
}
|
|
@@ -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-4aaNvL4-.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-4aaNvL4-.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-DiSZg78U.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-4aaNvL4-.js";
|
|
2
|
+
import { E } from "./web-BkWOgpHD.js";
|
|
3
3
|
function m(w) {
|
|
4
4
|
const e = w.split("/").filter((t) => t !== "."), r = [];
|
|
5
5
|
return e.forEach((t) => {
|