@scalar/api-client 3.6.1 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (905) hide show
  1. package/CHANGELOG.md +150 -0
  2. package/dist/components/HttpMethod/HttpMethod.vue.js +1 -1
  3. package/dist/components/HttpMethod/index.js +2 -0
  4. package/dist/components/ScalarAsciiArt/ScalarAsciiArt.vue.d.ts.map +1 -0
  5. package/dist/components/{ScalarAsciiArt.vue.js → ScalarAsciiArt/ScalarAsciiArt.vue.js} +3 -3
  6. package/dist/components/ScalarAsciiArt/ScalarAsciiArt.vue.js.map +1 -0
  7. package/dist/components/{ScalarAsciiArt.vue.script.js → ScalarAsciiArt/ScalarAsciiArt.vue.script.js} +1 -1
  8. package/dist/components/ScalarAsciiArt/ScalarAsciiArt.vue.script.js.map +1 -0
  9. package/dist/components/ScalarAsciiArt/index.d.ts +2 -0
  10. package/dist/components/ScalarAsciiArt/index.d.ts.map +1 -0
  11. package/dist/components/ScalarAsciiArt/index.js +2 -0
  12. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +2 -2
  13. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts +2 -2
  14. package/dist/components/Sidebar/index.d.ts +2 -0
  15. package/dist/components/Sidebar/index.d.ts.map +1 -0
  16. package/dist/components/Sidebar/index.js +2 -0
  17. package/dist/components/ViewLayout/index.d.ts +4 -0
  18. package/dist/components/ViewLayout/index.d.ts.map +1 -0
  19. package/dist/components/ViewLayout/index.js +4 -0
  20. package/dist/plugins/posthog/index.d.ts.map +1 -1
  21. package/dist/plugins/posthog/index.js +21 -12
  22. package/dist/plugins/posthog/index.js.map +1 -1
  23. package/dist/plugins/posthog/sanitize-event-payload.d.ts +25 -0
  24. package/dist/plugins/posthog/sanitize-event-payload.d.ts.map +1 -0
  25. package/dist/plugins/posthog/sanitize-event-payload.js +136 -0
  26. package/dist/plugins/posthog/sanitize-event-payload.js.map +1 -0
  27. package/dist/style.css +214 -1651
  28. package/dist/types/index.d.ts +3 -0
  29. package/dist/types/index.d.ts.map +1 -0
  30. package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts.map +1 -1
  31. package/dist/v2/blocks/operation-block/OperationBlock.vue.js.map +1 -1
  32. package/dist/v2/blocks/operation-block/OperationBlock.vue.script.js +72 -32
  33. package/dist/v2/blocks/operation-block/OperationBlock.vue.script.js.map +1 -1
  34. package/dist/v2/blocks/operation-block/components/Header.vue.d.ts +2 -2
  35. package/dist/v2/blocks/operation-block/components/Header.vue.d.ts.map +1 -1
  36. package/dist/v2/blocks/operation-block/components/Header.vue.js +1 -1
  37. package/dist/v2/blocks/operation-block/components/Header.vue.js.map +1 -1
  38. package/dist/v2/blocks/operation-block/components/Header.vue.script.js +3 -3
  39. package/dist/v2/blocks/operation-block/components/Header.vue.script.js.map +1 -1
  40. package/dist/v2/blocks/operation-block/components/OpenApiClientButton.vue.js +1 -1
  41. package/dist/v2/blocks/operation-block/index.d.ts +1 -0
  42. package/dist/v2/blocks/operation-block/index.d.ts.map +1 -1
  43. package/dist/v2/blocks/operation-block/index.js +2 -1
  44. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.script.js +1 -1
  45. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.d.ts +1 -1
  46. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.d.ts.map +1 -1
  47. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.js +15 -9
  48. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.js.map +1 -1
  49. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.d.ts.map +1 -1
  50. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.js +9 -7
  51. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.js.map +1 -1
  52. package/dist/v2/blocks/operation-code-sample/index.d.ts +1 -0
  53. package/dist/v2/blocks/operation-code-sample/index.d.ts.map +1 -1
  54. package/dist/v2/blocks/operation-code-sample/index.js +2 -1
  55. package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts.map +1 -1
  56. package/dist/v2/blocks/request-block/RequestBlock.vue.js +1 -1
  57. package/dist/v2/blocks/request-block/RequestBlock.vue.js.map +1 -1
  58. package/dist/v2/blocks/request-block/RequestBlock.vue.script.js +30 -17
  59. package/dist/v2/blocks/request-block/RequestBlock.vue.script.js.map +1 -1
  60. package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts.map +1 -1
  61. package/dist/v2/blocks/request-block/components/RequestBody.vue.js +1 -1
  62. package/dist/v2/blocks/request-block/components/RequestBody.vue.js.map +1 -1
  63. package/dist/v2/blocks/request-block/components/RequestBody.vue.script.js +43 -10
  64. package/dist/v2/blocks/request-block/components/RequestBody.vue.script.js.map +1 -1
  65. package/dist/v2/blocks/request-block/components/RequestCodeSnippet.vue.script.js +2 -2
  66. package/dist/v2/blocks/request-block/components/RequestParams.vue.d.ts +2 -2
  67. package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts +2 -2
  68. package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts +4 -2
  69. package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts.map +1 -1
  70. package/dist/v2/blocks/request-block/components/RequestTableRow.vue.js.map +1 -1
  71. package/dist/v2/blocks/request-block/components/RequestTableRow.vue.script.js +2 -2
  72. package/dist/v2/blocks/request-block/components/RequestTableRow.vue.script.js.map +1 -1
  73. package/dist/v2/blocks/request-block/components/RequestTableTooltip.vue.d.ts.map +1 -1
  74. package/dist/v2/blocks/request-block/components/RequestTableTooltip.vue.js.map +1 -1
  75. package/dist/v2/blocks/request-block/components/RequestTableTooltip.vue.script.js +4 -1
  76. package/dist/v2/blocks/request-block/components/RequestTableTooltip.vue.script.js.map +1 -1
  77. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts +2 -1
  78. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts.map +1 -1
  79. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.js +42 -13
  80. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.js.map +1 -1
  81. package/dist/v2/blocks/request-block/helpers/create-parameter-rows.d.ts +14 -0
  82. package/dist/v2/blocks/request-block/helpers/create-parameter-rows.d.ts.map +1 -0
  83. package/dist/v2/blocks/request-block/helpers/create-parameter-rows.js +136 -0
  84. package/dist/v2/blocks/request-block/helpers/create-parameter-rows.js.map +1 -0
  85. package/dist/v2/blocks/request-block/helpers/get-form-body-rows.js +1 -1
  86. package/dist/v2/blocks/response-block/ResponseBlock.vue.script.js +1 -1
  87. package/dist/v2/blocks/response-block/components/ResponseBody.vue.d.ts.map +1 -1
  88. package/dist/v2/blocks/response-block/components/ResponseBody.vue.js +1 -1
  89. package/dist/v2/blocks/response-block/components/ResponseBody.vue.js.map +1 -1
  90. package/dist/v2/blocks/response-block/components/ResponseBody.vue.script.js +12 -10
  91. package/dist/v2/blocks/response-block/components/ResponseBody.vue.script.js.map +1 -1
  92. package/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue.d.ts +2 -0
  93. package/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue.d.ts.map +1 -1
  94. package/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue.js +1 -1
  95. package/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue.js.map +1 -1
  96. package/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue.script.js +17 -4
  97. package/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue.script.js.map +1 -1
  98. package/dist/v2/blocks/response-block/components/ResponseBodyRaw.vue.d.ts +3 -1
  99. package/dist/v2/blocks/response-block/components/ResponseBodyRaw.vue.d.ts.map +1 -1
  100. package/dist/v2/blocks/response-block/components/ResponseBodyRaw.vue.js +1 -1
  101. package/dist/v2/blocks/response-block/components/ResponseBodyRaw.vue.js.map +1 -1
  102. package/dist/v2/blocks/response-block/components/ResponseBodyRaw.vue.script.js +21 -9
  103. package/dist/v2/blocks/response-block/components/ResponseBodyRaw.vue.script.js.map +1 -1
  104. package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.d.ts +2 -2
  105. package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.d.ts.map +1 -1
  106. package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.js +1 -1
  107. package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.js.map +1 -1
  108. package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.script.js +2 -2
  109. package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.script.js.map +1 -1
  110. package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue.d.ts.map +1 -1
  111. package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue.js +1 -1
  112. package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue.js.map +1 -1
  113. package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue.script.js +1 -0
  114. package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue.script.js.map +1 -1
  115. package/dist/v2/blocks/response-block/helpers/media-types.d.ts +1 -1
  116. package/dist/v2/blocks/response-block/helpers/media-types.d.ts.map +1 -1
  117. package/dist/v2/blocks/response-block/helpers/media-types.js +14 -7
  118. package/dist/v2/blocks/response-block/helpers/media-types.js.map +1 -1
  119. package/dist/v2/blocks/response-block/helpers/prettify-jsonc-string.d.ts +6 -0
  120. package/dist/v2/blocks/response-block/helpers/prettify-jsonc-string.d.ts.map +1 -0
  121. package/dist/v2/blocks/response-block/helpers/prettify-jsonc-string.js +22 -0
  122. package/dist/v2/blocks/response-block/helpers/prettify-jsonc-string.js.map +1 -0
  123. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts +2 -2
  124. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts.map +1 -1
  125. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js +1 -1
  126. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js.map +1 -1
  127. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.script.js +124 -91
  128. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.script.js.map +1 -1
  129. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue.script.js +1 -1
  130. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.script.js.map +1 -1
  131. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.d.ts +2 -2
  132. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts +30 -20
  133. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -1
  134. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js.map +1 -1
  135. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.script.js +43 -21
  136. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.script.js.map +1 -1
  137. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.d.ts +15 -2
  138. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.d.ts.map +1 -1
  139. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.js +1 -3
  140. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.js.map +1 -1
  141. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.script.js +74 -28
  142. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.script.js.map +1 -1
  143. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts +30 -20
  144. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts.map +1 -1
  145. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js.map +1 -1
  146. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.script.js +190 -72
  147. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.script.js.map +1 -1
  148. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +1 -1
  149. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js.map +1 -1
  150. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.script.js +7 -1
  151. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.script.js.map +1 -1
  152. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +26 -10
  153. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
  154. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js.map +1 -1
  155. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.script.js +25 -3
  156. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.script.js.map +1 -1
  157. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
  158. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js +12 -3
  159. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js.map +1 -1
  160. package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts +1 -0
  161. package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts.map +1 -1
  162. package/dist/v2/components/code-input/CodeInput.vue.d.ts +4 -4
  163. package/dist/v2/components/code-input/CodeInput.vue.script.js +1 -1
  164. package/dist/v2/components/code-input/code-variable-widget.js +1 -1
  165. package/dist/v2/components/forms/ConfirmationForm.vue.d.ts +2 -2
  166. package/dist/v2/components/modals/DeleteModal.vue.d.ts +2 -2
  167. package/dist/v2/components/server/ServerDropdown.vue.d.ts +2 -2
  168. package/dist/v2/components/server/ServerDropdown.vue.js.map +1 -1
  169. package/dist/v2/components/server/ServerDropdown.vue.script.js +1 -1
  170. package/dist/v2/components/server/ServerDropdown.vue.script.js.map +1 -1
  171. package/dist/v2/components/sidebar/Sidebar.vue.d.ts.map +1 -1
  172. package/dist/v2/components/sidebar/Sidebar.vue.js.map +1 -1
  173. package/dist/v2/components/sidebar/Sidebar.vue.script.js +4 -3
  174. package/dist/v2/components/sidebar/Sidebar.vue.script.js.map +1 -1
  175. package/dist/v2/constants.js +1 -1
  176. package/dist/v2/features/command-palette/components/CommandActionForm.vue.d.ts +2 -2
  177. package/dist/v2/features/command-palette/components/CommandActionInput.vue.d.ts +2 -2
  178. package/dist/v2/features/command-palette/index.d.ts +0 -2
  179. package/dist/v2/features/command-palette/index.d.ts.map +1 -1
  180. package/dist/v2/features/command-palette/index.js +1 -3
  181. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.d.ts +2 -2
  182. package/dist/v2/features/modal/Modal.vue.d.ts +5 -7
  183. package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -1
  184. package/dist/v2/features/modal/Modal.vue.js.map +1 -1
  185. package/dist/v2/features/modal/Modal.vue.script.js +3 -3
  186. package/dist/v2/features/modal/Modal.vue.script.js.map +1 -1
  187. package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts +1 -1
  188. package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts.map +1 -1
  189. package/dist/v2/features/modal/helpers/create-api-client-modal.js +8 -3
  190. package/dist/v2/features/modal/helpers/create-api-client-modal.js.map +1 -1
  191. package/dist/v2/features/modal/helpers/resolve-route-parameters.d.ts +5 -1
  192. package/dist/v2/features/modal/helpers/resolve-route-parameters.d.ts.map +1 -1
  193. package/dist/v2/features/modal/helpers/resolve-route-parameters.js +15 -4
  194. package/dist/v2/features/modal/helpers/resolve-route-parameters.js.map +1 -1
  195. package/dist/v2/features/modal/hooks/use-modal-sidebar.d.ts.map +1 -1
  196. package/dist/v2/features/modal/hooks/use-modal-sidebar.js +5 -1
  197. package/dist/v2/features/modal/hooks/use-modal-sidebar.js.map +1 -1
  198. package/dist/v2/features/modal/index.js +1 -1
  199. package/dist/v2/features/modal/modal-events.d.ts.map +1 -1
  200. package/dist/v2/features/modal/modal-events.js +10 -6
  201. package/dist/v2/features/modal/modal-events.js.map +1 -1
  202. package/dist/v2/features/operation/Operation.vue.d.ts +35 -3
  203. package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
  204. package/dist/v2/features/operation/Operation.vue.js.map +1 -1
  205. package/dist/v2/features/operation/Operation.vue.script.js +1 -9
  206. package/dist/v2/features/operation/Operation.vue.script.js.map +1 -1
  207. package/dist/v2/helpers/handle-hotkeys.d.ts.map +1 -1
  208. package/dist/v2/helpers/handle-hotkeys.js +4 -0
  209. package/dist/v2/helpers/handle-hotkeys.js.map +1 -1
  210. package/dist/v2/helpers/test-utils.d.ts +2 -0
  211. package/dist/v2/helpers/test-utils.d.ts.map +1 -1
  212. package/dist/v2/helpers/test-utils.js +18 -0
  213. package/dist/v2/helpers/test-utils.js.map +1 -0
  214. package/dist/v2/hooks/index.d.ts +2 -0
  215. package/dist/v2/hooks/index.d.ts.map +1 -0
  216. package/dist/v2/hooks/index.js +2 -0
  217. package/dist/v2/types/options.d.ts +1 -1
  218. package/dist/v2/types/options.d.ts.map +1 -1
  219. package/dist/v2/workspace-events.d.ts.map +1 -1
  220. package/dist/v2/workspace-events.js +2 -0
  221. package/dist/v2/workspace-events.js.map +1 -1
  222. package/dist/vue-styles.css +108 -658
  223. package/package.json +67 -96
  224. package/dist/components/IconSelector.vue.d.ts +0 -27
  225. package/dist/components/IconSelector.vue.d.ts.map +0 -1
  226. package/dist/components/IconSelector.vue.js +0 -7
  227. package/dist/components/IconSelector.vue.js.map +0 -1
  228. package/dist/components/IconSelector.vue.script.js +0 -65
  229. package/dist/components/IconSelector.vue.script.js.map +0 -1
  230. package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts +0 -7
  231. package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts.map +0 -1
  232. package/dist/components/ImportCollection/IntegrationLogo.vue.js +0 -7
  233. package/dist/components/ImportCollection/IntegrationLogo.vue.js.map +0 -1
  234. package/dist/components/ImportCollection/IntegrationLogo.vue.script.js +0 -50
  235. package/dist/components/ImportCollection/IntegrationLogo.vue.script.js.map +0 -1
  236. package/dist/components/ScalarAsciiArt.vue.d.ts.map +0 -1
  237. package/dist/components/ScalarAsciiArt.vue.js.map +0 -1
  238. package/dist/components/ScalarAsciiArt.vue.script.js.map +0 -1
  239. package/dist/index.d.ts +0 -2
  240. package/dist/index.d.ts.map +0 -1
  241. package/dist/monacoeditorwork/editor.worker.bundle.js +0 -14319
  242. package/dist/monacoeditorwork/json.worker.bundle.js +0 -22098
  243. package/dist/monacoeditorwork/yaml.worker.bundle.js +0 -38414
  244. package/dist/v2/blocks/request-block/helpers/get-default-headers.d.ts +0 -42
  245. package/dist/v2/blocks/request-block/helpers/get-default-headers.d.ts.map +0 -1
  246. package/dist/v2/blocks/request-block/helpers/get-default-headers.js +0 -61
  247. package/dist/v2/blocks/request-block/helpers/get-default-headers.js.map +0 -1
  248. package/dist/v2/features/app/App.vue.d.ts +0 -75
  249. package/dist/v2/features/app/App.vue.d.ts.map +0 -1
  250. package/dist/v2/features/app/App.vue.js +0 -8
  251. package/dist/v2/features/app/App.vue.js.map +0 -1
  252. package/dist/v2/features/app/App.vue.script.js +0 -284
  253. package/dist/v2/features/app/App.vue.script.js.map +0 -1
  254. package/dist/v2/features/app/app-events.d.ts +0 -20
  255. package/dist/v2/features/app/app-events.d.ts.map +0 -1
  256. package/dist/v2/features/app/app-events.js +0 -254
  257. package/dist/v2/features/app/app-events.js.map +0 -1
  258. package/dist/v2/features/app/app-state.d.ts +0 -156
  259. package/dist/v2/features/app/app-state.d.ts.map +0 -1
  260. package/dist/v2/features/app/app-state.js +0 -717
  261. package/dist/v2/features/app/app-state.js.map +0 -1
  262. package/dist/v2/features/app/components/AppHeader.vue.d.ts +0 -43
  263. package/dist/v2/features/app/components/AppHeader.vue.d.ts.map +0 -1
  264. package/dist/v2/features/app/components/AppHeader.vue.js +0 -7
  265. package/dist/v2/features/app/components/AppHeader.vue.js.map +0 -1
  266. package/dist/v2/features/app/components/AppHeader.vue.script.js +0 -53
  267. package/dist/v2/features/app/components/AppHeader.vue.script.js.map +0 -1
  268. package/dist/v2/features/app/components/AppHeaderActions.vue.d.ts +0 -32
  269. package/dist/v2/features/app/components/AppHeaderActions.vue.d.ts.map +0 -1
  270. package/dist/v2/features/app/components/AppHeaderActions.vue.js +0 -7
  271. package/dist/v2/features/app/components/AppHeaderActions.vue.js.map +0 -1
  272. package/dist/v2/features/app/components/AppHeaderActions.vue.script.js +0 -172
  273. package/dist/v2/features/app/components/AppHeaderActions.vue.script.js.map +0 -1
  274. package/dist/v2/features/app/components/AppSidebar.vue.d.ts +0 -37
  275. package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +0 -1
  276. package/dist/v2/features/app/components/AppSidebar.vue.js +0 -9
  277. package/dist/v2/features/app/components/AppSidebar.vue.js.map +0 -1
  278. package/dist/v2/features/app/components/AppSidebar.vue.script.js +0 -466
  279. package/dist/v2/features/app/components/AppSidebar.vue.script.js.map +0 -1
  280. package/dist/v2/features/app/components/CreateVersionModal.vue.d.ts +0 -28
  281. package/dist/v2/features/app/components/CreateVersionModal.vue.d.ts.map +0 -1
  282. package/dist/v2/features/app/components/CreateVersionModal.vue.js +0 -7
  283. package/dist/v2/features/app/components/CreateVersionModal.vue.js.map +0 -1
  284. package/dist/v2/features/app/components/CreateVersionModal.vue.script.js +0 -84
  285. package/dist/v2/features/app/components/CreateVersionModal.vue.script.js.map +0 -1
  286. package/dist/v2/features/app/components/CreateWorkspaceModal.vue.d.ts +0 -16
  287. package/dist/v2/features/app/components/CreateWorkspaceModal.vue.d.ts.map +0 -1
  288. package/dist/v2/features/app/components/CreateWorkspaceModal.vue.js +0 -7
  289. package/dist/v2/features/app/components/CreateWorkspaceModal.vue.js.map +0 -1
  290. package/dist/v2/features/app/components/CreateWorkspaceModal.vue.script.js +0 -58
  291. package/dist/v2/features/app/components/CreateWorkspaceModal.vue.script.js.map +0 -1
  292. package/dist/v2/features/app/components/DesktopTab.vue.d.ts +0 -27
  293. package/dist/v2/features/app/components/DesktopTab.vue.d.ts.map +0 -1
  294. package/dist/v2/features/app/components/DesktopTab.vue.js +0 -9
  295. package/dist/v2/features/app/components/DesktopTab.vue.js.map +0 -1
  296. package/dist/v2/features/app/components/DesktopTab.vue.script.js +0 -121
  297. package/dist/v2/features/app/components/DesktopTab.vue.script.js.map +0 -1
  298. package/dist/v2/features/app/components/DesktopTabs.vue.d.ts +0 -14
  299. package/dist/v2/features/app/components/DesktopTabs.vue.d.ts.map +0 -1
  300. package/dist/v2/features/app/components/DesktopTabs.vue.js +0 -7
  301. package/dist/v2/features/app/components/DesktopTabs.vue.js.map +0 -1
  302. package/dist/v2/features/app/components/DesktopTabs.vue.script.js +0 -75
  303. package/dist/v2/features/app/components/DesktopTabs.vue.script.js.map +0 -1
  304. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.d.ts +0 -25
  305. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.d.ts.map +0 -1
  306. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.js +0 -9
  307. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.js.map +0 -1
  308. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.script.js +0 -345
  309. package/dist/v2/features/app/components/DocumentBreadcrumb.vue.script.js.map +0 -1
  310. package/dist/v2/features/app/components/DocumentSyncIndicator.vue.d.ts +0 -16
  311. package/dist/v2/features/app/components/DocumentSyncIndicator.vue.d.ts.map +0 -1
  312. package/dist/v2/features/app/components/PublishDocumentModal.vue.d.ts +0 -77
  313. package/dist/v2/features/app/components/PublishDocumentModal.vue.d.ts.map +0 -1
  314. package/dist/v2/features/app/components/PublishDocumentModal.vue.js +0 -7
  315. package/dist/v2/features/app/components/PublishDocumentModal.vue.js.map +0 -1
  316. package/dist/v2/features/app/components/PublishDocumentModal.vue.script.js +0 -209
  317. package/dist/v2/features/app/components/PublishDocumentModal.vue.script.js.map +0 -1
  318. package/dist/v2/features/app/components/SidebarDocument.vue.d.ts +0 -45
  319. package/dist/v2/features/app/components/SidebarDocument.vue.d.ts.map +0 -1
  320. package/dist/v2/features/app/components/SidebarDocument.vue.js +0 -7
  321. package/dist/v2/features/app/components/SidebarDocument.vue.js.map +0 -1
  322. package/dist/v2/features/app/components/SidebarDocument.vue.script.js +0 -137
  323. package/dist/v2/features/app/components/SidebarDocument.vue.script.js.map +0 -1
  324. package/dist/v2/features/app/components/SidebarItemMenu.vue.d.ts +0 -26
  325. package/dist/v2/features/app/components/SidebarItemMenu.vue.d.ts.map +0 -1
  326. package/dist/v2/features/app/components/SidebarItemMenu.vue.js +0 -7
  327. package/dist/v2/features/app/components/SidebarItemMenu.vue.js.map +0 -1
  328. package/dist/v2/features/app/components/SidebarItemMenu.vue.script.js +0 -175
  329. package/dist/v2/features/app/components/SidebarItemMenu.vue.script.js.map +0 -1
  330. package/dist/v2/features/app/components/SplashScreen.vue.d.ts +0 -4
  331. package/dist/v2/features/app/components/SplashScreen.vue.d.ts.map +0 -1
  332. package/dist/v2/features/app/components/SplashScreen.vue.js +0 -9
  333. package/dist/v2/features/app/components/SplashScreen.vue.js.map +0 -1
  334. package/dist/v2/features/app/components/SplashScreen.vue.script.js +0 -20
  335. package/dist/v2/features/app/components/SplashScreen.vue.script.js.map +0 -1
  336. package/dist/v2/features/app/components/SyncConflictResolutionEditor.vue.d.ts +0 -18
  337. package/dist/v2/features/app/components/SyncConflictResolutionEditor.vue.d.ts.map +0 -1
  338. package/dist/v2/features/app/components/SyncConflictResolutionEditor.vue.js +0 -9
  339. package/dist/v2/features/app/components/SyncConflictResolutionEditor.vue.js.map +0 -1
  340. package/dist/v2/features/app/components/SyncConflictResolutionEditor.vue.script.js +0 -136
  341. package/dist/v2/features/app/components/SyncConflictResolutionEditor.vue.script.js.map +0 -1
  342. package/dist/v2/features/app/components/index.d.ts +0 -2
  343. package/dist/v2/features/app/components/index.d.ts.map +0 -1
  344. package/dist/v2/features/app/components/index.js +0 -2
  345. package/dist/v2/features/app/helpers/check-version-conflict.d.ts +0 -54
  346. package/dist/v2/features/app/helpers/check-version-conflict.d.ts.map +0 -1
  347. package/dist/v2/features/app/helpers/check-version-conflict.js +0 -82
  348. package/dist/v2/features/app/helpers/check-version-conflict.js.map +0 -1
  349. package/dist/v2/features/app/helpers/compute-version-status.d.ts +0 -45
  350. package/dist/v2/features/app/helpers/compute-version-status.d.ts.map +0 -1
  351. package/dist/v2/features/app/helpers/compute-version-status.js +0 -18
  352. package/dist/v2/features/app/helpers/compute-version-status.js.map +0 -1
  353. package/dist/v2/features/app/helpers/create-api-client-app.d.ts +0 -59
  354. package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +0 -1
  355. package/dist/v2/features/app/helpers/create-api-client-app.js +0 -55
  356. package/dist/v2/features/app/helpers/create-api-client-app.js.map +0 -1
  357. package/dist/v2/features/app/helpers/create-draft-registry-document.d.ts +0 -39
  358. package/dist/v2/features/app/helpers/create-draft-registry-document.d.ts.map +0 -1
  359. package/dist/v2/features/app/helpers/create-draft-registry-document.js +0 -64
  360. package/dist/v2/features/app/helpers/create-draft-registry-document.js.map +0 -1
  361. package/dist/v2/features/app/helpers/create-temp-operation.d.ts +0 -14
  362. package/dist/v2/features/app/helpers/create-temp-operation.d.ts.map +0 -1
  363. package/dist/v2/features/app/helpers/create-temp-operation.js +0 -52
  364. package/dist/v2/features/app/helpers/create-temp-operation.js.map +0 -1
  365. package/dist/v2/features/app/helpers/detect-document-conflicts.d.ts +0 -26
  366. package/dist/v2/features/app/helpers/detect-document-conflicts.d.ts.map +0 -1
  367. package/dist/v2/features/app/helpers/detect-document-conflicts.js +0 -27
  368. package/dist/v2/features/app/helpers/detect-document-conflicts.js.map +0 -1
  369. package/dist/v2/features/app/helpers/filter-workspaces.d.ts +0 -49
  370. package/dist/v2/features/app/helpers/filter-workspaces.d.ts.map +0 -1
  371. package/dist/v2/features/app/helpers/filter-workspaces.js +0 -55
  372. package/dist/v2/features/app/helpers/filter-workspaces.js.map +0 -1
  373. package/dist/v2/features/app/helpers/get-route-param.d.ts +0 -7
  374. package/dist/v2/features/app/helpers/get-route-param.d.ts.map +0 -1
  375. package/dist/v2/features/app/helpers/get-route-param.js +0 -12
  376. package/dist/v2/features/app/helpers/get-route-param.js.map +0 -1
  377. package/dist/v2/features/app/helpers/group-workspaces.d.ts +0 -44
  378. package/dist/v2/features/app/helpers/group-workspaces.d.ts.map +0 -1
  379. package/dist/v2/features/app/helpers/group-workspaces.js +0 -53
  380. package/dist/v2/features/app/helpers/group-workspaces.js.map +0 -1
  381. package/dist/v2/features/app/helpers/load-registry-document.d.ts +0 -24
  382. package/dist/v2/features/app/helpers/load-registry-document.d.ts.map +0 -1
  383. package/dist/v2/features/app/helpers/load-registry-document.js +0 -47
  384. package/dist/v2/features/app/helpers/load-registry-document.js.map +0 -1
  385. package/dist/v2/features/app/helpers/registry-error-messages.d.ts +0 -23
  386. package/dist/v2/features/app/helpers/registry-error-messages.d.ts.map +0 -1
  387. package/dist/v2/features/app/helpers/registry-error-messages.js +0 -63
  388. package/dist/v2/features/app/helpers/registry-error-messages.js.map +0 -1
  389. package/dist/v2/features/app/helpers/routes.d.ts +0 -184
  390. package/dist/v2/features/app/helpers/routes.d.ts.map +0 -1
  391. package/dist/v2/features/app/helpers/routes.js +0 -153
  392. package/dist/v2/features/app/helpers/routes.js.map +0 -1
  393. package/dist/v2/features/app/helpers/version-status-presentation.d.ts +0 -24
  394. package/dist/v2/features/app/helpers/version-status-presentation.d.ts.map +0 -1
  395. package/dist/v2/features/app/helpers/version-status-presentation.js +0 -43
  396. package/dist/v2/features/app/helpers/version-status-presentation.js.map +0 -1
  397. package/dist/v2/features/app/hooks/use-active-document-version.d.ts +0 -42
  398. package/dist/v2/features/app/hooks/use-active-document-version.d.ts.map +0 -1
  399. package/dist/v2/features/app/hooks/use-active-document-version.js +0 -60
  400. package/dist/v2/features/app/hooks/use-active-document-version.js.map +0 -1
  401. package/dist/v2/features/app/hooks/use-document-filter.d.ts +0 -38
  402. package/dist/v2/features/app/hooks/use-document-filter.d.ts.map +0 -1
  403. package/dist/v2/features/app/hooks/use-document-filter.js +0 -63
  404. package/dist/v2/features/app/hooks/use-document-filter.js.map +0 -1
  405. package/dist/v2/features/app/hooks/use-document-sync.d.ts +0 -126
  406. package/dist/v2/features/app/hooks/use-document-sync.d.ts.map +0 -1
  407. package/dist/v2/features/app/hooks/use-document-sync.js +0 -448
  408. package/dist/v2/features/app/hooks/use-document-sync.js.map +0 -1
  409. package/dist/v2/features/app/hooks/use-document-watcher.d.ts +0 -30
  410. package/dist/v2/features/app/hooks/use-document-watcher.d.ts.map +0 -1
  411. package/dist/v2/features/app/hooks/use-document-watcher.js +0 -168
  412. package/dist/v2/features/app/hooks/use-document-watcher.js.map +0 -1
  413. package/dist/v2/features/app/hooks/use-network-status.d.ts +0 -29
  414. package/dist/v2/features/app/hooks/use-network-status.d.ts.map +0 -1
  415. package/dist/v2/features/app/hooks/use-network-status.js +0 -58
  416. package/dist/v2/features/app/hooks/use-network-status.js.map +0 -1
  417. package/dist/v2/features/app/hooks/use-sidebar-context-menu.d.ts +0 -17258
  418. package/dist/v2/features/app/hooks/use-sidebar-context-menu.d.ts.map +0 -1
  419. package/dist/v2/features/app/hooks/use-sidebar-context-menu.js +0 -107
  420. package/dist/v2/features/app/hooks/use-sidebar-context-menu.js.map +0 -1
  421. package/dist/v2/features/app/hooks/use-sidebar-documents.d.ts +0 -119
  422. package/dist/v2/features/app/hooks/use-sidebar-documents.d.ts.map +0 -1
  423. package/dist/v2/features/app/hooks/use-sidebar-documents.js +0 -219
  424. package/dist/v2/features/app/hooks/use-sidebar-documents.js.map +0 -1
  425. package/dist/v2/features/app/hooks/use-theme.d.ts +0 -56
  426. package/dist/v2/features/app/hooks/use-theme.d.ts.map +0 -1
  427. package/dist/v2/features/app/hooks/use-theme.js +0 -94
  428. package/dist/v2/features/app/hooks/use-theme.js.map +0 -1
  429. package/dist/v2/features/app/hooks/use-version-conflict-check.d.ts +0 -35
  430. package/dist/v2/features/app/hooks/use-version-conflict-check.d.ts.map +0 -1
  431. package/dist/v2/features/app/hooks/use-version-conflict-check.js +0 -62
  432. package/dist/v2/features/app/hooks/use-version-conflict-check.js.map +0 -1
  433. package/dist/v2/features/app/index.d.ts +0 -10
  434. package/dist/v2/features/app/index.d.ts.map +0 -1
  435. package/dist/v2/features/app/index.js +0 -8
  436. package/dist/v2/features/collection/DocumentCollection.vue.d.ts +0 -13
  437. package/dist/v2/features/collection/DocumentCollection.vue.d.ts.map +0 -1
  438. package/dist/v2/features/collection/DocumentCollection.vue.js +0 -8
  439. package/dist/v2/features/collection/DocumentCollection.vue.js.map +0 -1
  440. package/dist/v2/features/collection/DocumentCollection.vue.script.js +0 -112
  441. package/dist/v2/features/collection/DocumentCollection.vue.script.js.map +0 -1
  442. package/dist/v2/features/collection/OperationCollection.vue.d.ts +0 -6
  443. package/dist/v2/features/collection/OperationCollection.vue.d.ts.map +0 -1
  444. package/dist/v2/features/collection/OperationCollection.vue.js +0 -7
  445. package/dist/v2/features/collection/OperationCollection.vue.js.map +0 -1
  446. package/dist/v2/features/collection/OperationCollection.vue.script.js +0 -95
  447. package/dist/v2/features/collection/OperationCollection.vue.script.js.map +0 -1
  448. package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts +0 -6
  449. package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts.map +0 -1
  450. package/dist/v2/features/collection/WorkspaceCollection.vue.js +0 -7
  451. package/dist/v2/features/collection/WorkspaceCollection.vue.js.map +0 -1
  452. package/dist/v2/features/collection/WorkspaceCollection.vue.script.js +0 -74
  453. package/dist/v2/features/collection/WorkspaceCollection.vue.script.js.map +0 -1
  454. package/dist/v2/features/collection/components/Authentication.vue.d.ts +0 -16
  455. package/dist/v2/features/collection/components/Authentication.vue.d.ts.map +0 -1
  456. package/dist/v2/features/collection/components/Authentication.vue.js +0 -9
  457. package/dist/v2/features/collection/components/Authentication.vue.js.map +0 -1
  458. package/dist/v2/features/collection/components/Authentication.vue.script.js +0 -174
  459. package/dist/v2/features/collection/components/Authentication.vue.script.js.map +0 -1
  460. package/dist/v2/features/collection/components/Cookies.vue.d.ts +0 -21
  461. package/dist/v2/features/collection/components/Cookies.vue.d.ts.map +0 -1
  462. package/dist/v2/features/collection/components/Cookies.vue.js +0 -7
  463. package/dist/v2/features/collection/components/Cookies.vue.js.map +0 -1
  464. package/dist/v2/features/collection/components/Cookies.vue.script.js +0 -58
  465. package/dist/v2/features/collection/components/Cookies.vue.script.js.map +0 -1
  466. package/dist/v2/features/collection/components/DocumentScriptsEditors.vue.d.ts +0 -12
  467. package/dist/v2/features/collection/components/DocumentScriptsEditors.vue.d.ts.map +0 -1
  468. package/dist/v2/features/collection/components/DocumentScriptsEditors.vue.js +0 -9
  469. package/dist/v2/features/collection/components/DocumentScriptsEditors.vue.js.map +0 -1
  470. package/dist/v2/features/collection/components/DocumentScriptsEditors.vue.script.js +0 -174
  471. package/dist/v2/features/collection/components/DocumentScriptsEditors.vue.script.js.map +0 -1
  472. package/dist/v2/features/collection/components/Editor/Editor.vue.d.ts +0 -16
  473. package/dist/v2/features/collection/components/Editor/Editor.vue.d.ts.map +0 -1
  474. package/dist/v2/features/collection/components/Editor/Editor.vue.js +0 -9
  475. package/dist/v2/features/collection/components/Editor/Editor.vue.js.map +0 -1
  476. package/dist/v2/features/collection/components/Editor/Editor.vue.script.js +0 -361
  477. package/dist/v2/features/collection/components/Editor/Editor.vue.script.js.map +0 -1
  478. package/dist/v2/features/collection/components/Editor/components/EditorDiagnosticsPanel.vue.d.ts +0 -19
  479. package/dist/v2/features/collection/components/Editor/components/EditorDiagnosticsPanel.vue.d.ts.map +0 -1
  480. package/dist/v2/features/collection/components/Editor/components/EditorDiagnosticsPanel.vue.js +0 -7
  481. package/dist/v2/features/collection/components/Editor/components/EditorDiagnosticsPanel.vue.js.map +0 -1
  482. package/dist/v2/features/collection/components/Editor/components/EditorDiagnosticsPanel.vue.script.js +0 -69
  483. package/dist/v2/features/collection/components/Editor/components/EditorDiagnosticsPanel.vue.script.js.map +0 -1
  484. package/dist/v2/features/collection/components/Editor/components/EditorSavePanel.vue.d.ts +0 -16
  485. package/dist/v2/features/collection/components/Editor/components/EditorSavePanel.vue.d.ts.map +0 -1
  486. package/dist/v2/features/collection/components/Editor/components/EditorSavePanel.vue.js +0 -7
  487. package/dist/v2/features/collection/components/Editor/components/EditorSavePanel.vue.js.map +0 -1
  488. package/dist/v2/features/collection/components/Editor/components/EditorSavePanel.vue.script.js +0 -91
  489. package/dist/v2/features/collection/components/Editor/components/EditorSavePanel.vue.script.js.map +0 -1
  490. package/dist/v2/features/collection/components/Editor/helpers/get-diagnostic-counts.d.ts +0 -12
  491. package/dist/v2/features/collection/components/Editor/helpers/get-diagnostic-counts.d.ts.map +0 -1
  492. package/dist/v2/features/collection/components/Editor/helpers/get-diagnostic-counts.js +0 -22
  493. package/dist/v2/features/collection/components/Editor/helpers/get-diagnostic-counts.js.map +0 -1
  494. package/dist/v2/features/collection/components/Editor/helpers/get-operation-context.d.ts +0 -11
  495. package/dist/v2/features/collection/components/Editor/helpers/get-operation-context.d.ts.map +0 -1
  496. package/dist/v2/features/collection/components/Editor/helpers/get-operation-context.js +0 -17
  497. package/dist/v2/features/collection/components/Editor/helpers/get-operation-context.js.map +0 -1
  498. package/dist/v2/features/collection/components/Editor/helpers/get-visible-diagnostics.d.ts +0 -7
  499. package/dist/v2/features/collection/components/Editor/helpers/get-visible-diagnostics.d.ts.map +0 -1
  500. package/dist/v2/features/collection/components/Editor/helpers/get-visible-diagnostics.js +0 -17
  501. package/dist/v2/features/collection/components/Editor/helpers/get-visible-diagnostics.js.map +0 -1
  502. package/dist/v2/features/collection/components/Editor/helpers/parse-editor-object.d.ts +0 -10
  503. package/dist/v2/features/collection/components/Editor/helpers/parse-editor-object.d.ts.map +0 -1
  504. package/dist/v2/features/collection/components/Editor/helpers/parse-editor-object.js +0 -34
  505. package/dist/v2/features/collection/components/Editor/helpers/parse-editor-object.js.map +0 -1
  506. package/dist/v2/features/collection/components/Editor/helpers/stringify-document.d.ts +0 -10
  507. package/dist/v2/features/collection/components/Editor/helpers/stringify-document.d.ts.map +0 -1
  508. package/dist/v2/features/collection/components/Editor/helpers/stringify-document.js +0 -18
  509. package/dist/v2/features/collection/components/Editor/helpers/stringify-document.js.map +0 -1
  510. package/dist/v2/features/collection/components/Editor/hooks/use-editor-state.d.ts +0 -15
  511. package/dist/v2/features/collection/components/Editor/hooks/use-editor-state.d.ts.map +0 -1
  512. package/dist/v2/features/collection/components/Editor/hooks/use-editor-state.js +0 -36
  513. package/dist/v2/features/collection/components/Editor/hooks/use-editor-state.js.map +0 -1
  514. package/dist/v2/features/collection/components/Editor/index.d.ts +0 -2
  515. package/dist/v2/features/collection/components/Editor/index.d.ts.map +0 -1
  516. package/dist/v2/features/collection/components/Editor/index.js +0 -2
  517. package/dist/v2/features/collection/components/Environment.vue.d.ts +0 -21
  518. package/dist/v2/features/collection/components/Environment.vue.d.ts.map +0 -1
  519. package/dist/v2/features/collection/components/Environment.vue.js +0 -7
  520. package/dist/v2/features/collection/components/Environment.vue.js.map +0 -1
  521. package/dist/v2/features/collection/components/Environment.vue.script.js +0 -61
  522. package/dist/v2/features/collection/components/Environment.vue.script.js.map +0 -1
  523. package/dist/v2/features/collection/components/Form.vue.d.ts +0 -29
  524. package/dist/v2/features/collection/components/Form.vue.d.ts.map +0 -1
  525. package/dist/v2/features/collection/components/Form.vue.js +0 -7
  526. package/dist/v2/features/collection/components/Form.vue.js.map +0 -1
  527. package/dist/v2/features/collection/components/Form.vue.script.js +0 -78
  528. package/dist/v2/features/collection/components/Form.vue.script.js.map +0 -1
  529. package/dist/v2/features/collection/components/GetStarted.vue.d.ts +0 -21
  530. package/dist/v2/features/collection/components/GetStarted.vue.d.ts.map +0 -1
  531. package/dist/v2/features/collection/components/GetStarted.vue.js +0 -7
  532. package/dist/v2/features/collection/components/GetStarted.vue.js.map +0 -1
  533. package/dist/v2/features/collection/components/GetStarted.vue.script.js +0 -144
  534. package/dist/v2/features/collection/components/GetStarted.vue.script.js.map +0 -1
  535. package/dist/v2/features/collection/components/LabelInput.vue.d.ts +0 -18
  536. package/dist/v2/features/collection/components/LabelInput.vue.d.ts.map +0 -1
  537. package/dist/v2/features/collection/components/LabelInput.vue.js +0 -9
  538. package/dist/v2/features/collection/components/LabelInput.vue.js.map +0 -1
  539. package/dist/v2/features/collection/components/LabelInput.vue.script.js +0 -38
  540. package/dist/v2/features/collection/components/LabelInput.vue.script.js.map +0 -1
  541. package/dist/v2/features/collection/components/Overview.vue.d.ts +0 -16
  542. package/dist/v2/features/collection/components/Overview.vue.d.ts.map +0 -1
  543. package/dist/v2/features/collection/components/Overview.vue.js +0 -9
  544. package/dist/v2/features/collection/components/Overview.vue.js.map +0 -1
  545. package/dist/v2/features/collection/components/Overview.vue.script.js +0 -204
  546. package/dist/v2/features/collection/components/Overview.vue.script.js.map +0 -1
  547. package/dist/v2/features/collection/components/Runner/components/Runner.vue.d.ts +0 -16
  548. package/dist/v2/features/collection/components/Runner/components/Runner.vue.d.ts.map +0 -1
  549. package/dist/v2/features/collection/components/Runner/components/Runner.vue.js +0 -7
  550. package/dist/v2/features/collection/components/Runner/components/Runner.vue.js.map +0 -1
  551. package/dist/v2/features/collection/components/Runner/components/Runner.vue.script.js +0 -223
  552. package/dist/v2/features/collection/components/Runner/components/Runner.vue.script.js.map +0 -1
  553. package/dist/v2/features/collection/components/Runner/components/RunnerCard.vue.d.ts +0 -20
  554. package/dist/v2/features/collection/components/Runner/components/RunnerCard.vue.d.ts.map +0 -1
  555. package/dist/v2/features/collection/components/Runner/components/RunnerCard.vue.js +0 -7
  556. package/dist/v2/features/collection/components/Runner/components/RunnerCard.vue.js.map +0 -1
  557. package/dist/v2/features/collection/components/Runner/components/RunnerCard.vue.script.js +0 -45
  558. package/dist/v2/features/collection/components/Runner/components/RunnerCard.vue.script.js.map +0 -1
  559. package/dist/v2/features/collection/components/Runner/components/RunnerOrderItem.vue.d.ts +0 -19
  560. package/dist/v2/features/collection/components/Runner/components/RunnerOrderItem.vue.d.ts.map +0 -1
  561. package/dist/v2/features/collection/components/Runner/components/RunnerOrderItem.vue.js +0 -7
  562. package/dist/v2/features/collection/components/Runner/components/RunnerOrderItem.vue.js.map +0 -1
  563. package/dist/v2/features/collection/components/Runner/components/RunnerOrderItem.vue.script.js +0 -73
  564. package/dist/v2/features/collection/components/Runner/components/RunnerOrderItem.vue.script.js.map +0 -1
  565. package/dist/v2/features/collection/components/Runner/components/RunnerResultRow.vue.d.ts +0 -16
  566. package/dist/v2/features/collection/components/Runner/components/RunnerResultRow.vue.d.ts.map +0 -1
  567. package/dist/v2/features/collection/components/Runner/components/RunnerResultRow.vue.js +0 -7
  568. package/dist/v2/features/collection/components/Runner/components/RunnerResultRow.vue.js.map +0 -1
  569. package/dist/v2/features/collection/components/Runner/components/RunnerResultRow.vue.script.js +0 -124
  570. package/dist/v2/features/collection/components/Runner/components/RunnerResultRow.vue.script.js.map +0 -1
  571. package/dist/v2/features/collection/components/Runner/components/RunnerResults.vue.d.ts +0 -17
  572. package/dist/v2/features/collection/components/Runner/components/RunnerResults.vue.d.ts.map +0 -1
  573. package/dist/v2/features/collection/components/Runner/components/RunnerResults.vue.js +0 -7
  574. package/dist/v2/features/collection/components/Runner/components/RunnerResults.vue.js.map +0 -1
  575. package/dist/v2/features/collection/components/Runner/components/RunnerResults.vue.script.js +0 -126
  576. package/dist/v2/features/collection/components/Runner/components/RunnerResults.vue.script.js.map +0 -1
  577. package/dist/v2/features/collection/components/Runner/components/RunnerTree.vue.d.ts +0 -18
  578. package/dist/v2/features/collection/components/Runner/components/RunnerTree.vue.d.ts.map +0 -1
  579. package/dist/v2/features/collection/components/Runner/components/RunnerTree.vue.js +0 -7
  580. package/dist/v2/features/collection/components/Runner/components/RunnerTree.vue.js.map +0 -1
  581. package/dist/v2/features/collection/components/Runner/components/RunnerTree.vue.script.js +0 -180
  582. package/dist/v2/features/collection/components/Runner/components/RunnerTree.vue.script.js.map +0 -1
  583. package/dist/v2/features/collection/components/Runner/components/RunnerTreeExample.vue.d.ts +0 -14
  584. package/dist/v2/features/collection/components/Runner/components/RunnerTreeExample.vue.d.ts.map +0 -1
  585. package/dist/v2/features/collection/components/Runner/components/RunnerTreeExample.vue.js +0 -7
  586. package/dist/v2/features/collection/components/Runner/components/RunnerTreeExample.vue.js.map +0 -1
  587. package/dist/v2/features/collection/components/Runner/components/RunnerTreeExample.vue.script.js +0 -44
  588. package/dist/v2/features/collection/components/Runner/components/RunnerTreeExample.vue.script.js.map +0 -1
  589. package/dist/v2/features/collection/components/Runner/components/RunnerTreeGroup.vue.d.ts +0 -19
  590. package/dist/v2/features/collection/components/Runner/components/RunnerTreeGroup.vue.d.ts.map +0 -1
  591. package/dist/v2/features/collection/components/Runner/components/RunnerTreeGroup.vue.js +0 -7
  592. package/dist/v2/features/collection/components/Runner/components/RunnerTreeGroup.vue.js.map +0 -1
  593. package/dist/v2/features/collection/components/Runner/components/RunnerTreeGroup.vue.script.js +0 -53
  594. package/dist/v2/features/collection/components/Runner/components/RunnerTreeGroup.vue.script.js.map +0 -1
  595. package/dist/v2/features/collection/components/Runner/components/RunnerTreeOperation.vue.d.ts +0 -23
  596. package/dist/v2/features/collection/components/Runner/components/RunnerTreeOperation.vue.d.ts.map +0 -1
  597. package/dist/v2/features/collection/components/Runner/components/RunnerTreeOperation.vue.js +0 -7
  598. package/dist/v2/features/collection/components/Runner/components/RunnerTreeOperation.vue.js.map +0 -1
  599. package/dist/v2/features/collection/components/Runner/components/RunnerTreeOperation.vue.script.js +0 -75
  600. package/dist/v2/features/collection/components/Runner/components/RunnerTreeOperation.vue.script.js.map +0 -1
  601. package/dist/v2/features/collection/components/Runner/hooks/index.d.ts +0 -3
  602. package/dist/v2/features/collection/components/Runner/hooks/index.d.ts.map +0 -1
  603. package/dist/v2/features/collection/components/Runner/hooks/use-runner-execution.d.ts +0 -75
  604. package/dist/v2/features/collection/components/Runner/hooks/use-runner-execution.d.ts.map +0 -1
  605. package/dist/v2/features/collection/components/Runner/hooks/use-runner-execution.js +0 -191
  606. package/dist/v2/features/collection/components/Runner/hooks/use-runner-execution.js.map +0 -1
  607. package/dist/v2/features/collection/components/Runner/hooks/use-runner-selection.d.ts +0 -46
  608. package/dist/v2/features/collection/components/Runner/hooks/use-runner-selection.d.ts.map +0 -1
  609. package/dist/v2/features/collection/components/Runner/hooks/use-runner-selection.js +0 -114
  610. package/dist/v2/features/collection/components/Runner/hooks/use-runner-selection.js.map +0 -1
  611. package/dist/v2/features/collection/components/Runner/index.d.ts +0 -2
  612. package/dist/v2/features/collection/components/Runner/index.d.ts.map +0 -1
  613. package/dist/v2/features/collection/components/Scripts.vue.d.ts +0 -16
  614. package/dist/v2/features/collection/components/Scripts.vue.d.ts.map +0 -1
  615. package/dist/v2/features/collection/components/Scripts.vue.js +0 -7
  616. package/dist/v2/features/collection/components/Scripts.vue.js.map +0 -1
  617. package/dist/v2/features/collection/components/Scripts.vue.script.js +0 -49
  618. package/dist/v2/features/collection/components/Scripts.vue.script.js.map +0 -1
  619. package/dist/v2/features/collection/components/Servers.vue.d.ts +0 -16
  620. package/dist/v2/features/collection/components/Servers.vue.d.ts.map +0 -1
  621. package/dist/v2/features/collection/components/Servers.vue.js +0 -7
  622. package/dist/v2/features/collection/components/Servers.vue.js.map +0 -1
  623. package/dist/v2/features/collection/components/Servers.vue.script.js +0 -219
  624. package/dist/v2/features/collection/components/Servers.vue.script.js.map +0 -1
  625. package/dist/v2/features/collection/components/Settings.vue.d.ts +0 -16
  626. package/dist/v2/features/collection/components/Settings.vue.d.ts.map +0 -1
  627. package/dist/v2/features/collection/components/Settings.vue.js +0 -7
  628. package/dist/v2/features/collection/components/Settings.vue.js.map +0 -1
  629. package/dist/v2/features/collection/components/Settings.vue.script.js +0 -81
  630. package/dist/v2/features/collection/components/Settings.vue.script.js.map +0 -1
  631. package/dist/v2/features/collection/components/Tabs.vue.d.ts +0 -8
  632. package/dist/v2/features/collection/components/Tabs.vue.d.ts.map +0 -1
  633. package/dist/v2/features/collection/components/Tabs.vue.js +0 -7
  634. package/dist/v2/features/collection/components/Tabs.vue.js.map +0 -1
  635. package/dist/v2/features/collection/components/Tabs.vue.script.js +0 -55
  636. package/dist/v2/features/collection/components/Tabs.vue.script.js.map +0 -1
  637. package/dist/v2/features/collection/helpers/get-default-operation-security-toggle.d.ts +0 -12
  638. package/dist/v2/features/collection/helpers/get-default-operation-security-toggle.d.ts.map +0 -1
  639. package/dist/v2/features/collection/helpers/get-default-operation-security-toggle.js +0 -19
  640. package/dist/v2/features/collection/helpers/get-default-operation-security-toggle.js.map +0 -1
  641. package/dist/v2/features/command-palette/TheCommandPalette.vue.d.ts +0 -42
  642. package/dist/v2/features/command-palette/TheCommandPalette.vue.d.ts.map +0 -1
  643. package/dist/v2/features/command-palette/TheCommandPalette.vue.js +0 -9
  644. package/dist/v2/features/command-palette/TheCommandPalette.vue.js.map +0 -1
  645. package/dist/v2/features/command-palette/TheCommandPalette.vue.script.js +0 -189
  646. package/dist/v2/features/command-palette/TheCommandPalette.vue.script.js.map +0 -1
  647. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.d.ts +0 -49
  648. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.d.ts.map +0 -1
  649. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.js +0 -7
  650. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.js.map +0 -1
  651. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.script.js +0 -225
  652. package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.script.js.map +0 -1
  653. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.d.ts +0 -53
  654. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.d.ts.map +0 -1
  655. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.js +0 -7
  656. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.js.map +0 -1
  657. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.script.js +0 -227
  658. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.script.js.map +0 -1
  659. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.d.ts +0 -44
  660. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.d.ts.map +0 -1
  661. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.js +0 -9
  662. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.js.map +0 -1
  663. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.script.js +0 -137
  664. package/dist/v2/features/command-palette/components/CommandPaletteImportCurl.vue.script.js.map +0 -1
  665. package/dist/v2/features/command-palette/components/CommandPaletteImportPostman.vue.d.ts +0 -30
  666. package/dist/v2/features/command-palette/components/CommandPaletteImportPostman.vue.d.ts.map +0 -1
  667. package/dist/v2/features/command-palette/components/CommandPaletteImportPostman.vue.js +0 -7
  668. package/dist/v2/features/command-palette/components/CommandPaletteImportPostman.vue.js.map +0 -1
  669. package/dist/v2/features/command-palette/components/CommandPaletteImportPostman.vue.script.js +0 -156
  670. package/dist/v2/features/command-palette/components/CommandPaletteImportPostman.vue.script.js.map +0 -1
  671. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.d.ts +0 -37
  672. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.d.ts.map +0 -1
  673. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.js +0 -7
  674. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.js.map +0 -1
  675. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.script.js +0 -105
  676. package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.script.js.map +0 -1
  677. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.d.ts +0 -48
  678. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.d.ts.map +0 -1
  679. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.js +0 -7
  680. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.js.map +0 -1
  681. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.script.js +0 -228
  682. package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.script.js.map +0 -1
  683. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.d.ts +0 -65
  684. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.d.ts.map +0 -1
  685. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.js +0 -7
  686. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.js.map +0 -1
  687. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.script.js +0 -142
  688. package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.script.js.map +0 -1
  689. package/dist/v2/features/command-palette/components/PostmanImportPreview.vue.d.ts +0 -58
  690. package/dist/v2/features/command-palette/components/PostmanImportPreview.vue.d.ts.map +0 -1
  691. package/dist/v2/features/command-palette/components/PostmanImportPreview.vue.js +0 -9
  692. package/dist/v2/features/command-palette/components/PostmanImportPreview.vue.js.map +0 -1
  693. package/dist/v2/features/command-palette/components/PostmanImportPreview.vue.script.js +0 -142
  694. package/dist/v2/features/command-palette/components/PostmanImportPreview.vue.script.js.map +0 -1
  695. package/dist/v2/features/command-palette/components/PostmanRequestTreeRow.vue.d.ts +0 -23
  696. package/dist/v2/features/command-palette/components/PostmanRequestTreeRow.vue.d.ts.map +0 -1
  697. package/dist/v2/features/command-palette/components/PostmanRequestTreeRow.vue.js +0 -9
  698. package/dist/v2/features/command-palette/components/PostmanRequestTreeRow.vue.js.map +0 -1
  699. package/dist/v2/features/command-palette/components/PostmanRequestTreeRow.vue.script.js +0 -138
  700. package/dist/v2/features/command-palette/components/PostmanRequestTreeRow.vue.script.js.map +0 -1
  701. package/dist/v2/features/command-palette/components/WatchModeToggle.vue.d.ts +0 -34
  702. package/dist/v2/features/command-palette/components/WatchModeToggle.vue.d.ts.map +0 -1
  703. package/dist/v2/features/command-palette/components/WatchModeToggle.vue.js +0 -7
  704. package/dist/v2/features/command-palette/components/WatchModeToggle.vue.js.map +0 -1
  705. package/dist/v2/features/command-palette/components/WatchModeToggle.vue.script.js +0 -39
  706. package/dist/v2/features/command-palette/components/WatchModeToggle.vue.script.js.map +0 -1
  707. package/dist/v2/features/command-palette/helpers/generate-unique-slug.d.ts +0 -20
  708. package/dist/v2/features/command-palette/helpers/generate-unique-slug.d.ts.map +0 -1
  709. package/dist/v2/features/command-palette/helpers/generate-unique-slug.js +0 -33
  710. package/dist/v2/features/command-palette/helpers/generate-unique-slug.js.map +0 -1
  711. package/dist/v2/features/command-palette/helpers/get-merge-key.d.ts +0 -11
  712. package/dist/v2/features/command-palette/helpers/get-merge-key.d.ts.map +0 -1
  713. package/dist/v2/features/command-palette/helpers/get-merge-key.js +0 -32
  714. package/dist/v2/features/command-palette/helpers/get-merge-key.js.map +0 -1
  715. package/dist/v2/features/command-palette/helpers/get-openapi-document-details.d.ts +0 -24
  716. package/dist/v2/features/command-palette/helpers/get-openapi-document-details.d.ts.map +0 -1
  717. package/dist/v2/features/command-palette/helpers/get-openapi-document-details.js +0 -56
  718. package/dist/v2/features/command-palette/helpers/get-openapi-document-details.js.map +0 -1
  719. package/dist/v2/features/command-palette/helpers/get-openapi-from-postman.d.ts +0 -24
  720. package/dist/v2/features/command-palette/helpers/get-openapi-from-postman.d.ts.map +0 -1
  721. package/dist/v2/features/command-palette/helpers/get-openapi-from-postman.js +0 -22
  722. package/dist/v2/features/command-palette/helpers/get-openapi-from-postman.js.map +0 -1
  723. package/dist/v2/features/command-palette/helpers/get-operation-from-curl.d.ts +0 -26
  724. package/dist/v2/features/command-palette/helpers/get-operation-from-curl.d.ts.map +0 -1
  725. package/dist/v2/features/command-palette/helpers/get-operation-from-curl.js +0 -119
  726. package/dist/v2/features/command-palette/helpers/get-operation-from-curl.js.map +0 -1
  727. package/dist/v2/features/command-palette/helpers/get-postman-convert-options.d.ts +0 -14
  728. package/dist/v2/features/command-palette/helpers/get-postman-convert-options.d.ts.map +0 -1
  729. package/dist/v2/features/command-palette/helpers/get-postman-convert-options.js +0 -19
  730. package/dist/v2/features/command-palette/helpers/get-postman-convert-options.js.map +0 -1
  731. package/dist/v2/features/command-palette/helpers/get-postman-document-details.d.ts +0 -28
  732. package/dist/v2/features/command-palette/helpers/get-postman-document-details.d.ts.map +0 -1
  733. package/dist/v2/features/command-palette/helpers/get-postman-document-details.js +0 -36
  734. package/dist/v2/features/command-palette/helpers/get-postman-document-details.js.map +0 -1
  735. package/dist/v2/features/command-palette/helpers/import-document-to-workspace.d.ts +0 -30
  736. package/dist/v2/features/command-palette/helpers/import-document-to-workspace.d.ts.map +0 -1
  737. package/dist/v2/features/command-palette/helpers/import-document-to-workspace.js +0 -70
  738. package/dist/v2/features/command-palette/helpers/import-document-to-workspace.js.map +0 -1
  739. package/dist/v2/features/command-palette/helpers/load-document-from-source.d.ts +0 -20
  740. package/dist/v2/features/command-palette/helpers/load-document-from-source.d.ts.map +0 -1
  741. package/dist/v2/features/command-palette/helpers/load-document-from-source.js +0 -72
  742. package/dist/v2/features/command-palette/helpers/load-document-from-source.js.map +0 -1
  743. package/dist/v2/features/command-palette/helpers/parse-curl.d.ts +0 -14
  744. package/dist/v2/features/command-palette/helpers/parse-curl.d.ts.map +0 -1
  745. package/dist/v2/features/command-palette/helpers/parse-curl.js +0 -106
  746. package/dist/v2/features/command-palette/helpers/parse-curl.js.map +0 -1
  747. package/dist/v2/features/command-palette/helpers/postman-request-collisions.d.ts +0 -11
  748. package/dist/v2/features/command-palette/helpers/postman-request-collisions.d.ts.map +0 -1
  749. package/dist/v2/features/command-palette/helpers/postman-request-collisions.js +0 -35
  750. package/dist/v2/features/command-palette/helpers/postman-request-collisions.js.map +0 -1
  751. package/dist/v2/features/command-palette/helpers/postman-request-tree.d.ts +0 -41
  752. package/dist/v2/features/command-palette/helpers/postman-request-tree.d.ts.map +0 -1
  753. package/dist/v2/features/command-palette/helpers/postman-request-tree.js +0 -139
  754. package/dist/v2/features/command-palette/helpers/postman-request-tree.js.map +0 -1
  755. package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts +0 -426
  756. package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts.map +0 -1
  757. package/dist/v2/features/command-palette/hooks/use-command-palette-state.js +0 -207
  758. package/dist/v2/features/command-palette/hooks/use-command-palette-state.js.map +0 -1
  759. package/dist/v2/features/editor/config.d.ts +0 -16
  760. package/dist/v2/features/editor/config.d.ts.map +0 -1
  761. package/dist/v2/features/editor/config.js +0 -19
  762. package/dist/v2/features/editor/config.js.map +0 -1
  763. package/dist/v2/features/editor/helpers/configure-language-support.d.ts +0 -13
  764. package/dist/v2/features/editor/helpers/configure-language-support.d.ts.map +0 -1
  765. package/dist/v2/features/editor/helpers/configure-language-support.js +0 -48
  766. package/dist/v2/features/editor/helpers/configure-language-support.js.map +0 -1
  767. package/dist/v2/features/editor/helpers/ensure-monaco-environment.d.ts +0 -6
  768. package/dist/v2/features/editor/helpers/ensure-monaco-environment.d.ts.map +0 -1
  769. package/dist/v2/features/editor/helpers/ensure-monaco-environment.js +0 -21
  770. package/dist/v2/features/editor/helpers/ensure-monaco-environment.js.map +0 -1
  771. package/dist/v2/features/editor/helpers/json/create-json-model.d.ts +0 -12
  772. package/dist/v2/features/editor/helpers/json/create-json-model.d.ts.map +0 -1
  773. package/dist/v2/features/editor/helpers/json/create-json-model.js +0 -31
  774. package/dist/v2/features/editor/helpers/json/create-json-model.js.map +0 -1
  775. package/dist/v2/features/editor/helpers/json/get-json-ast-node-from-path.d.ts +0 -14
  776. package/dist/v2/features/editor/helpers/json/get-json-ast-node-from-path.d.ts.map +0 -1
  777. package/dist/v2/features/editor/helpers/json/get-json-ast-node-from-path.js +0 -22
  778. package/dist/v2/features/editor/helpers/json/get-json-ast-node-from-path.js.map +0 -1
  779. package/dist/v2/features/editor/helpers/json/json-ast.d.ts +0 -12
  780. package/dist/v2/features/editor/helpers/json/json-ast.d.ts.map +0 -1
  781. package/dist/v2/features/editor/helpers/json/json-ast.js +0 -32
  782. package/dist/v2/features/editor/helpers/json/json-ast.js.map +0 -1
  783. package/dist/v2/features/editor/helpers/json/json-pointer-links.d.ts +0 -15
  784. package/dist/v2/features/editor/helpers/json/json-pointer-links.d.ts.map +0 -1
  785. package/dist/v2/features/editor/helpers/json/json-pointer-links.js +0 -104
  786. package/dist/v2/features/editor/helpers/json/json-pointer-links.js.map +0 -1
  787. package/dist/v2/features/editor/helpers/json/json-pointer-path.d.ts +0 -7
  788. package/dist/v2/features/editor/helpers/json/json-pointer-path.d.ts.map +0 -1
  789. package/dist/v2/features/editor/helpers/json/json-pointer-path.js +0 -27
  790. package/dist/v2/features/editor/helpers/json/json-pointer-path.js.map +0 -1
  791. package/dist/v2/features/editor/helpers/model.d.ts +0 -9
  792. package/dist/v2/features/editor/helpers/model.d.ts.map +0 -1
  793. package/dist/v2/features/editor/helpers/range-to-whole-line.d.ts +0 -14
  794. package/dist/v2/features/editor/helpers/range-to-whole-line.d.ts.map +0 -1
  795. package/dist/v2/features/editor/helpers/range-to-whole-line.js +0 -27
  796. package/dist/v2/features/editor/helpers/range-to-whole-line.js.map +0 -1
  797. package/dist/v2/features/editor/helpers/theme/apply-scalar-theme.d.ts +0 -16
  798. package/dist/v2/features/editor/helpers/theme/apply-scalar-theme.d.ts.map +0 -1
  799. package/dist/v2/features/editor/helpers/theme/apply-scalar-theme.js +0 -84
  800. package/dist/v2/features/editor/helpers/theme/apply-scalar-theme.js.map +0 -1
  801. package/dist/v2/features/editor/helpers/theme/load-css-variables.d.ts +0 -36
  802. package/dist/v2/features/editor/helpers/theme/load-css-variables.d.ts.map +0 -1
  803. package/dist/v2/features/editor/helpers/theme/load-css-variables.js +0 -117
  804. package/dist/v2/features/editor/helpers/theme/load-css-variables.js.map +0 -1
  805. package/dist/v2/features/editor/helpers/yaml/create-yaml-model.d.ts +0 -13
  806. package/dist/v2/features/editor/helpers/yaml/create-yaml-model.d.ts.map +0 -1
  807. package/dist/v2/features/editor/helpers/yaml/create-yaml-model.js +0 -32
  808. package/dist/v2/features/editor/helpers/yaml/create-yaml-model.js.map +0 -1
  809. package/dist/v2/features/editor/helpers/yaml/get-yaml-node-range-from-path.d.ts +0 -19
  810. package/dist/v2/features/editor/helpers/yaml/get-yaml-node-range-from-path.d.ts.map +0 -1
  811. package/dist/v2/features/editor/helpers/yaml/get-yaml-node-range-from-path.js +0 -70
  812. package/dist/v2/features/editor/helpers/yaml/get-yaml-node-range-from-path.js.map +0 -1
  813. package/dist/v2/features/editor/hooks/use-editor-markers.d.ts +0 -152
  814. package/dist/v2/features/editor/hooks/use-editor-markers.d.ts.map +0 -1
  815. package/dist/v2/features/editor/hooks/use-editor-markers.js +0 -37
  816. package/dist/v2/features/editor/hooks/use-editor-markers.js.map +0 -1
  817. package/dist/v2/features/editor/hooks/use-editor.d.ts +0 -39
  818. package/dist/v2/features/editor/hooks/use-editor.d.ts.map +0 -1
  819. package/dist/v2/features/editor/hooks/use-editor.js +0 -133
  820. package/dist/v2/features/editor/hooks/use-editor.js.map +0 -1
  821. package/dist/v2/features/editor/hooks/use-json-pointer-link-support.d.ts +0 -16
  822. package/dist/v2/features/editor/hooks/use-json-pointer-link-support.d.ts.map +0 -1
  823. package/dist/v2/features/editor/hooks/use-json-pointer-link-support.js +0 -45
  824. package/dist/v2/features/editor/hooks/use-json-pointer-link-support.js.map +0 -1
  825. package/dist/v2/features/editor/hooks/use-three-way-merge-editor.d.ts +0 -77
  826. package/dist/v2/features/editor/hooks/use-three-way-merge-editor.d.ts.map +0 -1
  827. package/dist/v2/features/editor/hooks/use-three-way-merge-editor.js +0 -396
  828. package/dist/v2/features/editor/hooks/use-three-way-merge-editor.js.map +0 -1
  829. package/dist/v2/features/editor/index.d.ts +0 -5
  830. package/dist/v2/features/editor/index.d.ts.map +0 -1
  831. package/dist/v2/features/editor/index.js +0 -5
  832. package/dist/v2/features/editor/schemas/openapi-3.1-schema.json.js +0 -51
  833. package/dist/v2/features/editor/schemas/openapi-3.1-schema.json.js.map +0 -1
  834. package/dist/v2/features/global-cookies/components/CookiesTable.vue.d.ts +0 -10
  835. package/dist/v2/features/global-cookies/components/CookiesTable.vue.d.ts.map +0 -1
  836. package/dist/v2/features/global-cookies/components/CookiesTable.vue.js +0 -9
  837. package/dist/v2/features/global-cookies/components/CookiesTable.vue.js.map +0 -1
  838. package/dist/v2/features/global-cookies/components/CookiesTable.vue.script.js +0 -188
  839. package/dist/v2/features/global-cookies/components/CookiesTable.vue.script.js.map +0 -1
  840. package/dist/v2/features/global-cookies/index.d.ts +0 -2
  841. package/dist/v2/features/global-cookies/index.d.ts.map +0 -1
  842. package/dist/v2/features/global-cookies/index.js +0 -2
  843. package/dist/v2/features/settings/CollectionSettings.vue.d.ts +0 -28
  844. package/dist/v2/features/settings/CollectionSettings.vue.d.ts.map +0 -1
  845. package/dist/v2/features/settings/CollectionSettings.vue.js +0 -7
  846. package/dist/v2/features/settings/CollectionSettings.vue.js.map +0 -1
  847. package/dist/v2/features/settings/CollectionSettings.vue.script.js +0 -229
  848. package/dist/v2/features/settings/CollectionSettings.vue.script.js.map +0 -1
  849. package/dist/v2/features/settings/DocumentSettings.vue.d.ts +0 -20
  850. package/dist/v2/features/settings/DocumentSettings.vue.d.ts.map +0 -1
  851. package/dist/v2/features/settings/DocumentSettings.vue.js +0 -7
  852. package/dist/v2/features/settings/DocumentSettings.vue.js.map +0 -1
  853. package/dist/v2/features/settings/DocumentSettings.vue.script.js +0 -92
  854. package/dist/v2/features/settings/DocumentSettings.vue.script.js.map +0 -1
  855. package/dist/v2/features/settings/components/Appearance.vue.d.ts +0 -11
  856. package/dist/v2/features/settings/components/Appearance.vue.d.ts.map +0 -1
  857. package/dist/v2/features/settings/components/Appearance.vue.js +0 -7
  858. package/dist/v2/features/settings/components/Appearance.vue.js.map +0 -1
  859. package/dist/v2/features/settings/components/Appearance.vue.script.js +0 -63
  860. package/dist/v2/features/settings/components/Appearance.vue.script.js.map +0 -1
  861. package/dist/v2/features/settings/components/Section.vue.d.ts +0 -16
  862. package/dist/v2/features/settings/components/Section.vue.d.ts.map +0 -1
  863. package/dist/v2/features/settings/components/Section.vue.js +0 -7
  864. package/dist/v2/features/settings/components/Section.vue.js.map +0 -1
  865. package/dist/v2/features/settings/components/Section.vue.script.js +0 -30
  866. package/dist/v2/features/settings/components/Section.vue.script.js.map +0 -1
  867. package/dist/v2/features/settings/helpers/get-theme-colors.d.ts +0 -10
  868. package/dist/v2/features/settings/helpers/get-theme-colors.d.ts.map +0 -1
  869. package/dist/v2/features/settings/helpers/get-theme-colors.js +0 -68
  870. package/dist/v2/features/settings/helpers/get-theme-colors.js.map +0 -1
  871. package/dist/v2/features/settings/index.d.ts +0 -3
  872. package/dist/v2/features/settings/index.d.ts.map +0 -1
  873. package/dist/v2/features/settings/index.js +0 -3
  874. package/dist/v2/helpers/download-document.d.ts +0 -2
  875. package/dist/v2/helpers/download-document.d.ts.map +0 -1
  876. package/dist/v2/helpers/download-document.js +0 -42
  877. package/dist/v2/helpers/download-document.js.map +0 -1
  878. package/dist/v2/helpers/drag-handle-factory.d.ts +0 -16
  879. package/dist/v2/helpers/drag-handle-factory.d.ts.map +0 -1
  880. package/dist/v2/helpers/drag-handle-factory.js +0 -258
  881. package/dist/v2/helpers/drag-handle-factory.js.map +0 -1
  882. package/dist/v2/helpers/get-tab-details.d.ts +0 -43
  883. package/dist/v2/helpers/get-tab-details.d.ts.map +0 -1
  884. package/dist/v2/helpers/get-tab-details.js +0 -54
  885. package/dist/v2/helpers/get-tab-details.js.map +0 -1
  886. package/dist/v2/helpers/is-url.d.ts +0 -2
  887. package/dist/v2/helpers/is-url.d.ts.map +0 -1
  888. package/dist/v2/helpers/is-url.js +0 -10
  889. package/dist/v2/helpers/is-url.js.map +0 -1
  890. package/dist/v2/helpers/safe-run.d.ts +0 -34
  891. package/dist/v2/helpers/safe-run.d.ts.map +0 -1
  892. package/dist/v2/helpers/safe-run.js +0 -43
  893. package/dist/v2/helpers/safe-run.js.map +0 -1
  894. package/dist/v2/helpers/storage.d.ts +0 -31
  895. package/dist/v2/helpers/storage.d.ts.map +0 -1
  896. package/dist/v2/helpers/storage.js +0 -37
  897. package/dist/v2/helpers/storage.js.map +0 -1
  898. package/dist/v2/hooks/use-color-mode.d.ts +0 -20
  899. package/dist/v2/hooks/use-color-mode.d.ts.map +0 -1
  900. package/dist/v2/hooks/use-color-mode.js +0 -72
  901. package/dist/v2/hooks/use-color-mode.js.map +0 -1
  902. package/dist/v2/types/configuration.d.ts +0 -278
  903. package/dist/v2/types/configuration.d.ts.map +0 -1
  904. /package/dist/components/{ScalarAsciiArt.vue.d.ts → ScalarAsciiArt/ScalarAsciiArt.vue.d.ts} +0 -0
  905. /package/dist/{index.js → types/index.js} +0 -0
