@scalar/api-client 3.5.1 → 3.6.1

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.
Files changed (146) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +0 -1
  5. package/dist/style.css +3933 -4768
  6. package/dist/styles/tailwind.config.css +20 -0
  7. package/dist/styles/utilities.css +45 -0
  8. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts.map +1 -1
  9. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +1 -1
  10. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js.map +1 -1
  11. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.script.js +1 -1
  12. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.script.js.map +1 -1
  13. package/dist/v2/blocks/request-block/RequestBlock.vue.script.js.map +1 -1
  14. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.script.js.map +1 -1
  15. package/dist/v2/components/data-table/DataTableInput.vue.d.ts +1 -1
  16. package/dist/v2/components/data-table/DataTableInput.vue.d.ts.map +1 -1
  17. package/dist/v2/constants.js +1 -1
  18. package/dist/v2/features/app/App.vue.d.ts +15 -31
  19. package/dist/v2/features/app/App.vue.d.ts.map +1 -1
  20. package/dist/v2/features/app/App.vue.js.map +1 -1
  21. package/dist/v2/features/app/App.vue.script.js +131 -50
  22. package/dist/v2/features/app/App.vue.script.js.map +1 -1
  23. package/dist/v2/features/app/app-state.d.ts +10 -14
  24. package/dist/v2/features/app/app-state.d.ts.map +1 -1
  25. package/dist/v2/features/app/app-state.js +53 -21
  26. package/dist/v2/features/app/app-state.js.map +1 -1
  27. package/dist/v2/features/app/components/AppHeader.vue.d.ts.map +1 -1
  28. package/dist/v2/features/app/components/AppHeader.vue.js.map +1 -1
  29. package/dist/v2/features/app/components/AppHeader.vue.script.js +4 -3
  30. package/dist/v2/features/app/components/AppHeader.vue.script.js.map +1 -1
  31. package/dist/v2/features/app/components/AppHeaderActions.vue.d.ts +32 -0
  32. package/dist/v2/features/app/components/AppHeaderActions.vue.d.ts.map +1 -0
  33. package/dist/v2/features/app/components/AppHeaderActions.vue.js +7 -0
  34. package/dist/v2/features/app/components/AppHeaderActions.vue.js.map +1 -0
  35. package/dist/v2/features/app/components/AppHeaderActions.vue.script.js +172 -0
  36. package/dist/v2/features/app/components/AppHeaderActions.vue.script.js.map +1 -0
  37. package/dist/v2/features/app/components/AppSidebar.vue.d.ts +2 -5
  38. package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +1 -1
  39. package/dist/v2/features/app/components/AppSidebar.vue.js +1 -1
  40. package/dist/v2/features/app/components/AppSidebar.vue.js.map +1 -1
  41. package/dist/v2/features/app/components/AppSidebar.vue.script.js +4 -9
  42. package/dist/v2/features/app/components/AppSidebar.vue.script.js.map +1 -1
  43. package/dist/v2/features/app/components/DesktopTabs.vue.d.ts.map +1 -1
  44. package/dist/v2/features/app/components/DesktopTabs.vue.js.map +1 -1
  45. package/dist/v2/features/app/components/DesktopTabs.vue.script.js +2 -2
  46. package/dist/v2/features/app/components/DesktopTabs.vue.script.js.map +1 -1
  47. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.d.ts +1 -2
  48. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.d.ts.map +1 -1
  49. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.js +1 -1
  50. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.js.map +1 -1
  51. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.script.js +4 -35
  52. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.script.js.map +1 -1
  53. package/dist/v2/features/app/components/DocumentSyncIndicator.vue.d.ts +1 -1
  54. package/dist/v2/features/app/components/DocumentSyncIndicator.vue.d.ts.map +1 -1
  55. package/dist/v2/features/app/components/PublishDocumentModal.vue.d.ts +77 -0
  56. package/dist/v2/features/app/components/PublishDocumentModal.vue.d.ts.map +1 -0
  57. package/dist/v2/features/app/components/PublishDocumentModal.vue.js +7 -0
  58. package/dist/v2/features/app/components/PublishDocumentModal.vue.js.map +1 -0
  59. package/dist/v2/features/app/components/PublishDocumentModal.vue.script.js +209 -0
  60. package/dist/v2/features/app/components/PublishDocumentModal.vue.script.js.map +1 -0
  61. package/dist/v2/features/app/components/SyncConflictResolutionEditor.vue.d.ts.map +1 -0
  62. package/dist/v2/features/{collection → app}/components/SyncConflictResolutionEditor.vue.js +2 -2
  63. package/dist/v2/features/app/components/SyncConflictResolutionEditor.vue.js.map +1 -0
  64. package/dist/v2/features/{collection → app}/components/SyncConflictResolutionEditor.vue.script.js +1 -1
  65. package/dist/v2/features/{collection/components/SyncConflictResolutionEditor.vue.js.map → app/components/SyncConflictResolutionEditor.vue.script.js.map} +1 -1
  66. package/dist/v2/features/app/helpers/check-version-conflict.d.ts +8 -5
  67. package/dist/v2/features/app/helpers/check-version-conflict.d.ts.map +1 -1
  68. package/dist/v2/features/app/helpers/check-version-conflict.js +10 -7
  69. package/dist/v2/features/app/helpers/check-version-conflict.js.map +1 -1
  70. package/dist/v2/features/app/helpers/create-api-client-app.d.ts +8 -5
  71. package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -1
  72. package/dist/v2/features/app/helpers/create-api-client-app.js +2 -2
  73. package/dist/v2/features/app/helpers/create-api-client-app.js.map +1 -1
  74. package/dist/v2/features/app/helpers/load-registry-document.d.ts +1 -10
  75. package/dist/v2/features/app/helpers/load-registry-document.d.ts.map +1 -1
  76. package/dist/v2/features/app/helpers/load-registry-document.js +6 -5
  77. package/dist/v2/features/app/helpers/load-registry-document.js.map +1 -1
  78. package/dist/v2/features/app/helpers/registry-error-messages.d.ts +23 -0
  79. package/dist/v2/features/app/helpers/registry-error-messages.d.ts.map +1 -0
  80. package/dist/v2/features/app/helpers/registry-error-messages.js +63 -0
  81. package/dist/v2/features/app/helpers/registry-error-messages.js.map +1 -0
  82. package/dist/v2/features/app/hooks/use-active-document-version.d.ts +2 -1
  83. package/dist/v2/features/app/hooks/use-active-document-version.d.ts.map +1 -1
  84. package/dist/v2/features/app/hooks/use-active-document-version.js.map +1 -1
  85. package/dist/v2/features/app/hooks/use-document-sync.d.ts +126 -0
  86. package/dist/v2/features/app/hooks/use-document-sync.d.ts.map +1 -0
  87. package/dist/v2/features/app/hooks/use-document-sync.js +448 -0
  88. package/dist/v2/features/app/hooks/use-document-sync.js.map +1 -0
  89. package/dist/v2/features/app/hooks/use-network-status.d.ts +29 -0
  90. package/dist/v2/features/app/hooks/use-network-status.d.ts.map +1 -0
  91. package/dist/v2/features/app/hooks/use-network-status.js +58 -0
  92. package/dist/v2/features/app/hooks/use-network-status.js.map +1 -0
  93. package/dist/v2/features/app/hooks/use-sidebar-documents.d.ts +1 -25
  94. package/dist/v2/features/app/hooks/use-sidebar-documents.d.ts.map +1 -1
  95. package/dist/v2/features/app/hooks/use-sidebar-documents.js.map +1 -1
  96. package/dist/v2/features/app/index.d.ts +1 -1
  97. package/dist/v2/features/app/index.d.ts.map +1 -1
  98. package/dist/v2/features/collection/DocumentCollection.vue.d.ts.map +1 -1
  99. package/dist/v2/features/collection/DocumentCollection.vue.js.map +1 -1
  100. package/dist/v2/features/collection/DocumentCollection.vue.script.js +43 -277
  101. package/dist/v2/features/collection/DocumentCollection.vue.script.js.map +1 -1
  102. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.d.ts.map +1 -1
  103. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.js.map +1 -1
  104. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.script.js +35 -17
  105. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.script.js.map +1 -1
  106. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.d.ts.map +1 -1
  107. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.js.map +1 -1
  108. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.script.js +15 -13
  109. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.script.js.map +1 -1
  110. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.d.ts.map +1 -1
  111. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.js +1 -1
  112. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.js.map +1 -1
  113. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.script.js +51 -39
  114. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.script.js.map +1 -1
  115. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.d.ts.map +1 -1
  116. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.js.map +1 -1
  117. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.script.js +30 -14
  118. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.script.js.map +1 -1
  119. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.d.ts.map +1 -1
  120. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.js.map +1 -1
  121. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.script.js +44 -42
  122. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.script.js.map +1 -1
  123. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.d.ts.map +1 -1
  124. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.js.map +1 -1
  125. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.script.js +33 -17
  126. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.script.js.map +1 -1
  127. package/dist/v2/features/command-palette/helpers/load-document-from-source.d.ts.map +1 -1
  128. package/dist/v2/features/command-palette/helpers/load-document-from-source.js +3 -2
  129. package/dist/v2/features/command-palette/helpers/load-document-from-source.js.map +1 -1
  130. package/dist/v2/features/editor/hooks/use-three-way-merge-editor.d.ts.map +1 -1
  131. package/dist/v2/features/editor/hooks/use-three-way-merge-editor.js +5 -5
  132. package/dist/v2/features/editor/hooks/use-three-way-merge-editor.js.map +1 -1
  133. package/dist/v2/helpers/is-url.d.ts.map +1 -1
  134. package/dist/v2/helpers/is-url.js +2 -1
  135. package/dist/v2/helpers/is-url.js.map +1 -1
  136. package/dist/v2/types/configuration.d.ts +273 -7
  137. package/dist/v2/types/configuration.d.ts.map +1 -1
  138. package/dist/vue-styles.css +1389 -0
  139. package/package.json +20 -14
  140. package/dist/v2/features/app/components/DocumentSyncIndicator.vue.js +0 -7
  141. package/dist/v2/features/app/components/DocumentSyncIndicator.vue.js.map +0 -1
  142. package/dist/v2/features/app/components/DocumentSyncIndicator.vue.script.js +0 -51
  143. package/dist/v2/features/app/components/DocumentSyncIndicator.vue.script.js.map +0 -1
  144. package/dist/v2/features/collection/components/SyncConflictResolutionEditor.vue.d.ts.map +0 -1
  145. package/dist/v2/features/collection/components/SyncConflictResolutionEditor.vue.script.js.map +0 -1
  146. /package/dist/v2/features/{collection → app}/components/SyncConflictResolutionEditor.vue.d.ts +0 -0
