@scalar/api-client 0.1.6 → 0.1.7
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/dist/index.js +2 -2
- package/dist/style.css +12 -14
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15879,7 +15879,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
15879
15879
|
};
|
|
15880
15880
|
}
|
|
15881
15881
|
});
|
|
15882
|
-
const
|
|
15882
|
+
const FlowModal_vue_vue_type_style_index_0_scoped_9bd42c67_lang = "";
|
|
15883
15883
|
const _export_sfc = (sfc, props) => {
|
|
15884
15884
|
const target = sfc.__vccOpts || sfc;
|
|
15885
15885
|
for (const [key, val] of props) {
|
|
@@ -15887,7 +15887,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
15887
15887
|
}
|
|
15888
15888
|
return target;
|
|
15889
15889
|
};
|
|
15890
|
-
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-
|
|
15890
|
+
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-9bd42c67"]]);
|
|
15891
15891
|
const BYTE_UNITS = [
|
|
15892
15892
|
"B",
|
|
15893
15893
|
"kB",
|
package/dist/style.css
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
color: var(--scalar-api-client-color);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.modal-layout[data-v-
|
|
33
|
+
.modal-layout[data-v-9bd42c67] {
|
|
34
34
|
position: fixed;
|
|
35
35
|
width: 100vw;
|
|
36
36
|
height: 100vh;
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
background: rgba(0, 0, 0, 0.44);
|
|
41
41
|
padding: 20px;
|
|
42
42
|
opacity: 0;
|
|
43
|
-
animation: modal-fade-
|
|
43
|
+
animation: modal-fade-9bd42c67 0.2s forwards;
|
|
44
44
|
}
|
|
45
|
-
.modal-body[data-v-
|
|
46
|
-
padding: 18px;
|
|
45
|
+
.modal-body[data-v-9bd42c67] {
|
|
46
|
+
padding: 24px 12px 18px 24px;
|
|
47
47
|
max-height: calc(100vh - 240px);
|
|
48
48
|
background: var(--scalar-api-client-background-primary);
|
|
49
49
|
border-radius: var(--scalar-api-client-rounded);
|
|
50
50
|
font-family: var(--scalar-api-client-font-sans);
|
|
51
51
|
}
|
|
52
|
-
.modal[data-v-
|
|
52
|
+
.modal[data-v-9bd42c67] {
|
|
53
53
|
margin: 80px auto 0;
|
|
54
54
|
position: relative;
|
|
55
55
|
background: var(--scalar-api-client-theme-background-2);
|
|
@@ -60,20 +60,20 @@
|
|
|
60
60
|
line-height: 1.4;
|
|
61
61
|
opacity: 0;
|
|
62
62
|
transform: scale(0.98);
|
|
63
|
-
animation: modal-pop-
|
|
63
|
+
animation: modal-pop-9bd42c67 0.15s 0.15s forwards;
|
|
64
64
|
display: flex;
|
|
65
65
|
flex-direction: column;
|
|
66
66
|
}
|
|
67
|
-
.modal-content-large[data-v-
|
|
67
|
+
.modal-content-large[data-v-9bd42c67] {
|
|
68
68
|
max-width: 800px;
|
|
69
69
|
}
|
|
70
|
-
.modal-content-normal[data-v-
|
|
70
|
+
.modal-content-normal[data-v-9bd42c67] {
|
|
71
71
|
max-width: 640px;
|
|
72
72
|
}
|
|
73
|
-
.modal-content-small[data-v-
|
|
73
|
+
.modal-content-small[data-v-9bd42c67] {
|
|
74
74
|
max-width: 480px;
|
|
75
75
|
}
|
|
76
|
-
@keyframes modal-fade-
|
|
76
|
+
@keyframes modal-fade-9bd42c67 {
|
|
77
77
|
from {
|
|
78
78
|
opacity: 0;
|
|
79
79
|
}
|
|
@@ -81,7 +81,7 @@ to {
|
|
|
81
81
|
opacity: 1;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
-
@keyframes modal-pop-
|
|
84
|
+
@keyframes modal-pop-9bd42c67 {
|
|
85
85
|
0% {
|
|
86
86
|
opacity: 0;
|
|
87
87
|
}
|
|
@@ -90,7 +90,7 @@ to {
|
|
|
90
90
|
transform: scale(1);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
.modal-header[data-v-
|
|
93
|
+
.modal-header[data-v-9bd42c67] {
|
|
94
94
|
padding: 12px 24px;
|
|
95
95
|
color: var(--scalar-api-client-text-color-primary);
|
|
96
96
|
font-size: var(--scalar-api-client-theme-font-size-4);
|
|
@@ -264,8 +264,6 @@ to {
|
|
|
264
264
|
var(--scalar-api-client-rounded) 0;
|
|
265
265
|
background: var(--scalar-api-client-color);
|
|
266
266
|
/** #087f5b */
|
|
267
|
-
border: 1px solid
|
|
268
|
-
color-mix(in srgb, black 15%, var(--scalar-api-client-color));
|
|
269
267
|
display: flex;
|
|
270
268
|
align-items: center;
|
|
271
269
|
}
|