package/dist/style.css CHANGED
@@ -65,7 +65,6 @@
65
65
  --tw-mask-bottom-from-color: black;
66
66
  --tw-mask-bottom-to-color: transparent;
67
67
  --tw-leading: initial;
68
- --tw-tracking: initial;
69
68
  --tw-ordinal: initial;
70
69
  --tw-slashed-zero: initial;
71
70
  --tw-numeric-figure: initial;
@@ -377,19 +376,14 @@
377
376
  }
378
377
 
379
378
  :root, :host {
380
- --tracking-tight: -.025em;
381
- --tracking-wide: .025em;
382
- --leading-tight: 1.25;
383
379
  --leading-snug: 1.375;
384
380
  --leading-normal: 1.5;
385
- --leading-relaxed: 1.625;
386
381
  --ease-in: cubic-bezier(.4, 0, 1, 1);
387
382
  --ease-out: cubic-bezier(0, 0, .2, 1);
388
383
  --ease-in-out: cubic-bezier(.4, 0, .2, 1);
389
384
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
390
385
  --default-transition-duration: .15s;
391
386
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
392
- --spacing-header: 48px;
393
387
  }
394
388
  }
395
389
 
@@ -746,7 +740,7 @@
746
740
  transform: translate3d(0, 0, 0);
