sm-click-library-ui 0.0.310 → 0.0.311
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/sm-click-library-ui.es.js +8683 -7134
- package/dist/sm-click-library-ui.umd.js +6 -6
- package/dist/tailwind.css +13 -10
- package/package.json +2 -1
package/dist/tailwind.css
CHANGED
|
@@ -607,9 +607,6 @@ video {
|
|
|
607
607
|
.mt-1 {
|
|
608
608
|
margin-top: 0.25rem;
|
|
609
609
|
}
|
|
610
|
-
.mt-12 {
|
|
611
|
-
margin-top: 3rem;
|
|
612
|
-
}
|
|
613
610
|
.mt-2 {
|
|
614
611
|
margin-top: 0.5rem;
|
|
615
612
|
}
|
|
@@ -700,9 +697,18 @@ video {
|
|
|
700
697
|
.w-\[40\%\] {
|
|
701
698
|
width: 40%;
|
|
702
699
|
}
|
|
700
|
+
.w-\[50\%\] {
|
|
701
|
+
width: 50%;
|
|
702
|
+
}
|
|
703
|
+
.w-\[900px\] {
|
|
704
|
+
width: 900px;
|
|
705
|
+
}
|
|
703
706
|
.w-full {
|
|
704
707
|
width: 100%;
|
|
705
708
|
}
|
|
709
|
+
.w-screen {
|
|
710
|
+
width: 100vw;
|
|
711
|
+
}
|
|
706
712
|
.min-w-\[50px\] {
|
|
707
713
|
min-width: 50px;
|
|
708
714
|
}
|
|
@@ -917,13 +923,13 @@ video {
|
|
|
917
923
|
--tw-bg-opacity: 1;
|
|
918
924
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
919
925
|
}
|
|
926
|
+
.bg-blue-200 {
|
|
927
|
+
--tw-bg-opacity: 1;
|
|
928
|
+
background-color: rgb(191 219 254 / var(--tw-bg-opacity));
|
|
929
|
+
}
|
|
920
930
|
.bg-blue-400\/10 {
|
|
921
931
|
background-color: rgb(96 165 250 / 0.1);
|
|
922
932
|
}
|
|
923
|
-
.bg-gray-200 {
|
|
924
|
-
--tw-bg-opacity: 1;
|
|
925
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
926
|
-
}
|
|
927
933
|
.bg-gray-500 {
|
|
928
934
|
--tw-bg-opacity: 1;
|
|
929
935
|
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
|
|
@@ -975,9 +981,6 @@ video {
|
|
|
975
981
|
.p-4 {
|
|
976
982
|
padding: 1rem;
|
|
977
983
|
}
|
|
978
|
-
.p-8 {
|
|
979
|
-
padding: 2rem;
|
|
980
|
-
}
|
|
981
984
|
.px-1 {
|
|
982
985
|
padding-left: 0.25rem;
|
|
983
986
|
padding-right: 0.25rem;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sm-click-library-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.311",
|
|
5
5
|
"main": "dist/sm-click-library-ui.es.js",
|
|
6
6
|
"module": "dist/sm-click-library-ui.umd.js",
|
|
7
7
|
"private": false,
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"vite-plugin-static-copy": "^2.2.0",
|
|
32
32
|
"vue": "^3.4.29",
|
|
33
33
|
"vue-debounce": "^5.0.1",
|
|
34
|
+
"vue3-avataaars": "^1.0.15",
|
|
34
35
|
"vue3-popper": "^1.5.0"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|