@scalar/components 0.20.9 → 0.20.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ScalarButton/index.d.ts +1 -1
- package/dist/components/ScalarCard/index.d.ts +4 -4
- package/dist/components/ScalarCheckboxInput/index.d.ts +4 -4
- package/dist/components/ScalarCodeBlock/index.d.ts +2 -2
- package/dist/components/ScalarColorModeToggle/index.d.ts +3 -3
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +1 -1
- package/dist/components/ScalarCombobox/index.d.ts +3 -3
- package/dist/components/ScalarContextMenu/index.d.ts +1 -1
- package/dist/components/ScalarCopy/index.d.ts +3 -3
- package/dist/components/ScalarDropdown/index.d.ts +5 -5
- package/dist/components/ScalarErrorBoundary/index.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.d.ts +1 -1
- package/dist/components/ScalarFileUpload/index.d.ts +7 -7
- package/dist/components/ScalarFloating/index.d.ts +2 -2
- package/dist/components/ScalarForm/index.d.ts +6 -6
- package/dist/components/ScalarHeader/index.d.ts +2 -2
- package/dist/components/ScalarHotkey/index.d.ts +2 -2
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.d.ts +1 -1
- package/dist/components/ScalarIcon/index.d.ts +3 -3
- package/dist/components/ScalarIcon/types.d.ts +2 -2
- package/dist/components/ScalarIconButton/index.d.ts +1 -1
- package/dist/components/ScalarListbox/index.d.ts +4 -4
- package/dist/components/ScalarLoading/index.d.ts +2 -2
- package/dist/components/ScalarMarkdown/index.d.ts +2 -2
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/index.d.ts +11 -11
- package/dist/components/ScalarMenu/types.d.ts +1 -1
- package/dist/components/ScalarModal/index.d.ts +1 -1
- package/dist/components/ScalarPopover/index.d.ts +1 -1
- package/dist/components/ScalarSearchInput/index.d.ts +1 -1
- package/dist/components/ScalarSearchResults/index.d.ts +2 -2
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.d.ts +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.d.ts +1 -1
- package/dist/components/ScalarSidebar/index.d.ts +13 -13
- package/dist/components/ScalarSidebar/types.d.ts +1 -1
- package/dist/components/ScalarTeleport/index.d.ts +3 -3
- package/dist/components/ScalarTextArea/index.d.ts +1 -1
- package/dist/components/ScalarTextInput/index.d.ts +2 -2
- package/dist/components/ScalarThemeSwatches/index.d.ts +2 -2
- package/dist/components/ScalarToggle/index.d.ts +3 -3
- package/dist/components/ScalarTooltip/index.d.ts +3 -3
- package/dist/components/ScalarVirtualText/index.d.ts +1 -1
- package/dist/components/ScalarWrappingText/index.d.ts +1 -1
- package/dist/components/ScalarWrappingText/types.d.ts +1 -1
- package/dist/helpers/index.d.ts +1 -1
- package/dist/index.js +7820 -222
- package/dist/index.js.map +1 -0
- package/dist/style.css +4425 -1
- package/package.json +18 -24
- package/dist/_virtual/_plugin-vue_export-helper.js +0 -9
- package/dist/components/ScalarButton/ScalarButton.vue.js +0 -99
- package/dist/components/ScalarButton/ScalarButton.vue2.js +0 -4
- package/dist/components/ScalarButton/constants.js +0 -18
- package/dist/components/ScalarCard/ScalarCard.vue.js +0 -25
- package/dist/components/ScalarCard/ScalarCard.vue2.js +0 -4
- package/dist/components/ScalarCard/ScalarCardFooter.vue.js +0 -20
- package/dist/components/ScalarCard/ScalarCardFooter.vue2.js +0 -4
- package/dist/components/ScalarCard/ScalarCardHeader.vue.js +0 -36
- package/dist/components/ScalarCard/ScalarCardHeader.vue2.js +0 -4
- package/dist/components/ScalarCard/ScalarCardSection.vue.js +0 -16
- package/dist/components/ScalarCard/ScalarCardSection.vue2.js +0 -4
- package/dist/components/ScalarCard/useCardHeading.js +0 -15
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue.js +0 -27
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue2.js +0 -4
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue.js +0 -37
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue2.js +0 -4
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue.js +0 -45
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue2.js +0 -4
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue.js +0 -38
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue2.js +0 -4
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +0 -69
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue3.js +0 -5
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.js +0 -57
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue2.js +0 -4
- package/dist/components/ScalarCodeBlock/constants.js +0 -54
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js +0 -30
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue2.js +0 -4
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js +0 -41
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue2.js +0 -4
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js +0 -7
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue2.js +0 -35
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.js +0 -71
- package/dist/components/ScalarCombobox/ScalarCombobox.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js +0 -75
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.js +0 -41
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.js +0 -28
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js +0 -181
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue2.js +0 -4
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +0 -68
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue2.js +0 -4
- package/dist/components/ScalarCombobox/types.js +0 -9
- package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.js +0 -52
- package/dist/components/ScalarContextMenu/ScalarContextMenu.vue2.js +0 -4
- package/dist/components/ScalarCopy/ScalarCopy.vue.js +0 -59
- package/dist/components/ScalarCopy/ScalarCopy.vue2.js +0 -4
- package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue.js +0 -14
- package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue2.js +0 -4
- package/dist/components/ScalarCopy/ScalarCopyButton.vue.js +0 -108
- package/dist/components/ScalarCopy/ScalarCopyButton.vue2.js +0 -4
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +0 -132
- package/dist/components/ScalarDropdown/ScalarDropdown.vue2.js +0 -4
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.js +0 -7
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue2.js +0 -41
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.js +0 -11
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue2.js +0 -4
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.js +0 -7
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue2.js +0 -32
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.js +0 -32
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue2.js +0 -4
- package/dist/components/ScalarDropdown/useDropdown.js +0 -14
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js +0 -20
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.js +0 -124
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.js +0 -28
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.js +0 -18
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.js +0 -55
- package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.js +0 -49
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.js +0 -41
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue.js +0 -27
- package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue2.js +0 -4
- package/dist/components/ScalarFileUpload/types.js +0 -6
- package/dist/components/ScalarFloating/ScalarFloating.vue.js +0 -91
- package/dist/components/ScalarFloating/ScalarFloating.vue2.js +0 -4
- package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.js +0 -18
- package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue2.js +0 -4
- package/dist/components/ScalarFloating/useResizeWithTarget.js +0 -19
- package/dist/components/ScalarForm/ScalarForm.vue.js +0 -19
- package/dist/components/ScalarForm/ScalarForm.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormError.vue.js +0 -32
- package/dist/components/ScalarForm/ScalarFormError.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormField.vue.js +0 -34
- package/dist/components/ScalarForm/ScalarFormField.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormInput.vue.js +0 -39
- package/dist/components/ScalarForm/ScalarFormInput.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormInputGroup.vue.js +0 -23
- package/dist/components/ScalarForm/ScalarFormInputGroup.vue2.js +0 -4
- package/dist/components/ScalarForm/ScalarFormSection.vue.js +0 -18
- package/dist/components/ScalarForm/ScalarFormSection.vue2.js +0 -4
- package/dist/components/ScalarForm/useFormGroups.js +0 -8
- package/dist/components/ScalarHeader/ScalarHeader.vue.js +0 -28
- package/dist/components/ScalarHeader/ScalarHeader.vue2.js +0 -4
- package/dist/components/ScalarHeader/ScalarHeaderButton.vue.js +0 -33
- package/dist/components/ScalarHeader/ScalarHeaderButton.vue2.js +0 -4
- package/dist/components/ScalarHotkey/ScalarHotkey.vue.js +0 -30
- package/dist/components/ScalarHotkey/ScalarHotkey.vue2.js +0 -4
- package/dist/components/ScalarHotkey/constants.js +0 -29
- package/dist/components/ScalarHotkey/formatHotkey.js +0 -20
- package/dist/components/ScalarIcon/ScalarIcon.vue.js +0 -7
- package/dist/components/ScalarIcon/ScalarIcon.vue2.js +0 -39
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.js +0 -28
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue2.js +0 -4
- package/dist/components/ScalarIcon/icons/Add.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/AddTab.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Alert.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ArrowLeft.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ArrowRight.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Brackets.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Branch.svg.js +0 -34
- package/dist/components/ScalarIcon/icons/Changelog.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Checkmark.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ChevronDown.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ChevronLeft.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ChevronRight.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ChevronUp.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Clipboard.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Close.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/CloseTab.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/CloseTabs.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Cloud.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/CodeFolder.svg.js +0 -28
- package/dist/components/ScalarIcon/icons/Cog.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Collection.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Cookie.svg.js +0 -25
- package/dist/components/ScalarIcon/icons/DarkMode.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Delete.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Discord.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/DocsPage.svg.js +0 -28
- package/dist/components/ScalarIcon/icons/Download.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Duplicate.svg.js +0 -27
- package/dist/components/ScalarIcon/icons/Edit.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Ellipses.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Email.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Error.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Example.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/ExternalLink.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/FilterList.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Folder.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/GitHub.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/GitHubLine.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Globe.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Google.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/Help.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Hide.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/History.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/House.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Import.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Info.svg.js +0 -33
- package/dist/components/ScalarIcon/icons/Key.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Leave.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/LightMode.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Link.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Lock.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Logo.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Magic.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Markdown.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Menu.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/NotAllowed.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Page.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Pencil.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Play.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Refresh.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Roadmap.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Scribble.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Search.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Server.svg.js +0 -31
- package/dist/components/ScalarIcon/icons/Settings.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Show.svg.js +0 -27
- package/dist/components/ScalarIcon/icons/Sort.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Terminal.svg.js +0 -28
- package/dist/components/ScalarIcon/icons/Trash.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Unlock.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Unwatch.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Upload.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/User.svg.js +0 -24
- package/dist/components/ScalarIcon/icons/UserSwitch.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Users.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/Versions.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Wallet.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/Watch.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/Workspace.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/programming-framework-angular.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-framework-astro.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-framework-react.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.js +0 -17
- package/dist/components/ScalarIcon/icons/programming-language-c.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-clojure.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-csharp.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-css3.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-dart.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-fsharp.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-go.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-html5.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-http.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-java.svg.js +0 -18
- package/dist/components/ScalarIcon/icons/programming-language-javascript.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-json.svg.js +0 -17
- package/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-node.svg.js +0 -17
- package/dist/components/ScalarIcon/icons/programming-language-objc.svg.js +0 -17
- package/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-php.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-powershell.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/programming-language-python.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-r.svg.js +0 -20
- package/dist/components/ScalarIcon/icons/programming-language-ruby.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-rust.svg.js +0 -19
- package/dist/components/ScalarIcon/icons/programming-language-scala.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-shell.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-swift.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-language-typescript.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-script-code.svg.js +0 -21
- package/dist/components/ScalarIcon/icons/programming-tool-git.svg.js +0 -16
- package/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Adonisjs.svg.js +0 -21
- package/dist/components/ScalarIcon/logos/Astro.svg.js +0 -14
- package/dist/components/ScalarIcon/logos/Docusaurus.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Dotnet.svg.js +0 -23
- package/dist/components/ScalarIcon/logos/Elysiajs.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Express.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Fastapi.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Fastify.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Go.svg.js +0 -23
- package/dist/components/ScalarIcon/logos/Hono.svg.js +0 -24
- package/dist/components/ScalarIcon/logos/Laravel.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Litestar.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Nestjs.svg.js +0 -21
- package/dist/components/ScalarIcon/logos/Nextjs.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Nitro.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Nuxt.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Openapi.svg.js +0 -16
- package/dist/components/ScalarIcon/logos/Platformatic.svg.js +0 -28
- package/dist/components/ScalarIcon/logos/React.svg.js +0 -34
- package/dist/components/ScalarIcon/logos/Rust.svg.js +0 -19
- package/dist/components/ScalarIcon/logos/Svelte.svg.js +0 -23
- package/dist/components/ScalarIcon/logos/Vue.svg.js +0 -23
- package/dist/components/ScalarIcon/utils/index.js +0 -287
- package/dist/components/ScalarIcon/variants.js +0 -21
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.js +0 -71
- package/dist/components/ScalarIconButton/ScalarIconButton.vue2.js +0 -4
- package/dist/components/ScalarListbox/ScalarListbox.vue.js +0 -89
- package/dist/components/ScalarListbox/ScalarListbox.vue2.js +0 -4
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.js +0 -26
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue2.js +0 -4
- package/dist/components/ScalarListbox/ScalarListboxInput.vue.js +0 -26
- package/dist/components/ScalarListbox/ScalarListboxInput.vue2.js +0 -4
- package/dist/components/ScalarListbox/ScalarListboxItem.vue.js +0 -52
- package/dist/components/ScalarListbox/ScalarListboxItem.vue2.js +0 -4
- package/dist/components/ScalarLoading/ScalarLoading.vue.js +0 -7
- package/dist/components/ScalarLoading/ScalarLoading.vue2.js +0 -58
- package/dist/components/ScalarLoading/useLoadingState.js +0 -39
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.js +0 -43
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue3.js +0 -5
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.js +0 -61
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue3.js +0 -5
- package/dist/components/ScalarMenu/ScalarMenu.vue.js +0 -70
- package/dist/components/ScalarMenu/ScalarMenu.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.js +0 -34
- package/dist/components/ScalarMenu/ScalarMenuButton.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.js +0 -46
- package/dist/components/ScalarMenu/ScalarMenuLink.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.js +0 -37
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.js +0 -67
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.js +0 -50
- package/dist/components/ScalarMenu/ScalarMenuResources.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.js +0 -15
- package/dist/components/ScalarMenu/ScalarMenuSection.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuSupport.vue.js +0 -40
- package/dist/components/ScalarMenu/ScalarMenuSupport.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.js +0 -103
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.js +0 -41
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue2.js +0 -4
- package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue.js +0 -109
- package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue2.js +0 -4
- package/dist/components/ScalarModal/ScalarModal.vue.js +0 -9
- package/dist/components/ScalarModal/ScalarModal.vue2.js +0 -136
- package/dist/components/ScalarPopover/ScalarPopover.vue.js +0 -57
- package/dist/components/ScalarPopover/ScalarPopover.vue2.js +0 -4
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +0 -65
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue2.js +0 -4
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +0 -61
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue2.js +0 -4
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +0 -26
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebar.vue.js +0 -18
- package/dist/components/ScalarSidebar/ScalarSidebar.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.js +0 -81
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.js +0 -31
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.js +0 -120
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js +0 -46
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.js +0 -7
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue2.js +0 -38
- package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.js +0 -54
- package/dist/components/ScalarSidebar/ScalarSidebarItem.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarItems.vue.js +0 -28
- package/dist/components/ScalarSidebar/ScalarSidebarItems.vue3.js +0 -5
- package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.js +0 -126
- package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.js +0 -39
- package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue.js +0 -66
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue2.js +0 -4
- package/dist/components/ScalarSidebar/ScalarSidebarSection.vue.js +0 -52
- package/dist/components/ScalarSidebar/ScalarSidebarSection.vue3.js +0 -5
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.js +0 -20
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue2.js +0 -4
- package/dist/components/ScalarSidebar/findScrollContainer.js +0 -22
- package/dist/components/ScalarSidebar/useSidebarGroups.js +0 -9
- package/dist/components/ScalarSidebar/useSidebarNestedItems.js +0 -17
- package/dist/components/ScalarTeleport/ScalarTeleport.vue.js +0 -30
- package/dist/components/ScalarTeleport/ScalarTeleport.vue2.js +0 -4
- package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.js +0 -23
- package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue2.js +0 -4
- package/dist/components/ScalarTeleport/useTeleport.js +0 -11
- package/dist/components/ScalarTextArea/ScalarTextArea.vue.js +0 -45
- package/dist/components/ScalarTextArea/ScalarTextArea.vue2.js +0 -4
- package/dist/components/ScalarTextInput/ScalarTextInput.vue.js +0 -76
- package/dist/components/ScalarTextInput/ScalarTextInput.vue2.js +0 -4
- package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue.js +0 -68
- package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue2.js +0 -4
- package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue.js +0 -35
- package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue2.js +0 -4
- package/dist/components/ScalarThemeSwatches/useThemeSwatches.js +0 -33
- package/dist/components/ScalarToggle/ScalarToggle.vue.js +0 -45
- package/dist/components/ScalarToggle/ScalarToggle.vue2.js +0 -4
- package/dist/components/ScalarToggle/ScalarToggleGroup.vue.js +0 -35
- package/dist/components/ScalarToggle/ScalarToggleGroup.vue2.js +0 -4
- package/dist/components/ScalarToggle/ScalarToggleInput.vue.js +0 -36
- package/dist/components/ScalarToggle/ScalarToggleInput.vue2.js +0 -4
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.js +0 -59
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue2.js +0 -4
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.js +0 -34
- package/dist/components/ScalarTooltip/ScalarTooltip.vue3.js +0 -5
- package/dist/components/ScalarTooltip/constants.js +0 -7
- package/dist/components/ScalarTooltip/useTooltip.js +0 -79
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.js +0 -61
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue2.js +0 -4
- package/dist/components/ScalarWrappingText/ScalarWrappingText.vue.js +0 -25
- package/dist/components/ScalarWrappingText/ScalarWrappingText.vue2.js +0 -4
- package/dist/components/ScalarWrappingText/constants.js +0 -12
- package/dist/helpers/add-scalar-classes.js +0 -16
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as a, openBlock as t, createStaticVNode as p } from "vue";
|
|
2
|
-
const h = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function q(e, l) {
|
|
8
|
-
return t(), a("svg", h, [...l[0] || (l[0] = [
|
|
9
|
-
p('<path fill="#93D500" d="M7.285 13.5H2.007l.003.077.009.15.004.063.014.171.004.039a8.8 8.8 0 0 0 .387 1.871q0 .005.003.011l.058.173.016.044.08.216.048.124a5 5 0 0 0 .078.189l.052.117.031.07.066.14.022.046.079.16.012.024q.045.088.093.175l.004.008.02.036 4.508-2.715.017-.01a3.6 3.6 0 0 1-.33-1.179"></path><path fill="#4D5A31" d="m8.582 15.923-.013.013-3.717 3.717.057.053.105.094.055.048.127.107.034.029a8 8 0 0 0 .324.254l.006.004q.336.252.695.47l.025.016.137.08.084.048.08.045q.072.04.145.078a8 8 0 0 0 .431.21l.132-.32 1.87-4.54.007-.017a3.6 3.6 0 0 1-.584-.389"></path><path fill="#6BA43A" d="M8.195 15.553a3 3 0 0 1-.212-.262 4 4 0 0 1-.2-.296L3.27 17.713q.104.174.215.338l.007.012.003.005.007.01v.002l.019.026.001.002q.119.174.242.342l.006.007.005.007.11.142.015.019q.057.073.117.145l.028.034.155.181.094.105.053.058.024.026.07.075.028.03.125.127 3.723-3.723a3 3 0 0 1-.122-.13"></path><path fill="#4D5A31" d="m13.13 15.921-.124.096.009.016 2.714 4.506a8 8 0 0 0 1.134-.886l-3.718-3.717z"></path><path fill="#93D500" d="m15.335 20.576-.092-.153-2.534-4.206a4 4 0 0 1-.316.167 3.6 3.6 0 0 1-2.567.2c-.057-.017-.113-.04-.169-.06s-.113-.037-.168-.06L7.62 21.003l-.073.178-.063.152.014.006.016.006.004.002.133.05.167.065.085.032a9 9 0 0 0 1.88.442l.075.008.142.016.036.003.174.014.06.004.153.01.094.003.122.004.217.003a9 9 0 0 0 1.495-.126l.154-.028.088-.017.09-.02.15-.032.028-.007a9 9 0 0 0 2.124-.791l.13-.074.157-.088.107-.06.001-.001.002-.001h.001l.001-.001.002-.001.006-.004.034-.02zm-6.75-10.21.123-.097-.009-.015-2.714-4.506q-.189.123-.372.256a9 9 0 0 0-.762.629L8.57 10.35z"></path><path fill="#4D5A31" d="M4.594 6.88q-.064.065-.124.13l-.123.128a9 9 0 0 0-.753.933l-.032.046-.076.112-.104.16a8.83 8.83 0 0 0-1.375 4.397l-.005.178-.003.179h5.266q.002-.09.008-.179c.006-.089.004-.119.01-.178a3.57 3.57 0 0 1 .794-1.917q.059-.069.12-.133c.04-.044.077-.09.12-.133L4.594 6.881Zm10.864-1.306q-.01-.008-.021-.013l-.14-.083-.082-.047-.082-.046-.143-.077-.023-.012a9 9 0 0 0-.95-.426l-.024-.01a9 9 0 0 0-1.987-.498l-.074-.01-.075-.008-.143-.016-.04-.004-.17-.014-.066-.004-.146-.009-.078-.003v5.278c.27.028.54.086.8.174l3.884-3.884a9 9 0 0 0-.44-.288"></path><path fill="#6BA43A" d="M10.679 4.29q-.09 0-.179.003a9 9 0 0 0-1.113.115l-.024.004-.155.029-.087.016a6 6 0 0 0-.24.052l-.028.006a9 9 0 0 0-2.125.792l-.13.074-.156.087-.115.066h-.002l-.008.005-.03.017v.001l.093.153 2.625 4.359a4 4 0 0 1 .316-.167 3.6 3.6 0 0 1 1.536-.35V4.285q-.09.001-.178.004Z"></path><path fill="#4D5A31" d="M19.704 12.708a10 10 0 0 0-.05-.61l-.002-.014-.001-.007-.027-.201v-.006a9 9 0 0 0-.273-1.245l-.002-.008-.059-.19-.008-.025-.057-.17-.016-.046-.054-.147-.027-.07a5 5 0 0 0-.086-.216l-.04-.094-.052-.12-.03-.068-.066-.142-.021-.043-.08-.162-.012-.022-.093-.177-.003-.006a9 9 0 0 0-.504-.818l-3.886 3.886q.132.392.174.8h5.278q0-.04-.003-.08Z"></path><path fill="#6BA43A" d="M14.45 13.143q-.002.09-.01.179-.001.09-.01.178a3.57 3.57 0 0 1-.793 1.918c-.037.046-.08.088-.12.133-.04.044-.077.09-.12.132l3.723 3.723q.063-.064.124-.13l.123-.128q.415-.448.754-.935l.027-.039.082-.12.07-.108.034-.052a8.83 8.83 0 0 0 1.377-4.573l.003-.178z"></path><path fill="#424143" d="M21.279 2.722a2.467 2.467 0 0 0-3.953 2.84l-5.374 5.373a2.467 2.467 0 1 0 1.114 1.113l5.373-5.373a2.466 2.466 0 0 0 2.84-3.953"></path>', 10)
|
|
10
|
-
])]);
|
|
11
|
-
}
|
|
12
|
-
const d = { render: q };
|
|
13
|
-
export {
|
|
14
|
-
d as default,
|
|
15
|
-
q as render
|
|
16
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as n, createElementVNode as o } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function l(s, e) {
|
|
8
|
-
return n(), t("svg", r, [...e[0] || (e[0] = [
|
|
9
|
-
o("path", {
|
|
10
|
-
stroke: "#21FA90",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M5.038 13.757v3.814m1.496-4.566 3.04 1.761 4.534-2.627V6.885L9.574 4.258 5.038 6.885v4.56m1.496 1.56v1.668m0-1.668 1.49-.91"
|
|
14
|
-
}, null, -1),
|
|
15
|
-
o("path", {
|
|
16
|
-
stroke: "#00050B",
|
|
17
|
-
"stroke-linecap": "round",
|
|
18
|
-
"stroke-linejoin": "round",
|
|
19
|
-
"stroke-width": ".885",
|
|
20
|
-
d: "m21.719 10.719 1.839 1.09v1.09l-1.84 1.091M2.834 8.13.774 9.322v5.326l2.016 1.167m3.744 1.07v1.183l3.021 1.674 2.32-1.358-.02-2.471m2.282-1.387v1.3L16.31 17.1l3.175-1.9v-5.186L16.36 8.217"
|
|
21
|
-
}, null, -1)
|
|
22
|
-
])]);
|
|
23
|
-
}
|
|
24
|
-
const d = { render: l };
|
|
25
|
-
export {
|
|
26
|
-
d as default,
|
|
27
|
-
l as render
|
|
28
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as l, createElementVNode as t } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function n(s, e) {
|
|
8
|
-
return l(), o("svg", r, [...e[0] || (e[0] = [
|
|
9
|
-
t("path", {
|
|
10
|
-
fill: "#61DAFB",
|
|
11
|
-
d: "M12.5 14.014a1.783 1.783 0 1 0 0-3.565 1.783 1.783 0 0 0 0 3.565"
|
|
12
|
-
}, null, -1),
|
|
13
|
-
t("path", {
|
|
14
|
-
stroke: "#61DAFB",
|
|
15
|
-
"stroke-width": ".87",
|
|
16
|
-
d: "M12.5 15.884c5.283 0 9.565-1.635 9.565-3.652S17.783 8.58 12.5 8.58s-9.565 1.635-9.565 3.652 4.282 3.652 9.565 3.652Z"
|
|
17
|
-
}, null, -1),
|
|
18
|
-
t("path", {
|
|
19
|
-
stroke: "#61DAFB",
|
|
20
|
-
"stroke-width": ".87",
|
|
21
|
-
d: "M9.337 14.058c2.642 4.575 6.199 7.466 7.946 6.457 1.746-1.008 1.021-5.534-1.62-10.11C13.02 5.832 9.464 2.94 7.717 3.949s-1.021 5.535 1.62 10.11Z"
|
|
22
|
-
}, null, -1),
|
|
23
|
-
t("path", {
|
|
24
|
-
stroke: "#61DAFB",
|
|
25
|
-
"stroke-width": ".87",
|
|
26
|
-
d: "M9.337 10.406c-2.641 4.575-3.366 9.1-1.62 10.11 1.747 1.008 5.304-1.883 7.946-6.458s3.366-9.101 1.62-10.11c-1.747-1.009-5.305 1.883-7.946 6.458Z"
|
|
27
|
-
}, null, -1)
|
|
28
|
-
])]);
|
|
29
|
-
}
|
|
30
|
-
const c = { render: n };
|
|
31
|
-
export {
|
|
32
|
-
c as default,
|
|
33
|
-
n as render
|
|
34
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as a, openBlock as e, createElementVNode as t } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function q(n, l) {
|
|
8
|
-
return e(), a("svg", o, [...l[0] || (l[0] = [
|
|
9
|
-
t("path", {
|
|
10
|
-
fill: "currentColor",
|
|
11
|
-
d: "m21.863 11.755-.839-.52-.024-.244.722-.673a.288.288 0 0 0-.096-.482l-.923-.345-.072-.239.575-.799a.288.288 0 0 0-.187-.455l-.973-.158-.117-.218.409-.897a.286.286 0 0 0-.273-.409l-.987.034-.157-.188.228-.962a.287.287 0 0 0-.348-.348l-.96.227-.19-.157.034-.986a.287.287 0 0 0-.409-.273l-.897.409-.218-.118-.158-.972a.288.288 0 0 0-.454-.189l-.8.575-.238-.071-.345-.923a.288.288 0 0 0-.482-.096L13.01 3l-.245-.023-.52-.84a.29.29 0 0 0-.49 0l-.52.84q-.123.01-.245.023l-.673-.722a.29.29 0 0 0-.482.096l-.345.923q-.12.034-.237.072l-.8-.576a.288.288 0 0 0-.455.188l-.158.973q-.11.057-.22.118l-.895-.41a.287.287 0 0 0-.409.273l.034.988-.19.156-.96-.227a.29.29 0 0 0-.348.348l.227.962-.157.188-.987-.034a.288.288 0 0 0-.273.409l.409.897a7 7 0 0 0-.117.22l-.972.156a.288.288 0 0 0-.189.455l.575.8-.071.237-.923.346a.29.29 0 0 0-.096.482L3 10.99l-.024.244-.84.52a.29.29 0 0 0 0 .492l.84.519q.01.123.025.245l-.723.673a.29.29 0 0 0 .096.482l.922.345q.035.12.073.237l-.576.8a.29.29 0 0 0 .188.454l.973.158q.056.11.117.22l-.41.896a.288.288 0 0 0 .274.409l.987-.035q.076.096.156.19l-.227.961a.287.287 0 0 0 .348.347l.961-.226.19.156-.035.987a.288.288 0 0 0 .41.273l.896-.41q.108.06.219.119l.158.971a.288.288 0 0 0 .455.19l.799-.577q.118.038.237.072l.345.923a.287.287 0 0 0 .482.096L10.99 21q.121.014.244.025l.52.839a.29.29 0 0 0 .492 0l.519-.84q.123-.01.245-.024l.674.722a.287.287 0 0 0 .48-.096l.346-.923q.12-.034.238-.072l.8.576a.29.29 0 0 0 .454-.189l.158-.972.219-.117.896.409a.288.288 0 0 0 .41-.273l-.035-.988a7 7 0 0 0 .19-.155l.96.226a.287.287 0 0 0 .348-.347l-.226-.961.155-.19.988.035a.29.29 0 0 0 .272-.41l-.409-.896q.06-.108.117-.219l.973-.158a.287.287 0 0 0 .188-.454l-.575-.8.072-.237.922-.345a.286.286 0 0 0 .096-.482L21 13.011l.025-.245.839-.52a.29.29 0 0 0 0-.49Zm-5.619 6.965a.595.595 0 0 1 .25-1.163.595.595 0 0 1-.25 1.163m-.286-1.93a.54.54 0 0 0-.642.417l-.299 1.391a7.3 7.3 0 0 1-3.017.65c-1.1 0-2.144-.243-3.08-.679l-.299-1.39a.54.54 0 0 0-.643-.417l-1.228.263a7 7 0 0 1-.635-.748h5.976c.068 0 .113-.012.113-.074V14.09c0-.062-.046-.074-.113-.074h-1.747v-1.34h1.89c.172 0 .922.049 1.162 1.007.075.295.24 1.254.352 1.561.113.344.57 1.032 1.059 1.032h2.977a1 1 0 0 0 .108-.01q-.31.421-.677.794l-1.256-.27Zm-8.265 1.9a.594.594 0 1 1-.014-1.17.594.594 0 0 1 .014 1.171ZM5.427 9.5a.594.594 0 1 1-1.086.481.594.594 0 0 1 1.086-.481m-.697 1.65 1.28-.569a.543.543 0 0 0 .274-.715l-.263-.597h1.036v4.672h-2.09a7.3 7.3 0 0 1-.237-2.792Zm5.614-.454V9.32h2.468c.128 0 .9.148.9.725 0 .48-.592.652-1.08.652zm8.969 1.24q0 .273-.02.542h-.75c-.076 0-.106.05-.106.123v.345c0 .81-.457.987-.858 1.032-.381.043-.805-.16-.857-.394-.225-1.265-.6-1.536-1.192-2.003.735-.467 1.5-1.155 1.5-2.077 0-.996-.683-1.623-1.148-1.93-.652-.43-1.375-.517-1.57-.517h-7.76a7.3 7.3 0 0 1 4.091-2.308l.915.959a.54.54 0 0 0 .765.018l1.024-.98a7.32 7.32 0 0 1 5.006 3.566l-.7 1.583a.543.543 0 0 0 .275.715l1.35.6q.034.357.035.726m-7.754-8.004a.595.595 0 1 1 .82.86.595.595 0 0 1-.82-.86m6.951 5.595a.594.594 0 1 1 1.086.481.594.594 0 0 1-1.086-.481"
|
|
12
|
-
}, null, -1)
|
|
13
|
-
])]);
|
|
14
|
-
}
|
|
15
|
-
const c = { render: q };
|
|
16
|
-
export {
|
|
17
|
-
c as default,
|
|
18
|
-
q as render
|
|
19
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as a, openBlock as t, createElementVNode as e } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "green",
|
|
5
|
-
viewBox: "-2 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function c(o, l) {
|
|
8
|
-
return t(), a("svg", n, [...l[0] || (l[0] = [
|
|
9
|
-
e("path", {
|
|
10
|
-
fill: "#FF3E00",
|
|
11
|
-
d: "M18.664 3.171c-2.219-3.185-6.61-4.13-9.788-2.104L3.29 4.625A6.42 6.42 0 0 0 .398 8.917a6.74 6.74 0 0 0 .666 4.332 6.4 6.4 0 0 0-.959 2.369 6.85 6.85 0 0 0 1.166 5.175c2.219 3.194 6.61 4.137 9.782 2.11l5.586-3.557a6.42 6.42 0 0 0 2.892-4.292 6.74 6.74 0 0 0-.666-4.332 6.4 6.4 0 0 0 .959-2.369 6.94 6.94 0 0 0-1.16-5.182"
|
|
12
|
-
}, null, -1),
|
|
13
|
-
e("path", {
|
|
14
|
-
fill: "#fff",
|
|
15
|
-
d: "M8.327 21.099a4.435 4.435 0 0 1-4.76-1.75 4.16 4.16 0 0 1-.7-3.122q.05-.261.133-.517l.105-.318.286.182a7.1 7.1 0 0 0 2.186 1.095l.208.063-.02.201c-.025.293.055.585.223.83a1.305 1.305 0 0 0 1.779.379l5.581-3.521a1.18 1.18 0 0 0 .524-.783 1.23 1.23 0 0 0-.211-.923 1.305 1.305 0 0 0-1.78-.379l-2.12 1.35q-.53.321-1.135.488a4.435 4.435 0 0 1-4.76-1.75 4.16 4.16 0 0 1-.7-3.122 3.84 3.84 0 0 1 1.736-2.573l5.581-3.559a4.3 4.3 0 0 1 1.134-.485 4.435 4.435 0 0 1 4.76 1.751c.641.908.893 2.03.7 3.122a4 4 0 0 1-.132.517l-.105.318-.287-.182a7.1 7.1 0 0 0-2.186-1.095l-.207-.063.019-.202a1.27 1.27 0 0 0-.223-.83 1.305 1.305 0 0 0-1.779-.378L6.6 9.363a1.18 1.18 0 0 0-.523.783c-.056.323.019.655.21.923a1.305 1.305 0 0 0 1.78.38l2.121-1.35c.352-.214.732-.38 1.134-.485a4.435 4.435 0 0 1 4.76 1.75 4.16 4.16 0 0 1 .7 3.122 3.8 3.8 0 0 1-1.736 2.563l-5.58 3.559c-.353.214-.732.38-1.135.489"
|
|
16
|
-
}, null, -1)
|
|
17
|
-
])]);
|
|
18
|
-
}
|
|
19
|
-
const f = { render: c };
|
|
20
|
-
export {
|
|
21
|
-
f as default,
|
|
22
|
-
c as render
|
|
23
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as n, createElementVNode as l } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function r(d, e) {
|
|
8
|
-
return n(), t("svg", o, [...e[0] || (e[0] = [
|
|
9
|
-
l("path", {
|
|
10
|
-
fill: "#41B883",
|
|
11
|
-
d: "m14.31 4.34-2.31 4-2.31-4H2l10 17.32L22 4.34z"
|
|
12
|
-
}, null, -1),
|
|
13
|
-
l("path", {
|
|
14
|
-
fill: "#34495E",
|
|
15
|
-
d: "m14.31 4.34-2.31 4-2.31-4H6l6 10.392L18 4.34z"
|
|
16
|
-
}, null, -1)
|
|
17
|
-
])]);
|
|
18
|
-
}
|
|
19
|
-
const m = { render: r };
|
|
20
|
-
export {
|
|
21
|
-
m as default,
|
|
22
|
-
r as render
|
|
23
|
-
};
|
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
import * as a from "../icons/Add.svg.js";
|
|
2
|
-
import * as m from "../icons/AddTab.svg.js";
|
|
3
|
-
import * as i from "../icons/Alert.svg.js";
|
|
4
|
-
import * as n from "../icons/ArrowLeft.svg.js";
|
|
5
|
-
import * as t from "../icons/ArrowRight.svg.js";
|
|
6
|
-
import * as p from "../icons/Brackets.svg.js";
|
|
7
|
-
import * as e from "../icons/Branch.svg.js";
|
|
8
|
-
import * as c from "../icons/Changelog.svg.js";
|
|
9
|
-
import * as l from "../icons/Checkmark.svg.js";
|
|
10
|
-
import * as f from "../icons/ChevronDown.svg.js";
|
|
11
|
-
import * as v from "../icons/ChevronLeft.svg.js";
|
|
12
|
-
import * as u from "../icons/ChevronRight.svg.js";
|
|
13
|
-
import * as d from "../icons/ChevronUp.svg.js";
|
|
14
|
-
import * as L from "../icons/Clipboard.svg.js";
|
|
15
|
-
import * as h from "../icons/Close.svg.js";
|
|
16
|
-
import * as w from "../icons/CloseTab.svg.js";
|
|
17
|
-
import * as k from "../icons/CloseTabs.svg.js";
|
|
18
|
-
import * as C from "../icons/Cloud.svg.js";
|
|
19
|
-
import * as b from "../icons/CodeFolder.svg.js";
|
|
20
|
-
import * as j from "../icons/Cog.svg.js";
|
|
21
|
-
import * as D from "../icons/Collection.svg.js";
|
|
22
|
-
import * as S from "../icons/Cookie.svg.js";
|
|
23
|
-
import * as A from "../icons/DarkMode.svg.js";
|
|
24
|
-
import * as F from "../icons/Delete.svg.js";
|
|
25
|
-
import * as y from "../icons/Discord.svg.js";
|
|
26
|
-
import * as E from "../icons/DocsPage.svg.js";
|
|
27
|
-
import * as H from "../icons/Download.svg.js";
|
|
28
|
-
import * as R from "../icons/Duplicate.svg.js";
|
|
29
|
-
import * as T from "../icons/Edit.svg.js";
|
|
30
|
-
import * as U from "../icons/Ellipses.svg.js";
|
|
31
|
-
import * as x from "../icons/Email.svg.js";
|
|
32
|
-
import * as P from "../icons/Error.svg.js";
|
|
33
|
-
import * as G from "../icons/Example.svg.js";
|
|
34
|
-
import * as M from "../icons/ExternalLink.svg.js";
|
|
35
|
-
import * as N from "../icons/FilterList.svg.js";
|
|
36
|
-
import * as O from "../icons/Folder.svg.js";
|
|
37
|
-
import * as W from "../icons/GitHub.svg.js";
|
|
38
|
-
import * as I from "../icons/GitHubLine.svg.js";
|
|
39
|
-
import * as V from "../icons/Globe.svg.js";
|
|
40
|
-
import * as B from "../icons/Google.svg.js";
|
|
41
|
-
import * as $ from "../icons/Help.svg.js";
|
|
42
|
-
import * as J from "../icons/Hide.svg.js";
|
|
43
|
-
import * as K from "../icons/History.svg.js";
|
|
44
|
-
import * as q from "../icons/House.svg.js";
|
|
45
|
-
import * as z from "../icons/Import.svg.js";
|
|
46
|
-
import * as Q from "../icons/Info.svg.js";
|
|
47
|
-
import * as X from "../icons/Key.svg.js";
|
|
48
|
-
import * as Y from "../icons/Leave.svg.js";
|
|
49
|
-
import * as Z from "../icons/LightDarkModeToggle.svg.js";
|
|
50
|
-
import * as _ from "../icons/LightMode.svg.js";
|
|
51
|
-
import * as oo from "../icons/Link.svg.js";
|
|
52
|
-
import * as ro from "../icons/Lock.svg.js";
|
|
53
|
-
import * as so from "../icons/Logo.svg.js";
|
|
54
|
-
import * as go from "../icons/Magic.svg.js";
|
|
55
|
-
import * as ao from "../icons/Markdown.svg.js";
|
|
56
|
-
import * as mo from "../icons/Menu.svg.js";
|
|
57
|
-
import * as io from "../icons/NotAllowed.svg.js";
|
|
58
|
-
import * as no from "../icons/Page.svg.js";
|
|
59
|
-
import * as to from "../icons/Pencil.svg.js";
|
|
60
|
-
import * as po from "../icons/Play.svg.js";
|
|
61
|
-
import * as eo from "../icons/Refresh.svg.js";
|
|
62
|
-
import * as co from "../icons/Roadmap.svg.js";
|
|
63
|
-
import * as lo from "../icons/Scribble.svg.js";
|
|
64
|
-
import * as fo from "../icons/Search.svg.js";
|
|
65
|
-
import * as vo from "../icons/Server.svg.js";
|
|
66
|
-
import * as uo from "../icons/Settings.svg.js";
|
|
67
|
-
import * as Lo from "../icons/Show.svg.js";
|
|
68
|
-
import * as ho from "../icons/Sort.svg.js";
|
|
69
|
-
import * as wo from "../icons/Terminal.svg.js";
|
|
70
|
-
import * as ko from "../icons/Trash.svg.js";
|
|
71
|
-
import * as Co from "../icons/Unlock.svg.js";
|
|
72
|
-
import * as bo from "../icons/Unwatch.svg.js";
|
|
73
|
-
import * as jo from "../icons/Upload.svg.js";
|
|
74
|
-
import * as Do from "../icons/User.svg.js";
|
|
75
|
-
import * as So from "../icons/UserSwitch.svg.js";
|
|
76
|
-
import * as Ao from "../icons/Users.svg.js";
|
|
77
|
-
import * as Fo from "../icons/Versions.svg.js";
|
|
78
|
-
import * as yo from "../icons/Wallet.svg.js";
|
|
79
|
-
import * as Eo from "../icons/Watch.svg.js";
|
|
80
|
-
import * as Ho from "../icons/Workspace.svg.js";
|
|
81
|
-
import * as Ro from "../icons/programming-framework-angular.svg.js";
|
|
82
|
-
import * as To from "../icons/programming-framework-astro.svg.js";
|
|
83
|
-
import * as Uo from "../icons/programming-framework-laravel.svg.js";
|
|
84
|
-
import * as xo from "../icons/programming-framework-nextdotjs.svg.js";
|
|
85
|
-
import * as Po from "../icons/programming-framework-react.svg.js";
|
|
86
|
-
import * as Go from "../icons/programming-framework-vuedotjs.svg.js";
|
|
87
|
-
import * as Mo from "../icons/programming-language-c.svg.js";
|
|
88
|
-
import * as No from "../icons/programming-language-clojure.svg.js";
|
|
89
|
-
import * as Oo from "../icons/programming-language-csharp.svg.js";
|
|
90
|
-
import * as Wo from "../icons/programming-language-css3.svg.js";
|
|
91
|
-
import * as Io from "../icons/programming-language-dart.svg.js";
|
|
92
|
-
import * as Vo from "../icons/programming-language-fsharp.svg.js";
|
|
93
|
-
import * as Bo from "../icons/programming-language-go.svg.js";
|
|
94
|
-
import * as $o from "../icons/programming-language-html5.svg.js";
|
|
95
|
-
import * as Jo from "../icons/programming-language-http.svg.js";
|
|
96
|
-
import * as Ko from "../icons/programming-language-java.svg.js";
|
|
97
|
-
import * as qo from "../icons/programming-language-javascript.svg.js";
|
|
98
|
-
import * as zo from "../icons/programming-language-json.svg.js";
|
|
99
|
-
import * as Qo from "../icons/programming-language-kotlin.svg.js";
|
|
100
|
-
import * as Xo from "../icons/programming-language-node.svg.js";
|
|
101
|
-
import * as Yo from "../icons/programming-language-objc.svg.js";
|
|
102
|
-
import * as Zo from "../icons/programming-language-ocaml.svg.js";
|
|
103
|
-
import * as _o from "../icons/programming-language-php.svg.js";
|
|
104
|
-
import * as or from "../icons/programming-language-powershell.svg.js";
|
|
105
|
-
import * as rr from "../icons/programming-language-python.svg.js";
|
|
106
|
-
import * as sr from "../icons/programming-language-r.svg.js";
|
|
107
|
-
import * as gr from "../icons/programming-language-ruby.svg.js";
|
|
108
|
-
import * as ar from "../icons/programming-language-rust.svg.js";
|
|
109
|
-
import * as mr from "../icons/programming-language-scala.svg.js";
|
|
110
|
-
import * as ir from "../icons/programming-language-shell.svg.js";
|
|
111
|
-
import * as nr from "../icons/programming-language-swift.svg.js";
|
|
112
|
-
import * as tr from "../icons/programming-language-typescript.svg.js";
|
|
113
|
-
import * as pr from "../icons/programming-script-code.svg.js";
|
|
114
|
-
import * as er from "../icons/programming-tool-git.svg.js";
|
|
115
|
-
import * as cr from "../icons/programming-tool-tailwindcss.svg.js";
|
|
116
|
-
import * as lr from "../logos/Adonisjs.svg.js";
|
|
117
|
-
import * as fr from "../logos/Astro.svg.js";
|
|
118
|
-
import * as vr from "../logos/Docusaurus.svg.js";
|
|
119
|
-
import * as ur from "../logos/Dotnet.svg.js";
|
|
120
|
-
import * as dr from "../logos/Elysiajs.svg.js";
|
|
121
|
-
import * as Lr from "../logos/Express.svg.js";
|
|
122
|
-
import * as hr from "../logos/Fastapi.svg.js";
|
|
123
|
-
import * as wr from "../logos/Fastify.svg.js";
|
|
124
|
-
import * as kr from "../logos/Go.svg.js";
|
|
125
|
-
import * as Cr from "../logos/Hono.svg.js";
|
|
126
|
-
import * as br from "../logos/Laravel.svg.js";
|
|
127
|
-
import * as jr from "../logos/Litestar.svg.js";
|
|
128
|
-
import * as Dr from "../logos/Nestjs.svg.js";
|
|
129
|
-
import * as Sr from "../logos/Nextjs.svg.js";
|
|
130
|
-
import * as Ar from "../logos/Nitro.svg.js";
|
|
131
|
-
import * as Fr from "../logos/Nuxt.svg.js";
|
|
132
|
-
import * as yr from "../logos/Openapi.svg.js";
|
|
133
|
-
import * as Er from "../logos/Platformatic.svg.js";
|
|
134
|
-
import * as Hr from "../logos/React.svg.js";
|
|
135
|
-
import * as Rr from "../logos/Rust.svg.js";
|
|
136
|
-
import * as Tr from "../logos/Svelte.svg.js";
|
|
137
|
-
import * as Ur from "../logos/Vue.svg.js";
|
|
138
|
-
const s = /* @__PURE__ */ Object.assign({
|
|
139
|
-
"../icons/Add.svg": a,
|
|
140
|
-
"../icons/AddTab.svg": m,
|
|
141
|
-
"../icons/Alert.svg": i,
|
|
142
|
-
"../icons/ArrowLeft.svg": n,
|
|
143
|
-
"../icons/ArrowRight.svg": t,
|
|
144
|
-
"../icons/Brackets.svg": p,
|
|
145
|
-
"../icons/Branch.svg": e,
|
|
146
|
-
"../icons/Changelog.svg": c,
|
|
147
|
-
"../icons/Checkmark.svg": l,
|
|
148
|
-
"../icons/ChevronDown.svg": f,
|
|
149
|
-
"../icons/ChevronLeft.svg": v,
|
|
150
|
-
"../icons/ChevronRight.svg": u,
|
|
151
|
-
"../icons/ChevronUp.svg": d,
|
|
152
|
-
"../icons/Clipboard.svg": L,
|
|
153
|
-
"../icons/Close.svg": h,
|
|
154
|
-
"../icons/CloseTab.svg": w,
|
|
155
|
-
"../icons/CloseTabs.svg": k,
|
|
156
|
-
"../icons/Cloud.svg": C,
|
|
157
|
-
"../icons/CodeFolder.svg": b,
|
|
158
|
-
"../icons/Cog.svg": j,
|
|
159
|
-
"../icons/Collection.svg": D,
|
|
160
|
-
"../icons/Cookie.svg": S,
|
|
161
|
-
"../icons/DarkMode.svg": A,
|
|
162
|
-
"../icons/Delete.svg": F,
|
|
163
|
-
"../icons/Discord.svg": y,
|
|
164
|
-
"../icons/DocsPage.svg": E,
|
|
165
|
-
"../icons/Download.svg": H,
|
|
166
|
-
"../icons/Duplicate.svg": R,
|
|
167
|
-
"../icons/Edit.svg": T,
|
|
168
|
-
"../icons/Ellipses.svg": U,
|
|
169
|
-
"../icons/Email.svg": x,
|
|
170
|
-
"../icons/Error.svg": P,
|
|
171
|
-
"../icons/Example.svg": G,
|
|
172
|
-
"../icons/ExternalLink.svg": M,
|
|
173
|
-
"../icons/FilterList.svg": N,
|
|
174
|
-
"../icons/Folder.svg": O,
|
|
175
|
-
"../icons/GitHub.svg": W,
|
|
176
|
-
"../icons/GitHubLine.svg": I,
|
|
177
|
-
"../icons/Globe.svg": V,
|
|
178
|
-
"../icons/Google.svg": B,
|
|
179
|
-
"../icons/Help.svg": $,
|
|
180
|
-
"../icons/Hide.svg": J,
|
|
181
|
-
"../icons/History.svg": K,
|
|
182
|
-
"../icons/House.svg": q,
|
|
183
|
-
"../icons/Import.svg": z,
|
|
184
|
-
"../icons/Info.svg": Q,
|
|
185
|
-
"../icons/Key.svg": X,
|
|
186
|
-
"../icons/Leave.svg": Y,
|
|
187
|
-
"../icons/LightDarkModeToggle.svg": Z,
|
|
188
|
-
"../icons/LightMode.svg": _,
|
|
189
|
-
"../icons/Link.svg": oo,
|
|
190
|
-
"../icons/Lock.svg": ro,
|
|
191
|
-
"../icons/Logo.svg": so,
|
|
192
|
-
"../icons/Magic.svg": go,
|
|
193
|
-
"../icons/Markdown.svg": ao,
|
|
194
|
-
"../icons/Menu.svg": mo,
|
|
195
|
-
"../icons/NotAllowed.svg": io,
|
|
196
|
-
"../icons/Page.svg": no,
|
|
197
|
-
"../icons/Pencil.svg": to,
|
|
198
|
-
"../icons/Play.svg": po,
|
|
199
|
-
"../icons/Refresh.svg": eo,
|
|
200
|
-
"../icons/Roadmap.svg": co,
|
|
201
|
-
"../icons/Scribble.svg": lo,
|
|
202
|
-
"../icons/Search.svg": fo,
|
|
203
|
-
"../icons/Server.svg": vo,
|
|
204
|
-
"../icons/Settings.svg": uo,
|
|
205
|
-
"../icons/Show.svg": Lo,
|
|
206
|
-
"../icons/Sort.svg": ho,
|
|
207
|
-
"../icons/Terminal.svg": wo,
|
|
208
|
-
"../icons/Trash.svg": ko,
|
|
209
|
-
"../icons/Unlock.svg": Co,
|
|
210
|
-
"../icons/Unwatch.svg": bo,
|
|
211
|
-
"../icons/Upload.svg": jo,
|
|
212
|
-
"../icons/User.svg": Do,
|
|
213
|
-
"../icons/UserSwitch.svg": So,
|
|
214
|
-
"../icons/Users.svg": Ao,
|
|
215
|
-
"../icons/Versions.svg": Fo,
|
|
216
|
-
"../icons/Wallet.svg": yo,
|
|
217
|
-
"../icons/Watch.svg": Eo,
|
|
218
|
-
"../icons/Workspace.svg": Ho,
|
|
219
|
-
"../icons/programming-framework-angular.svg": Ro,
|
|
220
|
-
"../icons/programming-framework-astro.svg": To,
|
|
221
|
-
"../icons/programming-framework-laravel.svg": Uo,
|
|
222
|
-
"../icons/programming-framework-nextdotjs.svg": xo,
|
|
223
|
-
"../icons/programming-framework-react.svg": Po,
|
|
224
|
-
"../icons/programming-framework-vuedotjs.svg": Go,
|
|
225
|
-
"../icons/programming-language-c.svg": Mo,
|
|
226
|
-
"../icons/programming-language-clojure.svg": No,
|
|
227
|
-
"../icons/programming-language-csharp.svg": Oo,
|
|
228
|
-
"../icons/programming-language-css3.svg": Wo,
|
|
229
|
-
"../icons/programming-language-dart.svg": Io,
|
|
230
|
-
"../icons/programming-language-fsharp.svg": Vo,
|
|
231
|
-
"../icons/programming-language-go.svg": Bo,
|
|
232
|
-
"../icons/programming-language-html5.svg": $o,
|
|
233
|
-
"../icons/programming-language-http.svg": Jo,
|
|
234
|
-
"../icons/programming-language-java.svg": Ko,
|
|
235
|
-
"../icons/programming-language-javascript.svg": qo,
|
|
236
|
-
"../icons/programming-language-json.svg": zo,
|
|
237
|
-
"../icons/programming-language-kotlin.svg": Qo,
|
|
238
|
-
"../icons/programming-language-node.svg": Xo,
|
|
239
|
-
"../icons/programming-language-objc.svg": Yo,
|
|
240
|
-
"../icons/programming-language-ocaml.svg": Zo,
|
|
241
|
-
"../icons/programming-language-php.svg": _o,
|
|
242
|
-
"../icons/programming-language-powershell.svg": or,
|
|
243
|
-
"../icons/programming-language-python.svg": rr,
|
|
244
|
-
"../icons/programming-language-r.svg": sr,
|
|
245
|
-
"../icons/programming-language-ruby.svg": gr,
|
|
246
|
-
"../icons/programming-language-rust.svg": ar,
|
|
247
|
-
"../icons/programming-language-scala.svg": mr,
|
|
248
|
-
"../icons/programming-language-shell.svg": ir,
|
|
249
|
-
"../icons/programming-language-swift.svg": nr,
|
|
250
|
-
"../icons/programming-language-typescript.svg": tr,
|
|
251
|
-
"../icons/programming-script-code.svg": pr,
|
|
252
|
-
"../icons/programming-tool-git.svg": er,
|
|
253
|
-
"../icons/programming-tool-tailwindcss.svg": cr
|
|
254
|
-
}), g = /* @__PURE__ */ Object.assign({
|
|
255
|
-
"../logos/Adonisjs.svg": lr,
|
|
256
|
-
"../logos/Astro.svg": fr,
|
|
257
|
-
"../logos/Docusaurus.svg": vr,
|
|
258
|
-
"../logos/Dotnet.svg": ur,
|
|
259
|
-
"../logos/Elysiajs.svg": dr,
|
|
260
|
-
"../logos/Express.svg": Lr,
|
|
261
|
-
"../logos/Fastapi.svg": hr,
|
|
262
|
-
"../logos/Fastify.svg": wr,
|
|
263
|
-
"../logos/Go.svg": kr,
|
|
264
|
-
"../logos/Hono.svg": Cr,
|
|
265
|
-
"../logos/Laravel.svg": br,
|
|
266
|
-
"../logos/Litestar.svg": jr,
|
|
267
|
-
"../logos/Nestjs.svg": Dr,
|
|
268
|
-
"../logos/Nextjs.svg": Sr,
|
|
269
|
-
"../logos/Nitro.svg": Ar,
|
|
270
|
-
"../logos/Nuxt.svg": Fr,
|
|
271
|
-
"../logos/Openapi.svg": yr,
|
|
272
|
-
"../logos/Platformatic.svg": Er,
|
|
273
|
-
"../logos/React.svg": Hr,
|
|
274
|
-
"../logos/Rust.svg": Rr,
|
|
275
|
-
"../logos/Svelte.svg": Tr,
|
|
276
|
-
"../logos/Vue.svg": Ur
|
|
277
|
-
}), xr = (o) => {
|
|
278
|
-
const r = `../icons/${o}.svg`;
|
|
279
|
-
return s[r] ? s[r] : (console.warn(`Could not find icon: ${o}`), null);
|
|
280
|
-
}, Pr = (o) => {
|
|
281
|
-
const r = `../logos/${o}.svg`;
|
|
282
|
-
return g[r] ? g[r] : (console.warn(`Could not find icon: ${o}`), null);
|
|
283
|
-
};
|
|
284
|
-
export {
|
|
285
|
-
xr as getIcon,
|
|
286
|
-
Pr as getLogo
|
|
287
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { cva as s } from "@scalar/use-hooks/useBindCx";
|
|
2
|
-
const e = s({
|
|
3
|
-
variants: {
|
|
4
|
-
size: {
|
|
5
|
-
xs: "size-3",
|
|
6
|
-
sm: "size-3.5",
|
|
7
|
-
md: "size-4",
|
|
8
|
-
lg: "size-5",
|
|
9
|
-
xl: "size-6",
|
|
10
|
-
"2xl": "size-8",
|
|
11
|
-
"3xl": "size-10",
|
|
12
|
-
full: "size-full"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
defaultVariants: {
|
|
16
|
-
size: "full"
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
export {
|
|
20
|
-
e as variants
|
|
21
|
-
};
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { defineComponent as c, useTemplateRef as r, computed as t, createElementBlock as i, openBlock as a, mergeProps as d, unref as o, createVNode as u, createCommentVNode as m, toDisplayString as f } from "vue";
|
|
2
|
-
import { cva as b, useBindCx as h } from "@scalar/use-hooks/useBindCx";
|
|
3
|
-
import { BUTTON_VARIANT_STYLES as g } from "../ScalarButton/constants.js";
|
|
4
|
-
import { useTooltip as v } from "../ScalarTooltip/useTooltip.js";
|
|
5
|
-
import z from "../ScalarIcon/ScalarIconLegacyAdapter.vue.js";
|
|
6
|
-
const p = ["aria-disabled"], y = {
|
|
7
|
-
key: 0,
|
|
8
|
-
class: "sr-only"
|
|
9
|
-
}, k = {}, A = /* @__PURE__ */ c({
|
|
10
|
-
...k,
|
|
11
|
-
inheritAttrs: !1,
|
|
12
|
-
__name: "ScalarIconButton",
|
|
13
|
-
props: {
|
|
14
|
-
label: {},
|
|
15
|
-
icon: { type: [Object, Function] },
|
|
16
|
-
disabled: { type: Boolean },
|
|
17
|
-
variant: { default: "ghost" },
|
|
18
|
-
size: { default: "md" },
|
|
19
|
-
thickness: {},
|
|
20
|
-
weight: {},
|
|
21
|
-
tooltip: { type: [Boolean, String, Object] }
|
|
22
|
-
},
|
|
23
|
-
setup(e) {
|
|
24
|
-
const n = b({
|
|
25
|
-
base: "scalar-icon-button grid aspect-square cursor-pointer rounded",
|
|
26
|
-
variants: {
|
|
27
|
-
size: {
|
|
28
|
-
xxs: "size-3.5 p-0.5",
|
|
29
|
-
xs: "size-5 p-1",
|
|
30
|
-
sm: "size-6 p-1",
|
|
31
|
-
md: "size-10 p-3",
|
|
32
|
-
full: "size-full"
|
|
33
|
-
},
|
|
34
|
-
disabled: {
|
|
35
|
-
true: "cursor-not-allowed shadow-none"
|
|
36
|
-
},
|
|
37
|
-
// We use the same button styles for the icon buttons
|
|
38
|
-
variant: g
|
|
39
|
-
},
|
|
40
|
-
compoundVariants: [
|
|
41
|
-
{
|
|
42
|
-
size: "md",
|
|
43
|
-
variant: "ghost",
|
|
44
|
-
class: "size-8 p-2 m-1 -outline-offset-2 rounded-lg"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
}), { cx: s } = h(), l = r("ref");
|
|
48
|
-
return v({
|
|
49
|
-
content: t(() => e.label),
|
|
50
|
-
offset: t(() => e.variant === "ghost" ? 0 : 4),
|
|
51
|
-
placement: t(
|
|
52
|
-
() => typeof e.tooltip == "boolean" ? void 0 : e.tooltip
|
|
53
|
-
),
|
|
54
|
-
targetRef: t(() => e.tooltip ? l.value : void 0)
|
|
55
|
-
}), (x, B) => (a(), i("button", d({
|
|
56
|
-
ref: "ref",
|
|
57
|
-
"aria-disabled": e.disabled,
|
|
58
|
-
type: "button"
|
|
59
|
-
}, o(s)(o(n)({ size: e.size, variant: e.variant, disabled: e.disabled }))), [
|
|
60
|
-
u(o(z), {
|
|
61
|
-
icon: e.icon,
|
|
62
|
-
thickness: e.thickness,
|
|
63
|
-
weight: e.weight
|
|
64
|
-
}, null, 8, ["icon", "thickness", "weight"]),
|
|
65
|
-
e.tooltip ? m("", !0) : (a(), i("span", y, f(e.label), 1))
|
|
66
|
-
], 16, p));
|
|
67
|
-
}
|
|
68
|
-
});
|
|
69
|
-
export {
|
|
70
|
-
A as default
|
|
71
|
-
};
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { defineComponent as x, createBlock as n, openBlock as o, unref as t, withCtx as l, createCommentVNode as u, createVNode as i, createTextVNode as b, toDisplayString as V, mergeProps as d, renderSlot as y, createElementBlock as f, createElementVNode as B, Fragment as g, renderList as L } from "vue";
|
|
2
|
-
import { Listbox as h, ListboxLabel as k, ListboxButton as $, ListboxOptions as N } from "@headlessui/vue";
|
|
3
|
-
import { useBindCx as w } from "@scalar/use-hooks/useBindCx";
|
|
4
|
-
import C from "./ScalarListboxItem.vue.js";
|
|
5
|
-
import S from "../ScalarFloating/ScalarFloating.vue.js";
|
|
6
|
-
import v from "../ScalarFloating/ScalarFloatingBackdrop.vue.js";
|
|
7
|
-
const E = { class: "custom-scroll min-h-0 flex-1" }, P = /* @__PURE__ */ x({
|
|
8
|
-
inheritAttrs: !1,
|
|
9
|
-
__name: "ScalarListbox",
|
|
10
|
-
props: {
|
|
11
|
-
options: {},
|
|
12
|
-
id: {},
|
|
13
|
-
label: {},
|
|
14
|
-
multiple: { type: Boolean },
|
|
15
|
-
modelValue: {},
|
|
16
|
-
placement: {},
|
|
17
|
-
offset: { type: [Number, Object, Function] },
|
|
18
|
-
resize: { type: Boolean },
|
|
19
|
-
target: {},
|
|
20
|
-
middleware: {},
|
|
21
|
-
teleport: { type: [Boolean, String] }
|
|
22
|
-
},
|
|
23
|
-
emits: ["update:modelValue"],
|
|
24
|
-
setup(e) {
|
|
25
|
-
const { cx: c } = w();
|
|
26
|
-
return (m, r) => (o(), n(t(h), {
|
|
27
|
-
modelValue: e.modelValue,
|
|
28
|
-
multiple: e.multiple,
|
|
29
|
-
"onUpdate:modelValue": r[0] || (r[0] = (a) => m.$emit("update:modelValue", a))
|
|
30
|
-
}, {
|
|
31
|
-
default: l(({ open: a }) => [
|
|
32
|
-
e.label ? (o(), n(t(k), {
|
|
33
|
-
key: 0,
|
|
34
|
-
class: "sr-only"
|
|
35
|
-
}, {
|
|
36
|
-
default: l(() => [
|
|
37
|
-
b(V(e.label), 1)
|
|
38
|
-
]),
|
|
39
|
-
_: 1
|
|
40
|
-
})) : u("", !0),
|
|
41
|
-
i(t(S), d(m.$props, {
|
|
42
|
-
placement: e.placement ?? "bottom-start"
|
|
43
|
-
}), {
|
|
44
|
-
floating: l(({ width: p }) => [
|
|
45
|
-
a ? (o(), f("div", d(
|
|
46
|
-
{
|
|
47
|
-
key: 0,
|
|
48
|
-
style: { width: p }
|
|
49
|
-
},
|
|
50
|
-
t(c)(
|
|
51
|
-
"relative flex max-h-[inherit] w-40 max-w-[inherit] rounded text-sm"
|
|
52
|
-
)
|
|
53
|
-
), [
|
|
54
|
-
B("div", E, [
|
|
55
|
-
i(t(N), { class: "flex flex-col gap-0.75 p-0.75 -outline-offset-1" }, {
|
|
56
|
-
default: l(() => [
|
|
57
|
-
(o(!0), f(g, null, L(e.options, (s) => (o(), n(C, {
|
|
58
|
-
key: s.id,
|
|
59
|
-
multiselect: e.multiple,
|
|
60
|
-
option: s
|
|
61
|
-
}, null, 8, ["multiselect", "option"]))), 128))
|
|
62
|
-
]),
|
|
63
|
-
_: 1
|
|
64
|
-
})
|
|
65
|
-
]),
|
|
66
|
-
i(t(v))
|
|
67
|
-
], 16)) : u("", !0)
|
|
68
|
-
]),
|
|
69
|
-
default: l(() => [
|
|
70
|
-
i(t($), {
|
|
71
|
-
id: e.id,
|
|
72
|
-
as: "template"
|
|
73
|
-
}, {
|
|
74
|
-
default: l(() => [
|
|
75
|
-
y(m.$slots, "default", { open: a })
|
|
76
|
-
]),
|
|
77
|
-
_: 2
|
|
78
|
-
}, 1032, ["id"])
|
|
79
|
-
]),
|
|
80
|
-
_: 2
|
|
81
|
-
}, 1040, ["placement"])
|
|
82
|
-
]),
|
|
83
|
-
_: 3
|
|
84
|
-
}, 8, ["modelValue", "multiple"]));
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
export {
|
|
88
|
-
P as default
|
|
89
|
-
};
|