747
741
  }
748
742
 
749
- .dark-mode .scalar-dropdown-item[data-v-6660bbc5]:hover, .dark-mode .scalar-dropdown-item[data-v-3402682d]:hover {
743
+ .dark-mode .scalar-dropdown-item[data-v-f5e0d3d8]:hover, .dark-mode .scalar-dropdown-item[data-highlighted][data-v-f5e0d3d8], .dark-mode .scalar-dropdown-item[data-v-3402682d]:hover {
750
744
  filter: brightness(1.1);
751
745
  }
752
746
 
@@ -1848,6 +1842,10 @@
1848
1842
  overflow: hidden;
1849
1843
  }
1850
1844
 
1845
+ .scalar-app .\@container {
1846
+ container-type: inline-size;
1847
+ }
1848
+
1851
1849
  .scalar-app .pointer-events-auto {
1852
1850
  pointer-events: auto;
1853
1851
  }
@@ -2018,10 +2016,6 @@
2018
2016
  top: calc(100% + 4px);
2019
2017
  }
2020
2018
 
2021
- .scalar-app .top-\[calc\(var\(--app-desktop-tabs-height\)\+var\(--spacing-header\,48px\)\+1rem\)\] {
2022
- top: calc(var(--app-desktop-tabs-height) + var(--spacing-header, 48px) + 1rem);
2023
- }
2024
-
2025
2019
  .scalar-app .top-px {
2026
2020
  top: 1px;
2027
2021
  }
