@keadex/mina-live 2.8.0 → 2.9.0
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/index.css +25 -0
- package/index.js +1 -1
- package/mina_live_bg.wasm +0 -0
- package/mina_live_worker_wasm.js +1 -1
- package/package.json +1 -1
package/index.css
CHANGED
|
@@ -939,6 +939,8 @@ video {
|
|
|
939
939
|
bottom: 0px;
|
|
940
940
|
}.bottom-0\.5 {
|
|
941
941
|
bottom: 0.125rem;
|
|
942
|
+
}.bottom-1 {
|
|
943
|
+
bottom: 0.25rem;
|
|
942
944
|
}.bottom-1\/2 {
|
|
943
945
|
bottom: 50%;
|
|
944
946
|
}.bottom-5 {
|
|
@@ -1372,6 +1374,8 @@ video {
|
|
|
1372
1374
|
width: 6rem;
|
|
1373
1375
|
}.w-3 {
|
|
1374
1376
|
width: 0.75rem;
|
|
1377
|
+
}.w-32 {
|
|
1378
|
+
width: 8rem;
|
|
1375
1379
|
}.w-36 {
|
|
1376
1380
|
width: 9rem;
|
|
1377
1381
|
}.w-4 {
|
|
@@ -1938,6 +1942,9 @@ video {
|
|
|
1938
1942
|
}.\!bg-danger-100 {
|
|
1939
1943
|
--tw-bg-opacity: 1 !important;
|
|
1940
1944
|
background-color: rgb(250 229 233 / var(--tw-bg-opacity)) !important;
|
|
1945
|
+
}.\!bg-green-700 {
|
|
1946
|
+
--tw-bg-opacity: 1 !important;
|
|
1947
|
+
background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
|
|
1941
1948
|
}.\!bg-neutral-100 {
|
|
1942
1949
|
--tw-bg-opacity: 1 !important;
|
|
1943
1950
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
|
|
@@ -2243,6 +2250,8 @@ video {
|
|
|
2243
2250
|
vertical-align: bottom;
|
|
2244
2251
|
}.align-\[-0\.125em\] {
|
|
2245
2252
|
vertical-align: -0.125em;
|
|
2253
|
+
}.font-mono {
|
|
2254
|
+
font-family: ui-monospace, monospace;
|
|
2246
2255
|
}.\!text-xl {
|
|
2247
2256
|
font-size: 1.25rem !important;
|
|
2248
2257
|
line-height: 1.75rem !important;
|
|
@@ -6366,6 +6375,9 @@ body{
|
|
|
6366
6375
|
.bottom-0{
|
|
6367
6376
|
bottom: 0px;
|
|
6368
6377
|
}
|
|
6378
|
+
.bottom-1{
|
|
6379
|
+
bottom: 0.25rem;
|
|
6380
|
+
}
|
|
6369
6381
|
.bottom-5{
|
|
6370
6382
|
bottom: 1.25rem;
|
|
6371
6383
|
}
|
|
@@ -6602,6 +6614,9 @@ body{
|
|
|
6602
6614
|
.w-3{
|
|
6603
6615
|
width: 0.75rem;
|
|
6604
6616
|
}
|
|
6617
|
+
.w-32{
|
|
6618
|
+
width: 8rem;
|
|
6619
|
+
}
|
|
6605
6620
|
.w-36{
|
|
6606
6621
|
width: 9rem;
|
|
6607
6622
|
}
|
|
@@ -6788,6 +6803,10 @@ body{
|
|
|
6788
6803
|
--tw-border-opacity: 1;
|
|
6789
6804
|
border-color: rgb(56 103 177 / var(--tw-border-opacity));
|
|
6790
6805
|
}
|
|
6806
|
+
.\!bg-green-700{
|
|
6807
|
+
--tw-bg-opacity: 1 !important;
|
|
6808
|
+
background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
|
|
6809
|
+
}
|
|
6791
6810
|
.\!bg-transparent{
|
|
6792
6811
|
background-color: transparent !important;
|
|
6793
6812
|
}
|
|
@@ -6905,6 +6924,9 @@ body{
|
|
|
6905
6924
|
.text-center{
|
|
6906
6925
|
text-align: center;
|
|
6907
6926
|
}
|
|
6927
|
+
.font-mono{
|
|
6928
|
+
font-family: ui-monospace, monospace;
|
|
6929
|
+
}
|
|
6908
6930
|
.\!text-xl{
|
|
6909
6931
|
font-size: 1.25rem !important;
|
|
6910
6932
|
line-height: 1.75rem !important;
|
|
@@ -6950,6 +6972,9 @@ body{
|
|
|
6950
6972
|
.font-light{
|
|
6951
6973
|
font-weight: 300;
|
|
6952
6974
|
}
|
|
6975
|
+
.normal-case{
|
|
6976
|
+
text-transform: none;
|
|
6977
|
+
}
|
|
6953
6978
|
.italic{
|
|
6954
6979
|
font-style: italic;
|
|
6955
6980
|
}
|