@scalar/api-client 1.2.26 → 1.2.27
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 +8 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue.d.ts.map +1 -1
- package/dist/components/CollapsibleSection/CollapsibleSection.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 +1 -1
- package/dist/components/Grid/GridRow.vue.d.ts.map +1 -1
- package/dist/components/Grid/GridRowEditable.vue.d.ts.map +1 -1
- package/dist/index.css +243 -198
- package/dist/index.js +66 -66
- package/package.json +5 -5
package/dist/index.css
CHANGED
|
@@ -165,7 +165,7 @@ input::-webkit-input-placeholder {
|
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
.codemirror-container[data-v-
|
|
168
|
+
.codemirror-container[data-v-5dbce8c1] {
|
|
169
169
|
width: 100%;
|
|
170
170
|
height: 100%;
|
|
171
171
|
min-height: 76px;
|
|
@@ -173,7 +173,7 @@ input::-webkit-input-placeholder {
|
|
|
173
173
|
display: flex;
|
|
174
174
|
align-items: stretch;
|
|
175
175
|
}
|
|
176
|
-
.copy-to-clipboard-button[data-v-
|
|
176
|
+
.copy-to-clipboard-button[data-v-5dbce8c1] {
|
|
177
177
|
background: red;
|
|
178
178
|
}
|
|
179
179
|
|
|
@@ -675,14 +675,14 @@ to {
|
|
|
675
675
|
color: var(--scalar-api-client-color);
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
-
.loader[data-v-
|
|
678
|
+
.loader[data-v-e3bb539e] {
|
|
679
679
|
position: absolute;
|
|
680
680
|
z-index: 3;
|
|
681
681
|
height: 2px;
|
|
682
682
|
background: var(--scalar-api-client-color);
|
|
683
|
-
animation: loading-
|
|
683
|
+
animation: loading-e3bb539e 5s cubic-bezier(0, 0.5, 0.25, 1);
|
|
684
684
|
}
|
|
685
|
-
@keyframes loading-
|
|
685
|
+
@keyframes loading-e3bb539e {
|
|
686
686
|
0% {
|
|
687
687
|
width: 0;
|
|
688
688
|
}
|
|
@@ -690,14 +690,14 @@ to {
|
|
|
690
690
|
width: 100%;
|
|
691
691
|
}
|
|
692
692
|
}
|
|
693
|
-
.address-bar[data-v-
|
|
693
|
+
.address-bar[data-v-e3bb539e] {
|
|
694
694
|
width: 100%;
|
|
695
695
|
padding: 10px;
|
|
696
696
|
display: flex;
|
|
697
697
|
align-items: center;
|
|
698
698
|
position: relative;
|
|
699
699
|
}
|
|
700
|
-
.url-form[data-v-
|
|
700
|
+
.url-form[data-v-e3bb539e] {
|
|
701
701
|
display: flex;
|
|
702
702
|
width: 720px;
|
|
703
703
|
align-items: stretch;
|
|
@@ -707,13 +707,13 @@ to {
|
|
|
707
707
|
z-index: 2;
|
|
708
708
|
max-width: calc(100% - 68px);
|
|
709
709
|
}
|
|
710
|
-
.url-form[data-v-
|
|
710
|
+
.url-form[data-v-e3bb539e] .cm-content {
|
|
711
711
|
display: flex;
|
|
712
712
|
align-items: center;
|
|
713
713
|
}
|
|
714
|
-
.url-form-field[data-v-
|
|
714
|
+
.url-form-field[data-v-e3bb539e] {
|
|
715
715
|
align-items: stretch;
|
|
716
|
-
border:
|
|
716
|
+
border: 0.5px solid var(--scalar-border-color);
|
|
717
717
|
border-radius: var(--scalar-radius);
|
|
718
718
|
display: flex;
|
|
719
719
|
min-height: 31px;
|
|
@@ -721,7 +721,7 @@ to {
|
|
|
721
721
|
padding: 2px;
|
|
722
722
|
width: 100%;
|
|
723
723
|
}
|
|
724
|
-
.url-form-input-wrapper[data-v-
|
|
724
|
+
.url-form-input-wrapper[data-v-e3bb539e] {
|
|
725
725
|
display: flex;
|
|
726
726
|
position: relative;
|
|
727
727
|
overflow-x: auto;
|
|
@@ -731,7 +731,7 @@ to {
|
|
|
731
731
|
/* Firefox supports */
|
|
732
732
|
scroll-timeline: --scroll-timeline horizontal;
|
|
733
733
|
}
|
|
734
|
-
.url-form-input[data-v-
|
|
734
|
+
.url-form-input[data-v-e3bb539e] {
|
|
735
735
|
background: var(--scalar-background-1);
|
|
736
736
|
color: var(--scalar-color-1);
|
|
737
737
|
font-weight: var(--scalar-semibold);
|
|
@@ -742,18 +742,18 @@ to {
|
|
|
742
742
|
max-width: calc(100% - 153px);
|
|
743
743
|
margin-right: auto;
|
|
744
744
|
}
|
|
745
|
-
.url-form-input-fade__left[data-v-
|
|
746
|
-
.url-form-input-fade__right[data-v-
|
|
745
|
+
.url-form-input-fade__left[data-v-e3bb539e],
|
|
746
|
+
.url-form-input-fade__right[data-v-e3bb539e] {
|
|
747
747
|
content: '';
|
|
748
748
|
position: sticky;
|
|
749
749
|
height: 100%;
|
|
750
|
-
animation-name: fadein-
|
|
750
|
+
animation-name: fadein-e3bb539e;
|
|
751
751
|
animation-duration: 1ms;
|
|
752
752
|
animation-direction: reverse;
|
|
753
753
|
animation-timeline: --scroll-timeline;
|
|
754
754
|
z-index: 1;
|
|
755
755
|
}
|
|
756
|
-
.url-form-input-fade__left[data-v-
|
|
756
|
+
.url-form-input-fade__left[data-v-e3bb539e] {
|
|
757
757
|
background: linear-gradient(
|
|
758
758
|
-90deg,
|
|
759
759
|
color-mix(in srgb, var(--scalar-background-1), transparent 100%) 0%,
|
|
@@ -763,7 +763,7 @@ to {
|
|
|
763
763
|
left: 0;
|
|
764
764
|
min-width: 6px;
|
|
765
765
|
}
|
|
766
|
-
.url-form-input-fade__right[data-v-
|
|
766
|
+
.url-form-input-fade__right[data-v-e3bb539e] {
|
|
767
767
|
background: linear-gradient(
|
|
768
768
|
90deg,
|
|
769
769
|
color-mix(in srgb, var(--scalar-background-1), transparent 100%) 0%,
|
|
@@ -774,7 +774,7 @@ to {
|
|
|
774
774
|
min-width: 24px;
|
|
775
775
|
animation-direction: reverse;
|
|
776
776
|
}
|
|
777
|
-
@keyframes fadein-
|
|
777
|
+
@keyframes fadein-e3bb539e {
|
|
778
778
|
0% {
|
|
779
779
|
opacity: 0;
|
|
780
780
|
}
|
|
@@ -783,18 +783,18 @@ to {
|
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
@media screen and (max-width: 720px) {
|
|
786
|
-
.url-form-input[data-v-
|
|
786
|
+
.url-form-input[data-v-e3bb539e] {
|
|
787
787
|
max-width: calc(100% - 113px);
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
|
-
.url-form-input[data-v-
|
|
790
|
+
.url-form-input[data-v-e3bb539e] .cm-scroller {
|
|
791
791
|
overflow-y: hidden;
|
|
792
792
|
}
|
|
793
|
-
.url-form-input[data-v-
|
|
793
|
+
.url-form-input[data-v-e3bb539e] .cm-line {
|
|
794
794
|
font-size: var(--scalar-micro);
|
|
795
795
|
padding: 0;
|
|
796
796
|
}
|
|
797
|
-
.history[data-v-
|
|
797
|
+
.history[data-v-e3bb539e] {
|
|
798
798
|
appearance: none;
|
|
799
799
|
-webkit-appearance: none;
|
|
800
800
|
background: transparent;
|
|
@@ -803,7 +803,7 @@ to {
|
|
|
803
803
|
align-items: center;
|
|
804
804
|
border-radius: var(--scalar-radius);
|
|
805
805
|
}
|
|
806
|
-
.send-button[type='submit'][data-v-
|
|
806
|
+
.send-button[type='submit'][data-v-e3bb539e] {
|
|
807
807
|
font-size: var(--scalar-micro);
|
|
808
808
|
letter-spacing: 0.25px;
|
|
809
809
|
color: var(--scalar-button-1-color);
|
|
@@ -822,36 +822,36 @@ to {
|
|
|
822
822
|
overflow: hidden;
|
|
823
823
|
flex-shrink: 0;
|
|
824
824
|
}
|
|
825
|
-
.send-button[data-v-
|
|
825
|
+
.send-button[data-v-e3bb539e]:hover {
|
|
826
826
|
background: var(--scalar-button-1-hover);
|
|
827
827
|
}
|
|
828
|
-
.send-button svg[data-v-
|
|
828
|
+
.send-button svg[data-v-e3bb539e] {
|
|
829
829
|
width: 12px;
|
|
830
830
|
height: 12px;
|
|
831
831
|
flex-shrink: 0;
|
|
832
832
|
margin-right: 6px;
|
|
833
833
|
position: relative;
|
|
834
834
|
}
|
|
835
|
-
.send-button span[data-v-
|
|
835
|
+
.send-button span[data-v-e3bb539e] {
|
|
836
836
|
position: relative;
|
|
837
837
|
}
|
|
838
838
|
@media screen and (max-width: 720px) {
|
|
839
|
-
.history-toggle span[data-v-
|
|
840
|
-
.send-button span[data-v-
|
|
839
|
+
.history-toggle span[data-v-e3bb539e],
|
|
840
|
+
.send-button span[data-v-e3bb539e] {
|
|
841
841
|
display: none;
|
|
842
842
|
}
|
|
843
|
-
.history-toggle svg[data-v-
|
|
844
|
-
.send-button svg[data-v-
|
|
843
|
+
.history-toggle svg[data-v-e3bb539e],
|
|
844
|
+
.send-button svg[data-v-e3bb539e] {
|
|
845
845
|
margin-right: 0;
|
|
846
846
|
}
|
|
847
847
|
}
|
|
848
|
-
.send-button[disabled][data-v-
|
|
848
|
+
.send-button[disabled][data-v-e3bb539e] {
|
|
849
849
|
pointer-events: none;
|
|
850
850
|
color: var(--scalar-color-2);
|
|
851
851
|
background: var(--scalar-background-3);
|
|
852
852
|
border: 1px solid var(--scalar-border-color);
|
|
853
853
|
}
|
|
854
|
-
.history-toggle[data-v-
|
|
854
|
+
.history-toggle[data-v-e3bb539e] {
|
|
855
855
|
padding: 7px;
|
|
856
856
|
line-height: 30px;
|
|
857
857
|
color: var(--scalar-color-3);
|
|
@@ -869,16 +869,16 @@ to {
|
|
|
869
869
|
background-color 0.15s ease-in-out,
|
|
870
870
|
color 0.15s ease-in-out;
|
|
871
871
|
}
|
|
872
|
-
.history-toggle[data-v-
|
|
872
|
+
.history-toggle[data-v-e3bb539e]:hover {
|
|
873
873
|
background-color: var(--scalar-background-2);
|
|
874
874
|
color: var(--scalar-color-1);
|
|
875
875
|
}
|
|
876
|
-
.history-toggle svg[data-v-
|
|
876
|
+
.history-toggle svg[data-v-e3bb539e] {
|
|
877
877
|
height: 13px;
|
|
878
878
|
width: 13px;
|
|
879
879
|
color: currentColor;
|
|
880
880
|
}
|
|
881
|
-
.address-bar-content[data-v-
|
|
881
|
+
.address-bar-content[data-v-e3bb539e] {
|
|
882
882
|
width: 640px;
|
|
883
883
|
height: 100%;
|
|
884
884
|
background: var(--scalar-background-1);
|
|
@@ -893,21 +893,21 @@ to {
|
|
|
893
893
|
opacity 0.01s ease-in-out 0.5s;
|
|
894
894
|
pointer-events: none;
|
|
895
895
|
}
|
|
896
|
-
.address-bar--with-history[data-v-
|
|
896
|
+
.address-bar--with-history[data-v-e3bb539e] {
|
|
897
897
|
z-index: 100000;
|
|
898
898
|
}
|
|
899
|
-
.address-bar--with-history .address-bar-content[data-v-
|
|
899
|
+
.address-bar--with-history .address-bar-content[data-v-e3bb539e] {
|
|
900
900
|
transform: translate3d(0, 0, 0);
|
|
901
901
|
opacity: 1;
|
|
902
902
|
pointer-events: all;
|
|
903
903
|
transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
|
|
904
904
|
}
|
|
905
|
-
.address-bar--with-history .address-bar-close[data-v-
|
|
905
|
+
.address-bar--with-history .address-bar-close[data-v-e3bb539e] {
|
|
906
906
|
opacity: 1;
|
|
907
907
|
pointer-events: all;
|
|
908
908
|
cursor: pointer;
|
|
909
909
|
}
|
|
910
|
-
.address-bar-close[data-v-
|
|
910
|
+
.address-bar-close[data-v-e3bb539e] {
|
|
911
911
|
width: 100%;
|
|
912
912
|
height: 100%;
|
|
913
913
|
position: fixed;
|
|
@@ -920,10 +920,14 @@ to {
|
|
|
920
920
|
}
|
|
921
921
|
|
|
922
922
|
.scalar-api-client__item {
|
|
923
|
-
border-radius: var(--scalar-radius);
|
|
924
|
-
margin-bottom: 6px;
|
|
925
923
|
position: relative;
|
|
926
924
|
}
|
|
925
|
+
.scalar-api-client__main__left
|
|
926
|
+
.scalar-api-client__item--open
|
|
927
|
+
.scalar-api-client__toggle {
|
|
928
|
+
background-color: var(--scalar-background-2);
|
|
929
|
+
border-top: 0.5px solid var(--scalar-border-color);
|
|
930
|
+
}
|
|
927
931
|
.scalar-api-client__item button {
|
|
928
932
|
background-color: transparent;
|
|
929
933
|
text-align: left;
|
|
@@ -941,8 +945,8 @@ to {
|
|
|
941
945
|
}
|
|
942
946
|
.scalar-api-client__toggle-container {
|
|
943
947
|
display: flex;
|
|
944
|
-
gap: 6px;
|
|
945
948
|
align-items: center;
|
|
949
|
+
width: 100%;
|
|
946
950
|
}
|
|
947
951
|
.scalar-api-client__item--open .scalar-api-client__toggle:after {
|
|
948
952
|
display: none;
|
|
@@ -957,38 +961,20 @@ to {
|
|
|
957
961
|
cursor: default;
|
|
958
962
|
}
|
|
959
963
|
.scalar-api-client__toggle {
|
|
960
|
-
padding: 0
|
|
964
|
+
padding: 0 18px;
|
|
961
965
|
display: flex;
|
|
962
966
|
align-items: center;
|
|
963
|
-
justify-content: space-between;
|
|
964
967
|
position: relative;
|
|
965
|
-
width:
|
|
968
|
+
width: 100%;
|
|
966
969
|
appearance: none;
|
|
967
970
|
outline: 0;
|
|
968
971
|
border: none;
|
|
969
972
|
font-family: var(--scalar-font);
|
|
970
|
-
border-radius: var(--scalar-radius);
|
|
971
973
|
cursor: pointer;
|
|
972
|
-
|
|
973
|
-
border-
|
|
974
|
+
margin-top: 6px;
|
|
975
|
+
border-top: 0.5px solid transparent;
|
|
974
976
|
}
|
|
975
977
|
.scalar-api-client__item--open .scalar-api-client__toggle {
|
|
976
|
-
border-radius: var(--scalar-radius) var(--scalar-radius) 0 0;
|
|
977
|
-
border-color: var(--scalar-background-1);
|
|
978
|
-
background: var(--scalar-background-2);
|
|
979
|
-
}
|
|
980
|
-
/* use this to match border colors between the toggle and it's sibling */
|
|
981
|
-
.scalar-api-client__item--open .scalar-api-client__toggle:before {
|
|
982
|
-
content: '';
|
|
983
|
-
position: absolute;
|
|
984
|
-
top: -1px;
|
|
985
|
-
left: -1px;
|
|
986
|
-
width: calc(100% + 2px);
|
|
987
|
-
height: calc(100% + 1px);
|
|
988
|
-
pointer-events: none;
|
|
989
|
-
border: 1px solid var(--scalar-border-color);
|
|
990
|
-
border-bottom: none;
|
|
991
|
-
border-radius: var(--scalar-radius) var(--scalar-radius) 0 0;
|
|
992
978
|
}
|
|
993
979
|
.scalar-api-client__item .scalar-api-client__item__title {
|
|
994
980
|
color: var(--scalar-color-1);
|
|
@@ -998,6 +984,7 @@ to {
|
|
|
998
984
|
user-select: none;
|
|
999
985
|
position: relative;
|
|
1000
986
|
z-index: 1;
|
|
987
|
+
flex: 1;
|
|
1001
988
|
padding: 6px 0;
|
|
1002
989
|
}
|
|
1003
990
|
.scalar-api-client__item .scalar-api-client__toggle__icon {
|
|
@@ -1007,7 +994,7 @@ to {
|
|
|
1007
994
|
z-index: 1;
|
|
1008
995
|
position: relative;
|
|
1009
996
|
transform: rotate(-90deg);
|
|
1010
|
-
margin: 5px 0 5px -
|
|
997
|
+
/* margin: 5px 0 5px -4.5px; */
|
|
1011
998
|
}
|
|
1012
999
|
.scalar-api-client__item--open .scalar-api-client__toggle__icon {
|
|
1013
1000
|
transform: rotate(0deg);
|
|
@@ -1018,6 +1005,8 @@ to {
|
|
|
1018
1005
|
.scalar-api-client__item__options {
|
|
1019
1006
|
position: relative;
|
|
1020
1007
|
z-index: 1;
|
|
1008
|
+
padding: 6px 9px;
|
|
1009
|
+
border-bottom: 0.5px solid var(--scalar-border-color);
|
|
1021
1010
|
}
|
|
1022
1011
|
.scalar-api-client__item__options span {
|
|
1023
1012
|
background: transparent;
|
|
@@ -1029,6 +1018,7 @@ to {
|
|
|
1029
1018
|
display: flex;
|
|
1030
1019
|
align-items: center;
|
|
1031
1020
|
justify-content: center;
|
|
1021
|
+
white-space: nowrap;
|
|
1032
1022
|
}
|
|
1033
1023
|
.scalar-api-client__item__options:hover span {
|
|
1034
1024
|
color: var(--scalar-color-1);
|
|
@@ -1054,6 +1044,16 @@ to {
|
|
|
1054
1044
|
.scalar-api-client__item__content .scalar-api-client__codemirror__wrapper {
|
|
1055
1045
|
padding-top: 0;
|
|
1056
1046
|
}
|
|
1047
|
+
.scalar-api-client-item-topbar {
|
|
1048
|
+
display: flex;
|
|
1049
|
+
justify-content: space-between;
|
|
1050
|
+
align-items: center;
|
|
1051
|
+
}
|
|
1052
|
+
.scalar-api-client__main__left
|
|
1053
|
+
.scalar-api-client__item--open
|
|
1054
|
+
.scalar-api-client-item-topbar {
|
|
1055
|
+
border-bottom: 0.5px solid var(--scalar-border-color);
|
|
1056
|
+
}
|
|
1057
1057
|
|
|
1058
1058
|
.card-form[data-v-bc8cea71] {
|
|
1059
1059
|
color: var(--scalar-color-1);
|
|
@@ -1085,7 +1085,7 @@ to {
|
|
|
1085
1085
|
}
|
|
1086
1086
|
.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}}
|
|
1087
1087
|
|
|
1088
|
-
:where(.card-form-input[data-v-
|
|
1088
|
+
:where(.card-form-input[data-v-ce9f22d7]) {
|
|
1089
1089
|
background: transparent;
|
|
1090
1090
|
position: relative;
|
|
1091
1091
|
width: 100%;
|
|
@@ -1094,8 +1094,8 @@ to {
|
|
|
1094
1094
|
align-items: baseline;
|
|
1095
1095
|
border-color: inherit;
|
|
1096
1096
|
}
|
|
1097
|
-
.card-form-input label[data-v-
|
|
1098
|
-
.card-form-input input[data-v-
|
|
1097
|
+
.card-form-input label[data-v-ce9f22d7],
|
|
1098
|
+
.card-form-input input[data-v-ce9f22d7] {
|
|
1099
1099
|
padding: 9px;
|
|
1100
1100
|
border: 0;
|
|
1101
1101
|
outline: none;
|
|
@@ -1107,8 +1107,7 @@ to {
|
|
|
1107
1107
|
-webkit-appearance: none;
|
|
1108
1108
|
left: 0;
|
|
1109
1109
|
}
|
|
1110
|
-
.card-form-input label[data-v-
|
|
1111
|
-
color: var(--scalar-color-1);
|
|
1110
|
+
.card-form-input label[data-v-ce9f22d7] {
|
|
1112
1111
|
width: fit-content;
|
|
1113
1112
|
white-space: nowrap;
|
|
1114
1113
|
cursor: text;
|
|
@@ -1116,18 +1115,18 @@ to {
|
|
|
1116
1115
|
border-radius: var(--scalar-radius);
|
|
1117
1116
|
font-weight: var(--scalar-semibold);
|
|
1118
1117
|
}
|
|
1119
|
-
.card-form-input input[data-v-
|
|
1118
|
+
.card-form-input input[data-v-ce9f22d7] {
|
|
1120
1119
|
position: relative;
|
|
1121
1120
|
z-index: 99;
|
|
1122
1121
|
color: var(--scalar-color-1);
|
|
1123
1122
|
}
|
|
1124
|
-
.card-form-input + .card-form-input[data-v-
|
|
1123
|
+
.card-form-input + .card-form-input[data-v-ce9f22d7] {
|
|
1125
1124
|
border-left: 1px solid var(--scalar-border-color);
|
|
1126
1125
|
}
|
|
1127
|
-
.card-form-input input:not(:placeholder-shown) + label[data-v-
|
|
1126
|
+
.card-form-input input:not(:placeholder-shown) + label[data-v-ce9f22d7] {
|
|
1128
1127
|
color: var(--scalar-color-2);
|
|
1129
1128
|
}
|
|
1130
|
-
.password-mask[data-v-
|
|
1129
|
+
.password-mask[data-v-ce9f22d7] {
|
|
1131
1130
|
padding: 6px 8px 6px 0;
|
|
1132
1131
|
height: 24px;
|
|
1133
1132
|
width: auto;
|
|
@@ -1253,7 +1252,7 @@ to {
|
|
|
1253
1252
|
background: var(--scalar-button-1-hover);
|
|
1254
1253
|
}
|
|
1255
1254
|
|
|
1256
|
-
.security-scheme-selector[data-v-
|
|
1255
|
+
.security-scheme-selector[data-v-0aeee614] {
|
|
1257
1256
|
position: relative;
|
|
1258
1257
|
display: flex;
|
|
1259
1258
|
border-radius: var(--scalar-radius);
|
|
@@ -1263,15 +1262,15 @@ to {
|
|
|
1263
1262
|
gap: 4px;
|
|
1264
1263
|
cursor: pointer;
|
|
1265
1264
|
}
|
|
1266
|
-
.security-scheme-selector[data-v-
|
|
1265
|
+
.security-scheme-selector[data-v-0aeee614]:hover {
|
|
1267
1266
|
color: var(--scalar-color-1);
|
|
1268
1267
|
}
|
|
1269
|
-
.security-scheme-label[data-v-
|
|
1270
|
-
color: var(--scalar-color-
|
|
1268
|
+
.security-scheme-label[data-v-0aeee614] {
|
|
1269
|
+
color: var(--scalar-color-3);
|
|
1271
1270
|
font-size: var(--scalar-mini);
|
|
1272
|
-
|
|
1271
|
+
margin-left: 9px;
|
|
1273
1272
|
}
|
|
1274
|
-
.security-scheme-selector select[data-v-
|
|
1273
|
+
.security-scheme-selector select[data-v-0aeee614] {
|
|
1275
1274
|
position: absolute;
|
|
1276
1275
|
cursor: pointer;
|
|
1277
1276
|
opacity: 0;
|
|
@@ -1283,16 +1282,31 @@ to {
|
|
|
1283
1282
|
margin-top: -5px;
|
|
1284
1283
|
padding: 10px 0;
|
|
1285
1284
|
}
|
|
1286
|
-
.security-scheme-selector svg[data-v-
|
|
1285
|
+
.security-scheme-selector svg[data-v-0aeee614] {
|
|
1287
1286
|
width: 12px;
|
|
1288
1287
|
stroke: currentColor;
|
|
1289
1288
|
}
|
|
1290
1289
|
|
|
1291
|
-
.preferred-security-scheme[data-v-
|
|
1290
|
+
.preferred-security-scheme[data-v-4f9eaaf8] {
|
|
1292
1291
|
display: flex;
|
|
1293
1292
|
width: 100%;
|
|
1294
1293
|
}
|
|
1295
|
-
.security-scheme
|
|
1294
|
+
.preferred-security-scheme[data-v-4f9eaaf8]:focus-within,
|
|
1295
|
+
.preferred-security-scheme[data-v-4f9eaaf8]:active {
|
|
1296
|
+
margin: 0;
|
|
1297
|
+
}
|
|
1298
|
+
.preferred-security-scheme .card-form[data-v-4f9eaaf8] {
|
|
1299
|
+
padding: 0 9px;
|
|
1300
|
+
border-radius: 0;
|
|
1301
|
+
border-left: none;
|
|
1302
|
+
border-right: none;
|
|
1303
|
+
border-top: none;
|
|
1304
|
+
border-bottom-width: 0.5px;
|
|
1305
|
+
}
|
|
1306
|
+
.preferred-security-scheme:focus-within .card-form[data-v-4f9eaaf8] {
|
|
1307
|
+
background-color: var(--scalar-background-2);
|
|
1308
|
+
}
|
|
1309
|
+
.security-scheme-empty-state[data-v-4f9eaaf8] {
|
|
1296
1310
|
border: 1px dashed var(--scalar-border-color);
|
|
1297
1311
|
width: 100%;
|
|
1298
1312
|
text-align: center;
|
|
@@ -1303,7 +1317,7 @@ to {
|
|
|
1303
1317
|
align-items: center;
|
|
1304
1318
|
justify-content: center;
|
|
1305
1319
|
}
|
|
1306
|
-
.scalar-api-client-add[data-v-
|
|
1320
|
+
.scalar-api-client-add[data-v-4f9eaaf8] {
|
|
1307
1321
|
color: var(--scalar-color-3);
|
|
1308
1322
|
padding: 3px 9px;
|
|
1309
1323
|
width: fit-content;
|
|
@@ -1320,35 +1334,39 @@ to {
|
|
|
1320
1334
|
border: 1px solid var(--scalar-border-color);
|
|
1321
1335
|
border-radius: 30px;
|
|
1322
1336
|
}
|
|
1323
|
-
.scalar-api-client-add svg[data-v-
|
|
1337
|
+
.scalar-api-client-add svg[data-v-4f9eaaf8] {
|
|
1324
1338
|
width: 12px;
|
|
1325
1339
|
height: 12px;
|
|
1326
|
-
margin-right:
|
|
1340
|
+
margin-right: 3px;
|
|
1327
1341
|
}
|
|
1328
|
-
.scalar-api-client-add[data-v-
|
|
1342
|
+
.scalar-api-client-add[data-v-4f9eaaf8]:hover {
|
|
1329
1343
|
color: var(--scalar-color-1);
|
|
1330
1344
|
}
|
|
1331
|
-
.scalar-api-client-add[data-v-
|
|
1345
|
+
.scalar-api-client-add[data-v-4f9eaaf8]:focus-within {
|
|
1332
1346
|
background: var(--scalar-background-3);
|
|
1333
1347
|
}
|
|
1334
1348
|
|
|
1335
|
-
.table-row[data-v-
|
|
1336
|
-
border-bottom:
|
|
1349
|
+
.table-row[data-v-89e5db22] {
|
|
1350
|
+
border-bottom: 0.5px solid var(--scalar-border-color);
|
|
1337
1351
|
display: flex;
|
|
1338
1352
|
position: relative;
|
|
1339
1353
|
}
|
|
1340
|
-
.table-row[data-v-
|
|
1354
|
+
.table-row[data-v-89e5db22]:active,
|
|
1355
|
+
.table-row[data-v-89e5db22]:focus-within {
|
|
1356
|
+
background-color: var(--scalar-background-2);
|
|
1357
|
+
}
|
|
1358
|
+
.table-row[data-v-89e5db22]:last-of-type {
|
|
1341
1359
|
border-bottom: none;
|
|
1342
1360
|
}
|
|
1343
|
-
.table-row__active[data-v-
|
|
1361
|
+
.table-row__active[data-v-89e5db22] {
|
|
1344
1362
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
1345
1363
|
}
|
|
1346
|
-
.table-row-item[data-v-
|
|
1364
|
+
.table-row-item[data-v-89e5db22] {
|
|
1347
1365
|
width: 100%;
|
|
1348
|
-
border-
|
|
1366
|
+
border-left: 0.5px solid var(--scalar-border-color);
|
|
1349
1367
|
position: relative;
|
|
1350
1368
|
}
|
|
1351
|
-
.table-row-item[data-v-
|
|
1369
|
+
.table-row-item[data-v-89e5db22] input {
|
|
1352
1370
|
border: none;
|
|
1353
1371
|
appearance: none;
|
|
1354
1372
|
outline: none;
|
|
@@ -1360,52 +1378,49 @@ to {
|
|
|
1360
1378
|
background: transparent;
|
|
1361
1379
|
font-family: var(--scalar-font);
|
|
1362
1380
|
}
|
|
1363
|
-
.table-row-item[data-v-
|
|
1381
|
+
.table-row-item[data-v-89e5db22] input::placeholder {
|
|
1364
1382
|
font-family: var(--scalar-font);
|
|
1365
1383
|
}
|
|
1366
|
-
.table-row-item[data-v-
|
|
1384
|
+
.table-row-item[data-v-89e5db22] input[disabled] {
|
|
1367
1385
|
background: transparent;
|
|
1368
1386
|
}
|
|
1369
|
-
.table-row-
|
|
1370
|
-
box-shadow: 0 0 0 1px var(--scalar-color-1);
|
|
1371
|
-
}
|
|
1372
|
-
.table-row-meta[data-v-d0f28f6e] {
|
|
1387
|
+
.table-row-meta[data-v-89e5db22] {
|
|
1373
1388
|
overflow: hidden;
|
|
1374
1389
|
flex-shrink: 0;
|
|
1375
1390
|
transition: all 0.15s ease-in-out;
|
|
1376
1391
|
display: flex;
|
|
1377
1392
|
align-items: center;
|
|
1378
1393
|
justify-content: center;
|
|
1379
|
-
width:
|
|
1394
|
+
width: 26px;
|
|
1380
1395
|
user-select: none;
|
|
1381
1396
|
}
|
|
1382
1397
|
|
|
1383
|
-
.table-column-header[data-v-
|
|
1398
|
+
.table-column-header[data-v-b4e614c1] {
|
|
1384
1399
|
background: transparent;
|
|
1385
1400
|
text-transform: capitalize;
|
|
1386
1401
|
display: block;
|
|
1387
1402
|
padding: 9px;
|
|
1388
1403
|
font-weight: var(--scalar-semibold);
|
|
1389
|
-
color: var(--scalar-color-
|
|
1404
|
+
color: var(--scalar-color-3);
|
|
1390
1405
|
font-size: var(--scalar-mini);
|
|
1391
1406
|
}
|
|
1392
|
-
.table-description-toggle[data-v-
|
|
1407
|
+
.table-description-toggle[data-v-b4e614c1] {
|
|
1393
1408
|
padding: 0;
|
|
1394
1409
|
width: 100%;
|
|
1395
1410
|
height: 100%;
|
|
1396
1411
|
}
|
|
1397
|
-
.table-description-toggle svg[data-v-
|
|
1412
|
+
.table-description-toggle svg[data-v-b4e614c1] {
|
|
1398
1413
|
width: 13px;
|
|
1399
1414
|
height: 13px;
|
|
1400
1415
|
margin: 0 1px;
|
|
1401
1416
|
color: var(--scalar-color-3);
|
|
1402
1417
|
cursor: pointer;
|
|
1403
1418
|
}
|
|
1404
|
-
.table-description-toggle svg[data-v-
|
|
1419
|
+
.table-description-toggle svg[data-v-b4e614c1]:hover {
|
|
1405
1420
|
color: var(--scalar-color-2);
|
|
1406
1421
|
}
|
|
1407
1422
|
|
|
1408
|
-
.table-row-editable.required-parameter[data-v-
|
|
1423
|
+
.table-row-editable.required-parameter[data-v-be2f5ca3]
|
|
1409
1424
|
.table-row-item:nth-of-type(2):after {
|
|
1410
1425
|
content: 'Required';
|
|
1411
1426
|
position: absolute;
|
|
@@ -1417,17 +1432,17 @@ to {
|
|
|
1417
1432
|
background: var(--scalar-background-1);
|
|
1418
1433
|
box-shadow: -2px 0 4px var(--scalar-background-1);
|
|
1419
1434
|
}
|
|
1420
|
-
.table-row-editable.required-parameter[data-v-
|
|
1435
|
+
.table-row-editable.required-parameter[data-v-be2f5ca3]
|
|
1421
1436
|
.table-row-item:nth-of-type(2):focus-within:after {
|
|
1422
1437
|
display: none;
|
|
1423
1438
|
}
|
|
1424
|
-
.table-row-meta-check[data-v-
|
|
1439
|
+
.table-row-meta-check[data-v-be2f5ca3] {
|
|
1425
1440
|
width: 18px;
|
|
1426
1441
|
height: 18px;
|
|
1427
1442
|
border-radius: var(--scalar-radius-lg);
|
|
1428
1443
|
background: rgba(47, 177, 228, 0.1);
|
|
1429
1444
|
}
|
|
1430
|
-
.meta-check[data-v-
|
|
1445
|
+
.meta-check[data-v-be2f5ca3] {
|
|
1431
1446
|
display: flex;
|
|
1432
1447
|
position: relative;
|
|
1433
1448
|
cursor: pointer;
|
|
@@ -1438,52 +1453,59 @@ to {
|
|
|
1438
1453
|
margin: 0 1px;
|
|
1439
1454
|
transition: all 0.15s ease-in-out;
|
|
1440
1455
|
}
|
|
1441
|
-
.meta-check input[data-v-
|
|
1456
|
+
.meta-check input[data-v-be2f5ca3] {
|
|
1442
1457
|
position: absolute;
|
|
1443
1458
|
opacity: 0;
|
|
1444
1459
|
cursor: pointer;
|
|
1445
1460
|
height: 0;
|
|
1446
1461
|
width: 0;
|
|
1447
1462
|
}
|
|
1448
|
-
.meta-checkmark[data-v-
|
|
1449
|
-
height:
|
|
1450
|
-
width:
|
|
1451
|
-
background: var(--scalar-background-3);
|
|
1452
|
-
border-radius: 3px;
|
|
1463
|
+
.meta-checkmark[data-v-be2f5ca3] {
|
|
1464
|
+
height: 33.5px;
|
|
1465
|
+
width: 26px;
|
|
1453
1466
|
display: flex;
|
|
1454
1467
|
align-items: center;
|
|
1455
1468
|
justify-content: center;
|
|
1456
1469
|
position: relative;
|
|
1457
1470
|
}
|
|
1458
|
-
.meta-checkmark[data-v-
|
|
1459
|
-
|
|
1471
|
+
.meta-check .meta-checkmark[data-v-be2f5ca3]:after {
|
|
1472
|
+
content: '';
|
|
1473
|
+
width: 6px;
|
|
1474
|
+
height: 10px;
|
|
1475
|
+
left: -0.5px;
|
|
1476
|
+
top: -0.5px;
|
|
1477
|
+
position: relative;
|
|
1478
|
+
border: solid var(--scalar-border-color);
|
|
1479
|
+
border-width: 0 1px 1px 0;
|
|
1480
|
+
transform: rotate(45deg) translate3d(0, -1px, 0);
|
|
1460
1481
|
}
|
|
1461
|
-
.meta-check:
|
|
1462
|
-
|
|
1482
|
+
.meta-check input:checked ~ .meta-checkmark[data-v-be2f5ca3]:after {
|
|
1483
|
+
border-color: var(--scalar-color-1);
|
|
1463
1484
|
}
|
|
1464
|
-
.meta-
|
|
1485
|
+
.meta-checkmark[data-v-be2f5ca3]:before {
|
|
1465
1486
|
content: '';
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1487
|
+
position: absolute;
|
|
1488
|
+
left: 0;
|
|
1489
|
+
top: 0;
|
|
1490
|
+
bottom: 0;
|
|
1491
|
+
right: 0;
|
|
1492
|
+
margin: auto;
|
|
1493
|
+
width: 20px;
|
|
1494
|
+
height: 20px;
|
|
1495
|
+
border-radius: var(--scalar-radius);
|
|
1496
|
+
border: 0.5px solid var(--scalar-border-color);
|
|
1497
|
+
opacity: 0;
|
|
1472
1498
|
}
|
|
1473
|
-
.meta-check input:checked ~ .meta-checkmark[data-v-
|
|
1474
|
-
|
|
1499
|
+
.meta-check input:checked ~ .meta-checkmark[data-v-be2f5ca3]:before {
|
|
1500
|
+
border-color: var(--scalar-color-3);
|
|
1475
1501
|
}
|
|
1476
|
-
.meta-checkmark[data-v-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
var(--scalar-background-3) 90%,
|
|
1480
|
-
var(--scalar-color-1)
|
|
1481
|
-
);
|
|
1502
|
+
.meta-check:focus-within .meta-checkmark[data-v-be2f5ca3]:before,
|
|
1503
|
+
.meta-checkmark[data-v-be2f5ca3]:hover:before {
|
|
1504
|
+
opacity: 1;
|
|
1482
1505
|
}
|
|
1483
|
-
.meta-delete[data-v-
|
|
1506
|
+
.meta-delete[data-v-be2f5ca3] {
|
|
1484
1507
|
position: absolute;
|
|
1485
|
-
right:
|
|
1486
|
-
background: var(--scalar-background-1);
|
|
1508
|
+
right: 9px;
|
|
1487
1509
|
height: 20px;
|
|
1488
1510
|
width: 20px;
|
|
1489
1511
|
border: none;
|
|
@@ -1495,29 +1517,28 @@ to {
|
|
|
1495
1517
|
align-items: center;
|
|
1496
1518
|
justify-content: center;
|
|
1497
1519
|
cursor: pointer;
|
|
1498
|
-
box-shadow: var(--scalar-shadow-1);
|
|
1499
1520
|
z-index: 10;
|
|
1500
1521
|
}
|
|
1501
|
-
.meta-delete svg[data-v-
|
|
1522
|
+
.meta-delete svg[data-v-be2f5ca3] {
|
|
1502
1523
|
width: 11px;
|
|
1503
1524
|
height: 11px;
|
|
1504
1525
|
color: var(--scalar-color-3);
|
|
1505
1526
|
}
|
|
1506
|
-
.meta-delete:hover svg[data-v-
|
|
1527
|
+
.meta-delete:hover svg[data-v-be2f5ca3] {
|
|
1507
1528
|
color: var(--scalar-color-red);
|
|
1508
1529
|
}
|
|
1509
|
-
.meta-delete:focus svg[data-v-
|
|
1510
|
-
color: var(--scalar-color-
|
|
1530
|
+
.meta-delete:focus svg[data-v-be2f5ca3] {
|
|
1531
|
+
color: var(--scalar-color-3);
|
|
1511
1532
|
}
|
|
1512
|
-
.meta-delete[data-v-
|
|
1513
|
-
border-color: var(--scalar-color-
|
|
1514
|
-
color: var(--scalar-color-
|
|
1533
|
+
.meta-delete[data-v-be2f5ca3]:focus {
|
|
1534
|
+
border-color: var(--scalar-color-3);
|
|
1535
|
+
color: var(--scalar-color-3);
|
|
1515
1536
|
}
|
|
1516
|
-
.table-row-editable:hover .meta-delete[data-v-
|
|
1537
|
+
.table-row-editable:hover .meta-delete[data-v-be2f5ca3] {
|
|
1517
1538
|
opacity: 1;
|
|
1518
1539
|
}
|
|
1519
1540
|
@media (pointer: coarse) {
|
|
1520
|
-
.table-row-editable:hover .meta-delete[data-v-
|
|
1541
|
+
.table-row-editable:hover .meta-delete[data-v-be2f5ca3] {
|
|
1521
1542
|
opacity: 1;
|
|
1522
1543
|
}
|
|
1523
1544
|
}
|
|
@@ -1530,15 +1551,22 @@ to {
|
|
|
1530
1551
|
pointer-events: none;
|
|
1531
1552
|
}
|
|
1532
1553
|
|
|
1533
|
-
.table[data-v-
|
|
1534
|
-
border: 1px solid var(--scalar-border-color);
|
|
1554
|
+
.table[data-v-6614d26a] {
|
|
1535
1555
|
background: transparent;
|
|
1536
|
-
border-radius: 0 0 var(--scalar-radius) var(--scalar-radius);
|
|
1537
1556
|
width: 100%;
|
|
1538
1557
|
}
|
|
1539
|
-
.
|
|
1558
|
+
.table .table-row[data-v-6614d26a] {
|
|
1559
|
+
padding: 0 18px;
|
|
1560
|
+
}
|
|
1561
|
+
.table .meta-actions[data-v-6614d26a] {
|
|
1562
|
+
padding: 0 16px;
|
|
1563
|
+
}
|
|
1564
|
+
.table[data-v-6614d26a]:focus-within,
|
|
1565
|
+
.table[data-v-6614d26a]:active {
|
|
1566
|
+
margin: 0;
|
|
1567
|
+
}
|
|
1568
|
+
.meta-actions-item[data-v-6614d26a] {
|
|
1540
1569
|
border: none;
|
|
1541
|
-
font-weight: var(--scalar-semibold);
|
|
1542
1570
|
appearance: none;
|
|
1543
1571
|
padding: 9px;
|
|
1544
1572
|
width: 100%;
|
|
@@ -1550,27 +1578,27 @@ to {
|
|
|
1550
1578
|
cursor: pointer;
|
|
1551
1579
|
display: flex;
|
|
1552
1580
|
align-items: center;
|
|
1553
|
-
gap:
|
|
1581
|
+
gap: 16px;
|
|
1554
1582
|
}
|
|
1555
|
-
.meta-actions[data-v-
|
|
1556
|
-
width: 100%;
|
|
1583
|
+
.meta-actions[data-v-6614d26a] {
|
|
1557
1584
|
display: flex;
|
|
1558
1585
|
justify-content: space-between;
|
|
1586
|
+
border-bottom: 0.5px solid var(--scalar-border-color);
|
|
1559
1587
|
}
|
|
1560
|
-
.meta-actions-item[data-v-
|
|
1588
|
+
.meta-actions-item[data-v-6614d26a]:nth-of-type(2) {
|
|
1561
1589
|
display: flex;
|
|
1562
1590
|
justify-content: flex-end;
|
|
1563
1591
|
}
|
|
1564
|
-
.meta-actions-item:nth-of-type(2) i[data-v-
|
|
1592
|
+
.meta-actions-item:nth-of-type(2) i[data-v-6614d26a] {
|
|
1565
1593
|
filter: drop-shadow(0 0.125px 0 currentColor)
|
|
1566
1594
|
drop-shadow(0 -0.125px 0 currentColor);
|
|
1567
1595
|
}
|
|
1568
|
-
.meta-actions-item-icon[data-v-
|
|
1596
|
+
.meta-actions-item-icon[data-v-6614d26a] {
|
|
1569
1597
|
width: 12px;
|
|
1570
1598
|
height: 12px;
|
|
1571
1599
|
}
|
|
1572
|
-
.meta-actions-item[data-v-
|
|
1573
|
-
.meta-actions-item[data-v-
|
|
1600
|
+
.meta-actions-item[data-v-6614d26a]:hover,
|
|
1601
|
+
.meta-actions-item[data-v-6614d26a]:focus {
|
|
1574
1602
|
color: var(--scalar-color-1);
|
|
1575
1603
|
}
|
|
1576
1604
|
|
|
@@ -1587,7 +1615,7 @@ to {
|
|
|
1587
1615
|
|
|
1588
1616
|
.scalar-api-client-add {
|
|
1589
1617
|
color: var(--scalar-color-3);
|
|
1590
|
-
padding: 6px
|
|
1618
|
+
padding: 3px 6px;
|
|
1591
1619
|
width: fit-content;
|
|
1592
1620
|
cursor: pointer;
|
|
1593
1621
|
font-size: var(--scalar-mini);
|
|
@@ -1599,13 +1627,13 @@ to {
|
|
|
1599
1627
|
appearance: none;
|
|
1600
1628
|
display: flex;
|
|
1601
1629
|
align-items: center;
|
|
1602
|
-
border:
|
|
1603
|
-
border-radius:
|
|
1630
|
+
border: 0.5px solid var(--scalar-border-color);
|
|
1631
|
+
border-radius: var(--scalar-radius);
|
|
1604
1632
|
}
|
|
1605
1633
|
.scalar-api-client-add svg {
|
|
1606
1634
|
width: 12px;
|
|
1607
1635
|
height: 12px;
|
|
1608
|
-
margin-right:
|
|
1636
|
+
margin-right: 3px;
|
|
1609
1637
|
}
|
|
1610
1638
|
.scalar-api-client-add:hover {
|
|
1611
1639
|
color: var(--scalar-color-1);
|
|
@@ -1627,13 +1655,11 @@ to {
|
|
|
1627
1655
|
.scalar-api-client__item__content {
|
|
1628
1656
|
flex-flow: wrap;
|
|
1629
1657
|
color: var(--scalar-color-3);
|
|
1630
|
-
font-size: var(--scalar-
|
|
1631
|
-
margin-bottom: 12px;
|
|
1658
|
+
font-size: var(--scalar-mini);
|
|
1632
1659
|
justify-content: space-between;
|
|
1633
|
-
overflow: auto;
|
|
1634
|
-
padding: 0 9px 0 0;
|
|
1635
1660
|
z-index: 2;
|
|
1636
1661
|
position: relative;
|
|
1662
|
+
margin-bottom: 12px;
|
|
1637
1663
|
}
|
|
1638
1664
|
.scalar-api-client__item__content:empty {
|
|
1639
1665
|
display: none;
|
|
@@ -1644,10 +1670,13 @@ to {
|
|
|
1644
1670
|
}
|
|
1645
1671
|
.scalar-api-client__item__content .scalar-codeblock-pre,
|
|
1646
1672
|
.scalar-api-client__item__content .cm-s-default {
|
|
1647
|
-
border:
|
|
1648
|
-
border-radius:
|
|
1673
|
+
border: 0.5px solid var(--scalar-border-color);
|
|
1674
|
+
border-radius: var(--scalar-radius);
|
|
1649
1675
|
background: transparent;
|
|
1650
1676
|
}
|
|
1677
|
+
.scalar-api-client__item__content .scalar-codeblock-pre {
|
|
1678
|
+
margin: 0 18px;
|
|
1679
|
+
}
|
|
1651
1680
|
.scalar-api-client__item__content .scalar-codeblock-pre * {
|
|
1652
1681
|
font-size: var(--scalar-micro);
|
|
1653
1682
|
}
|
|
@@ -1658,10 +1687,21 @@ to {
|
|
|
1658
1687
|
overflow: auto;
|
|
1659
1688
|
}
|
|
1660
1689
|
.scalar-api-client__item__content .cm-scroller {
|
|
1661
|
-
border:
|
|
1662
|
-
border-radius:
|
|
1690
|
+
border: 0.5px solid var(--scalar-border-color);
|
|
1691
|
+
border-radius: var(--scalar-radius);
|
|
1663
1692
|
background-color: var(--scalar-background-1);
|
|
1664
1693
|
}
|
|
1694
|
+
.scalar-api-client__item__content .cm-scroller {
|
|
1695
|
+
padding: 0 18.5px;
|
|
1696
|
+
margin: 0;
|
|
1697
|
+
border-radius: 0;
|
|
1698
|
+
border-left: none;
|
|
1699
|
+
border-right: none;
|
|
1700
|
+
border-top: none;
|
|
1701
|
+
}
|
|
1702
|
+
.scalar-api-client__item__content .cm-scroller:focus-within {
|
|
1703
|
+
background: var(--scalar-background-2);
|
|
1704
|
+
}
|
|
1665
1705
|
.scalar-api-client__item__content .cm-editor {
|
|
1666
1706
|
outline: none !important;
|
|
1667
1707
|
}
|
|
@@ -1678,7 +1718,7 @@ to {
|
|
|
1678
1718
|
color: var(--scalar-color-1);
|
|
1679
1719
|
}
|
|
1680
1720
|
.scalar-api-client__item__content .card-form {
|
|
1681
|
-
border-radius:
|
|
1721
|
+
border-radius: var(--scalar-radius);
|
|
1682
1722
|
}
|
|
1683
1723
|
.scalar-api-client__item__content-button {
|
|
1684
1724
|
appearance: none;
|
|
@@ -1743,7 +1783,7 @@ to {
|
|
|
1743
1783
|
}
|
|
1744
1784
|
.input:last-child {
|
|
1745
1785
|
box-shadow: none;
|
|
1746
|
-
border-radius:
|
|
1786
|
+
border-radius: var(--scalar-radius);
|
|
1747
1787
|
}
|
|
1748
1788
|
.input__half:first-of-type {
|
|
1749
1789
|
border-radius: var(--scalar-radius) 0 0 0;
|
|
@@ -1847,7 +1887,7 @@ to {
|
|
|
1847
1887
|
align-items: center;
|
|
1848
1888
|
font-size: var(--scalar-micro);
|
|
1849
1889
|
padding: 6px 9px;
|
|
1850
|
-
border-radius:
|
|
1890
|
+
border-radius: var(--scalar-radius);
|
|
1851
1891
|
user-select: none;
|
|
1852
1892
|
width: 100%;
|
|
1853
1893
|
outline: none;
|
|
@@ -1951,60 +1991,62 @@ a[data-v-88788c44] {
|
|
|
1951
1991
|
cursor: help;
|
|
1952
1992
|
}
|
|
1953
1993
|
|
|
1954
|
-
.simple-cell[data-v-
|
|
1994
|
+
.simple-cell[data-v-6e4f979a] {
|
|
1955
1995
|
all: unset;
|
|
1956
1996
|
display: table-cell;
|
|
1957
|
-
border-right:
|
|
1997
|
+
border-right: 0.5px solid var(--scalar-border-color);
|
|
1958
1998
|
position: relative;
|
|
1959
1999
|
padding: 9px !important;
|
|
1960
2000
|
color: var(--scalar-color-1);
|
|
1961
2001
|
white-space: nowrap;
|
|
1962
2002
|
}
|
|
1963
|
-
.simple-cell[data-v-
|
|
2003
|
+
.simple-cell[data-v-6e4f979a]:first-of-type {
|
|
1964
2004
|
position: sticky;
|
|
1965
2005
|
left: 0;
|
|
1966
2006
|
background-color: var(--scalar-background-1);
|
|
1967
2007
|
z-index: 1;
|
|
1968
|
-
box-shadow: 0 -
|
|
2008
|
+
box-shadow: 0 -0.5px var(--scalar-border-color);
|
|
2009
|
+
color: var(--scalar-color-3);
|
|
1969
2010
|
}
|
|
1970
|
-
.simple-cell a[data-v-
|
|
2011
|
+
.simple-cell a[data-v-6e4f979a] {
|
|
1971
2012
|
color: var(--scalar-color-1) !important;
|
|
1972
2013
|
}
|
|
1973
|
-
.simple-cell[data-v-
|
|
2014
|
+
.simple-cell[data-v-6e4f979a]:last-of-type {
|
|
1974
2015
|
border-right: none;
|
|
1975
2016
|
}
|
|
1976
|
-
.simple-cell.wrap[data-v-
|
|
2017
|
+
.simple-cell.wrap[data-v-6e4f979a] {
|
|
1977
2018
|
white-space: normal;
|
|
1978
2019
|
}
|
|
1979
|
-
.simple-cell.strong[data-v-
|
|
2020
|
+
.simple-cell.strong[data-v-6e4f979a] {
|
|
1980
2021
|
font-weight: var(--scalar-semibold);
|
|
1981
2022
|
}
|
|
1982
2023
|
|
|
1983
|
-
.simple-header[data-v-
|
|
1984
|
-
color: var(--scalar-color-
|
|
2024
|
+
.simple-header[data-v-e3a12d86] {
|
|
2025
|
+
color: var(--scalar-color-3);
|
|
1985
2026
|
font-weight: var(--scalar-semibold);
|
|
1986
2027
|
text-transform: capitalize;
|
|
1987
2028
|
}
|
|
1988
2029
|
|
|
1989
|
-
.simple-row[data-v-
|
|
2030
|
+
.simple-row[data-v-3e78d3f1] {
|
|
1990
2031
|
all: unset;
|
|
1991
2032
|
display: table-row;
|
|
1992
|
-
box-shadow: 0 -
|
|
2033
|
+
box-shadow: 0 -0.5px var(--scalar-border-color);
|
|
1993
2034
|
}
|
|
1994
|
-
.simple-row[data-v-
|
|
2035
|
+
.simple-row[data-v-3e78d3f1]:first-of-type {
|
|
1995
2036
|
box-shadow: none;
|
|
1996
2037
|
}
|
|
1997
2038
|
|
|
1998
|
-
.simple-table[data-v-
|
|
2039
|
+
.simple-table[data-v-24b666dc] {
|
|
1999
2040
|
all: unset;
|
|
2000
2041
|
display: table;
|
|
2001
2042
|
width: 100%;
|
|
2002
2043
|
}
|
|
2003
|
-
.simple-table-container[data-v-
|
|
2004
|
-
border:
|
|
2005
|
-
border-radius:
|
|
2044
|
+
.simple-table-container[data-v-24b666dc] {
|
|
2045
|
+
border: 0.5px solid var(--scalar-border-color);
|
|
2046
|
+
border-radius: var(--scalar-radius);
|
|
2006
2047
|
width: 100%;
|
|
2007
2048
|
overflow: auto;
|
|
2049
|
+
margin: 0 18px;
|
|
2008
2050
|
}
|
|
2009
2051
|
|
|
2010
2052
|
.scalar-api-client__status--1xx:before,
|
|
@@ -2154,7 +2196,6 @@ a[data-v-88788c44] {
|
|
|
2154
2196
|
height: 100%;
|
|
2155
2197
|
}
|
|
2156
2198
|
.scalar-api-client__main__content__body {
|
|
2157
|
-
padding: 9px 9px 9px 18px;
|
|
2158
2199
|
}
|
|
2159
2200
|
@media screen and (max-width: 820px) {
|
|
2160
2201
|
.scalar-api-client__main__content__header {
|
|
@@ -2214,14 +2255,18 @@ a[data-v-88788c44] {
|
|
|
2214
2255
|
font-size: 24px;
|
|
2215
2256
|
}
|
|
2216
2257
|
.scalar-api-client__empty-state {
|
|
2217
|
-
border:
|
|
2258
|
+
border-bottom: 0.5px solid var(--scalar-border-color);
|
|
2218
2259
|
width: 100%;
|
|
2219
2260
|
text-align: center;
|
|
2220
|
-
border-radius: 0 0 var(--scalar-radius) var(--scalar-radius);
|
|
2221
2261
|
font-size: var(--scalar-small);
|
|
2222
|
-
min-height:
|
|
2262
|
+
min-height: 60px;
|
|
2223
2263
|
display: flex;
|
|
2224
2264
|
align-items: center;
|
|
2225
2265
|
justify-content: center;
|
|
2226
2266
|
background-color: var(--scalar-background-1);
|
|
2227
2267
|
}
|
|
2268
|
+
.scalar-api-client__main__right .scalar-api-client__empty-state {
|
|
2269
|
+
margin: 0 18px;
|
|
2270
|
+
border: 0.5px solid var(--scalar-border-color);
|
|
2271
|
+
border-radius: var(--scalar-radius);
|
|
2272
|
+
}
|