@@ -2078,10 +2072,6 @@
2078
2072
  bottom: 4px;
2079
2073
  }
2080
2074
 
2081
- .scalar-app .bottom-2 {
2082
- bottom: 8px;
2083
- }
2084
-
2085
2075
  .scalar-app .bottom-4 {
2086
2076
  bottom: 16px;
2087
2077
  }
@@ -2143,15 +2133,6 @@
2143
2133
  z-index: 10;
2144
2134
  }
2145
2135
 
2146
- .scalar-app .z-50 {
2147
- z-index: 50;
2148
- z-index: 50;
2149
- }
2150
-
2151
- .scalar-app .z-60 {
2152
- z-index: 60;
2153
- }
2154
-
2155
2136
  .scalar-app .z-\[1\] {
2156
2137
  z-index: 1;
2157
2138
  }
@@ -2276,10 +2257,6 @@
2276
2257
  margin-inline: 4px;
2277
2258
  }
2278
2259
 
2279
- .scalar-app .mx-auto {
2280
- margin-inline: auto;
2281
- }
2282
-
2283
2260
  .scalar-app .mx-px {
2284
2261
  margin-inline: 1px;
2285
2262
  }
@@ -2320,10 +2297,6 @@
2320
2297
  margin-top: calc(var(--scalar-sidebar-padding) * -1);
2321
2298
  }
2322
2299
 
2323
- .scalar-app .-mt-1 {
2324
- margin-top: -4px;
2325
- }
2326
-
2327
2300
  .scalar-app .-mt-1\.5 {
2328
2301
  margin-top: -6px;
2329
2302
  }
@@ -2348,18 +2321,10 @@
2348
2321
  margin-top: 4px;
2349
2322
  }
2350
2323
 
2351
- .scalar-app .mt-1\.5 {
2352
- margin-top: 6px;
2353
- }
2354
-
2355
2324
  .scalar-app .mt-2 {
2356
2325
  margin-top: 8px;
2357
2326
  }
2358
2327
 
2359
- .scalar-app .mt-\[0\.5px\] {
2360
- margin-top: .5px;
2361
- }
2362
-
2363
2328
  .scalar-app .mt-\[15svh\] {
2364
2329
  margin-top: 15svh;
2365
2330
  }
@@ -2388,10 +2353,6 @@
2388
2353
  margin-right: -6px;
2389
2354
  }
2390
2355
 
2391
- .scalar-app .-mr-3 {
2392
- margin-right: -12px;
2393
- }
2394
-
2395
2356
  .scalar-app .-mr-px {
2396
2357
  margin-right: -1px;
2397
2358
  }
@@ -2424,10 +2385,6 @@
2424
2385
  margin-right: 8px;
2425
2386
  }
2426
2387
 
2427
- .scalar-app .mr-2\.5 {
2428
- margin-right: 10px;
2429
- }
2430
-
2431
2388
  .scalar-app .mr-3 {
2432
2389
  margin-right: 12px;
2433
2390
  }
@@ -2472,34 +2429,14 @@
2472
2429
  margin-left: -3px;
2473
2430
  }
2474
2431
 
2475
- .scalar-app .-ml-2 {
2476
- margin-left: -8px;
2477
- }
2478
-
2479
- .scalar-app .ml-0\.75 {
2480
- margin-left: 3px;
2481
- }
2482
-
2483
2432
  .scalar-app .ml-1 {
2484
2433
  margin-left: 4px;
2485
2434
  }
2486
2435
 
2487
- .scalar-app .ml-1\.25 {
2488
- margin-left: 5px;
2489
- }
2490
-
2491
2436
  .scalar-app .ml-2 {
2492
2437
  margin-left: 8px;
2493
2438
  }
2494
2439
 
2495
- .scalar-app .ml-3 {
2496
- margin-left: 12px;
2497
- }
2498
-
2499
- .scalar-app .ml-\[11px\] {
2500
- margin-left: 11px;
2501
- }
2502
-
2503
2440
  .scalar-app .ml-auto {
2504
2441
  margin-left: auto;
2505
2442
  }
@@ -2576,6 +2513,10 @@
2576
2513
  display: table;
2577
2514
  }
2578
2515
 
2516
+ .scalar-app .field-sizing-content {
2517
+ field-sizing: content;
2518
+ }
2519
+
2579
2520
  .scalar-app .aspect-\[4\/3\] {
2580
2521
  aspect-ratio: 4 / 3;
2581
2522
  }
@@ -2629,11 +2570,6 @@
2629
2570
  height: 24px;
2630
2571
  }
2631
2572
 
2632
- .scalar-app .size-7 {
2633
- width: 28px;
2634
- height: 28px;
2635
- }
2636
-
2637
2573
  .scalar-app .size-8 {
2638
2574
  width: 32px;
2639
2575
  height: 32px;
@@ -2706,34 +2642,14 @@
2706
2642
  height: 24px;
2707
2643
  }
2708
2644
 
2709
- .scalar-app .h-7 {
2710
- height: 28px;
2711
- }
2712
-
2713
2645
  .scalar-app .h-8 {
2714
2646
  height: 32px;
2715
2647
  }
2716
2648
 
2717
- .scalar-app .h-9 {
2718
- height: 36px;
2719
- }
2720
-
2721
2649
  .scalar-app .h-10 {
2722
2650
  height: 40px;
2723
2651
  }
2724
2652
 
2725
- .scalar-app .h-16 {
2726
- height: 64px;
2727
- }
2728
-
2729
- .scalar-app .h-125 {
2730
- height: 500px;
2731
- }
2732
-
2733
- .scalar-app .h-\[300px\] {
2734
- height: 300px;
2735
- }
2736
-
2737
2653
  .scalar-app .h-\[calc\(100\%_-_50px\)\] {
2738
2654
  height: calc(100% - 50px);
2739
2655
  }
@@ -2770,10 +2686,6 @@
2770
2686
  height: 1px;
2771
2687
  }
2772
2688
 
2773
- .scalar-app .h-screen {
2774
- height: 100vh;
2775
- }
2776
-
2777
2689
  .scalar-app .\!max-h-\[initial\] {
2778
2690
  max-height: initial !important;
2779
2691
  }
@@ -2782,10 +2694,6 @@
2782
2694
  max-height: 32px;
2783
2695
  }
2784
2696
 
2785
- .scalar-app .max-h-28 {
2786
- max-height: 112px;
2787
- }
2788
-
2789
2697
  .scalar-app .max-h-40 {
2790
2698
  max-height: 160px;
2791
2699
  }
@@ -2794,18 +2702,6 @@
2794
2702
  max-height: 320px;
2795
2703
  }
2796
2704
 
2797
- .scalar-app .max-h-\[28rem\] {
2798
- max-height: 28rem;
2799
- }
2800
-
2801
- .scalar-app .max-h-\[40dvh\] {
2802
- max-height: 40dvh;
2803
- }
2804
-
2805
- .scalar-app .max-h-\[50dvh\] {
2806
- max-height: 50dvh;
2807
- }
2808
-
2809
2705
  .scalar-app .max-h-\[60svh\] {
2810
2706
  max-height: 60svh;
2811
2707
  }
@@ -2851,10 +2747,6 @@
2851
2747
  min-height: 0;
2852
2748
  }
2853
2749
 
2854
- .scalar-app .min-h-7 {
2855
- min-height: 28px;
2856
- }
2857
-
2858
2750
  .scalar-app .min-h-8 {
2859
2751
  min-height: 32px;
2860
2752
  }
@@ -2875,18 +2767,10 @@
2875
2767
  min-height: 80px;
2876
2768
  }
2877
2769
 
2878
- .scalar-app .min-h-\[4rem\] {
2879
- min-height: 4rem;
2880
- }
2881
-
2882
2770
  .scalar-app .min-h-\[64px\] {
2883
2771
  min-height: 64px;
2884
2772
  }
2885
2773
 
2886
- .scalar-app .min-h-\[300px\] {
2887
- min-height: 300px;
2888
- }
2889
-
2890
2774
  .scalar-app .min-h-\[calc\(4rem\+0\.5px\)\] {
2891
2775
  min-height: calc(4rem + .5px);
2892
2776
  }
@@ -2911,14 +2795,6 @@
2911
2795
  width: 6px;
2912
2796
  }
2913
2797
 
2914
- .scalar-app .w-1\/2 {
2915
- width: 50%;
2916
- }
2917
-
2918
- .scalar-app .w-2 {
2919
- width: 8px;
2920
- }
2921
-
2922
2798
  .scalar-app .w-2\.5 {
2923
2799
  width: 10px;
2924
2800
  }
@@ -2943,18 +2819,10 @@
2943
2819
  width: 24px;
2944
2820
  }
2945
2821
 
2946
- .scalar-app .w-7 {
2947
- width: 28px;
2948
- }
2949
-
2950
2822
  .scalar-app .w-8 {
2951
2823
  width: 32px;
2952
2824
  }
2953
2825
 
2954
- .scalar-app .w-16 {
2955
- width: 64px;
2956
- }
2957
-
2958
2826
  .scalar-app .w-36 {
2959
2827
  width: 144px;
2960
2828
  }
@@ -2967,10 +2835,6 @@
2967
2835
  width: 224px;
2968
2836
  }
2969
2837
 
2970
- .scalar-app .w-64 {
2971
- width: 256px;
2972
- }
2973
-
2974
2838
  .scalar-app .w-72 {
2975
2839
  width: 288px;
2976
2840
  }
@@ -2979,14 +2843,6 @@
2979
2843
  width: 38px;
2980
2844
  }
2981
2845
 
2982
- .scalar-app .w-\[100px\] {
2983
- width: 100px;
2984
- }
2985
-
2986
- .scalar-app .w-\[150px\] {
2987
- width: 150px;
2988
- }
2989
-
2990
2846
  .scalar-app .w-\[calc\(100vw-12px\)\] {
2991
2847
  width: calc(100vw - 12px);
2992
2848
  }
@@ -3027,8 +2883,8 @@
3027
2883
  width: 1px;
3028
2884
  }
3029
2885
 
3030
- .scalar-app .w-screen {
3031
- width: 100vw;
2886
+ .scalar-app .max-w-3xl {
2887
+ max-width: 768px;
3032
2888
  }
3033
2889
 
3034
2890
  .scalar-app .max-w-\[9rem\] {
@@ -3051,10 +2907,6 @@
3051
2907
  max-width: 360px;
3052
2908
  }
3053
2909
 
3054
- .scalar-app .max-w-\[420px\] {
3055
- max-width: 420px;
3056
- }
3057
-
3058
2910
  .scalar-app .max-w-\[480px\] {
3059
2911
  max-width: 480px;
3060
2912
  }
@@ -3075,10 +2927,6 @@
3075
2927
  max-width: 1000px;
3076
2928
  }
3077
2929
 
3078
- .scalar-app .max-w-\[calc\(100dvw-24px\)\] {
3079
- max-width: calc(100dvw - 24px);
3080
- }
3081
-
3082
2930
  .scalar-app .max-w-\[inherit\] {
3083
2931
  max-width: inherit;
3084
2932
  }
@@ -3091,8 +2939,8 @@
3091
2939
  max-width: calc(100vw - 32px);
3092
2940
  }
3093
2941
 
3094
- .scalar-app .max-w-sm {
3095
- max-width: 384px;
2942
+ .scalar-app .max-w-xs {
2943
+ max-width: 320px;
3096
2944
  }
3097
2945
 
3098
2946
  .scalar-app .min-w-0 {
@@ -3123,24 +2971,8 @@
3123
2971
  min-width: 128px;
3124
2972
  }
3125
2973
 
3126
- .scalar-app .min-w-40 {
3127
- min-width: 160px;
3128
- }
3129
-
3130
- .scalar-app .min-w-48 {
3131
- min-width: 192px;
3132
- }
3133
-
3134
- .scalar-app .min-w-\[48px\] {
3135
- min-width: 48px;
3136
- }
3137
-
3138
- .scalar-app .min-w-\[100px\] {
3139
- min-width: 100px;
3140
- }
3141
-
3142
- .scalar-app .min-w-\[150px\] {
3143
- min-width: 150px;
2974
+ .scalar-app .min-w-\[4\.5rem\] {
2975
+ min-width: 4.5rem;
3144
2976
  }
3145
2977
 
3146
2978
  .scalar-app .min-w-fit {
@@ -3171,6 +3003,10 @@
3171
3003
  flex-grow: 1;
3172
3004
  }
3173
3005
 
3006
+ .scalar-app .grow-3 {
3007
+ flex-grow: 3;
3008
+ }
3009
+
3174
3010
  .scalar-app .-translate-x-1\/2 {
3175
3011
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
3176
3012
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -3264,10 +3100,6 @@
3264
3100
  cursor: default;
3265
3101
  }
3266
3102
 
3267
- .scalar-app .cursor-grab {
3268
- cursor: grab;
3269
- }
3270
-
3271
3103
  .scalar-app .cursor-help {
3272
3104
  cursor: help;
3273
3105
  }
@@ -3292,10 +3124,6 @@
3292
3124
  resize: none;
3293
3125
  }
3294
3126
 
3295
- .scalar-app .list-none {
3296
- list-style-type: none;
3297
- }
3298
-
3299
3127
  .scalar-app .appearance-none {
3300
3128
  appearance: none;
3301
3129
  }
@@ -3304,30 +3132,14 @@
3304
3132
  grid-auto-flow: column;
3305
3133
  }
3306
3134
 
3307
- .scalar-app .auto-rows-\[32px\] {
3308
- grid-auto-rows: 32px;
3309
- }
3310
-
3311
3135
  .scalar-app .auto-rows-auto {
3312
3136
  grid-auto-rows: auto;
3313
3137
  }
3314
3138
 
3315
- .scalar-app .grid-cols-2 {
3316
- grid-template-columns: repeat(2, minmax(0, 1fr));
3317
- }
3318
-
3319
3139
  .scalar-app .grid-cols-\[44px_1fr_repeat\(3\,auto\)\] {
3320
3140
  grid-template-columns: 44px 1fr repeat(3, auto);
3321
3141
  }
3322
3142
 
3323
- .scalar-app .grid-cols-\[minmax\(0\,1fr\)_auto_minmax\(0\,1fr\)\] {
3324
- grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
3325
- }
3326
-
3327
- .scalar-app .grid-cols-\[repeat\(auto-fill\,minmax\(32px\,1fr\)\)\] {
3328
- grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
3329
- }
3330
-
3331
3143
  .scalar-app .flex-col {
3332
3144
  flex-direction: column;
3333
3145
  }
@@ -3340,10 +3152,6 @@
3340
3152
  flex-wrap: wrap;
3341
3153
  }
3342
3154
 
3343
- .scalar-app .content-between {
3344
- align-content: space-between;
3345
- }
3346
-
3347
3155
  .scalar-app .content-start {
3348
3156
  align-content: flex-start;
3349
3157
  }
@@ -3428,26 +3236,14 @@
3428
3236
  gap: 16px;
3429
3237
  }
3430
3238
 
3431
- .scalar-app .gap-5 {
3432
- gap: 20px;
3433
- }
3434
-
3435
3239
  .scalar-app .gap-6 {
3436
3240
  gap: 24px;
3437
3241
  }
