@scalar/api-client 1.2.29 → 1.2.31
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/CHANGELOG.md +22 -0
- package/dist/components/ApiClient/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/ApiClient.vue.d.ts +2 -2
- package/dist/components/ApiClient/Response/Response.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts +5 -26
- package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Response/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/components/Grid/Grid.vue.d.ts.map +1 -1
- package/dist/components/Grid/GridRow.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts.map +1 -1
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/normalizeHeaders.d.ts +9 -0
- package/dist/helpers/normalizeHeaders.d.ts.map +1 -0
- package/dist/helpers/normalizeUrl.d.ts.map +1 -1
- package/dist/helpers/sendRequest.d.ts.map +1 -1
- package/dist/index.css +169 -172
- package/dist/index.js +105 -123
- package/package.json +8 -9
package/dist/index.css
CHANGED
|
@@ -679,14 +679,14 @@ to {
|
|
|
679
679
|
color: var(--scalar-api-client-color);
|
|
680
680
|
}
|
|
681
681
|
|
|
682
|
-
.loader[data-v-
|
|
682
|
+
.loader[data-v-b1791ec2] {
|
|
683
683
|
position: absolute;
|
|
684
684
|
z-index: 3;
|
|
685
685
|
height: 2px;
|
|
686
686
|
background: var(--scalar-api-client-color);
|
|
687
|
-
animation: loading-
|
|
687
|
+
animation: loading-b1791ec2 5s cubic-bezier(0, 0.5, 0.25, 1);
|
|
688
688
|
}
|
|
689
|
-
@keyframes loading-
|
|
689
|
+
@keyframes loading-b1791ec2 {
|
|
690
690
|
0% {
|
|
691
691
|
width: 0;
|
|
692
692
|
}
|
|
@@ -694,14 +694,14 @@ to {
|
|
|
694
694
|
width: 100%;
|
|
695
695
|
}
|
|
696
696
|
}
|
|
697
|
-
.address-bar[data-v-
|
|
697
|
+
.address-bar[data-v-b1791ec2] {
|
|
698
698
|
width: 100%;
|
|
699
699
|
padding: 10px;
|
|
700
700
|
display: flex;
|
|
701
701
|
align-items: center;
|
|
702
702
|
position: relative;
|
|
703
703
|
}
|
|
704
|
-
.url-form[data-v-
|
|
704
|
+
.url-form[data-v-b1791ec2] {
|
|
705
705
|
display: flex;
|
|
706
706
|
width: 720px;
|
|
707
707
|
align-items: stretch;
|
|
@@ -711,13 +711,13 @@ to {
|
|
|
711
711
|
z-index: 2;
|
|
712
712
|
max-width: calc(100% - 68px);
|
|
713
713
|
}
|
|
714
|
-
.url-form[data-v-
|
|
714
|
+
.url-form[data-v-b1791ec2] .cm-content {
|
|
715
715
|
display: flex;
|
|
716
716
|
align-items: center;
|
|
717
717
|
}
|
|
718
|
-
.url-form-field[data-v-
|
|
718
|
+
.url-form-field[data-v-b1791ec2] {
|
|
719
719
|
align-items: stretch;
|
|
720
|
-
border:
|
|
720
|
+
border: 1px solid var(--scalar-border-color);
|
|
721
721
|
border-radius: var(--scalar-radius);
|
|
722
722
|
display: flex;
|
|
723
723
|
min-height: 31px;
|
|
@@ -725,7 +725,7 @@ to {
|
|
|
725
725
|
padding: 2px;
|
|
726
726
|
width: 100%;
|
|
727
727
|
}
|
|
728
|
-
.url-form-input-wrapper[data-v-
|
|
728
|
+
.url-form-input-wrapper[data-v-b1791ec2] {
|
|
729
729
|
display: flex;
|
|
730
730
|
position: relative;
|
|
731
731
|
overflow-x: auto;
|
|
@@ -735,7 +735,7 @@ to {
|
|
|
735
735
|
/* Firefox supports */
|
|
736
736
|
scroll-timeline: --scroll-timeline horizontal;
|
|
737
737
|
}
|
|
738
|
-
.url-form-input[data-v-
|
|
738
|
+
.url-form-input[data-v-b1791ec2] {
|
|
739
739
|
background: var(--scalar-background-1);
|
|
740
740
|
color: var(--scalar-color-1);
|
|
741
741
|
font-weight: var(--scalar-semibold);
|
|
@@ -746,18 +746,18 @@ to {
|
|
|
746
746
|
max-width: calc(100% - 153px);
|
|
747
747
|
margin-right: auto;
|
|
748
748
|
}
|
|
749
|
-
.url-form-input-fade__left[data-v-
|
|
750
|
-
.url-form-input-fade__right[data-v-
|
|
749
|
+
.url-form-input-fade__left[data-v-b1791ec2],
|
|
750
|
+
.url-form-input-fade__right[data-v-b1791ec2] {
|
|
751
751
|
content: '';
|
|
752
752
|
position: sticky;
|
|
753
753
|
height: 100%;
|
|
754
|
-
animation-name: fadein-
|
|
754
|
+
animation-name: fadein-b1791ec2;
|
|
755
755
|
animation-duration: 1ms;
|
|
756
756
|
animation-direction: reverse;
|
|
757
757
|
animation-timeline: --scroll-timeline;
|
|
758
758
|
z-index: 1;
|
|
759
759
|
}
|
|
760
|
-
.url-form-input-fade__left[data-v-
|
|
760
|
+
.url-form-input-fade__left[data-v-b1791ec2] {
|
|
761
761
|
background: linear-gradient(
|
|
762
762
|
-90deg,
|
|
763
763
|
color-mix(in srgb, var(--scalar-background-1), transparent 100%) 0%,
|
|
@@ -767,7 +767,7 @@ to {
|
|
|
767
767
|
left: 0;
|
|
768
768
|
min-width: 6px;
|
|
769
769
|
}
|
|
770
|
-
.url-form-input-fade__right[data-v-
|
|
770
|
+
.url-form-input-fade__right[data-v-b1791ec2] {
|
|
771
771
|
background: linear-gradient(
|
|
772
772
|
90deg,
|
|
773
773
|
color-mix(in srgb, var(--scalar-background-1), transparent 100%) 0%,
|
|
@@ -778,7 +778,7 @@ to {
|
|
|
778
778
|
min-width: 24px;
|
|
779
779
|
animation-direction: reverse;
|
|
780
780
|
}
|
|
781
|
-
@keyframes fadein-
|
|
781
|
+
@keyframes fadein-b1791ec2 {
|
|
782
782
|
0% {
|
|
783
783
|
opacity: 0;
|
|
784
784
|
}
|
|
@@ -787,18 +787,18 @@ to {
|
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
789
|
@media screen and (max-width: 720px) {
|
|
790
|
-
.url-form-input[data-v-
|
|
790
|
+
.url-form-input[data-v-b1791ec2] {
|
|
791
791
|
max-width: calc(100% - 113px);
|
|
792
792
|
}
|
|
793
793
|
}
|
|
794
|
-
.url-form-input[data-v-
|
|
794
|
+
.url-form-input[data-v-b1791ec2] .cm-scroller {
|
|
795
795
|
overflow-y: hidden;
|
|
796
796
|
}
|
|
797
|
-
.url-form-input[data-v-
|
|
797
|
+
.url-form-input[data-v-b1791ec2] .cm-line {
|
|
798
798
|
font-size: var(--scalar-micro);
|
|
799
799
|
padding: 0;
|
|
800
800
|
}
|
|
801
|
-
.history[data-v-
|
|
801
|
+
.history[data-v-b1791ec2] {
|
|
802
802
|
appearance: none;
|
|
803
803
|
-webkit-appearance: none;
|
|
804
804
|
background: transparent;
|
|
@@ -807,7 +807,7 @@ to {
|
|
|
807
807
|
align-items: center;
|
|
808
808
|
border-radius: var(--scalar-radius);
|
|
809
809
|
}
|
|
810
|
-
.send-button[type='submit'][data-v-
|
|
810
|
+
.send-button[type='submit'][data-v-b1791ec2] {
|
|
811
811
|
font-size: var(--scalar-micro);
|
|
812
812
|
letter-spacing: 0.25px;
|
|
813
813
|
color: var(--scalar-button-1-color);
|
|
@@ -826,36 +826,36 @@ to {
|
|
|
826
826
|
overflow: hidden;
|
|
827
827
|
flex-shrink: 0;
|
|
828
828
|
}
|
|
829
|
-
.send-button[data-v-
|
|
829
|
+
.send-button[data-v-b1791ec2]:hover {
|
|
830
830
|
background: var(--scalar-button-1-hover);
|
|
831
831
|
}
|
|
832
|
-
.send-button svg[data-v-
|
|
832
|
+
.send-button svg[data-v-b1791ec2] {
|
|
833
833
|
width: 12px;
|
|
834
834
|
height: 12px;
|
|
835
835
|
flex-shrink: 0;
|
|
836
836
|
margin-right: 6px;
|
|
837
837
|
position: relative;
|
|
838
838
|
}
|
|
839
|
-
.send-button span[data-v-
|
|
839
|
+
.send-button span[data-v-b1791ec2] {
|
|
840
840
|
position: relative;
|
|
841
841
|
}
|
|
842
842
|
@media screen and (max-width: 720px) {
|
|
843
|
-
.history-toggle span[data-v-
|
|
844
|
-
.send-button span[data-v-
|
|
843
|
+
.history-toggle span[data-v-b1791ec2],
|
|
844
|
+
.send-button span[data-v-b1791ec2] {
|
|
845
845
|
display: none;
|
|
846
846
|
}
|
|
847
|
-
.history-toggle svg[data-v-
|
|
848
|
-
.send-button svg[data-v-
|
|
847
|
+
.history-toggle svg[data-v-b1791ec2],
|
|
848
|
+
.send-button svg[data-v-b1791ec2] {
|
|
849
849
|
margin-right: 0;
|
|
850
850
|
}
|
|
851
851
|
}
|
|
852
|
-
.send-button[disabled][data-v-
|
|
852
|
+
.send-button[disabled][data-v-b1791ec2] {
|
|
853
853
|
pointer-events: none;
|
|
854
854
|
color: var(--scalar-color-2);
|
|
855
855
|
background: var(--scalar-background-3);
|
|
856
856
|
border: 1px solid var(--scalar-border-color);
|
|
857
857
|
}
|
|
858
|
-
.history-toggle[data-v-
|
|
858
|
+
.history-toggle[data-v-b1791ec2] {
|
|
859
859
|
padding: 7px;
|
|
860
860
|
line-height: 30px;
|
|
861
861
|
color: var(--scalar-color-3);
|
|
@@ -873,16 +873,16 @@ to {
|
|
|
873
873
|
background-color 0.15s ease-in-out,
|
|
874
874
|
color 0.15s ease-in-out;
|
|
875
875
|
}
|
|
876
|
-
.history-toggle[data-v-
|
|
876
|
+
.history-toggle[data-v-b1791ec2]:hover {
|
|
877
877
|
background-color: var(--scalar-background-2);
|
|
878
878
|
color: var(--scalar-color-1);
|
|
879
879
|
}
|
|
880
|
-
.history-toggle svg[data-v-
|
|
880
|
+
.history-toggle svg[data-v-b1791ec2] {
|
|
881
881
|
height: 13px;
|
|
882
882
|
width: 13px;
|
|
883
883
|
color: currentColor;
|
|
884
884
|
}
|
|
885
|
-
.address-bar-content[data-v-
|
|
885
|
+
.address-bar-content[data-v-b1791ec2] {
|
|
886
886
|
width: 640px;
|
|
887
887
|
height: 100%;
|
|
888
888
|
background: var(--scalar-background-1);
|
|
@@ -897,21 +897,21 @@ to {
|
|
|
897
897
|
opacity 0.01s ease-in-out 0.5s;
|
|
898
898
|
pointer-events: none;
|
|
899
899
|
}
|
|
900
|
-
.address-bar--with-history[data-v-
|
|
900
|
+
.address-bar--with-history[data-v-b1791ec2] {
|
|
901
901
|
z-index: 100000;
|
|
902
902
|
}
|
|
903
|
-
.address-bar--with-history .address-bar-content[data-v-
|
|
903
|
+
.address-bar--with-history .address-bar-content[data-v-b1791ec2] {
|
|
904
904
|
transform: translate3d(0, 0, 0);
|
|
905
905
|
opacity: 1;
|
|
906
906
|
pointer-events: all;
|
|
907
907
|
transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
|
|
908
908
|
}
|
|
909
|
-
.address-bar--with-history .address-bar-close[data-v-
|
|
909
|
+
.address-bar--with-history .address-bar-close[data-v-b1791ec2] {
|
|
910
910
|
opacity: 1;
|
|
911
911
|
pointer-events: all;
|
|
912
912
|
cursor: pointer;
|
|
913
913
|
}
|
|
914
|
-
.address-bar-close[data-v-
|
|
914
|
+
.address-bar-close[data-v-b1791ec2] {
|
|
915
915
|
width: 100%;
|
|
916
916
|
height: 100%;
|
|
917
917
|
position: fixed;
|
|
@@ -925,12 +925,7 @@ to {
|
|
|
925
925
|
|
|
926
926
|
.scalar-api-client__item {
|
|
927
927
|
position: relative;
|
|
928
|
-
|
|
929
|
-
.scalar-api-client__main__left
|
|
930
|
-
.scalar-api-client__item--open
|
|
931
|
-
.scalar-api-client__toggle {
|
|
932
|
-
background-color: var(--scalar-background-2);
|
|
933
|
-
border-top: 0.5px solid var(--scalar-border-color);
|
|
928
|
+
margin-bottom: 6px;
|
|
934
929
|
}
|
|
935
930
|
.scalar-api-client__item button {
|
|
936
931
|
background-color: transparent;
|
|
@@ -955,9 +950,6 @@ to {
|
|
|
955
950
|
.scalar-api-client__item--open .scalar-api-client__toggle:after {
|
|
956
951
|
display: none;
|
|
957
952
|
}
|
|
958
|
-
.scalar-api-client__toggle:hover {
|
|
959
|
-
background: var(--scalar-background-2);
|
|
960
|
-
}
|
|
961
953
|
.scalar-api-client__item--open .scalar-api-client__item__content {
|
|
962
954
|
display: flex;
|
|
963
955
|
}
|
|
@@ -965,7 +957,7 @@ to {
|
|
|
965
957
|
cursor: default;
|
|
966
958
|
}
|
|
967
959
|
.scalar-api-client__toggle {
|
|
968
|
-
padding: 0
|
|
960
|
+
padding: 0 9px;
|
|
969
961
|
display: flex;
|
|
970
962
|
align-items: center;
|
|
971
963
|
position: relative;
|
|
@@ -975,13 +967,9 @@ to {
|
|
|
975
967
|
border: none;
|
|
976
968
|
font-family: var(--scalar-font);
|
|
977
969
|
cursor: pointer;
|
|
978
|
-
margin-top: 6px;
|
|
979
|
-
border-top: 0.5px solid transparent;
|
|
980
|
-
}
|
|
981
|
-
.scalar-api-client__item--open .scalar-api-client__toggle {
|
|
982
970
|
}
|
|
983
971
|
.scalar-api-client__item .scalar-api-client__item__title {
|
|
984
|
-
color: var(--scalar-color-
|
|
972
|
+
color: var(--scalar-color-2);
|
|
985
973
|
font-size: var(--scalar-mini);
|
|
986
974
|
font-weight: var(--scalar-semibold);
|
|
987
975
|
font-family: var(--scalar-font);
|
|
@@ -991,6 +979,10 @@ to {
|
|
|
991
979
|
flex: 1;
|
|
992
980
|
padding: 6px 0;
|
|
993
981
|
}
|
|
982
|
+
.scalar-api-client__item:hover .scalar-api-client__item__title,
|
|
983
|
+
.scalar-api-client__item--open .scalar-api-client__item__title {
|
|
984
|
+
color: var(--scalar-color-1);
|
|
985
|
+
}
|
|
994
986
|
.scalar-api-client__item .scalar-api-client__toggle__icon {
|
|
995
987
|
width: 20px;
|
|
996
988
|
padding: 3px;
|
|
@@ -998,7 +990,7 @@ to {
|
|
|
998
990
|
z-index: 1;
|
|
999
991
|
position: relative;
|
|
1000
992
|
transform: rotate(-90deg);
|
|
1001
|
-
|
|
993
|
+
margin: 5px 0 5px -4.5px;
|
|
1002
994
|
}
|
|
1003
995
|
.scalar-api-client__item--open .scalar-api-client__toggle__icon {
|
|
1004
996
|
transform: rotate(0deg);
|
|
@@ -1009,8 +1001,26 @@ to {
|
|
|
1009
1001
|
.scalar-api-client__item__options {
|
|
1010
1002
|
position: relative;
|
|
1011
1003
|
z-index: 1;
|
|
1012
|
-
|
|
1013
|
-
|
|
1004
|
+
margin: 0 0 0 24px;
|
|
1005
|
+
font-weight: var(--scalar-semibold);
|
|
1006
|
+
color: var(--scalar-color-2);
|
|
1007
|
+
padding: 6px 9px;
|
|
1008
|
+
border: 0.5px solid var(--scalar-border-color);
|
|
1009
|
+
border-radius: var(--scalar-radius) var(--scalar-radius) 0 0;
|
|
1010
|
+
}
|
|
1011
|
+
.scalar-api-client__item__options
|
|
1012
|
+
.security-scheme-selector
|
|
1013
|
+
.security-scheme-label {
|
|
1014
|
+
color: var(--scalar-color-2);
|
|
1015
|
+
}
|
|
1016
|
+
.scalar-api-client__item__options + div .scalar-api-client__item__content {
|
|
1017
|
+
border-radius: 0 0 var(--scalar-radius) var(--scalar-radius);
|
|
1018
|
+
border-top: none;
|
|
1019
|
+
}
|
|
1020
|
+
.scalar-api-client__item__options:has(
|
|
1021
|
+
+ div .scalar-api-client__item__content:empty
|
|
1022
|
+
) {
|
|
1023
|
+
border-radius: var(--scalar-radius);
|
|
1014
1024
|
}
|
|
1015
1025
|
.scalar-api-client__item__options span {
|
|
1016
1026
|
background: transparent;
|
|
@@ -1056,7 +1066,6 @@ to {
|
|
|
1056
1066
|
.scalar-api-client__main__left
|
|
1057
1067
|
.scalar-api-client__item--open
|
|
1058
1068
|
.scalar-api-client-item-topbar {
|
|
1059
|
-
border-bottom: 0.5px solid var(--scalar-border-color);
|
|
1060
1069
|
}
|
|
1061
1070
|
|
|
1062
1071
|
.card-form[data-v-bc8cea71] {
|
|
@@ -1087,7 +1096,7 @@ to {
|
|
|
1087
1096
|
:where(.card-form-group[data-v-6b5d2194]) {
|
|
1088
1097
|
display: flex;
|
|
1089
1098
|
}
|
|
1090
|
-
.loader-wrapper:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .loader-wrapper[data-v-47faceda]{position:relative;height:var(--d6cae758);width:var(--d6cae758);display:flex;align-items:center;justify-content:center;--loader-size: 50%}.svg-loader:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .svg-loader[data-v-47faceda]{width:var(--loader-size);height:var(--loader-size);top:1rem;right:.9rem;overflow:visible;fill:none;background-color:transparent;stroke:currentColor}.svg-path:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .svg-path[data-v-47faceda]{stroke-width:14;fill:none;transition:.3s}.svg-x-mark:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .svg-x-mark[data-v-47faceda]{stroke-dasharray:57;stroke-dashoffset:57;transition-delay:0s}.svg-check-mark:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .svg-check-mark[data-v-47faceda]{stroke-dasharray:149;stroke-dashoffset:149;transition-delay:0s}.icon-is-invalid .svg-x-mark:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .icon-is-invalid .svg-x-mark[data-v-47faceda]{stroke-dashoffset:0;transition-delay:.3s}.icon-is-valid .svg-check-mark:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .icon-is-valid .svg-check-mark[data-v-47faceda]{stroke-dashoffset:0;transition-delay:.3s}.circular-loader:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .circular-loader[data-v-47faceda]{animation:rotate-47faceda .7s linear infinite,fade-in-47faceda .4s;transform-origin:center center;transform:scale(5);background:transparent}.loader-path:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .loader-path[data-v-47faceda]{stroke-dasharray:50,200;stroke-dashoffset:-100;stroke-linecap:round}.loader-path-off:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .loader-path-off[data-v-47faceda]{stroke-dasharray:50,200;stroke-dashoffset:-100;transition:opacity .3s;opacity:0}@keyframes fade-in-47faceda{0%{opacity:0}70%{opacity:0}to{opacity:1}}@keyframes rotate-47faceda{0%{transform:scale(5) rotate(0)}to{transform:scale(5) rotate(360deg)}}.scalar-codeblock-code[class*=language-]:where(.scalar-component),:where(.scalar-component) .scalar-codeblock-code[class*=language-],.scalar-codeblock-pre[class*=language-]:where(.scalar-component),:where(.scalar-component) .scalar-codeblock-pre[class*=language-]{color:var(--scalar-color-2);background:none;font-family:var(--scalar-font-code);font-size:var(--scalar-small);text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.4;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;display:block}.scalar-codeblock-pre[class*=language-]:where(.scalar-component),:where(.scalar-component) .scalar-codeblock-pre[class*=language-]{margin:0;padding:.5rem;overflow:auto}:not(pre)>code[class*=language-]:where(.scalar-component),:where(.scalar-component) :not(pre)>code[class*=language-],.scalar-codeblock-pre[class*=language-]:where(.scalar-component),:where(.scalar-component) .scalar-codeblock-pre[class*=language-]{background:var(--scalar-background-2)}.line-numbers.scalar-codeblock-pre[class*=language-]{position:relative;padding-left:2em;counter-reset:linenumber}.line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3em;width:3em;letter-spacing:-1px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}:not(pre)>code[class*=language-]:where(.scalar-component),:where(.scalar-component) :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment:where(.scalar-component),:where(.scalar-component) .token.comment,.token.block-comment:where(.scalar-component),:where(.scalar-component) .token.block-comment,.token.prolog:where(.scalar-component),:where(.scalar-component) .token.prolog,.token.doctype:where(.scalar-component),:where(.scalar-component) .token.doctype,.token.cdata:where(.scalar-component),:where(.scalar-component) .token.cdata{color:var(--scalar-color-2)}.token.punctuation:where(.scalar-component),:where(.scalar-component) .token.punctuation{color:var(--scalar-color-3)}.token.tag:where(.scalar-component),:where(.scalar-component) .token.tag,.token.attr-name:where(.scalar-component),:where(.scalar-component) .token.attr-name,.token.namespace:where(.scalar-component),:where(.scalar-component) .token.namespace,.token.deleted:where(.scalar-component),:where(.scalar-component) .token.deleted{color:var(--scalar-color-red)}.token.function-name:where(.scalar-component),:where(.scalar-component) .token.function-name{color:var(--scalar-color-green)}.token.boolean:where(.scalar-component),:where(.scalar-component) .token.boolean,.token.number:where(.scalar-component),:where(.scalar-component) .token.number,.token.function:where(.scalar-component),:where(.scalar-component) .token.function{color:var(--scalar-color-orange)}.token.property:where(.scalar-component),:where(.scalar-component) .token.property,.token.class-name:where(.scalar-component),:where(.scalar-component) .token.class-name,.token.constant:where(.scalar-component),:where(.scalar-component) .token.constant,.token.symbol:where(.scalar-component),:where(.scalar-component) .token.symbol{color:var(--scalar-color-1)}.token.selector:where(.scalar-component),:where(.scalar-component) .token.selector,.token.important:where(.scalar-component),:where(.scalar-component) .token.important,.token.atrule:where(.scalar-component),:where(.scalar-component) .token.atrule,.token.keyword:where(.scalar-component),:where(.scalar-component) .token.keyword,.token.builtin:where(.scalar-component),:where(.scalar-component) .token.builtin{color:var(--scalar-color-purple)}.token.string:where(.scalar-component),:where(.scalar-component) .token.string,.token.char:where(.scalar-component),:where(.scalar-component) .token.char,.token.attr-value:where(.scalar-component),:where(.scalar-component) .token.attr-value,.token.regex:where(.scalar-component),:where(.scalar-component) .token.regex,.token.variable:where(.scalar-component),:where(.scalar-component) .token.variable{color:var(--scalar-color-blue)}.light-mode .dark-mode .language-shell .token.variable:where(.scalar-component),:where(.scalar-component) .light-mode .dark-mode .language-shell .token.variable{color:var(--scalar-color-1)}.light-mode .dark-mode .language-shell .token.string:where(.scalar-component),:where(.scalar-component) .light-mode .dark-mode .language-shell .token.string{color:var(--scalar-color-blue)}.language-shell .token.string:where(.scalar-component),:where(.scalar-component) .language-shell .token.string{color:var(--scalar-color-1)}.token.operator:where(.scalar-component),:where(.scalar-component) .token.operator,.token.entity:where(.scalar-component),:where(.scalar-component) .token.entity,.token.url:where(.scalar-component),:where(.scalar-component) .token.url{color:var(--scalar-color-3)}.token.important:where(.scalar-component),:where(.scalar-component) .token.important,.token.bold:where(.scalar-component),:where(.scalar-component) .token.bold{font-weight:700}.token.italic:where(.scalar-component),:where(.scalar-component) .token.italic{font-style:italic}.token.entity:where(.scalar-component),:where(.scalar-component) .token.entity{cursor:help}.token.inserted:where(.scalar-component),:where(.scalar-component) .token.inserted{color:var(--scalar-color-green)}.credentials:where(.scalar-component),:where(.scalar-component) .credentials{font-size:0;color:transparent}.credentials:after:where(.scalar-component),:where(.scalar-component) .credentials:after{content:"·····";font-size:var(--scalar-small);color:var(--scalar-color-3)}.scalar-modal-layout:where(.scalar-component[data-v-ff85ced0]),:where(.scalar-component) .scalar-modal-layout[data-v-ff85ced0]{animation:modal-fade-ff85ced0 .2s forwards}.scalar-modal:where(.scalar-component[data-v-ff85ced0]),:where(.scalar-component) .scalar-modal[data-v-ff85ced0]{transform:scale(.98);animation:modal-pop-ff85ced0 .15s .15s forwards}@keyframes modal-fade-ff85ced0{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-ff85ced0{0%{opacity:0}to{opacity:1;transform:scale(1)}}.scalar-input-wrapper-focus .scalar-input-label:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input-wrapper-focus .scalar-input-label[data-v-4fc2339e]{color:var(--scalar-color-1)}.scalar-input-wrapper-error .scalar-input-label:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input-wrapper-error .scalar-input-label[data-v-4fc2339e]{color:var(--scalar-color-error-color)}.scalar-input::-moz-selection:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]::-moz-selection{color:var(--scalar-color-1);background:#ffa55859}.scalar-input::selection:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]::selection{color:var(--scalar-color-1);background:#ffa55859}.scalar-input:has(+.scalar-input-label):where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:has(+.scalar-input-label){opacity:0}.scalar-input:not(:-moz-placeholder-shown):where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:not(:-moz-placeholder-shown){opacity:1;-moz-transition:opacity .2s ease-in-out .15s;transition:opacity .2s ease-in-out .15s}.scalar-input:not(:placeholder-shown):where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:not(:placeholder-shown),.scalar-input-wrapper-focus .scalar-input:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input-wrapper-focus .scalar-input[data-v-4fc2339e]{opacity:1;transition:opacity .2s ease-in-out .15s}.scalar-input:-webkit-autofill:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:-webkit-autofill,.scalar-input:-webkit-autofill:hover:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:-webkit-autofill:hover,.scalar-input:-webkit-autofill:focus:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:-webkit-autofill:focus,.scalar-input:-webkit-autofill:active:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:-webkit-autofill:active,.scalar-input:focus-within:-webkit-autofill:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:focus-within:-webkit-autofill,.scalar-input:focus-within:-webkit-autofill:hover:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:focus-within:-webkit-autofill:hover,.scalar-input:focus-within:-webkit-autofill:focus:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:focus-within:-webkit-autofill:focus,.scalar-input:focus-within:-webkit-autofill:active:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input[data-v-4fc2339e]:focus-within:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--scalar-background-1) inset!important;-webkit-text-fill-color:var(--scalar-color-1);color:var(--scalar-color-1);border-radius:var(--scalar-radius)}.scalar-input:not(:-moz-placeholder-shown)+.scalar-input-label:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input:not(:-moz-placeholder-shown)+.scalar-input-label[data-v-4fc2339e]{transform:translate3d(0,-20px,0) scale(.8);transform-origin:top left}.scalar-input-wrapper-focus .scalar-input-label:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input-wrapper-focus .scalar-input-label[data-v-4fc2339e],.scalar-input:not(:placeholder-shown)+.scalar-input-label:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input:not(:placeholder-shown)+.scalar-input-label[data-v-4fc2339e]{transform:translate3d(0,-20px,0) scale(.8);transform-origin:top left}.scalar-input-wrapper-focus:has(button:active) .scalar-input-label:where(.scalar-component[data-v-4fc2339e]),:where(.scalar-component) .scalar-input-wrapper-focus:has(button:active) .scalar-input-label[data-v-4fc2339e]{color:var(--scalar-color-3)!important}:where(.scalar-component),:where(.scalar-component) *{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--scalar-border-color);font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:unset;font-weight:inherit;line-height:inherit;color:inherit;margin:unset;padding:unset}:where(.scalar-component),:where(.scalar-component) *,:before:where(.scalar-component),:where(.scalar-component) :before,:after:where(.scalar-component),:where(.scalar-component) :after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop:where(.scalar-component),:where(.scalar-component) ::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sr-only:where(.scalar-component),:where(.scalar-component) .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none:where(.scalar-component),:where(.scalar-component) .pointer-events-none{pointer-events:none}.visible:where(.scalar-component),:where(.scalar-component) .visible{visibility:visible}.fixed:where(.scalar-component),:where(.scalar-component) .fixed{position:fixed}.absolute:where(.scalar-component),:where(.scalar-component) .absolute{position:absolute}.relative:where(.scalar-component),:where(.scalar-component) .relative{position:relative}.inset-0:where(.scalar-component),:where(.scalar-component) .inset-0{top:0;right:0;bottom:0;left:0}.left-0:where(.scalar-component),:where(.scalar-component) .left-0{left:0}.top-0:where(.scalar-component),:where(.scalar-component) .top-0{top:0}.-z-1:where(.scalar-component),:where(.scalar-component) .-z-1{z-index:-1}.z-\[1001\]:where(.scalar-component),:where(.scalar-component) .z-\[1001\]{z-index:1001}.z-context:where(.scalar-component),:where(.scalar-component) .z-context{z-index:1000}.m-0:where(.scalar-component),:where(.scalar-component) .m-0{margin:0}.-mx-0:where(.scalar-component),:where(.scalar-component) .-mx-0{margin-left:-0px;margin-right:-0px}.-mx-0\.75:where(.scalar-component),:where(.scalar-component) .-mx-0\.75{margin-left:-3px;margin-right:-3px}.mx-2:where(.scalar-component),:where(.scalar-component) .mx-2{margin-left:8px;margin-right:8px}.mx-auto:where(.scalar-component),:where(.scalar-component) .mx-auto{margin-left:auto;margin-right:auto}.my-0:where(.scalar-component),:where(.scalar-component) .my-0{margin-top:0;margin-bottom:0}.my-0\.75:where(.scalar-component),:where(.scalar-component) .my-0\.75{margin-top:3px;margin-bottom:3px}.my-3:where(.scalar-component),:where(.scalar-component) .my-3{margin-top:12px;margin-bottom:12px}.mb-0:where(.scalar-component),:where(.scalar-component) .mb-0{margin-bottom:0}.ml-2:where(.scalar-component),:where(.scalar-component) .ml-2{margin-left:8px}.mr-2:where(.scalar-component),:where(.scalar-component) .mr-2{margin-right:8px}.mr-3:where(.scalar-component),:where(.scalar-component) .mr-3{margin-right:12px}.mt-1:where(.scalar-component),:where(.scalar-component) .mt-1{margin-top:4px}.mt-1\.5:where(.scalar-component),:where(.scalar-component) .mt-1\.5{margin-top:6px}.mt-20:where(.scalar-component),:where(.scalar-component) .mt-20{margin-top:80px}.block:where(.scalar-component),:where(.scalar-component) .block{display:block}.flex:where(.scalar-component),:where(.scalar-component) .flex{display:flex}.grid:where(.scalar-component),:where(.scalar-component) .grid{display:grid}.contents:where(.scalar-component),:where(.scalar-component) .contents{display:contents}.hidden:where(.scalar-component),:where(.scalar-component) .hidden{display:none}.aspect-square:where(.scalar-component),:where(.scalar-component) .aspect-square{aspect-ratio:1 / 1}.size-10:where(.scalar-component),:where(.scalar-component) .size-10{width:40px;height:40px}.size-3:where(.scalar-component),:where(.scalar-component) .size-3{width:12px;height:12px}.size-3\.5:where(.scalar-component),:where(.scalar-component) .size-3\.5{width:14px;height:14px}.size-4:where(.scalar-component),:where(.scalar-component) .size-4{width:16px;height:16px}.size-5:where(.scalar-component),:where(.scalar-component) .size-5{width:20px;height:20px}.size-6:where(.scalar-component),:where(.scalar-component) .size-6{width:24px;height:24px}.size-8:where(.scalar-component),:where(.scalar-component) .size-8{width:32px;height:32px}.size-full:where(.scalar-component),:where(.scalar-component) .size-full{width:100%;height:100%}.h-10:where(.scalar-component),:where(.scalar-component) .h-10{height:40px}.h-4:where(.scalar-component),:where(.scalar-component) .h-4{height:16px}.h-\[100dvh\]:where(.scalar-component),:where(.scalar-component) .h-\[100dvh\]{height:100dvh}.h-full:where(.scalar-component),:where(.scalar-component) .h-full{height:100%}.h-px:where(.scalar-component),:where(.scalar-component) .h-px{height:1px}.h-screen:where(.scalar-component),:where(.scalar-component) .h-screen{height:100vh}.max-h-\[440px\]:where(.scalar-component),:where(.scalar-component) .max-h-\[440px\]{max-height:440px}.max-h-\[calc\(100dvh-240px\)\]:where(.scalar-component),:where(.scalar-component) .max-h-\[calc\(100dvh-240px\)\]{max-height:calc(100dvh - 240px)}.min-h-\[77px\]:where(.scalar-component),:where(.scalar-component) .min-h-\[77px\]{min-height:77px}.w-4:where(.scalar-component),:where(.scalar-component) .w-4{width:16px}.w-56:where(.scalar-component),:where(.scalar-component) .w-56{width:224px}.w-\[100dvw\]:where(.scalar-component),:where(.scalar-component) .w-\[100dvw\]{width:100dvw}.w-full:where(.scalar-component),:where(.scalar-component) .w-full{width:100%}.min-w-0:where(.scalar-component),:where(.scalar-component) .min-w-0{min-width:0px}.max-w-screen-lg:where(.scalar-component),:where(.scalar-component) .max-w-screen-lg{max-width:800px}.max-w-screen-md:where(.scalar-component),:where(.scalar-component) .max-w-screen-md{max-width:640px}.max-w-screen-sm:where(.scalar-component),:where(.scalar-component) .max-w-screen-sm{max-width:540px}.max-w-screen-xs:where(.scalar-component),:where(.scalar-component) .max-w-screen-xs{max-width:480px}.flex-1:where(.scalar-component),:where(.scalar-component) .flex-1{flex:1 1 0%}.origin-top-left:where(.scalar-component),:where(.scalar-component) .origin-top-left{transform-origin:top left}.rotate-90:where(.scalar-component),:where(.scalar-component) .rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform:where(.scalar-component),:where(.scalar-component) .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed:where(.scalar-component),:where(.scalar-component) .cursor-not-allowed{cursor:not-allowed}.cursor-pointer:where(.scalar-component),:where(.scalar-component) .cursor-pointer{cursor:pointer}.resize-none:where(.scalar-component),:where(.scalar-component) .resize-none{resize:none}.resize:where(.scalar-component),:where(.scalar-component) .resize{resize:both}.appearance-none:where(.scalar-component),:where(.scalar-component) .appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-col:where(.scalar-component),:where(.scalar-component) .flex-col{flex-direction:column}.flex-wrap:where(.scalar-component),:where(.scalar-component) .flex-wrap{flex-wrap:wrap}.items-start:where(.scalar-component),:where(.scalar-component) .items-start{align-items:flex-start}.items-center:where(.scalar-component),:where(.scalar-component) .items-center{align-items:center}.justify-center:where(.scalar-component),:where(.scalar-component) .justify-center{justify-content:center}.justify-between:where(.scalar-component),:where(.scalar-component) .justify-between{justify-content:space-between}.gap-0:where(.scalar-component),:where(.scalar-component) .gap-0{gap:0px}.gap-0\.75:where(.scalar-component),:where(.scalar-component) .gap-0\.75{gap:3px}.gap-1:where(.scalar-component),:where(.scalar-component) .gap-1{gap:4px}.gap-2:where(.scalar-component),:where(.scalar-component) .gap-2{gap:8px}.gap-3:where(.scalar-component),:where(.scalar-component) .gap-3{gap:12px}.gap-4:where(.scalar-component),:where(.scalar-component) .gap-4{gap:16px}.divide-y>:not([hidden])~:not([hidden]):where(.scalar-component),:where(.scalar-component) .divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.self-center:where(.scalar-component),:where(.scalar-component) .self-center{align-self:center}.overflow-hidden:where(.scalar-component),:where(.scalar-component) .overflow-hidden{overflow:hidden}.overflow-y-auto:where(.scalar-component),:where(.scalar-component) .overflow-y-auto{overflow-y:auto}.truncate:where(.scalar-component),:where(.scalar-component) .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded:where(.scalar-component),:where(.scalar-component) .rounded{border-radius:var(--scalar-radius)}.rounded-lg:where(.scalar-component),:where(.scalar-component) .rounded-lg{border-radius:var(--scalar-radius-lg)}.border:where(.scalar-component),:where(.scalar-component) .border{border-width:1px}.border-0:where(.scalar-component),:where(.scalar-component) .border-0{border-width:0px}.border-solid:where(.scalar-component),:where(.scalar-component) .border-solid{border-style:solid}.border-border:where(.scalar-component),:where(.scalar-component) .border-border{border-color:var(--scalar-border-color)}.border-error:where(.scalar-component),:where(.scalar-component) .border-error{border-color:var(--scalar-error-color)}.border-fore-3:where(.scalar-component),:where(.scalar-component) .border-fore-3{border-color:var(--scalar-color-3)}.bg-back-1:where(.scalar-component),:where(.scalar-component) .bg-back-1{background-color:var(--scalar-background-1)}.bg-back-2:where(.scalar-component),:where(.scalar-component) .bg-back-2{background-color:var(--scalar-background-2)}.bg-back-btn-1:where(.scalar-component),:where(.scalar-component) .bg-back-btn-1{background-color:var(--scalar-button-1)}.bg-backdrop:where(.scalar-component),:where(.scalar-component) .bg-backdrop{background-color:#00000070}.bg-border:where(.scalar-component),:where(.scalar-component) .bg-border{background-color:var(--scalar-border-color)}.bg-error:where(.scalar-component),:where(.scalar-component) .bg-error{background-color:var(--scalar-error-color)}.bg-transparent:where(.scalar-component),:where(.scalar-component) .bg-transparent{background-color:transparent}.stroke-\[0\.92\]:where(.scalar-component),:where(.scalar-component) .stroke-\[0\.92\]{stroke-width:.92}.stroke-\[0\.96\]:where(.scalar-component),:where(.scalar-component) .stroke-\[0\.96\]{stroke-width:.96}.stroke-\[0\.9\]:where(.scalar-component),:where(.scalar-component) .stroke-\[0\.9\]{stroke-width:.9}.stroke-\[1\.1\]:where(.scalar-component),:where(.scalar-component) .stroke-\[1\.1\]{stroke-width:1.1}.stroke-\[1\.2\]:where(.scalar-component),:where(.scalar-component) .stroke-\[1\.2\]{stroke-width:1.2}.stroke-\[1\.4\]:where(.scalar-component),:where(.scalar-component) .stroke-\[1\.4\]{stroke-width:1.4}.p-0:where(.scalar-component),:where(.scalar-component) .p-0{padding:0}.p-0\.5:where(.scalar-component),:where(.scalar-component) .p-0\.5{padding:2px}.p-0\.75:where(.scalar-component),:where(.scalar-component) .p-0\.75{padding:3px}.p-1:where(.scalar-component),:where(.scalar-component) .p-1{padding:4px}.p-2:where(.scalar-component),:where(.scalar-component) .p-2{padding:8px}.p-3:where(.scalar-component),:where(.scalar-component) .p-3{padding:12px}.p-5:where(.scalar-component),:where(.scalar-component) .p-5{padding:20px}.px-1:where(.scalar-component),:where(.scalar-component) .px-1{padding-left:4px;padding-right:4px}.px-2:where(.scalar-component),:where(.scalar-component) .px-2{padding-left:8px;padding-right:8px}.px-2\.5:where(.scalar-component),:where(.scalar-component) .px-2\.5{padding-left:10px;padding-right:10px}.px-3:where(.scalar-component),:where(.scalar-component) .px-3{padding-left:12px;padding-right:12px}.px-4:where(.scalar-component),:where(.scalar-component) .px-4{padding-left:16px;padding-right:16px}.px-6:where(.scalar-component),:where(.scalar-component) .px-6{padding-left:24px;padding-right:24px}.px-9:where(.scalar-component),:where(.scalar-component) .px-9{padding-left:36px;padding-right:36px}.py-1:where(.scalar-component),:where(.scalar-component) .py-1{padding-top:4px;padding-bottom:4px}.py-1\.5:where(.scalar-component),:where(.scalar-component) .py-1\.5{padding-top:6px;padding-bottom:6px}.py-3:where(.scalar-component),:where(.scalar-component) .py-3{padding-top:12px;padding-bottom:12px}.py-4:where(.scalar-component),:where(.scalar-component) .py-4{padding-top:16px;padding-bottom:16px}.pb-0:where(.scalar-component),:where(.scalar-component) .pb-0{padding-bottom:0}.pb-4:where(.scalar-component),:where(.scalar-component) .pb-4{padding-bottom:16px}.pl-9:where(.scalar-component),:where(.scalar-component) .pl-9{padding-left:36px}.pr-3:where(.scalar-component),:where(.scalar-component) .pr-3{padding-right:12px}.pt-3:where(.scalar-component),:where(.scalar-component) .pt-3{padding-top:12px}.pt-6:where(.scalar-component),:where(.scalar-component) .pt-6{padding-top:24px}.text-left:where(.scalar-component),:where(.scalar-component) .text-left{text-align:left}.font-code:where(.scalar-component),:where(.scalar-component) .font-code{font-family:var(--scalar-font-code)}.text-lg:where(.scalar-component),:where(.scalar-component) .text-lg{font-size:var(--scalar-font-size-1)}.text-sm:where(.scalar-component),:where(.scalar-component) .text-sm{font-size:var(--scalar-small,var(--scalar-font-size-3))}.text-xs:where(.scalar-component),:where(.scalar-component) .text-xs{font-size:var(--scalar-mini, var(--scalar-font-size-4))}.text-xxs:where(.scalar-component),:where(.scalar-component) .text-xxs{font-size:var(--scalar-micro, var(--scalar-font-size-5))}.font-bold:where(.scalar-component),:where(.scalar-component) .font-bold{font-weight:var(--scalar-font-bold)}.font-medium:where(.scalar-component),:where(.scalar-component) .font-medium{font-weight:var(--scalar-font-medium)}.font-normal:where(.scalar-component),:where(.scalar-component) .font-normal{font-weight:400}.italic:where(.scalar-component),:where(.scalar-component) .italic{font-style:italic}.text-error:where(.scalar-component),:where(.scalar-component) .text-error{color:var(--scalar-error-color)}.text-fore-1:where(.scalar-component),:where(.scalar-component) .text-fore-1{color:var(--scalar-color-1)}.text-fore-2:where(.scalar-component),:where(.scalar-component) .text-fore-2{color:var(--scalar-color-2)}.text-fore-3:where(.scalar-component),:where(.scalar-component) .text-fore-3{color:var(--scalar-color-3)}.text-fore-btn-1:where(.scalar-component),:where(.scalar-component) .text-fore-btn-1{color:var(--scalar-button-1-color)}.text-ghost:where(.scalar-component),:where(.scalar-component) .text-ghost{color:var(--scalar-color-ghost)}.text-white:where(.scalar-component),:where(.scalar-component) .text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.no-underline:where(.scalar-component),:where(.scalar-component) .no-underline{text-decoration-line:none}.opacity-0:where(.scalar-component),:where(.scalar-component) .opacity-0{opacity:0}.shadow:where(.scalar-component),:where(.scalar-component) .shadow{--tw-shadow: var(--scalar-shadow-1);--tw-shadow-colored: var(--scalar-shadow-1);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md:where(.scalar-component),:where(.scalar-component) .shadow-md{--tw-shadow: var(--scalar-shadow-2);--tw-shadow-colored: var(--scalar-shadow-2);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none:where(.scalar-component),:where(.scalar-component) .shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm:where(.scalar-component),:where(.scalar-component) .shadow-sm{--tw-shadow: rgba(0, 0, 0, .09) 0px 1px 4px;--tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none:where(.scalar-component),:where(.scalar-component) .outline-none{outline:2px solid transparent;outline-offset:2px}.outline:where(.scalar-component),:where(.scalar-component) .outline{outline-style:solid}.blur:where(.scalar-component),:where(.scalar-component) .blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.brightness-lifted:where(.scalar-component),:where(.scalar-component) .brightness-lifted{--tw-brightness: brightness(var(--scalar-lifted-brightness));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter:where(.scalar-component),:where(.scalar-component) .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition:where(.scalar-component),:where(.scalar-component) .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity:where(.scalar-component),:where(.scalar-component) .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform:where(.scalar-component),:where(.scalar-component) .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out:where(.scalar-component),:where(.scalar-component) .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.row:where(.scalar-component),:where(.scalar-component) .row{display:flex;flex-direction:row}.col:where(.scalar-component),:where(.scalar-component) .col{display:flex;flex-direction:column}.before\:mr-1:before:where(.scalar-component),:where(.scalar-component) .before\:mr-1:before{content:var(--tw-content);margin-right:4px}.before\:mr-1\.5:before:where(.scalar-component),:where(.scalar-component) .before\:mr-1\.5:before{content:var(--tw-content);margin-right:6px}.before\:block:before:where(.scalar-component),:where(.scalar-component) .before\:block:before{content:var(--tw-content);display:block}.before\:h-4:before:where(.scalar-component),:where(.scalar-component) .before\:h-4:before{content:var(--tw-content);height:16px}.before\:w-4:before:where(.scalar-component),:where(.scalar-component) .before\:w-4:before{content:var(--tw-content);width:16px}.before\:bg-error:before:where(.scalar-component),:where(.scalar-component) .before\:bg-error:before{content:var(--tw-content);background-color:var(--scalar-error-color)}.before\:text-center:before:where(.scalar-component),:where(.scalar-component) .before\:text-center:before{content:var(--tw-content);text-align:center}.before\:text-xxs:before:where(.scalar-component),:where(.scalar-component) .before\:text-xxs:before{content:var(--tw-content);font-size:var(--scalar-micro, var(--scalar-font-size-5))}.before\:font-black:before:where(.scalar-component),:where(.scalar-component) .before\:font-black:before{content:var(--tw-content);font-weight:900}.before\:leading-4:before:where(.scalar-component),:where(.scalar-component) .before\:leading-4:before{content:var(--tw-content);line-height:16px}.before\:text-white:before:where(.scalar-component),:where(.scalar-component) .before\:text-white:before{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.before\:content-\[\'\!\'\]:before:where(.scalar-component),:where(.scalar-component) .before\:content-\[\'\!\'\]:before{--tw-content: "!";content:var(--tw-content)}.first-of-type\:mt-0:first-of-type:where(.scalar-component),:where(.scalar-component) .first-of-type\:mt-0:first-of-type{margin-top:0}.first-of-type\:mt-0\.75:first-of-type:where(.scalar-component),:where(.scalar-component) .first-of-type\:mt-0\.75:first-of-type{margin-top:3px}.last-of-type\:mb-0:last-of-type:where(.scalar-component),:where(.scalar-component) .last-of-type\:mb-0:last-of-type{margin-bottom:0}.last-of-type\:mb-0\.75:last-of-type:where(.scalar-component),:where(.scalar-component) .last-of-type\:mb-0\.75:last-of-type{margin-bottom:3px}.empty\:hidden:empty:where(.scalar-component),:where(.scalar-component) .empty\:hidden:empty{display:none}.focus-within\:border-fore-1:focus-within:where(.scalar-component),:where(.scalar-component) .focus-within\:border-fore-1:focus-within{border-color:var(--scalar-color-1)}.hover\:bg-back-2:hover:where(.scalar-component),:where(.scalar-component) .hover\:bg-back-2:hover{background-color:var(--scalar-background-2)}.hover\:text-fore-1:hover:where(.scalar-component),:where(.scalar-component) .hover\:text-fore-1:hover{color:var(--scalar-color-1)}.active\:bg-back-btn-1:active:where(.scalar-component),:where(.scalar-component) .active\:bg-back-btn-1:active{background-color:var(--scalar-button-1)}.active\:text-fore-2:active:where(.scalar-component),:where(.scalar-component) .active\:text-fore-2:active{color:var(--scalar-color-2)}.active\:shadow-none:active:where(.scalar-component),:where(.scalar-component) .active\:shadow-none:active{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.active\:brightness-90:active:where(.scalar-component),:where(.scalar-component) .active\:brightness-90:active{--tw-brightness: brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.group:hover .group-hover\:text-fore-1:where(.scalar-component),:where(.scalar-component) .group:hover .group-hover\:text-fore-1{color:var(--scalar-color-1)}.has-actv-btn\:border:has(button:active):where(.scalar-component),:where(.scalar-component) .has-actv-btn\:border:has(button:active){border-width:1px}.has-actv-btn\:border-border:has(button:active):where(.scalar-component),:where(.scalar-component) .has-actv-btn\:border-border:has(button:active){border-color:var(--scalar-border-color)}.\!empty\:flex:not(:empty):where(.scalar-component),:where(.scalar-component) .\!empty\:flex:not(:empty){display:flex}.\!empty\:w-7:not(:empty):where(.scalar-component),:where(.scalar-component) .\!empty\:w-7:not(:empty){width:28px}.\!empty\:items-center:not(:empty):where(.scalar-component),:where(.scalar-component) .\!empty\:items-center:not(:empty){align-items:center}.\!empty\:pr-3:not(:empty):where(.scalar-component),:where(.scalar-component) .\!empty\:pr-3:not(:empty){padding-right:12px}.hocus\:bg-border:hover:where(.scalar-component),:where(.scalar-component) .hocus\:bg-border:hover{background-color:var(--scalar-border-color)}.hocus\:bg-hover-btn-1:hover:where(.scalar-component),:where(.scalar-component) .hocus\:bg-hover-btn-1:hover{background-color:var(--scalar-button-1-hover)}.hocus\:text-fore-2:hover:where(.scalar-component),:where(.scalar-component) .hocus\:text-fore-2:hover{color:var(--scalar-color-2)}.hocus\:brightness-90:hover:where(.scalar-component),:where(.scalar-component) .hocus\:brightness-90:hover{--tw-brightness: brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hocus\:bg-border:focus-visible:where(.scalar-component),:where(.scalar-component) .hocus\:bg-border:focus-visible{background-color:var(--scalar-border-color)}.hocus\:bg-hover-btn-1:focus-visible:where(.scalar-component),:where(.scalar-component) .hocus\:bg-hover-btn-1:focus-visible{background-color:var(--scalar-button-1-hover)}.hocus\:text-fore-2:focus-visible:where(.scalar-component),:where(.scalar-component) .hocus\:text-fore-2:focus-visible{color:var(--scalar-color-2)}.hocus\:brightness-90:focus-visible:where(.scalar-component),:where(.scalar-component) .hocus\:brightness-90:focus-visible{--tw-brightness: brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media (min-width: 768px){.md\:row:where(.scalar-component),:where(.scalar-component) .md\:row{display:flex;flex-direction:row}}
|
|
1099
|
+
.loader-wrapper:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .loader-wrapper[data-v-47faceda]{position:relative;height:var(--d6cae758);width:var(--d6cae758);display:flex;align-items:center;justify-content:center;--loader-size: 50%}.svg-loader:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .svg-loader[data-v-47faceda]{width:var(--loader-size);height:var(--loader-size);top:1rem;right:.9rem;overflow:visible;fill:none;background-color:transparent;stroke:currentColor}.svg-path:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .svg-path[data-v-47faceda]{stroke-width:14;fill:none;transition:.3s}.svg-x-mark:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .svg-x-mark[data-v-47faceda]{stroke-dasharray:57;stroke-dashoffset:57;transition-delay:0s}.svg-check-mark:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .svg-check-mark[data-v-47faceda]{stroke-dasharray:149;stroke-dashoffset:149;transition-delay:0s}.icon-is-invalid .svg-x-mark:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .icon-is-invalid .svg-x-mark[data-v-47faceda]{stroke-dashoffset:0;transition-delay:.3s}.icon-is-valid .svg-check-mark:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .icon-is-valid .svg-check-mark[data-v-47faceda]{stroke-dashoffset:0;transition-delay:.3s}.circular-loader:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .circular-loader[data-v-47faceda]{animation:rotate-47faceda .7s linear infinite,fade-in-47faceda .4s;transform-origin:center center;transform:scale(5);background:transparent}.loader-path:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .loader-path[data-v-47faceda]{stroke-dasharray:50,200;stroke-dashoffset:-100;stroke-linecap:round}.loader-path-off:where(.scalar-component[data-v-47faceda]),:where(.scalar-component) .loader-path-off[data-v-47faceda]{stroke-dasharray:50,200;stroke-dashoffset:-100;transition:opacity .3s;opacity:0}@keyframes fade-in-47faceda{0%{opacity:0}70%{opacity:0}to{opacity:1}}@keyframes rotate-47faceda{0%{transform:scale(5) rotate(0)}to{transform:scale(5) rotate(360deg)}}.scalar-codeblock-code[class*=language-]:where(.scalar-component),:where(.scalar-component) .scalar-codeblock-code[class*=language-],.scalar-codeblock-pre[class*=language-]:where(.scalar-component),:where(.scalar-component) .scalar-codeblock-pre[class*=language-]{color:var(--scalar-color-2);background:none;font-family:var(--scalar-font-code);font-size:var(--scalar-small);text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.4;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;display:block}.scalar-codeblock-pre[class*=language-]:where(.scalar-component),:where(.scalar-component) .scalar-codeblock-pre[class*=language-]{margin:0;padding:.5rem;overflow:auto}:not(pre)>code[class*=language-]:where(.scalar-component),:where(.scalar-component) :not(pre)>code[class*=language-],.scalar-codeblock-pre[class*=language-]:where(.scalar-component),:where(.scalar-component) .scalar-codeblock-pre[class*=language-]{background:var(--scalar-background-2)}.line-numbers.scalar-codeblock-pre[class*=language-]{position:relative;padding-left:2em;counter-reset:linenumber}.line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3em;width:3em;letter-spacing:-1px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}:not(pre)>code[class*=language-]:where(.scalar-component),:where(.scalar-component) :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment:where(.scalar-component),:where(.scalar-component) .token.comment,.token.block-comment:where(.scalar-component),:where(.scalar-component) .token.block-comment,.token.prolog:where(.scalar-component),:where(.scalar-component) .token.prolog,.token.doctype:where(.scalar-component),:where(.scalar-component) .token.doctype,.token.cdata:where(.scalar-component),:where(.scalar-component) .token.cdata{color:var(--scalar-color-2)}.token.punctuation:where(.scalar-component),:where(.scalar-component) .token.punctuation{color:var(--scalar-color-3)}.token.tag:where(.scalar-component),:where(.scalar-component) .token.tag,.token.attr-name:where(.scalar-component),:where(.scalar-component) .token.attr-name,.token.namespace:where(.scalar-component),:where(.scalar-component) .token.namespace,.token.deleted:where(.scalar-component),:where(.scalar-component) .token.deleted{color:var(--scalar-color-red)}.token.function-name:where(.scalar-component),:where(.scalar-component) .token.function-name{color:var(--scalar-color-green)}.token.boolean:where(.scalar-component),:where(.scalar-component) .token.boolean,.token.number:where(.scalar-component),:where(.scalar-component) .token.number,.token.function:where(.scalar-component),:where(.scalar-component) .token.function{color:var(--scalar-color-orange)}.token.property:where(.scalar-component),:where(.scalar-component) .token.property,.token.class-name:where(.scalar-component),:where(.scalar-component) .token.class-name,.token.constant:where(.scalar-component),:where(.scalar-component) .token.constant,.token.symbol:where(.scalar-component),:where(.scalar-component) .token.symbol{color:var(--scalar-color-1)}.token.selector:where(.scalar-component),:where(.scalar-component) .token.selector,.token.important:where(.scalar-component),:where(.scalar-component) .token.important,.token.atrule:where(.scalar-component),:where(.scalar-component) .token.atrule,.token.keyword:where(.scalar-component),:where(.scalar-component) .token.keyword,.token.builtin:where(.scalar-component),:where(.scalar-component) .token.builtin{color:var(--scalar-color-purple)}.token.string:where(.scalar-component),:where(.scalar-component) .token.string,.token.char:where(.scalar-component),:where(.scalar-component) .token.char,.token.attr-value:where(.scalar-component),:where(.scalar-component) .token.attr-value,.token.regex:where(.scalar-component),:where(.scalar-component) .token.regex,.token.variable:where(.scalar-component),:where(.scalar-component) .token.variable{color:var(--scalar-color-blue)}.light-mode .dark-mode .language-shell .token.variable:where(.scalar-component),:where(.scalar-component) .light-mode .dark-mode .language-shell .token.variable{color:var(--scalar-color-1)}.light-mode .dark-mode .language-shell .token.string:where(.scalar-component),:where(.scalar-component) .light-mode .dark-mode .language-shell .token.string{color:var(--scalar-color-blue)}.language-shell .token.string:where(.scalar-component),:where(.scalar-component) .language-shell .token.string{color:var(--scalar-color-1)}.token.operator:where(.scalar-component),:where(.scalar-component) .token.operator,.token.entity:where(.scalar-component),:where(.scalar-component) .token.entity,.token.url:where(.scalar-component),:where(.scalar-component) .token.url{color:var(--scalar-color-3)}.token.important:where(.scalar-component),:where(.scalar-component) .token.important,.token.bold:where(.scalar-component),:where(.scalar-component) .token.bold{font-weight:700}.token.italic:where(.scalar-component),:where(.scalar-component) .token.italic{font-style:italic}.token.entity:where(.scalar-component),:where(.scalar-component) .token.entity{cursor:help}.token.inserted:where(.scalar-component),:where(.scalar-component) .token.inserted{color:var(--scalar-color-green)}.credentials:where(.scalar-component),:where(.scalar-component) .credentials{font-size:0;color:transparent}.credentials:after:where(.scalar-component),:where(.scalar-component) .credentials:after{content:"·····";font-size:var(--scalar-small);color:var(--scalar-color-3)}.scalar-modal-layout:where(.scalar-component[data-v-ff85ced0]),:where(.scalar-component) .scalar-modal-layout[data-v-ff85ced0]{animation:modal-fade-ff85ced0 .2s forwards}.scalar-modal:where(.scalar-component[data-v-ff85ced0]),:where(.scalar-component) .scalar-modal[data-v-ff85ced0]{transform:scale(.98);animation:modal-pop-ff85ced0 .15s .15s forwards}@keyframes modal-fade-ff85ced0{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-ff85ced0{0%{opacity:0}to{opacity:1;transform:scale(1)}}.scalar-input-wrapper-focus .scalar-input-label:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input-wrapper-focus .scalar-input-label[data-v-5f3f67be]{color:var(--scalar-color-1)}.scalar-input-wrapper-error .scalar-input-label:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input-wrapper-error .scalar-input-label[data-v-5f3f67be]{color:var(--scalar-color-error-color)}.scalar-input::-moz-selection:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]::-moz-selection{color:var(--scalar-color-1);background:#ffa55859}.scalar-input::selection:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]::selection{color:var(--scalar-color-1);background:#ffa55859}.scalar-input:has(+.scalar-input-label):where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:has(+.scalar-input-label){opacity:0}.scalar-input:not(:-moz-placeholder-shown):where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:not(:-moz-placeholder-shown){opacity:1;-moz-transition:opacity .2s ease-in-out .15s;transition:opacity .2s ease-in-out .15s}.scalar-input:not(:placeholder-shown):where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:not(:placeholder-shown),.scalar-input-wrapper-focus .scalar-input:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input-wrapper-focus .scalar-input[data-v-5f3f67be]{opacity:1;transition:opacity .2s ease-in-out .15s}.scalar-input:-webkit-autofill:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:-webkit-autofill,.scalar-input:-webkit-autofill:hover:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:-webkit-autofill:hover,.scalar-input:-webkit-autofill:focus:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:-webkit-autofill:focus,.scalar-input:-webkit-autofill:active:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:-webkit-autofill:active,.scalar-input:focus-within:-webkit-autofill:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:focus-within:-webkit-autofill,.scalar-input:focus-within:-webkit-autofill:hover:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:focus-within:-webkit-autofill:hover,.scalar-input:focus-within:-webkit-autofill:focus:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:focus-within:-webkit-autofill:focus,.scalar-input:focus-within:-webkit-autofill:active:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input[data-v-5f3f67be]:focus-within:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--scalar-background-1) inset!important;-webkit-text-fill-color:var(--scalar-color-1);color:var(--scalar-color-1);border-radius:var(--scalar-radius)}.scalar-input:not(:-moz-placeholder-shown)+.scalar-input-label:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input:not(:-moz-placeholder-shown)+.scalar-input-label[data-v-5f3f67be]{transform:translate3d(0,-20px,0) scale(.8);transform-origin:top left}.scalar-input-wrapper-focus .scalar-input-label:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input-wrapper-focus .scalar-input-label[data-v-5f3f67be],.scalar-input:not(:placeholder-shown)+.scalar-input-label:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input:not(:placeholder-shown)+.scalar-input-label[data-v-5f3f67be]{transform:translate3d(0,-20px,0) scale(.8);transform-origin:top left}.scalar-input-wrapper-focus:has(button:active) .scalar-input-label:where(.scalar-component[data-v-5f3f67be]),:where(.scalar-component) .scalar-input-wrapper-focus:has(button:active) .scalar-input-label[data-v-5f3f67be]{color:var(--scalar-color-3)!important}:where(.scalar-component),:where(.scalar-component) *{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--scalar-border-color);font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:unset;font-weight:inherit;line-height:inherit;color:inherit;margin:unset;padding:unset}:where(.scalar-component),:where(.scalar-component) *,:before:where(.scalar-component),:where(.scalar-component) :before,:after:where(.scalar-component),:where(.scalar-component) :after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop:where(.scalar-component),:where(.scalar-component) ::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sr-only:where(.scalar-component),:where(.scalar-component) .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none:where(.scalar-component),:where(.scalar-component) .pointer-events-none{pointer-events:none}.visible:where(.scalar-component),:where(.scalar-component) .visible{visibility:visible}.fixed:where(.scalar-component),:where(.scalar-component) .fixed{position:fixed}.absolute:where(.scalar-component),:where(.scalar-component) .absolute{position:absolute}.relative:where(.scalar-component),:where(.scalar-component) .relative{position:relative}.inset-0:where(.scalar-component),:where(.scalar-component) .inset-0{top:0;right:0;bottom:0;left:0}.left-0:where(.scalar-component),:where(.scalar-component) .left-0{left:0}.top-0:where(.scalar-component),:where(.scalar-component) .top-0{top:0}.-z-1:where(.scalar-component),:where(.scalar-component) .-z-1{z-index:-1}.z-\[1001\]:where(.scalar-component),:where(.scalar-component) .z-\[1001\]{z-index:1001}.z-context:where(.scalar-component),:where(.scalar-component) .z-context{z-index:1000}.m-0:where(.scalar-component),:where(.scalar-component) .m-0{margin:0}.-mx-0:where(.scalar-component),:where(.scalar-component) .-mx-0{margin-left:-0px;margin-right:-0px}.-mx-0\.75:where(.scalar-component),:where(.scalar-component) .-mx-0\.75{margin-left:-3px;margin-right:-3px}.mx-2:where(.scalar-component),:where(.scalar-component) .mx-2{margin-left:8px;margin-right:8px}.mx-auto:where(.scalar-component),:where(.scalar-component) .mx-auto{margin-left:auto;margin-right:auto}.my-0:where(.scalar-component),:where(.scalar-component) .my-0{margin-top:0;margin-bottom:0}.my-0\.75:where(.scalar-component),:where(.scalar-component) .my-0\.75{margin-top:3px;margin-bottom:3px}.my-3:where(.scalar-component),:where(.scalar-component) .my-3{margin-top:12px;margin-bottom:12px}.mb-0:where(.scalar-component),:where(.scalar-component) .mb-0{margin-bottom:0}.ml-2:where(.scalar-component),:where(.scalar-component) .ml-2{margin-left:8px}.mr-2:where(.scalar-component),:where(.scalar-component) .mr-2{margin-right:8px}.mr-3:where(.scalar-component),:where(.scalar-component) .mr-3{margin-right:12px}.mt-1:where(.scalar-component),:where(.scalar-component) .mt-1{margin-top:4px}.mt-1\.5:where(.scalar-component),:where(.scalar-component) .mt-1\.5{margin-top:6px}.mt-20:where(.scalar-component),:where(.scalar-component) .mt-20{margin-top:80px}.block:where(.scalar-component),:where(.scalar-component) .block{display:block}.flex:where(.scalar-component),:where(.scalar-component) .flex{display:flex}.grid:where(.scalar-component),:where(.scalar-component) .grid{display:grid}.contents:where(.scalar-component),:where(.scalar-component) .contents{display:contents}.hidden:where(.scalar-component),:where(.scalar-component) .hidden{display:none}.aspect-square:where(.scalar-component),:where(.scalar-component) .aspect-square{aspect-ratio:1 / 1}.size-10:where(.scalar-component),:where(.scalar-component) .size-10{width:40px;height:40px}.size-3:where(.scalar-component),:where(.scalar-component) .size-3{width:12px;height:12px}.size-3\.5:where(.scalar-component),:where(.scalar-component) .size-3\.5{width:14px;height:14px}.size-4:where(.scalar-component),:where(.scalar-component) .size-4{width:16px;height:16px}.size-5:where(.scalar-component),:where(.scalar-component) .size-5{width:20px;height:20px}.size-6:where(.scalar-component),:where(.scalar-component) .size-6{width:24px;height:24px}.size-8:where(.scalar-component),:where(.scalar-component) .size-8{width:32px;height:32px}.size-full:where(.scalar-component),:where(.scalar-component) .size-full{width:100%;height:100%}.h-10:where(.scalar-component),:where(.scalar-component) .h-10{height:40px}.h-4:where(.scalar-component),:where(.scalar-component) .h-4{height:16px}.h-\[100dvh\]:where(.scalar-component),:where(.scalar-component) .h-\[100dvh\]{height:100dvh}.h-full:where(.scalar-component),:where(.scalar-component) .h-full{height:100%}.h-px:where(.scalar-component),:where(.scalar-component) .h-px{height:1px}.h-screen:where(.scalar-component),:where(.scalar-component) .h-screen{height:100vh}.max-h-\[440px\]:where(.scalar-component),:where(.scalar-component) .max-h-\[440px\]{max-height:440px}.max-h-\[calc\(100dvh-240px\)\]:where(.scalar-component),:where(.scalar-component) .max-h-\[calc\(100dvh-240px\)\]{max-height:calc(100dvh - 240px)}.min-h-\[77px\]:where(.scalar-component),:where(.scalar-component) .min-h-\[77px\]{min-height:77px}.w-4:where(.scalar-component),:where(.scalar-component) .w-4{width:16px}.w-56:where(.scalar-component),:where(.scalar-component) .w-56{width:224px}.w-\[100dvw\]:where(.scalar-component),:where(.scalar-component) .w-\[100dvw\]{width:100dvw}.w-full:where(.scalar-component),:where(.scalar-component) .w-full{width:100%}.min-w-0:where(.scalar-component),:where(.scalar-component) .min-w-0{min-width:0px}.max-w-screen-lg:where(.scalar-component),:where(.scalar-component) .max-w-screen-lg{max-width:800px}.max-w-screen-md:where(.scalar-component),:where(.scalar-component) .max-w-screen-md{max-width:640px}.max-w-screen-sm:where(.scalar-component),:where(.scalar-component) .max-w-screen-sm{max-width:540px}.max-w-screen-xs:where(.scalar-component),:where(.scalar-component) .max-w-screen-xs{max-width:480px}.flex-1:where(.scalar-component),:where(.scalar-component) .flex-1{flex:1 1 0%}.origin-top-left:where(.scalar-component),:where(.scalar-component) .origin-top-left{transform-origin:top left}.rotate-90:where(.scalar-component),:where(.scalar-component) .rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform:where(.scalar-component),:where(.scalar-component) .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed:where(.scalar-component),:where(.scalar-component) .cursor-not-allowed{cursor:not-allowed}.cursor-pointer:where(.scalar-component),:where(.scalar-component) .cursor-pointer{cursor:pointer}.resize-none:where(.scalar-component),:where(.scalar-component) .resize-none{resize:none}.resize:where(.scalar-component),:where(.scalar-component) .resize{resize:both}.appearance-none:where(.scalar-component),:where(.scalar-component) .appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-col:where(.scalar-component),:where(.scalar-component) .flex-col{flex-direction:column}.flex-wrap:where(.scalar-component),:where(.scalar-component) .flex-wrap{flex-wrap:wrap}.items-start:where(.scalar-component),:where(.scalar-component) .items-start{align-items:flex-start}.items-center:where(.scalar-component),:where(.scalar-component) .items-center{align-items:center}.justify-center:where(.scalar-component),:where(.scalar-component) .justify-center{justify-content:center}.justify-between:where(.scalar-component),:where(.scalar-component) .justify-between{justify-content:space-between}.gap-0:where(.scalar-component),:where(.scalar-component) .gap-0{gap:0px}.gap-0\.75:where(.scalar-component),:where(.scalar-component) .gap-0\.75{gap:3px}.gap-1:where(.scalar-component),:where(.scalar-component) .gap-1{gap:4px}.gap-2:where(.scalar-component),:where(.scalar-component) .gap-2{gap:8px}.gap-3:where(.scalar-component),:where(.scalar-component) .gap-3{gap:12px}.gap-4:where(.scalar-component),:where(.scalar-component) .gap-4{gap:16px}.divide-y>:not([hidden])~:not([hidden]):where(.scalar-component),:where(.scalar-component) .divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.self-center:where(.scalar-component),:where(.scalar-component) .self-center{align-self:center}.overflow-hidden:where(.scalar-component),:where(.scalar-component) .overflow-hidden{overflow:hidden}.overflow-y-auto:where(.scalar-component),:where(.scalar-component) .overflow-y-auto{overflow-y:auto}.truncate:where(.scalar-component),:where(.scalar-component) .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded:where(.scalar-component),:where(.scalar-component) .rounded{border-radius:var(--scalar-radius)}.rounded-lg:where(.scalar-component),:where(.scalar-component) .rounded-lg{border-radius:var(--scalar-radius-lg)}.border:where(.scalar-component),:where(.scalar-component) .border{border-width:1px}.border-0:where(.scalar-component),:where(.scalar-component) .border-0{border-width:0px}.border-solid:where(.scalar-component),:where(.scalar-component) .border-solid{border-style:solid}.border-border:where(.scalar-component),:where(.scalar-component) .border-border{border-color:var(--scalar-border-color)}.border-error:where(.scalar-component),:where(.scalar-component) .border-error{border-color:var(--scalar-error-color)}.border-fore-3:where(.scalar-component),:where(.scalar-component) .border-fore-3{border-color:var(--scalar-color-3)}.bg-back-1:where(.scalar-component),:where(.scalar-component) .bg-back-1{background-color:var(--scalar-background-1)}.bg-back-2:where(.scalar-component),:where(.scalar-component) .bg-back-2{background-color:var(--scalar-background-2)}.bg-back-btn-1:where(.scalar-component),:where(.scalar-component) .bg-back-btn-1{background-color:var(--scalar-button-1)}.bg-backdrop:where(.scalar-component),:where(.scalar-component) .bg-backdrop{background-color:#00000070}.bg-border:where(.scalar-component),:where(.scalar-component) .bg-border{background-color:var(--scalar-border-color)}.bg-error:where(.scalar-component),:where(.scalar-component) .bg-error{background-color:var(--scalar-error-color)}.bg-transparent:where(.scalar-component),:where(.scalar-component) .bg-transparent{background-color:transparent}.stroke-\[0\.92\]:where(.scalar-component),:where(.scalar-component) .stroke-\[0\.92\]{stroke-width:.92}.stroke-\[0\.96\]:where(.scalar-component),:where(.scalar-component) .stroke-\[0\.96\]{stroke-width:.96}.stroke-\[0\.9\]:where(.scalar-component),:where(.scalar-component) .stroke-\[0\.9\]{stroke-width:.9}.stroke-\[1\.1\]:where(.scalar-component),:where(.scalar-component) .stroke-\[1\.1\]{stroke-width:1.1}.stroke-\[1\.2\]:where(.scalar-component),:where(.scalar-component) .stroke-\[1\.2\]{stroke-width:1.2}.stroke-\[1\.4\]:where(.scalar-component),:where(.scalar-component) .stroke-\[1\.4\]{stroke-width:1.4}.p-0:where(.scalar-component),:where(.scalar-component) .p-0{padding:0}.p-0\.5:where(.scalar-component),:where(.scalar-component) .p-0\.5{padding:2px}.p-0\.75:where(.scalar-component),:where(.scalar-component) .p-0\.75{padding:3px}.p-1:where(.scalar-component),:where(.scalar-component) .p-1{padding:4px}.p-2:where(.scalar-component),:where(.scalar-component) .p-2{padding:8px}.p-3:where(.scalar-component),:where(.scalar-component) .p-3{padding:12px}.p-5:where(.scalar-component),:where(.scalar-component) .p-5{padding:20px}.px-1:where(.scalar-component),:where(.scalar-component) .px-1{padding-left:4px;padding-right:4px}.px-2:where(.scalar-component),:where(.scalar-component) .px-2{padding-left:8px;padding-right:8px}.px-2\.5:where(.scalar-component),:where(.scalar-component) .px-2\.5{padding-left:10px;padding-right:10px}.px-3:where(.scalar-component),:where(.scalar-component) .px-3{padding-left:12px;padding-right:12px}.px-4:where(.scalar-component),:where(.scalar-component) .px-4{padding-left:16px;padding-right:16px}.px-6:where(.scalar-component),:where(.scalar-component) .px-6{padding-left:24px;padding-right:24px}.px-9:where(.scalar-component),:where(.scalar-component) .px-9{padding-left:36px;padding-right:36px}.py-1:where(.scalar-component),:where(.scalar-component) .py-1{padding-top:4px;padding-bottom:4px}.py-1\.5:where(.scalar-component),:where(.scalar-component) .py-1\.5{padding-top:6px;padding-bottom:6px}.py-3:where(.scalar-component),:where(.scalar-component) .py-3{padding-top:12px;padding-bottom:12px}.py-4:where(.scalar-component),:where(.scalar-component) .py-4{padding-top:16px;padding-bottom:16px}.pb-0:where(.scalar-component),:where(.scalar-component) .pb-0{padding-bottom:0}.pb-4:where(.scalar-component),:where(.scalar-component) .pb-4{padding-bottom:16px}.pl-9:where(.scalar-component),:where(.scalar-component) .pl-9{padding-left:36px}.pr-3:where(.scalar-component),:where(.scalar-component) .pr-3{padding-right:12px}.pt-3:where(.scalar-component),:where(.scalar-component) .pt-3{padding-top:12px}.pt-6:where(.scalar-component),:where(.scalar-component) .pt-6{padding-top:24px}.text-left:where(.scalar-component),:where(.scalar-component) .text-left{text-align:left}.font-code:where(.scalar-component),:where(.scalar-component) .font-code{font-family:var(--scalar-font-code)}.text-lg:where(.scalar-component),:where(.scalar-component) .text-lg{font-size:var(--scalar-font-size-1)}.text-sm:where(.scalar-component),:where(.scalar-component) .text-sm{font-size:var(--scalar-small,var(--scalar-font-size-3))}.text-xs:where(.scalar-component),:where(.scalar-component) .text-xs{font-size:var(--scalar-mini, var(--scalar-font-size-4))}.text-xxs:where(.scalar-component),:where(.scalar-component) .text-xxs{font-size:var(--scalar-micro, var(--scalar-font-size-5))}.font-bold:where(.scalar-component),:where(.scalar-component) .font-bold{font-weight:var(--scalar-font-bold)}.font-medium:where(.scalar-component),:where(.scalar-component) .font-medium{font-weight:var(--scalar-font-medium)}.font-normal:where(.scalar-component),:where(.scalar-component) .font-normal{font-weight:400}.italic:where(.scalar-component),:where(.scalar-component) .italic{font-style:italic}.text-error:where(.scalar-component),:where(.scalar-component) .text-error{color:var(--scalar-error-color)}.text-fore-1:where(.scalar-component),:where(.scalar-component) .text-fore-1{color:var(--scalar-color-1)}.text-fore-2:where(.scalar-component),:where(.scalar-component) .text-fore-2{color:var(--scalar-color-2)}.text-fore-3:where(.scalar-component),:where(.scalar-component) .text-fore-3{color:var(--scalar-color-3)}.text-fore-btn-1:where(.scalar-component),:where(.scalar-component) .text-fore-btn-1{color:var(--scalar-button-1-color)}.text-ghost:where(.scalar-component),:where(.scalar-component) .text-ghost{color:var(--scalar-color-ghost)}.text-white:where(.scalar-component),:where(.scalar-component) .text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.no-underline:where(.scalar-component),:where(.scalar-component) .no-underline{text-decoration-line:none}.opacity-0:where(.scalar-component),:where(.scalar-component) .opacity-0{opacity:0}.shadow:where(.scalar-component),:where(.scalar-component) .shadow{--tw-shadow: var(--scalar-shadow-1);--tw-shadow-colored: var(--scalar-shadow-1);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md:where(.scalar-component),:where(.scalar-component) .shadow-md{--tw-shadow: var(--scalar-shadow-2);--tw-shadow-colored: var(--scalar-shadow-2);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none:where(.scalar-component),:where(.scalar-component) .shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm:where(.scalar-component),:where(.scalar-component) .shadow-sm{--tw-shadow: rgba(0, 0, 0, .09) 0px 1px 4px;--tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none:where(.scalar-component),:where(.scalar-component) .outline-none{outline:2px solid transparent;outline-offset:2px}.outline:where(.scalar-component),:where(.scalar-component) .outline{outline-style:solid}.blur:where(.scalar-component),:where(.scalar-component) .blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.brightness-lifted:where(.scalar-component),:where(.scalar-component) .brightness-lifted{--tw-brightness: brightness(var(--scalar-lifted-brightness));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter:where(.scalar-component),:where(.scalar-component) .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition:where(.scalar-component),:where(.scalar-component) .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors:where(.scalar-component),:where(.scalar-component) .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity:where(.scalar-component),:where(.scalar-component) .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform:where(.scalar-component),:where(.scalar-component) .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out:where(.scalar-component),:where(.scalar-component) .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.row:where(.scalar-component),:where(.scalar-component) .row{display:flex;flex-direction:row}.col:where(.scalar-component),:where(.scalar-component) .col{display:flex;flex-direction:column}.before\:mr-1:before:where(.scalar-component),:where(.scalar-component) .before\:mr-1:before{content:var(--tw-content);margin-right:4px}.before\:mr-1\.5:before:where(.scalar-component),:where(.scalar-component) .before\:mr-1\.5:before{content:var(--tw-content);margin-right:6px}.before\:block:before:where(.scalar-component),:where(.scalar-component) .before\:block:before{content:var(--tw-content);display:block}.before\:h-4:before:where(.scalar-component),:where(.scalar-component) .before\:h-4:before{content:var(--tw-content);height:16px}.before\:w-4:before:where(.scalar-component),:where(.scalar-component) .before\:w-4:before{content:var(--tw-content);width:16px}.before\:bg-error:before:where(.scalar-component),:where(.scalar-component) .before\:bg-error:before{content:var(--tw-content);background-color:var(--scalar-error-color)}.before\:text-center:before:where(.scalar-component),:where(.scalar-component) .before\:text-center:before{content:var(--tw-content);text-align:center}.before\:text-xxs:before:where(.scalar-component),:where(.scalar-component) .before\:text-xxs:before{content:var(--tw-content);font-size:var(--scalar-micro, var(--scalar-font-size-5))}.before\:font-black:before:where(.scalar-component),:where(.scalar-component) .before\:font-black:before{content:var(--tw-content);font-weight:900}.before\:leading-4:before:where(.scalar-component),:where(.scalar-component) .before\:leading-4:before{content:var(--tw-content);line-height:16px}.before\:text-white:before:where(.scalar-component),:where(.scalar-component) .before\:text-white:before{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.before\:content-\[\'\!\'\]:before:where(.scalar-component),:where(.scalar-component) .before\:content-\[\'\!\'\]:before{--tw-content: "!";content:var(--tw-content)}.first-of-type\:mt-0:first-of-type:where(.scalar-component),:where(.scalar-component) .first-of-type\:mt-0:first-of-type{margin-top:0}.first-of-type\:mt-0\.75:first-of-type:where(.scalar-component),:where(.scalar-component) .first-of-type\:mt-0\.75:first-of-type{margin-top:3px}.last-of-type\:mb-0:last-of-type:where(.scalar-component),:where(.scalar-component) .last-of-type\:mb-0:last-of-type{margin-bottom:0}.last-of-type\:mb-0\.75:last-of-type:where(.scalar-component),:where(.scalar-component) .last-of-type\:mb-0\.75:last-of-type{margin-bottom:3px}.empty\:hidden:empty:where(.scalar-component),:where(.scalar-component) .empty\:hidden:empty{display:none}.focus-within\:border-fore-1:focus-within:where(.scalar-component),:where(.scalar-component) .focus-within\:border-fore-1:focus-within{border-color:var(--scalar-color-1)}.hover\:bg-back-2:hover:where(.scalar-component),:where(.scalar-component) .hover\:bg-back-2:hover{background-color:var(--scalar-background-2)}.hover\:text-fore-1:hover:where(.scalar-component),:where(.scalar-component) .hover\:text-fore-1:hover{color:var(--scalar-color-1)}.active\:bg-back-btn-1:active:where(.scalar-component),:where(.scalar-component) .active\:bg-back-btn-1:active{background-color:var(--scalar-button-1)}.active\:text-fore-1:active:where(.scalar-component),:where(.scalar-component) .active\:text-fore-1:active{color:var(--scalar-color-1)}.active\:shadow-none:active:where(.scalar-component),:where(.scalar-component) .active\:shadow-none:active{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.active\:brightness-90:active:where(.scalar-component),:where(.scalar-component) .active\:brightness-90:active{--tw-brightness: brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.group:hover .group-hover\:text-fore-1:where(.scalar-component),:where(.scalar-component) .group:hover .group-hover\:text-fore-1{color:var(--scalar-color-1)}.has-actv-btn\:border:has(button:active):where(.scalar-component),:where(.scalar-component) .has-actv-btn\:border:has(button:active){border-width:1px}.has-actv-btn\:border-border:has(button:active):where(.scalar-component),:where(.scalar-component) .has-actv-btn\:border-border:has(button:active){border-color:var(--scalar-border-color)}.\!empty\:flex:not(:empty):where(.scalar-component),:where(.scalar-component) .\!empty\:flex:not(:empty){display:flex}.\!empty\:w-7:not(:empty):where(.scalar-component),:where(.scalar-component) .\!empty\:w-7:not(:empty){width:28px}.\!empty\:items-center:not(:empty):where(.scalar-component),:where(.scalar-component) .\!empty\:items-center:not(:empty){align-items:center}.\!empty\:pr-3:not(:empty):where(.scalar-component),:where(.scalar-component) .\!empty\:pr-3:not(:empty){padding-right:12px}.hocus\:bg-border:hover:where(.scalar-component),:where(.scalar-component) .hocus\:bg-border:hover{background-color:var(--scalar-border-color)}.hocus\:bg-hover-btn-1:hover:where(.scalar-component),:where(.scalar-component) .hocus\:bg-hover-btn-1:hover{background-color:var(--scalar-button-1-hover)}.hocus\:text-fore-1:hover:where(.scalar-component),:where(.scalar-component) .hocus\:text-fore-1:hover{color:var(--scalar-color-1)}.hocus\:brightness-90:hover:where(.scalar-component),:where(.scalar-component) .hocus\:brightness-90:hover{--tw-brightness: brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hocus\:bg-border:focus-visible:where(.scalar-component),:where(.scalar-component) .hocus\:bg-border:focus-visible{background-color:var(--scalar-border-color)}.hocus\:bg-hover-btn-1:focus-visible:where(.scalar-component),:where(.scalar-component) .hocus\:bg-hover-btn-1:focus-visible{background-color:var(--scalar-button-1-hover)}.hocus\:text-fore-1:focus-visible:where(.scalar-component),:where(.scalar-component) .hocus\:text-fore-1:focus-visible{color:var(--scalar-color-1)}.hocus\:brightness-90:focus-visible:where(.scalar-component),:where(.scalar-component) .hocus\:brightness-90:focus-visible{--tw-brightness: brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media (min-width: 768px){.md\:row:where(.scalar-component),:where(.scalar-component) .md\:row{display:flex;flex-direction:row}}
|
|
1091
1100
|
|
|
1092
1101
|
:where(.card-form-input[data-v-ce9f22d7]) {
|
|
1093
1102
|
background: transparent;
|
|
@@ -1256,27 +1265,27 @@ to {
|
|
|
1256
1265
|
background: var(--scalar-button-1-hover);
|
|
1257
1266
|
}
|
|
1258
1267
|
|
|
1259
|
-
.security-scheme-selector[data-v-
|
|
1268
|
+
.security-scheme-selector[data-v-b83bdfab] {
|
|
1260
1269
|
position: relative;
|
|
1261
1270
|
display: flex;
|
|
1262
1271
|
border-radius: var(--scalar-radius);
|
|
1263
|
-
color: var(--scalar-color-
|
|
1272
|
+
color: var(--scalar-color-3);
|
|
1264
1273
|
display: flex;
|
|
1265
1274
|
align-items: center;
|
|
1266
1275
|
gap: 4px;
|
|
1267
1276
|
cursor: pointer;
|
|
1268
1277
|
}
|
|
1269
|
-
.security-scheme-selector[data-v-
|
|
1278
|
+
.security-scheme-selector[data-v-b83bdfab]:hover {
|
|
1270
1279
|
color: var(--scalar-color-1);
|
|
1271
1280
|
}
|
|
1272
|
-
.security-scheme-label[data-v-
|
|
1281
|
+
.security-scheme-label[data-v-b83bdfab] {
|
|
1273
1282
|
color: var(--scalar-color-3);
|
|
1274
1283
|
font-size: var(--scalar-mini);
|
|
1275
1284
|
}
|
|
1276
|
-
.security-scheme-selector:hover .security-scheme-label[data-v-
|
|
1285
|
+
.security-scheme-selector:hover .security-scheme-label[data-v-b83bdfab] {
|
|
1277
1286
|
color: var(--scalar-color-1);
|
|
1278
1287
|
}
|
|
1279
|
-
.security-scheme-selector select[data-v-
|
|
1288
|
+
.security-scheme-selector select[data-v-b83bdfab] {
|
|
1280
1289
|
position: absolute;
|
|
1281
1290
|
cursor: pointer;
|
|
1282
1291
|
opacity: 0;
|
|
@@ -1289,31 +1298,31 @@ to {
|
|
|
1289
1298
|
margin-top: -5px;
|
|
1290
1299
|
padding: 10px 0;
|
|
1291
1300
|
}
|
|
1292
|
-
.security-scheme-selector svg[data-v-
|
|
1301
|
+
.security-scheme-selector svg[data-v-b83bdfab] {
|
|
1293
1302
|
width: 12px;
|
|
1294
1303
|
stroke: currentColor;
|
|
1295
1304
|
}
|
|
1296
1305
|
|
|
1297
|
-
.preferred-security-scheme[data-v-
|
|
1306
|
+
.preferred-security-scheme[data-v-3fb420c2] {
|
|
1298
1307
|
display: flex;
|
|
1299
1308
|
width: 100%;
|
|
1300
1309
|
}
|
|
1301
|
-
.preferred-security-scheme[data-v-
|
|
1302
|
-
.preferred-security-scheme[data-v-
|
|
1310
|
+
.preferred-security-scheme[data-v-3fb420c2]:focus-within,
|
|
1311
|
+
.preferred-security-scheme[data-v-3fb420c2]:active {
|
|
1303
1312
|
margin: 0;
|
|
1304
1313
|
}
|
|
1305
|
-
.preferred-security-scheme .card-form[data-v-
|
|
1306
|
-
padding: 0 9px;
|
|
1314
|
+
.preferred-security-scheme .card-form[data-v-3fb420c2] {
|
|
1307
1315
|
border-radius: 0;
|
|
1308
|
-
border
|
|
1309
|
-
border-right: none;
|
|
1310
|
-
border-top: none;
|
|
1311
|
-
border-bottom-width: 0.5px;
|
|
1316
|
+
border: none;
|
|
1312
1317
|
}
|
|
1313
|
-
.preferred-security-scheme:focus-within .card-form[data-v-
|
|
1314
|
-
background-color:
|
|
1318
|
+
.preferred-security-scheme:focus-within .card-form[data-v-3fb420c2] {
|
|
1319
|
+
background-color: color-mix(
|
|
1320
|
+
in srgb,
|
|
1321
|
+
transparent 60%,
|
|
1322
|
+
var(--scalar-background-2)
|
|
1323
|
+
);
|
|
1315
1324
|
}
|
|
1316
|
-
.security-scheme-empty-state[data-v-
|
|
1325
|
+
.security-scheme-empty-state[data-v-3fb420c2] {
|
|
1317
1326
|
border: 1px dashed var(--scalar-border-color);
|
|
1318
1327
|
width: 100%;
|
|
1319
1328
|
text-align: center;
|
|
@@ -1324,7 +1333,7 @@ to {
|
|
|
1324
1333
|
align-items: center;
|
|
1325
1334
|
justify-content: center;
|
|
1326
1335
|
}
|
|
1327
|
-
.scalar-api-client-add[data-v-
|
|
1336
|
+
.scalar-api-client-add[data-v-3fb420c2] {
|
|
1328
1337
|
color: var(--scalar-color-3);
|
|
1329
1338
|
padding: 3px 9px;
|
|
1330
1339
|
width: fit-content;
|
|
@@ -1341,39 +1350,53 @@ to {
|
|
|
1341
1350
|
border: 1px solid var(--scalar-border-color);
|
|
1342
1351
|
border-radius: 30px;
|
|
1343
1352
|
}
|
|
1344
|
-
.scalar-api-client-add svg[data-v-
|
|
1353
|
+
.scalar-api-client-add svg[data-v-3fb420c2] {
|
|
1345
1354
|
width: 12px;
|
|
1346
1355
|
height: 12px;
|
|
1347
1356
|
margin-right: 3px;
|
|
1348
1357
|
}
|
|
1349
|
-
.scalar-api-client-add[data-v-
|
|
1358
|
+
.scalar-api-client-add[data-v-3fb420c2]:hover {
|
|
1350
1359
|
color: var(--scalar-color-1);
|
|
1351
1360
|
}
|
|
1352
|
-
.scalar-api-client-add[data-v-
|
|
1361
|
+
.scalar-api-client-add[data-v-3fb420c2]:focus-within {
|
|
1353
1362
|
background: var(--scalar-background-3);
|
|
1354
1363
|
}
|
|
1355
1364
|
|
|
1356
|
-
.table-row[data-v-
|
|
1365
|
+
.table-row[data-v-af7279f3] {
|
|
1357
1366
|
border-bottom: 0.5px solid var(--scalar-border-color);
|
|
1358
1367
|
display: flex;
|
|
1359
1368
|
position: relative;
|
|
1360
1369
|
}
|
|
1361
|
-
.table-row[data-v-
|
|
1362
|
-
.table-row[data-v-
|
|
1363
|
-
background-color:
|
|
1370
|
+
.table-row[data-v-af7279f3]:active,
|
|
1371
|
+
.table-row[data-v-af7279f3]:focus-within {
|
|
1372
|
+
background-color: color-mix(
|
|
1373
|
+
in srgb,
|
|
1374
|
+
transparent 60%,
|
|
1375
|
+
var(--scalar-background-2)
|
|
1376
|
+
);
|
|
1364
1377
|
}
|
|
1365
|
-
.table-row[data-v-
|
|
1378
|
+
.table-row[data-v-af7279f3]:last-of-type {
|
|
1366
1379
|
border-bottom: none;
|
|
1367
1380
|
}
|
|
1368
|
-
.table-row__active[data-v-
|
|
1381
|
+
.table-row__active[data-v-af7279f3] {
|
|
1369
1382
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
1370
1383
|
}
|
|
1371
|
-
.table-row-item[data-v-
|
|
1384
|
+
.table-row-item[data-v-af7279f3] {
|
|
1372
1385
|
width: 100%;
|
|
1373
1386
|
border-left: 0.5px solid var(--scalar-border-color);
|
|
1374
1387
|
position: relative;
|
|
1375
1388
|
}
|
|
1376
|
-
.table-row-item[data-v-
|
|
1389
|
+
.table-row:hover .table-row-item[data-v-af7279f3]:last-of-type {
|
|
1390
|
+
mask-image: linear-gradient(
|
|
1391
|
+
to left,
|
|
1392
|
+
transparent 20px,
|
|
1393
|
+
var(--scalar-background-2) 40px
|
|
1394
|
+
);
|
|
1395
|
+
}
|
|
1396
|
+
.table-row-item[data-v-af7279f3]:last-of-type:focus-within input {
|
|
1397
|
+
width: calc(100% - 18px);
|
|
1398
|
+
}
|
|
1399
|
+
.table-row-item[data-v-af7279f3] input {
|
|
1377
1400
|
border: none;
|
|
1378
1401
|
appearance: none;
|
|
1379
1402
|
outline: none;
|
|
@@ -1385,13 +1408,13 @@ to {
|
|
|
1385
1408
|
background: transparent;
|
|
1386
1409
|
font-family: var(--scalar-font);
|
|
1387
1410
|
}
|
|
1388
|
-
.table-row-item[data-v-
|
|
1411
|
+
.table-row-item[data-v-af7279f3] input::placeholder {
|
|
1389
1412
|
font-family: var(--scalar-font);
|
|
1390
1413
|
}
|
|
1391
|
-
.table-row-item[data-v-
|
|
1414
|
+
.table-row-item[data-v-af7279f3] input[disabled] {
|
|
1392
1415
|
background: transparent;
|
|
1393
1416
|
}
|
|
1394
|
-
.table-row-meta[data-v-
|
|
1417
|
+
.table-row-meta[data-v-af7279f3] {
|
|
1395
1418
|
overflow: hidden;
|
|
1396
1419
|
flex-shrink: 0;
|
|
1397
1420
|
transition: all 0.15s ease-in-out;
|
|
@@ -1427,7 +1450,7 @@ to {
|
|
|
1427
1450
|
color: var(--scalar-color-2);
|
|
1428
1451
|
}
|
|
1429
1452
|
|
|
1430
|
-
.table-row-editable.required-parameter[data-v-
|
|
1453
|
+
.table-row-editable.required-parameter[data-v-85ff529a]
|
|
1431
1454
|
.table-row-item:nth-of-type(2):after {
|
|
1432
1455
|
content: 'Required';
|
|
1433
1456
|
position: absolute;
|
|
@@ -1439,17 +1462,17 @@ to {
|
|
|
1439
1462
|
background: var(--scalar-background-1);
|
|
1440
1463
|
box-shadow: -2px 0 4px var(--scalar-background-1);
|
|
1441
1464
|
}
|
|
1442
|
-
.table-row-editable.required-parameter[data-v-
|
|
1465
|
+
.table-row-editable.required-parameter[data-v-85ff529a]
|
|
1443
1466
|
.table-row-item:nth-of-type(2):focus-within:after {
|
|
1444
1467
|
display: none;
|
|
1445
1468
|
}
|
|
1446
|
-
.table-row-meta-check[data-v-
|
|
1469
|
+
.table-row-meta-check[data-v-85ff529a] {
|
|
1447
1470
|
width: 18px;
|
|
1448
1471
|
height: 18px;
|
|
1449
1472
|
border-radius: var(--scalar-radius-lg);
|
|
1450
1473
|
background: rgba(47, 177, 228, 0.1);
|
|
1451
1474
|
}
|
|
1452
|
-
.meta-check[data-v-
|
|
1475
|
+
.meta-check[data-v-85ff529a] {
|
|
1453
1476
|
display: flex;
|
|
1454
1477
|
position: relative;
|
|
1455
1478
|
cursor: pointer;
|
|
@@ -1460,14 +1483,14 @@ to {
|
|
|
1460
1483
|
margin: 0 1px;
|
|
1461
1484
|
transition: all 0.15s ease-in-out;
|
|
1462
1485
|
}
|
|
1463
|
-
.meta-check input[data-v-
|
|
1486
|
+
.meta-check input[data-v-85ff529a] {
|
|
1464
1487
|
position: absolute;
|
|
1465
1488
|
opacity: 0;
|
|
1466
1489
|
cursor: pointer;
|
|
1467
1490
|
height: 0;
|
|
1468
1491
|
width: 0;
|
|
1469
1492
|
}
|
|
1470
|
-
.meta-checkmark[data-v-
|
|
1493
|
+
.meta-checkmark[data-v-85ff529a] {
|
|
1471
1494
|
height: 33.5px;
|
|
1472
1495
|
width: 26px;
|
|
1473
1496
|
display: flex;
|
|
@@ -1475,7 +1498,7 @@ to {
|
|
|
1475
1498
|
justify-content: center;
|
|
1476
1499
|
position: relative;
|
|
1477
1500
|
}
|
|
1478
|
-
.meta-check .meta-checkmark[data-v-
|
|
1501
|
+
.meta-check .meta-checkmark[data-v-85ff529a]:after {
|
|
1479
1502
|
content: '';
|
|
1480
1503
|
width: 6px;
|
|
1481
1504
|
height: 10px;
|
|
@@ -1486,10 +1509,10 @@ to {
|
|
|
1486
1509
|
border-width: 0 1px 1px 0;
|
|
1487
1510
|
transform: rotate(45deg) translate3d(0, -1px, 0);
|
|
1488
1511
|
}
|
|
1489
|
-
.meta-check input:checked ~ .meta-checkmark[data-v-
|
|
1512
|
+
.meta-check input:checked ~ .meta-checkmark[data-v-85ff529a]:after {
|
|
1490
1513
|
border-color: var(--scalar-color-1);
|
|
1491
1514
|
}
|
|
1492
|
-
.meta-checkmark[data-v-
|
|
1515
|
+
.meta-checkmark[data-v-85ff529a]:before {
|
|
1493
1516
|
content: '';
|
|
1494
1517
|
position: absolute;
|
|
1495
1518
|
left: 0;
|
|
@@ -1503,16 +1526,16 @@ to {
|
|
|
1503
1526
|
border: 0.5px solid var(--scalar-border-color);
|
|
1504
1527
|
opacity: 0;
|
|
1505
1528
|
}
|
|
1506
|
-
.meta-check input:checked ~ .meta-checkmark[data-v-
|
|
1529
|
+
.meta-check input:checked ~ .meta-checkmark[data-v-85ff529a]:before {
|
|
1507
1530
|
border-color: var(--scalar-color-3);
|
|
1508
1531
|
}
|
|
1509
|
-
.meta-check:focus-within .meta-checkmark[data-v-
|
|
1510
|
-
.meta-checkmark[data-v-
|
|
1532
|
+
.meta-check:focus-within .meta-checkmark[data-v-85ff529a]:before,
|
|
1533
|
+
.meta-checkmark[data-v-85ff529a]:hover:before {
|
|
1511
1534
|
opacity: 1;
|
|
1512
1535
|
}
|
|
1513
|
-
.meta-delete[data-v-
|
|
1536
|
+
.meta-delete[data-v-85ff529a] {
|
|
1514
1537
|
position: absolute;
|
|
1515
|
-
right:
|
|
1538
|
+
right: 6px;
|
|
1516
1539
|
height: 20px;
|
|
1517
1540
|
width: 20px;
|
|
1518
1541
|
border: none;
|
|
@@ -1526,26 +1549,26 @@ to {
|
|
|
1526
1549
|
cursor: pointer;
|
|
1527
1550
|
z-index: 10;
|
|
1528
1551
|
}
|
|
1529
|
-
.meta-delete svg[data-v-
|
|
1552
|
+
.meta-delete svg[data-v-85ff529a] {
|
|
1530
1553
|
width: 11px;
|
|
1531
1554
|
height: 11px;
|
|
1532
1555
|
color: var(--scalar-color-3);
|
|
1533
1556
|
}
|
|
1534
|
-
.meta-delete:hover svg[data-v-
|
|
1557
|
+
.meta-delete:hover svg[data-v-85ff529a] {
|
|
1535
1558
|
color: var(--scalar-color-red);
|
|
1536
1559
|
}
|
|
1537
|
-
.meta-delete:focus svg[data-v-
|
|
1560
|
+
.meta-delete:focus svg[data-v-85ff529a] {
|
|
1538
1561
|
color: var(--scalar-color-3);
|
|
1539
1562
|
}
|
|
1540
|
-
.meta-delete[data-v-
|
|
1563
|
+
.meta-delete[data-v-85ff529a]:focus {
|
|
1541
1564
|
border-color: var(--scalar-color-3);
|
|
1542
1565
|
color: var(--scalar-color-3);
|
|
1543
1566
|
}
|
|
1544
|
-
.table-row-editable:hover .meta-delete[data-v-
|
|
1567
|
+
.table-row-editable:hover .meta-delete[data-v-85ff529a] {
|
|
1545
1568
|
opacity: 1;
|
|
1546
1569
|
}
|
|
1547
1570
|
@media (pointer: coarse) {
|
|
1548
|
-
.table-row-editable:hover .meta-delete[data-v-
|
|
1571
|
+
.table-row-editable:hover .meta-delete[data-v-85ff529a] {
|
|
1549
1572
|
opacity: 1;
|
|
1550
1573
|
}
|
|
1551
1574
|
}
|
|
@@ -1558,21 +1581,18 @@ to {
|
|
|
1558
1581
|
pointer-events: none;
|
|
1559
1582
|
}
|
|
1560
1583
|
|
|
1561
|
-
.table[data-v-
|
|
1584
|
+
.table[data-v-c44da5e8] {
|
|
1562
1585
|
background: transparent;
|
|
1563
1586
|
width: 100%;
|
|
1564
1587
|
}
|
|
1565
|
-
.table .table-row[data-v-
|
|
1566
|
-
padding: 0
|
|
1567
|
-
}
|
|
1568
|
-
.table .meta-actions[data-v-6614d26a] {
|
|
1569
|
-
padding: 0 16px;
|
|
1588
|
+
.table .table-row[data-v-c44da5e8] {
|
|
1589
|
+
padding: 0 3px;
|
|
1570
1590
|
}
|
|
1571
|
-
.table[data-v-
|
|
1572
|
-
.table[data-v-
|
|
1591
|
+
.table[data-v-c44da5e8]:focus-within,
|
|
1592
|
+
.table[data-v-c44da5e8]:active {
|
|
1573
1593
|
margin: 0;
|
|
1574
1594
|
}
|
|
1575
|
-
.meta-actions-item[data-v-
|
|
1595
|
+
.meta-actions-item[data-v-c44da5e8] {
|
|
1576
1596
|
border: none;
|
|
1577
1597
|
appearance: none;
|
|
1578
1598
|
padding: 9px;
|
|
@@ -1587,25 +1607,24 @@ to {
|
|
|
1587
1607
|
align-items: center;
|
|
1588
1608
|
gap: 16px;
|
|
1589
1609
|
}
|
|
1590
|
-
.meta-actions[data-v-
|
|
1610
|
+
.meta-actions[data-v-c44da5e8] {
|
|
1591
1611
|
display: flex;
|
|
1592
1612
|
justify-content: space-between;
|
|
1593
|
-
border-bottom: 0.5px solid var(--scalar-border-color);
|
|
1594
1613
|
}
|
|
1595
|
-
.meta-actions-item[data-v-
|
|
1614
|
+
.meta-actions-item[data-v-c44da5e8]:nth-of-type(2) {
|
|
1596
1615
|
display: flex;
|
|
1597
1616
|
justify-content: flex-end;
|
|
1598
1617
|
}
|
|
1599
|
-
.meta-actions-item:nth-of-type(2) i[data-v-
|
|
1618
|
+
.meta-actions-item:nth-of-type(2) i[data-v-c44da5e8] {
|
|
1600
1619
|
filter: drop-shadow(0 0.125px 0 currentColor)
|
|
1601
1620
|
drop-shadow(0 -0.125px 0 currentColor);
|
|
1602
1621
|
}
|
|
1603
|
-
.meta-actions-item-icon[data-v-
|
|
1622
|
+
.meta-actions-item-icon[data-v-c44da5e8] {
|
|
1604
1623
|
width: 12px;
|
|
1605
1624
|
height: 12px;
|
|
1606
1625
|
}
|
|
1607
|
-
.meta-actions-item[data-v-
|
|
1608
|
-
.meta-actions-item[data-v-
|
|
1626
|
+
.meta-actions-item[data-v-c44da5e8]:hover,
|
|
1627
|
+
.meta-actions-item[data-v-c44da5e8]:focus {
|
|
1609
1628
|
color: var(--scalar-color-1);
|
|
1610
1629
|
}
|
|
1611
1630
|
|
|
@@ -1666,6 +1685,9 @@ to {
|
|
|
1666
1685
|
justify-content: space-between;
|
|
1667
1686
|
z-index: 2;
|
|
1668
1687
|
position: relative;
|
|
1688
|
+
border: 0.5px solid var(--scalar-border-color);
|
|
1689
|
+
border-radius: var(--scalar-radius);
|
|
1690
|
+
margin-left: 24px;
|
|
1669
1691
|
margin-bottom: 12px;
|
|
1670
1692
|
}
|
|
1671
1693
|
.scalar-api-client__item__content:empty {
|
|
@@ -1677,12 +1699,10 @@ to {
|
|
|
1677
1699
|
}
|
|
1678
1700
|
.scalar-api-client__item__content .scalar-codeblock-pre,
|
|
1679
1701
|
.scalar-api-client__item__content .cm-s-default {
|
|
1680
|
-
border: 0.5px solid var(--scalar-border-color);
|
|
1681
|
-
border-radius: var(--scalar-radius);
|
|
1682
1702
|
background: transparent;
|
|
1683
1703
|
}
|
|
1684
1704
|
.scalar-api-client__item__content .scalar-codeblock-pre {
|
|
1685
|
-
margin: 0 18px;
|
|
1705
|
+
/* margin: 0 18px; */
|
|
1686
1706
|
}
|
|
1687
1707
|
.scalar-api-client__item__content .scalar-codeblock-pre * {
|
|
1688
1708
|
font-size: var(--scalar-micro);
|
|
@@ -1694,12 +1714,11 @@ to {
|
|
|
1694
1714
|
overflow: auto;
|
|
1695
1715
|
}
|
|
1696
1716
|
.scalar-api-client__item__content .cm-scroller {
|
|
1697
|
-
border: 0.5px solid var(--scalar-border-color);
|
|
1698
1717
|
border-radius: var(--scalar-radius);
|
|
1699
|
-
background-color:
|
|
1718
|
+
background-color: transparent;
|
|
1700
1719
|
}
|
|
1701
1720
|
.scalar-api-client__item__content .cm-scroller {
|
|
1702
|
-
padding: 0
|
|
1721
|
+
padding: 0 0;
|
|
1703
1722
|
margin: 0;
|
|
1704
1723
|
border-radius: 0;
|
|
1705
1724
|
border-left: none;
|
|
@@ -1707,7 +1726,7 @@ to {
|
|
|
1707
1726
|
border-top: none;
|
|
1708
1727
|
}
|
|
1709
1728
|
.scalar-api-client__item__content .cm-scroller:focus-within {
|
|
1710
|
-
background: var(--scalar-background-2);
|
|
1729
|
+
background: color-mix(in srgb, transparent 60%, var(--scalar-background-2));
|
|
1711
1730
|
}
|
|
1712
1731
|
.scalar-api-client__item__content .cm-editor {
|
|
1713
1732
|
outline: none !important;
|
|
@@ -1998,7 +2017,7 @@ a[data-v-88788c44] {
|
|
|
1998
2017
|
cursor: help;
|
|
1999
2018
|
}
|
|
2000
2019
|
|
|
2001
|
-
.simple-cell[data-v-
|
|
2020
|
+
.simple-cell[data-v-3f6c63da] {
|
|
2002
2021
|
all: unset;
|
|
2003
2022
|
display: table-cell;
|
|
2004
2023
|
border-right: 0.5px solid var(--scalar-border-color);
|
|
@@ -2007,7 +2026,7 @@ a[data-v-88788c44] {
|
|
|
2007
2026
|
color: var(--scalar-color-1);
|
|
2008
2027
|
white-space: nowrap;
|
|
2009
2028
|
}
|
|
2010
|
-
.simple-cell[data-v-
|
|
2029
|
+
.simple-cell[data-v-3f6c63da]:first-of-type {
|
|
2011
2030
|
position: sticky;
|
|
2012
2031
|
left: 0;
|
|
2013
2032
|
background-color: var(--scalar-background-1);
|
|
@@ -2015,16 +2034,20 @@ a[data-v-88788c44] {
|
|
|
2015
2034
|
box-shadow: 0 -0.5px var(--scalar-border-color);
|
|
2016
2035
|
color: var(--scalar-color-3);
|
|
2017
2036
|
}
|
|
2018
|
-
.simple-cell
|
|
2037
|
+
.simple-row:first-of-type .simple-cell[data-v-3f6c63da]:first-of-type {
|
|
2038
|
+
border-top-left-radius: var(--scalar-radius);
|
|
2039
|
+
}
|
|
2040
|
+
border-top-left-radius: var(--scalar-radius);
|
|
2041
|
+
.simple-cell a[data-v-3f6c63da] {
|
|
2019
2042
|
color: var(--scalar-color-1) !important;
|
|
2020
2043
|
}
|
|
2021
|
-
.simple-cell[data-v-
|
|
2044
|
+
.simple-cell[data-v-3f6c63da]:last-of-type {
|
|
2022
2045
|
border-right: none;
|
|
2023
2046
|
}
|
|
2024
|
-
.simple-cell.wrap[data-v-
|
|
2047
|
+
.simple-cell.wrap[data-v-3f6c63da] {
|
|
2025
2048
|
white-space: normal;
|
|
2026
2049
|
}
|
|
2027
|
-
.simple-cell.strong[data-v-
|
|
2050
|
+
.simple-cell.strong[data-v-3f6c63da] {
|
|
2028
2051
|
font-weight: var(--scalar-semibold);
|
|
2029
2052
|
}
|
|
2030
2053
|
|
|
@@ -2043,40 +2066,16 @@ a[data-v-88788c44] {
|
|
|
2043
2066
|
box-shadow: none;
|
|
2044
2067
|
}
|
|
2045
2068
|
|
|
2046
|
-
.simple-table[data-v-
|
|
2069
|
+
.simple-table[data-v-afe94232] {
|
|
2047
2070
|
all: unset;
|
|
2048
2071
|
display: table;
|
|
2049
2072
|
width: 100%;
|
|
2050
2073
|
}
|
|
2051
|
-
.simple-table-container[data-v-
|
|
2052
|
-
border:
|
|
2053
|
-
border-
|
|
2074
|
+
.simple-table-container[data-v-afe94232] {
|
|
2075
|
+
border-right: none;
|
|
2076
|
+
border-left: none;
|
|
2054
2077
|
width: 100%;
|
|
2055
2078
|
overflow: auto;
|
|
2056
|
-
margin: 0 18px;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.scalar-api-client__status--1xx:before,
|
|
2060
|
-
.scalar-api-client__status--2xx:before,
|
|
2061
|
-
.scalar-api-client__status--3xx:before,
|
|
2062
|
-
.scalar-api-client__status--4xx:before,
|
|
2063
|
-
.scalar-api-client__status--5xx:before,
|
|
2064
|
-
.scalar-api-client__status--6xx:before {
|
|
2065
|
-
content: '';
|
|
2066
|
-
width: 10px;
|
|
2067
|
-
height: 10px;
|
|
2068
|
-
border-radius: 50%;
|
|
2069
|
-
margin-right: 4px;
|
|
2070
|
-
background: var(--scalar-background-2);
|
|
2071
|
-
}
|
|
2072
|
-
.scalar-api-client__status--2xx:before {
|
|
2073
|
-
background: var(--scalar-color-green);
|
|
2074
|
-
}
|
|
2075
|
-
.scalar-api-client__status--3xx:before {
|
|
2076
|
-
background: var(--scalar-color-orange);
|
|
2077
|
-
}
|
|
2078
|
-
.scalar-api-client__status--4xx:before {
|
|
2079
|
-
background: var(--scalar-color-red);
|
|
2080
2079
|
}
|
|
2081
2080
|
|
|
2082
2081
|
.scalar-api-client__main__right {
|
|
@@ -2099,7 +2098,7 @@ a[data-v-88788c44] {
|
|
|
2099
2098
|
display: flex;
|
|
2100
2099
|
flex-direction: column;
|
|
2101
2100
|
gap: 20px;
|
|
2102
|
-
height: calc(100% -
|
|
2101
|
+
height: calc(100% - 90px);
|
|
2103
2102
|
justify-content: center;
|
|
2104
2103
|
}
|
|
2105
2104
|
.scalar-api-client__main__content .empty-state p {
|
|
@@ -2203,6 +2202,7 @@ a[data-v-88788c44] {
|
|
|
2203
2202
|
height: 100%;
|
|
2204
2203
|
}
|
|
2205
2204
|
.scalar-api-client__main__content__body {
|
|
2205
|
+
padding: 10px 18px 10px 9px;
|
|
2206
2206
|
}
|
|
2207
2207
|
@media screen and (max-width: 820px) {
|
|
2208
2208
|
.scalar-api-client__main__content__header {
|
|
@@ -2262,7 +2262,6 @@ a[data-v-88788c44] {
|
|
|
2262
2262
|
font-size: 24px;
|
|
2263
2263
|
}
|
|
2264
2264
|
.scalar-api-client__empty-state {
|
|
2265
|
-
border-bottom: 0.5px solid var(--scalar-border-color);
|
|
2266
2265
|
width: 100%;
|
|
2267
2266
|
text-align: center;
|
|
2268
2267
|
font-size: var(--scalar-small);
|
|
@@ -2270,10 +2269,8 @@ a[data-v-88788c44] {
|
|
|
2270
2269
|
display: flex;
|
|
2271
2270
|
align-items: center;
|
|
2272
2271
|
justify-content: center;
|
|
2273
|
-
background-color: var(--scalar-background-1);
|
|
2274
2272
|
}
|
|
2275
2273
|
.scalar-api-client__main__right .scalar-api-client__empty-state {
|
|
2276
2274
|
margin: 0 18px;
|
|
2277
|
-
border: 0.5px solid var(--scalar-border-color);
|
|
2278
2275
|
border-radius: var(--scalar-radius);
|
|
2279
2276
|
}
|