sm-click-library-ui 0.0.440 → 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-DlvdLXsF.js → index-CSku9K5j.js} +4787 -4700
- 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 +7 -32
- package/dist/{web-BYLBfMgb.js → web-Bc-prS3_.js} +2 -2
- package/dist/{web-0ttDa0S2.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
|
}
|
|
@@ -1118,10 +1106,6 @@ video {
|
|
|
1118
1106
|
border-bottom-right-radius: 0px;
|
|
1119
1107
|
border-bottom-left-radius: 0px;
|
|
1120
1108
|
}
|
|
1121
|
-
.rounded-l-md {
|
|
1122
|
-
border-top-left-radius: 0.375rem;
|
|
1123
|
-
border-bottom-left-radius: 0.375rem;
|
|
1124
|
-
}
|
|
1125
1109
|
.rounded-r-md {
|
|
1126
1110
|
border-top-right-radius: 0.375rem;
|
|
1127
1111
|
border-bottom-right-radius: 0.375rem;
|
|
@@ -1318,9 +1302,6 @@ video {
|
|
|
1318
1302
|
.p-2 {
|
|
1319
1303
|
padding: 0.5rem;
|
|
1320
1304
|
}
|
|
1321
|
-
.p-2\.5 {
|
|
1322
|
-
padding: 0.625rem;
|
|
1323
|
-
}
|
|
1324
1305
|
.p-3 {
|
|
1325
1306
|
padding: 0.75rem;
|
|
1326
1307
|
}
|
|
@@ -1334,10 +1315,6 @@ video {
|
|
|
1334
1315
|
padding-left: 0px;
|
|
1335
1316
|
padding-right: 0px;
|
|
1336
1317
|
}
|
|
1337
|
-
.px-0\.5 {
|
|
1338
|
-
padding-left: 0.125rem;
|
|
1339
|
-
padding-right: 0.125rem;
|
|
1340
|
-
}
|
|
1341
1318
|
.px-1 {
|
|
1342
1319
|
padding-left: 0.25rem;
|
|
1343
1320
|
padding-right: 0.25rem;
|
|
@@ -1366,6 +1343,10 @@ video {
|
|
|
1366
1343
|
padding-top: 0.25rem;
|
|
1367
1344
|
padding-bottom: 0.25rem;
|
|
1368
1345
|
}
|
|
1346
|
+
.py-1\.5 {
|
|
1347
|
+
padding-top: 0.375rem;
|
|
1348
|
+
padding-bottom: 0.375rem;
|
|
1349
|
+
}
|
|
1369
1350
|
.py-2 {
|
|
1370
1351
|
padding-top: 0.5rem;
|
|
1371
1352
|
padding-bottom: 0.5rem;
|
|
@@ -1540,6 +1521,9 @@ video {
|
|
|
1540
1521
|
--tw-text-opacity: 1;
|
|
1541
1522
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1542
1523
|
}
|
|
1524
|
+
.text-white\/80 {
|
|
1525
|
+
color: rgb(255 255 255 / 0.8);
|
|
1526
|
+
}
|
|
1543
1527
|
.text-yellow-500 {
|
|
1544
1528
|
--tw-text-opacity: 1;
|
|
1545
1529
|
color: rgb(234 179 8 / var(--tw-text-opacity, 1));
|
|
@@ -1670,11 +1654,6 @@ video {
|
|
|
1670
1654
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1671
1655
|
transition-duration: 150ms;
|
|
1672
1656
|
}
|
|
1673
|
-
.transition-colors {
|
|
1674
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1675
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1676
|
-
transition-duration: 150ms;
|
|
1677
|
-
}
|
|
1678
1657
|
.transition-opacity {
|
|
1679
1658
|
transition-property: opacity;
|
|
1680
1659
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -1848,10 +1827,6 @@ video {
|
|
|
1848
1827
|
background-color: rgb(34 197 94 / 0.5);
|
|
1849
1828
|
}
|
|
1850
1829
|
|
|
1851
|
-
.hover\:bg-green-500\/80:hover {
|
|
1852
|
-
background-color: rgb(34 197 94 / 0.8);
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
1830
|
.hover\:bg-green-600\/80:hover {
|
|
1856
1831
|
background-color: rgb(22 163 74 / 0.8);
|
|
1857
1832
|
}
|
|
@@ -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");
|