3438
3242
 
3439
- .scalar-app .gap-8 {
3440
- gap: 32px;
3441
- }
3442
-
3443
3243
  .scalar-app .gap-10 {
3444
3244
  gap: 40px;
3445
3245
  }
3446
3246
 
3447
- .scalar-app .gap-12 {
3448
- gap: 48px;
3449
- }
3450
-
3451
3247
  .scalar-app .gap-\[1\.5px\] {
3452
3248
  gap: 1.5px;
3453
3249
  }
@@ -3456,10 +3252,6 @@
3456
3252
  gap: 1px;
3457
3253
  }
3458
3254
 
3459
- .scalar-app .gap-x-1\.5 {
3460
- column-gap: 6px;
3461
- }
3462
-
3463
3255
  .scalar-app .gap-x-2\.5 {
3464
3256
  column-gap: 10px;
3465
3257
  }
@@ -3470,10 +3262,6 @@
3470
3262
  margin-inline-end: calc(calc(4px * 1) * calc(1 - var(--tw-space-x-reverse)));
3471
3263
  }
3472
3264
 
3473
- .scalar-app .gap-y-0\.5 {
3474
- row-gap: 2px;
3475
- }
3476
-
3477
3265
  :where(.scalar-app .divide-y > :not(:last-child)) {
3478
3266
  --tw-divide-y-reverse: 0;
3479
3267
  border-bottom-style: var(--tw-border-style);
@@ -3494,14 +3282,6 @@
3494
3282
  align-self: flex-start;
3495
3283
  }
3496
3284
 
3497
- .scalar-app .justify-self-center {
3498
- justify-self: center;
3499
- }
3500
-
3501
- .scalar-app .justify-self-end {
3502
- justify-self: flex-end;
3503
- }
3504
-
3505
3285
  .scalar-app .truncate {
3506
3286
  text-overflow: ellipsis;
3507
3287
  white-space: nowrap;
@@ -3528,10 +3308,6 @@
3528
3308
  overflow-x: hidden;
3529
3309
  }
3530
3310
 
3531
- .scalar-app .overflow-x-scroll {
3532
- overflow-x: scroll;
3533
- }
3534
-
3535
3311
  .scalar-app .overflow-y-auto {
3536
3312
  overflow-y: auto;
3537
3313
  }
@@ -3624,17 +3400,7 @@
3624
3400
  border-width: 0;
3625
3401
  }
3626
3402
 
3627
- .scalar-app .border-1 {
3628
- border-style: var(--tw-border-style);
3629
- border-width: 1px;
3630
- }
3631
-
3632
- .scalar-app .border-\[1\.5px\] {
3633
- border-style: var(--tw-border-style);
3634
- border-width: 1.5px;
3635
- }
3636
-
3637
- .scalar-app .border-\[1px\] {
3403
+ .scalar-app .border-1, .scalar-app .border-\[1px\] {
3638
3404
  border-style: var(--tw-border-style);
3639
3405
  border-width: 1px;
3640
3406
  }
@@ -3679,11 +3445,6 @@
3679
3445
  border-right-width: 0;
3680
3446
  }
3681
3447
 
3682
- .scalar-app .border-r-1 {
3683
- border-right-style: var(--tw-border-style);
3684
- border-right-width: 1px;
3685
- }
3686
-
3687
3448
  .scalar-app .border-b {
3688
3449
  border-bottom-style: var(--tw-border-style);
3689
3450
  border-bottom-width: var(--scalar-border-width);
@@ -3709,21 +3470,11 @@
3709
3470
  border-style: dashed;
3710
3471
  }
3711
3472
 
3712
- .scalar-app .border-dotted {
3713
- --tw-border-style: dotted;
3714
- border-style: dotted;
3715
- }
3716
-
3717
3473
  .scalar-app .border-none {
3718
3474
  --tw-border-style: none;
3719
3475
  border-style: none;
3720
3476
  }
3721
3477
 
3722
- .scalar-app .border-none\! {
3723
- --tw-border-style: none !important;
3724
- border-style: none !important;
3725
- }
3726
-
3727
3478
  .scalar-app .\!border-current {
3728
3479
  border-color: currentColor !important;
3729
3480
  }
@@ -3732,26 +3483,10 @@
3732
3483
  border-color: var(--scalar-background-3);
3733
3484
  }
3734
3485
 
3735
- .scalar-app .border-\(--scalar-color-alert\) {
3736
- border-color: var(--scalar-color-alert);
3737
- }
3738
-
3739
- .scalar-app .border-\[var\(--scalar-border-color\)\], .scalar-app .border-border {
3740
- border-color: var(--scalar-border-color);
3741
- }
3742
-
3743
3486
  .scalar-app .border-border-header {
3744
3487
  border-color: var(--scalar-header-border-color, var(--scalar-border-color));
3745
3488
  }
3746
3489
 
3747
- .scalar-app .border-c-1 {
3748
- border-color: var(--scalar-color-1);
3749
- }
3750
-
3751
- .scalar-app .border-c-3 {
3752
- border-color: var(--scalar-color-3);
3753
- }
3754
-
3755
3490
  .scalar-app .border-c-accent, .scalar-app .border-c-accent\/30 {
3756
3491
  border-color: var(--scalar-color-accent);
3757
3492
  }
@@ -3770,66 +3505,6 @@
3770
3505
  border-color: var(--scalar-color-danger);
3771
3506
  }
3772
3507
 
3773
- .scalar-app .border-green\/15 {
3774
- border-color: var(--scalar-color-green);
3775
- }
3776
-
3777
- @supports (color: color-mix(in lab, red, red)) {
3778
- .scalar-app .border-green\/15 {
3779
- border-color: color-mix(in oklab, var(--scalar-color-green) 15%, transparent);
3780
- }
3781
- }
3782
-
3783
- .scalar-app .border-green\/20 {
3784
- border-color: var(--scalar-color-green);
3785
- }
3786
-
3787
- @supports (color: color-mix(in lab, red, red)) {
3788
- .scalar-app .border-green\/20 {
3789
- border-color: color-mix(in oklab, var(--scalar-color-green) 20%, transparent);
3790
- }
3791
- }
3792
-
3793
- .scalar-app .border-green\/30 {
3794
- border-color: var(--scalar-color-green);
3795
- }
3796
-
3797
- @supports (color: color-mix(in lab, red, red)) {
3798
- .scalar-app .border-green\/30 {
3799
- border-color: color-mix(in oklab, var(--scalar-color-green) 30%, transparent);
3800
- }
3801
- }
3802
-
3803
- .scalar-app .border-red\/15 {
3804
- border-color: var(--scalar-color-red);
3805
- }
3806
-
3807
- @supports (color: color-mix(in lab, red, red)) {
3808
- .scalar-app .border-red\/15 {
3809
- border-color: color-mix(in oklab, var(--scalar-color-red) 15%, transparent);
3810
- }
3811
- }
3812
-
3813
- .scalar-app .border-red\/20 {
3814
- border-color: var(--scalar-color-red);
3815
- }
3816
-
3817
- @supports (color: color-mix(in lab, red, red)) {
3818
- .scalar-app .border-red\/20 {
3819
- border-color: color-mix(in oklab, var(--scalar-color-red) 20%, transparent);
3820
- }
3821
- }
3822
-
3823
- .scalar-app .border-red\/30 {
3824
- border-color: var(--scalar-color-red);
3825
- }
3826
-
3827
- @supports (color: color-mix(in lab, red, red)) {
3828
- .scalar-app .border-red\/30 {
3829
- border-color: color-mix(in oklab, var(--scalar-color-red) 30%, transparent);
3830
- }
3831
- }
3832
-
3833
3508
  .scalar-app .border-sidebar-border {
3834
3509
  border-color: var(--scalar-sidebar-border-color, var(--scalar-border-color));
3835
3510
  }
@@ -3850,40 +3525,10 @@
3850
3525
  border-bottom-color: var(--scalar-sidebar-border-color, var(--scalar-border-color));
3851
3526
  }
3852
3527
 
3853
- .scalar-app .border-l-border\/50 {
3854
- border-left-color: var(--scalar-border-color);
3855
- }
3856
-
3857
- @supports (color: color-mix(in lab, red, red)) {
3858
- .scalar-app .border-l-border\/50 {
3859
- border-left-color: color-mix(in oklab, var(--scalar-border-color) 50%, transparent);
3860
- }
3861
- }
3862
-
3863
3528
  .scalar-app .bg-\(--bg-light\) {
3864
3529
  background-color: var(--bg-light);
3865
3530
  }
3866
3531
 
3867
- .scalar-app .bg-\(--scalar-background-alert\) {
3868
- background-color: var(--scalar-background-alert);
3869
- }
3870
-
3871
- .scalar-app .bg-\[var\(--scalar-background-1\)\] {
3872
- background-color: var(--scalar-background-1);
3873
- }
3874
-
3875
- .scalar-app .bg-\[var\(--scalar-background-2\)\] {
3876
- background-color: var(--scalar-background-2);
3877
- }
3878
-
3879
- .scalar-app .bg-\[var\(--scalar-background-3\)\] {
3880
- background-color: var(--scalar-background-3);
3881
- }
3882
-
3883
- .scalar-app .bg-\[var\(--scalar-color-green\)\] {
3884
- background-color: var(--scalar-color-green);
3885
- }
3886
-
3887
3532
  .scalar-app .bg-b-1, .scalar-app .bg-b-1\.5 {
3888
3533
  background-color: var(--scalar-background-1);
3889
3534
  }
@@ -3894,26 +3539,10 @@
3894
3539
  }
3895
3540
  }
3896
3541
 
3897
- .scalar-app .bg-b-2, .scalar-app .bg-b-2\/30 {
3898
- background-color: var(--scalar-background-2);
3899
- }
3900
-
3901
- @supports (color: color-mix(in lab, red, red)) {
3902
- .scalar-app .bg-b-2\/30 {
3903
- background-color: color-mix(in oklab, var(--scalar-background-2) 30%, transparent);
3904
- }
3905
- }
3906
-
3907
- .scalar-app .bg-b-2\/40 {
3542
+ .scalar-app .bg-b-2 {
3908
3543
  background-color: var(--scalar-background-2);
3909
3544
  }
3910
3545
 
3911
- @supports (color: color-mix(in lab, red, red)) {
3912
- .scalar-app .bg-b-2\/40 {
3913
- background-color: color-mix(in oklab, var(--scalar-background-2) 40%, transparent);
3914
- }
3915
- }
3916
-
3917
3546
  .scalar-app .bg-b-3 {
3918
3547
  background-color: var(--scalar-background-3);
3919
3548
  }
@@ -3970,10 +3599,6 @@
3970
3599
  }
3971
3600
  }
3972
3601
 
3973
- .scalar-app .bg-c-alert {
3974
- background-color: var(--scalar-color-alert);
3975
- }
3976
-
3977
3602
  .scalar-app .bg-c-danger {
3978
3603
  background-color: var(--scalar-color-danger);
3979
3604
  }
@@ -3982,111 +3607,51 @@
3982
3607
  background-color: currentColor;
3983
3608
  }
3984
3609
 
3985
- .scalar-app .bg-green, .scalar-app .bg-green\/8 {
3986
- background-color: var(--scalar-color-green);
3610
+ .scalar-app .bg-inherit {
3611
+ background-color: inherit;
3987
3612
  }
3988
3613
 
3989
- @supports (color: color-mix(in lab, red, red)) {
3990
- .scalar-app .bg-green\/8 {
3991
- background-color: color-mix(in oklab, var(--scalar-color-green) 8%, transparent);
3992
- }
3614
+ .scalar-app .bg-sidebar-b-1 {
3615
+ background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
3993
3616
  }
3994
3617
 
3995
- .scalar-app .bg-green\/10 {
3996
- background-color: var(--scalar-color-green);
3618
+ .scalar-app .bg-sidebar-b-active {
3619
+ background-color: var(--scalar-sidebar-item-active-background, var(--scalar-background-2));
3997
3620
  }
3998
3621
 
3999
- @supports (color: color-mix(in lab, red, red)) {
4000
- .scalar-app .bg-green\/10 {
4001
- background-color: color-mix(in oklab, var(--scalar-color-green) 10%, transparent);
4002
- }
3622
+ .scalar-app .bg-sidebar-b-search {
3623
+ background-color: var(--scalar-sidebar-search-background, var(--scalar-background-2));
4003
3624
  }
4004
3625
 
4005
- .scalar-app .bg-green\/15 {
4006
- background-color: var(--scalar-color-green);
3626
+ .scalar-app .bg-sidebar-c-2\/15 {
3627
+ background-color: var(--scalar-sidebar-color-2, var(--scalar-color-2));
4007
3628
  }
4008
3629
 
4009
3630
  @supports (color: color-mix(in lab, red, red)) {
4010
- .scalar-app .bg-green\/15 {
4011
- background-color: color-mix(in oklab, var(--scalar-color-green) 15%, transparent);
3631
+ .scalar-app .bg-sidebar-c-2\/15 {
3632
+ background-color: color-mix(in oklab, var(--scalar-sidebar-color-2, var(--scalar-color-2)) 15%, transparent);
4012
3633
  }
4013
3634
  }
4014
3635
 
4015
- .scalar-app .bg-inherit {
4016
- background-color: inherit;
3636
+ .scalar-app .bg-sidebar-indent-border {
3637
+ background-color: var(--scalar-sidebar-indent-border, var(--scalar-border-color));
4017
3638
  }
4018
3639
 
4019
- .scalar-app .bg-red, .scalar-app .bg-red\/8 {
4020
- background-color: var(--scalar-color-red);
3640
+ .scalar-app .bg-sidebar-indent-border-active {
3641
+ background-color: var(--scalar-sidebar-indent-border-active, var(--scalar-color-accent));
4021
3642
  }
4022
3643
 
4023
- @supports (color: color-mix(in lab, red, red)) {
4024
- .scalar-app .bg-red\/8 {
4025
- background-color: color-mix(in oklab, var(--scalar-color-red) 8%, transparent);
4026
- }
3644
+ .scalar-app .bg-transparent {
3645
+ background-color: #0000;
4027
3646
  }
4028
3647
 
4029
- .scalar-app .bg-red\/10 {
4030
- background-color: var(--scalar-color-red);
3648
+ .scalar-app .bg-linear-to-b {
3649
+ --tw-gradient-position: to bottom;
4031
3650
  }
4032
3651
 
4033
- @supports (color: color-mix(in lab, red, red)) {
4034
- .scalar-app .bg-red\/10 {
4035
- background-color: color-mix(in oklab, var(--scalar-color-red) 10%, transparent);
4036
- }
4037
- }
4038
-
4039
- .scalar-app .bg-red\/15 {
4040
- background-color: var(--scalar-color-red);
4041
- }
4042
-
4043
- @supports (color: color-mix(in lab, red, red)) {
4044
- .scalar-app .bg-red\/15 {
4045
- background-color: color-mix(in oklab, var(--scalar-color-red) 15%, transparent);
4046
- }
4047
- }
4048
-
4049
- .scalar-app .bg-sidebar-b-1 {
4050
- background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
4051
- }
4052
-
4053
- .scalar-app .bg-sidebar-b-active {
4054
- background-color: var(--scalar-sidebar-item-active-background, var(--scalar-background-2));
4055
- }
4056
-
4057
- .scalar-app .bg-sidebar-b-search {
4058
- background-color: var(--scalar-sidebar-search-background, var(--scalar-background-2));
4059
- }
4060
-
4061
- .scalar-app .bg-sidebar-c-2\/15 {
4062
- background-color: var(--scalar-sidebar-color-2, var(--scalar-color-2));
4063
- }
4064
-
4065
- @supports (color: color-mix(in lab, red, red)) {
4066
- .scalar-app .bg-sidebar-c-2\/15 {
4067
- background-color: color-mix(in oklab, var(--scalar-sidebar-color-2, var(--scalar-color-2)) 15%, transparent);
4068
- }
4069
- }
4070
-
4071
- .scalar-app .bg-sidebar-indent-border {
4072
- background-color: var(--scalar-sidebar-indent-border, var(--scalar-border-color));
4073
- }
4074
-
4075
- .scalar-app .bg-sidebar-indent-border-active {
4076
- background-color: var(--scalar-sidebar-indent-border-active, var(--scalar-color-accent));
4077
- }
4078
-
4079
- .scalar-app .bg-transparent {
4080
- background-color: #0000;
4081
- }
4082
-
4083
- .scalar-app .bg-linear-to-b {
4084
- --tw-gradient-position: to bottom;
4085
- }
4086
-
4087
- @supports (background-image: linear-gradient(in lab, red, red)) {
4088
- .scalar-app .bg-linear-to-b {
4089
- --tw-gradient-position: to bottom in oklab;
3652
+ @supports (background-image: linear-gradient(in lab, red, red)) {
3653
+ .scalar-app .bg-linear-to-b {
3654
+ --tw-gradient-position: to bottom in oklab;
4090
3655
  }
4091
3656
  }
4092
3657
 
@@ -4094,10 +3659,6 @@
4094
3659
  background-image: linear-gradient(var(--tw-gradient-stops));
4095
3660
  }
4096
3661
 
4097
- .scalar-app .bg-none {
4098
- background-image: none;
4099
- }
4100
-
4101
3662
  .scalar-app .from-b-1 {
4102
3663
  --tw-gradient-from: var(--scalar-background-1);
4103
3664
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -4159,14 +3720,6 @@
4159
3720
  fill: currentColor;
4160
3721
  }
4161
3722
 
4162
- .scalar-app .stroke-\[1\.5\] {
4163
- stroke-width: 1.5px;
4164
- }
4165
-
4166
- .scalar-app .stroke-\[1\.75\] {
4167
- stroke-width: 1.75px;
4168
- }
4169
-
4170
3723
  .scalar-app .\!p-0 {
4171
3724
  padding: 0 !important;
4172
3725
  }
@@ -4207,10 +3760,6 @@
4207
3760
  padding: 8px;
4208
3761
  }
4209
3762
 
4210
- .scalar-app .p-2\.5 {
4211
- padding: 10px;
4212
- }
4213
-
4214
3763
  .scalar-app .p-3 {
4215
3764
  padding: 12px;
4216
3765
  }
@@ -4219,10 +3768,6 @@
4219
3768
  padding: 16px;
4220
3769
  }
4221
3770
 
4222
- .scalar-app .p-6 {
4223
- padding: 24px;
4224
- }
4225
-
4226
3771
  .scalar-app .p-\[3px\] {
4227
3772
  padding: 3px;
4228
3773
  }
@@ -4331,22 +3876,10 @@
4331
3876
  padding-block: 12px;
4332
3877
  }
4333
3878
 
4334
- .scalar-app .py-3\.5 {
4335
- padding-block: 14px;
4336
- }
4337
-
4338
3879
  .scalar-app .py-4 {
4339
3880
  padding-block: 16px;
4340
3881
  }
4341
3882
 
4342
- .scalar-app .py-6 {
4343
- padding-block: 24px;
4344
- }
4345
-
4346
- .scalar-app .py-8 {
4347
- padding-block: 32px;
4348
- }
4349
-
4350
3883
  .scalar-app .py-\[6\.75px\] {
4351
3884
  padding-block: 6.75px;
4352
3885
  }
@@ -4371,14 +3904,6 @@
4371
3904
  padding-top: 12px;
4372
3905
  }
4373
3906
 
4374
- .scalar-app .pt-8 {
4375
- padding-top: 32px;
4376
- }
4377
-
4378
- .scalar-app .pt-14 {
4379
- padding-top: 56px;
4380
- }
4381
-
4382
3907
  .scalar-app .pt-px {
4383
3908
  padding-top: 1px;
4384
3909
  }
@@ -4415,10 +3940,6 @@
4415
3940
  padding-right: 12px;
4416
3941
  }
4417
3942
 
4418
- .scalar-app .pr-4 {
4419
- padding-right: 16px;
4420
- }
4421
-
4422
3943
  .scalar-app .pr-6 {
4423
3944
  padding-right: 24px;
4424
3945
  }
@@ -4427,10 +3948,6 @@
4427
3948
  padding-right: 32px;
4428
3949
  }
4429
3950
 
4430
- .scalar-app .pr-9 {
4431
- padding-right: 36px;
4432
- }
4433
-
4434
3951
  .scalar-app .pr-10 {
4435
3952
  padding-right: 40px;
4436
3953
  }
@@ -4439,8 +3956,8 @@
4439
3956
  padding-right: 48px;
4440
3957
  }
4441
3958
 
4442
- .scalar-app .pr-\[26px\] {
4443
- padding-right: 26px;
3959
+ .scalar-app .pr-20 {
3960
+ padding-right: 80px;
4444
3961
  }
4445
3962
 
4446
3963
  .scalar-app .pr-\[100\%\] {
@@ -4455,18 +3972,10 @@
4455
3972
  padding-bottom: 6px;
4456
3973
  }
4457
3974
 
4458
- .scalar-app .pb-2 {
4459
- padding-bottom: 8px;
4460
- }
4461
-
4462
3975
  .scalar-app .pb-3 {
4463
3976
  padding-bottom: 12px;
4464
3977
  }
4465
3978
 
4466
- .scalar-app .pb-20 {
4467
- padding-bottom: 80px;
4468
- }
4469
-
4470
3979
  .scalar-app .\!pl-3 {
4471
3980
  padding-left: 12px !important;
4472
3981
  }
@@ -4475,10 +3984,6 @@
4475
3984
  padding-left: 4px;
4476
3985
  }
4477
3986
 
4478
- .scalar-app .pl-1\.5 {
4479
- padding-left: 6px;
4480
- }
4481
-
4482
3987
  .scalar-app .pl-1\.25 {
4483
3988
  padding-left: 5px;
4484
3989
  }
@@ -4491,6 +3996,10 @@
4491
3996
  padding-left: 12px;
4492
3997
  }
4493
3998
 
3999
+ .scalar-app .pl-4 {
4000
+ padding-left: 16px;
4001
+ }
4002
+
4494
4003
  .scalar-app .pl-8 {
4495
4004
  padding-left: 32px;
4496
4005
  }
@@ -4499,10 +4008,6 @@
4499
4008
  padding-left: 34px;
4500
4009
  }
4501
4010
 
4502
- .scalar-app .pl-12 {
4503
- padding-left: 48px;
4504
- }
4505
-
4506
4011
  .scalar-app .pl-\[100\%\] {
4507
4012
  padding-left: 100%;
4508
4013
  }
@@ -4561,11 +4066,6 @@
4561
4066
  line-height: 1;
4562
4067
  }
4563
4068
 
4564
- .scalar-app .text-xl {
4565
- font-size: var(--scalar-font-size-1);
4566
- line-height: var(--tw-leading, calc(1 / .875));
4567
- }
4568
-
4569
4069
  .scalar-app .text-xs\/4 {
4570
4070
  font-size: var(--scalar-font-size-5);
4571
4071
  line-height: 16px;
@@ -4575,30 +4075,6 @@
4575
4075
  font-size: var(--scalar-font-size-7);
4576
4076
  }
4577
4077
 
4578
- .scalar-app .text-\[0\.6rem\] {
4579
- font-size: .6rem;
4580
- }
4581
-
4582
- .scalar-app .text-\[0\.7rem\] {
4583
- font-size: .7rem;
4584
- }
4585
-
4586
- .scalar-app .text-\[0\.65rem\] {
4587
- font-size: .65rem;
4588
- }
4589
-
4590
- .scalar-app .text-\[0\.75rem\] {
4591
- font-size: .75rem;
4592
- }
4593
-
4594
- .scalar-app .text-\[0\.625rem\] {
4595
- font-size: .625rem;
4596
- }
4597
-
4598
- .scalar-app .text-\[0\.6875rem\] {
4599
- font-size: .6875rem;
4600
- }
4601
-
4602
4078
  .scalar-app .text-\[6px\] {
4603
4079
  font-size: 6px;
4604
4080
  }
@@ -4627,11 +4103,6 @@
4627
4103
  font-size: var(--scalar-font-size-6);
4628
4104
  }
