sm-click-library-ui 0.0.433 → 0.0.436
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-CWmA9zpN.js → index-IhFtiLB7.js} +1233 -1196
- package/dist/sm-click-library-ui.es.js +1 -1
- package/dist/sm-click-library-ui.umd.js +3 -3
- package/dist/style.css +1 -1
- package/dist/tailwind.css +22 -20
- package/dist/{web-DOfG06_y.js → web-QrpwTUCA.js} +2 -2
- package/dist/{web-jLEXDzKk.js → web-v_Ggs3-k.js} +2 -2
- package/package.json +1 -1
package/dist/tailwind.css
CHANGED
|
@@ -659,6 +659,9 @@ video {
|
|
|
659
659
|
.mb-3 {
|
|
660
660
|
margin-bottom: 0.75rem;
|
|
661
661
|
}
|
|
662
|
+
.ml-1\.5 {
|
|
663
|
+
margin-left: 0.375rem;
|
|
664
|
+
}
|
|
662
665
|
.ml-2 {
|
|
663
666
|
margin-left: 0.5rem;
|
|
664
667
|
}
|
|
@@ -674,6 +677,9 @@ video {
|
|
|
674
677
|
.ml-auto {
|
|
675
678
|
margin-left: auto;
|
|
676
679
|
}
|
|
680
|
+
.mr-1 {
|
|
681
|
+
margin-right: 0.25rem;
|
|
682
|
+
}
|
|
677
683
|
.mr-2 {
|
|
678
684
|
margin-right: 0.5rem;
|
|
679
685
|
}
|
|
@@ -792,9 +798,6 @@ video {
|
|
|
792
798
|
.h-20 {
|
|
793
799
|
height: 5rem;
|
|
794
800
|
}
|
|
795
|
-
.h-24 {
|
|
796
|
-
height: 6rem;
|
|
797
|
-
}
|
|
798
801
|
.h-3 {
|
|
799
802
|
height: 0.75rem;
|
|
800
803
|
}
|
|
@@ -831,6 +834,9 @@ video {
|
|
|
831
834
|
.min-h-0 {
|
|
832
835
|
min-height: 0px;
|
|
833
836
|
}
|
|
837
|
+
.min-h-20 {
|
|
838
|
+
min-height: 5rem;
|
|
839
|
+
}
|
|
834
840
|
.min-h-full {
|
|
835
841
|
min-height: 100%;
|
|
836
842
|
}
|
|
@@ -1007,6 +1013,9 @@ video {
|
|
|
1007
1013
|
.gap-1 {
|
|
1008
1014
|
gap: 0.25rem;
|
|
1009
1015
|
}
|
|
1016
|
+
.gap-1\.5 {
|
|
1017
|
+
gap: 0.375rem;
|
|
1018
|
+
}
|
|
1010
1019
|
.gap-2 {
|
|
1011
1020
|
gap: 0.5rem;
|
|
1012
1021
|
}
|
|
@@ -1358,9 +1367,6 @@ video {
|
|
|
1358
1367
|
padding-top: 1.5rem;
|
|
1359
1368
|
padding-bottom: 1.5rem;
|
|
1360
1369
|
}
|
|
1361
|
-
.pb-1 {
|
|
1362
|
-
padding-bottom: 0.25rem;
|
|
1363
|
-
}
|
|
1364
1370
|
.pb-2 {
|
|
1365
1371
|
padding-bottom: 0.5rem;
|
|
1366
1372
|
}
|
|
@@ -1494,10 +1500,6 @@ video {
|
|
|
1494
1500
|
--tw-text-opacity: 1;
|
|
1495
1501
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
1496
1502
|
}
|
|
1497
|
-
.text-gray-600 {
|
|
1498
|
-
--tw-text-opacity: 1;
|
|
1499
|
-
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
1500
|
-
}
|
|
1501
1503
|
.text-gray-800 {
|
|
1502
1504
|
--tw-text-opacity: 1;
|
|
1503
1505
|
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
@@ -1944,6 +1946,16 @@ video {
|
|
|
1944
1946
|
.md\:w-1\/2 {
|
|
1945
1947
|
width: 50%;
|
|
1946
1948
|
}
|
|
1949
|
+
|
|
1950
|
+
.md\:text-base {
|
|
1951
|
+
font-size: 1rem;
|
|
1952
|
+
line-height: 1.5rem;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
.md\:text-xs {
|
|
1956
|
+
font-size: 0.75rem;
|
|
1957
|
+
line-height: 1rem;
|
|
1958
|
+
}
|
|
1947
1959
|
}
|
|
1948
1960
|
|
|
1949
1961
|
@media (min-width: 1280px) {
|
|
@@ -1959,16 +1971,6 @@ video {
|
|
|
1959
1971
|
|
|
1960
1972
|
@media (min-width: 1512px) {
|
|
1961
1973
|
|
|
1962
|
-
.xl\:size-24 {
|
|
1963
|
-
width: 6rem;
|
|
1964
|
-
height: 6rem;
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
.xl\:size-36 {
|
|
1968
|
-
width: 9rem;
|
|
1969
|
-
height: 9rem;
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
1974
|
.xl\:size-\[50px\] {
|
|
1973
1975
|
width: 50px;
|
|
1974
1976
|
height: 50px;
|
|
@@ -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-IhFtiLB7.js";
|
|
2
|
+
import { E } from "./web-v_Ggs3-k.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-IhFtiLB7.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-QrpwTUCA.js").then((n) => new n.FilesystemWeb())
|
|
62
62
|
});
|
|
63
63
|
ye();
|
|
64
64
|
const Ee = le("BlobWriter");
|