@@ -0,0 +1,1389 @@
1
+
2
+ .open-api-client-button[data-v-264dd42f] {
3
+ cursor: pointer;
4
+ width: 100%;
5
+ padding: 9px 12px;
6
+ height: 31px;
7
+ display: block;
8
+ text-align: center;
9
+ display: flex;
10
+ align-items: center;
11
+ justify-content: center;
12
+ white-space: nowrap;
13
+ font-size: var(--scalar-small);
14
+ line-height: 1.385;
15
+ text-decoration: none;
16
+ border-radius: var(--scalar-radius);
17
+ box-shadow: 0 0 0 0.5px var(--scalar-border-color);
18
+ gap: 6px;
19
+ color: var(--scalar-sidebar-color-1);
20
+ }
21
+ .open-api-client-button[data-v-264dd42f]:hover {
22
+ background: var(
23
+ --scalar-sidebar-item-hover-background,
24
+ var(--scalar-background-2)
25
+ );
26
+ }
27
+
28
+ .http-bg-gradient[data-v-7a19f363] {
29
+ background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0.035));
30
+ }
31
+ .http-bg-gradient[data-v-7a19f363]:hover {
32
+ background: linear-gradient(rgba(0, 0, 0, 0.035), rgba(255, 255, 255, 0.75));
33
+ }
34
+ .dark-mode .http-bg-gradient[data-v-7a19f363] {
35
+ background: linear-gradient(rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.15));
36
+ }
37
+ .dark-mode .http-bg-gradient[data-v-7a19f363]:hover {
38
+ background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.035));
39
+ }
40
+
41
+ .address-bar-history-button[data-v-2cc840c9]:hover {
42
+ background: var(--scalar-background-3);
43
+ }
44
+ .address-bar-history-button[data-v-2cc840c9]:focus-within {
45
+ background: var(--scalar-background-2);
46
+ }
47
+
48
+ /*
49
+ Deep styling for customizing Codemirror
50
+ */
51
+ [data-v-3118bf46] .cm-editor {
52
+ height: 100%;
53
+ outline: none;
54
+ padding: 0;
55
+ background: transparent;
56
+ }
57
+ [data-v-3118bf46] .cm-placeholder {
58
+ color: var(--scalar-color-3);
59
+ }
60
+ [data-v-3118bf46] .cm-content {
61
+ font-family: var(--scalar-font-code);
62
+ font-size: var(--scalar-small);
63
+ max-height: 20px;
64
+ padding: 8px 0;
65
+ }
66
+ /* Tooltip helper */
67
+ [data-v-3118bf46] .cm-tooltip {
68
+ background: transparent !important;
69
+ filter: brightness(var(--scalar-lifted-brightness));
70
+ border-radius: var(--scalar-radius);
71
+ box-shadow: var(--scalar-shadow-2);
72
+ border: none !important;
73
+ outline: none !important;
74
+ overflow: hidden !important;
75
+ }
76
+ [data-v-3118bf46] .cm-tooltip-autocomplete ul li {
77
+ padding: 3px 6px !important;
78
+ }
79
+ [data-v-3118bf46] .cm-completionIcon-type:after {
80
+ color: var(--scalar-color-3) !important;
81
+ }
82
+ [data-v-3118bf46] .cm-tooltip-autocomplete ul li[aria-selected] {
83
+ background: var(--scalar-background-2) !important;
84
+ color: var(--scalar-color-1) !important;
85
+ }
86
+ [data-v-3118bf46] .cm-tooltip-autocomplete ul {
87
+ padding: 6px !important;
88
+ position: relative;
89
+ }
90
+ [data-v-3118bf46] .cm-tooltip-autocomplete ul li:hover {
91
+ border-radius: 3px;
92
+ color: var(--scalar-color-1) !important;
93
+ background: var(--scalar-background-3) !important;
94
+ }
95
+ /* Disable active line highlighting */
96
+ [data-v-3118bf46] .cm-activeLine,[data-v-3118bf46] .cm-activeLineGutter {
97
+ background-color: transparent;
98
+ }
99
+ /* Color selection matching */
100
+ [data-v-3118bf46] .cm-selectionMatch,[data-v-3118bf46] .cm-matchingBracket {
101
+ border-radius: var(--scalar-radius);
102
+ background: var(--scalar-background-4) !important;
103
+ }
104
+ /* Color Picker Swatches */
105
+ [data-v-3118bf46] .cm-css-color-picker-wrapper {
106
+ display: inline-flex;
107
+ outline: 1px solid var(--scalar-background-3);
108
+ border-radius: 3px;
109
+ overflow: hidden;
110
+ }
111
+ /* Number gutter */
112
+ [data-v-3118bf46] .cm-gutters {
113
+ background-color: transparent;
114
+ border-right: none;
115
+ color: var(--scalar-color-3);
116
+ font-size: var(--scalar-small);
117
+ line-height: 22px;
118
+ border-radius: 0 0 0 3px;
119
+ }
120
+ [data-v-3118bf46] .cm-gutters:before {
121
+ content: '';
122
+ position: absolute;
123
+ top: 2px;
124
+ left: 2px;
125
+ width: calc(100% - 2px);
126
+ height: calc(100% - 4px);
127
+ border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
128
+ background-color: var(--scalar-background-1);
129
+ }
130
+ [data-v-3118bf46] .cm-gutterElement {
131
+ font-family: var(--scalar-font-code) !important;
132
+ padding-left: 0px !important;
133
+ padding-right: 6px !important;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: flex-end;
137
+ position: relative;
138
+ }
139
+ [data-v-3118bf46] .cm-lineNumbers .cm-gutterElement {
140
+ min-width: fit-content;
141
+ }
142
+ [data-v-3118bf46] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
143
+ padding-left: 0 !important;
144
+ }
145
+ [data-v-3118bf46] .cm-scroller {
146
+ overflow: auto;
147
+ }
148
+ .line-wrapping[data-v-3118bf46]:focus-within .cm-content {
149
+ display: inline-table;
150
+ min-height: fit-content;
151
+ padding: 3px 6px;
152
+ white-space: break-spaces;
153
+ word-break: break-all;
154
+ }
155
+
156
+ .cm-pill {
157
+ color: var(--scalar-color-1) !important;
158
+ padding: 0px 9px;
159
+ border-radius: 3px;
160
+ display: inline-block;
161
+ border-radius: 30px;
162
+ font-size: var(--scalar-small);
163
+ }
164
+ .light-mode .cm-pill {
165
+ background: var(--scalar-background-3) !important;
166
+ }
167
+ .dark-mode .cm-pill {
168
+ background: color-mix(in srgb, var(--tw-bg-base), transparent 90%) !important;
169
+ }
170
+ .cm-pill--context-fn {
171
+ border: 1px dashed color-mix(in srgb, var(--scalar-color-3), transparent 35%);
172
+ padding: 0px 8px;
173
+ }
174
+ .light-mode .cm-pill--context-fn {
175
+ background: color-mix(
176
+ in srgb,
177
+ var(--scalar-background-3),
178
+ transparent 40%
179
+ ) !important;
180
+ }
181
+ .dark-mode .cm-pill--context-fn {
182
+ background: color-mix(
183
+ in srgb,
184
+ var(--scalar-background-3),
185
+ transparent 55%
186
+ ) !important;
187
+ }
188
+ .cm-pill:first-of-type {
189
+ margin-left: 0;
190
+ }
191
+ .cm-editor .cm-widgetBuffer {
192
+ display: none;
193
+ }
194
+ .cm-foldPlaceholder:hover {
195
+ color: var(--scalar-color-1);
196
+ }
197
+ .cm-foldGutter .cm-gutterElement {
198
+ font-size: var(--scalar-heading-4);
199
+ padding: 2px !important;
200
+ }
201
+ .cm-foldGutter .cm-gutterElement:first-of-type {
202
+ display: none;
203
+ }
204
+ .cm-foldGutter .cm-gutterElement .cm-foldMarker {
205
+ padding: 2px;
206
+ padding-top: 2px;
207
+ }
208
+ .cm-foldGutter .cm-gutterElement:hover .cm-foldMarker {
209
+ background: var(--scalar-background-2);
210
+ border-radius: var(--scalar-radius);
211
+ color: var(--scalar-color-1);
212
+ }
213
+
214
+ .description[data-v-1b7a32a4] .markdown {
215
+ font-weight: var(--scalar-semibold);
216
+ color: var(--scalar-color--1);
217
+ padding: 0 0;
218
+ display: block;
219
+ }
220
+ .description[data-v-1b7a32a4] .markdown > *:first-child {
221
+ margin-top: 0;
222
+ }
223
+
224
+ [data-v-dc314812] .cm-editor {
225
+ height: 100%;
226
+ outline: none;
227
+ width: 100%;
228
+ }
229
+ [data-v-dc314812] .cm-line {
230
+ padding: 0;
231
+ }
232
+ [data-v-dc314812] .cm-content {
233
+ padding: 0;
234
+ display: flex;
235
+ align-items: center;
236
+ font-size: var(--scalar-small);
237
+ }
238
+ .scroll-timeline-x[data-v-dc314812] {
239
+ scroll-timeline: --scroll-timeline x;
240
+ /* Firefox supports */
241
+ scroll-timeline: --scroll-timeline horizontal;
242
+ -ms-overflow-style: none; /* IE and Edge */
243
+ }
244
+ .scroll-timeline-x-hidden[data-v-dc314812] {
245
+ overflow-x: auto;
246
+ }
247
+ .scroll-timeline-x-hidden[data-v-dc314812] .cm-scroller {
248
+ scrollbar-width: none;
249
+ -ms-overflow-style: none;
250
+ padding-right: 20px;
251
+ overflow: auto;
252
+ }
253
+ .scroll-timeline-x-hidden[data-v-dc314812]::-webkit-scrollbar {
254
+ width: 0;
255
+ height: 0;
256
+ display: none;
257
+ }
258
+ .scroll-timeline-x-hidden[data-v-dc314812] .cm-scroller::-webkit-scrollbar {
259
+ width: 0;
260
+ height: 0;
261
+ display: none;
262
+ }
263
+ .scroll-timeline-x-address[data-v-dc314812] {
264
+ line-height: 27px;
265
+ scrollbar-width: none; /* Firefox */
266
+ }
267
+ /* make clickable are to left of send button */
268
+ .scroll-timeline-x-address[data-v-dc314812]:after {
269
+ content: '';
270
+ position: absolute;
271
+ height: 100%;
272
+ width: 24px;
273
+ right: 0;
274
+ cursor: text;
275
+ }
276
+ .scroll-timeline-x-address[data-v-dc314812]:empty:before {
277
+ content: 'Enter URL or cURL request';
278
+ color: var(--scalar-color-3);
279
+ pointer-events: none;
280
+ }
281
+ .fade-left[data-v-dc314812],
282
+ .fade-right[data-v-dc314812] {
283
+ content: '';
284
+ position: sticky;
285
+ height: 100%;
286
+ animation-name: fadein-dc314812;
287
+ animation-duration: 1ms;
288
+ animation-direction: reverse;
289
+ animation-timeline: --scroll-timeline;
290
+ pointer-events: none;
291
+ z-index: 1;
292
+ }
293
+ .fade-left[data-v-dc314812] {
294
+ background: linear-gradient(
295
+ -90deg,
296
+ color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%,
297
+ color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%,
298
+ var(--scalar-address-bar-bg) 100%
299
+ );
300
+ left: -1px;
301
+ min-width: 6px;
302
+ animation-direction: normal;
303
+ }
304
+ .fade-right[data-v-dc314812] {
305
+ background: linear-gradient(
306
+ 90deg,
307
+ color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%,
308
+ color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%,
309
+ var(--scalar-address-bar-bg) 100%
310
+ );
311
+ right: -1px;
312
+ min-width: 24px;
313
+ }
314
+ @keyframes fadein-dc314812 {
315
+ 0% {
316
+ opacity: 0;
317
+ }
318
+ 1% {
319
+ opacity: 1;
320
+ }
321
+ }
322
+ .address-bar-bg-states[data-v-dc314812] {
323
+ --scalar-address-bar-bg: color-mix(
324
+ in srgb,
325
+ var(--scalar-background-1),
326
+ var(--scalar-background-2)
327
+ );
328
+ background: var(--scalar-address-bar-bg);
329
+ }
330
+ .address-bar-bg-states[data-v-dc314812]:has(.cm-focused) {
331
+ --scalar-address-bar-bg: var(--scalar-background-1);
332
+ border-color: var(--scalar-border-color);
333
+ outline-width: 1px;
334
+ outline-style: solid;
335
+ }
336
+ .address-bar-bg-states:has(.cm-focused) .fade-left[data-v-dc314812],
337
+ .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-dc314812] {
338
+ --scalar-address-bar-bg: var(--scalar-background-1);
339
+ }
340
+
341
+ .app-exit-button[data-v-09019679] {
342
+ color: white;
343
+ background: rgba(0, 0, 0, 0.1);
344
+ }
345
+ .app-exit-button[data-v-09019679]:hover {
346
+ background: rgba(255, 255, 255, 0.1);
347
+ }
348
+
349
+ .fade-request-section-content[data-v-f97cc68c] {
350
+ background: linear-gradient(
351
+ to left,
352
+ var(--scalar-background-1) 64%,
353
+ transparent
354
+ );
355
+ }
356
+ .filter-hover[data-v-f97cc68c] {
357
+ height: 100%;
358
+ padding-right: 39px;
359
+ padding-left: 24px;
360
+ position: absolute;
361
+ right: 0;
362
+ transition: width 0s ease-in-out 0.2s;
363
+ overflow: hidden;
364
+ }
365
+ .filter-hover[data-v-f97cc68c]:hover,
366
+ .filter-hover[data-v-f97cc68c]:has(:focus-visible) {
367
+ width: 100%;
368
+ z-index: 10;
369
+ }
370
+ .filter-hover[data-v-f97cc68c]:before {
371
+ content: '';
372
+ position: absolute;
373
+ top: 0;
374
+ left: 0;
375
+ width: 100%;
376
+ height: fit-content;
377
+ background-color: var(--scalar-background-1);
378
+ opacity: 0;
379
+ transition: all 0.3s ease-in-out;
380
+ pointer-events: none;
381
+ }
382
+ .filter-hover-item[data-v-f97cc68c] {
383
+ opacity: 0;
384
+ }
385
+ .filter-hover-item[data-v-f97cc68c]:not(:last-of-type) {
386
+ transform: translate3d(0, 3px, 0);
387
+ }
388
+ .filter-hover:hover .filter-hover-item[data-v-f97cc68c] {
389
+ transition:
390
+ opacity 0.2s ease-in-out,
391
+ transform 0.2s ease-in-out;
392
+ }
393
+ .filter-hover:hover .filter-hover-item[data-v-f97cc68c]:nth-last-of-type(1) {
394
+ transition-delay: 0.05s;
395
+ }
396
+ .filter-hover:hover .filter-hover-item[data-v-f97cc68c]:nth-last-of-type(2) {
397
+ transition-delay: 0.1s;
398
+ }
399
+ .filter-hover:hover .filter-hover-item[data-v-f97cc68c]:nth-last-of-type(3) {
400
+ transition-delay: 0.15s;
401
+ }
402
+ .filter-hover:hover .filter-hover-item[data-v-f97cc68c]:nth-last-of-type(4) {
403
+ transition-delay: 0.2s;
404
+ }
405
+ .filter-hover:hover .filter-hover-item[data-v-f97cc68c]:nth-last-of-type(5) {
406
+ transition-delay: 0.25s;
407
+ }
408
+ .filter-hover:hover .filter-hover-item[data-v-f97cc68c]:nth-last-of-type(6) {
409
+ transition-delay: 0.3s;
410
+ }
411
+ .filter-hover:hover .filter-hover-item[data-v-f97cc68c]:nth-last-of-type(7) {
412
+ transition-delay: 0.35s;
413
+ }
414
+ .filter-hover:hover .filter-hover-item[data-v-f97cc68c],
415
+ .filter-hover:has(:focus-visible) .filter-hover-item[data-v-f97cc68c] {
416
+ opacity: 1;
417
+ transform: translate3d(0, 0, 0);
418
+ }
419
+ .filter-hover[data-v-f97cc68c]:hover:before,
420
+ .filter-hover[data-v-f97cc68c]:has(:focus-visible):before {
421
+ opacity: 0.9;
422
+ backdrop-filter: blur(10px);
423
+ }
424
+ .filter-button[data-v-f97cc68c] {
425
+ top: 50%;
426
+ transform: translateY(-50%);
427
+ }
428
+ .context-bar-group:hover .context-bar-group-hover\:text-c-1[data-v-f97cc68c],
429
+ .context-bar-group:has(:focus-visible) .context-bar-group-hover\:text-c-1[data-v-f97cc68c] {
430
+ --tw-text-opacity: 1;
431
+ color: rgb(var(--scalar-color-1) / var(--tw-text-opacity));
432
+ }
433
+ .context-bar-group:hover .context-bar-group-hover\:hidden[data-v-f97cc68c],
434
+ .context-bar-group:has(:focus-visible) .context-bar-group-hover\:hidden[data-v-f97cc68c] {
435
+ display: none;
436
+ }
437
+
438
+ [data-v-36811e28] .cm-editor {
439
+ padding: 0;
440
+ }
441
+ [data-v-36811e28] .cm-content {
442
+ align-items: center;
443
+ background-color: transparent;
444
+ display: flex;
445
+ font-family: var(--scalar-font);
446
+ font-size: var(--scalar-small);
447
+ padding: 5px 8px;
448
+ width: 100%;
449
+ }
450
+ [data-v-36811e28] .cm-content:has(.cm-pill) {
451
+ padding: 5px 8px;
452
+ }
453
+ [data-v-36811e28] .cm-content .cm-pill:not(:last-of-type) {
454
+ margin-right: 0.5px;
455
+ }
456
+ [data-v-36811e28] .cm-content .cm-pill:not(:first-of-type) {
457
+ margin-left: 0.5px;
458
+ }
459
+ [data-v-36811e28] .cm-line {
460
+ overflow: hidden;
461
+ padding: 0;
462
+ text-overflow: ellipsis;
463
+ }
464
+ .filemask[data-v-36811e28] {
465
+ mask-image: linear-gradient(
466
+ to right,
467
+ transparent 0,
468
+ var(--scalar-background-2) 20px
469
+ );
470
+ }
471
+
472
+ [data-v-06778e40] .cm-content {
473
+ font-size: var(--scalar-small);
474
+ }
475
+
476
+ .form-group[data-v-678c9f4a] {
477
+ margin-bottom: 1rem;
478
+ }
479
+ .modal-actions[data-v-678c9f4a] {
480
+ display: flex;
481
+ justify-content: flex-end;
482
+ gap: 1rem;
483
+ }
484
+
485
+ .no-scrollbar::-webkit-scrollbar {
486
+ display: none;
487
+ }
488
+ .no-scrollbar {
489
+ -ms-overflow-style: none;
490
+ scrollbar-width: none;
491
+ }
492
+
493
+ [data-v-819cea32] .cm-editor {
494
+ padding: 0;
495
+ }
496
+ [data-v-819cea32] .cm-content {
497
+ align-items: center;
498
+ background-color: transparent;
499
+ display: flex;
500
+ font-family: var(--scalar-font);
501
+ font-size: var(--scalar-small);
502
+ padding: 5px 8px;
503
+ width: 100%;
504
+ }
505
+ [data-v-819cea32] .cm-content:has(.cm-pill) {
506
+ padding: 5px 8px;
507
+ }
508
+ [data-v-819cea32] .cm-content .cm-pill:not(:last-of-type) {
509
+ margin-right: 0.5px;
510
+ }
511
+ [data-v-819cea32] .cm-content .cm-pill:not(:first-of-type) {
512
+ margin-left: 0.5px;
513
+ }
514
+ [data-v-819cea32] .cm-line {
515
+ overflow: hidden;
516
+ padding: 0;
517
+ text-overflow: ellipsis;
518
+ word-break: break-word;
519
+ }
520
+ .required[data-v-819cea32]::after {
521
+ content: 'Required';
522
+ }
523
+ /* Tailwind placeholder is busted */
524
+ input[data-v-819cea32]::placeholder {
525
+ color: var(--scalar-color-3);
526
+ }
527
+ /* we want our inputs to look like a password input but not be one */
528
+ .scalar-password-input[data-v-819cea32] {
529
+ text-security: disc;
530
+ -webkit-text-security: disc;
531
+ -moz-text-security: disc;
532
+ }
533
+
534
+ .request-section-content[data-v-482f2275] {
535
+ --scalar-border-width: 0.5px;
536
+ }
537
+ .request-section-content-filter[data-v-482f2275] {
538
+ box-shadow: 0 -10px 0 10px var(--scalar-background-1);
539
+ }
540
+ .request-item:focus-within .request-meta-buttons[data-v-482f2275] {
541
+ opacity: 1;
542
+ }
543
+ .group-hover-input[data-v-482f2275] {
544
+ border-width: var(--scalar-border-width);
545
+ border-color: transparent;
546
+ }
547
+ .group:hover .group-hover-input[data-v-482f2275] {
548
+ background: color-mix(
549
+ in srgb,
550
+ var(--scalar-background-1),
551
+ var(--scalar-background-2)
552
+ );
553
+ border-color: var(--scalar-border-color);
554
+ }
555
+ .group-hover-input[data-v-482f2275]:focus {
556
+ background: transparent !important;
557
+ border-color: var(--scalar-border-color) !important;
558
+ }
559
+
560
+ .light-mode .bg-preview[data-v-154c2abf] {
561
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' fill-opacity='10%25'%3E%3Crect width='8' height='8' /%3E%3Crect x='8' y='8' width='8' height='8' /%3E%3C/svg%3E");
562
+ }
563
+ .dark-mode .bg-preview[data-v-154c2abf] {
564
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFF' fill-opacity='10%25'%3E%3Crect width='8' height='8' /%3E%3Crect x='8' y='8' width='8' height='8' /%3E%3C/svg%3E");
565
+ }
566
+
567
+ [data-v-194605f9] .cm-editor {
568
+ background-color: transparent;
569
+ font-size: var(--scalar-small);
570
+ outline: none;
571
+ }
572
+ [data-v-194605f9] .cm-gutters {
573
+ background-color: var(--scalar-background-1);
574
+ border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
575
+ }
576
+ .body-raw[data-v-194605f9] .cm-scroller {
577
+ overflow: auto;
578
+ min-width: 100%;
579
+ }
580
+
581
+ .scalar-code-block[data-v-30c34ea4] .hljs * {
582
+ font-size: var(--scalar-small);
583
+ }
584
+
585
+ .response-body-virtual[data-headlessui-state='open'],
586
+ .response-body-virtual[data-headlessui-state='open'] .diclosure-panel {
587
+ display: flex;
588
+ flex-direction: column;
589
+ flex-grow: 1;
590
+ }
591
+
592
+ .ascii-art-animate .ascii-art-line[data-v-69ebd973] {
593
+ border-right: 1ch solid transparent;
594
+ animation:
595
+ typewriter-69ebd973 4s steps(1) 1s 1 normal both,blinkTextCursor-69ebd973 500ms steps(1) infinite normal;
596
+ }
597
+ @keyframes typewriter-69ebd973 {
598
+ from {
599
+ width: 0;
600
+ }
601
+ to {
602
+ width: 100%;
603
+ }
604
+ }
605
+ @keyframes blinkTextCursor-69ebd973 {
606
+ 0% {
607
+ border-right-color: currentColor;
608
+ }
609
+ 50% {
610
+ border-right-color: transparent;
611
+ }
612
+ }
613
+
614
+ .scalar-version-number[data-v-eb46a498] {
615
+ transform: skew(0deg, 13deg);
616
+ width: 76px;
617
+ height: 76px;
618
+ position: absolute;
619
+ margin-left: -36px;
620
+ font-size: 8px;
621
+ font-family: var(--scalar-font-code);
622
+ line-height: 11px;
623
+ margin-top: -113px;
624
+ border-radius: 9px 9px 16px 12px;
625
+ box-shadow: inset 2px 0px 0 2px var(--scalar-background-2);
626
+ text-align: center;
627
+ display: flex;
628
+ flex-direction: column;
629
+ align-items: center;
630
+ justify-content: center;
631
+ text-transform: initial;
632
+ text-decoration-color: var(--scalar-color-3);
633
+ }
634
+ .scalar-version-number a[data-v-eb46a498] {
635
+ font-weight: bold;
636
+ font-weight: bold;
637
+ background: var(--scalar-background-2);
638
+ padding: 2px 4px;
639
+ border-radius: 3px;
640
+ text-decoration: none;
641
+ border: 0.5px solid var(--scalar-border-color);
642
+ }
643
+ .gitbook-show[data-v-eb46a498] {
644
+ display: none;
645
+ }
646
+
647
+ .v-enter-active[data-v-1f35725e] {
648
+ transition: opacity 0.5s ease;
649
+ }
650
+ .v-enter-from[data-v-1f35725e] {
651
+ opacity: 0;
652
+ }
653
+
654
+ .animate-response-heading .response-heading[data-v-82f4df98] {
655
+ animation: push-response-82f4df98 0.2s ease-in-out forwards;
656
+ opacity: 1;
657
+ }
658
+ @keyframes push-response-82f4df98 {
659
+ from {
660
+ opacity: 1;
661
+ transform: translateY(0);
662
+ }
663
+ to {
664
+ opacity: 0;
665
+ transform: translateY(-4px);
666
+ }
667
+ }
668
+ .animate-response-heading .animate-response-children[data-v-82f4df98] {
669
+ animation: response-spans-82f4df98 0.2s ease-in-out forwards 0.05s;
670
+ opacity: 0;
671
+ }
672
+ @keyframes response-spans-82f4df98 {
673
+ from {
674
+ opacity: 0;
675
+ transform: translateY(4px);
676
+ }
677
+ to {
678
+ opacity: 1;
679
+ transform: translateY(0);
680
+ }
681
+ }
682
+
683
+ .request-card[data-v-8d155354] {
684
+ color: var(--scalar-color-1);
685
+ font-size: var(--scalar-font-size-3);
686
+ }
687
+ .request-method[data-v-8d155354] {
688
+ font-family: var(--scalar-font-code);
689
+ text-transform: uppercase;
690
+ margin-right: 6px;
691
+ }
692
+ .request-card-footer[data-v-8d155354] {
693
+ display: flex;
694
+ justify-content: flex-end;
695
+ padding: 6px;
696
+ flex-shrink: 0;
697
+ position: relative;
698
+ }
699
+ .request-card-footer-addon[data-v-8d155354] {
700
+ display: flex;
701
+ align-items: center;
702
+
703
+ flex: 1;
704
+ min-width: 0;
705
+ }
706
+ .request-editor-section[data-v-8d155354] {
707
+ display: flex;
708
+ flex: 1;
709
+ }
710
+ .request-card-simple[data-v-8d155354] {
711
+ display: flex;
712
+ align-items: center;
713
+ justify-content: space-between;
714
+
715
+ padding: 8px 8px 8px 12px;
716
+
717
+ font-size: var(--scalar-small);
718
+ }
719
+ .code-snippet[data-v-8d155354] {
720
+ display: flex;
721
+ flex-direction: column;
722
+ width: 100%;
723
+ }
724
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
725
+ [data-radix-popper-content-wrapper]:has(.scalar-api-client-context-menu) {
726
+ z-index: 1000 !important;
727
+ }
728
+
729
+ .resizer[data-v-e2c54c18] {
730
+ width: 5px;
731
+ cursor: col-resize;
732
+ position: absolute;
733
+ top: 0;
734
+ right: 0;
735
+ bottom: 0;
736
+ border-right: 2px solid transparent;
737
+ transition: border-right-color 0.3s;
738
+ z-index: 100;
739
+ }
740
+
741
+ .scalar-dragging {
742
+ cursor: col-resize;
743
+ }
744
+ .resizer:hover,
745
+ .scalar-dragging .resizer {
746
+ border-right-color: var(--scalar-background-3);
747
+ }
748
+ .scalar-dragging::after {
749
+ content: '';
750
+ display: block;
751
+ position: absolute;
752
+ top: 0;
753
+ left: 0;
754
+ right: 0;
755
+ bottom: 0;
756
+ }
757
+
758
+ .ref-search-meta[data-v-a00657cc] {
759
+ background: var(--scalar-background-1);
760
+ border-bottom-left-radius: var(--scalar-radius-lg);
761
+ border-bottom-right-radius: var(--scalar-radius-lg);
762
+ padding: 6px 12px;
763
+ font-size: var(--scalar-font-size-4);
764
+ color: var(--scalar-color-3);
765
+ font-weight: var(--scalar-semibold);
766
+ display: flex;
767
+ gap: 12px;
768
+ border-top: var(--scalar-border-width) solid var(--scalar-border-color);
769
+ }
770
+
771
+ /*
772
+ * Gentle pulse for the registry loading skeletons. Matches the existing
773
+ * `LoadingSkeleton.vue` easing/duration used in `@scalar/api-reference` so
774
+ * any skeleton in the app feels consistent.
775
+ */
776
+ .sidebar-skeleton-row > span[data-v-e5f6f69d] {
777
+ animation: sidebar-skeleton-pulse-e5f6f69d 1.5s infinite alternate;
778
+ }
779
+ @keyframes sidebar-skeleton-pulse-e5f6f69d {
780
+ from {
781
+ opacity: 1;
782
+ }
783
+ to {
784
+ opacity: 0.33;
785
+ }
786
+ }
787
+
788
+ /** Single tab styling - appears as a header without tab-like appearance */
789
+ .nav-single-tab[data-v-2d65f302] {
790
+ display: flex;
791
+ height: 100%;
792
+ width: 100%;
793
+ align-items: center;
794
+ justify-content: center;
795
+ overflow: hidden;
796
+ color: var(--scalar-color-1);
797
+ }
798
+
799
+ /** Base tab styling with subtle background and border */
800
+ .nav-item[data-v-2d65f302] {
801
+ padding: 4.5px 1rem;
802
+ cursor: pointer;
803
+ flex: 1;
804
+ justify-content: center;
805
+ align-items: center;
806
+ display: flex;
807
+ border-radius: var(--scalar-radius-lg);
808
+ background: var(--scalar-background-3);
809
+ border: var(--scalar-border-width) solid var(--scalar-background-2);
810
+ color: var(--scalar-color-3);
811
+ min-width: 0;
812
+ overflow: hidden;
813
+ position: relative;
814
+ }
815
+ .dark-mode .nav-item[data-v-2d65f302] {
816
+ background: color-mix(in srgb, var(--scalar-background-2), transparent);
817
+ }
818
+
819
+ /**
820
+ * Container for the icon and label.
821
+ * Uses a mask gradient to fade out text on the right side,
822
+ * making room for the close button that appears on hover.
823
+ */
824
+ .nav-item-icon-copy[data-v-2d65f302] {
825
+ max-width: 100%;
826
+ white-space: nowrap;
827
+ overflow: hidden;
828
+ mask-image: linear-gradient(
829
+ to left,
830
+ transparent 0,
831
+ var(--scalar-background-2) 20px
832
+ );
833
+ }
834
+
835
+ /** On hover, shift the gradient to make more room for the close button */
836
+ .nav-item:hover .nav-item-icon-copy[data-v-2d65f302] {
837
+ mask-image: linear-gradient(
838
+ to left,
839
+ transparent 20px,
840
+ var(--scalar-background-2) 40px
841
+ );
842
+ }
843
+
844
+ /** Label text with constrained width to prevent overflow */
845
+ .nav-item-copy[data-v-2d65f302] {
846
+ max-width: calc(100% - 20px);
847
+ }
848
+ .nav-item[data-v-2d65f302]:hover {
849
+ color: var(--scalar-color-1);
850
+ }
851
+
852
+ /** Active tab state with brighter background and border */
853
+ .nav-item__active[data-v-2d65f302] {
854
+ background-color: var(--scalar-background-1);
855
+ color: var(--scalar-color-1);
856
+ border-color: var(--scalar-border-color);
857
+ }
858
+ .dark-mode .nav-item__active[data-v-2d65f302] {
859
+ background-color: var(--scalar-background-2);
860
+ }
861
+
862
+ /**
863
+ * Close button positioned absolutely on the right.
864
+ * Hidden by default, revealed on tab hover.
865
+ */
866
+ .nav-item-close[data-v-2d65f302] {
867
+ position: absolute;
868
+ right: 3px;
869
+ padding: 2px;
870
+ border-radius: var(--scalar-radius);
871
+ background: transparent;
872
+ max-width: 20px;
873
+ stroke-width: 1.5px;
874
+ color: var(--scalar-color-3);
875
+ margin-left: -20px;
876
+ opacity: 0;
877
+ }
878
+ .nav-item:hover .nav-item-close[data-v-2d65f302] {
879
+ opacity: 1;
880
+ }
881
+ .nav-item-close[data-v-2d65f302]:hover {
882
+ background-color: var(--scalar-background-4);
883
+ }
884
+ .nav-item__active .nav-item-close[data-v-2d65f302]:hover {
885
+ background-color: var(--scalar-background-2);
886
+ }
887
+
888
+ /*
889
+ * The combobox option only marks the *active* (hovered / keyboard-focused)
890
+ * row with a background. We also want a persistent highlight on the
891
+ * currently *selected* version so the user can spot it at a glance, even
892
+ * after moving the cursor or arrowing to another row.
893
+ */
894
+ .version-picker[data-v-28138913] [role='option'][aria-selected='true'] {
895
+ background-color: var(--scalar-background-2);
896
+ }
897
+
898
+ .splash-screen[data-v-af32615f] {
899
+ opacity: 0;
900
+ animation: fadeIn-af32615f 0.5s ease-in-out forwards;
901
+ }
902
+ .logo-icon[data-v-af32615f] {
903
+ opacity: 0;
904
+ animation:
905
+ fadeInLogo-af32615f 0.6s ease-in-out 0.2s forwards,pulse-af32615f 2s ease-in-out 0.8s infinite;
906
+ }
907
+ @keyframes fadeIn-af32615f {
908
+ from {
909
+ opacity: 0;
910
+ }
911
+ to {
912
+ opacity: 0.9;
913
+ }
914
+ }
915
+ @keyframes fadeInLogo-af32615f {
916
+ from {
917
+ opacity: 0;
918
+ transform: scale(0.9);
919
+ }
920
+ to {
921
+ opacity: 0.8;
922
+ transform: scale(1);
923
+ }
924
+ }
925
+ @keyframes pulse-af32615f {
926
+ 0%,
927
+ 100% {
928
+ opacity: 0.8;
929
+ }
930
+ 50% {
931
+ opacity: 0.6;
932
+ }
933
+ }
934
+
935
+ .editor-container[data-v-65ed5337] {
936
+ width: 100%;
937
+ height: 100%;
938
+ }
939
+ .sync-layout-root[data-v-65ed5337] {
940
+ background: color-mix(
941
+ in srgb,
942
+ var(--scalar-color-background-1, #1e1e1e) 96%,
943
+ transparent
944
+ );
945
+ }
946
+ .sync-editor-pane[data-v-65ed5337] {
947
+ background: color-mix(
948
+ in srgb,
949
+ var(--scalar-color-background-1, #1e1e1e) 95%,
950
+ transparent
951
+ );
952
+ }
953
+ .sync-pane-title[data-v-65ed5337] {
954
+ letter-spacing: 0.03em;
955
+ text-transform: uppercase;
956
+ font-weight: 600;
957
+ background: color-mix(
958
+ in srgb,
959
+ var(--scalar-color-background-2, #2d2d30) 85%,
960
+ transparent
961
+ );
962
+ }
963
+ .resize-handle[data-v-65ed5337] {
964
+ position: relative;
965
+ display: block;
966
+ flex-shrink: 0;
967
+ border: none;
968
+ border-radius: 999px;
969
+ background: transparent;
970
+ transition:
971
+ background-color 0.12s ease,
972
+ box-shadow 0.12s ease;
973
+ }
974
+ .resize-handle[data-v-65ed5337]::before {
975
+ content: '';
976
+ position: absolute;
977
+ border-radius: 999px;
978
+ opacity: 1;
979
+ transition:
980
+ background-color 0.12s ease,
981
+ transform 0.12s ease;
982
+ }
983
+ .resize-handle[data-v-65ed5337]:hover {
984
+ background: color-mix(
985
+ in srgb,
986
+ var(--scalar-color-accent, #007acc) 12%,
987
+ transparent
988
+ );
989
+ }
990
+ .resize-handle[data-v-65ed5337]:active {
991
+ background: color-mix(
992
+ in srgb,
993
+ var(--scalar-color-accent, #007acc) 18%,
994
+ transparent
995
+ );
996
+ }
997
+ .resize-handle[data-v-65ed5337]:focus-visible {
998
+ outline: none;
999
+ box-shadow: 0 0 0 1px
1000
+ color-mix(in srgb, var(--scalar-color-accent, #007acc) 70%, transparent);
1001
+ }
1002
+ .resize-handle-col[data-v-65ed5337] {
1003
+ width: 8px;
1004
+ min-height: 44px;
1005
+ margin: 2px 0;
1006
+ cursor: col-resize;
1007
+ }
1008
+ .resize-handle-col[data-v-65ed5337]::before {
1009
+ top: 50%;
1010
+ left: 50%;
1011
+ width: 1px;
1012
+ height: calc(100% - 8px);
1013
+ transform: translate(-50%, -50%);
1014
+ background: color-mix(
1015
+ in srgb,
1016
+ var(--scalar-color-border, #3c3c3c) 85%,
1017
+ transparent
1018
+ );
1019
+ }
1020
+ .resize-handle-row[data-v-65ed5337] {
1021
+ height: 8px;
1022
+ margin: 0 4px;
1023
+ cursor: row-resize;
1024
+ }
1025
+ .resize-handle-row[data-v-65ed5337]::before {
1026
+ top: 50%;
1027
+ left: 50%;
1028
+ width: calc(100% - 8px);
1029
+ height: 1px;
1030
+ transform: translate(-50%, -50%);
1031
+ background: color-mix(
1032
+ in srgb,
1033
+ var(--scalar-color-border, #3c3c3c) 85%,
1034
+ transparent
1035
+ );
1036
+ }
1037
+ .resize-handle-col[data-v-65ed5337]:hover::before,
1038
+ .resize-handle-col[data-v-65ed5337]:active::before,
1039
+ .resize-handle-row[data-v-65ed5337]:hover::before,
1040
+ .resize-handle-row[data-v-65ed5337]:active::before {
1041
+ background: color-mix(
1042
+ in srgb,
1043
+ var(--scalar-color-accent, #007acc) 78%,
1044
+ transparent
1045
+ );
1046
+ }
1047
+ [data-v-65ed5337] .json-path-highlight {
1048
+ background-color: rgba(255, 200, 0, 0.35);
1049
+ border-radius: 4px;
1050
+ }
1051
+ [data-v-65ed5337] .json-focus-highlight-box-single {
1052
+ border: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
1053
+ box-sizing: border-box;
1054
+ }
1055
+ [data-v-65ed5337] .json-focus-highlight-box-top {
1056
+ border-top: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
1057
+ border-left: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
1058
+ border-right: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
1059
+ box-sizing: border-box;
1060
+ }
1061
+ [data-v-65ed5337] .json-focus-highlight-box-middle {
1062
+ border-left: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
1063
+ border-right: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
1064
+ box-sizing: border-box;
1065
+ }
1066
+ [data-v-65ed5337] .json-focus-highlight-box-bottom {
1067
+ border-bottom: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
1068
+ border-left: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
1069
+ border-right: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
1070
+ box-shadow: inset 0 0 0 1px color-mix(in srgb, #fde047 35%, transparent);
1071
+ box-sizing: border-box;
1072
+ }
1073
+
1074
+ /**
1075
+ * Command Palette Styles
1076
+ * Centered dialog with fade-in animation and backdrop overlay
1077
+ */
1078
+
1079
+ /** Main command menu dialog */
1080
+ .commandmenu[data-v-29778ab7] {
1081
+ box-shadow: var(--scalar-shadow-2);
1082
+ border-radius: var(--scalar-radius-lg);
1083
+ background-color: var(--scalar-background-1);
1084
+ max-height: 80dvh;
1085
+ width: 100%;
1086
+ max-width: 580px;
1087
+ margin: 12px;
1088
+ position: fixed;
1089
+ left: 50%;
1090
+ top: 150px;
1091
+ opacity: 0;
1092
+ transform: translate3d(-50%, 10px, 0);
1093
+ animation: fadeincommandmenu-29778ab7 ease-in-out 0.3s forwards;
1094
+ animation-delay: 0.1s;
1095
+ }
1096
+
1097
+ /** Backdrop overlay with fade-in */
1098
+ .commandmenu-overlay[data-v-29778ab7] {
1099
+ position: fixed;
1100
+ inset: 0;
1101
+ background: rgba(0, 0, 0, 0.2);
1102
+ animation: fadeincommand-29778ab7 ease-in-out 0.3s forwards;
1103
+ cursor: pointer;
1104
+ }
1105
+
1106
+ /** Fade-in animation for overlay */
1107
+ @keyframes fadeincommand-29778ab7 {
1108
+ 0% {
1109
+ opacity: 0;
1110
+ }
1111
+ 100% {
1112
+ opacity: 1;
1113
+ }
1114
+ }
1115
+
1116
+ /** Fade-in and slide-up animation for command menu */
1117
+ @keyframes fadeincommandmenu-29778ab7 {
1118
+ 0% {
1119
+ opacity: 0;
1120
+ transform: translate3d(-50%, 10px, 0);
1121
+ }
1122
+ 100% {
1123
+ opacity: 1;
1124
+ transform: translate3d(-50%, 0, 0);
1125
+ }
1126
+ }
1127
+
1128
+ #scalar-client {
1129
+ position: relative;
1130
+ background-color: var(--scalar-background-2);
1131
+ }
1132
+ .dark-mode #scalar-client {
1133
+ background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
1134
+ }
1135
+
1136
+ /*
1137
+ * The three-way merge editor needs the full viewport to fit its three
1138
+ * Monaco panes. `DocumentCollection.vue` ships the same override for
1139
+ * its in-page Sync modal, but the pull flow can run without that view
1140
+ * being mounted, so we duplicate the rule here to keep the modal
1141
+ * full-bleed.
1142
+ */
1143
+ .full-size-styles:has(.sync-conflict-modal-root) {
1144
+ width: 100dvw !important;
1145
+ max-width: 100dvw !important;
1146
+ border-right: none !important;
1147
+ }
1148
+ .full-size-styles:has(.sync-conflict-modal-root)::after {
1149
+ display: none;
1150
+ }
1151
+
1152
+ .group-hover-input[data-v-2f09f15e] {
1153
+ border-width: var(--scalar-border-width);
1154
+ border-color: transparent;
1155
+ }
1156
+ .group:hover .group-hover-input[data-v-2f09f15e] {
1157
+ background: color-mix(
1158
+ in srgb,
1159
+ var(--scalar-background-1),
1160
+ var(--scalar-background-2)
1161
+ );
1162
+ border-color: var(--scalar-border-color);
1163
+ }
1164
+ .group-hover-input[data-v-2f09f15e]:focus {
1165
+ background: transparent !important;
1166
+ border-color: var(--scalar-border-color) !important;
1167
+ }
1168
+
1169
+ .full-size-styles:has(.sync-conflict-modal-root) {
1170
+ width: 100dvw !important;
1171
+ max-width: 100dvw !important;
1172
+ border-right: none !important;
1173
+ }
1174
+ .full-size-styles:has(.sync-conflict-modal-root)::after {
1175
+ display: none;
1176
+ }
1177
+
1178
+ .scalar-collection-auth[data-v-d3bc49bd] {
1179
+ border: var(--scalar-border-width) solid var(--scalar-border-color);
1180
+ border-radius: var(--scalar-radius-lg);
1181
+ overflow: hidden;
1182
+ }
1183
+
1184
+ [data-v-2f13118d] .cm-editor {
1185
+ padding: 0;
1186
+ }
1187
+ [data-v-2f13118d] .cm-content {
1188
+ align-items: center;
1189
+ background-color: transparent;
1190
+ display: flex;
1191
+ font-family: var(--scalar-font);
1192
+ font-size: var(--scalar-small);
1193
+ padding: 5px 8px;
1194
+ width: 100%;
1195
+ }
1196
+ [data-v-2f13118d] .cm-content:has(.cm-pill) {
1197
+ padding: 5px 8px;
1198
+ }
1199
+ [data-v-2f13118d] .cm-content .cm-pill:not(:last-of-type) {
1200
+ margin-right: 0.5px;
1201
+ }
1202
+ [data-v-2f13118d] .cm-content .cm-pill:not(:first-of-type) {
1203
+ margin-left: 0.5px;
1204
+ }
1205
+ [data-v-2f13118d] .cm-line {
1206
+ overflow: hidden;
1207
+ padding: 0;
1208
+ text-overflow: ellipsis;
1209
+ }
1210
+
1211
+ .editor-container[data-v-e99ee660] {
1212
+ width: 100%;
1213
+ height: 100%;
1214
+ }
1215
+ [data-v-e99ee660] .json-path-highlight {
1216
+ background-color: rgba(255, 200, 0, 0.35);
1217
+ border-radius: 4px;
1218
+ }
1219
+ [data-v-e99ee660] .json-focus-highlight {
1220
+ background-color: color-mix(
1221
+ in srgb,
1222
+ var(--scalar-color-accent, #24b47e) 18%,
1223
+ transparent
1224
+ );
1225
+ border-radius: 4px;
1226
+ }
1227
+
1228
+ [data-v-28c8509c] .cm-editor {
1229
+ padding: 0;
1230
+ }
1231
+ [data-v-28c8509c] .cm-content {
1232
+ align-items: center;
1233
+ background-color: transparent;
1234
+ display: flex;
1235
+ font-family: var(--scalar-font);
1236
+ font-size: var(--scalar-small);
1237
+ padding: 5px 8px;
1238
+ width: 100%;
1239
+ }
1240
+ [data-v-28c8509c] .cm-content:has(.cm-pill) {
1241
+ padding: 5px 8px;
1242
+ }
1243
+ [data-v-28c8509c] .cm-content .cm-pill:not(:last-of-type) {
1244
+ margin-right: 0.5px;
1245
+ }
1246
+ [data-v-28c8509c] .cm-content .cm-pill:not(:first-of-type) {
1247
+ margin-left: 0.5px;
1248
+ }
1249
+ [data-v-28c8509c] .cm-line {
1250
+ overflow: hidden;
1251
+ padding: 0;
1252
+ text-overflow: ellipsis;
1253
+ }
1254
+
1255
+ [data-v-d486ea71] .cm-content {
1256
+ min-height: fit-content;
1257
+ }
1258
+ [data-v-d486ea71] .cm-scroller {
1259
+ max-width: 100%;
1260
+ overflow-x: auto;
1261
+ overflow-y: hidden;
1262
+ }
1263
+
1264
+ /**
1265
+ * Custom horizontal scroll for the URL preview.
1266
+ * Hides scrollbar for a cleaner appearance while maintaining scroll functionality.
1267
+ */
1268
+ .scroll-timeline-x[data-v-311ac78f] {
1269
+ overflow: auto;
1270
+ scroll-timeline: --scroll-timeline x;
1271
+ /* Firefox support */
1272
+ scroll-timeline: --scroll-timeline horizontal;
1273
+ /* Hide scrollbar in IE and Edge */
1274
+ -ms-overflow-style: none;
1275
+ /* Hide scrollbar in Firefox */
1276
+ scrollbar-width: none;
1277
+ }
1278
+
1279
+ /* Hide scrollbar in Chrome, Safari, and Opera */
1280
+ .scroll-timeline-x[data-v-311ac78f]::-webkit-scrollbar {
1281
+ display: none;
1282
+ }
1283
+
1284
+ .postman-import-path-conflict-callout[data-v-cc4f666d] {
1285
+ border-color: var(--scalar-color-red);
1286
+ background-color: var(--scalar-background-danger);
1287
+ color: var(--scalar-color-1);
1288
+ }
1289
+
1290
+ /**
1291
+ * Checkbox rows use ScalarFormInput as a label with bg-b-1.5, padding, and shadow.
1292
+ * Reset so tree lines stay visually flat inside the import modal.
1293
+ */
1294
+ .postman-tree-row__checkbox[data-v-5f85b37f] label {
1295
+ gap: 0.375rem;
1296
+ border-radius: 0;
1297
+ padding: 0;
1298
+ background-color: transparent !important;
1299
+ box-shadow: none !important;
1300
+ }
1301
+ .postman-tree-row__checkbox[data-v-5f85b37f] label:hover,
1302
+ .postman-tree-row__checkbox[data-v-5f85b37f] label:focus-within {
1303
+ background-color: transparent !important;
1304
+ }
1305
+ .postman-tree-row--collision[data-v-5f85b37f] {
1306
+ border-radius: var(--scalar-radius-md, 4px);
1307
+ /* Same surface as `.postman-import-path-conflict-callout` — no extra stroke (avoids layout shift and harsh edges in the tree) */
1308
+ background-color: var(--scalar-background-danger);
1309
+ }
1310
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
1311
+ .scalar .scalar-app-layout[data-v-ae5e8531] {
1312
+ background: var(--scalar-background-1);
1313
+ border: var(--scalar-border-width) solid var(--scalar-border-color);
1314
+ border-radius: 8px;
1315
+ width: 100%;
1316
+ max-width: 1390px;
1317
+ height: calc(100% - 120px);
1318
+ margin: auto;
1319
+ position: relative;
1320
+ overflow: hidden;
1321
+ }
1322
+ @media (max-width: 720px) and (max-height: 480px) {
1323
+ .scalar .scalar-app-layout[data-v-ae5e8531] {
1324
+ height: 100%;
1325
+ max-height: 90svh;
1326
+ }
1327
+ }
1328
+ .scalar .scalar-app-exit[data-v-ae5e8531] {
1329
+ cursor: pointer;
1330
+ z-index: -1;
1331
+ background: #00000038;
1332
+ width: 100vw;
1333
+ height: 100vh;
1334
+ position: fixed;
1335
+ top: 0;
1336
+ left: 0;
1337
+ }
1338
+ .dark-mode .scalar .scalar-app-exit[data-v-ae5e8531] {
1339
+ background: #00000073;
1340
+ }
1341
+ .scalar .scalar-app-exit[data-v-ae5e8531]:before {
1342
+ text-align: center;
1343
+ color: #fff;
1344
+ opacity: .6;
1345
+ font-family: sans-serif;
1346
+ font-size: 30px;
1347
+ font-weight: 100;
1348
+ line-height: 50px;
1349
+ position: absolute;
1350
+ top: 0;
1351
+ right: 12px;
1352
+ }
1353
+ .scalar .scalar-app-exit[data-v-ae5e8531]:hover:before {
1354
+ opacity: 1;
1355
+ }
1356
+ .scalar-container[data-v-ae5e8531] {
1357
+ visibility: hidden;
1358
+ opacity: 0;
1359
+ pointer-events: none;
1360
+ will-change: opacity;
1361
+ justify-content: center;
1362
+ align-items: center;
1363
+ width: 100%;
1364
+ height: 100%;
1365
+ transition: opacity .35s, visibility 0s linear .35s;
1366
+ display: flex;
1367
+ position: fixed;
1368
+ top: 0;
1369
+ bottom: 0;
1370
+ left: 0;
1371
+ overflow: hidden;
1372
+ }
1373
+ .scalar-container.scalar-client--open[data-v-ae5e8531] {
1374
+ opacity: 1;
1375
+ visibility: visible;
1376
+ pointer-events: auto;
1377
+ transition: opacity .35s;
1378
+ }
1379
+ .scalar .url-form-input[data-v-ae5e8531] {
1380
+ min-height: auto !important;
1381
+ }
1382
+ .scalar .scalar-container[data-v-ae5e8531] {
1383
+ line-height: normal;
1384
+ }
1385
+
1386
+ .document-scripts-editors__container[data-v-8c8fa790] {
1387
+ min-height: 300px;
1388
+ }
1389
+ /*$vite$:1*/