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