4629
4105
 
4630
- .scalar-app .leading-4 {
4631
- --tw-leading: calc(4px * 4);
4632
- line-height: 16px;
4633
- }
4634
-
4635
4106
  .scalar-app .leading-5 {
4636
4107
  --tw-leading: calc(4px * 5);
4637
4108
  line-height: 20px;
@@ -4682,21 +4153,11 @@
4682
4153
  line-height: var(--leading-normal);
4683
4154
  }
4684
4155
 
4685
- .scalar-app .leading-relaxed {
4686
- --tw-leading: var(--leading-relaxed);
4687
- line-height: var(--leading-relaxed);
4688
- }
4689
-
4690
4156
  .scalar-app .leading-snug {
4691
4157
  --tw-leading: var(--leading-snug);
4692
4158
  line-height: var(--leading-snug);
4693
4159
  }
4694
4160
 
4695
- .scalar-app .leading-tight {
4696
- --tw-leading: var(--leading-tight);
4697
- line-height: var(--leading-tight);
4698
- }
4699
-
4700
4161
  .scalar-app .font-bold {
4701
4162
  --tw-font-weight: var(--scalar-bold);
4702
4163
  font-weight: var(--scalar-bold);
@@ -4722,16 +4183,6 @@
4722
4183
  font-weight: var(--scalar-sidebar-font-weight-active, var(--scalar-semibold));
4723
4184
  }
4724
4185
 
4725
- .scalar-app .tracking-tight {
4726
- --tw-tracking: var(--tracking-tight);
4727
- letter-spacing: var(--tracking-tight);
4728
- }
4729
-
4730
- .scalar-app .tracking-wide {
4731
- --tw-tracking: var(--tracking-wide);
4732
- letter-spacing: var(--tracking-wide);
4733
- }
4734
-
4735
4186
  .scalar-app .text-balance {
4736
4187
  text-wrap: balance;
4737
4188
  }
@@ -4744,18 +4195,10 @@
4744
4195
  text-wrap: pretty;
4745
4196
  }
4746
4197
 
4747
- .scalar-app .\[overflow-wrap\:anywhere\] {
4748
- overflow-wrap: anywhere;
4749
- }
4750
-
4751
4198
  .scalar-app .break-words, .scalar-app .wrap-break-word {
4752
4199
  overflow-wrap: break-word;
4753
4200
  }
4754
4201
 
4755
- .scalar-app .\[word-break\:break-word\] {
4756
- word-break: break-word;
4757
- }
4758
-
4759
4202
  .scalar-app .text-ellipsis {
4760
4203
  text-overflow: ellipsis;
4761
4204
  }
@@ -4776,18 +4219,10 @@
4776
4219
  color: var(--scalar-color-1) !important;
4777
4220
  }
4778
4221
 
4779
- .scalar-app .text-\(--scalar-color-alert\) {
4780
- color: var(--scalar-color-alert);
4781
- }
4782
-
4783
4222
  .scalar-app .text-\[color\:var\(--scalar-color-3\)\] {
4784
4223
  color: var(--scalar-color-3);
4785
4224
  }
4786
4225
 
4787
- .scalar-app .text-\[var\(--scalar-color-red\)\] {
4788
- color: var(--scalar-color-red);
4789
- }
4790
-
4791
4226
  .scalar-app .text-b-1 {
4792
4227
  color: var(--scalar-background-1);
4793
4228
  }
@@ -4900,10 +4335,6 @@
4900
4335
  text-transform: lowercase;
4901
4336
  }
4902
4337
 
4903
- .scalar-app .normal-case {
4904
- text-transform: none;
4905
- }
4906
-
4907
4338
  .scalar-app .uppercase {
4908
4339
  text-transform: uppercase;
4909
4340
  }
@@ -4951,14 +4382,6 @@
4951
4382
  opacity: .5;
4952
4383
  }
4953
4384
 
4954
- .scalar-app .opacity-60 {
4955
- opacity: .6;
4956
- }
4957
-
4958
- .scalar-app .opacity-80 {
4959
- opacity: .8;
4960
- }
4961
-
4962
4385
  .scalar-app .opacity-100 {
4963
4386
  opacity: 1;
4964
4387
  }
@@ -4967,10 +4390,6 @@
4967
4390
  background-blend-mode: normal;
4968
4391
  }
4969
4392
 
4970
- .scalar-app .mix-blend-luminosity {
4971
- mix-blend-mode: luminosity;
4972
- }
4973
-
4974
4393
  .scalar-app .shadow {
4975
4394
  --tw-shadow: var(--scalar-shadow-1);
4976
4395
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -4981,16 +4400,6 @@
4981
4400
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4982
4401
  }
4983
4402
 
4984
- .scalar-app .shadow-\[0_-8px_0_8px_var\(--scalar-background-1\)\,0_0_8px_8px_var\(--scalar-background-1\)\] {
4985
- --tw-shadow: 0 -8px 0 8px var(--tw-shadow-color, var(--scalar-background-1)), 0 0 8px 8px var(--tw-shadow-color, var(--scalar-background-1));
4986
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4987
- }
4988
-
4989
- .scalar-app .shadow-\[var\(--scalar-shadow-1\)\] {
4990
- --tw-shadow: var(--scalar-shadow-1);
4991
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4992
- }
4993
-
4994
4403
  .scalar-app .shadow-border {
4995
4404
  --tw-shadow: inset 0 0 0 var(--tw-shadow-color, var(--scalar-border-width)) var(--scalar-border-color);
4996
4405
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -5011,11 +4420,6 @@
5011
4420
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5012
4421
  }
5013
4422
 
5014
- .scalar-app .shadow-sm {
5015
- --tw-shadow: var(--tw-shadow-color, #00000017) 0px 1px 4px;
5016
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5017
- }
5018
-
5019
4423
  .scalar-app .outline {
5020
4424
  outline-style: var(--tw-outline-style);
5021
4425
  outline-width: 1px;
@@ -5081,18 +4485,6 @@
5081
4485
  transition-duration: var(--tw-duration, var(--default-transition-duration));
5082
4486
  }
5083
4487
 
5084
- .scalar-app .transition-\[width\] {
5085
- transition-property: width;
5086
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
5087
- transition-duration: var(--tw-duration, var(--default-transition-duration));
5088
- }
5089
-
5090
- .scalar-app .transition-all {
5091
- transition-property: all;
5092
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
5093
- transition-duration: var(--tw-duration, var(--default-transition-duration));
5094
- }
5095
-
5096
4488
  .scalar-app .transition-colors {
5097
4489
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
5098
4490
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -5125,11 +4517,6 @@
5125
4517
  transition-duration: .15s;
5126
4518
  }
5127
4519
 
5128
- .scalar-app .duration-200 {
5129
- --tw-duration: .2s;
5130
- transition-duration: .2s;
5131
- }
5132
-
5133
4520
  .scalar-app .duration-300 {
5134
4521
  --tw-duration: .3s;
5135
4522
  transition-duration: .3s;
@@ -5210,10 +4597,6 @@
5210
4597
  --scalar-address-bar-height: 32px;
5211
4598
  }
5212
4599
 
5213
- .scalar-app .app-no-drag-region {
5214
- -webkit-app-region: no-drag;
5215
- }
5216
-
5217
4600
  :is(.scalar-app .\*\:flex > *) {
5218
4601
  display: flex;
5219
4602
  }
@@ -5236,10 +4619,6 @@
5236
4619
  height: 32px;
5237
4620
  }
5238
4621
 
5239
- :is(.scalar-app .\*\:max-w-64 > *) {
5240
- max-width: 256px;
5241
- }
5242
-
5243
4622
  :is(.scalar-app .\*\:min-w-5 > *) {
5244
4623
  min-width: 20px;
5245
4624
  }
@@ -5321,23 +4700,15 @@
5321
4700
  display: flex;
5322
4701
  }
5323
4702
 
5324
- @media (hover: hover) {
5325
- .scalar-app .group-hover\:block:is(:where(.group):hover *) {
5326
- display: block;
5327
- }
4703
+ .scalar-app .group-focus-within\/scope-row\:opacity-100:is(:where(.group\/scope-row):focus-within *) {
4704
+ opacity: 1;
4705
+ }
5328
4706
 
4707
+ @media (hover: hover) {
5329
4708
  .scalar-app .group-hover\:flex:is(:where(.group):hover *) {
5330
4709
  display: flex;
5331
4710
  }
5332
4711
 
5333
- .scalar-app .group-hover\:inline:is(:where(.group):hover *) {
5334
- display: inline;
5335
- }
5336
-
5337
- .scalar-app .group-hover\:border-c-2:is(:where(.group):hover *) {
5338
- border-color: var(--scalar-color-2);
5339
- }
5340
-
5341
4712
  .scalar-app .group-hover\:pr-10:is(:where(.group):hover *) {
5342
4713
  padding-right: 40px;
5343
4714
  }
@@ -5370,6 +4741,14 @@
5370
4741
  display: flex;
5371
4742
  }
5372
4743
 
4744
+ .scalar-app .group-hover\/scope-row\:text-c-1:is(:where(.group\/scope-row):hover *) {
4745
+ color: var(--scalar-color-1);
4746
+ }
4747
+
4748
+ .scalar-app .group-hover\/scope-row\:opacity-100:is(:where(.group\/scope-row):hover *) {
4749
+ opacity: 1;
4750
+ }
4751
+
5373
4752
  .scalar-app .group-hover\/scopes-accordion\:text-c-2:is(:where(.group\/scopes-accordion):hover *) {
5374
4753
  color: var(--scalar-color-2);
5375
4754
  }
@@ -5389,10 +4768,6 @@
5389
4768
  outline-width: 1px;
5390
4769
  }
5391
4770
 
5392
- .scalar-app .group-has-focus-visible\:hidden:is(:where(.group):has(:focus-visible) *) {
5393
- display: none;
5394
- }
5395
-
5396
4771
  .scalar-app .group-has-\[\.cm-focused\]\:z-1:is(:where(.group):has(.cm-focused) *) {
5397
4772
  z-index: 1;
5398
4773
  }
@@ -5532,10 +4907,6 @@
5532
4907
  font-family: inherit;
5533
4908
  }
5534
4909
 
5535
- .scalar-app .placeholder\:text-c-3::placeholder {
5536
- color: var(--scalar-color-3);
5537
- }
5538
-
5539
4910
  :is(.scalar-app .\*\:not-first\:before\:content-\[\'_·_\'\] > *):not(:first-child):before {
5540
4911
  --tw-content: " · ";
5541
4912
  content: var(--tw-content);
@@ -5581,11 +4952,6 @@
5581
4952
  height: 3px;
5582
4953
  }
5583
4954
 
5584
- .scalar-app .after\:h-1:after {
5585
- content: var(--tw-content);
5586
- height: 4px;
5587
- }
5588
-
5589
4955
  .scalar-app .after\:rounded:after {
5590
4956
  content: var(--tw-content);
5591
4957
  border-radius: var(--scalar-radius);
@@ -5596,39 +4962,21 @@
5596
4962
  background-color: var(--scalar-color-blue);
5597
4963
  }
5598
4964
 
5599
- .scalar-app .after\:opacity-0:after {
5600
- content: var(--tw-content);
5601
- opacity: 0;
5602
- }
5603
-
5604
4965
  .scalar-app .after\:opacity-15:after {
5605
4966
  content: var(--tw-content);
5606
4967
  opacity: .15;
5607
4968
  }
5608
4969
 
5609
- .scalar-app .after\:opacity-100:after {
5610
- content: var(--tw-content);
5611
- opacity: 1;
5612
- }
5613
-
5614
4970
  .scalar-app .after\:content-\[\'\:\'\]:after {
5615
4971
  --tw-content: ":";
5616
4972
  content: var(--tw-content);
5617
4973
  }
5618
4974
 
5619
- .scalar-app .first\:rounded-md:first-child {
5620
- border-radius: var(--scalar-radius);
5621
- }
5622
-
5623
4975
  .scalar-app .first\:rounded-t-\[inherit\]:first-child {
5624
4976
  border-top-left-radius: inherit;
5625
4977
  border-top-right-radius: inherit;
5626
4978
  }
5627
4979
 
5628
- :is(.scalar-app .\*\:first\:flex-none > *):first-child {
5629
- flex: none;
5630
- }
5631
-
5632
4980
  :is(.scalar-app .\*\:first\:rounded-l > *):first-child {
5633
4981
  border-top-left-radius: var(--scalar-radius);
5634
4982
  border-bottom-left-radius: var(--scalar-radius);
@@ -5639,14 +4987,6 @@
5639
4987
  border-top-width: 0;
5640
4988
  }
5641
4989
 
5642
- .scalar-app .last\:mb-0:last-child {
5643
- margin-bottom: 0;
5644
- }
5645
-
5646
- .scalar-app .last\:rounded-md:last-child {
5647
- border-radius: var(--scalar-radius);
5648
- }
5649
-
5650
4990
  .scalar-app .last\:rounded-b-\[inherit\]:last-child {
5651
4991
  border-bottom-right-radius: inherit;
5652
4992
  border-bottom-left-radius: inherit;
@@ -5672,10 +5012,6 @@
5672
5012
  border-bottom-width: 0;
5673
5013
  }
5674
5014
 
5675
- .scalar-app .focus-within\:border-\(--scalar-background-3\):focus-within {
5676
- border-color: var(--scalar-background-3);
5677
- }
5678
-
5679
5015
  .scalar-app .focus-within\:bg-b-1:focus-within {
5680
5016
  background-color: var(--scalar-background-1);
5681
5017
  }
@@ -5694,48 +5030,10 @@
5694
5030
  }
5695
5031
 
5696
5032
  @media (hover: hover) {
5697
- .scalar-app .hover\:border-\(--scalar-background-3\):hover {
5698
- border-color: var(--scalar-background-3);
5699
- }
5700
-
5701
- .scalar-app .hover\:border-inherit:hover {
5702
- border-color: inherit;
5703
- }
5704
-
5705
- .scalar-app .hover\:bg-\[var\(--scalar-background-3\)\]:hover {
5706
- background-color: var(--scalar-background-3);
5707
- }
5708
-
5709
- .scalar-app .hover\:bg-b-2:hover, .scalar-app .hover\:bg-b-2\/40:hover {
5710
- background-color: var(--scalar-background-2);
5711
- }
5712
-
5713
- @supports (color: color-mix(in lab, red, red)) {
5714
- .scalar-app .hover\:bg-b-2\/40:hover {
5715
- background-color: color-mix(in oklab, var(--scalar-background-2) 40%, transparent);
5716
- }
5717
- }
5718
-
5719
- .scalar-app .hover\:bg-b-2\/50:hover {
5720
- background-color: var(--scalar-background-2);
5721
- }
5722
-
5723
- @supports (color: color-mix(in lab, red, red)) {
5724
- .scalar-app .hover\:bg-b-2\/50:hover {
5725
- background-color: color-mix(in oklab, var(--scalar-background-2) 50%, transparent);
5726
- }
5727
- }
5728
-
5729
- .scalar-app .hover\:bg-b-2\/60:hover {
5033
+ .scalar-app .hover\:bg-b-2:hover {
5730
5034
  background-color: var(--scalar-background-2);
5731
5035
  }
5732
5036
 
5733
- @supports (color: color-mix(in lab, red, red)) {
5734
- .scalar-app .hover\:bg-b-2\/60:hover {
5735
- background-color: color-mix(in oklab, var(--scalar-background-2) 60%, transparent);
5736
- }
5737
- }
5738
-
5739
5037
  .scalar-app .hover\:bg-b-3:hover {
5740
5038
  background-color: var(--scalar-background-3);
5741
5039
  }
@@ -5770,20 +5068,6 @@
5770
5068
  }
5771
5069
  }
5772
5070
 
5773
- .scalar-app .hover\:bg-inherit:hover {
5774
- background-color: inherit;
5775
- }
5776
-
5777
- .scalar-app .hover\:bg-red\/10:hover {
5778
- background-color: var(--scalar-color-red);
5779
- }
5780
-
5781
- @supports (color: color-mix(in lab, red, red)) {
5782
- .scalar-app .hover\:bg-red\/10:hover {
5783
- background-color: color-mix(in oklab, var(--scalar-color-red) 10%, transparent);
5784
- }
5785
- }
5786
-
5787
5071
  .scalar-app .hover\:bg-sidebar-b-1:hover {
5788
5072
  background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
5789
5073
  }
@@ -5832,10 +5116,6 @@
5832
5116
  color: var(--scalar-header-color-1, var(--scalar-color-1));
5833
5117
  }
5834
5118
 
5835
- .scalar-app .hover\:text-red:hover {
5836
- color: var(--scalar-color-red);
5837
- }
5838
-
5839
5119
  .scalar-app .hover\:text-sidebar-c-1:hover {
5840
5120
  color: var(--scalar-sidebar-color-1, var(--scalar-color-1));
5841
5121
  }
@@ -5869,10 +5149,6 @@
5869
5149
  border-color: var(--scalar-background-1);
5870
5150
  }
5871
5151
 
5872
- .scalar-app .focus\:border-c-accent:focus {
5873
- border-color: var(--scalar-color-accent);
5874
- }
5875
-
5876
5152
  .scalar-app .focus\:text-c-1:focus {
5877
5153
  color: var(--scalar-color-1);
5878
5154
  }
@@ -5886,51 +5162,26 @@
5886
5162
  border-color: var(--scalar-button-1-color);
5887
5163
  }
5888
5164
 
5889
- .scalar-app .focus-visible\:ring-2:focus-visible {
5890
- --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
5891
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5165
+ .scalar-app .focus-visible\:outline:focus-visible {
5166
+ outline-style: var(--tw-outline-style);
5167
+ outline-width: 1px;
5892
5168
  }
5893
5169
 
5894
- .scalar-app .focus-visible\:ring-c-accent\/30:focus-visible {
5895
- --tw-ring-color: var(--scalar-color-accent);
5170
+ .scalar-app .focus-visible\:outline-offset-2:focus-visible {
5171
+ outline-offset: 2px;
5896
5172
  }
5897
5173
 
5898
- @supports (color: color-mix(in lab, red, red)) {
5899
- .scalar-app .focus-visible\:ring-c-accent\/30:focus-visible {
5900
- --tw-ring-color: color-mix(in oklab, var(--scalar-color-accent) 30%, transparent);
5901
- }
5174
+ .scalar-app .active\:bg-b-btn:active {
5175
+ background-color: var(--scalar-button-1);
5902
5176
  }
5903
5177
 
5904
- .scalar-app .focus-visible\:ring-offset-1:focus-visible {
5905
- --tw-ring-offset-width: 1px;
5906
- --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
5178
+ .scalar-app .active\:text-c-1:active {
5179
+ color: var(--scalar-color-1);
5907
5180
  }
5908
5181
 
5909
- .scalar-app .focus-visible\:ring-offset-b-1:focus-visible {
5910
- --tw-ring-offset-color: var(--scalar-background-1);
5911
- }
5912
-
5913
- .scalar-app .focus-visible\:outline:focus-visible {
5914
- outline-style: var(--tw-outline-style);
5915
- outline-width: 1px;
5916
- }
5917
-
5918
- .scalar-app .focus-visible\:outline-none:focus-visible {
5919
- --tw-outline-style: none;
5920
- outline-style: none;
5921
- }
5922
-
5923
- .scalar-app .active\:bg-b-btn:active {
5924
- background-color: var(--scalar-button-1);
5925
- }
5926
-
5927
- .scalar-app .active\:text-c-1:active {
5928
- color: var(--scalar-color-1);
5929
- }
5930
-
5931
- .scalar-app .active\:brightness-90:active {
5932
- --tw-brightness: brightness(90%);
5933
- 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, );
5182
+ .scalar-app .active\:brightness-90:active {
5183
+ --tw-brightness: brightness(90%);
5184
+ 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, );
5934
5185
  }
5935
5186
 
5936
5187
  .scalar-app .disabled\:pointer-events-none:disabled {
@@ -5949,14 +5200,6 @@
5949
5200
  opacity: .3;
5950
5201
  }
5951
5202
 
5952
- .scalar-app .disabled\:opacity-50:disabled {
5953
- opacity: .5;
5954
- }
5955
-
5956
- .scalar-app .has-focus-visible\:bg-b-1:has(:focus-visible) {
5957
- background-color: var(--scalar-background-1);
5958
- }
5959
-
5960
5203
  .scalar-app .has-focus-visible\:outline:has(:focus-visible) {
5961
5204
  outline-style: var(--tw-outline-style);
5962
5205
  outline-width: 1px;
@@ -6000,42 +5243,18 @@
6000
5243
  position: absolute !important;
6001
5244
  }
6002
5245
 
6003
- .scalar-app .max-md\:inset-y-0 {
6004
- inset-block: 0;
6005
- }
6006
-
6007
5246
  .scalar-app .max-md\:top-4 {
6008
5247
  top: 16px;
6009
5248
  }
6010
5249
 
6011
- .scalar-app .max-md\:z-2 {
6012
- z-index: 2;
6013
- }
6014
-
6015
5250
  .scalar-app .max-md\:z-5 {
6016
5251
  z-index: 5;
6017
5252
  }
6018
5253
 
6019
- .scalar-app .max-md\:flex\! {
6020
- display: flex !important;
6021
- }
6022
-
6023
- .scalar-app .max-md\:hidden {
6024
- display: none;
6025
- }
6026
-
6027
- .scalar-app .max-md\:hidden\! {
6028
- display: none !important;
6029
- }
6030
-
6031
5254
  .scalar-app .max-md\:w-full\! {
6032
5255
  width: 100% !important;
6033
5256
  }
6034
5257
 
6035
- .scalar-app .max-md\:gap-0 {
6036
- gap: 0;
6037
- }
6038
-
6039
5258
  .scalar-app .max-md\:pt-2 {
6040
5259
  padding-top: 8px;
6041
5260
  }
@@ -6044,10 +5263,6 @@
6044
5263
  padding-top: 48px;
6045
5264
  }
6046
5265
 
6047
- .scalar-app .max-md\:pt-\[calc\(var\(--app-desktop-tabs-height\)\+var\(--spacing-header\,48px\)\+2\.5rem\)\] {
6048
- padding-top: calc(var(--app-desktop-tabs-height) + var(--spacing-header, 48px) + 2.5rem);
6049
- }
6050
-
6051
5266
  .scalar-app .max-md\:pl-4\! {
6052
5267
  padding-left: 16px !important;
6053
5268
  }
@@ -6059,10 +5274,6 @@
6059
5274
  .scalar-app .max-md\:pl-14 {
6060
5275
  padding-left: 56px;
6061
5276
  }
6062
-
6063
- .scalar-app .max-md\:text-xs {
6064
- font-size: var(--scalar-font-size-5);
6065
- }
6066
5277
  }
6067
5278
 
6068
5279
  @media (min-width: 800px) {
@@ -6082,10 +5293,6 @@
6082
5293
  top: 50%;
6083
5294
  }
6084
5295
 
6085
- .scalar-app .md\:mx-auto {
6086
- margin-inline: auto;
6087
- }
6088
-
6089
5296
  .scalar-app .md\:mt-0 {
6090
5297
  margin-top: 0;
6091
5298
  }
@@ -6094,22 +5301,10 @@
6094
5301
  margin-left: -5px;
6095
5302
  }
