@keadex/mina-live 2.7.1 → 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 +78 -12
- 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/static/keadex-mina/locales/en/translation.json +5 -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 {
|
|
@@ -1098,6 +1100,8 @@ video {
|
|
|
1098
1100
|
margin-bottom: auto;
|
|
1099
1101
|
}.\!mb-0 {
|
|
1100
1102
|
margin-bottom: 0px !important;
|
|
1103
|
+
}.\!mr-3 {
|
|
1104
|
+
margin-right: 0.75rem !important;
|
|
1101
1105
|
}.\!mt-4 {
|
|
1102
1106
|
margin-top: 1rem !important;
|
|
1103
1107
|
}.-ml-\[1\.5rem\] {
|
|
@@ -1128,6 +1132,8 @@ video {
|
|
|
1128
1132
|
margin-inline-end: 0.25rem;
|
|
1129
1133
|
}.me-4 {
|
|
1130
1134
|
margin-inline-end: 1rem;
|
|
1135
|
+
}.me-\[6px\] {
|
|
1136
|
+
margin-inline-end: 6px;
|
|
1131
1137
|
}.ml-1 {
|
|
1132
1138
|
margin-left: 0.25rem;
|
|
1133
1139
|
}.ml-2 {
|
|
@@ -1138,6 +1144,8 @@ video {
|
|
|
1138
1144
|
margin-left: 1.25rem;
|
|
1139
1145
|
}.ml-6 {
|
|
1140
1146
|
margin-left: 1.5rem;
|
|
1147
|
+
}.ml-\[0\.1rem\] {
|
|
1148
|
+
margin-left: 0.1rem;
|
|
1141
1149
|
}.ml-\[30px\] {
|
|
1142
1150
|
margin-left: 30px;
|
|
1143
1151
|
}.ml-\[3px\] {
|
|
@@ -1194,6 +1202,8 @@ video {
|
|
|
1194
1202
|
margin-top: 2rem;
|
|
1195
1203
|
}.mt-\[0\.15rem\] {
|
|
1196
1204
|
margin-top: 0.15rem;
|
|
1205
|
+
}.mt-\[0\.85rem\] {
|
|
1206
|
+
margin-top: 0.85rem;
|
|
1197
1207
|
}.mt-\[3px\] {
|
|
1198
1208
|
margin-top: 3px;
|
|
1199
1209
|
}.mt-px {
|
|
@@ -1364,6 +1374,8 @@ video {
|
|
|
1364
1374
|
width: 6rem;
|
|
1365
1375
|
}.w-3 {
|
|
1366
1376
|
width: 0.75rem;
|
|
1377
|
+
}.w-32 {
|
|
1378
|
+
width: 8rem;
|
|
1367
1379
|
}.w-36 {
|
|
1368
1380
|
width: 9rem;
|
|
1369
1381
|
}.w-4 {
|
|
@@ -1707,6 +1719,8 @@ video {
|
|
|
1707
1719
|
align-items: flex-end;
|
|
1708
1720
|
}.items-center {
|
|
1709
1721
|
align-items: center;
|
|
1722
|
+
}.\!justify-start {
|
|
1723
|
+
justify-content: flex-start !important;
|
|
1710
1724
|
}.justify-end {
|
|
1711
1725
|
justify-content: flex-end;
|
|
1712
1726
|
}.justify-center {
|
|
@@ -1732,6 +1746,8 @@ video {
|
|
|
1732
1746
|
--tw-space-x-reverse: 0;
|
|
1733
1747
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
1734
1748
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1749
|
+
}.self-start {
|
|
1750
|
+
align-self: flex-start;
|
|
1735
1751
|
}.self-stretch {
|
|
1736
1752
|
align-self: stretch;
|
|
1737
1753
|
}.overflow-auto {
|
|
@@ -1926,6 +1942,9 @@ video {
|
|
|
1926
1942
|
}.\!bg-danger-100 {
|
|
1927
1943
|
--tw-bg-opacity: 1 !important;
|
|
1928
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;
|
|
1929
1948
|
}.\!bg-neutral-100 {
|
|
1930
1949
|
--tw-bg-opacity: 1 !important;
|
|
1931
1950
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
|
|
@@ -2231,6 +2250,8 @@ video {
|
|
|
2231
2250
|
vertical-align: bottom;
|
|
2232
2251
|
}.align-\[-0\.125em\] {
|
|
2233
2252
|
vertical-align: -0.125em;
|
|
2253
|
+
}.font-mono {
|
|
2254
|
+
font-family: ui-monospace, monospace;
|
|
2234
2255
|
}.\!text-xl {
|
|
2235
2256
|
font-size: 1.25rem !important;
|
|
2236
2257
|
line-height: 1.75rem !important;
|
|
@@ -2315,6 +2336,8 @@ video {
|
|
|
2315
2336
|
line-height: 1.5;
|
|
2316
2337
|
}.leading-\[1\.6\] {
|
|
2317
2338
|
line-height: 1.6;
|
|
2339
|
+
}.leading-\[1\.7\] {
|
|
2340
|
+
line-height: 1.7;
|
|
2318
2341
|
}.leading-\[2\.15\] {
|
|
2319
2342
|
line-height: 2.15;
|
|
2320
2343
|
}.leading-\[40px\] {
|
|
@@ -2765,6 +2788,9 @@ video {
|
|
|
2765
2788
|
}.checked\:after\:ml-\[0\.25rem\]:checked::after {
|
|
2766
2789
|
content: var(--tw-content);
|
|
2767
2790
|
margin-left: 0.25rem;
|
|
2791
|
+
}.checked\:after\:ms-\[0\.25rem\]:checked::after {
|
|
2792
|
+
content: var(--tw-content);
|
|
2793
|
+
margin-inline-start: 0.25rem;
|
|
2768
2794
|
}.checked\:after\:block:checked::after {
|
|
2769
2795
|
content: var(--tw-content);
|
|
2770
2796
|
display: block;
|
|
@@ -3091,6 +3117,9 @@ video {
|
|
|
3091
3117
|
}.checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after {
|
|
3092
3118
|
content: var(--tw-content);
|
|
3093
3119
|
margin-left: 0.25rem;
|
|
3120
|
+
}.checked\:focus\:after\:ms-\[0\.25rem\]:focus:checked::after {
|
|
3121
|
+
content: var(--tw-content);
|
|
3122
|
+
margin-inline-start: 0.25rem;
|
|
3094
3123
|
}.checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after {
|
|
3095
3124
|
content: var(--tw-content);
|
|
3096
3125
|
height: 0.8125rem;
|
|
@@ -5961,17 +5990,17 @@ textarea{
|
|
|
5961
5990
|
.dropdown-menu li button:hover:disabled{
|
|
5962
5991
|
background-color: transparent;
|
|
5963
5992
|
}
|
|
5964
|
-
.
|
|
5993
|
+
.input-button__box{
|
|
5965
5994
|
height: 3rem;
|
|
5966
5995
|
width: 100%;
|
|
5967
5996
|
}
|
|
5968
|
-
.
|
|
5997
|
+
.input-button__container{
|
|
5969
5998
|
position: relative;
|
|
5970
5999
|
width: 100%;
|
|
5971
6000
|
white-space: nowrap;
|
|
5972
6001
|
vertical-align: middle;
|
|
5973
6002
|
}
|
|
5974
|
-
.
|
|
6003
|
+
.input-button__container input#input-button{
|
|
5975
6004
|
width: 2.5rem !important;
|
|
5976
6005
|
padding-left: 2.25rem !important;
|
|
5977
6006
|
padding-right: 0px !important;
|
|
@@ -5981,7 +6010,7 @@ textarea{
|
|
|
5981
6010
|
transition-duration: 500ms;
|
|
5982
6011
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
5983
6012
|
}
|
|
5984
|
-
.
|
|
6013
|
+
.input-button__container .icon{
|
|
5985
6014
|
position: absolute;
|
|
5986
6015
|
top: 0.25rem;
|
|
5987
6016
|
z-index: 1;
|
|
@@ -5989,26 +6018,26 @@ textarea{
|
|
|
5989
6018
|
margin-top: 0.5rem;
|
|
5990
6019
|
cursor: pointer;
|
|
5991
6020
|
}
|
|
5992
|
-
.
|
|
5993
|
-
.
|
|
6021
|
+
.input-button__container input#input-button:focus,
|
|
6022
|
+
.input-button__container input#input-button:active{
|
|
5994
6023
|
width: 100% !important;
|
|
5995
6024
|
}
|
|
5996
|
-
.
|
|
6025
|
+
.input-button__container:hover input#input-button{
|
|
5997
6026
|
width: 100% !important;
|
|
5998
6027
|
}
|
|
5999
|
-
.
|
|
6028
|
+
.input-button__container.active input#input-button{
|
|
6000
6029
|
width: 100% !important;
|
|
6001
6030
|
}
|
|
6002
|
-
.
|
|
6031
|
+
.input-button__container input#input-button::-webkit-search-decoration {
|
|
6003
6032
|
-webkit-appearance: none;
|
|
6004
6033
|
}
|
|
6005
|
-
.
|
|
6034
|
+
.input-button__container input#input-button::-webkit-search-cancel-button {
|
|
6006
6035
|
-webkit-appearance: none;
|
|
6007
6036
|
}
|
|
6008
|
-
.
|
|
6037
|
+
.input-button__container input#input-button::-webkit-search-results-button {
|
|
6009
6038
|
-webkit-appearance: none;
|
|
6010
6039
|
}
|
|
6011
|
-
.
|
|
6040
|
+
.input-button__container input#input-button::-webkit-search-results-decoration {
|
|
6012
6041
|
-webkit-appearance: none;
|
|
6013
6042
|
}
|
|
6014
6043
|
.modal__body{
|
|
@@ -6346,6 +6375,9 @@ body{
|
|
|
6346
6375
|
.bottom-0{
|
|
6347
6376
|
bottom: 0px;
|
|
6348
6377
|
}
|
|
6378
|
+
.bottom-1{
|
|
6379
|
+
bottom: 0.25rem;
|
|
6380
|
+
}
|
|
6349
6381
|
.bottom-5{
|
|
6350
6382
|
bottom: 1.25rem;
|
|
6351
6383
|
}
|
|
@@ -6449,6 +6481,9 @@ body{
|
|
|
6449
6481
|
.ml-5{
|
|
6450
6482
|
margin-left: 1.25rem;
|
|
6451
6483
|
}
|
|
6484
|
+
.ml-\[0\.1rem\]{
|
|
6485
|
+
margin-left: 0.1rem;
|
|
6486
|
+
}
|
|
6452
6487
|
.mr-1{
|
|
6453
6488
|
margin-right: 0.25rem;
|
|
6454
6489
|
}
|
|
@@ -6461,6 +6496,9 @@ body{
|
|
|
6461
6496
|
.mr-3{
|
|
6462
6497
|
margin-right: 0.75rem;
|
|
6463
6498
|
}
|
|
6499
|
+
.mr-4{
|
|
6500
|
+
margin-right: 1rem;
|
|
6501
|
+
}
|
|
6464
6502
|
.mr-6{
|
|
6465
6503
|
margin-right: 1.5rem;
|
|
6466
6504
|
}
|
|
@@ -6497,6 +6535,9 @@ body{
|
|
|
6497
6535
|
.mt-8{
|
|
6498
6536
|
margin-top: 2rem;
|
|
6499
6537
|
}
|
|
6538
|
+
.mt-\[0\.85rem\]{
|
|
6539
|
+
margin-top: 0.85rem;
|
|
6540
|
+
}
|
|
6500
6541
|
.mt-\[3px\]{
|
|
6501
6542
|
margin-top: 3px;
|
|
6502
6543
|
}
|
|
@@ -6573,6 +6614,9 @@ body{
|
|
|
6573
6614
|
.w-3{
|
|
6574
6615
|
width: 0.75rem;
|
|
6575
6616
|
}
|
|
6617
|
+
.w-32{
|
|
6618
|
+
width: 8rem;
|
|
6619
|
+
}
|
|
6576
6620
|
.w-36{
|
|
6577
6621
|
width: 9rem;
|
|
6578
6622
|
}
|
|
@@ -6689,6 +6733,9 @@ body{
|
|
|
6689
6733
|
.items-center{
|
|
6690
6734
|
align-items: center;
|
|
6691
6735
|
}
|
|
6736
|
+
.\!justify-start{
|
|
6737
|
+
justify-content: flex-start !important;
|
|
6738
|
+
}
|
|
6692
6739
|
.justify-center{
|
|
6693
6740
|
justify-content: center;
|
|
6694
6741
|
}
|
|
@@ -6696,6 +6743,9 @@ body{
|
|
|
6696
6743
|
-moz-column-gap: 1rem;
|
|
6697
6744
|
column-gap: 1rem;
|
|
6698
6745
|
}
|
|
6746
|
+
.self-start{
|
|
6747
|
+
align-self: flex-start;
|
|
6748
|
+
}
|
|
6699
6749
|
.overflow-auto{
|
|
6700
6750
|
overflow: auto;
|
|
6701
6751
|
}
|
|
@@ -6753,6 +6803,10 @@ body{
|
|
|
6753
6803
|
--tw-border-opacity: 1;
|
|
6754
6804
|
border-color: rgb(56 103 177 / var(--tw-border-opacity));
|
|
6755
6805
|
}
|
|
6806
|
+
.\!bg-green-700{
|
|
6807
|
+
--tw-bg-opacity: 1 !important;
|
|
6808
|
+
background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
|
|
6809
|
+
}
|
|
6756
6810
|
.\!bg-transparent{
|
|
6757
6811
|
background-color: transparent !important;
|
|
6758
6812
|
}
|
|
@@ -6870,6 +6924,9 @@ body{
|
|
|
6870
6924
|
.text-center{
|
|
6871
6925
|
text-align: center;
|
|
6872
6926
|
}
|
|
6927
|
+
.font-mono{
|
|
6928
|
+
font-family: ui-monospace, monospace;
|
|
6929
|
+
}
|
|
6873
6930
|
.\!text-xl{
|
|
6874
6931
|
font-size: 1.25rem !important;
|
|
6875
6932
|
line-height: 1.75rem !important;
|
|
@@ -6890,6 +6947,9 @@ body{
|
|
|
6890
6947
|
font-size: 3.75rem;
|
|
6891
6948
|
line-height: 1;
|
|
6892
6949
|
}
|
|
6950
|
+
.text-\[0\.9rem\]{
|
|
6951
|
+
font-size: 0.9rem;
|
|
6952
|
+
}
|
|
6893
6953
|
.text-base{
|
|
6894
6954
|
font-size: 1rem;
|
|
6895
6955
|
line-height: 1.5rem;
|
|
@@ -6912,12 +6972,18 @@ body{
|
|
|
6912
6972
|
.font-light{
|
|
6913
6973
|
font-weight: 300;
|
|
6914
6974
|
}
|
|
6975
|
+
.normal-case{
|
|
6976
|
+
text-transform: none;
|
|
6977
|
+
}
|
|
6915
6978
|
.italic{
|
|
6916
6979
|
font-style: italic;
|
|
6917
6980
|
}
|
|
6918
6981
|
.leading-6{
|
|
6919
6982
|
line-height: 1.5rem;
|
|
6920
6983
|
}
|
|
6984
|
+
.leading-\[1\.7\]{
|
|
6985
|
+
line-height: 1.7;
|
|
6986
|
+
}
|
|
6921
6987
|
.text-accent-primary{
|
|
6922
6988
|
--tw-text-opacity: 1;
|
|
6923
6989
|
color: rgb(212 212 212 / var(--tw-text-opacity));
|