@keadex/mina-live 2.7.1 → 2.8.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 +53 -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
|
@@ -1098,6 +1098,8 @@ video {
|
|
|
1098
1098
|
margin-bottom: auto;
|
|
1099
1099
|
}.\!mb-0 {
|
|
1100
1100
|
margin-bottom: 0px !important;
|
|
1101
|
+
}.\!mr-3 {
|
|
1102
|
+
margin-right: 0.75rem !important;
|
|
1101
1103
|
}.\!mt-4 {
|
|
1102
1104
|
margin-top: 1rem !important;
|
|
1103
1105
|
}.-ml-\[1\.5rem\] {
|
|
@@ -1128,6 +1130,8 @@ video {
|
|
|
1128
1130
|
margin-inline-end: 0.25rem;
|
|
1129
1131
|
}.me-4 {
|
|
1130
1132
|
margin-inline-end: 1rem;
|
|
1133
|
+
}.me-\[6px\] {
|
|
1134
|
+
margin-inline-end: 6px;
|
|
1131
1135
|
}.ml-1 {
|
|
1132
1136
|
margin-left: 0.25rem;
|
|
1133
1137
|
}.ml-2 {
|
|
@@ -1138,6 +1142,8 @@ video {
|
|
|
1138
1142
|
margin-left: 1.25rem;
|
|
1139
1143
|
}.ml-6 {
|
|
1140
1144
|
margin-left: 1.5rem;
|
|
1145
|
+
}.ml-\[0\.1rem\] {
|
|
1146
|
+
margin-left: 0.1rem;
|
|
1141
1147
|
}.ml-\[30px\] {
|
|
1142
1148
|
margin-left: 30px;
|
|
1143
1149
|
}.ml-\[3px\] {
|
|
@@ -1194,6 +1200,8 @@ video {
|
|
|
1194
1200
|
margin-top: 2rem;
|
|
1195
1201
|
}.mt-\[0\.15rem\] {
|
|
1196
1202
|
margin-top: 0.15rem;
|
|
1203
|
+
}.mt-\[0\.85rem\] {
|
|
1204
|
+
margin-top: 0.85rem;
|
|
1197
1205
|
}.mt-\[3px\] {
|
|
1198
1206
|
margin-top: 3px;
|
|
1199
1207
|
}.mt-px {
|
|
@@ -1707,6 +1715,8 @@ video {
|
|
|
1707
1715
|
align-items: flex-end;
|
|
1708
1716
|
}.items-center {
|
|
1709
1717
|
align-items: center;
|
|
1718
|
+
}.\!justify-start {
|
|
1719
|
+
justify-content: flex-start !important;
|
|
1710
1720
|
}.justify-end {
|
|
1711
1721
|
justify-content: flex-end;
|
|
1712
1722
|
}.justify-center {
|
|
@@ -1732,6 +1742,8 @@ video {
|
|
|
1732
1742
|
--tw-space-x-reverse: 0;
|
|
1733
1743
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
1734
1744
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1745
|
+
}.self-start {
|
|
1746
|
+
align-self: flex-start;
|
|
1735
1747
|
}.self-stretch {
|
|
1736
1748
|
align-self: stretch;
|
|
1737
1749
|
}.overflow-auto {
|
|
@@ -2315,6 +2327,8 @@ video {
|
|
|
2315
2327
|
line-height: 1.5;
|
|
2316
2328
|
}.leading-\[1\.6\] {
|
|
2317
2329
|
line-height: 1.6;
|
|
2330
|
+
}.leading-\[1\.7\] {
|
|
2331
|
+
line-height: 1.7;
|
|
2318
2332
|
}.leading-\[2\.15\] {
|
|
2319
2333
|
line-height: 2.15;
|
|
2320
2334
|
}.leading-\[40px\] {
|
|
@@ -2765,6 +2779,9 @@ video {
|
|
|
2765
2779
|
}.checked\:after\:ml-\[0\.25rem\]:checked::after {
|
|
2766
2780
|
content: var(--tw-content);
|
|
2767
2781
|
margin-left: 0.25rem;
|
|
2782
|
+
}.checked\:after\:ms-\[0\.25rem\]:checked::after {
|
|
2783
|
+
content: var(--tw-content);
|
|
2784
|
+
margin-inline-start: 0.25rem;
|
|
2768
2785
|
}.checked\:after\:block:checked::after {
|
|
2769
2786
|
content: var(--tw-content);
|
|
2770
2787
|
display: block;
|
|
@@ -3091,6 +3108,9 @@ video {
|
|
|
3091
3108
|
}.checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after {
|
|
3092
3109
|
content: var(--tw-content);
|
|
3093
3110
|
margin-left: 0.25rem;
|
|
3111
|
+
}.checked\:focus\:after\:ms-\[0\.25rem\]:focus:checked::after {
|
|
3112
|
+
content: var(--tw-content);
|
|
3113
|
+
margin-inline-start: 0.25rem;
|
|
3094
3114
|
}.checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after {
|
|
3095
3115
|
content: var(--tw-content);
|
|
3096
3116
|
height: 0.8125rem;
|
|
@@ -5961,17 +5981,17 @@ textarea{
|
|
|
5961
5981
|
.dropdown-menu li button:hover:disabled{
|
|
5962
5982
|
background-color: transparent;
|
|
5963
5983
|
}
|
|
5964
|
-
.
|
|
5984
|
+
.input-button__box{
|
|
5965
5985
|
height: 3rem;
|
|
5966
5986
|
width: 100%;
|
|
5967
5987
|
}
|
|
5968
|
-
.
|
|
5988
|
+
.input-button__container{
|
|
5969
5989
|
position: relative;
|
|
5970
5990
|
width: 100%;
|
|
5971
5991
|
white-space: nowrap;
|
|
5972
5992
|
vertical-align: middle;
|
|
5973
5993
|
}
|
|
5974
|
-
.
|
|
5994
|
+
.input-button__container input#input-button{
|
|
5975
5995
|
width: 2.5rem !important;
|
|
5976
5996
|
padding-left: 2.25rem !important;
|
|
5977
5997
|
padding-right: 0px !important;
|
|
@@ -5981,7 +6001,7 @@ textarea{
|
|
|
5981
6001
|
transition-duration: 500ms;
|
|
5982
6002
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
5983
6003
|
}
|
|
5984
|
-
.
|
|
6004
|
+
.input-button__container .icon{
|
|
5985
6005
|
position: absolute;
|
|
5986
6006
|
top: 0.25rem;
|
|
5987
6007
|
z-index: 1;
|
|
@@ -5989,26 +6009,26 @@ textarea{
|
|
|
5989
6009
|
margin-top: 0.5rem;
|
|
5990
6010
|
cursor: pointer;
|
|
5991
6011
|
}
|
|
5992
|
-
.
|
|
5993
|
-
.
|
|
6012
|
+
.input-button__container input#input-button:focus,
|
|
6013
|
+
.input-button__container input#input-button:active{
|
|
5994
6014
|
width: 100% !important;
|
|
5995
6015
|
}
|
|
5996
|
-
.
|
|
6016
|
+
.input-button__container:hover input#input-button{
|
|
5997
6017
|
width: 100% !important;
|
|
5998
6018
|
}
|
|
5999
|
-
.
|
|
6019
|
+
.input-button__container.active input#input-button{
|
|
6000
6020
|
width: 100% !important;
|
|
6001
6021
|
}
|
|
6002
|
-
.
|
|
6022
|
+
.input-button__container input#input-button::-webkit-search-decoration {
|
|
6003
6023
|
-webkit-appearance: none;
|
|
6004
6024
|
}
|
|
6005
|
-
.
|
|
6025
|
+
.input-button__container input#input-button::-webkit-search-cancel-button {
|
|
6006
6026
|
-webkit-appearance: none;
|
|
6007
6027
|
}
|
|
6008
|
-
.
|
|
6028
|
+
.input-button__container input#input-button::-webkit-search-results-button {
|
|
6009
6029
|
-webkit-appearance: none;
|
|
6010
6030
|
}
|
|
6011
|
-
.
|
|
6031
|
+
.input-button__container input#input-button::-webkit-search-results-decoration {
|
|
6012
6032
|
-webkit-appearance: none;
|
|
6013
6033
|
}
|
|
6014
6034
|
.modal__body{
|
|
@@ -6449,6 +6469,9 @@ body{
|
|
|
6449
6469
|
.ml-5{
|
|
6450
6470
|
margin-left: 1.25rem;
|
|
6451
6471
|
}
|
|
6472
|
+
.ml-\[0\.1rem\]{
|
|
6473
|
+
margin-left: 0.1rem;
|
|
6474
|
+
}
|
|
6452
6475
|
.mr-1{
|
|
6453
6476
|
margin-right: 0.25rem;
|
|
6454
6477
|
}
|
|
@@ -6461,6 +6484,9 @@ body{
|
|
|
6461
6484
|
.mr-3{
|
|
6462
6485
|
margin-right: 0.75rem;
|
|
6463
6486
|
}
|
|
6487
|
+
.mr-4{
|
|
6488
|
+
margin-right: 1rem;
|
|
6489
|
+
}
|
|
6464
6490
|
.mr-6{
|
|
6465
6491
|
margin-right: 1.5rem;
|
|
6466
6492
|
}
|
|
@@ -6497,6 +6523,9 @@ body{
|
|
|
6497
6523
|
.mt-8{
|
|
6498
6524
|
margin-top: 2rem;
|
|
6499
6525
|
}
|
|
6526
|
+
.mt-\[0\.85rem\]{
|
|
6527
|
+
margin-top: 0.85rem;
|
|
6528
|
+
}
|
|
6500
6529
|
.mt-\[3px\]{
|
|
6501
6530
|
margin-top: 3px;
|
|
6502
6531
|
}
|
|
@@ -6689,6 +6718,9 @@ body{
|
|
|
6689
6718
|
.items-center{
|
|
6690
6719
|
align-items: center;
|
|
6691
6720
|
}
|
|
6721
|
+
.\!justify-start{
|
|
6722
|
+
justify-content: flex-start !important;
|
|
6723
|
+
}
|
|
6692
6724
|
.justify-center{
|
|
6693
6725
|
justify-content: center;
|
|
6694
6726
|
}
|
|
@@ -6696,6 +6728,9 @@ body{
|
|
|
6696
6728
|
-moz-column-gap: 1rem;
|
|
6697
6729
|
column-gap: 1rem;
|
|
6698
6730
|
}
|
|
6731
|
+
.self-start{
|
|
6732
|
+
align-self: flex-start;
|
|
6733
|
+
}
|
|
6699
6734
|
.overflow-auto{
|
|
6700
6735
|
overflow: auto;
|
|
6701
6736
|
}
|
|
@@ -6890,6 +6925,9 @@ body{
|
|
|
6890
6925
|
font-size: 3.75rem;
|
|
6891
6926
|
line-height: 1;
|
|
6892
6927
|
}
|
|
6928
|
+
.text-\[0\.9rem\]{
|
|
6929
|
+
font-size: 0.9rem;
|
|
6930
|
+
}
|
|
6893
6931
|
.text-base{
|
|
6894
6932
|
font-size: 1rem;
|
|
6895
6933
|
line-height: 1.5rem;
|
|
@@ -6918,6 +6956,9 @@ body{
|
|
|
6918
6956
|
.leading-6{
|
|
6919
6957
|
line-height: 1.5rem;
|
|
6920
6958
|
}
|
|
6959
|
+
.leading-\[1\.7\]{
|
|
6960
|
+
line-height: 1.7;
|
|
6961
|
+
}
|
|
6921
6962
|
.text-accent-primary{
|
|
6922
6963
|
--tw-text-opacity: 1;
|
|
6923
6964
|
color: rgb(212 212 212 / var(--tw-text-opacity));
|