sm-click-library-ui 0.0.439 → 0.0.441
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-CbWJcGRj.js → index-CSku9K5j.js} +4890 -4789
- package/dist/sm-click-library-ui.es.js +1 -1
- package/dist/sm-click-library-ui.umd.js +14 -14
- package/dist/style.css +1 -1
- package/dist/tailwind.css +20 -28
- package/dist/{web-BVhydFDS.js → web-Bc-prS3_.js} +2 -2
- package/dist/{web-Ci0RoXSF.js → web-Taiy30FW.js} +2 -2
- package/package.json +1 -1
package/dist/tailwind.css
CHANGED
|
@@ -653,9 +653,6 @@ video {
|
|
|
653
653
|
.mb-1 {
|
|
654
654
|
margin-bottom: 0.25rem;
|
|
655
655
|
}
|
|
656
|
-
.mb-2 {
|
|
657
|
-
margin-bottom: 0.5rem;
|
|
658
|
-
}
|
|
659
656
|
.mb-3 {
|
|
660
657
|
margin-bottom: 0.75rem;
|
|
661
658
|
}
|
|
@@ -819,9 +816,6 @@ video {
|
|
|
819
816
|
.h-full {
|
|
820
817
|
height: 100%;
|
|
821
818
|
}
|
|
822
|
-
.h-svh {
|
|
823
|
-
height: 100svh;
|
|
824
|
-
}
|
|
825
819
|
.max-h-64 {
|
|
826
820
|
max-height: 16rem;
|
|
827
821
|
}
|
|
@@ -891,9 +885,6 @@ video {
|
|
|
891
885
|
.min-w-24 {
|
|
892
886
|
min-width: 6rem;
|
|
893
887
|
}
|
|
894
|
-
.min-w-32 {
|
|
895
|
-
min-width: 8rem;
|
|
896
|
-
}
|
|
897
888
|
.min-w-\[220px\] {
|
|
898
889
|
min-width: 220px;
|
|
899
890
|
}
|
|
@@ -977,9 +968,6 @@ video {
|
|
|
977
968
|
.list-none {
|
|
978
969
|
list-style-type: none;
|
|
979
970
|
}
|
|
980
|
-
.grid-cols-2 {
|
|
981
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
982
|
-
}
|
|
983
971
|
.grid-cols-7 {
|
|
984
972
|
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
985
973
|
}
|
|
@@ -1314,9 +1302,6 @@ video {
|
|
|
1314
1302
|
.p-2 {
|
|
1315
1303
|
padding: 0.5rem;
|
|
1316
1304
|
}
|
|
1317
|
-
.p-2\.5 {
|
|
1318
|
-
padding: 0.625rem;
|
|
1319
|
-
}
|
|
1320
1305
|
.p-3 {
|
|
1321
1306
|
padding: 0.75rem;
|
|
1322
1307
|
}
|
|
@@ -1358,6 +1343,10 @@ video {
|
|
|
1358
1343
|
padding-top: 0.25rem;
|
|
1359
1344
|
padding-bottom: 0.25rem;
|
|
1360
1345
|
}
|
|
1346
|
+
.py-1\.5 {
|
|
1347
|
+
padding-top: 0.375rem;
|
|
1348
|
+
padding-bottom: 0.375rem;
|
|
1349
|
+
}
|
|
1361
1350
|
.py-2 {
|
|
1362
1351
|
padding-top: 0.5rem;
|
|
1363
1352
|
padding-bottom: 0.5rem;
|
|
@@ -1385,6 +1374,9 @@ video {
|
|
|
1385
1374
|
.pr-\[21px\] {
|
|
1386
1375
|
padding-right: 21px;
|
|
1387
1376
|
}
|
|
1377
|
+
.pt-0 {
|
|
1378
|
+
padding-top: 0px;
|
|
1379
|
+
}
|
|
1388
1380
|
.pt-1\.5 {
|
|
1389
1381
|
padding-top: 0.375rem;
|
|
1390
1382
|
}
|
|
@@ -1529,6 +1521,9 @@ video {
|
|
|
1529
1521
|
--tw-text-opacity: 1;
|
|
1530
1522
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1531
1523
|
}
|
|
1524
|
+
.text-white\/80 {
|
|
1525
|
+
color: rgb(255 255 255 / 0.8);
|
|
1526
|
+
}
|
|
1532
1527
|
.text-yellow-500 {
|
|
1533
1528
|
--tw-text-opacity: 1;
|
|
1534
1529
|
color: rgb(234 179 8 / var(--tw-text-opacity, 1));
|
|
@@ -1659,11 +1654,6 @@ video {
|
|
|
1659
1654
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1660
1655
|
transition-duration: 150ms;
|
|
1661
1656
|
}
|
|
1662
|
-
.transition-colors {
|
|
1663
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1664
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1665
|
-
transition-duration: 150ms;
|
|
1666
|
-
}
|
|
1667
1657
|
.transition-opacity {
|
|
1668
1658
|
transition-property: opacity;
|
|
1669
1659
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -1753,6 +1743,16 @@ video {
|
|
|
1753
1743
|
border-color: var(--bg-base-200);
|
|
1754
1744
|
}
|
|
1755
1745
|
|
|
1746
|
+
.placeholder\:text-gray-400::-moz-placeholder {
|
|
1747
|
+
--tw-text-opacity: 1;
|
|
1748
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.placeholder\:text-gray-400::placeholder {
|
|
1752
|
+
--tw-text-opacity: 1;
|
|
1753
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
1756
|
.placeholder\:text-gray-500::-moz-placeholder {
|
|
1757
1757
|
--tw-text-opacity: 1;
|
|
1758
1758
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
@@ -1827,10 +1827,6 @@ video {
|
|
|
1827
1827
|
background-color: rgb(34 197 94 / 0.5);
|
|
1828
1828
|
}
|
|
1829
1829
|
|
|
1830
|
-
.hover\:bg-green-500\/80:hover {
|
|
1831
|
-
background-color: rgb(34 197 94 / 0.8);
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
1830
|
.hover\:bg-green-600\/80:hover {
|
|
1835
1831
|
background-color: rgb(22 163 74 / 0.8);
|
|
1836
1832
|
}
|
|
@@ -1967,10 +1963,6 @@ video {
|
|
|
1967
1963
|
margin-top: 0px;
|
|
1968
1964
|
}
|
|
1969
1965
|
|
|
1970
|
-
.lg\:h-svh {
|
|
1971
|
-
height: 100svh;
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
1966
|
.lg\:text-justify {
|
|
1975
1967
|
text-align: justify;
|
|
1976
1968
|
}
|
|
@@ -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-CSku9K5j.js";
|
|
2
|
+
import { E } from "./web-Taiy30FW.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-CSku9K5j.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-Bc-prS3_.js").then((n) => new n.FilesystemWeb())
|
|
62
62
|
});
|
|
63
63
|
ye();
|
|
64
64
|
const Ee = le("BlobWriter");
|