6096
5303
 
6097
- .scalar-app .md\:ml-1\.5 {
6098
- margin-left: 6px;
6099
- }
6100
-
6101
- .scalar-app .md\:hidden {
6102
- display: none;
6103
- }
6104
-
6105
5304
  .scalar-app .md\:w-\[calc\(100vw-16px\)\] {
6106
5305
  width: calc(100vw - 16px);
6107
5306
  }
6108
5307
 
6109
- .scalar-app .md\:max-w-180, .scalar-app .md\:max-w-content {
6110
- max-width: 720px;
6111
- }
6112
-
6113
5308
  .scalar-app .md\:-translate-y-1\/2 {
6114
5309
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
6115
5310
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -6123,18 +5318,6 @@
6123
5318
  padding-inline: 6px;
6124
5319
  }
6125
5320
 
6126
- .scalar-app .md\:pt-6 {
6127
- padding-top: 24px;
6128
- }
6129
-
6130
- .scalar-app .md\:pt-8 {
6131
- padding-top: 32px;
6132
- }
6133
-
6134
- .scalar-app .md\:pl-0 {
6135
- padding-left: 0;
6136
- }
6137
-
6138
5321
  .scalar-app .md\:opacity-0 {
6139
5322
  opacity: 0;
6140
5323
  }
@@ -6156,18 +5339,10 @@
6156
5339
  }
6157
5340
 
6158
5341
  @media (min-width: 1000px) {
6159
- .scalar-app .lg\:order-0, .scalar-app .lg\:order-none {
6160
- order: 0;
6161
- }
6162
-
6163
5342
  .scalar-app .lg\:-mr-1 {
6164
5343
  margin-right: -4px;
6165
5344
  }
6166
5345
 
6167
- .scalar-app .lg\:mb-0 {
6168
- margin-bottom: 0;
6169
- }
6170
-
6171
5346
  .scalar-app .lg\:flex {
6172
5347
  display: flex;
6173
5348
  }
@@ -6176,62 +5351,18 @@
6176
5351
  min-height: 48px;
6177
5352
  }
6178
5353
 
6179
- .scalar-app .lg\:w-96 {
6180
- width: 384px;
6181
- }
6182
-
6183
5354
  .scalar-app .lg\:w-\[calc\(100vw-32px\)\] {
6184
5355
  width: calc(100vw - 32px);
6185
5356
  }
6186
5357
 
6187
- .scalar-app .lg\:w-auto {
6188
- width: auto;
6189
- }
6190
-
6191
5358
  .scalar-app .lg\:w-full {
6192
5359
  width: 100%;
6193
5360
  }
6194
5361
 
6195
- .scalar-app .lg\:max-w-\[580px\] {
6196
- max-width: 580px;
6197
- }
6198
-
6199
- .scalar-app .lg\:min-w-\[580px\] {
6200
- min-width: 580px;
6201
- }
6202
-
6203
- .scalar-app .lg\:flex-1 {
6204
- flex: 1;
6205
- }
6206
-
6207
- .scalar-app .lg\:flex-row {
6208
- flex-direction: row;
6209
- }
6210
-
6211
- .scalar-app .lg\:items-start {
6212
- align-items: flex-start;
6213
- }
6214
-
6215
5362
  .scalar-app .lg\:p-0 {
6216
5363
  padding: 0;
6217
5364
  }
6218
5365
 
6219
- .scalar-app .lg\:p-1 {
6220
- padding: 4px;
6221
- }
6222
-
6223
- .scalar-app .lg\:px-1 {
6224
- padding-inline: 4px;
6225
- }
6226
-
6227
- .scalar-app .lg\:px-2\.5 {
6228
- padding-inline: 10px;
6229
- }
6230
-
6231
- .scalar-app .lg\:pt-1 {
6232
- padding-top: 4px;
6233
- }
6234
-
6235
5366
  .scalar-app .lg\:pr-24 {
6236
5367
  padding-right: 96px;
6237
5368
  }
@@ -6246,18 +5377,10 @@
6246
5377
  height: 100%;
6247
5378
  }
6248
5379
 
6249
- .scalar-app .xl\:max-w-\[720px\] {
6250
- max-width: 720px;
6251
- }
6252
-
6253
5380
  .scalar-app .xl\:min-w-0 {
6254
5381
  min-width: 0;
6255
5382
  }
6256
5383
 
6257
- .scalar-app .xl\:min-w-\[720px\] {
6258
- min-width: 720px;
6259
- }
6260
-
6261
5384
  .scalar-app .xl\:flex-row {
6262
5385
  flex-direction: row;
6263
5386
  }
@@ -6294,6 +5417,32 @@
6294
5417
  }
6295
5418
  }
6296
5419
 
5420
+ @container (min-width: 768px) {
5421
+ .scalar-app .\@3xl\:order-0 {
5422
+ order: 0;
5423
+ }
5424
+
5425
+ .scalar-app .\@3xl\:mb-0 {
5426
+ margin-bottom: 0;
5427
+ }
5428
+
5429
+ .scalar-app .\@3xl\:ml-0\.75 {
5430
+ margin-left: 3px;
5431
+ }
5432
+
5433
+ .scalar-app .\@3xl\:flex {
5434
+ display: flex;
5435
+ }
5436
+
5437
+ .scalar-app .\@3xl\:hidden {
5438
+ display: none;
5439
+ }
5440
+
5441
+ .scalar-app .\@3xl\:flex-nowrap {
5442
+ flex-wrap: nowrap;
5443
+ }
5444
+ }
5445
+
6297
5446
  .scalar-app .dark\:bg-\(--bg-dark\):where(.dark-mode, .dark-mode *) {
6298
5447
  background-color: var(--bg-dark);
6299
5448
  }
@@ -6375,11 +5524,7 @@
6375
5524
  rotate: 0deg;
6376
5525
  }
6377
5526
 
6378
- .scalar-app .ui-checked\:bg-b-3[data-headlessui-state~="checked"], :where([data-headlessui-state~="checked"]) :is(.scalar-app .ui-checked\:bg-b-3) {
6379
- background-color: var(--scalar-background-3);
6380
- }
6381
-
6382
- .scalar-app .ui-active\:bg-b-2[data-headlessui-state~="active"], :where([data-headlessui-state~="active"]) :is(.scalar-app .ui-active\:bg-b-2), :is(.scalar-app .ui-active\:\*\:bg-b-2[data-headlessui-state~="active"] > *), :is(:where([data-headlessui-state~="active"]) :is(.scalar-app .ui-active\:\*\:bg-b-2) > *) {
5527
+ :is(.scalar-app .ui-active\:\*\:bg-b-2[data-headlessui-state~="active"] > *), :is(:where([data-headlessui-state~="active"]) :is(.scalar-app .ui-active\:\*\:bg-b-2) > *) {
6383
5528
  background-color: var(--scalar-background-2);
6384
5529
  }
6385
5530
 
@@ -6397,45 +5542,18 @@
6397
5542
  }
6398
5543
  }
6399
5544
 
6400
- .app-platform-mac :is(.scalar-app .mac\:h-12) {
6401
- height: 48px;
6402
- }
6403
-
6404
- .app-platform-mac :is(.scalar-app .mac\:pt-12) {
6405
- padding-top: 48px;
5545
+ .scalar-app .highlighted\:bg-b-2[data-highlighted] {
5546
+ background-color: var(--scalar-background-2);
6406
5547
  }
6407
5548
 
6408
- .app-platform-mac :is(.scalar-app .mac\:pl-\[72px\]) {
6409
- padding-left: 72px;
5549
+ .app-platform-mac :is(.scalar-app .mac\:h-12) {
5550
+ height: 48px;
6410
5551
  }
6411
5552
 
6412
5553
  .app-platform-mac :is(.scalar-app .mac\:app-drag-region) {
6413
5554
  -webkit-app-region: drag;
6414
5555
  }
6415
5556
 
6416
- .scalar-app .\[\&_\.monaco-editor\]\:rounded-lg .monaco-editor, .scalar-app .\[\&_\.overflow-guard\]\:rounded-lg .overflow-guard {
6417
- border-radius: var(--scalar-radius-lg);
6418
- }
6419
-
6420
- .scalar-app .\[\&\>label\]\:bg-transparent > label {
6421
- background-color: #0000;
6422
- }
6423
-
6424
- .scalar-app .\[\&\>label\]\:p-0 > label {
6425
- padding: 0;
6426
- }
6427
-
6428
- .scalar-app .\[\&\>label\]\:shadow-none > label {
6429
- --tw-shadow: 0 0 #0000;
6430
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
6431
- }
6432
-
6433
- @media (hover: hover) {
6434
- .scalar-app .\[\&\>label\]\:hover\:bg-transparent > label:hover {
6435
- background-color: #0000;
6436
- }
6437
- }
6438
-
6439
5557
  @property --tw-translate-x {
6440
5558
  syntax: "*";
6441
5559
  inherits: false;
@@ -6661,11 +5779,6 @@
6661
5779
  inherits: false
6662
5780
  }
6663
5781
 
6664
- @property --tw-tracking {
6665
- syntax: "*";
6666
- inherits: false
6667
- }
6668
-
6669
5782
  @property --tw-ordinal {
6670
5783
  syntax: "*";
6671
5784
  inherits: false
@@ -6785,6 +5898,41 @@
6785
5898
  }
6786
5899
  }
6787
5900
 
5901
+ .http-bg-gradient[data-v-7a19f363] {
5902
+ background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0.035));
5903
+ }
5904
+ .http-bg-gradient[data-v-7a19f363]:hover {
5905
+ background: linear-gradient(rgba(0, 0, 0, 0.035), rgba(255, 255, 255, 0.75));
5906
+ }
5907
+ .dark-mode .http-bg-gradient[data-v-7a19f363] {
5908
+ background: linear-gradient(rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.15));
5909
+ }
5910
+ .dark-mode .http-bg-gradient[data-v-7a19f363]:hover {
5911
+ background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.035));
5912
+ }
5913
+
5914
+ .ascii-art-animate .ascii-art-line[data-v-9a695e58] {
5915
+ border-right: 1ch solid transparent;
5916
+ animation:
5917
+ typewriter-9a695e58 4s steps(1) 1s 1 normal both,blinkTextCursor-9a695e58 500ms steps(1) infinite normal;
5918
+ }
5919
+ @keyframes typewriter-9a695e58 {
5920
+ from {
5921
+ width: 0;
5922
+ }
5923
+ to {
5924
+ width: 100%;
5925
+ }
5926
+ }
5927
+ @keyframes blinkTextCursor-9a695e58 {
5928
+ 0% {
5929
+ border-right-color: currentColor;
5930
+ }
5931
+ 50% {
5932
+ border-right-color: transparent;
5933
+ }
5934
+ }
5935
+
6788
5936
  .open-api-client-button[data-v-264dd42f] {
6789
5937
  cursor: pointer;
6790
5938
  width: 100%;
@@ -6811,19 +5959,6 @@
6811
5959
  );
6812
5960
  }
6813
5961
 
6814
- .http-bg-gradient[data-v-7a19f363] {
6815
- background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0.035));
6816
- }
6817
- .http-bg-gradient[data-v-7a19f363]:hover {
6818
- background: linear-gradient(rgba(0, 0, 0, 0.035), rgba(255, 255, 255, 0.75));
6819
- }
6820
- .dark-mode .http-bg-gradient[data-v-7a19f363] {
6821
- background: linear-gradient(rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.15));
6822
- }
6823
- .dark-mode .http-bg-gradient[data-v-7a19f363]:hover {
6824
- background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.035));
6825
- }
6826
-
6827
5962
  .address-bar-history-button[data-v-2cc840c9]:hover {
6828
5963
  background: var(--scalar-background-3);
6829
5964
  }
@@ -7007,51 +6142,58 @@
7007
6142
  margin-top: 0;
7008
6143
  }
7009
6144
 
7010
- [data-v-dc314812] .cm-editor {
6145
+ [data-v-4d85ebb9] .cm-editor {
7011
6146
  height: 100%;
7012
6147
  outline: none;
7013
6148
  width: 100%;
7014
6149
  }
7015
- [data-v-dc314812] .cm-line {
6150
+ [data-v-4d85ebb9] .cm-line {
7016
6151
  padding: 0;
7017
6152
  }
7018
- [data-v-dc314812] .cm-content {
6153
+ [data-v-4d85ebb9] .cm-content {
7019
6154
  padding: 0;
7020
6155
  display: flex;
7021
6156
  align-items: center;
7022
6157
  font-size: var(--scalar-small);
7023
6158
  }
7024
- .scroll-timeline-x[data-v-dc314812] {
7025
- scroll-timeline: --scroll-timeline x;
7026
- /* Firefox supports */
7027
- scroll-timeline: --scroll-timeline horizontal;
7028
- -ms-overflow-style: none; /* IE and Edge */
6159
+ .scroll-timeline-x[data-v-4d85ebb9] {
6160
+ -ms-overflow-style: none;
6161
+ /* Fade the URL at the viewport edges. Mask lives on the scrollport (this
6162
+ element) rather than on `.cm-scroller`, whose width follows the URL's
6163
+ full content and pushes the right edge off-screen when overflowing. */
6164
+ mask-image: linear-gradient(
6165
+ to right,
6166
+ transparent 0,
6167
+ black 6px,
6168
+ black calc(100% - 24px),
6169
+ transparent 100%
6170
+ );
7029
6171
  }
7030
- .scroll-timeline-x-hidden[data-v-dc314812] {
6172
+ .scroll-timeline-x-hidden[data-v-4d85ebb9] {
7031
6173
  overflow-x: auto;
7032
6174
  }
7033
- .scroll-timeline-x-hidden[data-v-dc314812] .cm-scroller {
6175
+ .scroll-timeline-x-hidden[data-v-4d85ebb9] .cm-scroller {
7034
6176
  scrollbar-width: none;
7035
6177
  -ms-overflow-style: none;
7036
6178
  padding-right: 20px;
7037
6179
  overflow: auto;
7038
6180
  }
7039
- .scroll-timeline-x-hidden[data-v-dc314812]::-webkit-scrollbar {
6181
+ .scroll-timeline-x-hidden[data-v-4d85ebb9]::-webkit-scrollbar {
7040
6182
  width: 0;
7041
6183
  height: 0;
7042
6184
  display: none;
7043
6185
  }
7044
- .scroll-timeline-x-hidden[data-v-dc314812] .cm-scroller::-webkit-scrollbar {
6186
+ .scroll-timeline-x-hidden[data-v-4d85ebb9] .cm-scroller::-webkit-scrollbar {
7045
6187
  width: 0;
7046
6188
  height: 0;
7047
6189
  display: none;
7048
6190
  }
7049
- .scroll-timeline-x-address[data-v-dc314812] {
6191
+ .scroll-timeline-x-address[data-v-4d85ebb9] {
7050
6192
  line-height: 27px;
7051
6193
  scrollbar-width: none; /* Firefox */
7052
6194
  }
7053
6195
  /* make clickable are to left of send button */
7054
- .scroll-timeline-x-address[data-v-dc314812]:after {
6196
+ .scroll-timeline-x-address[data-v-4d85ebb9]:after {
7055
6197
  content: '';
7056
6198
  position: absolute;
7057
6199
  height: 100%;
@@ -7059,53 +6201,12 @@
7059
6201
  right: 0;
7060
6202
  cursor: text;
7061
6203
  }
7062
- .scroll-timeline-x-address[data-v-dc314812]:empty:before {
6204
+ .scroll-timeline-x-address[data-v-4d85ebb9]:empty:before {
7063
6205
  content: 'Enter URL or cURL request';
7064
6206
  color: var(--scalar-color-3);
7065
6207
  pointer-events: none;
7066
6208
  }
7067
- .fade-left[data-v-dc314812],
7068
- .fade-right[data-v-dc314812] {
7069
- content: '';
7070
- position: sticky;
7071
- height: 100%;
7072
- animation-name: fadein-dc314812;
7073
- animation-duration: 1ms;
7074
- animation-direction: reverse;
7075
- animation-timeline: --scroll-timeline;
7076
- pointer-events: none;
7077
- z-index: 1;
7078
- }
7079
- .fade-left[data-v-dc314812] {
7080
- background: linear-gradient(
7081
- -90deg,
7082
- color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%,
7083
- color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%,
7084
- var(--scalar-address-bar-bg) 100%
7085
- );
7086
- left: -1px;
7087
- min-width: 6px;
7088
- animation-direction: normal;
7089
- }
7090
- .fade-right[data-v-dc314812] {
7091
- background: linear-gradient(
7092
- 90deg,
7093
- color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%,
7094
- color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%,
7095
- var(--scalar-address-bar-bg) 100%
7096
- );
7097
- right: -1px;
7098
- min-width: 24px;
7099
- }
7100
- @keyframes fadein-dc314812 {
7101
- 0% {
7102
- opacity: 0;
7103
- }
7104
- 1% {
7105
- opacity: 1;
7106
- }
7107
- }
7108
- .address-bar-bg-states[data-v-dc314812] {
6209
+ .address-bar-bg-states[data-v-4d85ebb9] {
7109
6210
  --scalar-address-bar-bg: color-mix(
7110
6211
  in srgb,
7111
6212
  var(--scalar-background-1),
@@ -7113,22 +6214,18 @@
7113
6214
  );
7114
6215
  background: var(--scalar-address-bar-bg);
7115
6216
  }
7116
- .address-bar-bg-states[data-v-dc314812]:has(.cm-focused) {
6217
+ .address-bar-bg-states[data-v-4d85ebb9]:has(.cm-focused) {
7117
6218
  --scalar-address-bar-bg: var(--scalar-background-1);
7118
6219
  border-color: var(--scalar-border-color);
7119
6220
  outline-width: 1px;
7120
6221
  outline-style: solid;
7121
6222
  }
7122
- .address-bar-bg-states:has(.cm-focused) .fade-left[data-v-dc314812],
7123
- .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-dc314812] {
7124
- --scalar-address-bar-bg: var(--scalar-background-1);
7125
- }
7126
6223
 
7127
- .app-exit-button[data-v-09019679] {
6224
+ .app-exit-button[data-v-b1eef1b6] {
7128
6225
  color: white;
7129
6226
  background: rgba(0, 0, 0, 0.1);
7130
6227
  }
7131
- .app-exit-button[data-v-09019679]:hover {
6228
+ .app-exit-button[data-v-b1eef1b6]:hover {
7132
6229
  background: rgba(255, 255, 255, 0.1);
7133
6230
  }
7134
6231
 
@@ -7255,19 +6352,24 @@
7255
6352
  );
7256
6353
  }
7257
6354
 
7258
- [data-v-06778e40] .cm-content {
6355
+ [data-v-0362e671] .cm-content {
7259
6356
  font-size: var(--scalar-small);
7260
6357
  }
7261
6358
 
7262
- .form-group[data-v-678c9f4a] {
7263
- margin-bottom: 1rem;
7264
- }
7265
- .modal-actions[data-v-678c9f4a] {
7266
- display: flex;
7267
- justify-content: flex-end;
7268
- gap: 1rem;
6359
+ /* Matches AddressBar.vue `.address-bar-bg-states` / `.fade-right` (header URL input). */
6360
+ .oauth-scope-row-action-rail {
6361
+ --oauth-scope-row-rail-bg: color-mix(
6362
+ in srgb,
6363
+ var(--scalar-background-1),
6364
+ var(--scalar-background-2)
6365
+ );
6366
+ background: linear-gradient(
6367
+ 90deg,
6368
+ color-mix(in srgb, var(--oauth-scope-row-rail-bg), transparent 100%) 0%,
6369
+ color-mix(in srgb, var(--oauth-scope-row-rail-bg), transparent 20%) 30%,
6370
+ var(--oauth-scope-row-rail-bg) 100%
6371
+ );
7269
6372
  }
7270
-
7271
6373
  .no-scrollbar::-webkit-scrollbar {
7272
6374
  display: none;
7273
6375
  }
@@ -7317,20 +6419,20 @@ input[data-v-819cea32]::placeholder {
7317
6419
  -moz-text-security: disc;
7318
6420
  }
7319
6421
 
7320
- .request-section-content[data-v-482f2275] {
6422
+ .request-section-content[data-v-dc6f670a] {
7321
6423
  --scalar-border-width: 0.5px;
7322
6424
  }
7323
- .request-section-content-filter[data-v-482f2275] {
6425
+ .request-section-content-filter[data-v-dc6f670a] {
7324
6426
  box-shadow: 0 -10px 0 10px var(--scalar-background-1);
7325
6427
  }
7326
- .request-item:focus-within .request-meta-buttons[data-v-482f2275] {
6428
+ .request-item:focus-within .request-meta-buttons[data-v-dc6f670a] {
7327
6429
  opacity: 1;
7328
6430
  }
7329
- .group-hover-input[data-v-482f2275] {
6431
+ .group-hover-input[data-v-dc6f670a] {
7330
6432
  border-width: var(--scalar-border-width);
7331
6433
  border-color: transparent;
7332
6434
  }
7333
- .group:hover .group-hover-input[data-v-482f2275] {
6435
+ .group:hover .group-hover-input[data-v-dc6f670a] {
7334
6436
  background: color-mix(
7335
6437
  in srgb,
7336
6438
  var(--scalar-background-1),
@@ -7338,33 +6440,33 @@ input[data-v-819cea32]::placeholder {
7338
6440
  );
7339
6441
  border-color: var(--scalar-border-color);
7340
6442
  }
7341
- .group-hover-input[data-v-482f2275]:focus {
6443
+ .group-hover-input[data-v-dc6f670a]:focus {
7342
6444
  background: transparent !important;
7343
6445
  border-color: var(--scalar-border-color) !important;
7344
6446
  }
7345
6447
 
7346
- .light-mode .bg-preview[data-v-154c2abf] {
7347
- 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");
7348
- }
7349
- .dark-mode .bg-preview[data-v-154c2abf] {
7350
- 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");
7351
- }
7352
-
7353
- [data-v-194605f9] .cm-editor {
6448
+ [data-v-20050fd6] .cm-editor {
7354
6449
  background-color: transparent;
7355
6450
  font-size: var(--scalar-small);
7356
6451
  outline: none;
7357
6452
  }
7358
- [data-v-194605f9] .cm-gutters {
6453
+ [data-v-20050fd6] .cm-gutters {
7359
6454
  background-color: var(--scalar-background-1);
7360
6455
  border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
7361
6456
  }
7362
- .body-raw[data-v-194605f9] .cm-scroller {
6457
+ [data-v-20050fd6] .cm-scroller {
7363
6458
  overflow: auto;
7364
6459
  min-width: 100%;
7365
6460
  }
7366
6461
 
7367
- .scalar-code-block[data-v-30c34ea4] .hljs * {
6462
+ .light-mode .bg-preview[data-v-65a8f4ce] {
6463
+ 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");
6464
+ }
6465
+ .dark-mode .bg-preview[data-v-65a8f4ce] {
6466
+ 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");
6467
+ }
6468
+
6469
+ .scalar-code-block[data-v-bb31ac6f] .hljs * {
7368
6470
  font-size: var(--scalar-small);
7369
6471
  }
7370
6472
 
@@ -7375,29 +6477,7 @@ input[data-v-819cea32]::placeholder {
7375
6477
  flex-grow: 1;
7376
6478
  }
7377
6479
 
7378
- .ascii-art-animate .ascii-art-line[data-v-69ebd973] {
7379
- border-right: 1ch solid transparent;
7380
- animation:
7381
- typewriter-69ebd973 4s steps(1) 1s 1 normal both,blinkTextCursor-69ebd973 500ms steps(1) infinite normal;
7382
- }
7383
- @keyframes typewriter-69ebd973 {
7384
- from {
7385
- width: 0;
7386
- }
7387
- to {
7388
- width: 100%;
7389
- }
7390
- }
7391
- @keyframes blinkTextCursor-69ebd973 {
7392
- 0% {
7393
- border-right-color: currentColor;
7394
- }
7395
- 50% {
7396
- border-right-color: transparent;
7397
- }
7398
- }
7399
-
7400
- .scalar-version-number[data-v-eb46a498] {
6480
+ .scalar-version-number[data-v-ab8886a2] {
7401
6481
  transform: skew(0deg, 13deg);
7402
6482
  width: 76px;
7403
6483
  height: 76px;
@@ -7417,7 +6497,7 @@ to {
7417
6497
  text-transform: initial;
7418
6498
  text-decoration-color: var(--scalar-color-3);
7419
6499
  }
7420
- .scalar-version-number a[data-v-eb46a498] {
6500
+ .scalar-version-number a[data-v-ab8886a2] {
7421
6501
  font-weight: bold;
7422
6502
  font-weight: bold;
7423
6503
  background: var(--scalar-background-2);
@@ -7426,14 +6506,14 @@ to {
7426
6506
  text-decoration: none;
7427
6507
  border: 0.5px solid var(--scalar-border-color);
7428
6508
  }
7429
- .gitbook-show[data-v-eb46a498] {
6509
+ .gitbook-show[data-v-ab8886a2] {
7430
6510
  display: none;
7431
6511
  }
7432
6512
 
7433
- .v-enter-active[data-v-1f35725e] {
6513
+ .v-enter-active[data-v-21dc7abd] {
7434
6514
  transition: opacity 0.5s ease;
7435
6515
  }
7436
- .v-enter-from[data-v-1f35725e] {
6516
+ .v-enter-from[data-v-21dc7abd] {
7437
6517
  opacity: 0;
7438
6518
  }
7439
6519
 
@@ -7541,476 +6621,6 @@ to {
7541
6621
  bottom: 0;
7542
6622
  }
7543
6623
 
7544
- .ref-search-meta[data-v-a00657cc] {
7545
- background: var(--scalar-background-1);
7546
- border-bottom-left-radius: var(--scalar-radius-lg);
7547
- border-bottom-right-radius: var(--scalar-radius-lg);
7548
- padding: 6px 12px;
7549
- font-size: var(--scalar-font-size-4);
7550
- color: var(--scalar-color-3);
7551
- font-weight: var(--scalar-semibold);
7552
- display: flex;
7553
- gap: 12px;
7554
- border-top: var(--scalar-border-width) solid var(--scalar-border-color);
7555
- }
7556
-
7557
- /*
7558
- * Gentle pulse for the registry loading skeletons. Matches the existing
7559
- * `LoadingSkeleton.vue` easing/duration used in `@scalar/api-reference` so
7560
- * any skeleton in the app feels consistent.
7561
- */
7562
- .sidebar-skeleton-row > span[data-v-e5f6f69d] {
7563
- animation: sidebar-skeleton-pulse-e5f6f69d 1.5s infinite alternate;
7564
- }
7565
- @keyframes sidebar-skeleton-pulse-e5f6f69d {
7566
- from {
7567
- opacity: 1;
7568
- }
7569
- to {
7570
- opacity: 0.33;
7571
- }
7572
- }
7573
-
7574
- /** Single tab styling - appears as a header without tab-like appearance */
7575
- .nav-single-tab[data-v-2d65f302] {
7576
- display: flex;
7577
- height: 100%;
7578
- width: 100%;
7579
- align-items: center;
7580
- justify-content: center;
7581
- overflow: hidden;
7582
- color: var(--scalar-color-1);
7583
- }
7584
-
7585
- /** Base tab styling with subtle background and border */
7586
- .nav-item[data-v-2d65f302] {
7587
- padding: 4.5px 1rem;
7588
- cursor: pointer;
7589
- flex: 1;
7590
- justify-content: center;
7591
- align-items: center;
7592
- display: flex;
7593
- border-radius: var(--scalar-radius-lg);
7594
- background: var(--scalar-background-3);
7595
- border: var(--scalar-border-width) solid var(--scalar-background-2);
7596
- color: var(--scalar-color-3);
7597
- min-width: 0;
7598
- overflow: hidden;
7599
- position: relative;
7600
- }
7601
- .dark-mode .nav-item[data-v-2d65f302] {
7602
- background: color-mix(in srgb, var(--scalar-background-2), transparent);
7603
- }
7604
-
7605
- /**
7606
- * Container for the icon and label.
7607
- * Uses a mask gradient to fade out text on the right side,
7608
- * making room for the close button that appears on hover.
7609
- */
7610
- .nav-item-icon-copy[data-v-2d65f302] {
7611
- max-width: 100%;
7612
- white-space: nowrap;
7613
- overflow: hidden;
7614
- mask-image: linear-gradient(
7615
- to left,
7616
- transparent 0,
7617
- var(--scalar-background-2) 20px
7618
- );
7619
- }
7620
-
7621
- /** On hover, shift the gradient to make more room for the close button */
7622
- .nav-item:hover .nav-item-icon-copy[data-v-2d65f302] {
7623
- mask-image: linear-gradient(
7624
- to left,
7625
- transparent 20px,
7626
- var(--scalar-background-2) 40px
7627
- );
7628
- }
7629
-
7630
- /** Label text with constrained width to prevent overflow */
7631
- .nav-item-copy[data-v-2d65f302] {
7632
- max-width: calc(100% - 20px);
7633
- }
7634
- .nav-item[data-v-2d65f302]:hover {
7635
- color: var(--scalar-color-1);
7636
- }
7637
-
7638
- /** Active tab state with brighter background and border */
7639
- .nav-item__active[data-v-2d65f302] {
7640
- background-color: var(--scalar-background-1);
7641
- color: var(--scalar-color-1);
7642
- border-color: var(--scalar-border-color);
7643
- }
7644
- .dark-mode .nav-item__active[data-v-2d65f302] {
7645
- background-color: var(--scalar-background-2);
7646
- }
7647
-
7648
- /**
7649
- * Close button positioned absolutely on the right.
7650
- * Hidden by default, revealed on tab hover.
7651
- */
7652
- .nav-item-close[data-v-2d65f302] {
7653
- position: absolute;
7654
- right: 3px;
7655
- padding: 2px;
7656
- border-radius: var(--scalar-radius);
7657
- background: transparent;
7658
- max-width: 20px;
7659
- stroke-width: 1.5px;
7660
- color: var(--scalar-color-3);
7661
- margin-left: -20px;
7662
- opacity: 0;
7663
- }
7664
- .nav-item:hover .nav-item-close[data-v-2d65f302] {
7665
- opacity: 1;
7666
- }
7667
- .nav-item-close[data-v-2d65f302]:hover {
7668
- background-color: var(--scalar-background-4);
7669
- }
7670
- .nav-item__active .nav-item-close[data-v-2d65f302]:hover {
7671
- background-color: var(--scalar-background-2);
7672
- }
7673
-
7674
- /*
7675
- * The combobox option only marks the *active* (hovered / keyboard-focused)
7676
- * row with a background. We also want a persistent highlight on the
7677
- * currently *selected* version so the user can spot it at a glance, even
7678
- * after moving the cursor or arrowing to another row.
7679
- */
7680
- .version-picker[data-v-28138913] [role='option'][aria-selected='true'] {
7681
- background-color: var(--scalar-background-2);
7682
- }
7683
-
7684
- .splash-screen[data-v-af32615f] {
7685
- opacity: 0;
7686
- animation: fadeIn-af32615f 0.5s ease-in-out forwards;
7687
- }
7688
- .logo-icon[data-v-af32615f] {
7689
- opacity: 0;
7690
- animation:
7691
- fadeInLogo-af32615f 0.6s ease-in-out 0.2s forwards,pulse-af32615f 2s ease-in-out 0.8s infinite;
7692
- }
7693
- @keyframes fadeIn-af32615f {
7694
- from {
7695
- opacity: 0;
7696
- }
7697
- to {
7698
- opacity: 0.9;
7699
- }
7700
- }
7701
- @keyframes fadeInLogo-af32615f {
7702
- from {
7703
- opacity: 0;
7704
- transform: scale(0.9);
7705
- }
7706
- to {
7707
- opacity: 0.8;
7708
- transform: scale(1);
7709
- }
7710
- }
7711
- @keyframes pulse-af32615f {
7712
- 0%,
7713
- 100% {
7714
- opacity: 0.8;
7715
- }
7716
- 50% {
7717
- opacity: 0.6;
7718
- }
7719
- }
7720
-
7721
- .editor-container[data-v-65ed5337] {
7722
- width: 100%;
7723
- height: 100%;
7724
- }
7725
- .sync-layout-root[data-v-65ed5337] {
7726
- background: color-mix(
7727
- in srgb,
7728
- var(--scalar-color-background-1, #1e1e1e) 96%,
7729
- transparent
7730
- );
7731
- }
7732
- .sync-editor-pane[data-v-65ed5337] {
7733
- background: color-mix(
7734
- in srgb,
7735
- var(--scalar-color-background-1, #1e1e1e) 95%,
7736
- transparent
7737
- );
7738
- }
7739
- .sync-pane-title[data-v-65ed5337] {
7740
- letter-spacing: 0.03em;
7741
- text-transform: uppercase;
7742
- font-weight: 600;
7743
- background: color-mix(
7744
- in srgb,
7745
- var(--scalar-color-background-2, #2d2d30) 85%,
7746
- transparent
7747
- );
7748
- }
7749
- .resize-handle[data-v-65ed5337] {
7750
- position: relative;
7751
- display: block;
7752
- flex-shrink: 0;
7753
- border: none;
7754
- border-radius: 999px;
7755
- background: transparent;
7756
- transition:
7757
- background-color 0.12s ease,
7758
- box-shadow 0.12s ease;
7759
- }
7760
- .resize-handle[data-v-65ed5337]::before {
7761
- content: '';
7762
- position: absolute;
7763
- border-radius: 999px;
7764
- opacity: 1;
7765
- transition:
7766
- background-color 0.12s ease,
7767
- transform 0.12s ease;
7768
- }
7769
- .resize-handle[data-v-65ed5337]:hover {
7770
- background: color-mix(
7771
- in srgb,
7772
- var(--scalar-color-accent, #007acc) 12%,
7773
- transparent
7774
- );
7775
- }
7776
- .resize-handle[data-v-65ed5337]:active {
7777
- background: color-mix(
7778
- in srgb,
7779
- var(--scalar-color-accent, #007acc) 18%,
7780
- transparent
7781
- );
7782
- }
7783
- .resize-handle[data-v-65ed5337]:focus-visible {
7784
- outline: none;
7785
- box-shadow: 0 0 0 1px
7786
- color-mix(in srgb, var(--scalar-color-accent, #007acc) 70%, transparent);
7787
- }
7788
- .resize-handle-col[data-v-65ed5337] {
7789
- width: 8px;
7790
- min-height: 44px;
7791
- margin: 2px 0;
7792
- cursor: col-resize;
7793
- }
7794
- .resize-handle-col[data-v-65ed5337]::before {
7795
- top: 50%;
7796
- left: 50%;
7797
- width: 1px;
7798
- height: calc(100% - 8px);
7799
- transform: translate(-50%, -50%);
7800
- background: color-mix(
7801
- in srgb,
7802
- var(--scalar-color-border, #3c3c3c) 85%,
7803
- transparent
7804
- );
7805
- }
7806
- .resize-handle-row[data-v-65ed5337] {
7807
- height: 8px;
7808
- margin: 0 4px;
7809
- cursor: row-resize;
7810
- }
7811
- .resize-handle-row[data-v-65ed5337]::before {
7812
- top: 50%;
7813
- left: 50%;
7814
- width: calc(100% - 8px);
7815
- height: 1px;
7816
- transform: translate(-50%, -50%);
7817
- background: color-mix(
7818
- in srgb,
7819
- var(--scalar-color-border, #3c3c3c) 85%,
7820
- transparent
7821
- );
7822
- }
7823
- .resize-handle-col[data-v-65ed5337]:hover::before,
7824
- .resize-handle-col[data-v-65ed5337]:active::before,
7825
- .resize-handle-row[data-v-65ed5337]:hover::before,
7826
- .resize-handle-row[data-v-65ed5337]:active::before {
7827
- background: color-mix(
7828
- in srgb,
7829
- var(--scalar-color-accent, #007acc) 78%,
7830
- transparent
7831
- );
7832
- }
7833
- [data-v-65ed5337] .json-path-highlight {
7834
- background-color: rgba(255, 200, 0, 0.35);
7835
- border-radius: 4px;
7836
- }
7837
- [data-v-65ed5337] .json-focus-highlight-box-single {
7838
- border: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
7839
- box-sizing: border-box;
7840
- }
7841
- [data-v-65ed5337] .json-focus-highlight-box-top {
7842
- border-top: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
7843
- border-left: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
7844
- border-right: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
7845
- box-sizing: border-box;
7846
- }
7847
- [data-v-65ed5337] .json-focus-highlight-box-middle {
7848
- border-left: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
7849
- border-right: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
7850
- box-sizing: border-box;
7851
- }
7852
- [data-v-65ed5337] .json-focus-highlight-box-bottom {
7853
- border-bottom: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
7854
- border-left: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
7855
- border-right: 2px solid color-mix(in srgb, #facc15 90%, #eab308 10%);
7856
- box-shadow: inset 0 0 0 1px color-mix(in srgb, #fde047 35%, transparent);
7857
- box-sizing: border-box;
7858
- }
7859
-
7860
- /**
7861
- * Command Palette Styles
7862
- * Centered dialog with fade-in animation and backdrop overlay
7863
- */
7864
-
7865
- /** Main command menu dialog */
7866
- .commandmenu[data-v-29778ab7] {
7867
- box-shadow: var(--scalar-shadow-2);
7868
- border-radius: var(--scalar-radius-lg);
7869
- background-color: var(--scalar-background-1);
7870
- max-height: 80dvh;
7871
- width: 100%;
7872
- max-width: 580px;
7873
- margin: 12px;
7874
- position: fixed;
7875
- left: 50%;
7876
- top: 150px;
7877
- opacity: 0;
7878
- transform: translate3d(-50%, 10px, 0);
7879
- animation: fadeincommandmenu-29778ab7 ease-in-out 0.3s forwards;
7880
- animation-delay: 0.1s;
7881
- }
7882
-
7883
- /** Backdrop overlay with fade-in */
7884
- .commandmenu-overlay[data-v-29778ab7] {
7885
- position: fixed;
7886
- inset: 0;
7887
- background: rgba(0, 0, 0, 0.2);
7888
- animation: fadeincommand-29778ab7 ease-in-out 0.3s forwards;
7889
- cursor: pointer;
7890
- }
7891
-
7892
- /** Fade-in animation for overlay */
7893
- @keyframes fadeincommand-29778ab7 {
7894
- 0% {
7895
- opacity: 0;
7896
- }
7897
- 100% {
7898
- opacity: 1;
7899
- }
7900
- }
7901
-
7902
- /** Fade-in and slide-up animation for command menu */
7903
- @keyframes fadeincommandmenu-29778ab7 {
7904
- 0% {
7905
- opacity: 0;
7906
- transform: translate3d(-50%, 10px, 0);
7907
- }
7908
- 100% {
7909
- opacity: 1;
7910
- transform: translate3d(-50%, 0, 0);
7911
- }
7912
- }
7913
-
7914
- #scalar-client {
7915
- position: relative;
7916
- background-color: var(--scalar-background-2);
7917
- }
7918
- .dark-mode #scalar-client {
7919
- background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
7920
- }
7921
-
7922
- /*
7923
- * The three-way merge editor needs the full viewport to fit its three
7924
- * Monaco panes. `DocumentCollection.vue` ships the same override for
7925
- * its in-page Sync modal, but the pull flow can run without that view
7926
- * being mounted, so we duplicate the rule here to keep the modal
7927
- * full-bleed.
7928
- */
7929
- .full-size-styles:has(.sync-conflict-modal-root) {
7930
- width: 100dvw !important;
7931
- max-width: 100dvw !important;
7932
- border-right: none !important;
7933
- }
7934
- .full-size-styles:has(.sync-conflict-modal-root)::after {
7935
- display: none;
7936
- }
7937
-
7938
- .group-hover-input[data-v-2f09f15e] {
7939
- border-width: var(--scalar-border-width);
7940
- border-color: transparent;
7941
- }
7942
- .group:hover .group-hover-input[data-v-2f09f15e] {
7943
- background: color-mix(
7944
- in srgb,
7945
- var(--scalar-background-1),
7946
- var(--scalar-background-2)
7947
- );
7948
- border-color: var(--scalar-border-color);
7949
- }
7950
- .group-hover-input[data-v-2f09f15e]:focus {
7951
- background: transparent !important;
7952
- border-color: var(--scalar-border-color) !important;
7953
- }
7954
-
7955
- .full-size-styles:has(.sync-conflict-modal-root) {
7956
- width: 100dvw !important;
7957
- max-width: 100dvw !important;
7958
- border-right: none !important;
7959
- }
7960
- .full-size-styles:has(.sync-conflict-modal-root)::after {
7961
- display: none;
7962
- }
7963
-
7964
- .scalar-collection-auth[data-v-d3bc49bd] {
7965
- border: var(--scalar-border-width) solid var(--scalar-border-color);
7966
- border-radius: var(--scalar-radius-lg);
7967
- overflow: hidden;
7968
- }
7969
-
7970
- [data-v-2f13118d] .cm-editor {
7971
- padding: 0;
7972
- }
7973
- [data-v-2f13118d] .cm-content {
7974
- align-items: center;
7975
- background-color: transparent;
7976
- display: flex;
7977
- font-family: var(--scalar-font);
7978
- font-size: var(--scalar-small);
7979
- padding: 5px 8px;
7980
- width: 100%;
7981
- }
7982
- [data-v-2f13118d] .cm-content:has(.cm-pill) {
7983
- padding: 5px 8px;
7984
- }
7985
- [data-v-2f13118d] .cm-content .cm-pill:not(:last-of-type) {
7986
- margin-right: 0.5px;
7987
- }
7988
- [data-v-2f13118d] .cm-content .cm-pill:not(:first-of-type) {
7989
- margin-left: 0.5px;
7990
- }
7991
- [data-v-2f13118d] .cm-line {
7992
- overflow: hidden;
7993
- padding: 0;
7994
- text-overflow: ellipsis;
7995
- }
7996
-
7997
- .editor-container[data-v-e99ee660] {
7998
- width: 100%;
7999
- height: 100%;
8000
- }
8001
- [data-v-e99ee660] .json-path-highlight {
8002
- background-color: rgba(255, 200, 0, 0.35);
8003
- border-radius: 4px;
8004
- }
8005
- [data-v-e99ee660] .json-focus-highlight {
8006
- background-color: color-mix(
8007
- in srgb,
8008
- var(--scalar-color-accent, #24b47e) 18%,
8009
- transparent
8010
- );
8011
- border-radius: 4px;
8012
- }
8013
-
8014
6624
  [data-v-28c8509c] .cm-editor {
8015
6625
  padding: 0;
8016
6626
  }
@@ -8037,62 +6647,6 @@ to {
8037
6647
  padding: 0;
8038
6648
  text-overflow: ellipsis;
8039
6649
  }
8040
-
8041
- [data-v-d486ea71] .cm-content {
8042
- min-height: fit-content;
8043
- }
8044
- [data-v-d486ea71] .cm-scroller {
8045
- max-width: 100%;
8046
- overflow-x: auto;
8047
- overflow-y: hidden;
8048
- }
8049
-
8050
- /**
8051
- * Custom horizontal scroll for the URL preview.
8052
- * Hides scrollbar for a cleaner appearance while maintaining scroll functionality.
8053
- */
8054
- .scroll-timeline-x[data-v-311ac78f] {
8055
- overflow: auto;
8056
- scroll-timeline: --scroll-timeline x;
8057
- /* Firefox support */
8058
- scroll-timeline: --scroll-timeline horizontal;
8059
- /* Hide scrollbar in IE and Edge */
8060
- -ms-overflow-style: none;
8061
- /* Hide scrollbar in Firefox */
8062
- scrollbar-width: none;
8063
- }
8064
-
8065
- /* Hide scrollbar in Chrome, Safari, and Opera */
8066
- .scroll-timeline-x[data-v-311ac78f]::-webkit-scrollbar {
8067
- display: none;
8068
- }
8069
-
8070
- .postman-import-path-conflict-callout[data-v-cc4f666d] {
8071
- border-color: var(--scalar-color-red);
8072
- background-color: var(--scalar-background-danger);
8073
- color: var(--scalar-color-1);
8074
- }
8075
-
8076
- /**
8077
- * Checkbox rows use ScalarFormInput as a label with bg-b-1.5, padding, and shadow.
8078
- * Reset so tree lines stay visually flat inside the import modal.
8079
- */
8080
- .postman-tree-row__checkbox[data-v-5f85b37f] label {
8081
- gap: 0.375rem;
8082
- border-radius: 0;
8083
- padding: 0;
8084
- background-color: transparent !important;
8085
- box-shadow: none !important;
8086
- }
8087
- .postman-tree-row__checkbox[data-v-5f85b37f] label:hover,
8088
- .postman-tree-row__checkbox[data-v-5f85b37f] label:focus-within {
8089
- background-color: transparent !important;
8090
- }
8091
- .postman-tree-row--collision[data-v-5f85b37f] {
8092
- border-radius: var(--scalar-radius-md, 4px);
8093
- /* Same surface as `.postman-import-path-conflict-callout` — no extra stroke (avoids layout shift and harsh edges in the tree) */
8094
- background-color: var(--scalar-background-danger);
8095
- }
8096
6650
  /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
8097
6651
  .scalar .scalar-app-layout[data-v-ae5e8531] {
8098
6652
  background: var(--scalar-background-1);
@@ -8169,7 +6723,16 @@ to {
8169
6723
  line-height: normal;
8170
6724
  }
8171
6725
 
8172
- .document-scripts-editors__container[data-v-8c8fa790] {
8173
- min-height: 300px;
6726
+ .ref-search-meta[data-v-a00657cc] {
6727
+ background: var(--scalar-background-1);
6728
+ border-bottom-left-radius: var(--scalar-radius-lg);
6729
+ border-bottom-right-radius: var(--scalar-radius-lg);
6730
+ padding: 6px 12px;
6731
+ font-size: var(--scalar-font-size-4);
6732
+ color: var(--scalar-color-3);
6733
+ font-weight: var(--scalar-semibold);
6734
+ display: flex;
6735
+ gap: 12px;
6736
+ border-top: var(--scalar-border-width) solid var(--scalar-border-color);
8174
6737
  }
8175
6738
  /*$vite$:1*/