@lobehub/ui 3.4.2 → 3.4.4
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/awesome.d.ts +1 -1
- package/awesome.js +1 -1
- package/brand.d.ts +1 -1
- package/brand.js +1 -1
- package/chat.d.ts +1 -1
- package/chat.js +1 -1
- package/color.d.ts +1 -1
- package/color.js +1 -1
- package/es/A/index.d.mts +10 -0
- package/es/A/index.d.ts +1 -6
- package/es/A/index.js +1 -26
- package/es/A/index.mjs +18 -0
- package/es/A/index.mjs.map +1 -0
- package/es/Accordion/Accordion.d.mts +8 -0
- package/es/Accordion/Accordion.mjs +69 -0
- package/es/Accordion/Accordion.mjs.map +1 -0
- package/es/Accordion/AccordionItem.d.mts +8 -0
- package/es/Accordion/AccordionItem.mjs +263 -0
- package/es/Accordion/AccordionItem.mjs.map +1 -0
- package/es/Accordion/ArrowIcon.mjs +28 -0
- package/es/Accordion/ArrowIcon.mjs.map +1 -0
- package/es/Accordion/context.mjs +13 -0
- package/es/Accordion/context.mjs.map +1 -0
- package/es/Accordion/index.d.mts +4 -0
- package/es/Accordion/index.d.ts +1 -3
- package/es/Accordion/index.js +1 -3
- package/es/Accordion/index.mjs +4 -0
- package/es/Accordion/style.mjs +65 -0
- package/es/Accordion/style.mjs.map +1 -0
- package/es/Accordion/type.d.mts +138 -0
- package/es/ActionIcon/ActionIcon.d.mts +8 -0
- package/es/ActionIcon/ActionIcon.mjs +132 -0
- package/es/ActionIcon/ActionIcon.mjs.map +1 -0
- package/es/ActionIcon/components/utils.mjs +45 -0
- package/es/ActionIcon/components/utils.mjs.map +1 -0
- package/es/ActionIcon/index.d.mts +3 -0
- package/es/ActionIcon/index.d.ts +1 -2
- package/es/ActionIcon/index.js +1 -1
- package/es/ActionIcon/index.mjs +3 -0
- package/es/ActionIcon/style.mjs +51 -0
- package/es/ActionIcon/style.mjs.map +1 -0
- package/es/ActionIcon/type.d.mts +32 -0
- package/es/ActionIconGroup/ActionIconGroup.d.mts +8 -0
- package/es/ActionIconGroup/ActionIconGroup.mjs +100 -0
- package/es/ActionIconGroup/ActionIconGroup.mjs.map +1 -0
- package/es/ActionIconGroup/index.d.mts +4 -0
- package/es/ActionIconGroup/index.d.ts +1 -2
- package/es/ActionIconGroup/index.js +1 -1
- package/es/ActionIconGroup/index.mjs +3 -0
- package/es/ActionIconGroup/style.mjs +21 -0
- package/es/ActionIconGroup/style.mjs.map +1 -0
- package/es/ActionIconGroup/type.d.mts +27 -0
- package/es/Alert/Alert.d.mts +8 -0
- package/es/Alert/Alert.mjs +173 -0
- package/es/Alert/Alert.mjs.map +1 -0
- package/es/Alert/index.d.mts +3 -0
- package/es/Alert/index.d.ts +1 -2
- package/es/Alert/index.js +1 -1
- package/es/Alert/index.mjs +3 -0
- package/es/Alert/style.mjs +102 -0
- package/es/Alert/style.mjs.map +1 -0
- package/es/Alert/type.d.mts +35 -0
- package/es/AutoComplete/Select.d.mts +8 -0
- package/es/AutoComplete/Select.mjs +40 -0
- package/es/AutoComplete/Select.mjs.map +1 -0
- package/es/AutoComplete/index.d.mts +3 -0
- package/es/AutoComplete/index.d.ts +1 -2
- package/es/AutoComplete/index.js +1 -1
- package/es/AutoComplete/index.mjs +3 -0
- package/es/AutoComplete/style.mjs +40 -0
- package/es/AutoComplete/style.mjs.map +1 -0
- package/es/AutoComplete/type.d.mts +9 -0
- package/es/Avatar/Avatar.mjs +110 -0
- package/es/Avatar/Avatar.mjs.map +1 -0
- package/es/Avatar/AvatarGroup/index.d.mts +8 -0
- package/es/Avatar/AvatarGroup/index.mjs +67 -0
- package/es/Avatar/AvatarGroup/index.mjs.map +1 -0
- package/es/Avatar/AvatarGroup/style.mjs +27 -0
- package/es/Avatar/AvatarGroup/style.mjs.map +1 -0
- package/es/Avatar/index.d.mts +13 -0
- package/es/Avatar/index.d.ts +1 -11
- package/es/Avatar/index.js +1 -6
- package/es/Avatar/index.mjs +11 -0
- package/es/Avatar/index.mjs.map +1 -0
- package/es/Avatar/style.mjs +52 -0
- package/es/Avatar/style.mjs.map +1 -0
- package/es/Avatar/type.d.mts +50 -0
- package/es/Block/Block.d.mts +8 -0
- package/es/Block/Block.mjs +72 -0
- package/es/Block/Block.mjs.map +1 -0
- package/es/Block/index.d.mts +3 -0
- package/es/Block/index.d.ts +1 -2
- package/es/Block/index.js +1 -1
- package/es/Block/index.mjs +3 -0
- package/es/Block/style.mjs +26 -0
- package/es/Block/style.mjs.map +1 -0
- package/es/Block/type.d.mts +15 -0
- package/es/Burger/Burger.d.mts +8 -0
- package/es/Burger/Burger.mjs +56 -0
- package/es/Burger/Burger.mjs.map +1 -0
- package/es/Burger/index.d.mts +3 -0
- package/es/Burger/index.d.ts +1 -2
- package/es/Burger/index.js +1 -1
- package/es/Burger/index.mjs +3 -0
- package/es/Burger/style.mjs +123 -0
- package/es/Burger/style.mjs.map +1 -0
- package/es/Burger/type.d.mts +27 -0
- package/es/Button/Button.d.mts +8 -0
- package/es/Button/Button.mjs +59 -0
- package/es/Button/Button.mjs.map +1 -0
- package/es/Button/index.d.mts +3 -0
- package/es/Button/index.d.ts +1 -2
- package/es/Button/index.js +1 -1
- package/es/Button/index.mjs +3 -0
- package/es/Button/style.mjs +22 -0
- package/es/Button/style.mjs.map +1 -0
- package/es/Button/type.d.mts +16 -0
- package/es/CodeEditor/CodeEditor.d.mts +8 -0
- package/es/CodeEditor/CodeEditor.mjs +65 -0
- package/es/CodeEditor/CodeEditor.mjs.map +1 -0
- package/es/CodeEditor/index.d.mts +3 -0
- package/es/CodeEditor/index.d.ts +1 -2
- package/es/CodeEditor/index.js +1 -1
- package/es/CodeEditor/index.mjs +3 -0
- package/es/CodeEditor/style.mjs +87 -0
- package/es/CodeEditor/style.mjs.map +1 -0
- package/es/CodeEditor/type.d.mts +27 -0
- package/es/Collapse/Collapse.d.mts +8 -0
- package/es/Collapse/Collapse.mjs +114 -0
- package/es/Collapse/Collapse.mjs.map +1 -0
- package/es/Collapse/index.d.mts +3 -0
- package/es/Collapse/index.d.ts +1 -2
- package/es/Collapse/index.js +1 -2
- package/es/Collapse/index.mjs +3 -0
- package/es/Collapse/style.mjs +140 -0
- package/es/Collapse/style.mjs.map +1 -0
- package/es/Collapse/type.d.mts +35 -0
- package/es/ColorSwatches/ColorSwatches.d.mts +8 -0
- package/es/ColorSwatches/ColorSwatches.mjs +89 -0
- package/es/ColorSwatches/ColorSwatches.mjs.map +1 -0
- package/es/ColorSwatches/index.d.mts +3 -0
- package/es/ColorSwatches/index.d.ts +1 -2
- package/es/ColorSwatches/index.js +1 -2
- package/es/ColorSwatches/index.mjs +3 -0
- package/es/ColorSwatches/style.mjs +88 -0
- package/es/ColorSwatches/style.mjs.map +1 -0
- package/es/ColorSwatches/type.d.mts +28 -0
- package/es/ConfigProvider/index.d.mts +25 -0
- package/es/ConfigProvider/index.d.ts +1 -17
- package/es/ConfigProvider/index.js +1 -45
- package/es/ConfigProvider/index.mjs +36 -0
- package/es/ConfigProvider/index.mjs.map +1 -0
- package/es/CopyButton/CopyButton.d.mts +8 -0
- package/es/CopyButton/CopyButton.mjs +33 -0
- package/es/CopyButton/CopyButton.mjs.map +1 -0
- package/es/CopyButton/index.d.mts +3 -0
- package/es/CopyButton/index.d.ts +1 -2
- package/es/CopyButton/index.js +1 -2
- package/es/CopyButton/index.mjs +3 -0
- package/es/CopyButton/type.d.mts +10 -0
- package/es/DatePicker/DatePicker.d.mts +8 -0
- package/es/DatePicker/DatePicker.mjs +40 -0
- package/es/DatePicker/DatePicker.mjs.map +1 -0
- package/es/DatePicker/index.d.mts +3 -0
- package/es/DatePicker/index.d.ts +1 -2
- package/es/DatePicker/index.js +1 -1
- package/es/DatePicker/index.mjs +3 -0
- package/es/DatePicker/style.mjs +16 -0
- package/es/DatePicker/style.mjs.map +1 -0
- package/es/DatePicker/type.d.mts +9 -0
- package/es/DownloadButton/DownloadButton.d.mts +8 -0
- package/es/DownloadButton/DownloadButton.mjs +31 -0
- package/es/DownloadButton/DownloadButton.mjs.map +1 -0
- package/es/DownloadButton/index.d.mts +3 -0
- package/es/DownloadButton/index.d.ts +1 -2
- package/es/DownloadButton/index.js +1 -2
- package/es/DownloadButton/index.mjs +3 -0
- package/es/DownloadButton/type.d.mts +12 -0
- package/es/DraggablePanel/DraggablePanel.mjs +312 -0
- package/es/DraggablePanel/DraggablePanel.mjs.map +1 -0
- package/es/DraggablePanel/components/DraggablePanelBody.d.mts +9 -0
- package/es/DraggablePanel/components/DraggablePanelBody.mjs +22 -0
- package/es/DraggablePanel/components/DraggablePanelBody.mjs.map +1 -0
- package/es/DraggablePanel/components/DraggablePanelContainer.d.mts +9 -0
- package/es/DraggablePanel/components/DraggablePanelContainer.mjs +21 -0
- package/es/DraggablePanel/components/DraggablePanelContainer.mjs.map +1 -0
- package/es/DraggablePanel/components/DraggablePanelFooter.d.mts +9 -0
- package/es/DraggablePanel/components/DraggablePanelFooter.mjs +26 -0
- package/es/DraggablePanel/components/DraggablePanelFooter.mjs.map +1 -0
- package/es/DraggablePanel/components/DraggablePanelHeader.d.mts +15 -0
- package/es/DraggablePanel/components/DraggablePanelHeader.mjs +50 -0
- package/es/DraggablePanel/components/DraggablePanelHeader.mjs.map +1 -0
- package/es/DraggablePanel/components/style.mjs +36 -0
- package/es/DraggablePanel/components/style.mjs.map +1 -0
- package/es/DraggablePanel/index.d.mts +19 -0
- package/es/DraggablePanel/index.d.ts +1 -20
- package/es/DraggablePanel/index.js +1 -17
- package/es/DraggablePanel/index.mjs +19 -0
- package/es/DraggablePanel/index.mjs.map +1 -0
- package/es/DraggablePanel/style.mjs +252 -0
- package/es/DraggablePanel/style.mjs.map +1 -0
- package/es/DraggablePanel/type.d.mts +48 -0
- package/es/DraggablePanel/utils.mjs +13 -0
- package/es/DraggablePanel/utils.mjs.map +1 -0
- package/es/DraggableSideNav/DraggableSideNav.d.mts +8 -0
- package/es/DraggableSideNav/DraggableSideNav.mjs +436 -0
- package/es/DraggableSideNav/DraggableSideNav.mjs.map +1 -0
- package/es/DraggableSideNav/index.d.mts +3 -0
- package/es/DraggableSideNav/index.d.ts +1 -2
- package/es/DraggableSideNav/index.js +1 -1
- package/es/DraggableSideNav/index.mjs +3 -0
- package/es/DraggableSideNav/style.mjs +254 -0
- package/es/DraggableSideNav/style.mjs.map +1 -0
- package/es/DraggableSideNav/type.d.mts +124 -0
- package/es/Drawer/Drawer.d.mts +8 -0
- package/es/Drawer/Drawer.mjs +146 -0
- package/es/Drawer/Drawer.mjs.map +1 -0
- package/es/Drawer/index.d.mts +3 -0
- package/es/Drawer/index.d.ts +1 -2
- package/es/Drawer/index.js +1 -1
- package/es/Drawer/index.mjs +3 -0
- package/es/Drawer/type.d.mts +31 -0
- package/es/Dropdown/Dropdown.d.mts +8 -0
- package/es/Dropdown/Dropdown.mjs +33 -0
- package/es/Dropdown/Dropdown.mjs.map +1 -0
- package/es/Dropdown/index.d.mts +4 -0
- package/es/Dropdown/index.d.ts +1 -2
- package/es/Dropdown/index.js +1 -1
- package/es/Dropdown/index.mjs +3 -0
- package/es/Dropdown/type.d.mts +14 -0
- package/es/EditableText/ControlInput.d.mts +21 -0
- package/es/EditableText/ControlInput.mjs +85 -0
- package/es/EditableText/ControlInput.mjs.map +1 -0
- package/es/EditableText/EditableText.d.mts +8 -0
- package/es/EditableText/EditableText.mjs +82 -0
- package/es/EditableText/EditableText.mjs.map +1 -0
- package/es/EditableText/index.d.mts +3 -0
- package/es/EditableText/index.d.ts +1 -2
- package/es/EditableText/index.js +1 -1
- package/es/EditableText/index.mjs +3 -0
- package/es/EditableText/type.d.mts +25 -0
- package/es/EmojiPicker/AvatarUploader.mjs +121 -0
- package/es/EmojiPicker/AvatarUploader.mjs.map +1 -0
- package/es/EmojiPicker/EmojiPicker.d.mts +8 -0
- package/es/EmojiPicker/EmojiPicker.mjs +162 -0
- package/es/EmojiPicker/EmojiPicker.mjs.map +1 -0
- package/es/EmojiPicker/index.d.mts +3 -0
- package/es/EmojiPicker/index.d.ts +1 -2
- package/es/EmojiPicker/index.js +1 -1
- package/es/EmojiPicker/index.mjs +3 -0
- package/es/EmojiPicker/style.mjs +47 -0
- package/es/EmojiPicker/style.mjs.map +1 -0
- package/es/EmojiPicker/type.d.mts +63 -0
- package/es/Empty/Empty.d.mts +8 -0
- package/es/Empty/Empty.mjs +79 -0
- package/es/Empty/Empty.mjs.map +1 -0
- package/es/Empty/index.d.mts +3 -0
- package/es/Empty/index.d.ts +1 -2
- package/es/Empty/index.js +1 -1
- package/es/Empty/index.mjs +3 -0
- package/es/Empty/type.d.mts +29 -0
- package/es/FileTypeIcon/FileTypeIcon.d.mts +8 -0
- package/es/FileTypeIcon/FileTypeIcon.mjs +67 -0
- package/es/FileTypeIcon/FileTypeIcon.mjs.map +1 -0
- package/es/FileTypeIcon/components/FileIcon.mjs +47 -0
- package/es/FileTypeIcon/components/FileIcon.mjs.map +1 -0
- package/es/FileTypeIcon/components/FolderIcon.mjs +35 -0
- package/es/FileTypeIcon/components/FolderIcon.mjs.map +1 -0
- package/es/FileTypeIcon/index.d.mts +3 -0
- package/es/FileTypeIcon/index.d.ts +1 -2
- package/es/FileTypeIcon/index.js +1 -1
- package/es/FileTypeIcon/index.mjs +3 -0
- package/es/FileTypeIcon/style.mjs +23 -0
- package/es/FileTypeIcon/style.mjs.map +1 -0
- package/es/FileTypeIcon/type.d.mts +17 -0
- package/es/Flex/Center.d.mts +8 -0
- package/es/Flex/Center.mjs +16 -0
- package/es/Flex/Center.mjs.map +1 -0
- package/es/Flex/FlexBasic.d.mts +8 -0
- package/es/Flex/FlexBasic.mjs +48 -0
- package/es/Flex/FlexBasic.mjs.map +1 -0
- package/es/Flex/Flexbox.d.mts +1 -0
- package/es/Flex/index.d.mts +5 -0
- package/es/Flex/index.d.ts +1 -4
- package/es/Flex/index.js +1 -3
- package/es/Flex/index.mjs +4 -0
- package/es/Flex/type.d.mts +108 -0
- package/es/Flex/utils.mjs +25 -0
- package/es/Flex/utils.mjs.map +1 -0
- package/es/FluentEmoji/FluentEmoji.d.mts +8 -0
- package/es/FluentEmoji/FluentEmoji.mjs +53 -0
- package/es/FluentEmoji/FluentEmoji.mjs.map +1 -0
- package/es/FluentEmoji/index.d.mts +3 -0
- package/es/FluentEmoji/index.d.ts +1 -2
- package/es/FluentEmoji/index.js +1 -1
- package/es/FluentEmoji/index.mjs +3 -0
- package/es/FluentEmoji/style.mjs +14 -0
- package/es/FluentEmoji/style.mjs.map +1 -0
- package/es/FluentEmoji/type.d.mts +15 -0
- package/es/FluentEmoji/utils.d.mts +5 -0
- package/es/FluentEmoji/utils.mjs +46 -0
- package/es/FluentEmoji/utils.mjs.map +1 -0
- package/es/FontLoader/index.d.mts +10 -0
- package/es/FontLoader/index.d.ts +1 -6
- package/es/FontLoader/index.js +1 -36
- package/es/FontLoader/index.mjs +33 -0
- package/es/FontLoader/index.mjs.map +1 -0
- package/es/Footer/Footer.d.mts +8 -0
- package/es/Footer/Footer.mjs +33 -0
- package/es/Footer/Footer.mjs.map +1 -0
- package/es/Footer/index.d.mts +3 -0
- package/es/Footer/index.d.ts +1 -2
- package/es/Footer/index.js +1 -1
- package/es/Footer/index.mjs +3 -0
- package/es/Footer/style.mjs +178 -0
- package/es/Footer/style.mjs.map +1 -0
- package/es/Footer/type.d.mts +15 -0
- package/es/Form/Form.mjs +115 -0
- package/es/Form/Form.mjs.map +1 -0
- package/es/Form/components/FormDivider.mjs +30 -0
- package/es/Form/components/FormDivider.mjs.map +1 -0
- package/es/Form/components/FormFlatGroup.mjs +33 -0
- package/es/Form/components/FormFlatGroup.mjs.map +1 -0
- package/es/Form/components/FormGroup.d.mts +8 -0
- package/es/Form/components/FormGroup.mjs +71 -0
- package/es/Form/components/FormGroup.mjs.map +1 -0
- package/es/Form/components/FormItem.d.mts +8 -0
- package/es/Form/components/FormItem.mjs +58 -0
- package/es/Form/components/FormItem.mjs.map +1 -0
- package/es/Form/components/FormProvider.mjs +20 -0
- package/es/Form/components/FormProvider.mjs.map +1 -0
- package/es/Form/components/FormSubmitFooter.d.mts +8 -0
- package/es/Form/components/FormSubmitFooter.mjs +125 -0
- package/es/Form/components/FormSubmitFooter.mjs.map +1 -0
- package/es/Form/components/FormTitle.d.mts +8 -0
- package/es/Form/components/FormTitle.mjs +44 -0
- package/es/Form/components/FormTitle.mjs.map +1 -0
- package/es/Form/components/merge.mjs +23 -0
- package/es/Form/components/merge.mjs.map +1 -0
- package/es/Form/index.d.mts +22 -0
- package/es/Form/index.d.ts +1 -23
- package/es/Form/index.js +1 -20
- package/es/Form/index.mjs +22 -0
- package/es/Form/index.mjs.map +1 -0
- package/es/Form/style.mjs +217 -0
- package/es/Form/style.mjs.map +1 -0
- package/es/Form/type.d.mts +119 -0
- package/es/FormModal/FormModal.d.mts +8 -0
- package/es/FormModal/FormModal.mjs +93 -0
- package/es/FormModal/FormModal.mjs.map +1 -0
- package/es/FormModal/index.d.mts +3 -0
- package/es/FormModal/index.d.ts +1 -2
- package/es/FormModal/index.js +1 -1
- package/es/FormModal/index.mjs +3 -0
- package/es/FormModal/style.mjs +46 -0
- package/es/FormModal/style.mjs.map +1 -0
- package/es/FormModal/type.d.mts +27 -0
- package/es/Grid/Grid.d.mts +8 -0
- package/es/Grid/Grid.mjs +27 -0
- package/es/Grid/Grid.mjs.map +1 -0
- package/es/Grid/index.d.mts +3 -0
- package/es/Grid/index.d.ts +1 -2
- package/es/Grid/index.js +1 -1
- package/es/Grid/index.mjs +3 -0
- package/es/Grid/style.mjs +24 -0
- package/es/Grid/style.mjs.map +1 -0
- package/es/Grid/type.d.mts +14 -0
- package/es/GroupAvatar/GroupAvatar.d.mts +8 -0
- package/es/GroupAvatar/GroupAvatar.mjs +76 -0
- package/es/GroupAvatar/GroupAvatar.mjs.map +1 -0
- package/es/GroupAvatar/index.d.mts +3 -0
- package/es/GroupAvatar/index.d.ts +1 -2
- package/es/GroupAvatar/index.js +1 -1
- package/es/GroupAvatar/index.mjs +3 -0
- package/es/GroupAvatar/style.mjs +37 -0
- package/es/GroupAvatar/style.mjs.map +1 -0
- package/es/GroupAvatar/type.d.mts +18 -0
- package/es/GuideCard/GuideCard.d.mts +8 -0
- package/es/GuideCard/GuideCard.mjs +82 -0
- package/es/GuideCard/GuideCard.mjs.map +1 -0
- package/es/GuideCard/index.d.mts +2 -0
- package/es/GuideCard/style.mjs +42 -0
- package/es/GuideCard/style.mjs.map +1 -0
- package/es/GuideCard/type.d.mts +38 -0
- package/es/Header/Header.d.mts +8 -0
- package/es/Header/Header.mjs +90 -0
- package/es/Header/Header.mjs.map +1 -0
- package/es/Header/index.d.mts +3 -0
- package/es/Header/index.d.ts +1 -2
- package/es/Header/index.js +1 -1
- package/es/Header/index.mjs +3 -0
- package/es/Header/style.mjs +48 -0
- package/es/Header/style.mjs.map +1 -0
- package/es/Header/type.d.mts +20 -0
- package/es/Highlighter/FullFeatured.mjs +178 -0
- package/es/Highlighter/FullFeatured.mjs.map +1 -0
- package/es/Highlighter/Highlighter.d.mts +8 -0
- package/es/Highlighter/Highlighter.mjs +174 -0
- package/es/Highlighter/Highlighter.mjs.map +1 -0
- package/es/Highlighter/LangSelect.mjs +71 -0
- package/es/Highlighter/LangSelect.mjs.map +1 -0
- package/es/Highlighter/SyntaxHighlighter/StaticRenderer.mjs +32 -0
- package/es/Highlighter/SyntaxHighlighter/StaticRenderer.mjs.map +1 -0
- package/es/Highlighter/SyntaxHighlighter/StreamRenderer.mjs +103 -0
- package/es/Highlighter/SyntaxHighlighter/StreamRenderer.mjs.map +1 -0
- package/es/Highlighter/SyntaxHighlighter/index.d.mts +8 -0
- package/es/Highlighter/SyntaxHighlighter/index.mjs +72 -0
- package/es/Highlighter/SyntaxHighlighter/index.mjs.map +1 -0
- package/es/Highlighter/SyntaxHighlighter/style.mjs +117 -0
- package/es/Highlighter/SyntaxHighlighter/style.mjs.map +1 -0
- package/es/Highlighter/const.d.mts +9 -0
- package/es/Highlighter/const.mjs +31 -0
- package/es/Highlighter/const.mjs.map +1 -0
- package/es/Highlighter/index.d.mts +5 -0
- package/es/Highlighter/index.d.ts +1 -4
- package/es/Highlighter/index.js +1 -3
- package/es/Highlighter/index.mjs +5 -0
- package/es/Highlighter/style.mjs +131 -0
- package/es/Highlighter/style.mjs.map +1 -0
- package/es/Highlighter/type.d.mts +61 -0
- package/es/Hotkey/Hotkey.d.mts +8 -0
- package/es/Hotkey/Hotkey.mjs +154 -0
- package/es/Hotkey/Hotkey.mjs.map +1 -0
- package/es/Hotkey/const.d.mts +39 -0
- package/es/Hotkey/const.mjs +40 -0
- package/es/Hotkey/const.mjs.map +1 -0
- package/es/Hotkey/index.d.mts +5 -0
- package/es/Hotkey/index.d.ts +1 -4
- package/es/Hotkey/index.js +1 -3
- package/es/Hotkey/index.mjs +5 -0
- package/es/Hotkey/style.mjs +39 -0
- package/es/Hotkey/style.mjs.map +1 -0
- package/es/Hotkey/type.d.mts +21 -0
- package/es/Hotkey/utils.d.mts +6 -0
- package/es/Hotkey/utils.mjs +31 -0
- package/es/Hotkey/utils.mjs.map +1 -0
- package/es/HotkeyInput/HotkeyInput.d.mts +8 -0
- package/es/HotkeyInput/HotkeyInput.mjs +219 -0
- package/es/HotkeyInput/HotkeyInput.mjs.map +1 -0
- package/es/HotkeyInput/index.d.mts +3 -0
- package/es/HotkeyInput/index.d.ts +1 -2
- package/es/HotkeyInput/index.js +1 -2
- package/es/HotkeyInput/index.mjs +3 -0
- package/es/HotkeyInput/style.mjs +54 -0
- package/es/HotkeyInput/style.mjs.map +1 -0
- package/es/HotkeyInput/type.d.mts +31 -0
- package/es/Icon/Icon.d.mts +8 -0
- package/es/Icon/Icon.mjs +47 -0
- package/es/Icon/Icon.mjs.map +1 -0
- package/es/Icon/components/IconProvider.d.mts +15 -0
- package/es/Icon/components/IconProvider.mjs +20 -0
- package/es/Icon/components/IconProvider.mjs.map +1 -0
- package/es/Icon/components/utils.mjs +39 -0
- package/es/Icon/components/utils.mjs.map +1 -0
- package/es/Icon/index.d.mts +4 -0
- package/es/Icon/index.d.ts +1 -3
- package/es/Icon/index.js +1 -2
- package/es/Icon/index.mjs +4 -0
- package/es/Icon/style.mjs +19 -0
- package/es/Icon/style.mjs.map +1 -0
- package/es/Icon/type.d.mts +20 -0
- package/es/Image/Image.mjs +72 -0
- package/es/Image/Image.mjs.map +1 -0
- package/es/Image/PreviewGroup.d.mts +8 -0
- package/es/Image/PreviewGroup.mjs +24 -0
- package/es/Image/PreviewGroup.mjs.map +1 -0
- package/es/Image/components/Preview.mjs +26 -0
- package/es/Image/components/Preview.mjs.map +1 -0
- package/es/Image/components/Toolbar.mjs +51 -0
- package/es/Image/components/Toolbar.mjs.map +1 -0
- package/es/Image/components/usePreview.mjs +60 -0
- package/es/Image/components/usePreview.mjs.map +1 -0
- package/es/Image/components/usePreviewGroup.mjs +59 -0
- package/es/Image/components/usePreviewGroup.mjs.map +1 -0
- package/es/Image/index.d.mts +13 -0
- package/es/Image/index.d.ts +1 -11
- package/es/Image/index.js +1 -6
- package/es/Image/index.mjs +11 -0
- package/es/Image/index.mjs.map +1 -0
- package/es/Image/style.mjs +83 -0
- package/es/Image/style.mjs.map +1 -0
- package/es/Image/type.d.mts +44 -0
- package/es/ImageSelect/ImageSelect.d.mts +8 -0
- package/es/ImageSelect/ImageSelect.mjs +60 -0
- package/es/ImageSelect/ImageSelect.mjs.map +1 -0
- package/es/ImageSelect/index.d.mts +2 -0
- package/es/ImageSelect/styles.mjs +28 -0
- package/es/ImageSelect/styles.mjs.map +1 -0
- package/es/ImageSelect/type.d.mts +36 -0
- package/es/Img/index.d.ts +1 -9
- package/es/Img/index.js +1 -33
- package/es/Img/index.mjs +22 -0
- package/es/Img/index.mjs.map +1 -0
- package/es/Input/Input.d.mts +8 -0
- package/es/Input/Input.mjs +41 -0
- package/es/Input/Input.mjs.map +1 -0
- package/es/Input/InputNumber.d.mts +8 -0
- package/es/Input/InputNumber.mjs +41 -0
- package/es/Input/InputNumber.mjs.map +1 -0
- package/es/Input/InputOPT.d.mts +8 -0
- package/es/Input/InputOPT.mjs +42 -0
- package/es/Input/InputOPT.mjs.map +1 -0
- package/es/Input/InputPassword.d.mts +8 -0
- package/es/Input/InputPassword.mjs +42 -0
- package/es/Input/InputPassword.mjs.map +1 -0
- package/es/Input/TextArea.d.mts +8 -0
- package/es/Input/TextArea.mjs +46 -0
- package/es/Input/TextArea.mjs.map +1 -0
- package/es/Input/index.d.mts +6 -0
- package/es/Input/style.mjs +64 -0
- package/es/Input/style.mjs.map +1 -0
- package/es/Input/type.d.mts +32 -0
- package/es/Layout/Layout.mjs +60 -0
- package/es/Layout/Layout.mjs.map +1 -0
- package/es/Layout/components/LayoutFooter.d.mts +9 -0
- package/es/Layout/components/LayoutFooter.mjs +21 -0
- package/es/Layout/components/LayoutFooter.mjs.map +1 -0
- package/es/Layout/components/LayoutHeader.d.mts +8 -0
- package/es/Layout/components/LayoutHeader.mjs +25 -0
- package/es/Layout/components/LayoutHeader.mjs.map +1 -0
- package/es/Layout/components/LayoutMain.d.mts +9 -0
- package/es/Layout/components/LayoutMain.mjs +21 -0
- package/es/Layout/components/LayoutMain.mjs.map +1 -0
- package/es/Layout/components/LayoutSidebar.d.mts +8 -0
- package/es/Layout/components/LayoutSidebar.mjs +25 -0
- package/es/Layout/components/LayoutSidebar.mjs.map +1 -0
- package/es/Layout/components/LayoutSidebarInner.d.mts +8 -0
- package/es/Layout/components/LayoutSidebarInner.mjs +21 -0
- package/es/Layout/components/LayoutSidebarInner.mjs.map +1 -0
- package/es/Layout/components/LayoutToc.d.mts +8 -0
- package/es/Layout/components/LayoutToc.mjs +25 -0
- package/es/Layout/components/LayoutToc.mjs.map +1 -0
- package/es/Layout/index.d.mts +23 -0
- package/es/Layout/index.d.ts +1 -26
- package/es/Layout/index.js +1 -21
- package/es/Layout/index.mjs +21 -0
- package/es/Layout/index.mjs.map +1 -0
- package/es/Layout/style.mjs +47 -0
- package/es/Layout/style.mjs.map +1 -0
- package/es/Layout/type.d.mts +33 -0
- package/es/List/List.mjs +46 -0
- package/es/List/List.mjs.map +1 -0
- package/es/List/ListItem/index.d.mts +8 -0
- package/es/List/ListItem/index.mjs +109 -0
- package/es/List/ListItem/index.mjs.map +1 -0
- package/es/List/ListItem/style.mjs +65 -0
- package/es/List/ListItem/style.mjs.map +1 -0
- package/es/List/ListItem/time.mjs +12 -0
- package/es/List/ListItem/time.mjs.map +1 -0
- package/es/List/index.d.mts +13 -0
- package/es/List/index.d.ts +1 -11
- package/es/List/index.js +1 -6
- package/es/List/index.mjs +11 -0
- package/es/List/index.mjs.map +1 -0
- package/es/List/type.d.mts +56 -0
- package/es/Markdown/Markdown.d.mts +8 -0
- package/es/Markdown/Markdown.mjs +95 -0
- package/es/Markdown/Markdown.mjs.map +1 -0
- package/es/Markdown/SyntaxMarkdown/MarkdownRender.mjs +29 -0
- package/es/Markdown/SyntaxMarkdown/MarkdownRender.mjs.map +1 -0
- package/es/Markdown/SyntaxMarkdown/StreamdownRender.mjs +48 -0
- package/es/Markdown/SyntaxMarkdown/StreamdownRender.mjs.map +1 -0
- package/es/Markdown/SyntaxMarkdown/style.mjs +25 -0
- package/es/Markdown/SyntaxMarkdown/style.mjs.map +1 -0
- package/es/Markdown/Typography.d.mts +8 -0
- package/es/Markdown/Typography.mjs +30 -0
- package/es/Markdown/Typography.mjs.map +1 -0
- package/es/Markdown/components/CodeBlock.mjs +48 -0
- package/es/Markdown/components/CodeBlock.mjs.map +1 -0
- package/es/Markdown/components/Footnotes.mjs +94 -0
- package/es/Markdown/components/Footnotes.mjs.map +1 -0
- package/es/Markdown/components/MarkdownProvider.mjs +20 -0
- package/es/Markdown/components/MarkdownProvider.mjs.map +1 -0
- package/es/Markdown/components/SearchResultCards/SearchResultCard.mjs +76 -0
- package/es/Markdown/components/SearchResultCards/SearchResultCard.mjs.map +1 -0
- package/es/Markdown/components/SearchResultCards/index.d.mts +20 -0
- package/es/Markdown/components/SearchResultCards/index.mjs +33 -0
- package/es/Markdown/components/SearchResultCards/index.mjs.map +1 -0
- package/es/Markdown/components/SearchResultCards/style.mjs +25 -0
- package/es/Markdown/components/SearchResultCards/style.mjs.map +1 -0
- package/es/Markdown/components/useDelayedAnimated.mjs +20 -0
- package/es/Markdown/components/useDelayedAnimated.mjs.map +1 -0
- package/es/Markdown/index.d.mts +4 -0
- package/es/Markdown/index.d.ts +1 -3
- package/es/Markdown/index.js +1 -2
- package/es/Markdown/index.mjs +4 -0
- package/es/Markdown/markdown.style.mjs +399 -0
- package/es/Markdown/markdown.style.mjs.map +1 -0
- package/es/Markdown/plugins/rehypeCustomFootnotes.d.mts +5 -0
- package/es/Markdown/plugins/rehypeCustomFootnotes.mjs +26 -0
- package/es/Markdown/plugins/rehypeCustomFootnotes.mjs.map +1 -0
- package/es/Markdown/plugins/rehypeKatexDir.d.mts +7 -0
- package/es/Markdown/plugins/rehypeKatexDir.mjs +12 -0
- package/es/Markdown/plugins/rehypeKatexDir.mjs.map +1 -0
- package/es/Markdown/plugins/rehypeStreamAnimated.d.mts +7 -0
- package/es/Markdown/plugins/rehypeStreamAnimated.mjs +39 -0
- package/es/Markdown/plugins/rehypeStreamAnimated.mjs.map +1 -0
- package/es/Markdown/plugins/remarkBr.d.mts +10 -0
- package/es/Markdown/plugins/remarkBr.mjs +51 -0
- package/es/Markdown/plugins/remarkBr.mjs.map +1 -0
- package/es/Markdown/plugins/remarkColor.d.mts +20 -0
- package/es/Markdown/plugins/remarkColor.mjs +128 -0
- package/es/Markdown/plugins/remarkColor.mjs.map +1 -0
- package/es/Markdown/plugins/remarkCustomFootnotes.d.mts +6 -0
- package/es/Markdown/plugins/remarkCustomFootnotes.mjs +26 -0
- package/es/Markdown/plugins/remarkCustomFootnotes.mjs.map +1 -0
- package/es/Markdown/plugins/remarkGfmPlus.d.mts +8 -0
- package/es/Markdown/plugins/remarkGfmPlus.mjs +107 -0
- package/es/Markdown/plugins/remarkGfmPlus.mjs.map +1 -0
- package/es/Markdown/plugins/remarkVideo.d.mts +20 -0
- package/es/Markdown/plugins/remarkVideo.mjs +114 -0
- package/es/Markdown/plugins/remarkVideo.mjs.map +1 -0
- package/es/Markdown/style.mjs +199 -0
- package/es/Markdown/style.mjs.map +1 -0
- package/es/Markdown/type.d.mts +67 -0
- package/es/MaskShadow/MaskShadow.d.mts +8 -0
- package/es/MaskShadow/MaskShadow.mjs +31 -0
- package/es/MaskShadow/MaskShadow.mjs.map +1 -0
- package/es/MaskShadow/index.d.mts +3 -0
- package/es/MaskShadow/index.d.ts +1 -2
- package/es/MaskShadow/index.js +1 -1
- package/es/MaskShadow/index.mjs +3 -0
- package/es/MaskShadow/style.mjs +35 -0
- package/es/MaskShadow/style.mjs.map +1 -0
- package/es/MaskShadow/type.d.mts +12 -0
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.d.mts +8 -0
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.mjs +80 -0
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.mjs.map +1 -0
- package/es/MaterialFileTypeIcon/icon-map.d.mts +4920 -0
- package/es/MaterialFileTypeIcon/icon-map.mjs +4918 -0
- package/es/MaterialFileTypeIcon/icon-map.mjs.map +1 -0
- package/es/MaterialFileTypeIcon/index.d.mts +3 -0
- package/es/MaterialFileTypeIcon/index.d.ts +1 -2
- package/es/MaterialFileTypeIcon/index.js +1 -1
- package/es/MaterialFileTypeIcon/index.mjs +3 -0
- package/es/MaterialFileTypeIcon/type.d.mts +18 -0
- package/es/MaterialFileTypeIcon/utils.mjs +41 -0
- package/es/MaterialFileTypeIcon/utils.mjs.map +1 -0
- package/es/Menu/Menu.d.mts +8 -0
- package/es/Menu/Menu.mjs +76 -0
- package/es/Menu/Menu.mjs.map +1 -0
- package/es/Menu/index.d.mts +4 -0
- package/es/Menu/index.d.ts +1 -3
- package/es/Menu/index.js +1 -2
- package/es/Menu/index.mjs +4 -0
- package/es/Menu/style.mjs +45 -0
- package/es/Menu/style.mjs.map +1 -0
- package/es/Menu/type.d.mts +39 -0
- package/es/Menu/utils.d.mts +8 -0
- package/es/Menu/utils.mjs +32 -0
- package/es/Menu/utils.mjs.map +1 -0
- package/es/Mermaid/FullFeatured.mjs +151 -0
- package/es/Mermaid/FullFeatured.mjs.map +1 -0
- package/es/Mermaid/Mermaid.d.mts +8 -0
- package/es/Mermaid/Mermaid.mjs +146 -0
- package/es/Mermaid/Mermaid.mjs.map +1 -0
- package/es/Mermaid/SyntaxMermaid/index.d.mts +8 -0
- package/es/Mermaid/SyntaxMermaid/index.mjs +73 -0
- package/es/Mermaid/SyntaxMermaid/index.mjs.map +1 -0
- package/es/Mermaid/const.d.mts +10 -0
- package/es/Mermaid/const.mjs +36 -0
- package/es/Mermaid/const.mjs.map +1 -0
- package/es/Mermaid/index.d.mts +5 -0
- package/es/Mermaid/index.d.ts +1 -4
- package/es/Mermaid/index.js +1 -3
- package/es/Mermaid/index.mjs +5 -0
- package/es/Mermaid/type.d.mts +53 -0
- package/es/Modal/Modal.d.mts +8 -0
- package/es/Modal/Modal.mjs +118 -0
- package/es/Modal/Modal.mjs.map +1 -0
- package/es/Modal/index.d.mts +3 -0
- package/es/Modal/index.d.ts +1 -2
- package/es/Modal/index.js +1 -1
- package/es/Modal/index.mjs +3 -0
- package/es/Modal/style.mjs +58 -0
- package/es/Modal/style.mjs.map +1 -0
- package/es/Modal/type.d.mts +14 -0
- package/es/ScrollShadow/ScrollShadow.d.mts +8 -0
- package/es/ScrollShadow/ScrollShadow.mjs +104 -0
- package/es/ScrollShadow/ScrollShadow.mjs.map +1 -0
- package/es/ScrollShadow/index.d.mts +3 -0
- package/es/ScrollShadow/index.d.ts +1 -2
- package/es/ScrollShadow/index.js +1 -1
- package/es/ScrollShadow/index.mjs +3 -0
- package/es/ScrollShadow/style.mjs +64 -0
- package/es/ScrollShadow/style.mjs.map +1 -0
- package/es/ScrollShadow/type.d.mts +23 -0
- package/es/ScrollShadow/useScrollOverflow.mjs +56 -0
- package/es/ScrollShadow/useScrollOverflow.mjs.map +1 -0
- package/es/SearchBar/SearchBar.d.mts +8 -0
- package/es/SearchBar/SearchBar.mjs +85 -0
- package/es/SearchBar/SearchBar.mjs.map +1 -0
- package/es/SearchBar/index.d.mts +3 -0
- package/es/SearchBar/index.d.ts +1 -2
- package/es/SearchBar/index.js +1 -1
- package/es/SearchBar/index.mjs +3 -0
- package/es/SearchBar/style.mjs +28 -0
- package/es/SearchBar/style.mjs.map +1 -0
- package/es/SearchBar/type.d.mts +26 -0
- package/es/Segmented/Segmented.d.mts +8 -0
- package/es/Segmented/Segmented.mjs +52 -0
- package/es/Segmented/Segmented.mjs.map +1 -0
- package/es/Segmented/index.d.mts +3 -0
- package/es/Segmented/index.d.ts +1 -2
- package/es/Segmented/index.js +1 -1
- package/es/Segmented/index.mjs +3 -0
- package/es/Segmented/style.mjs +23 -0
- package/es/Segmented/style.mjs.map +1 -0
- package/es/Segmented/type.d.mts +17 -0
- package/es/Select/Select.d.mts +8 -0
- package/es/Select/Select.mjs +52 -0
- package/es/Select/Select.mjs.map +1 -0
- package/es/Select/index.d.mts +3 -0
- package/es/Select/index.d.ts +1 -2
- package/es/Select/index.js +1 -1
- package/es/Select/index.mjs +3 -0
- package/es/Select/style.mjs +48 -0
- package/es/Select/style.mjs.map +1 -0
- package/es/Select/type.d.mts +15 -0
- package/es/SideNav/SideNav.d.mts +8 -0
- package/es/SideNav/SideNav.mjs +40 -0
- package/es/SideNav/SideNav.mjs.map +1 -0
- package/es/SideNav/index.d.mts +3 -0
- package/es/SideNav/index.d.ts +1 -2
- package/es/SideNav/index.js +1 -1
- package/es/SideNav/index.mjs +3 -0
- package/es/SideNav/style.mjs +17 -0
- package/es/SideNav/style.mjs.map +1 -0
- package/es/SideNav/type.d.mts +13 -0
- package/es/Skeleton/Skeleton.mjs +72 -0
- package/es/Skeleton/Skeleton.mjs.map +1 -0
- package/es/Skeleton/SkeletonAvatar.d.mts +8 -0
- package/es/Skeleton/SkeletonAvatar.mjs +32 -0
- package/es/Skeleton/SkeletonAvatar.mjs.map +1 -0
- package/es/Skeleton/SkeletonBlock.d.mts +8 -0
- package/es/Skeleton/SkeletonBlock.mjs +23 -0
- package/es/Skeleton/SkeletonBlock.mjs.map +1 -0
- package/es/Skeleton/SkeletonButton.d.mts +8 -0
- package/es/Skeleton/SkeletonButton.mjs +40 -0
- package/es/Skeleton/SkeletonButton.mjs.map +1 -0
- package/es/Skeleton/SkeletonParagraph.d.mts +8 -0
- package/es/Skeleton/SkeletonParagraph.mjs +44 -0
- package/es/Skeleton/SkeletonParagraph.mjs.map +1 -0
- package/es/Skeleton/SkeletonTags.d.mts +8 -0
- package/es/Skeleton/SkeletonTags.mjs +58 -0
- package/es/Skeleton/SkeletonTags.mjs.map +1 -0
- package/es/Skeleton/SkeletonTitle.d.mts +8 -0
- package/es/Skeleton/SkeletonTitle.mjs +31 -0
- package/es/Skeleton/SkeletonTitle.mjs.map +1 -0
- package/es/Skeleton/index.d.mts +23 -0
- package/es/Skeleton/index.d.ts +1 -26
- package/es/Skeleton/index.js +1 -21
- package/es/Skeleton/index.mjs +21 -0
- package/es/Skeleton/index.mjs.map +1 -0
- package/es/Skeleton/style.mjs +49 -0
- package/es/Skeleton/style.mjs.map +1 -0
- package/es/Skeleton/type.d.mts +60 -0
- package/es/SliderWithInput/SliderWithInput.d.mts +8 -0
- package/es/SliderWithInput/SliderWithInput.mjs +67 -0
- package/es/SliderWithInput/SliderWithInput.mjs.map +1 -0
- package/es/SliderWithInput/index.d.mts +3 -0
- package/es/SliderWithInput/index.d.ts +1 -2
- package/es/SliderWithInput/index.js +1 -1
- package/es/SliderWithInput/index.mjs +3 -0
- package/es/SliderWithInput/type.d.mts +27 -0
- package/es/Snippet/Snippet.d.mts +8 -0
- package/es/Snippet/Snippet.mjs +63 -0
- package/es/Snippet/Snippet.mjs.map +1 -0
- package/es/Snippet/index.d.mts +3 -0
- package/es/Snippet/index.d.ts +1 -2
- package/es/Snippet/index.js +1 -1
- package/es/Snippet/index.mjs +3 -0
- package/es/Snippet/style.mjs +39 -0
- package/es/Snippet/style.mjs.map +1 -0
- package/es/Snippet/type.d.mts +18 -0
- package/es/SortableList/SortableList.d.mts +15 -0
- package/es/SortableList/SortableList.mjs +55 -0
- package/es/SortableList/SortableList.mjs.map +1 -0
- package/es/SortableList/components/DragHandle.d.mts +9 -0
- package/es/SortableList/components/DragHandle.mjs +35 -0
- package/es/SortableList/components/DragHandle.mjs.map +1 -0
- package/es/SortableList/components/SortableItem.d.mts +15 -0
- package/es/SortableList/components/SortableItem.mjs +71 -0
- package/es/SortableList/components/SortableItem.mjs.map +1 -0
- package/es/SortableList/components/SortableOverlay.mjs +20 -0
- package/es/SortableList/components/SortableOverlay.mjs.map +1 -0
- package/es/SortableList/index.d.mts +3 -0
- package/es/SortableList/index.d.ts +1 -2
- package/es/SortableList/index.js +1 -1
- package/es/SortableList/index.mjs +3 -0
- package/es/SortableList/style.mjs +28 -0
- package/es/SortableList/style.mjs.map +1 -0
- package/es/SortableList/type.d.mts +18 -0
- package/es/Tabs/Tabs.d.mts +8 -0
- package/es/Tabs/Tabs.mjs +62 -0
- package/es/Tabs/Tabs.mjs.map +1 -0
- package/es/Tabs/index.d.mts +3 -0
- package/es/Tabs/index.d.ts +1 -2
- package/es/Tabs/index.js +1 -1
- package/es/Tabs/index.mjs +3 -0
- package/es/Tabs/style.mjs +148 -0
- package/es/Tabs/style.mjs.map +1 -0
- package/es/Tabs/type.d.mts +10 -0
- package/es/Tag/Tag.d.mts +8 -0
- package/es/Tag/Tag.mjs +89 -0
- package/es/Tag/Tag.mjs.map +1 -0
- package/es/Tag/index.d.mts +2 -0
- package/es/Tag/styles.mjs +48 -0
- package/es/Tag/styles.mjs.map +1 -0
- package/es/Tag/type.d.mts +13 -0
- package/es/Tag/utils.mjs +37 -0
- package/es/Tag/utils.mjs.map +1 -0
- package/es/Text/Text.d.mts +8 -0
- package/es/Text/Text.mjs +94 -0
- package/es/Text/Text.mjs.map +1 -0
- package/es/Text/index.d.mts +3 -0
- package/es/Text/index.d.ts +1 -2
- package/es/Text/index.js +1 -1
- package/es/Text/index.mjs +3 -0
- package/es/Text/styles.mjs +89 -0
- package/es/Text/styles.mjs.map +1 -0
- package/es/Text/type.d.mts +29 -0
- package/es/ThemeProvider/ConfigProvider.mjs +42 -0
- package/es/ThemeProvider/ConfigProvider.mjs.map +1 -0
- package/es/ThemeProvider/GlobalStyle/antdOverride.mjs +94 -0
- package/es/ThemeProvider/GlobalStyle/antdOverride.mjs.map +1 -0
- package/es/ThemeProvider/GlobalStyle/global.mjs +107 -0
- package/es/ThemeProvider/GlobalStyle/global.mjs.map +1 -0
- package/es/ThemeProvider/GlobalStyle/index.mjs +13 -0
- package/es/ThemeProvider/GlobalStyle/index.mjs.map +1 -0
- package/es/ThemeProvider/Meta.d.mts +8 -0
- package/es/ThemeProvider/Meta.mjs +89 -0
- package/es/ThemeProvider/Meta.mjs.map +1 -0
- package/es/ThemeProvider/ThemeProvider.d.mts +8 -0
- package/es/ThemeProvider/ThemeProvider.mjs +77 -0
- package/es/ThemeProvider/ThemeProvider.mjs.map +1 -0
- package/es/ThemeProvider/index.d.mts +4 -0
- package/es/ThemeProvider/index.d.ts +1 -3
- package/es/ThemeProvider/index.js +1 -2
- package/es/ThemeProvider/index.mjs +4 -0
- package/es/ThemeProvider/type.d.mts +31 -0
- package/es/ThemeSwitch/ThemeSwitch.d.mts +8 -0
- package/es/ThemeSwitch/ThemeSwitch.mjs +75 -0
- package/es/ThemeSwitch/ThemeSwitch.mjs.map +1 -0
- package/es/ThemeSwitch/index.d.mts +3 -0
- package/es/ThemeSwitch/index.d.ts +1 -2
- package/es/ThemeSwitch/index.js +1 -1
- package/es/ThemeSwitch/index.mjs +3 -0
- package/es/ThemeSwitch/type.d.mts +21 -0
- package/es/Toc/Toc.d.mts +8 -0
- package/es/Toc/Toc.mjs +36 -0
- package/es/Toc/Toc.mjs.map +1 -0
- package/es/Toc/TocMobile.mjs +66 -0
- package/es/Toc/TocMobile.mjs.map +1 -0
- package/es/Toc/index.d.mts +3 -0
- package/es/Toc/index.d.ts +1 -2
- package/es/Toc/index.js +1 -1
- package/es/Toc/index.mjs +3 -0
- package/es/Toc/style.mjs +72 -0
- package/es/Toc/style.mjs.map +1 -0
- package/es/Toc/type.d.mts +22 -0
- package/es/Toc/utils.mjs +15 -0
- package/es/Toc/utils.mjs.map +1 -0
- package/es/Tooltip/Tooltip.d.mts +8 -0
- package/es/Tooltip/Tooltip.mjs +250 -0
- package/es/Tooltip/Tooltip.mjs.map +1 -0
- package/es/Tooltip/TooltipFloating.mjs +96 -0
- package/es/Tooltip/TooltipFloating.mjs.map +1 -0
- package/es/Tooltip/TooltipGroup.d.mts +11 -0
- package/es/Tooltip/TooltipGroup.mjs +174 -0
- package/es/Tooltip/TooltipGroup.mjs.map +1 -0
- package/es/Tooltip/TooltipPortal.mjs +37 -0
- package/es/Tooltip/TooltipPortal.mjs.map +1 -0
- package/es/Tooltip/antdPlacementToFloating.mjs +27 -0
- package/es/Tooltip/antdPlacementToFloating.mjs.map +1 -0
- package/es/Tooltip/groupContext.d.mts +8 -0
- package/es/Tooltip/groupContext.mjs +9 -0
- package/es/Tooltip/groupContext.mjs.map +1 -0
- package/es/Tooltip/index.d.mts +3 -0
- package/es/Tooltip/style.mjs +39 -0
- package/es/Tooltip/style.mjs.map +1 -0
- package/es/Tooltip/type.d.mts +104 -0
- package/es/Video/index.d.mts +45 -0
- package/es/Video/index.d.ts +1 -39
- package/es/Video/index.js +1 -163
- package/es/Video/index.mjs +107 -0
- package/es/Video/index.mjs.map +1 -0
- package/es/Video/style.mjs +60 -0
- package/es/Video/style.mjs.map +1 -0
- package/es/awesome/AuroraBackground/AuroraBackground.d.mts +8 -0
- package/es/awesome/AuroraBackground/AuroraBackground.mjs +35 -0
- package/es/awesome/AuroraBackground/AuroraBackground.mjs.map +1 -0
- package/es/awesome/AuroraBackground/index.d.mts +2 -0
- package/es/awesome/AuroraBackground/style.mjs +104 -0
- package/es/awesome/AuroraBackground/style.mjs.map +1 -0
- package/es/awesome/AuroraBackground/type.d.mts +19 -0
- package/es/awesome/BottomGradientButton/BottomGradientButton.d.mts +9 -0
- package/es/awesome/BottomGradientButton/BottomGradientButton.mjs +30 -0
- package/es/awesome/BottomGradientButton/BottomGradientButton.mjs.map +1 -0
- package/es/awesome/BottomGradientButton/index.d.mts +2 -0
- package/es/awesome/BottomGradientButton/style.mjs +36 -0
- package/es/awesome/BottomGradientButton/style.mjs.map +1 -0
- package/es/awesome/BottomGradientButton/type.d.mts +8 -0
- package/es/awesome/Features/FeatureItem.mjs +86 -0
- package/es/awesome/Features/FeatureItem.mjs.map +1 -0
- package/es/awesome/Features/Features.d.mts +8 -0
- package/es/awesome/Features/Features.mjs +31 -0
- package/es/awesome/Features/Features.mjs.map +1 -0
- package/es/awesome/Features/index.d.mts +2 -0
- package/es/awesome/Features/style.mjs +108 -0
- package/es/awesome/Features/style.mjs.map +1 -0
- package/es/awesome/Features/type.d.mts +32 -0
- package/es/awesome/Giscus/Giscus.d.mts +8 -0
- package/es/awesome/Giscus/Giscus.mjs +32 -0
- package/es/awesome/Giscus/Giscus.mjs.map +1 -0
- package/es/awesome/Giscus/index.d.mts +2 -0
- package/es/awesome/Giscus/style.mjs +145 -0
- package/es/awesome/Giscus/style.mjs.map +1 -0
- package/es/awesome/Giscus/type.d.mts +11 -0
- package/es/awesome/GradientButton/GradientButton.d.mts +8 -0
- package/es/awesome/GradientButton/GradientButton.mjs +25 -0
- package/es/awesome/GradientButton/GradientButton.mjs.map +1 -0
- package/es/awesome/GradientButton/index.d.mts +2 -0
- package/es/awesome/GradientButton/style.mjs +84 -0
- package/es/awesome/GradientButton/style.mjs.map +1 -0
- package/es/awesome/GradientButton/type.d.mts +10 -0
- package/es/awesome/GridBackground/GridBackground.d.mts +8 -0
- package/es/awesome/GridBackground/GridBackground.mjs +96 -0
- package/es/awesome/GridBackground/GridBackground.mjs.map +1 -0
- package/es/awesome/GridBackground/GridShowcase.d.mts +8 -0
- package/es/awesome/GridBackground/GridShowcase.mjs +53 -0
- package/es/awesome/GridBackground/GridShowcase.mjs.map +1 -0
- package/es/awesome/GridBackground/components/Grid.mjs +68 -0
- package/es/awesome/GridBackground/components/Grid.mjs.map +1 -0
- package/es/awesome/GridBackground/index.d.mts +3 -0
- package/es/awesome/GridBackground/style.mjs +84 -0
- package/es/awesome/GridBackground/style.mjs.map +1 -0
- package/es/awesome/GridBackground/type.d.mts +24 -0
- package/es/awesome/Hero/Hero.d.mts +8 -0
- package/es/awesome/Hero/Hero.mjs +82 -0
- package/es/awesome/Hero/Hero.mjs.map +1 -0
- package/es/awesome/Hero/index.d.mts +2 -0
- package/es/awesome/Hero/style.mjs +71 -0
- package/es/awesome/Hero/style.mjs.map +1 -0
- package/es/awesome/Hero/type.d.mts +19 -0
- package/es/awesome/Spline/ParentSize.mjs +73 -0
- package/es/awesome/Spline/ParentSize.mjs.map +1 -0
- package/es/awesome/Spline/Spine.d.mts +3 -0
- package/es/awesome/Spline/Spine.mjs +86 -0
- package/es/awesome/Spline/Spine.mjs.map +1 -0
- package/es/awesome/Spline/index.d.mts +2 -0
- package/es/awesome/Spline/type.d.mts +22 -0
- package/es/awesome/Spotlight/Spotlight.d.mts +8 -0
- package/es/awesome/Spotlight/Spotlight.mjs +27 -0
- package/es/awesome/Spotlight/Spotlight.mjs.map +1 -0
- package/es/awesome/Spotlight/index.d.mts +2 -0
- package/es/awesome/Spotlight/style.mjs +28 -0
- package/es/awesome/Spotlight/style.mjs.map +1 -0
- package/es/awesome/Spotlight/type.d.mts +9 -0
- package/es/awesome/Spotlight/useMouseOffset.mjs +39 -0
- package/es/awesome/Spotlight/useMouseOffset.mjs.map +1 -0
- package/es/awesome/SpotlightCard/SpotlightCard.d.mts +8 -0
- package/es/awesome/SpotlightCard/SpotlightCard.mjs +54 -0
- package/es/awesome/SpotlightCard/SpotlightCard.mjs.map +1 -0
- package/es/awesome/SpotlightCard/SpotlightCardItem.mjs +32 -0
- package/es/awesome/SpotlightCard/SpotlightCardItem.mjs.map +1 -0
- package/es/awesome/SpotlightCard/index.d.mts +2 -0
- package/es/awesome/SpotlightCard/style.mjs +88 -0
- package/es/awesome/SpotlightCard/style.mjs.map +1 -0
- package/es/awesome/SpotlightCard/type.d.mts +17 -0
- package/es/awesome/TypewriterEffect/TypewriterEffect.d.mts +8 -0
- package/es/awesome/TypewriterEffect/TypewriterEffect.mjs +178 -0
- package/es/awesome/TypewriterEffect/TypewriterEffect.mjs.map +1 -0
- package/es/awesome/TypewriterEffect/index.d.mts +2 -0
- package/es/awesome/TypewriterEffect/style.mjs +79 -0
- package/es/awesome/TypewriterEffect/style.mjs.map +1 -0
- package/es/awesome/TypewriterEffect/type.d.mts +131 -0
- package/es/awesome/index.d.mts +32 -0
- package/es/awesome/index.d.ts +1 -10
- package/es/awesome/index.js +1 -10
- package/es/awesome/index.mjs +13 -0
- package/es/brand/BrandLoading/index.d.mts +14 -0
- package/es/brand/BrandLoading/index.mjs +17 -0
- package/es/brand/BrandLoading/index.mjs.map +1 -0
- package/es/brand/BrandLoading/style-CB0aumHV.css +35 -0
- package/es/brand/BrandLoading/style-CB0aumHV.css.map +1 -0
- package/es/brand/BrandLoading/style.mjs +1 -0
- package/es/brand/LobeChat/index.d.mts +14 -0
- package/es/brand/LobeChat/index.mjs +93 -0
- package/es/brand/LobeChat/index.mjs.map +1 -0
- package/es/brand/LobeChatText/index.d.mts +10 -0
- package/es/brand/LobeChatText/index.mjs +28 -0
- package/es/brand/LobeChatText/index.mjs.map +1 -0
- package/es/brand/LobeHub/index.d.mts +14 -0
- package/es/brand/LobeHub/index.mjs +92 -0
- package/es/brand/LobeHub/index.mjs.map +1 -0
- package/es/brand/LobeHub/style.mjs +18 -0
- package/es/brand/LobeHub/style.mjs.map +1 -0
- package/es/brand/LobeHubText/index.d.mts +10 -0
- package/es/brand/LobeHubText/index.mjs +23 -0
- package/es/brand/LobeHubText/index.mjs.map +1 -0
- package/es/brand/Logo3d/index.d.mts +12 -0
- package/es/brand/Logo3d/index.mjs +24 -0
- package/es/brand/Logo3d/index.mjs.map +1 -0
- package/es/brand/LogoFlat/index.d.mts +10 -0
- package/es/brand/LogoFlat/index.mjs +82 -0
- package/es/brand/LogoFlat/index.mjs.map +1 -0
- package/es/brand/LogoMono/index.d.mts +10 -0
- package/es/brand/LogoMono/index.mjs +85 -0
- package/es/brand/LogoMono/index.mjs.map +1 -0
- package/es/brand/LogoThree/Loading.mjs +24 -0
- package/es/brand/LogoThree/Loading.mjs.map +1 -0
- package/es/brand/LogoThree/LogoSpline.d.mts +16 -0
- package/es/brand/LogoThree/LogoSpline.mjs +35 -0
- package/es/brand/LogoThree/LogoSpline.mjs.map +1 -0
- package/es/brand/LogoThree/index.d.mts +15 -0
- package/es/brand/LogoThree/index.mjs +57 -0
- package/es/brand/LogoThree/index.mjs.map +1 -0
- package/es/brand/components/Divider.mjs +25 -0
- package/es/brand/components/Divider.mjs.map +1 -0
- package/es/brand/index.d.mts +11 -0
- package/es/brand/index.d.ts +1 -10
- package/es/brand/index.js +1 -10
- package/es/brand/index.mjs +12 -0
- package/es/chat/BackBottom/BackBottom.d.mts +8 -0
- package/es/chat/BackBottom/BackBottom.mjs +52 -0
- package/es/chat/BackBottom/BackBottom.mjs.map +1 -0
- package/es/chat/BackBottom/index.d.mts +2 -0
- package/es/chat/BackBottom/style.mjs +24 -0
- package/es/chat/BackBottom/style.mjs.map +1 -0
- package/es/chat/BackBottom/type.d.mts +16 -0
- package/es/chat/ChatHeader/ChatHeader.mjs +61 -0
- package/es/chat/ChatHeader/ChatHeader.mjs.map +1 -0
- package/es/chat/ChatHeader/ChatHeaderTitle.d.mts +8 -0
- package/es/chat/ChatHeader/ChatHeaderTitle.mjs +48 -0
- package/es/chat/ChatHeader/ChatHeaderTitle.mjs.map +1 -0
- package/es/chat/ChatHeader/index.d.mts +13 -0
- package/es/chat/ChatHeader/index.mjs +11 -0
- package/es/chat/ChatHeader/index.mjs.map +1 -0
- package/es/chat/ChatHeader/style.mjs +84 -0
- package/es/chat/ChatHeader/style.mjs.map +1 -0
- package/es/chat/ChatHeader/type.d.mts +34 -0
- package/es/chat/ChatInputArea/ChatInputArea.mjs +56 -0
- package/es/chat/ChatInputArea/ChatInputArea.mjs.map +1 -0
- package/es/chat/ChatInputArea/components/ChatInputActionBar.d.mts +8 -0
- package/es/chat/ChatInputArea/components/ChatInputActionBar.mjs +44 -0
- package/es/chat/ChatInputArea/components/ChatInputActionBar.mjs.map +1 -0
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.d.mts +8 -0
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.mjs +46 -0
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.mjs.map +1 -0
- package/es/chat/ChatInputArea/components/ChatSendButton.d.mts +8 -0
- package/es/chat/ChatInputArea/components/ChatSendButton.mjs +68 -0
- package/es/chat/ChatInputArea/components/ChatSendButton.mjs.map +1 -0
- package/es/chat/ChatInputArea/index.d.mts +17 -0
- package/es/chat/ChatInputArea/index.mjs +15 -0
- package/es/chat/ChatInputArea/index.mjs.map +1 -0
- package/es/chat/ChatInputArea/style.mjs +43 -0
- package/es/chat/ChatInputArea/style.mjs.map +1 -0
- package/es/chat/ChatInputArea/type.d.mts +58 -0
- package/es/chat/ChatItem/ChatItem.d.mts +8 -0
- package/es/chat/ChatItem/ChatItem.mjs +130 -0
- package/es/chat/ChatItem/ChatItem.mjs.map +1 -0
- package/es/chat/ChatItem/components/Actions.mjs +24 -0
- package/es/chat/ChatItem/components/Actions.mjs.map +1 -0
- package/es/chat/ChatItem/components/Avatar.mjs +39 -0
- package/es/chat/ChatItem/components/Avatar.mjs.map +1 -0
- package/es/chat/ChatItem/components/BorderSpacing.mjs +15 -0
- package/es/chat/ChatItem/components/BorderSpacing.mjs.map +1 -0
- package/es/chat/ChatItem/components/ErrorContent.mjs +24 -0
- package/es/chat/ChatItem/components/ErrorContent.mjs.map +1 -0
- package/es/chat/ChatItem/components/Loading.mjs +29 -0
- package/es/chat/ChatItem/components/Loading.mjs.map +1 -0
- package/es/chat/ChatItem/components/MessageContent.mjs +44 -0
- package/es/chat/ChatItem/components/MessageContent.mjs.map +1 -0
- package/es/chat/ChatItem/components/Title.mjs +29 -0
- package/es/chat/ChatItem/components/Title.mjs.map +1 -0
- package/es/chat/ChatItem/index.d.mts +2 -0
- package/es/chat/ChatItem/style.mjs +159 -0
- package/es/chat/ChatItem/style.mjs.map +1 -0
- package/es/chat/ChatItem/type.d.mts +100 -0
- package/es/chat/ChatList/ChatList.d.mts +8 -0
- package/es/chat/ChatList/ChatList.mjs +46 -0
- package/es/chat/ChatList/ChatList.mjs.map +1 -0
- package/es/chat/ChatList/components/ChatActionsBar.d.mts +8 -0
- package/es/chat/ChatList/components/ChatActionsBar.mjs +25 -0
- package/es/chat/ChatList/components/ChatActionsBar.mjs.map +1 -0
- package/es/chat/ChatList/components/ChatListItem.mjs +120 -0
- package/es/chat/ChatList/components/ChatListItem.mjs.map +1 -0
- package/es/chat/ChatList/components/HistoryDivider.mjs +22 -0
- package/es/chat/ChatList/components/HistoryDivider.mjs.map +1 -0
- package/es/chat/ChatList/components/useChatListActionsBar.mjs +35 -0
- package/es/chat/ChatList/components/useChatListActionsBar.mjs.map +1 -0
- package/es/chat/ChatList/index.d.mts +3 -0
- package/es/chat/ChatList/style.mjs +12 -0
- package/es/chat/ChatList/style.mjs.map +1 -0
- package/es/chat/ChatList/type.d.mts +103 -0
- package/es/chat/EditableMessage/EditableMessage.d.mts +8 -0
- package/es/chat/EditableMessage/EditableMessage.mjs +80 -0
- package/es/chat/EditableMessage/EditableMessage.mjs.map +1 -0
- package/es/chat/EditableMessage/index.d.mts +2 -0
- package/es/chat/EditableMessage/type.d.mts +45 -0
- package/es/chat/EditableMessageList/EditableMessageList.d.mts +8 -0
- package/es/chat/EditableMessageList/EditableMessageList.mjs +101 -0
- package/es/chat/EditableMessageList/EditableMessageList.mjs.map +1 -0
- package/es/chat/EditableMessageList/index.d.mts +2 -0
- package/es/chat/EditableMessageList/messageReducer.mjs +44 -0
- package/es/chat/EditableMessageList/messageReducer.mjs.map +1 -0
- package/es/chat/EditableMessageList/type.d.mts +12 -0
- package/es/chat/LoadingDots/LoadingDots.d.mts +8 -0
- package/es/chat/LoadingDots/LoadingDots.mjs +89 -0
- package/es/chat/LoadingDots/LoadingDots.mjs.map +1 -0
- package/es/chat/LoadingDots/index.d.mts +2 -0
- package/es/chat/LoadingDots/style.mjs +157 -0
- package/es/chat/LoadingDots/style.mjs.map +1 -0
- package/es/chat/LoadingDots/type.d.mts +26 -0
- package/es/chat/MessageInput/MessageInput.d.mts +8 -0
- package/es/chat/MessageInput/MessageInput.mjs +94 -0
- package/es/chat/MessageInput/MessageInput.mjs.map +1 -0
- package/es/chat/MessageInput/index.d.mts +2 -0
- package/es/chat/MessageInput/style.mjs +16 -0
- package/es/chat/MessageInput/style.mjs.map +1 -0
- package/es/chat/MessageInput/type.d.mts +33 -0
- package/es/chat/MessageModal/MessageModal.d.mts +8 -0
- package/es/chat/MessageModal/MessageModal.mjs +92 -0
- package/es/chat/MessageModal/MessageModal.mjs.map +1 -0
- package/es/chat/MessageModal/index.d.mts +2 -0
- package/es/chat/MessageModal/type.d.mts +30 -0
- package/es/chat/TokenTag/TokenTag.d.mts +8 -0
- package/es/chat/TokenTag/TokenTag.mjs +63 -0
- package/es/chat/TokenTag/TokenTag.mjs.map +1 -0
- package/es/chat/TokenTag/index.d.mts +2 -0
- package/es/chat/TokenTag/style.mjs +34 -0
- package/es/chat/TokenTag/style.mjs.map +1 -0
- package/es/chat/TokenTag/type.d.mts +21 -0
- package/es/chat/index.d.mts +42 -0
- package/es/chat/index.d.ts +1 -12
- package/es/chat/index.js +1 -12
- package/es/chat/index.mjs +20 -0
- package/es/chat/types/chatMessage.d.mts +49 -0
- package/es/chat/types/error.d.mts +24 -0
- package/es/chat/types/error.mjs +20 -0
- package/es/chat/types/error.mjs.map +1 -0
- package/es/chat/types/index.d.mts +4 -0
- package/es/chat/types/llm.d.mts +51 -0
- package/es/chat/types/llm.mjs +21 -0
- package/es/chat/types/llm.mjs.map +1 -0
- package/es/chat/types/meta.d.mts +31 -0
- package/es/color/ColorScales/ScaleRow.mjs +64 -0
- package/es/color/ColorScales/ScaleRow.mjs.map +1 -0
- package/es/color/ColorScales/index.d.mts +22 -0
- package/es/color/ColorScales/index.mjs +81 -0
- package/es/color/ColorScales/index.mjs.map +1 -0
- package/es/color/ColorScales/style.mjs +45 -0
- package/es/color/ColorScales/style.mjs.map +1 -0
- package/es/color/colors/blue.d.mts +7 -0
- package/es/color/colors/blue.mjs +68 -0
- package/es/color/colors/blue.mjs.map +1 -0
- package/es/color/colors/cyan.d.mts +7 -0
- package/es/color/colors/cyan.mjs +68 -0
- package/es/color/colors/cyan.mjs.map +1 -0
- package/es/color/colors/geekblue.d.mts +7 -0
- package/es/color/colors/geekblue.mjs +68 -0
- package/es/color/colors/geekblue.mjs.map +1 -0
- package/es/color/colors/gold.d.mts +7 -0
- package/es/color/colors/gold.mjs +68 -0
- package/es/color/colors/gold.mjs.map +1 -0
- package/es/color/colors/gray.d.mts +7 -0
- package/es/color/colors/gray.mjs +68 -0
- package/es/color/colors/gray.mjs.map +1 -0
- package/es/color/colors/green.d.mts +7 -0
- package/es/color/colors/green.mjs +68 -0
- package/es/color/colors/green.mjs.map +1 -0
- package/es/color/colors/index.d.mts +37 -0
- package/es/color/colors/index.mjs +36 -0
- package/es/color/colors/index.mjs.map +1 -0
- package/es/color/colors/lime.d.mts +7 -0
- package/es/color/colors/lime.mjs +68 -0
- package/es/color/colors/lime.mjs.map +1 -0
- package/es/color/colors/magenta.d.mts +7 -0
- package/es/color/colors/magenta.mjs +68 -0
- package/es/color/colors/magenta.mjs.map +1 -0
- package/es/color/colors/orange.d.mts +7 -0
- package/es/color/colors/orange.mjs +68 -0
- package/es/color/colors/orange.mjs.map +1 -0
- package/es/color/colors/primary.d.mts +7 -0
- package/es/color/colors/primary.mjs +68 -0
- package/es/color/colors/primary.mjs.map +1 -0
- package/es/color/colors/purple.d.mts +7 -0
- package/es/color/colors/purple.mjs +68 -0
- package/es/color/colors/purple.mjs.map +1 -0
- package/es/color/colors/red.d.mts +7 -0
- package/es/color/colors/red.mjs +68 -0
- package/es/color/colors/red.mjs.map +1 -0
- package/es/color/colors/volcano.d.mts +7 -0
- package/es/color/colors/volcano.mjs +68 -0
- package/es/color/colors/volcano.mjs.map +1 -0
- package/es/color/colors/yellow.d.mts +7 -0
- package/es/color/colors/yellow.mjs +68 -0
- package/es/color/colors/yellow.mjs.map +1 -0
- package/es/color/index.d.mts +24 -0
- package/es/color/index.d.ts +1 -4
- package/es/color/index.js +1 -3
- package/es/color/index.mjs +24 -0
- package/es/color/neutrals/index.d.mts +19 -0
- package/es/color/neutrals/index.mjs +18 -0
- package/es/color/neutrals/index.mjs.map +1 -0
- package/es/color/neutrals/mauve.d.mts +7 -0
- package/es/color/neutrals/mauve.mjs +68 -0
- package/es/color/neutrals/mauve.mjs.map +1 -0
- package/es/color/neutrals/olive.d.mts +7 -0
- package/es/color/neutrals/olive.mjs +68 -0
- package/es/color/neutrals/olive.mjs.map +1 -0
- package/es/color/neutrals/sage.d.mts +7 -0
- package/es/color/neutrals/sage.mjs +68 -0
- package/es/color/neutrals/sage.mjs.map +1 -0
- package/es/color/neutrals/sand.d.mts +7 -0
- package/es/color/neutrals/sand.mjs +68 -0
- package/es/color/neutrals/sand.mjs.map +1 -0
- package/es/color/neutrals/slate.d.mts +7 -0
- package/es/color/neutrals/slate.mjs +68 -0
- package/es/color/neutrals/slate.mjs.map +1 -0
- package/es/color/types.d.mts +11 -0
- package/es/hooks/useCopied.mjs +26 -0
- package/es/hooks/useCopied.mjs.map +1 -0
- package/es/hooks/useHighlight.mjs +275 -0
- package/es/hooks/useHighlight.mjs.map +1 -0
- package/es/hooks/useMarkdown/latex.mjs +295 -0
- package/es/hooks/useMarkdown/latex.mjs.map +1 -0
- package/es/hooks/useMarkdown/useMarkdownComponents.mjs +105 -0
- package/es/hooks/useMarkdown/useMarkdownComponents.mjs.map +1 -0
- package/es/hooks/useMarkdown/useMarkdownContent.mjs +49 -0
- package/es/hooks/useMarkdown/useMarkdownContent.mjs.map +1 -0
- package/es/hooks/useMarkdown/useMarkdownRehypePlugins.mjs +42 -0
- package/es/hooks/useMarkdown/useMarkdownRehypePlugins.mjs.map +1 -0
- package/es/hooks/useMarkdown/useMarkdownRemarkPlugins.mjs +46 -0
- package/es/hooks/useMarkdown/useMarkdownRemarkPlugins.mjs.map +1 -0
- package/es/hooks/useMarkdown/utils.d.mts +18 -0
- package/es/hooks/useMarkdown/utils.mjs +83 -0
- package/es/hooks/useMarkdown/utils.mjs.map +1 -0
- package/es/hooks/useMermaid.mjs +87 -0
- package/es/hooks/useMermaid.mjs.map +1 -0
- package/es/icons/Auth0/components/Avatar.d.mts +9 -0
- package/es/icons/Auth0/components/Avatar.mjs +22 -0
- package/es/icons/Auth0/components/Avatar.mjs.map +1 -0
- package/es/icons/Auth0/components/Mono.d.mts +7 -0
- package/es/icons/Auth0/components/Mono.mjs +29 -0
- package/es/icons/Auth0/components/Mono.mjs.map +1 -0
- package/es/icons/Auth0/index.d.mts +13 -0
- package/es/icons/Auth0/index.mjs +16 -0
- package/es/icons/Auth0/index.mjs.map +1 -0
- package/es/icons/Auth0/style.mjs +7 -0
- package/es/icons/Auth0/style.mjs.map +1 -0
- package/es/icons/Authelia/components/Avatar.d.mts +9 -0
- package/es/icons/Authelia/components/Avatar.mjs +22 -0
- package/es/icons/Authelia/components/Avatar.mjs.map +1 -0
- package/es/icons/Authelia/components/Color.d.mts +7 -0
- package/es/icons/Authelia/components/Color.mjs +113 -0
- package/es/icons/Authelia/components/Color.mjs.map +1 -0
- package/es/icons/Authelia/components/Mono.d.mts +7 -0
- package/es/icons/Authelia/components/Mono.mjs +36 -0
- package/es/icons/Authelia/components/Mono.mjs.map +1 -0
- package/es/icons/Authelia/index.d.mts +15 -0
- package/es/icons/Authelia/index.mjs +18 -0
- package/es/icons/Authelia/index.mjs.map +1 -0
- package/es/icons/Authelia/style.mjs +7 -0
- package/es/icons/Authelia/style.mjs.map +1 -0
- package/es/icons/Authentik/components/Avatar.d.mts +9 -0
- package/es/icons/Authentik/components/Avatar.mjs +22 -0
- package/es/icons/Authentik/components/Avatar.mjs.map +1 -0
- package/es/icons/Authentik/components/Color.d.mts +7 -0
- package/es/icons/Authentik/components/Color.mjs +32 -0
- package/es/icons/Authentik/components/Color.mjs.map +1 -0
- package/es/icons/Authentik/components/Mono.d.mts +7 -0
- package/es/icons/Authentik/components/Mono.mjs +32 -0
- package/es/icons/Authentik/components/Mono.mjs.map +1 -0
- package/es/icons/Authentik/index.d.mts +15 -0
- package/es/icons/Authentik/index.mjs +18 -0
- package/es/icons/Authentik/index.mjs.map +1 -0
- package/es/icons/Authentik/style.mjs +7 -0
- package/es/icons/Authentik/style.mjs.map +1 -0
- package/es/icons/Casdoor/components/Avatar.d.mts +9 -0
- package/es/icons/Casdoor/components/Avatar.mjs +22 -0
- package/es/icons/Casdoor/components/Avatar.mjs.map +1 -0
- package/es/icons/Casdoor/components/Color.d.mts +7 -0
- package/es/icons/Casdoor/components/Color.mjs +81 -0
- package/es/icons/Casdoor/components/Color.mjs.map +1 -0
- package/es/icons/Casdoor/components/Mono.d.mts +7 -0
- package/es/icons/Casdoor/components/Mono.mjs +34 -0
- package/es/icons/Casdoor/components/Mono.mjs.map +1 -0
- package/es/icons/Casdoor/index.d.mts +15 -0
- package/es/icons/Casdoor/index.mjs +18 -0
- package/es/icons/Casdoor/index.mjs.map +1 -0
- package/es/icons/Casdoor/style.mjs +7 -0
- package/es/icons/Casdoor/style.mjs.map +1 -0
- package/es/icons/Clerk/components/Avatar.d.mts +9 -0
- package/es/icons/Clerk/components/Avatar.mjs +22 -0
- package/es/icons/Clerk/components/Avatar.mjs.map +1 -0
- package/es/icons/Clerk/components/Color.d.mts +7 -0
- package/es/icons/Clerk/components/Color.mjs +38 -0
- package/es/icons/Clerk/components/Color.mjs.map +1 -0
- package/es/icons/Clerk/components/Mono.d.mts +7 -0
- package/es/icons/Clerk/components/Mono.mjs +36 -0
- package/es/icons/Clerk/components/Mono.mjs.map +1 -0
- package/es/icons/Clerk/index.d.mts +15 -0
- package/es/icons/Clerk/index.mjs +18 -0
- package/es/icons/Clerk/index.mjs.map +1 -0
- package/es/icons/Clerk/style.mjs +7 -0
- package/es/icons/Clerk/style.mjs.map +1 -0
- package/es/icons/Logto/components/Avatar.d.mts +9 -0
- package/es/icons/Logto/components/Avatar.mjs +22 -0
- package/es/icons/Logto/components/Avatar.mjs.map +1 -0
- package/es/icons/Logto/components/Color.d.mts +7 -0
- package/es/icons/Logto/components/Color.mjs +49 -0
- package/es/icons/Logto/components/Color.mjs.map +1 -0
- package/es/icons/Logto/components/Mono.d.mts +7 -0
- package/es/icons/Logto/components/Mono.mjs +32 -0
- package/es/icons/Logto/components/Mono.mjs.map +1 -0
- package/es/icons/Logto/index.d.mts +15 -0
- package/es/icons/Logto/index.mjs +18 -0
- package/es/icons/Logto/index.mjs.map +1 -0
- package/es/icons/Logto/style.mjs +7 -0
- package/es/icons/Logto/style.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/components/Avatar.d.mts +9 -0
- package/es/icons/MicrosoftEntra/components/Avatar.mjs +21 -0
- package/es/icons/MicrosoftEntra/components/Avatar.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/components/Color.d.mts +7 -0
- package/es/icons/MicrosoftEntra/components/Color.mjs +53 -0
- package/es/icons/MicrosoftEntra/components/Color.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/components/Mono.d.mts +7 -0
- package/es/icons/MicrosoftEntra/components/Mono.mjs +36 -0
- package/es/icons/MicrosoftEntra/components/Mono.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/index.d.mts +15 -0
- package/es/icons/MicrosoftEntra/index.mjs +18 -0
- package/es/icons/MicrosoftEntra/index.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/style.mjs +7 -0
- package/es/icons/MicrosoftEntra/style.mjs.map +1 -0
- package/es/icons/NextAuth/components/Avatar.d.mts +9 -0
- package/es/icons/NextAuth/components/Avatar.mjs +22 -0
- package/es/icons/NextAuth/components/Avatar.mjs.map +1 -0
- package/es/icons/NextAuth/components/Color.d.mts +7 -0
- package/es/icons/NextAuth/components/Color.mjs +100 -0
- package/es/icons/NextAuth/components/Color.mjs.map +1 -0
- package/es/icons/NextAuth/components/Mono.d.mts +7 -0
- package/es/icons/NextAuth/components/Mono.mjs +32 -0
- package/es/icons/NextAuth/components/Mono.mjs.map +1 -0
- package/es/icons/NextAuth/index.d.mts +15 -0
- package/es/icons/NextAuth/index.mjs +18 -0
- package/es/icons/NextAuth/index.mjs.map +1 -0
- package/es/icons/NextAuth/style.mjs +7 -0
- package/es/icons/NextAuth/style.mjs.map +1 -0
- package/es/icons/Zitadel/components/Avatar.d.mts +9 -0
- package/es/icons/Zitadel/components/Avatar.mjs +22 -0
- package/es/icons/Zitadel/components/Avatar.mjs.map +1 -0
- package/es/icons/Zitadel/components/Color.d.mts +7 -0
- package/es/icons/Zitadel/components/Color.mjs +169 -0
- package/es/icons/Zitadel/components/Color.mjs.map +1 -0
- package/es/icons/Zitadel/components/Mono.d.mts +7 -0
- package/es/icons/Zitadel/components/Mono.mjs +72 -0
- package/es/icons/Zitadel/components/Mono.mjs.map +1 -0
- package/es/icons/Zitadel/index.d.mts +15 -0
- package/es/icons/Zitadel/index.mjs +18 -0
- package/es/icons/Zitadel/index.mjs.map +1 -0
- package/es/icons/Zitadel/style.mjs +7 -0
- package/es/icons/Zitadel/style.mjs.map +1 -0
- package/es/icons/index.d.mts +27 -0
- package/es/icons/index.d.ts +1 -11
- package/es/icons/index.js +1 -11
- package/es/icons/index.mjs +27 -0
- package/es/icons/lucideExtra/BotPromptIcon.d.mts +8 -0
- package/es/icons/lucideExtra/BotPromptIcon.mjs +13 -0
- package/es/icons/lucideExtra/BotPromptIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/CreateBotIcon.d.mts +8 -0
- package/es/icons/lucideExtra/CreateBotIcon.mjs +13 -0
- package/es/icons/lucideExtra/CreateBotIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/DiscordIcon.d.mts +8 -0
- package/es/icons/lucideExtra/DiscordIcon.mjs +16 -0
- package/es/icons/lucideExtra/DiscordIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/GlobeOffIcon.d.mts +8 -0
- package/es/icons/lucideExtra/GlobeOffIcon.mjs +16 -0
- package/es/icons/lucideExtra/GlobeOffIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/GroupBotIcon.d.mts +8 -0
- package/es/icons/lucideExtra/GroupBotIcon.mjs +23 -0
- package/es/icons/lucideExtra/GroupBotIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/GroupBotSquareIcon.d.mts +8 -0
- package/es/icons/lucideExtra/GroupBotSquareIcon.mjs +16 -0
- package/es/icons/lucideExtra/GroupBotSquareIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/LeftClickIcon.d.mts +8 -0
- package/es/icons/lucideExtra/LeftClickIcon.mjs +16 -0
- package/es/icons/lucideExtra/LeftClickIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/LeftDoubleClickIcon.d.mts +8 -0
- package/es/icons/lucideExtra/LeftDoubleClickIcon.mjs +13 -0
- package/es/icons/lucideExtra/LeftDoubleClickIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/McpIcon.d.mts +8 -0
- package/es/icons/lucideExtra/McpIcon.mjs +16 -0
- package/es/icons/lucideExtra/McpIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/ProviderIcon.d.mts +8 -0
- package/es/icons/lucideExtra/ProviderIcon.mjs +27 -0
- package/es/icons/lucideExtra/ProviderIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/RightClickIcon.d.mts +8 -0
- package/es/icons/lucideExtra/RightClickIcon.mjs +16 -0
- package/es/icons/lucideExtra/RightClickIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/RightDoubleClickIcon.d.mts +8 -0
- package/es/icons/lucideExtra/RightDoubleClickIcon.mjs +16 -0
- package/es/icons/lucideExtra/RightDoubleClickIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/ShapesUploadIcon.d.mts +8 -0
- package/es/icons/lucideExtra/ShapesUploadIcon.mjs +13 -0
- package/es/icons/lucideExtra/ShapesUploadIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/TreeDownRightIcon.d.mts +8 -0
- package/es/icons/lucideExtra/TreeDownRightIcon.mjs +13 -0
- package/es/icons/lucideExtra/TreeDownRightIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/TreeUpDownRightIcon.d.mts +8 -0
- package/es/icons/lucideExtra/TreeUpDownRightIcon.mjs +13 -0
- package/es/icons/lucideExtra/TreeUpDownRightIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/index.d.mts +15 -0
- package/es/index.d.mts +247 -0
- package/es/index.mjs +125 -0
- package/es/mdx/Callout/index.d.mts +12 -0
- package/es/mdx/Callout/index.mjs +67 -0
- package/es/mdx/Callout/index.mjs.map +1 -0
- package/es/mdx/Callout/style.mjs +39 -0
- package/es/mdx/Callout/style.mjs.map +1 -0
- package/es/mdx/Cards/Card.d.mts +23 -0
- package/es/mdx/Cards/Card.mjs +119 -0
- package/es/mdx/Cards/Card.mjs.map +1 -0
- package/es/mdx/Cards/index.d.mts +10 -0
- package/es/mdx/Cards/index.mjs +23 -0
- package/es/mdx/Cards/index.mjs.map +1 -0
- package/es/mdx/Cards/style.mjs +16 -0
- package/es/mdx/Cards/style.mjs.map +1 -0
- package/es/mdx/FileTree/File.d.mts +15 -0
- package/es/mdx/FileTree/File.mjs +23 -0
- package/es/mdx/FileTree/File.mjs.map +1 -0
- package/es/mdx/FileTree/Folder.d.mts +16 -0
- package/es/mdx/FileTree/Folder.mjs +48 -0
- package/es/mdx/FileTree/Folder.mjs.map +1 -0
- package/es/mdx/FileTree/index.d.mts +9 -0
- package/es/mdx/FileTree/index.mjs +20 -0
- package/es/mdx/FileTree/index.mjs.map +1 -0
- package/es/mdx/FileTree/style.mjs +19 -0
- package/es/mdx/FileTree/style.mjs.map +1 -0
- package/es/mdx/Mdx/index.d.mts +24 -0
- package/es/mdx/Mdx/index.mjs +108 -0
- package/es/mdx/Mdx/index.mjs.map +1 -0
- package/es/mdx/Steps/index.d.mts +8 -0
- package/es/mdx/Steps/index.mjs +20 -0
- package/es/mdx/Steps/index.mjs.map +1 -0
- package/es/mdx/Steps/style.mjs +64 -0
- package/es/mdx/Steps/style.mjs.map +1 -0
- package/es/mdx/Tabs/Tab.d.mts +9 -0
- package/es/mdx/Tabs/Tab.mjs +29 -0
- package/es/mdx/Tabs/Tab.mjs.map +1 -0
- package/es/mdx/Tabs/index.d.mts +17 -0
- package/es/mdx/Tabs/index.mjs +38 -0
- package/es/mdx/Tabs/index.mjs.map +1 -0
- package/es/mdx/Tabs/style.mjs +26 -0
- package/es/mdx/Tabs/style.mjs.map +1 -0
- package/es/mdx/index.d.mts +17 -0
- package/es/mdx/index.d.ts +1 -16
- package/es/mdx/index.js +1 -16
- package/es/mdx/index.mjs +18 -0
- package/es/mdx/mdxComponents/Citation/PopoverPanel.mjs +93 -0
- package/es/mdx/mdxComponents/Citation/PopoverPanel.mjs.map +1 -0
- package/es/mdx/mdxComponents/Citation/index.mjs +68 -0
- package/es/mdx/mdxComponents/Citation/index.mjs.map +1 -0
- package/es/mdx/mdxComponents/CodeBlock.d.mts +15 -0
- package/es/mdx/mdxComponents/CodeBlock.mjs +47 -0
- package/es/mdx/mdxComponents/CodeBlock.mjs.map +1 -0
- package/es/mdx/mdxComponents/Image.d.mts +10 -0
- package/es/mdx/mdxComponents/Image.mjs +24 -0
- package/es/mdx/mdxComponents/Image.mjs.map +1 -0
- package/es/mdx/mdxComponents/Link.d.mts +17 -0
- package/es/mdx/mdxComponents/Link.mjs +39 -0
- package/es/mdx/mdxComponents/Link.mjs.map +1 -0
- package/es/mdx/mdxComponents/Pre.d.mts +14 -0
- package/es/mdx/mdxComponents/Pre.mjs +62 -0
- package/es/mdx/mdxComponents/Pre.mjs.map +1 -0
- package/es/mdx/mdxComponents/Section.mjs +25 -0
- package/es/mdx/mdxComponents/Section.mjs.map +1 -0
- package/es/mdx/mdxComponents/Video.d.mts +9 -0
- package/es/mdx/mdxComponents/Video.mjs +23 -0
- package/es/mdx/mdxComponents/Video.mjs.map +1 -0
- package/es/mdx/mdxComponents/index.d.mts +7 -0
- package/es/mdx/mdxComponents/index.mjs +29 -0
- package/es/mdx/mdxComponents/index.mjs.map +1 -0
- package/es/mobile/ChatHeader/ChatHeader.mjs +67 -0
- package/es/mobile/ChatHeader/ChatHeader.mjs.map +1 -0
- package/es/mobile/ChatHeader/ChatHeaderTitle.d.mts +8 -0
- package/es/mobile/ChatHeader/ChatHeaderTitle.mjs +59 -0
- package/es/mobile/ChatHeader/ChatHeaderTitle.mjs.map +1 -0
- package/es/mobile/ChatHeader/index.d.mts +13 -0
- package/es/mobile/ChatHeader/index.mjs +11 -0
- package/es/mobile/ChatHeader/index.mjs.map +1 -0
- package/es/mobile/ChatHeader/style.mjs +74 -0
- package/es/mobile/ChatHeader/style.mjs.map +1 -0
- package/es/mobile/ChatHeader/type.d.mts +37 -0
- package/es/mobile/ChatInputArea/ChatInputArea.mjs +114 -0
- package/es/mobile/ChatInputArea/ChatInputArea.mjs.map +1 -0
- package/es/mobile/ChatInputArea/components/ChatSendButton.d.mts +8 -0
- package/es/mobile/ChatInputArea/components/ChatSendButton.mjs +28 -0
- package/es/mobile/ChatInputArea/components/ChatSendButton.mjs.map +1 -0
- package/es/mobile/ChatInputArea/index.d.mts +13 -0
- package/es/mobile/ChatInputArea/index.mjs +11 -0
- package/es/mobile/ChatInputArea/index.mjs.map +1 -0
- package/es/mobile/ChatInputArea/style.mjs +34 -0
- package/es/mobile/ChatInputArea/style.mjs.map +1 -0
- package/es/mobile/ChatInputArea/type.d.mts +26 -0
- package/es/mobile/SafeArea/SafeArea.d.mts +8 -0
- package/es/mobile/SafeArea/SafeArea.mjs +19 -0
- package/es/mobile/SafeArea/SafeArea.mjs.map +1 -0
- package/es/mobile/SafeArea/index.d.mts +2 -0
- package/es/mobile/SafeArea/style.mjs +22 -0
- package/es/mobile/SafeArea/style.mjs.map +1 -0
- package/es/mobile/SafeArea/type.d.mts +9 -0
- package/es/mobile/TabBar/TabBar.d.mts +8 -0
- package/es/mobile/TabBar/TabBar.mjs +58 -0
- package/es/mobile/TabBar/TabBar.mjs.map +1 -0
- package/es/mobile/TabBar/index.d.mts +2 -0
- package/es/mobile/TabBar/style.mjs +53 -0
- package/es/mobile/TabBar/style.mjs.map +1 -0
- package/es/mobile/TabBar/type.d.mts +22 -0
- package/es/mobile/index.d.mts +13 -0
- package/es/mobile/index.d.ts +1 -4
- package/es/mobile/index.js +1 -4
- package/es/mobile/index.mjs +8 -0
- package/es/motion/LazyMotion.d.mts +20 -0
- package/es/motion/LazyMotion.mjs +20 -0
- package/es/motion/LazyMotion.mjs.map +1 -0
- package/es/motion/index.d.mts +4 -0
- package/es/motion/index.d.ts +1 -3
- package/es/motion/index.js +1 -3
- package/es/motion/index.mjs +5 -0
- package/es/motion/loadFeatures.d.mts +14 -0
- package/es/motion/loadFeatures.mjs +6 -0
- package/es/motion/loadFeatures.mjs.map +1 -0
- package/es/node_modules/unist-util-is/lib/index.mjs +112 -0
- package/es/node_modules/unist-util-is/lib/index.mjs.map +1 -0
- package/es/node_modules/unist-util-visit/lib/index.mjs +291 -0
- package/es/node_modules/unist-util-visit/lib/index.mjs.map +1 -0
- package/es/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/color.node.mjs +12 -0
- package/es/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/color.node.mjs.map +1 -0
- package/es/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.mjs +339 -0
- package/es/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.mjs.map +1 -0
- package/es/storybook/StoryBook/index.d.mts +16 -0
- package/es/storybook/StoryBook/index.mjs +48 -0
- package/es/storybook/StoryBook/index.mjs.map +1 -0
- package/es/storybook/StoryBook/style.mjs +70 -0
- package/es/storybook/StoryBook/style.mjs.map +1 -0
- package/es/storybook/index.d.mts +2 -0
- package/es/storybook/index.d.ts +1 -1
- package/es/storybook/index.js +1 -1
- package/es/storybook/index.mjs +3 -0
- package/es/styles/customTheme.d.mts +32 -0
- package/es/styles/customTheme.mjs +69 -0
- package/es/styles/customTheme.mjs.map +1 -0
- package/es/styles/index.d.mts +5 -0
- package/es/styles/index.d.ts +1 -4
- package/es/styles/index.js +1 -4
- package/es/styles/index.mjs +6 -0
- package/es/styles/theme/algorithms/darkAlgorithm.mjs +33 -0
- package/es/styles/theme/algorithms/darkAlgorithm.mjs.map +1 -0
- package/es/styles/theme/algorithms/lightAlgorithm.mjs +33 -0
- package/es/styles/theme/algorithms/lightAlgorithm.mjs.map +1 -0
- package/es/styles/theme/antdTheme.mjs +48 -0
- package/es/styles/theme/antdTheme.mjs.map +1 -0
- package/es/styles/theme/customStylish.d.mts +8 -0
- package/es/styles/theme/customStylish.mjs +156 -0
- package/es/styles/theme/customStylish.mjs.map +1 -0
- package/es/styles/theme/customToken.d.mts +8 -0
- package/es/styles/theme/customToken.mjs +63 -0
- package/es/styles/theme/customToken.mjs.map +1 -0
- package/es/styles/theme/generateColorPalette.d.mts +23 -0
- package/es/styles/theme/generateColorPalette.mjs +46 -0
- package/es/styles/theme/generateColorPalette.mjs.map +1 -0
- package/es/styles/theme/token/base.mjs +26 -0
- package/es/styles/theme/token/base.mjs.map +1 -0
- package/es/styles/theme/token/dark.mjs +58 -0
- package/es/styles/theme/token/dark.mjs.map +1 -0
- package/es/styles/theme/token/light.mjs +58 -0
- package/es/styles/theme/token/light.mjs.map +1 -0
- package/es/types/citation.d.mts +10 -0
- package/es/types/customStylish.d.mts +24 -0
- package/es/types/customToken.d.mts +20 -0
- package/es/types/index.d.mts +16 -0
- package/es/types/index.d.ts +1 -11
- package/es/types/index.js +1 -3
- package/es/types/index.mjs +1 -0
- package/es/utils/composeEventHandlers.mjs +28 -0
- package/es/utils/composeEventHandlers.mjs.map +1 -0
- package/es/utils/copyToClipboard.d.mts +5 -0
- package/es/utils/copyToClipboard.mjs +18 -0
- package/es/utils/copyToClipboard.mjs.map +1 -0
- package/es/utils/downloadBlob.mjs +21 -0
- package/es/utils/downloadBlob.mjs.map +1 -0
- package/es/utils/formatTime.mjs +14 -0
- package/es/utils/formatTime.mjs.map +1 -0
- package/es/utils/genCdnUrl.d.mts +18 -0
- package/es/utils/genCdnUrl.mjs +15 -0
- package/es/utils/genCdnUrl.mjs.map +1 -0
- package/es/utils/safeParseJSON.mjs +15 -0
- package/es/utils/safeParseJSON.mjs.map +1 -0
- package/es/utils/smoothCorners.d.mts +18 -0
- package/es/utils/smoothCorners.mjs +78 -0
- package/es/utils/smoothCorners.mjs.map +1 -0
- package/icons.d.ts +1 -1
- package/icons.js +1 -1
- package/mdx.d.ts +1 -1
- package/mdx.js +1 -1
- package/mobile.d.ts +1 -1
- package/mobile.js +1 -1
- package/package.json +32 -4
- package/storybook.d.ts +1 -1
- package/storybook.js +1 -1
- package/es/Accordion/Accordion.d.ts +0 -4
- package/es/Accordion/Accordion.js +0 -132
- package/es/Accordion/AccordionItem.d.ts +0 -4
- package/es/Accordion/AccordionItem.js +0 -268
- package/es/Accordion/ArrowIcon.d.ts +0 -3
- package/es/Accordion/ArrowIcon.js +0 -36
- package/es/Accordion/context.d.ts +0 -16
- package/es/Accordion/context.js +0 -9
- package/es/Accordion/style.d.ts +0 -12
- package/es/Accordion/style.js +0 -19
- package/es/Accordion/type.d.ts +0 -132
- package/es/Accordion/type.js +0 -1
- package/es/ActionIcon/ActionIcon.d.ts +0 -4
- package/es/ActionIcon/ActionIcon.js +0 -161
- package/es/ActionIcon/components/utils.d.ts +0 -5
- package/es/ActionIcon/components/utils.js +0 -47
- package/es/ActionIcon/style.d.ts +0 -14
- package/es/ActionIcon/style.js +0 -23
- package/es/ActionIcon/type.d.ts +0 -25
- package/es/ActionIcon/type.js +0 -1
- package/es/ActionIconGroup/ActionIconGroup.d.ts +0 -4
- package/es/ActionIconGroup/ActionIconGroup.js +0 -137
- package/es/ActionIconGroup/style.d.ts +0 -9
- package/es/ActionIconGroup/style.js +0 -17
- package/es/ActionIconGroup/type.d.ts +0 -19
- package/es/ActionIconGroup/type.js +0 -1
- package/es/Alert/Alert.d.ts +0 -4
- package/es/Alert/Alert.js +0 -223
- package/es/Alert/style.d.ts +0 -18
- package/es/Alert/style.js +0 -29
- package/es/Alert/type.d.ts +0 -29
- package/es/Alert/type.js +0 -1
- package/es/AutoComplete/Select.d.ts +0 -4
- package/es/AutoComplete/Select.js +0 -56
- package/es/AutoComplete/style.d.ts +0 -7
- package/es/AutoComplete/style.js +0 -15
- package/es/AutoComplete/type.d.ts +0 -4
- package/es/AutoComplete/type.js +0 -1
- package/es/Avatar/Avatar.d.ts +0 -4
- package/es/Avatar/Avatar.js +0 -135
- package/es/Avatar/AvatarGroup/index.d.ts +0 -4
- package/es/Avatar/AvatarGroup/index.js +0 -95
- package/es/Avatar/AvatarGroup/style.d.ts +0 -4
- package/es/Avatar/AvatarGroup/style.js +0 -12
- package/es/Avatar/style.d.ts +0 -8
- package/es/Avatar/style.js +0 -17
- package/es/Avatar/type.d.ts +0 -43
- package/es/Avatar/type.js +0 -1
- package/es/Block/Block.d.ts +0 -4
- package/es/Block/Block.js +0 -87
- package/es/Block/style.d.ts +0 -12
- package/es/Block/style.js +0 -20
- package/es/Block/type.d.ts +0 -9
- package/es/Block/type.js +0 -1
- package/es/Burger/Burger.d.ts +0 -4
- package/es/Burger/Burger.js +0 -83
- package/es/Burger/style.d.ts +0 -10
- package/es/Burger/style.js +0 -19
- package/es/Burger/type.d.ts +0 -21
- package/es/Burger/type.js +0 -1
- package/es/Button/Button.d.ts +0 -4
- package/es/Button/Button.js +0 -89
- package/es/Button/style.d.ts +0 -5
- package/es/Button/style.js +0 -14
- package/es/Button/type.d.ts +0 -10
- package/es/Button/type.js +0 -1
- package/es/CodeEditor/CodeEditor.d.ts +0 -4
- package/es/CodeEditor/CodeEditor.js +0 -114
- package/es/CodeEditor/style.d.ts +0 -8
- package/es/CodeEditor/style.js +0 -17
- package/es/CodeEditor/type.d.ts +0 -21
- package/es/CodeEditor/type.js +0 -1
- package/es/Collapse/Collapse.d.ts +0 -4
- package/es/Collapse/Collapse.js +0 -151
- package/es/Collapse/style.d.ts +0 -14
- package/es/Collapse/style.js +0 -26
- package/es/Collapse/type.d.ts +0 -29
- package/es/Collapse/type.js +0 -1
- package/es/ColorSwatches/ColorSwatches.d.ts +0 -4
- package/es/ColorSwatches/ColorSwatches.js +0 -129
- package/es/ColorSwatches/style.d.ts +0 -7
- package/es/ColorSwatches/style.js +0 -15
- package/es/ColorSwatches/type.d.ts +0 -23
- package/es/ColorSwatches/type.js +0 -1
- package/es/CopyButton/CopyButton.d.ts +0 -4
- package/es/CopyButton/CopyButton.js +0 -66
- package/es/CopyButton/type.d.ts +0 -4
- package/es/CopyButton/type.js +0 -1
- package/es/DatePicker/DatePicker.d.ts +0 -4
- package/es/DatePicker/DatePicker.js +0 -56
- package/es/DatePicker/style.d.ts +0 -7
- package/es/DatePicker/style.js +0 -14
- package/es/DatePicker/type.d.ts +0 -4
- package/es/DatePicker/type.js +0 -1
- package/es/DownloadButton/DownloadButton.d.ts +0 -4
- package/es/DownloadButton/DownloadButton.js +0 -68
- package/es/DownloadButton/type.d.ts +0 -6
- package/es/DownloadButton/type.js +0 -1
- package/es/DraggablePanel/DraggablePanel.d.ts +0 -4
- package/es/DraggablePanel/DraggablePanel.js +0 -431
- package/es/DraggablePanel/components/DraggablePanelBody.d.ts +0 -5
- package/es/DraggablePanel/components/DraggablePanelBody.js +0 -28
- package/es/DraggablePanel/components/DraggablePanelContainer.d.ts +0 -5
- package/es/DraggablePanel/components/DraggablePanelContainer.js +0 -27
- package/es/DraggablePanel/components/DraggablePanelFooter.d.ts +0 -5
- package/es/DraggablePanel/components/DraggablePanelFooter.js +0 -32
- package/es/DraggablePanel/components/DraggablePanelHeader.d.ts +0 -11
- package/es/DraggablePanel/components/DraggablePanelHeader.js +0 -72
- package/es/DraggablePanel/components/style.d.ts +0 -7
- package/es/DraggablePanel/components/style.js +0 -14
- package/es/DraggablePanel/style.d.ts +0 -31
- package/es/DraggablePanel/style.js +0 -75
- package/es/DraggablePanel/type.d.ts +0 -44
- package/es/DraggablePanel/type.js +0 -1
- package/es/DraggablePanel/utils.d.ts +0 -2
- package/es/DraggablePanel/utils.js +0 -20
- package/es/DraggableSideNav/DraggableSideNav.d.ts +0 -4
- package/es/DraggableSideNav/DraggableSideNav.js +0 -560
- package/es/DraggableSideNav/style.d.ts +0 -19
- package/es/DraggableSideNav/style.js +0 -33
- package/es/DraggableSideNav/type.d.ts +0 -119
- package/es/DraggableSideNav/type.js +0 -1
- package/es/Drawer/Drawer.d.ts +0 -4
- package/es/Drawer/Drawer.js +0 -178
- package/es/Drawer/type.d.ts +0 -25
- package/es/Drawer/type.js +0 -1
- package/es/Dropdown/Dropdown.d.ts +0 -4
- package/es/Dropdown/Dropdown.js +0 -44
- package/es/Dropdown/type.d.ts +0 -8
- package/es/Dropdown/type.js +0 -1
- package/es/EditableText/ControlInput.d.ts +0 -16
- package/es/EditableText/ControlInput.js +0 -109
- package/es/EditableText/EditableText.d.ts +0 -4
- package/es/EditableText/EditableText.js +0 -126
- package/es/EditableText/type.d.ts +0 -19
- package/es/EditableText/type.js +0 -1
- package/es/EmojiPicker/AvatarUploader.d.ts +0 -4
- package/es/EmojiPicker/AvatarUploader.js +0 -152
- package/es/EmojiPicker/EmojiPicker.d.ts +0 -4
- package/es/EmojiPicker/EmojiPicker.js +0 -231
- package/es/EmojiPicker/style.d.ts +0 -6
- package/es/EmojiPicker/style.js +0 -15
- package/es/EmojiPicker/type.d.ts +0 -60
- package/es/EmojiPicker/type.js +0 -1
- package/es/Empty/Empty.d.ts +0 -4
- package/es/Empty/Empty.js +0 -96
- package/es/Empty/type.d.ts +0 -20
- package/es/Empty/type.js +0 -1
- package/es/FileTypeIcon/FileTypeIcon.d.ts +0 -4
- package/es/FileTypeIcon/FileTypeIcon.js +0 -84
- package/es/FileTypeIcon/components/FileIcon.d.ts +0 -12
- package/es/FileTypeIcon/components/FileIcon.js +0 -58
- package/es/FileTypeIcon/components/FolderIcon.d.ts +0 -12
- package/es/FileTypeIcon/components/FolderIcon.js +0 -51
- package/es/FileTypeIcon/style.d.ts +0 -5
- package/es/FileTypeIcon/style.js +0 -11
- package/es/FileTypeIcon/type.d.ts +0 -13
- package/es/FileTypeIcon/type.js +0 -1
- package/es/Flex/Center.d.ts +0 -4
- package/es/Flex/Center.js +0 -23
- package/es/Flex/FlexBasic.d.ts +0 -4
- package/es/Flex/FlexBasic.js +0 -78
- package/es/Flex/Flexbox.d.ts +0 -2
- package/es/Flex/Flexbox.js +0 -2
- package/es/Flex/type.d.ts +0 -105
- package/es/Flex/type.js +0 -1
- package/es/Flex/utils.d.ts +0 -7
- package/es/Flex/utils.js +0 -39
- package/es/FluentEmoji/FluentEmoji.d.ts +0 -4
- package/es/FluentEmoji/FluentEmoji.js +0 -78
- package/es/FluentEmoji/style.d.ts +0 -3
- package/es/FluentEmoji/style.js +0 -9
- package/es/FluentEmoji/type.d.ts +0 -10
- package/es/FluentEmoji/type.js +0 -1
- package/es/FluentEmoji/utils.d.ts +0 -9
- package/es/FluentEmoji/utils.js +0 -77
- package/es/Footer/Footer.d.ts +0 -4
- package/es/Footer/Footer.js +0 -46
- package/es/Footer/style.d.ts +0 -7
- package/es/Footer/style.js +0 -15
- package/es/Footer/type.d.ts +0 -9
- package/es/Footer/type.js +0 -1
- package/es/Form/Form.d.ts +0 -4
- package/es/Form/Form.js +0 -184
- package/es/Form/components/FormDivider.d.ts +0 -4
- package/es/Form/components/FormDivider.js +0 -40
- package/es/Form/components/FormFlatGroup.d.ts +0 -4
- package/es/Form/components/FormFlatGroup.js +0 -54
- package/es/Form/components/FormFooter.d.ts +0 -4
- package/es/Form/components/FormFooter.js +0 -33
- package/es/Form/components/FormGroup.d.ts +0 -4
- package/es/Form/components/FormGroup.js +0 -108
- package/es/Form/components/FormItem.d.ts +0 -4
- package/es/Form/components/FormItem.js +0 -86
- package/es/Form/components/FormProvider.d.ts +0 -14
- package/es/Form/components/FormProvider.js +0 -16
- package/es/Form/components/FormSubmitFooter.d.ts +0 -4
- package/es/Form/components/FormSubmitFooter.js +0 -164
- package/es/Form/components/FormTitle.d.ts +0 -4
- package/es/Form/components/FormTitle.js +0 -57
- package/es/Form/components/merge.d.ts +0 -19
- package/es/Form/components/merge.js +0 -112
- package/es/Form/style.d.ts +0 -38
- package/es/Form/style.js +0 -77
- package/es/Form/type.d.ts +0 -110
- package/es/Form/type.js +0 -1
- package/es/FormModal/FormModal.d.ts +0 -4
- package/es/FormModal/FormModal.js +0 -145
- package/es/FormModal/style.d.ts +0 -4
- package/es/FormModal/style.js +0 -14
- package/es/FormModal/type.d.ts +0 -20
- package/es/FormModal/type.js +0 -1
- package/es/Grid/Grid.d.ts +0 -4
- package/es/Grid/Grid.js +0 -42
- package/es/Grid/style.d.ts +0 -5
- package/es/Grid/style.js +0 -11
- package/es/Grid/type.d.ts +0 -8
- package/es/Grid/type.js +0 -1
- package/es/GroupAvatar/GroupAvatar.d.ts +0 -4
- package/es/GroupAvatar/GroupAvatar.js +0 -102
- package/es/GroupAvatar/style.d.ts +0 -9
- package/es/GroupAvatar/style.js +0 -20
- package/es/GroupAvatar/type.d.ts +0 -14
- package/es/GroupAvatar/type.js +0 -1
- package/es/GuideCard/GuideCard.d.ts +0 -4
- package/es/GuideCard/GuideCard.js +0 -116
- package/es/GuideCard/index.d.ts +0 -2
- package/es/GuideCard/index.js +0 -1
- package/es/GuideCard/style.d.ts +0 -12
- package/es/GuideCard/style.js +0 -22
- package/es/GuideCard/type.d.ts +0 -31
- package/es/GuideCard/type.js +0 -1
- package/es/Header/Header.d.ts +0 -4
- package/es/Header/Header.js +0 -102
- package/es/Header/style.d.ts +0 -5
- package/es/Header/style.js +0 -14
- package/es/Header/type.d.ts +0 -14
- package/es/Header/type.js +0 -1
- package/es/Highlighter/FullFeatured.d.ts +0 -10
- package/es/Highlighter/FullFeatured.js +0 -246
- package/es/Highlighter/Highlighter.d.ts +0 -4
- package/es/Highlighter/Highlighter.js +0 -196
- package/es/Highlighter/LangSelect.d.ts +0 -4
- package/es/Highlighter/LangSelect.js +0 -89
- package/es/Highlighter/SyntaxHighlighter/StaticRenderer.d.ts +0 -17
- package/es/Highlighter/SyntaxHighlighter/StaticRenderer.js +0 -43
- package/es/Highlighter/SyntaxHighlighter/StreamRenderer.d.ts +0 -13
- package/es/Highlighter/SyntaxHighlighter/StreamRenderer.js +0 -150
- package/es/Highlighter/SyntaxHighlighter/index.d.ts +0 -4
- package/es/Highlighter/SyntaxHighlighter/index.js +0 -85
- package/es/Highlighter/SyntaxHighlighter/style.d.ts +0 -8
- package/es/Highlighter/SyntaxHighlighter/style.js +0 -17
- package/es/Highlighter/const.d.ts +0 -10
- package/es/Highlighter/const.js +0 -52
- package/es/Highlighter/style.d.ts +0 -18
- package/es/Highlighter/style.js +0 -32
- package/es/Highlighter/type.d.ts +0 -54
- package/es/Highlighter/type.js +0 -1
- package/es/Hotkey/Hotkey.d.ts +0 -4
- package/es/Hotkey/Hotkey.js +0 -194
- package/es/Hotkey/const.d.ts +0 -35
- package/es/Hotkey/const.js +0 -49
- package/es/Hotkey/style.d.ts +0 -7
- package/es/Hotkey/style.js +0 -18
- package/es/Hotkey/type.d.ts +0 -15
- package/es/Hotkey/type.js +0 -1
- package/es/Hotkey/utils.d.ts +0 -5
- package/es/Hotkey/utils.js +0 -43
- package/es/HotkeyInput/HotkeyInput.d.ts +0 -4
- package/es/HotkeyInput/HotkeyInput.js +0 -321
- package/es/HotkeyInput/style.d.ts +0 -13
- package/es/HotkeyInput/style.js +0 -21
- package/es/HotkeyInput/type.d.ts +0 -26
- package/es/HotkeyInput/type.js +0 -1
- package/es/Icon/Icon.d.ts +0 -4
- package/es/Icon/Icon.js +0 -86
- package/es/Icon/components/IconProvider.d.ts +0 -9
- package/es/Icon/components/IconProvider.js +0 -17
- package/es/Icon/components/utils.d.ts +0 -8
- package/es/Icon/components/utils.js +0 -45
- package/es/Icon/style.d.ts +0 -3
- package/es/Icon/style.js +0 -10
- package/es/Icon/type.d.ts +0 -15
- package/es/Icon/type.js +0 -1
- package/es/Image/Image.d.ts +0 -4
- package/es/Image/Image.js +0 -116
- package/es/Image/PreviewGroup.d.ts +0 -4
- package/es/Image/PreviewGroup.js +0 -23
- package/es/Image/components/Preview.d.ts +0 -6
- package/es/Image/components/Preview.js +0 -27
- package/es/Image/components/Toolbar.d.ts +0 -10
- package/es/Image/components/Toolbar.js +0 -50
- package/es/Image/components/usePreview.d.ts +0 -4
- package/es/Image/components/usePreview.js +0 -88
- package/es/Image/components/usePreviewGroup.d.ts +0 -4
- package/es/Image/components/usePreviewGroup.js +0 -83
- package/es/Image/style.d.ts +0 -16
- package/es/Image/style.js +0 -28
- package/es/Image/type.d.ts +0 -39
- package/es/Image/type.js +0 -1
- package/es/ImageSelect/ImageSelect.d.ts +0 -4
- package/es/ImageSelect/ImageSelect.js +0 -93
- package/es/ImageSelect/index.d.ts +0 -2
- package/es/ImageSelect/index.js +0 -2
- package/es/ImageSelect/styles.d.ts +0 -6
- package/es/ImageSelect/styles.js +0 -15
- package/es/ImageSelect/type.d.ts +0 -29
- package/es/ImageSelect/type.js +0 -1
- package/es/Input/Input.d.ts +0 -4
- package/es/Input/Input.js +0 -58
- package/es/Input/InputNumber.d.ts +0 -4
- package/es/Input/InputNumber.js +0 -58
- package/es/Input/InputOPT.d.ts +0 -4
- package/es/Input/InputOPT.js +0 -58
- package/es/Input/InputPassword.d.ts +0 -4
- package/es/Input/InputPassword.js +0 -58
- package/es/Input/TextArea.d.ts +0 -4
- package/es/Input/TextArea.js +0 -64
- package/es/Input/index.d.ts +0 -6
- package/es/Input/index.js +0 -5
- package/es/Input/style.d.ts +0 -12
- package/es/Input/style.js +0 -22
- package/es/Input/type.d.ts +0 -27
- package/es/Input/type.js +0 -1
- package/es/Layout/Layout.d.ts +0 -4
- package/es/Layout/Layout.js +0 -80
- package/es/Layout/components/LayoutFooter.d.ts +0 -3
- package/es/Layout/components/LayoutFooter.js +0 -29
- package/es/Layout/components/LayoutHeader.d.ts +0 -4
- package/es/Layout/components/LayoutHeader.js +0 -34
- package/es/Layout/components/LayoutMain.d.ts +0 -3
- package/es/Layout/components/LayoutMain.js +0 -29
- package/es/Layout/components/LayoutSidebar.d.ts +0 -4
- package/es/Layout/components/LayoutSidebar.js +0 -34
- package/es/Layout/components/LayoutSidebarInner.d.ts +0 -4
- package/es/Layout/components/LayoutSidebarInner.js +0 -30
- package/es/Layout/components/LayoutToc.d.ts +0 -4
- package/es/Layout/components/LayoutToc.js +0 -34
- package/es/Layout/style.d.ts +0 -10
- package/es/Layout/style.js +0 -18
- package/es/Layout/type.d.ts +0 -28
- package/es/Layout/type.js +0 -1
- package/es/List/List.d.ts +0 -4
- package/es/List/List.js +0 -63
- package/es/List/ListItem/index.d.ts +0 -4
- package/es/List/ListItem/index.js +0 -128
- package/es/List/ListItem/style.d.ts +0 -11
- package/es/List/ListItem/style.js +0 -20
- package/es/List/ListItem/time.d.ts +0 -1
- package/es/List/ListItem/time.js +0 -6
- package/es/List/type.d.ts +0 -50
- package/es/List/type.js +0 -1
- package/es/Markdown/Markdown.d.ts +0 -4
- package/es/Markdown/Markdown.js +0 -151
- package/es/Markdown/SyntaxMarkdown/MarkdownRender.d.ts +0 -3
- package/es/Markdown/SyntaxMarkdown/MarkdownRender.js +0 -32
- package/es/Markdown/SyntaxMarkdown/StreamdownRender.d.ts +0 -3
- package/es/Markdown/SyntaxMarkdown/StreamdownRender.js +0 -64
- package/es/Markdown/SyntaxMarkdown/index.d.ts +0 -2
- package/es/Markdown/SyntaxMarkdown/index.js +0 -2
- package/es/Markdown/SyntaxMarkdown/style.d.ts +0 -3
- package/es/Markdown/SyntaxMarkdown/style.js +0 -10
- package/es/Markdown/Typography.d.ts +0 -4
- package/es/Markdown/Typography.js +0 -50
- package/es/Markdown/components/CodeBlock.d.ts +0 -18
- package/es/Markdown/components/CodeBlock.js +0 -62
- package/es/Markdown/components/Footnotes.d.ts +0 -8
- package/es/Markdown/components/Footnotes.js +0 -124
- package/es/Markdown/components/MarkdownProvider.d.ts +0 -6
- package/es/Markdown/components/MarkdownProvider.js +0 -19
- package/es/Markdown/components/SearchResultCards/SearchResultCard.d.ts +0 -10
- package/es/Markdown/components/SearchResultCards/SearchResultCard.js +0 -92
- package/es/Markdown/components/SearchResultCards/index.d.ts +0 -14
- package/es/Markdown/components/SearchResultCards/index.js +0 -43
- package/es/Markdown/components/SearchResultCards/style.d.ts +0 -4
- package/es/Markdown/components/SearchResultCards/style.js +0 -10
- package/es/Markdown/components/useDelayedAnimated.d.ts +0 -1
- package/es/Markdown/components/useDelayedAnimated.js +0 -31
- package/es/Markdown/markdown.style.d.ts +0 -3
- package/es/Markdown/markdown.style.js +0 -30
- package/es/Markdown/plugins/rehypeCustomFootnotes.d.ts +0 -1
- package/es/Markdown/plugins/rehypeCustomFootnotes.js +0 -57
- package/es/Markdown/plugins/rehypeKatexDir.d.ts +0 -2
- package/es/Markdown/plugins/rehypeKatexDir.js +0 -15
- package/es/Markdown/plugins/rehypeStreamAnimated.d.ts +0 -2
- package/es/Markdown/plugins/rehypeStreamAnimated.js +0 -56
- package/es/Markdown/plugins/remarkBr.d.ts +0 -6
- package/es/Markdown/plugins/remarkBr.js +0 -104
- package/es/Markdown/plugins/remarkColor.d.ts +0 -17
- package/es/Markdown/plugins/remarkColor.js +0 -188
- package/es/Markdown/plugins/remarkCustomFootnotes.d.ts +0 -6
- package/es/Markdown/plugins/remarkCustomFootnotes.js +0 -32
- package/es/Markdown/plugins/remarkGfmPlus.d.ts +0 -5
- package/es/Markdown/plugins/remarkGfmPlus.js +0 -141
- package/es/Markdown/plugins/remarkVideo.d.ts +0 -17
- package/es/Markdown/plugins/remarkVideo.js +0 -186
- package/es/Markdown/style.d.ts +0 -6
- package/es/Markdown/style.js +0 -15
- package/es/Markdown/type.d.ts +0 -57
- package/es/Markdown/type.js +0 -1
- package/es/MaskShadow/MaskShadow.d.ts +0 -4
- package/es/MaskShadow/MaskShadow.js +0 -54
- package/es/MaskShadow/style.d.ts +0 -7
- package/es/MaskShadow/style.js +0 -14
- package/es/MaskShadow/type.d.ts +0 -6
- package/es/MaskShadow/type.js +0 -1
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.d.ts +0 -4
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.js +0 -88
- package/es/MaterialFileTypeIcon/icon-map.json +0 -4915
- package/es/MaterialFileTypeIcon/type.d.ts +0 -13
- package/es/MaterialFileTypeIcon/type.js +0 -1
- package/es/MaterialFileTypeIcon/utils.d.ts +0 -17
- package/es/MaterialFileTypeIcon/utils.js +0 -48
- package/es/Menu/Menu.d.ts +0 -4
- package/es/Menu/Menu.js +0 -102
- package/es/Menu/style.d.ts +0 -8
- package/es/Menu/style.js +0 -18
- package/es/Menu/type.d.ts +0 -33
- package/es/Menu/type.js +0 -1
- package/es/Menu/utils.d.ts +0 -3
- package/es/Menu/utils.js +0 -47
- package/es/Mermaid/FullFeatured.d.ts +0 -8
- package/es/Mermaid/FullFeatured.js +0 -211
- package/es/Mermaid/Mermaid.d.ts +0 -5
- package/es/Mermaid/Mermaid.js +0 -160
- package/es/Mermaid/SyntaxMermaid/index.d.ts +0 -4
- package/es/Mermaid/SyntaxMermaid/index.js +0 -108
- package/es/Mermaid/const.d.ts +0 -7
- package/es/Mermaid/const.js +0 -24
- package/es/Mermaid/type.d.ts +0 -47
- package/es/Mermaid/type.js +0 -1
- package/es/Modal/Modal.d.ts +0 -4
- package/es/Modal/Modal.js +0 -169
- package/es/Modal/style.d.ts +0 -7
- package/es/Modal/style.js +0 -15
- package/es/Modal/type.d.ts +0 -9
- package/es/Modal/type.js +0 -1
- package/es/ScrollShadow/ScrollShadow.d.ts +0 -4
- package/es/ScrollShadow/ScrollShadow.js +0 -155
- package/es/ScrollShadow/style.d.ts +0 -12
- package/es/ScrollShadow/style.js +0 -21
- package/es/ScrollShadow/type.d.ts +0 -17
- package/es/ScrollShadow/type.js +0 -1
- package/es/ScrollShadow/useScrollOverflow.d.ts +0 -21
- package/es/ScrollShadow/useScrollOverflow.js +0 -83
- package/es/SearchBar/SearchBar.d.ts +0 -4
- package/es/SearchBar/SearchBar.js +0 -129
- package/es/SearchBar/style.d.ts +0 -5
- package/es/SearchBar/style.js +0 -14
- package/es/SearchBar/type.d.ts +0 -20
- package/es/SearchBar/type.js +0 -1
- package/es/Segmented/Segmented.d.ts +0 -4
- package/es/Segmented/Segmented.js +0 -69
- package/es/Segmented/style.d.ts +0 -8
- package/es/Segmented/style.js +0 -16
- package/es/Segmented/type.d.ts +0 -11
- package/es/Segmented/type.js +0 -1
- package/es/Select/Select.d.ts +0 -4
- package/es/Select/Select.js +0 -70
- package/es/Select/style.d.ts +0 -7
- package/es/Select/style.js +0 -16
- package/es/Select/type.d.ts +0 -9
- package/es/Select/type.js +0 -1
- package/es/SideNav/SideNav.d.ts +0 -4
- package/es/SideNav/SideNav.js +0 -51
- package/es/SideNav/style.d.ts +0 -1
- package/es/SideNav/style.js +0 -8
- package/es/SideNav/type.d.ts +0 -7
- package/es/SideNav/type.js +0 -1
- package/es/Skeleton/Skeleton.d.ts +0 -4
- package/es/Skeleton/Skeleton.js +0 -82
- package/es/Skeleton/SkeletonAvatar.d.ts +0 -4
- package/es/Skeleton/SkeletonAvatar.js +0 -45
- package/es/Skeleton/SkeletonBlock.d.ts +0 -4
- package/es/Skeleton/SkeletonBlock.js +0 -26
- package/es/Skeleton/SkeletonButton.d.ts +0 -4
- package/es/Skeleton/SkeletonButton.js +0 -56
- package/es/Skeleton/SkeletonParagraph.d.ts +0 -4
- package/es/Skeleton/SkeletonParagraph.js +0 -63
- package/es/Skeleton/SkeletonTags.d.ts +0 -4
- package/es/Skeleton/SkeletonTags.js +0 -80
- package/es/Skeleton/SkeletonTitle.d.ts +0 -4
- package/es/Skeleton/SkeletonTitle.js +0 -44
- package/es/Skeleton/style.d.ts +0 -6
- package/es/Skeleton/style.js +0 -16
- package/es/Skeleton/type.d.ts +0 -55
- package/es/Skeleton/type.js +0 -1
- package/es/SliderWithInput/SliderWithInput.d.ts +0 -4
- package/es/SliderWithInput/SliderWithInput.js +0 -99
- package/es/SliderWithInput/type.d.ts +0 -20
- package/es/SliderWithInput/type.js +0 -1
- package/es/Snippet/Snippet.d.ts +0 -4
- package/es/Snippet/Snippet.js +0 -82
- package/es/Snippet/style.d.ts +0 -8
- package/es/Snippet/style.js +0 -16
- package/es/Snippet/type.d.ts +0 -12
- package/es/Snippet/type.js +0 -1
- package/es/SortableList/SortableList.d.ts +0 -11
- package/es/SortableList/SortableList.js +0 -101
- package/es/SortableList/components/DragHandle.d.ts +0 -4
- package/es/SortableList/components/DragHandle.js +0 -53
- package/es/SortableList/components/SortableItem.d.ts +0 -15
- package/es/SortableList/components/SortableItem.js +0 -98
- package/es/SortableList/components/SortableOverlay.d.ts +0 -5
- package/es/SortableList/components/SortableOverlay.js +0 -23
- package/es/SortableList/style.d.ts +0 -8
- package/es/SortableList/style.js +0 -16
- package/es/SortableList/type.d.ts +0 -12
- package/es/SortableList/type.js +0 -1
- package/es/Tabs/Tabs.d.ts +0 -4
- package/es/Tabs/Tabs.js +0 -80
- package/es/Tabs/style.d.ts +0 -9
- package/es/Tabs/style.js +0 -17
- package/es/Tabs/type.d.ts +0 -5
- package/es/Tabs/type.js +0 -1
- package/es/Tag/Tag.d.ts +0 -4
- package/es/Tag/Tag.js +0 -105
- package/es/Tag/index.d.ts +0 -2
- package/es/Tag/index.js +0 -1
- package/es/Tag/styles.d.ts +0 -8
- package/es/Tag/styles.js +0 -17
- package/es/Tag/type.d.ts +0 -8
- package/es/Tag/type.js +0 -1
- package/es/Tag/utils.d.ts +0 -4
- package/es/Tag/utils.js +0 -16
- package/es/Text/Text.d.ts +0 -4
- package/es/Text/Text.js +0 -132
- package/es/Text/styles.d.ts +0 -23
- package/es/Text/styles.js +0 -31
- package/es/Text/type.d.ts +0 -23
- package/es/Text/type.js +0 -1
- package/es/ThemeProvider/ConfigProvider.d.ts +0 -5
- package/es/ThemeProvider/ConfigProvider.js +0 -41
- package/es/ThemeProvider/GlobalStyle/antdOverride.d.ts +0 -3
- package/es/ThemeProvider/GlobalStyle/antdOverride.js +0 -8
- package/es/ThemeProvider/GlobalStyle/global.d.ts +0 -3
- package/es/ThemeProvider/GlobalStyle/global.js +0 -6
- package/es/ThemeProvider/GlobalStyle/index.d.ts +0 -3
- package/es/ThemeProvider/GlobalStyle/index.js +0 -10
- package/es/ThemeProvider/Meta.d.ts +0 -4
- package/es/ThemeProvider/Meta.js +0 -78
- package/es/ThemeProvider/ThemeProvider.d.ts +0 -4
- package/es/ThemeProvider/ThemeProvider.js +0 -94
- package/es/ThemeProvider/type.d.ts +0 -25
- package/es/ThemeProvider/type.js +0 -1
- package/es/ThemeSwitch/ThemeSwitch.d.ts +0 -4
- package/es/ThemeSwitch/ThemeSwitch.js +0 -85
- package/es/ThemeSwitch/type.d.ts +0 -15
- package/es/ThemeSwitch/type.js +0 -1
- package/es/Toc/Toc.d.ts +0 -4
- package/es/Toc/Toc.js +0 -43
- package/es/Toc/TocMobile.d.ts +0 -4
- package/es/Toc/TocMobile.js +0 -89
- package/es/Toc/style.d.ts +0 -9
- package/es/Toc/style.js +0 -21
- package/es/Toc/type.d.ts +0 -17
- package/es/Toc/type.js +0 -1
- package/es/Toc/utils.d.ts +0 -11
- package/es/Toc/utils.js +0 -17
- package/es/Tooltip/Tooltip.d.ts +0 -4
- package/es/Tooltip/Tooltip.js +0 -278
- package/es/Tooltip/TooltipFloating.d.ts +0 -22
- package/es/Tooltip/TooltipFloating.js +0 -126
- package/es/Tooltip/TooltipGroup.d.ts +0 -7
- package/es/Tooltip/TooltipGroup.js +0 -160
- package/es/Tooltip/TooltipPortal.d.ts +0 -7
- package/es/Tooltip/TooltipPortal.js +0 -46
- package/es/Tooltip/antdPlacementToFloating.d.ts +0 -9
- package/es/Tooltip/antdPlacementToFloating.js +0 -51
- package/es/Tooltip/groupContext.d.ts +0 -12
- package/es/Tooltip/groupContext.js +0 -3
- package/es/Tooltip/index.d.ts +0 -3
- package/es/Tooltip/index.js +0 -2
- package/es/Tooltip/style.d.ts +0 -6
- package/es/Tooltip/style.js +0 -13
- package/es/Tooltip/type.d.ts +0 -98
- package/es/Tooltip/type.js +0 -1
- package/es/Video/style.d.ts +0 -13
- package/es/Video/style.js +0 -27
- package/es/awesome/AuroraBackground/AuroraBackground.d.ts +0 -4
- package/es/awesome/AuroraBackground/AuroraBackground.js +0 -47
- package/es/awesome/AuroraBackground/index.d.ts +0 -2
- package/es/awesome/AuroraBackground/index.js +0 -1
- package/es/awesome/AuroraBackground/style.d.ts +0 -4
- package/es/awesome/AuroraBackground/style.js +0 -17
- package/es/awesome/AuroraBackground/type.d.ts +0 -13
- package/es/awesome/AuroraBackground/type.js +0 -1
- package/es/awesome/BottomGradientButton/BottomGradientButton.d.ts +0 -3
- package/es/awesome/BottomGradientButton/BottomGradientButton.js +0 -39
- package/es/awesome/BottomGradientButton/index.d.ts +0 -2
- package/es/awesome/BottomGradientButton/index.js +0 -1
- package/es/awesome/BottomGradientButton/style.d.ts +0 -1
- package/es/awesome/BottomGradientButton/style.js +0 -10
- package/es/awesome/BottomGradientButton/type.d.ts +0 -2
- package/es/awesome/BottomGradientButton/type.js +0 -1
- package/es/awesome/Features/FeatureItem.d.ts +0 -4
- package/es/awesome/Features/FeatureItem.js +0 -103
- package/es/awesome/Features/Features.d.ts +0 -4
- package/es/awesome/Features/Features.js +0 -41
- package/es/awesome/Features/index.d.ts +0 -2
- package/es/awesome/Features/index.js +0 -1
- package/es/awesome/Features/style.d.ts +0 -12
- package/es/awesome/Features/style.js +0 -30
- package/es/awesome/Features/type.d.ts +0 -27
- package/es/awesome/Features/type.js +0 -1
- package/es/awesome/Giscus/Giscus.d.ts +0 -4
- package/es/awesome/Giscus/Giscus.js +0 -51
- package/es/awesome/Giscus/index.d.ts +0 -2
- package/es/awesome/Giscus/index.js +0 -1
- package/es/awesome/Giscus/style.d.ts +0 -2
- package/es/awesome/Giscus/style.js +0 -31
- package/es/awesome/Giscus/type.d.ts +0 -6
- package/es/awesome/Giscus/type.js +0 -1
- package/es/awesome/GradientButton/GradientButton.d.ts +0 -4
- package/es/awesome/GradientButton/GradientButton.js +0 -40
- package/es/awesome/GradientButton/index.d.ts +0 -2
- package/es/awesome/GradientButton/index.js +0 -1
- package/es/awesome/GradientButton/style.d.ts +0 -4
- package/es/awesome/GradientButton/style.js +0 -38
- package/es/awesome/GradientButton/type.d.ts +0 -4
- package/es/awesome/GradientButton/type.js +0 -1
- package/es/awesome/GridBackground/GridBackground.d.ts +0 -4
- package/es/awesome/GridBackground/GridBackground.js +0 -108
- package/es/awesome/GridBackground/GridShowcase.d.ts +0 -4
- package/es/awesome/GridBackground/GridShowcase.js +0 -59
- package/es/awesome/GridBackground/components/Grid.d.ts +0 -26
- package/es/awesome/GridBackground/components/Grid.js +0 -103
- package/es/awesome/GridBackground/index.d.ts +0 -3
- package/es/awesome/GridBackground/index.js +0 -2
- package/es/awesome/GridBackground/style.d.ts +0 -9
- package/es/awesome/GridBackground/style.js +0 -22
- package/es/awesome/GridBackground/type.d.ts +0 -18
- package/es/awesome/GridBackground/type.js +0 -1
- package/es/awesome/Hero/Hero.d.ts +0 -4
- package/es/awesome/Hero/Hero.js +0 -100
- package/es/awesome/Hero/index.d.ts +0 -2
- package/es/awesome/Hero/index.js +0 -1
- package/es/awesome/Hero/style.d.ts +0 -6
- package/es/awesome/Hero/style.js +0 -15
- package/es/awesome/Hero/type.d.ts +0 -14
- package/es/awesome/Hero/type.js +0 -1
- package/es/awesome/Spline/ParentSize.d.ts +0 -36
- package/es/awesome/Spline/ParentSize.js +0 -119
- package/es/awesome/Spline/Spine.d.ts +0 -6
- package/es/awesome/Spline/Spine.js +0 -148
- package/es/awesome/Spline/index.d.ts +0 -2
- package/es/awesome/Spline/index.js +0 -1
- package/es/awesome/Spline/type.d.ts +0 -17
- package/es/awesome/Spline/type.js +0 -1
- package/es/awesome/Spotlight/Spotlight.d.ts +0 -4
- package/es/awesome/Spotlight/Spotlight.js +0 -45
- package/es/awesome/Spotlight/index.d.ts +0 -2
- package/es/awesome/Spotlight/index.js +0 -1
- package/es/awesome/Spotlight/style.d.ts +0 -8
- package/es/awesome/Spotlight/style.js +0 -17
- package/es/awesome/Spotlight/type.d.ts +0 -4
- package/es/awesome/Spotlight/type.js +0 -1
- package/es/awesome/Spotlight/useMouseOffset.d.ts +0 -1
- package/es/awesome/Spotlight/useMouseOffset.js +0 -43
- package/es/awesome/SpotlightCard/SpotlightCard.d.ts +0 -4
- package/es/awesome/SpotlightCard/SpotlightCard.js +0 -90
- package/es/awesome/SpotlightCard/SpotlightCardItem.d.ts +0 -4
- package/es/awesome/SpotlightCard/SpotlightCardItem.js +0 -42
- package/es/awesome/SpotlightCard/index.d.ts +0 -2
- package/es/awesome/SpotlightCard/index.js +0 -1
- package/es/awesome/SpotlightCard/style.d.ts +0 -10
- package/es/awesome/SpotlightCard/style.js +0 -19
- package/es/awesome/SpotlightCard/type.d.ts +0 -16
- package/es/awesome/SpotlightCard/type.js +0 -1
- package/es/awesome/TypewriterEffect/TypewriterEffect.d.ts +0 -4
- package/es/awesome/TypewriterEffect/TypewriterEffect.js +0 -314
- package/es/awesome/TypewriterEffect/index.d.ts +0 -2
- package/es/awesome/TypewriterEffect/index.js +0 -1
- package/es/awesome/TypewriterEffect/style.d.ts +0 -10
- package/es/awesome/TypewriterEffect/style.js +0 -18
- package/es/awesome/TypewriterEffect/type.d.ts +0 -126
- package/es/awesome/TypewriterEffect/type.js +0 -1
- package/es/brand/BrandLoading/index.d.ts +0 -11
- package/es/brand/BrandLoading/index.js +0 -23
- package/es/brand/BrandLoading/style.css +0 -32
- package/es/brand/LobeChat/index.d.ts +0 -9
- package/es/brand/LobeChat/index.js +0 -119
- package/es/brand/LobeChatText/index.d.ts +0 -6
- package/es/brand/LobeChatText/index.js +0 -40
- package/es/brand/LobeHub/index.d.ts +0 -9
- package/es/brand/LobeHub/index.js +0 -118
- package/es/brand/LobeHub/style.d.ts +0 -8
- package/es/brand/LobeHub/style.js +0 -14
- package/es/brand/LobeHubText/index.d.ts +0 -6
- package/es/brand/LobeHubText/index.js +0 -36
- package/es/brand/Logo3d/index.d.ts +0 -8
- package/es/brand/Logo3d/index.js +0 -33
- package/es/brand/LogoFlat/index.d.ts +0 -6
- package/es/brand/LogoFlat/index.js +0 -75
- package/es/brand/LogoMono/index.d.ts +0 -6
- package/es/brand/LogoMono/index.js +0 -79
- package/es/brand/LogoThree/Loading.d.ts +0 -5
- package/es/brand/LogoThree/Loading.js +0 -22
- package/es/brand/LogoThree/LogoSpline.d.ts +0 -10
- package/es/brand/LogoThree/LogoSpline.js +0 -53
- package/es/brand/LogoThree/index.d.ts +0 -9
- package/es/brand/LogoThree/index.js +0 -76
- package/es/brand/components/Divider.d.ts +0 -6
- package/es/brand/components/Divider.js +0 -35
- package/es/chat/BackBottom/BackBottom.d.ts +0 -4
- package/es/chat/BackBottom/BackBottom.js +0 -63
- package/es/chat/BackBottom/index.d.ts +0 -2
- package/es/chat/BackBottom/index.js +0 -1
- package/es/chat/BackBottom/style.d.ts +0 -1
- package/es/chat/BackBottom/style.js +0 -8
- package/es/chat/BackBottom/type.d.ts +0 -11
- package/es/chat/BackBottom/type.js +0 -1
- package/es/chat/Bubble/Bubble.d.ts +0 -4
- package/es/chat/Bubble/Bubble.js +0 -60
- package/es/chat/Bubble/index.d.ts +0 -2
- package/es/chat/Bubble/index.js +0 -1
- package/es/chat/Bubble/style.d.ts +0 -7
- package/es/chat/Bubble/style.js +0 -16
- package/es/chat/Bubble/type.d.ts +0 -7
- package/es/chat/Bubble/type.js +0 -1
- package/es/chat/ChatHeader/ChatHeader.d.ts +0 -4
- package/es/chat/ChatHeader/ChatHeader.js +0 -79
- package/es/chat/ChatHeader/ChatHeaderTitle.d.ts +0 -4
- package/es/chat/ChatHeader/ChatHeaderTitle.js +0 -47
- package/es/chat/ChatHeader/index.d.ts +0 -11
- package/es/chat/ChatHeader/index.js +0 -6
- package/es/chat/ChatHeader/style.d.ts +0 -14
- package/es/chat/ChatHeader/style.js +0 -25
- package/es/chat/ChatHeader/type.d.ts +0 -28
- package/es/chat/ChatHeader/type.js +0 -1
- package/es/chat/ChatInputArea/ChatInputArea.d.ts +0 -4
- package/es/chat/ChatInputArea/ChatInputArea.js +0 -72
- package/es/chat/ChatInputArea/components/ChatInputActionBar.d.ts +0 -4
- package/es/chat/ChatInputArea/components/ChatInputActionBar.js +0 -56
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.d.ts +0 -4
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.js +0 -61
- package/es/chat/ChatInputArea/components/ChatSendButton.d.ts +0 -4
- package/es/chat/ChatInputArea/components/ChatSendButton.js +0 -82
- package/es/chat/ChatInputArea/index.d.ts +0 -17
- package/es/chat/ChatInputArea/index.js +0 -12
- package/es/chat/ChatInputArea/style.d.ts +0 -10
- package/es/chat/ChatInputArea/style.js +0 -21
- package/es/chat/ChatInputArea/type.d.ts +0 -50
- package/es/chat/ChatInputArea/type.js +0 -1
- package/es/chat/ChatItem/ChatItem.d.ts +0 -5
- package/es/chat/ChatItem/ChatItem.js +0 -187
- package/es/chat/ChatItem/components/Actions.d.ts +0 -11
- package/es/chat/ChatItem/components/Actions.js +0 -24
- package/es/chat/ChatItem/components/Avatar.d.ts +0 -15
- package/es/chat/ChatItem/components/Avatar.js +0 -47
- package/es/chat/ChatItem/components/BorderSpacing.d.ts +0 -6
- package/es/chat/ChatItem/components/BorderSpacing.js +0 -12
- package/es/chat/ChatItem/components/ErrorContent.d.ts +0 -9
- package/es/chat/ChatItem/components/ErrorContent.js +0 -29
- package/es/chat/ChatItem/components/Loading.d.ts +0 -8
- package/es/chat/ChatItem/components/Loading.js +0 -28
- package/es/chat/ChatItem/components/MessageContent.d.ts +0 -20
- package/es/chat/ChatItem/components/MessageContent.js +0 -57
- package/es/chat/ChatItem/components/Title.d.ts +0 -11
- package/es/chat/ChatItem/components/Title.js +0 -28
- package/es/chat/ChatItem/index.d.ts +0 -2
- package/es/chat/ChatItem/index.js +0 -1
- package/es/chat/ChatItem/style.d.ts +0 -24
- package/es/chat/ChatItem/style.js +0 -36
- package/es/chat/ChatItem/type.d.ts +0 -89
- package/es/chat/ChatItem/type.js +0 -1
- package/es/chat/ChatList/ChatList.d.ts +0 -4
- package/es/chat/ChatList/ChatList.js +0 -72
- package/es/chat/ChatList/components/ChatActionsBar.d.ts +0 -4
- package/es/chat/ChatList/components/ChatActionsBar.js +0 -31
- package/es/chat/ChatList/components/ChatListItem.d.ts +0 -4
- package/es/chat/ChatList/components/ChatListItem.js +0 -185
- package/es/chat/ChatList/components/HistoryDivider.d.ts +0 -7
- package/es/chat/ChatList/components/HistoryDivider.js +0 -24
- package/es/chat/ChatList/components/useChatListActionsBar.d.ts +0 -17
- package/es/chat/ChatList/components/useChatListActionsBar.js +0 -33
- package/es/chat/ChatList/index.d.ts +0 -3
- package/es/chat/ChatList/index.js +0 -2
- package/es/chat/ChatList/style.d.ts +0 -3
- package/es/chat/ChatList/style.js +0 -9
- package/es/chat/ChatList/type.d.ts +0 -94
- package/es/chat/ChatList/type.js +0 -1
- package/es/chat/EditableMessage/EditableMessage.d.ts +0 -4
- package/es/chat/EditableMessage/EditableMessage.js +0 -117
- package/es/chat/EditableMessage/index.d.ts +0 -2
- package/es/chat/EditableMessage/index.js +0 -1
- package/es/chat/EditableMessage/type.d.ts +0 -37
- package/es/chat/EditableMessage/type.js +0 -1
- package/es/chat/EditableMessageList/EditableMessageList.d.ts +0 -4
- package/es/chat/EditableMessageList/EditableMessageList.js +0 -113
- package/es/chat/EditableMessageList/index.d.ts +0 -2
- package/es/chat/EditableMessageList/index.js +0 -1
- package/es/chat/EditableMessageList/messageReducer.d.ts +0 -37
- package/es/chat/EditableMessageList/messageReducer.js +0 -81
- package/es/chat/EditableMessageList/type.d.ts +0 -6
- package/es/chat/EditableMessageList/type.js +0 -1
- package/es/chat/LoadingDots/LoadingDots.d.ts +0 -4
- package/es/chat/LoadingDots/LoadingDots.js +0 -124
- package/es/chat/LoadingDots/index.d.ts +0 -2
- package/es/chat/LoadingDots/index.js +0 -1
- package/es/chat/LoadingDots/style.d.ts +0 -13
- package/es/chat/LoadingDots/style.js +0 -25
- package/es/chat/LoadingDots/type.d.ts +0 -22
- package/es/chat/LoadingDots/type.js +0 -1
- package/es/chat/MessageInput/MessageInput.d.ts +0 -4
- package/es/chat/MessageInput/MessageInput.js +0 -142
- package/es/chat/MessageInput/index.d.ts +0 -2
- package/es/chat/MessageInput/index.js +0 -1
- package/es/chat/MessageInput/style.d.ts +0 -1
- package/es/chat/MessageInput/style.js +0 -8
- package/es/chat/MessageInput/type.d.ts +0 -25
- package/es/chat/MessageInput/type.js +0 -1
- package/es/chat/MessageModal/MessageModal.d.ts +0 -4
- package/es/chat/MessageModal/MessageModal.js +0 -132
- package/es/chat/MessageModal/TextArea.d.ts +0 -8
- package/es/chat/MessageModal/TextArea.js +0 -41
- package/es/chat/MessageModal/index.d.ts +0 -2
- package/es/chat/MessageModal/index.js +0 -1
- package/es/chat/MessageModal/type.d.ts +0 -23
- package/es/chat/MessageModal/type.js +0 -1
- package/es/chat/TokenTag/TokenTag.d.ts +0 -4
- package/es/chat/TokenTag/TokenTag.js +0 -95
- package/es/chat/TokenTag/index.d.ts +0 -2
- package/es/chat/TokenTag/index.js +0 -1
- package/es/chat/TokenTag/style.d.ts +0 -6
- package/es/chat/TokenTag/style.js +0 -14
- package/es/chat/TokenTag/type.d.ts +0 -15
- package/es/chat/TokenTag/type.js +0 -1
- package/es/chat/types/chatMessage.d.ts +0 -43
- package/es/chat/types/chatMessage.js +0 -1
- package/es/chat/types/error.d.ts +0 -20
- package/es/chat/types/error.js +0 -25
- package/es/chat/types/index.d.ts +0 -4
- package/es/chat/types/index.js +0 -4
- package/es/chat/types/llm.d.ts +0 -47
- package/es/chat/types/llm.js +0 -12
- package/es/chat/types/meta.d.ts +0 -26
- package/es/chat/types/meta.js +0 -1
- package/es/color/ColorScales/ScaleRow.d.ts +0 -8
- package/es/color/ColorScales/ScaleRow.js +0 -87
- package/es/color/ColorScales/index.d.ts +0 -18
- package/es/color/ColorScales/index.js +0 -78
- package/es/color/ColorScales/style.d.ts +0 -10
- package/es/color/ColorScales/style.js +0 -17
- package/es/color/colors/blue.d.ts +0 -3
- package/es/color/colors/blue.js +0 -7
- package/es/color/colors/cyan.d.ts +0 -3
- package/es/color/colors/cyan.js +0 -7
- package/es/color/colors/geekblue.d.ts +0 -3
- package/es/color/colors/geekblue.js +0 -7
- package/es/color/colors/gold.d.ts +0 -3
- package/es/color/colors/gold.js +0 -7
- package/es/color/colors/gray.d.ts +0 -3
- package/es/color/colors/gray.js +0 -7
- package/es/color/colors/green.d.ts +0 -3
- package/es/color/colors/green.js +0 -7
- package/es/color/colors/index.d.ts +0 -33
- package/es/color/colors/index.js +0 -45
- package/es/color/colors/lime.d.ts +0 -3
- package/es/color/colors/lime.js +0 -7
- package/es/color/colors/magenta.d.ts +0 -3
- package/es/color/colors/magenta.js +0 -7
- package/es/color/colors/orange.d.ts +0 -3
- package/es/color/colors/orange.js +0 -7
- package/es/color/colors/primary.d.ts +0 -3
- package/es/color/colors/primary.js +0 -7
- package/es/color/colors/purple.d.ts +0 -3
- package/es/color/colors/purple.js +0 -7
- package/es/color/colors/red.d.ts +0 -3
- package/es/color/colors/red.js +0 -7
- package/es/color/colors/volcano.d.ts +0 -3
- package/es/color/colors/volcano.js +0 -7
- package/es/color/colors/yellow.d.ts +0 -3
- package/es/color/colors/yellow.js +0 -7
- package/es/color/neutrals/index.d.ts +0 -15
- package/es/color/neutrals/index.js +0 -18
- package/es/color/neutrals/mauve.d.ts +0 -3
- package/es/color/neutrals/mauve.js +0 -7
- package/es/color/neutrals/olive.d.ts +0 -3
- package/es/color/neutrals/olive.js +0 -7
- package/es/color/neutrals/sage.d.ts +0 -3
- package/es/color/neutrals/sage.js +0 -7
- package/es/color/neutrals/sand.d.ts +0 -3
- package/es/color/neutrals/sand.js +0 -7
- package/es/color/neutrals/slate.d.ts +0 -3
- package/es/color/neutrals/slate.js +0 -7
- package/es/color/types.d.ts +0 -22
- package/es/color/types.js +0 -1
- package/es/hooks/useCopied.d.ts +0 -4
- package/es/hooks/useCopied.js +0 -33
- package/es/hooks/useHighlight.d.ts +0 -29
- package/es/hooks/useHighlight.js +0 -432
- package/es/hooks/useMarkdown/index.d.ts +0 -4
- package/es/hooks/useMarkdown/index.js +0 -4
- package/es/hooks/useMarkdown/latex.d.ts +0 -179
- package/es/hooks/useMarkdown/latex.js +0 -529
- package/es/hooks/useMarkdown/useMarkdownComponents.d.ts +0 -2
- package/es/hooks/useMarkdown/useMarkdownComponents.js +0 -152
- package/es/hooks/useMarkdown/useMarkdownContent.d.ts +0 -1
- package/es/hooks/useMarkdown/useMarkdownContent.js +0 -64
- package/es/hooks/useMarkdown/useMarkdownRehypePlugins.d.ts +0 -2
- package/es/hooks/useMarkdown/useMarkdownRehypePlugins.js +0 -34
- package/es/hooks/useMarkdown/useMarkdownRemarkPlugins.d.ts +0 -2
- package/es/hooks/useMarkdown/useMarkdownRemarkPlugins.js +0 -40
- package/es/hooks/useMarkdown/utils.d.ts +0 -30
- package/es/hooks/useMarkdown/utils.js +0 -137
- package/es/hooks/useMermaid.d.ts +0 -9
- package/es/hooks/useMermaid.js +0 -140
- package/es/icons/Auth0/components/Avatar.d.ts +0 -5
- package/es/icons/Auth0/components/Avatar.js +0 -26
- package/es/icons/Auth0/components/Mono.d.ts +0 -3
- package/es/icons/Auth0/components/Mono.js +0 -40
- package/es/icons/Auth0/index.d.ts +0 -9
- package/es/icons/Auth0/index.js +0 -10
- package/es/icons/Auth0/style.d.ts +0 -2
- package/es/icons/Auth0/style.js +0 -2
- package/es/icons/Authelia/components/Avatar.d.ts +0 -5
- package/es/icons/Authelia/components/Avatar.js +0 -26
- package/es/icons/Authelia/components/Color.d.ts +0 -3
- package/es/icons/Authelia/components/Color.js +0 -132
- package/es/icons/Authelia/components/Mono.d.ts +0 -3
- package/es/icons/Authelia/components/Mono.js +0 -48
- package/es/icons/Authelia/index.d.ts +0 -11
- package/es/icons/Authelia/index.js +0 -12
- package/es/icons/Authelia/style.d.ts +0 -2
- package/es/icons/Authelia/style.js +0 -2
- package/es/icons/Authentik/components/Avatar.d.ts +0 -5
- package/es/icons/Authentik/components/Avatar.js +0 -26
- package/es/icons/Authentik/components/Color.d.ts +0 -3
- package/es/icons/Authentik/components/Color.js +0 -41
- package/es/icons/Authentik/components/Mono.d.ts +0 -3
- package/es/icons/Authentik/components/Mono.js +0 -41
- package/es/icons/Authentik/index.d.ts +0 -11
- package/es/icons/Authentik/index.js +0 -12
- package/es/icons/Authentik/style.d.ts +0 -2
- package/es/icons/Authentik/style.js +0 -2
- package/es/icons/Casdoor/components/Avatar.d.ts +0 -5
- package/es/icons/Casdoor/components/Avatar.js +0 -26
- package/es/icons/Casdoor/components/Color.d.ts +0 -3
- package/es/icons/Casdoor/components/Color.js +0 -98
- package/es/icons/Casdoor/components/Mono.d.ts +0 -3
- package/es/icons/Casdoor/components/Mono.js +0 -44
- package/es/icons/Casdoor/index.d.ts +0 -11
- package/es/icons/Casdoor/index.js +0 -12
- package/es/icons/Casdoor/style.d.ts +0 -2
- package/es/icons/Casdoor/style.js +0 -2
- package/es/icons/Clerk/components/Avatar.d.ts +0 -5
- package/es/icons/Clerk/components/Avatar.js +0 -26
- package/es/icons/Clerk/components/Color.d.ts +0 -3
- package/es/icons/Clerk/components/Color.js +0 -43
- package/es/icons/Clerk/components/Mono.d.ts +0 -3
- package/es/icons/Clerk/components/Mono.js +0 -43
- package/es/icons/Clerk/index.d.ts +0 -11
- package/es/icons/Clerk/index.js +0 -12
- package/es/icons/Clerk/style.d.ts +0 -2
- package/es/icons/Clerk/style.js +0 -2
- package/es/icons/Logto/components/Avatar.d.ts +0 -5
- package/es/icons/Logto/components/Avatar.js +0 -26
- package/es/icons/Logto/components/Color.d.ts +0 -3
- package/es/icons/Logto/components/Color.js +0 -60
- package/es/icons/Logto/components/Mono.d.ts +0 -3
- package/es/icons/Logto/components/Mono.js +0 -41
- package/es/icons/Logto/index.d.ts +0 -11
- package/es/icons/Logto/index.js +0 -12
- package/es/icons/Logto/style.d.ts +0 -2
- package/es/icons/Logto/style.js +0 -2
- package/es/icons/MicrosoftEntra/components/Avatar.d.ts +0 -5
- package/es/icons/MicrosoftEntra/components/Avatar.js +0 -25
- package/es/icons/MicrosoftEntra/components/Color.d.ts +0 -3
- package/es/icons/MicrosoftEntra/components/Color.js +0 -54
- package/es/icons/MicrosoftEntra/components/Mono.d.ts +0 -3
- package/es/icons/MicrosoftEntra/components/Mono.js +0 -43
- package/es/icons/MicrosoftEntra/index.d.ts +0 -11
- package/es/icons/MicrosoftEntra/index.js +0 -12
- package/es/icons/MicrosoftEntra/style.d.ts +0 -2
- package/es/icons/MicrosoftEntra/style.js +0 -2
- package/es/icons/NextAuth/components/Avatar.d.ts +0 -5
- package/es/icons/NextAuth/components/Avatar.js +0 -26
- package/es/icons/NextAuth/components/Color.d.ts +0 -3
- package/es/icons/NextAuth/components/Color.js +0 -109
- package/es/icons/NextAuth/components/Mono.d.ts +0 -3
- package/es/icons/NextAuth/components/Mono.js +0 -41
- package/es/icons/NextAuth/index.d.ts +0 -11
- package/es/icons/NextAuth/index.js +0 -12
- package/es/icons/NextAuth/style.d.ts +0 -2
- package/es/icons/NextAuth/style.js +0 -2
- package/es/icons/Zitadel/components/Avatar.d.ts +0 -5
- package/es/icons/Zitadel/components/Avatar.js +0 -26
- package/es/icons/Zitadel/components/Color.d.ts +0 -3
- package/es/icons/Zitadel/components/Color.js +0 -184
- package/es/icons/Zitadel/components/Mono.d.ts +0 -3
- package/es/icons/Zitadel/components/Mono.js +0 -70
- package/es/icons/Zitadel/index.d.ts +0 -11
- package/es/icons/Zitadel/index.js +0 -12
- package/es/icons/Zitadel/style.d.ts +0 -2
- package/es/icons/Zitadel/style.js +0 -2
- package/es/icons/lucideExtra/BotPromptIcon.d.ts +0 -3
- package/es/icons/lucideExtra/BotPromptIcon.js +0 -7
- package/es/icons/lucideExtra/CreateBotIcon.d.ts +0 -3
- package/es/icons/lucideExtra/CreateBotIcon.js +0 -7
- package/es/icons/lucideExtra/DiscordIcon.d.ts +0 -3
- package/es/icons/lucideExtra/DiscordIcon.js +0 -10
- package/es/icons/lucideExtra/GlobeOffIcon.d.ts +0 -3
- package/es/icons/lucideExtra/GlobeOffIcon.js +0 -10
- package/es/icons/lucideExtra/GroupBotIcon.d.ts +0 -3
- package/es/icons/lucideExtra/GroupBotIcon.js +0 -13
- package/es/icons/lucideExtra/GroupBotSquareIcon.d.ts +0 -3
- package/es/icons/lucideExtra/GroupBotSquareIcon.js +0 -10
- package/es/icons/lucideExtra/LeftClickIcon.d.ts +0 -3
- package/es/icons/lucideExtra/LeftClickIcon.js +0 -10
- package/es/icons/lucideExtra/LeftDoubleClickIcon.d.ts +0 -3
- package/es/icons/lucideExtra/LeftDoubleClickIcon.js +0 -7
- package/es/icons/lucideExtra/McpIcon.d.ts +0 -3
- package/es/icons/lucideExtra/McpIcon.js +0 -10
- package/es/icons/lucideExtra/ProviderIcon.d.ts +0 -3
- package/es/icons/lucideExtra/ProviderIcon.js +0 -16
- package/es/icons/lucideExtra/RightClickIcon.d.ts +0 -3
- package/es/icons/lucideExtra/RightClickIcon.js +0 -10
- package/es/icons/lucideExtra/RightDoubleClickIcon.d.ts +0 -3
- package/es/icons/lucideExtra/RightDoubleClickIcon.js +0 -10
- package/es/icons/lucideExtra/ShapesUploadIcon.d.ts +0 -3
- package/es/icons/lucideExtra/ShapesUploadIcon.js +0 -7
- package/es/icons/lucideExtra/TreeDownRightIcon.d.ts +0 -3
- package/es/icons/lucideExtra/TreeDownRightIcon.js +0 -7
- package/es/icons/lucideExtra/TreeUpDownRightIcon.d.ts +0 -3
- package/es/icons/lucideExtra/TreeUpDownRightIcon.js +0 -7
- package/es/icons/lucideExtra/index.d.ts +0 -15
- package/es/icons/lucideExtra/index.js +0 -15
- package/es/index.d.ts +0 -81
- package/es/index.js +0 -80
- package/es/mdx/Callout/index.d.ts +0 -7
- package/es/mdx/Callout/index.js +0 -90
- package/es/mdx/Callout/style.d.ts +0 -5
- package/es/mdx/Callout/style.js +0 -11
- package/es/mdx/Cards/Card.d.ts +0 -16
- package/es/mdx/Cards/Card.js +0 -110
- package/es/mdx/Cards/index.d.ts +0 -5
- package/es/mdx/Cards/index.js +0 -35
- package/es/mdx/Cards/style.d.ts +0 -3
- package/es/mdx/Cards/style.js +0 -9
- package/es/mdx/FileTree/File.d.ts +0 -9
- package/es/mdx/FileTree/File.js +0 -35
- package/es/mdx/FileTree/Folder.d.ts +0 -10
- package/es/mdx/FileTree/Folder.js +0 -69
- package/es/mdx/FileTree/index.d.ts +0 -5
- package/es/mdx/FileTree/index.js +0 -28
- package/es/mdx/FileTree/style.d.ts +0 -3
- package/es/mdx/FileTree/style.js +0 -10
- package/es/mdx/Mdx/index.d.ts +0 -18
- package/es/mdx/Mdx/index.js +0 -174
- package/es/mdx/Steps/index.d.ts +0 -4
- package/es/mdx/Steps/index.js +0 -28
- package/es/mdx/Steps/style.d.ts +0 -3
- package/es/mdx/Steps/style.js +0 -10
- package/es/mdx/Tabs/Tab.d.ts +0 -5
- package/es/mdx/Tabs/Tab.js +0 -38
- package/es/mdx/Tabs/index.d.ts +0 -11
- package/es/mdx/Tabs/index.js +0 -65
- package/es/mdx/Tabs/style.d.ts +0 -4
- package/es/mdx/Tabs/style.js +0 -12
- package/es/mdx/mdxComponents/Citation/PopoverPanel.d.ts +0 -10
- package/es/mdx/mdxComponents/Citation/PopoverPanel.js +0 -92
- package/es/mdx/mdxComponents/Citation/index.d.ts +0 -12
- package/es/mdx/mdxComponents/Citation/index.js +0 -72
- package/es/mdx/mdxComponents/CodeBlock.d.ts +0 -10
- package/es/mdx/mdxComponents/CodeBlock.js +0 -55
- package/es/mdx/mdxComponents/Image.d.ts +0 -5
- package/es/mdx/mdxComponents/Image.js +0 -31
- package/es/mdx/mdxComponents/Link.d.ts +0 -13
- package/es/mdx/mdxComponents/Link.js +0 -50
- package/es/mdx/mdxComponents/Pre.d.ts +0 -9
- package/es/mdx/mdxComponents/Pre.js +0 -104
- package/es/mdx/mdxComponents/Section.d.ts +0 -8
- package/es/mdx/mdxComponents/Section.js +0 -30
- package/es/mdx/mdxComponents/Video.d.ts +0 -5
- package/es/mdx/mdxComponents/Video.js +0 -26
- package/es/mdx/mdxComponents/index.d.ts +0 -3
- package/es/mdx/mdxComponents/index.js +0 -23
- package/es/mobile/ChatHeader/ChatHeader.d.ts +0 -4
- package/es/mobile/ChatHeader/ChatHeader.js +0 -88
- package/es/mobile/ChatHeader/ChatHeaderTitle.d.ts +0 -4
- package/es/mobile/ChatHeader/ChatHeaderTitle.js +0 -58
- package/es/mobile/ChatHeader/index.d.ts +0 -11
- package/es/mobile/ChatHeader/index.js +0 -6
- package/es/mobile/ChatHeader/style.d.ts +0 -14
- package/es/mobile/ChatHeader/style.js +0 -25
- package/es/mobile/ChatHeader/type.d.ts +0 -31
- package/es/mobile/ChatHeader/type.js +0 -1
- package/es/mobile/ChatInputArea/ChatInputArea.d.ts +0 -4
- package/es/mobile/ChatInputArea/ChatInputArea.js +0 -147
- package/es/mobile/ChatInputArea/components/ChatSendButton.d.ts +0 -4
- package/es/mobile/ChatInputArea/components/ChatSendButton.js +0 -38
- package/es/mobile/ChatInputArea/index.d.ts +0 -11
- package/es/mobile/ChatInputArea/index.js +0 -6
- package/es/mobile/ChatInputArea/style.d.ts +0 -7
- package/es/mobile/ChatInputArea/style.js +0 -14
- package/es/mobile/ChatInputArea/type.d.ts +0 -19
- package/es/mobile/ChatInputArea/type.js +0 -1
- package/es/mobile/SafeArea/SafeArea.d.ts +0 -4
- package/es/mobile/SafeArea/SafeArea.js +0 -26
- package/es/mobile/SafeArea/index.d.ts +0 -2
- package/es/mobile/SafeArea/index.js +0 -1
- package/es/mobile/SafeArea/style.d.ts +0 -5
- package/es/mobile/SafeArea/style.js +0 -11
- package/es/mobile/SafeArea/type.d.ts +0 -4
- package/es/mobile/SafeArea/type.js +0 -1
- package/es/mobile/TabBar/TabBar.d.ts +0 -4
- package/es/mobile/TabBar/TabBar.js +0 -84
- package/es/mobile/TabBar/index.d.ts +0 -2
- package/es/mobile/TabBar/index.js +0 -1
- package/es/mobile/TabBar/style.d.ts +0 -8
- package/es/mobile/TabBar/style.js +0 -15
- package/es/mobile/TabBar/type.d.ts +0 -16
- package/es/mobile/TabBar/type.js +0 -1
- package/es/motion/LazyMotion.d.ts +0 -15
- package/es/motion/LazyMotion.js +0 -26
- package/es/motion/loadFeatures.d.ts +0 -9
- package/es/motion/loadFeatures.js +0 -10
- package/es/storybook/StoryBook/index.d.ts +0 -10
- package/es/storybook/StoryBook/index.js +0 -61
- package/es/storybook/StoryBook/style.d.ts +0 -6
- package/es/storybook/StoryBook/style.js +0 -15
- package/es/styles/customTheme.d.ts +0 -28
- package/es/styles/customTheme.js +0 -32
- package/es/styles/theme/algorithms/darkAlgorithm.d.ts +0 -2
- package/es/styles/theme/algorithms/darkAlgorithm.js +0 -36
- package/es/styles/theme/algorithms/lightAlgorithm.d.ts +0 -2
- package/es/styles/theme/algorithms/lightAlgorithm.js +0 -32
- package/es/styles/theme/antdTheme.d.ts +0 -15
- package/es/styles/theme/antdTheme.js +0 -54
- package/es/styles/theme/customStylish.d.ts +0 -3
- package/es/styles/theme/customStylish.js +0 -29
- package/es/styles/theme/customToken.d.ts +0 -3
- package/es/styles/theme/customToken.js +0 -83
- package/es/styles/theme/generateColorPalette.d.ts +0 -11
- package/es/styles/theme/generateColorPalette.js +0 -35
- package/es/styles/theme/token/base.d.ts +0 -2
- package/es/styles/theme/token/base.js +0 -13
- package/es/styles/theme/token/dark.d.ts +0 -3
- package/es/styles/theme/token/dark.js +0 -47
- package/es/styles/theme/token/light.d.ts +0 -3
- package/es/styles/theme/token/light.js +0 -47
- package/es/types/citation.d.ts +0 -6
- package/es/types/citation.js +0 -1
- package/es/types/customStylish.d.ts +0 -20
- package/es/types/customStylish.js +0 -1
- package/es/types/customToken.d.ts +0 -25
- package/es/types/customToken.js +0 -3
- package/es/types/global.d.ts +0 -11
- package/es/utils/composeEventHandlers.d.ts +0 -19
- package/es/utils/composeEventHandlers.js +0 -26
- package/es/utils/copyToClipboard.d.ts +0 -1
- package/es/utils/copyToClipboard.js +0 -36
- package/es/utils/downloadBlob.d.ts +0 -1
- package/es/utils/downloadBlob.js +0 -33
- package/es/utils/formatTime.d.ts +0 -1
- package/es/utils/formatTime.js +0 -12
- package/es/utils/genCdnUrl.d.ts +0 -11
- package/es/utils/genCdnUrl.js +0 -21
- package/es/utils/platform.d.ts +0 -1
- package/es/utils/platform.js +0 -1
- package/es/utils/safeParseJSON.d.ts +0 -1
- package/es/utils/safeParseJSON.js +0 -10
- package/es/utils/smoothCorners.d.ts +0 -39
- package/es/utils/smoothCorners.js +0 -112
|
@@ -0,0 +1,4920 @@
|
|
|
1
|
+
//#region src/MaterialFileTypeIcon/icon-map.d.ts
|
|
2
|
+
declare let fileExtensions: {
|
|
3
|
+
htm: string;
|
|
4
|
+
xhtml: string;
|
|
5
|
+
html_vm: string;
|
|
6
|
+
asp: string;
|
|
7
|
+
jade: string;
|
|
8
|
+
pug: string;
|
|
9
|
+
md: string;
|
|
10
|
+
markdown: string;
|
|
11
|
+
rst: string;
|
|
12
|
+
blink: string;
|
|
13
|
+
css: string;
|
|
14
|
+
scss: string;
|
|
15
|
+
sass: string;
|
|
16
|
+
less: string;
|
|
17
|
+
json: string;
|
|
18
|
+
jsonc: string;
|
|
19
|
+
tsbuildinfo: string;
|
|
20
|
+
json5: string;
|
|
21
|
+
jsonl: string;
|
|
22
|
+
ndjson: string;
|
|
23
|
+
hjson: string;
|
|
24
|
+
jinja: string;
|
|
25
|
+
jinja2: string;
|
|
26
|
+
j2: string;
|
|
27
|
+
"jinja-html": string;
|
|
28
|
+
proto: string;
|
|
29
|
+
"sublime-project": string;
|
|
30
|
+
"sublime-workspace": string;
|
|
31
|
+
tw: string;
|
|
32
|
+
twee: string;
|
|
33
|
+
"yml.dist": string;
|
|
34
|
+
"yaml.dist": string;
|
|
35
|
+
"YAML-tmLanguage": string;
|
|
36
|
+
xml: string;
|
|
37
|
+
plist: string;
|
|
38
|
+
xsd: string;
|
|
39
|
+
dtd: string;
|
|
40
|
+
xsl: string;
|
|
41
|
+
xslt: string;
|
|
42
|
+
resx: string;
|
|
43
|
+
iml: string;
|
|
44
|
+
xquery: string;
|
|
45
|
+
tmLanguage: string;
|
|
46
|
+
manifest: string;
|
|
47
|
+
project: string;
|
|
48
|
+
"xml.dist": string;
|
|
49
|
+
"xml.dist.sample": string;
|
|
50
|
+
dmn: string;
|
|
51
|
+
jrxml: string;
|
|
52
|
+
png: string;
|
|
53
|
+
jpeg: string;
|
|
54
|
+
jpg: string;
|
|
55
|
+
gif: string;
|
|
56
|
+
ico: string;
|
|
57
|
+
tif: string;
|
|
58
|
+
tiff: string;
|
|
59
|
+
psd: string;
|
|
60
|
+
psb: string;
|
|
61
|
+
ami: string;
|
|
62
|
+
apx: string;
|
|
63
|
+
avif: string;
|
|
64
|
+
bmp: string;
|
|
65
|
+
bpg: string;
|
|
66
|
+
brk: string;
|
|
67
|
+
cur: string;
|
|
68
|
+
dds: string;
|
|
69
|
+
dng: string;
|
|
70
|
+
exr: string;
|
|
71
|
+
fpx: string;
|
|
72
|
+
gbr: string;
|
|
73
|
+
img: string;
|
|
74
|
+
jbig2: string;
|
|
75
|
+
jb2: string;
|
|
76
|
+
jng: string;
|
|
77
|
+
jxr: string;
|
|
78
|
+
pgf: string;
|
|
79
|
+
pic: string;
|
|
80
|
+
raw: string;
|
|
81
|
+
webp: string;
|
|
82
|
+
eps: string;
|
|
83
|
+
afphoto: string;
|
|
84
|
+
ase: string;
|
|
85
|
+
aseprite: string;
|
|
86
|
+
clip: string;
|
|
87
|
+
cpt: string;
|
|
88
|
+
heif: string;
|
|
89
|
+
heic: string;
|
|
90
|
+
kra: string;
|
|
91
|
+
mdp: string;
|
|
92
|
+
ora: string;
|
|
93
|
+
pdn: string;
|
|
94
|
+
reb: string;
|
|
95
|
+
sai: string;
|
|
96
|
+
tga: string;
|
|
97
|
+
xcf: string;
|
|
98
|
+
jfif: string;
|
|
99
|
+
ppm: string;
|
|
100
|
+
pbm: string;
|
|
101
|
+
pgm: string;
|
|
102
|
+
pnm: string;
|
|
103
|
+
icns: string;
|
|
104
|
+
esx: string;
|
|
105
|
+
mjs: string;
|
|
106
|
+
jsx: string;
|
|
107
|
+
tsx: string;
|
|
108
|
+
"routing.ts": string;
|
|
109
|
+
"routing.tsx": string;
|
|
110
|
+
"routing.js": string;
|
|
111
|
+
"routing.jsx": string;
|
|
112
|
+
"routes.ts": string;
|
|
113
|
+
"routes.tsx": string;
|
|
114
|
+
"routes.js": string;
|
|
115
|
+
"routes.jsx": string;
|
|
116
|
+
ini: string;
|
|
117
|
+
dlc: string;
|
|
118
|
+
config: string;
|
|
119
|
+
conf: string;
|
|
120
|
+
properties: string;
|
|
121
|
+
prop: string;
|
|
122
|
+
settings: string;
|
|
123
|
+
option: string;
|
|
124
|
+
props: string;
|
|
125
|
+
toml: string;
|
|
126
|
+
prefs: string;
|
|
127
|
+
"sln.dotsettings": string;
|
|
128
|
+
"sln.dotsettings.user": string;
|
|
129
|
+
cfg: string;
|
|
130
|
+
"d.ts": string;
|
|
131
|
+
"d.cts": string;
|
|
132
|
+
"d.mts": string;
|
|
133
|
+
marko: string;
|
|
134
|
+
astro: string;
|
|
135
|
+
pdf: string;
|
|
136
|
+
xlsx: string;
|
|
137
|
+
xlsm: string;
|
|
138
|
+
xls: string;
|
|
139
|
+
csv: string;
|
|
140
|
+
tsv: string;
|
|
141
|
+
psv: string;
|
|
142
|
+
ods: string;
|
|
143
|
+
vscodeignore: string;
|
|
144
|
+
vsixmanifest: string;
|
|
145
|
+
vsix: string;
|
|
146
|
+
"code-workplace": string;
|
|
147
|
+
"code-workspace": string;
|
|
148
|
+
"code-profile": string;
|
|
149
|
+
"code-snippets": string;
|
|
150
|
+
csproj: string;
|
|
151
|
+
ruleset: string;
|
|
152
|
+
sln: string;
|
|
153
|
+
slnx: string;
|
|
154
|
+
suo: string;
|
|
155
|
+
vb: string;
|
|
156
|
+
vbs: string;
|
|
157
|
+
vcxitems: string;
|
|
158
|
+
"vcxitems.filters": string;
|
|
159
|
+
vcxproj: string;
|
|
160
|
+
"vcxproj.filters": string;
|
|
161
|
+
pdb: string;
|
|
162
|
+
sql: string;
|
|
163
|
+
pks: string;
|
|
164
|
+
pkb: string;
|
|
165
|
+
accdb: string;
|
|
166
|
+
mdb: string;
|
|
167
|
+
sqlite: string;
|
|
168
|
+
sqlite3: string;
|
|
169
|
+
pgsql: string;
|
|
170
|
+
postgres: string;
|
|
171
|
+
plpgsql: string;
|
|
172
|
+
psql: string;
|
|
173
|
+
db: string;
|
|
174
|
+
db3: string;
|
|
175
|
+
dblite: string;
|
|
176
|
+
dblite3: string;
|
|
177
|
+
debugsymbols: string;
|
|
178
|
+
kql: string;
|
|
179
|
+
cs: string;
|
|
180
|
+
csx: string;
|
|
181
|
+
csharp: string;
|
|
182
|
+
qs: string;
|
|
183
|
+
zip: string;
|
|
184
|
+
tar: string;
|
|
185
|
+
gz: string;
|
|
186
|
+
xz: string;
|
|
187
|
+
lzma: string;
|
|
188
|
+
lz4: string;
|
|
189
|
+
br: string;
|
|
190
|
+
bz2: string;
|
|
191
|
+
bzip2: string;
|
|
192
|
+
gzip: string;
|
|
193
|
+
brotli: string;
|
|
194
|
+
"7z": string;
|
|
195
|
+
rar: string;
|
|
196
|
+
tz: string;
|
|
197
|
+
txz: string;
|
|
198
|
+
tgz: string;
|
|
199
|
+
zst: string;
|
|
200
|
+
vala: string;
|
|
201
|
+
zig: string;
|
|
202
|
+
zon: string;
|
|
203
|
+
exe: string;
|
|
204
|
+
msi: string;
|
|
205
|
+
dat: string;
|
|
206
|
+
bin: string;
|
|
207
|
+
hex: string;
|
|
208
|
+
java: string;
|
|
209
|
+
jsp: string;
|
|
210
|
+
jar: string;
|
|
211
|
+
class: string;
|
|
212
|
+
c: string;
|
|
213
|
+
i: string;
|
|
214
|
+
mi: string;
|
|
215
|
+
h: string;
|
|
216
|
+
cc: string;
|
|
217
|
+
cpp: string;
|
|
218
|
+
cxx: string;
|
|
219
|
+
"c++": string;
|
|
220
|
+
cp: string;
|
|
221
|
+
mii: string;
|
|
222
|
+
ii: string;
|
|
223
|
+
hh: string;
|
|
224
|
+
hpp: string;
|
|
225
|
+
hxx: string;
|
|
226
|
+
"h++": string;
|
|
227
|
+
hp: string;
|
|
228
|
+
tcc: string;
|
|
229
|
+
inl: string;
|
|
230
|
+
rc: string;
|
|
231
|
+
go: string;
|
|
232
|
+
py: string;
|
|
233
|
+
pyc: string;
|
|
234
|
+
whl: string;
|
|
235
|
+
url: string;
|
|
236
|
+
sh: string;
|
|
237
|
+
ksh: string;
|
|
238
|
+
csh: string;
|
|
239
|
+
tcsh: string;
|
|
240
|
+
zsh: string;
|
|
241
|
+
bash: string;
|
|
242
|
+
bat: string;
|
|
243
|
+
cmd: string;
|
|
244
|
+
awk: string;
|
|
245
|
+
fish: string;
|
|
246
|
+
exp: string;
|
|
247
|
+
nu: string;
|
|
248
|
+
ps1: string;
|
|
249
|
+
psm1: string;
|
|
250
|
+
psd1: string;
|
|
251
|
+
ps1xml: string;
|
|
252
|
+
psc1: string;
|
|
253
|
+
pssc: string;
|
|
254
|
+
gradle: string;
|
|
255
|
+
doc: string;
|
|
256
|
+
docx: string;
|
|
257
|
+
rtf: string;
|
|
258
|
+
odt: string;
|
|
259
|
+
cer: string;
|
|
260
|
+
cert: string;
|
|
261
|
+
crt: string;
|
|
262
|
+
pub: string;
|
|
263
|
+
key: string;
|
|
264
|
+
pem: string;
|
|
265
|
+
asc: string;
|
|
266
|
+
gpg: string;
|
|
267
|
+
passwd: string;
|
|
268
|
+
woff: string;
|
|
269
|
+
woff2: string;
|
|
270
|
+
ttf: string;
|
|
271
|
+
eot: string;
|
|
272
|
+
suit: string;
|
|
273
|
+
otf: string;
|
|
274
|
+
bmap: string;
|
|
275
|
+
fnt: string;
|
|
276
|
+
odttf: string;
|
|
277
|
+
ttc: string;
|
|
278
|
+
font: string;
|
|
279
|
+
fonts: string;
|
|
280
|
+
sui: string;
|
|
281
|
+
ntf: string;
|
|
282
|
+
mrf: string;
|
|
283
|
+
lib: string;
|
|
284
|
+
bib: string;
|
|
285
|
+
a: string;
|
|
286
|
+
dll: string;
|
|
287
|
+
ilk: string;
|
|
288
|
+
so: string;
|
|
289
|
+
rb: string;
|
|
290
|
+
erb: string;
|
|
291
|
+
rbs: string;
|
|
292
|
+
fs: string;
|
|
293
|
+
fsx: string;
|
|
294
|
+
fsi: string;
|
|
295
|
+
fsproj: string;
|
|
296
|
+
swift: string;
|
|
297
|
+
ino: string;
|
|
298
|
+
dockerignore: string;
|
|
299
|
+
dockerfile: string;
|
|
300
|
+
"docker-compose.yml": string;
|
|
301
|
+
"docker-compose.yaml": string;
|
|
302
|
+
containerignore: string;
|
|
303
|
+
containerfile: string;
|
|
304
|
+
"compose.yaml": string;
|
|
305
|
+
"compose.yml": string;
|
|
306
|
+
tex: string;
|
|
307
|
+
sty: string;
|
|
308
|
+
dtx: string;
|
|
309
|
+
ltx: string;
|
|
310
|
+
pptx: string;
|
|
311
|
+
ppt: string;
|
|
312
|
+
pptm: string;
|
|
313
|
+
potx: string;
|
|
314
|
+
potm: string;
|
|
315
|
+
ppsx: string;
|
|
316
|
+
ppsm: string;
|
|
317
|
+
pps: string;
|
|
318
|
+
ppam: string;
|
|
319
|
+
ppa: string;
|
|
320
|
+
odp: string;
|
|
321
|
+
webm: string;
|
|
322
|
+
mkv: string;
|
|
323
|
+
flv: string;
|
|
324
|
+
vob: string;
|
|
325
|
+
ogv: string;
|
|
326
|
+
ogg: string;
|
|
327
|
+
gifv: string;
|
|
328
|
+
avi: string;
|
|
329
|
+
mov: string;
|
|
330
|
+
qt: string;
|
|
331
|
+
wmv: string;
|
|
332
|
+
yuv: string;
|
|
333
|
+
rm: string;
|
|
334
|
+
rmvb: string;
|
|
335
|
+
mp4: string;
|
|
336
|
+
m4v: string;
|
|
337
|
+
mpg: string;
|
|
338
|
+
mp2: string;
|
|
339
|
+
mpeg: string;
|
|
340
|
+
mpe: string;
|
|
341
|
+
mpv: string;
|
|
342
|
+
m2v: string;
|
|
343
|
+
vdi: string;
|
|
344
|
+
vbox: string;
|
|
345
|
+
"vbox-prev": string;
|
|
346
|
+
ved: string;
|
|
347
|
+
veda: string;
|
|
348
|
+
vedic: string;
|
|
349
|
+
ics: string;
|
|
350
|
+
mp3: string;
|
|
351
|
+
flac: string;
|
|
352
|
+
m4a: string;
|
|
353
|
+
wma: string;
|
|
354
|
+
aiff: string;
|
|
355
|
+
wav: string;
|
|
356
|
+
coffee: string;
|
|
357
|
+
cson: string;
|
|
358
|
+
iced: string;
|
|
359
|
+
txt: string;
|
|
360
|
+
graphql: string;
|
|
361
|
+
gql: string;
|
|
362
|
+
rs: string;
|
|
363
|
+
ron: string;
|
|
364
|
+
raml: string;
|
|
365
|
+
xaml: string;
|
|
366
|
+
hs: string;
|
|
367
|
+
kt: string;
|
|
368
|
+
kts: string;
|
|
369
|
+
otne: string;
|
|
370
|
+
patch: string;
|
|
371
|
+
lua: string;
|
|
372
|
+
clj: string;
|
|
373
|
+
cljs: string;
|
|
374
|
+
cljc: string;
|
|
375
|
+
groovy: string;
|
|
376
|
+
r: string;
|
|
377
|
+
rmd: string;
|
|
378
|
+
dart: string;
|
|
379
|
+
"freezed.dart": string;
|
|
380
|
+
"g.dart": string;
|
|
381
|
+
as: string;
|
|
382
|
+
mxml: string;
|
|
383
|
+
ahk: string;
|
|
384
|
+
swf: string;
|
|
385
|
+
swc: string;
|
|
386
|
+
cmake: string;
|
|
387
|
+
asm: string;
|
|
388
|
+
a51: string;
|
|
389
|
+
inc: string;
|
|
390
|
+
nasm: string;
|
|
391
|
+
s: string;
|
|
392
|
+
ms: string;
|
|
393
|
+
agc: string;
|
|
394
|
+
ags: string;
|
|
395
|
+
aea: string;
|
|
396
|
+
argus: string;
|
|
397
|
+
mitigus: string;
|
|
398
|
+
binsource: string;
|
|
399
|
+
vue: string;
|
|
400
|
+
ml: string;
|
|
401
|
+
mli: string;
|
|
402
|
+
cmx: string;
|
|
403
|
+
odin: string;
|
|
404
|
+
"js.map": string;
|
|
405
|
+
"mjs.map": string;
|
|
406
|
+
"cjs.map": string;
|
|
407
|
+
"css.map": string;
|
|
408
|
+
lock: string;
|
|
409
|
+
hbs: string;
|
|
410
|
+
mustache: string;
|
|
411
|
+
pm: string;
|
|
412
|
+
raku: string;
|
|
413
|
+
hx: string;
|
|
414
|
+
"spec.ts": string;
|
|
415
|
+
"spec.cts": string;
|
|
416
|
+
"spec.mts": string;
|
|
417
|
+
"cy.ts": string;
|
|
418
|
+
"e2e-spec.ts": string;
|
|
419
|
+
"e2e-spec.cts": string;
|
|
420
|
+
"e2e-spec.mts": string;
|
|
421
|
+
"test.ts": string;
|
|
422
|
+
"test.cts": string;
|
|
423
|
+
"test.mts": string;
|
|
424
|
+
"ts.snap": string;
|
|
425
|
+
"spec-d.ts": string;
|
|
426
|
+
"test-d.ts": string;
|
|
427
|
+
"spec.tsx": string;
|
|
428
|
+
"test.tsx": string;
|
|
429
|
+
"tsx.snap": string;
|
|
430
|
+
"spec.jsx": string;
|
|
431
|
+
"test.jsx": string;
|
|
432
|
+
"jsx.snap": string;
|
|
433
|
+
"cy.jsx": string;
|
|
434
|
+
"cy.tsx": string;
|
|
435
|
+
"spec-d.tsx": string;
|
|
436
|
+
"test-d.tsx": string;
|
|
437
|
+
"spec.js": string;
|
|
438
|
+
"spec.cjs": string;
|
|
439
|
+
"spec.mjs": string;
|
|
440
|
+
"e2e-spec.js": string;
|
|
441
|
+
"e2e-spec.cjs": string;
|
|
442
|
+
"e2e-spec.mjs": string;
|
|
443
|
+
"test.js": string;
|
|
444
|
+
"test.cjs": string;
|
|
445
|
+
"test.mjs": string;
|
|
446
|
+
"js.snap": string;
|
|
447
|
+
"cy.js": string;
|
|
448
|
+
"module.ts": string;
|
|
449
|
+
"module.js": string;
|
|
450
|
+
"ng-template": string;
|
|
451
|
+
"component.ts": string;
|
|
452
|
+
"component.js": string;
|
|
453
|
+
"guard.ts": string;
|
|
454
|
+
"guard.js": string;
|
|
455
|
+
"service.ts": string;
|
|
456
|
+
"service.js": string;
|
|
457
|
+
"pipe.ts": string;
|
|
458
|
+
"pipe.js": string;
|
|
459
|
+
"filter.js": string;
|
|
460
|
+
"directive.ts": string;
|
|
461
|
+
"directive.js": string;
|
|
462
|
+
"resolver.ts": string;
|
|
463
|
+
"resolver.js": string;
|
|
464
|
+
pp: string;
|
|
465
|
+
ex: string;
|
|
466
|
+
exs: string;
|
|
467
|
+
eex: string;
|
|
468
|
+
leex: string;
|
|
469
|
+
heex: string;
|
|
470
|
+
ls: string;
|
|
471
|
+
erl: string;
|
|
472
|
+
twig: string;
|
|
473
|
+
jl: string;
|
|
474
|
+
elm: string;
|
|
475
|
+
pure: string;
|
|
476
|
+
purs: string;
|
|
477
|
+
tpl: string;
|
|
478
|
+
styl: string;
|
|
479
|
+
re: string;
|
|
480
|
+
rei: string;
|
|
481
|
+
cmj: string;
|
|
482
|
+
merlin: string;
|
|
483
|
+
vhd: string;
|
|
484
|
+
sv: string;
|
|
485
|
+
svh: string;
|
|
486
|
+
nb: string;
|
|
487
|
+
wl: string;
|
|
488
|
+
wls: string;
|
|
489
|
+
njk: string;
|
|
490
|
+
nunjucks: string;
|
|
491
|
+
robot: string;
|
|
492
|
+
sol: string;
|
|
493
|
+
au3: string;
|
|
494
|
+
haml: string;
|
|
495
|
+
yang: string;
|
|
496
|
+
mjml: string;
|
|
497
|
+
tf: string;
|
|
498
|
+
"tf.json": string;
|
|
499
|
+
tfvars: string;
|
|
500
|
+
tfstate: string;
|
|
501
|
+
tfbackend: string;
|
|
502
|
+
"blade.php": string;
|
|
503
|
+
"inky.php": string;
|
|
504
|
+
applescript: string;
|
|
505
|
+
ipa: string;
|
|
506
|
+
cake: string;
|
|
507
|
+
feature: string;
|
|
508
|
+
features: string;
|
|
509
|
+
nim: string;
|
|
510
|
+
nimble: string;
|
|
511
|
+
apib: string;
|
|
512
|
+
apiblueprint: string;
|
|
513
|
+
riot: string;
|
|
514
|
+
tag: string;
|
|
515
|
+
vfl: string;
|
|
516
|
+
kl: string;
|
|
517
|
+
pcss: string;
|
|
518
|
+
sss: string;
|
|
519
|
+
todo: string;
|
|
520
|
+
cfml: string;
|
|
521
|
+
cfc: string;
|
|
522
|
+
lucee: string;
|
|
523
|
+
cfm: string;
|
|
524
|
+
cabal: string;
|
|
525
|
+
nix: string;
|
|
526
|
+
slim: string;
|
|
527
|
+
http: string;
|
|
528
|
+
rest: string;
|
|
529
|
+
rql: string;
|
|
530
|
+
restql: string;
|
|
531
|
+
kv: string;
|
|
532
|
+
graphcool: string;
|
|
533
|
+
sbt: string;
|
|
534
|
+
apk: string;
|
|
535
|
+
smali: string;
|
|
536
|
+
dex: string;
|
|
537
|
+
env: string;
|
|
538
|
+
"gitlab-ci.yml": string;
|
|
539
|
+
jenkinsfile: string;
|
|
540
|
+
jenkins: string;
|
|
541
|
+
fig: string;
|
|
542
|
+
huff: string;
|
|
543
|
+
cr: string;
|
|
544
|
+
ecr: string;
|
|
545
|
+
"drone.yml": string;
|
|
546
|
+
cu: string;
|
|
547
|
+
cuh: string;
|
|
548
|
+
log: string;
|
|
549
|
+
def: string;
|
|
550
|
+
dot: string;
|
|
551
|
+
jst: string;
|
|
552
|
+
ejs: string;
|
|
553
|
+
".wakatime-project": string;
|
|
554
|
+
pde: string;
|
|
555
|
+
"stories.js": string;
|
|
556
|
+
"stories.jsx": string;
|
|
557
|
+
"stories.mdx": string;
|
|
558
|
+
"story.js": string;
|
|
559
|
+
"story.jsx": string;
|
|
560
|
+
"stories.ts": string;
|
|
561
|
+
"stories.tsx": string;
|
|
562
|
+
"story.ts": string;
|
|
563
|
+
"story.tsx": string;
|
|
564
|
+
"stories.svelte": string;
|
|
565
|
+
"story.mdx": string;
|
|
566
|
+
wpy: string;
|
|
567
|
+
hcl: string;
|
|
568
|
+
san: string;
|
|
569
|
+
"quokka.js": string;
|
|
570
|
+
"quokka.ts": string;
|
|
571
|
+
"quokka.jsx": string;
|
|
572
|
+
"quokka.tsx": string;
|
|
573
|
+
djt: string;
|
|
574
|
+
red: string;
|
|
575
|
+
mk: string;
|
|
576
|
+
fxp: string;
|
|
577
|
+
prg: string;
|
|
578
|
+
pot: string;
|
|
579
|
+
po: string;
|
|
580
|
+
mo: string;
|
|
581
|
+
lang: string;
|
|
582
|
+
wat: string;
|
|
583
|
+
wasm: string;
|
|
584
|
+
ipynb: string;
|
|
585
|
+
d: string;
|
|
586
|
+
mdx: string;
|
|
587
|
+
svx: string;
|
|
588
|
+
bal: string;
|
|
589
|
+
balx: string;
|
|
590
|
+
rkt: string;
|
|
591
|
+
bzl: string;
|
|
592
|
+
bazel: string;
|
|
593
|
+
mint: string;
|
|
594
|
+
vm: string;
|
|
595
|
+
fhtml: string;
|
|
596
|
+
vtl: string;
|
|
597
|
+
gd: string;
|
|
598
|
+
godot: string;
|
|
599
|
+
tres: string;
|
|
600
|
+
tscn: string;
|
|
601
|
+
gdns: string;
|
|
602
|
+
gdnlib: string;
|
|
603
|
+
gdshader: string;
|
|
604
|
+
gdshaderinc: string;
|
|
605
|
+
gdextension: string;
|
|
606
|
+
"azure-pipelines.yml": string;
|
|
607
|
+
"azure-pipelines.yaml": string;
|
|
608
|
+
"azure-pipelines-main.yml": string;
|
|
609
|
+
"azure-pipelines-main.yaml": string;
|
|
610
|
+
azcli: string;
|
|
611
|
+
vagrantfile: string;
|
|
612
|
+
prisma: string;
|
|
613
|
+
cshtml: string;
|
|
614
|
+
vbhtml: string;
|
|
615
|
+
abc: string;
|
|
616
|
+
ad: string;
|
|
617
|
+
adoc: string;
|
|
618
|
+
asciidoc: string;
|
|
619
|
+
edge: string;
|
|
620
|
+
ss: string;
|
|
621
|
+
scm: string;
|
|
622
|
+
lisp: string;
|
|
623
|
+
lsp: string;
|
|
624
|
+
cl: string;
|
|
625
|
+
fast: string;
|
|
626
|
+
stl: string;
|
|
627
|
+
stp: string;
|
|
628
|
+
obj: string;
|
|
629
|
+
o: string;
|
|
630
|
+
ac: string;
|
|
631
|
+
blend: string;
|
|
632
|
+
dxf: string;
|
|
633
|
+
fbx: string;
|
|
634
|
+
mesh: string;
|
|
635
|
+
mqo: string;
|
|
636
|
+
pmd: string;
|
|
637
|
+
pmx: string;
|
|
638
|
+
skp: string;
|
|
639
|
+
vac: string;
|
|
640
|
+
vdp: string;
|
|
641
|
+
vox: string;
|
|
642
|
+
svg: string;
|
|
643
|
+
svelte: string;
|
|
644
|
+
vimrc: string;
|
|
645
|
+
gvimrc: string;
|
|
646
|
+
exrc: string;
|
|
647
|
+
vim: string;
|
|
648
|
+
viminfo: string;
|
|
649
|
+
moon: string;
|
|
650
|
+
prw: string;
|
|
651
|
+
prx: string;
|
|
652
|
+
ptm: string;
|
|
653
|
+
tlpp: string;
|
|
654
|
+
ch: string;
|
|
655
|
+
iso: string;
|
|
656
|
+
vmdk: string;
|
|
657
|
+
hdd: string;
|
|
658
|
+
qcow: string;
|
|
659
|
+
qcow2: string;
|
|
660
|
+
qed: string;
|
|
661
|
+
dmg: string;
|
|
662
|
+
f: string;
|
|
663
|
+
f77: string;
|
|
664
|
+
f90: string;
|
|
665
|
+
f95: string;
|
|
666
|
+
f03: string;
|
|
667
|
+
f08: string;
|
|
668
|
+
tcl: string;
|
|
669
|
+
liquid: string;
|
|
670
|
+
p: string;
|
|
671
|
+
pro: string;
|
|
672
|
+
pl: string;
|
|
673
|
+
coco: string;
|
|
674
|
+
sketch: string;
|
|
675
|
+
pwn: string;
|
|
676
|
+
amx: string;
|
|
677
|
+
"4th": string;
|
|
678
|
+
fth: string;
|
|
679
|
+
frt: string;
|
|
680
|
+
iuml: string;
|
|
681
|
+
pu: string;
|
|
682
|
+
puml: string;
|
|
683
|
+
plantuml: string;
|
|
684
|
+
wsd: string;
|
|
685
|
+
wrap: string;
|
|
686
|
+
dhall: string;
|
|
687
|
+
dhallb: string;
|
|
688
|
+
sml: string;
|
|
689
|
+
mlton: string;
|
|
690
|
+
mlb: string;
|
|
691
|
+
sig: string;
|
|
692
|
+
fun: string;
|
|
693
|
+
cm: string;
|
|
694
|
+
lex: string;
|
|
695
|
+
use: string;
|
|
696
|
+
grm: string;
|
|
697
|
+
opam: string;
|
|
698
|
+
imba: string;
|
|
699
|
+
drawio: string;
|
|
700
|
+
dio: string;
|
|
701
|
+
pas: string;
|
|
702
|
+
unity: string;
|
|
703
|
+
sas: string;
|
|
704
|
+
sas7bdat: string;
|
|
705
|
+
sashdat: string;
|
|
706
|
+
astore: string;
|
|
707
|
+
ast: string;
|
|
708
|
+
sast: string;
|
|
709
|
+
nupkg: string;
|
|
710
|
+
command: string;
|
|
711
|
+
dsc: string;
|
|
712
|
+
"code-search": string;
|
|
713
|
+
nginx: string;
|
|
714
|
+
nginxconf: string;
|
|
715
|
+
nginxconfig: string;
|
|
716
|
+
mcfunction: string;
|
|
717
|
+
mcmeta: string;
|
|
718
|
+
mcr: string;
|
|
719
|
+
mca: string;
|
|
720
|
+
mcgame: string;
|
|
721
|
+
mclevel: string;
|
|
722
|
+
mcworld: string;
|
|
723
|
+
mine: string;
|
|
724
|
+
mus: string;
|
|
725
|
+
mcstructure: string;
|
|
726
|
+
mcpack: string;
|
|
727
|
+
mcaddon: string;
|
|
728
|
+
mctemplate: string;
|
|
729
|
+
mcproject: string;
|
|
730
|
+
res: string;
|
|
731
|
+
resi: string;
|
|
732
|
+
b: string;
|
|
733
|
+
bf: string;
|
|
734
|
+
bicep: string;
|
|
735
|
+
cob: string;
|
|
736
|
+
cbl: string;
|
|
737
|
+
gr: string;
|
|
738
|
+
lol: string;
|
|
739
|
+
idr: string;
|
|
740
|
+
ibc: string;
|
|
741
|
+
pipeline: string;
|
|
742
|
+
rego: string;
|
|
743
|
+
windi: string;
|
|
744
|
+
scala: string;
|
|
745
|
+
sc: string;
|
|
746
|
+
ly: string;
|
|
747
|
+
v: string;
|
|
748
|
+
pgn: string;
|
|
749
|
+
fen: string;
|
|
750
|
+
gmi: string;
|
|
751
|
+
gemini: string;
|
|
752
|
+
"tsconfig.json": string;
|
|
753
|
+
tauri: string;
|
|
754
|
+
"jsconfig.json": string;
|
|
755
|
+
ada: string;
|
|
756
|
+
adb: string;
|
|
757
|
+
ads: string;
|
|
758
|
+
ali: string;
|
|
759
|
+
"horusec-config.json": string;
|
|
760
|
+
"pdm.lock": string;
|
|
761
|
+
"pdm.toml": string;
|
|
762
|
+
coarc: string;
|
|
763
|
+
coafile: string;
|
|
764
|
+
bubble: string;
|
|
765
|
+
"html.bubble": string;
|
|
766
|
+
"php.bubble": string;
|
|
767
|
+
tl: string;
|
|
768
|
+
template: string;
|
|
769
|
+
glsl: string;
|
|
770
|
+
vert: string;
|
|
771
|
+
tesc: string;
|
|
772
|
+
tese: string;
|
|
773
|
+
geom: string;
|
|
774
|
+
frag: string;
|
|
775
|
+
comp: string;
|
|
776
|
+
"vert.glsl": string;
|
|
777
|
+
"tesc.glsl": string;
|
|
778
|
+
"tese.glsl": string;
|
|
779
|
+
"geom.glsl": string;
|
|
780
|
+
"frag.glsl": string;
|
|
781
|
+
"comp.glsl": string;
|
|
782
|
+
"vertex.glsl": string;
|
|
783
|
+
"geometry.glsl": string;
|
|
784
|
+
"fragment.glsl": string;
|
|
785
|
+
"compute.glsl": string;
|
|
786
|
+
"ts.glsl": string;
|
|
787
|
+
"gs.glsl": string;
|
|
788
|
+
"vs.glsl": string;
|
|
789
|
+
"fs.glsl": string;
|
|
790
|
+
shader: string;
|
|
791
|
+
vertexshader: string;
|
|
792
|
+
fragmentshader: string;
|
|
793
|
+
geometryshader: string;
|
|
794
|
+
computeshader: string;
|
|
795
|
+
hlsl: string;
|
|
796
|
+
"pixel.hlsl": string;
|
|
797
|
+
"geometry.hlsl": string;
|
|
798
|
+
"compute.hlsl": string;
|
|
799
|
+
"tessellation.hlsl": string;
|
|
800
|
+
"px.hlsl": string;
|
|
801
|
+
"geom.hlsl": string;
|
|
802
|
+
"comp.hlsl": string;
|
|
803
|
+
"tess.hlsl": string;
|
|
804
|
+
wgsl: string;
|
|
805
|
+
sy: string;
|
|
806
|
+
"ndst.yml": string;
|
|
807
|
+
"ndst.yaml": string;
|
|
808
|
+
"ndst.json": string;
|
|
809
|
+
tobi: string;
|
|
810
|
+
gleam: string;
|
|
811
|
+
"steadybit.yml": string;
|
|
812
|
+
"steadybit.yaml": string;
|
|
813
|
+
capnp: string;
|
|
814
|
+
tree: string;
|
|
815
|
+
cdc: string;
|
|
816
|
+
"openapi.json": string;
|
|
817
|
+
"openapi.yml": string;
|
|
818
|
+
"openapi.yaml": string;
|
|
819
|
+
"swagger.json": string;
|
|
820
|
+
"swagger.yml": string;
|
|
821
|
+
"swagger.yaml": string;
|
|
822
|
+
g4: string;
|
|
823
|
+
"st.css": string;
|
|
824
|
+
pine: string;
|
|
825
|
+
"taskfile.yml": string;
|
|
826
|
+
"taskfile.yaml": string;
|
|
827
|
+
gml: string;
|
|
828
|
+
yy: string;
|
|
829
|
+
yyp: string;
|
|
830
|
+
yyz: string;
|
|
831
|
+
tldr: string;
|
|
832
|
+
typ: string;
|
|
833
|
+
mmd: string;
|
|
834
|
+
mermaid: string;
|
|
835
|
+
mojo: string;
|
|
836
|
+
"\uD83D\uDD25": string;
|
|
837
|
+
rbxl: string;
|
|
838
|
+
rbxlx: string;
|
|
839
|
+
rbxm: string;
|
|
840
|
+
rbxmx: string;
|
|
841
|
+
spwn: string;
|
|
842
|
+
templ: string;
|
|
843
|
+
crx: string;
|
|
844
|
+
stan: string;
|
|
845
|
+
abap: string;
|
|
846
|
+
acds: string;
|
|
847
|
+
asddls: string;
|
|
848
|
+
lottie: string;
|
|
849
|
+
gs: string;
|
|
850
|
+
pkl: string;
|
|
851
|
+
};
|
|
852
|
+
declare let fileNames: {
|
|
853
|
+
".pug-lintrc": string;
|
|
854
|
+
".pug-lintrc.js": string;
|
|
855
|
+
".pug-lintrc.json": string;
|
|
856
|
+
".jscsrc": string;
|
|
857
|
+
".jshintrc": string;
|
|
858
|
+
"composer.lock": string;
|
|
859
|
+
".jsbeautifyrc": string;
|
|
860
|
+
".esformatter": string;
|
|
861
|
+
"cdp.pid": string;
|
|
862
|
+
".lintstagedrc": string;
|
|
863
|
+
".whitesource": string;
|
|
864
|
+
"playwright.config.js": string;
|
|
865
|
+
"playwright.config.mjs": string;
|
|
866
|
+
"playwright.config.ts": string;
|
|
867
|
+
"playwright.config.base.js": string;
|
|
868
|
+
"playwright.config.base.mjs": string;
|
|
869
|
+
"playwright.config.base.ts": string;
|
|
870
|
+
"playwright-ct.config.js": string;
|
|
871
|
+
"playwright-ct.config.mjs": string;
|
|
872
|
+
"playwright-ct.config.ts": string;
|
|
873
|
+
".htaccess": string;
|
|
874
|
+
"router.js": string;
|
|
875
|
+
"router.jsx": string;
|
|
876
|
+
"router.ts": string;
|
|
877
|
+
"router.tsx": string;
|
|
878
|
+
"routes.js": string;
|
|
879
|
+
"routes.jsx": string;
|
|
880
|
+
"routes.ts": string;
|
|
881
|
+
"routes.tsx": string;
|
|
882
|
+
".jshintignore": string;
|
|
883
|
+
".buildignore": string;
|
|
884
|
+
".mrconfig": string;
|
|
885
|
+
".yardopts": string;
|
|
886
|
+
"manifest.mf": string;
|
|
887
|
+
".clang-format": string;
|
|
888
|
+
".clang-tidy": string;
|
|
889
|
+
"astro.config.js": string;
|
|
890
|
+
"astro.config.mjs": string;
|
|
891
|
+
"astro.config.cjs": string;
|
|
892
|
+
"astro.config.ts": string;
|
|
893
|
+
"astro.config.cts": string;
|
|
894
|
+
"astro.config.mts": string;
|
|
895
|
+
"go.mod": string;
|
|
896
|
+
"go.sum": string;
|
|
897
|
+
"go.work": string;
|
|
898
|
+
"go.work.sum": string;
|
|
899
|
+
"requirements.txt": string;
|
|
900
|
+
pipfile: string;
|
|
901
|
+
".python-version": string;
|
|
902
|
+
"manifest.in": string;
|
|
903
|
+
pylintrc: string;
|
|
904
|
+
".pylintrc": string;
|
|
905
|
+
"pyproject.toml": string;
|
|
906
|
+
"commit-msg": string;
|
|
907
|
+
"pre-commit": string;
|
|
908
|
+
"pre-push": string;
|
|
909
|
+
"post-merge": string;
|
|
910
|
+
"gradle.properties": string;
|
|
911
|
+
gradlew: string;
|
|
912
|
+
"gradle-wrapper.properties": string;
|
|
913
|
+
copying: string;
|
|
914
|
+
"copying.md": string;
|
|
915
|
+
"copying.rst": string;
|
|
916
|
+
"copying.txt": string;
|
|
917
|
+
copyright: string;
|
|
918
|
+
"copyright.md": string;
|
|
919
|
+
"copyright.rst": string;
|
|
920
|
+
"copyright.txt": string;
|
|
921
|
+
license: string;
|
|
922
|
+
"license-agpl": string;
|
|
923
|
+
"license-apache": string;
|
|
924
|
+
"license-bsd": string;
|
|
925
|
+
"license-mit": string;
|
|
926
|
+
"license-gpl": string;
|
|
927
|
+
"license-lgpl": string;
|
|
928
|
+
"license.md": string;
|
|
929
|
+
"license.rst": string;
|
|
930
|
+
"license.txt": string;
|
|
931
|
+
licence: string;
|
|
932
|
+
"licence-agpl": string;
|
|
933
|
+
"licence-apache": string;
|
|
934
|
+
"licence-bsd": string;
|
|
935
|
+
"licence-mit": string;
|
|
936
|
+
"licence-gpl": string;
|
|
937
|
+
"licence-lgpl": string;
|
|
938
|
+
"licence.md": string;
|
|
939
|
+
"licence.rst": string;
|
|
940
|
+
"licence.txt": string;
|
|
941
|
+
".htpasswd": string;
|
|
942
|
+
".ruby-version": string;
|
|
943
|
+
gemfile: string;
|
|
944
|
+
".rubocop.yml": string;
|
|
945
|
+
".rubocop-todo.yml": string;
|
|
946
|
+
".rubocop_todo.yml": string;
|
|
947
|
+
".rspec": string;
|
|
948
|
+
dockerfile: string;
|
|
949
|
+
"dockerfile.prod": string;
|
|
950
|
+
"dockerfile.production": string;
|
|
951
|
+
"dockerfile.alpha": string;
|
|
952
|
+
"dockerfile.beta": string;
|
|
953
|
+
"dockerfile.stage": string;
|
|
954
|
+
"dockerfile.staging": string;
|
|
955
|
+
"dockerfile.dev": string;
|
|
956
|
+
"dockerfile.development": string;
|
|
957
|
+
"dockerfile.local": string;
|
|
958
|
+
"dockerfile.test": string;
|
|
959
|
+
"dockerfile.testing": string;
|
|
960
|
+
"dockerfile.ci": string;
|
|
961
|
+
"dockerfile.web": string;
|
|
962
|
+
"dockerfile.worker": string;
|
|
963
|
+
"docker-compose.yml": string;
|
|
964
|
+
"docker-compose.override.yml": string;
|
|
965
|
+
"docker-compose.prod.yml": string;
|
|
966
|
+
"docker-compose.production.yml": string;
|
|
967
|
+
"docker-compose.alpha.yml": string;
|
|
968
|
+
"docker-compose.beta.yml": string;
|
|
969
|
+
"docker-compose.stage.yml": string;
|
|
970
|
+
"docker-compose.staging.yml": string;
|
|
971
|
+
"docker-compose.dev.yml": string;
|
|
972
|
+
"docker-compose.development.yml": string;
|
|
973
|
+
"docker-compose.local.yml": string;
|
|
974
|
+
"docker-compose.test.yml": string;
|
|
975
|
+
"docker-compose.testing.yml": string;
|
|
976
|
+
"docker-compose.ci.yml": string;
|
|
977
|
+
"docker-compose.web.yml": string;
|
|
978
|
+
"docker-compose.worker.yml": string;
|
|
979
|
+
"docker-compose.yaml": string;
|
|
980
|
+
"docker-compose.override.yaml": string;
|
|
981
|
+
"docker-compose.prod.yaml": string;
|
|
982
|
+
"docker-compose.production.yaml": string;
|
|
983
|
+
"docker-compose.alpha.yaml": string;
|
|
984
|
+
"docker-compose.beta.yaml": string;
|
|
985
|
+
"docker-compose.stage.yaml": string;
|
|
986
|
+
"docker-compose.staging.yaml": string;
|
|
987
|
+
"docker-compose.dev.yaml": string;
|
|
988
|
+
"docker-compose.development.yaml": string;
|
|
989
|
+
"docker-compose.local.yaml": string;
|
|
990
|
+
"docker-compose.test.yaml": string;
|
|
991
|
+
"docker-compose.testing.yaml": string;
|
|
992
|
+
"docker-compose.ci.yaml": string;
|
|
993
|
+
"docker-compose.web.yaml": string;
|
|
994
|
+
"docker-compose.worker.yaml": string;
|
|
995
|
+
containerfile: string;
|
|
996
|
+
"containerfile.prod": string;
|
|
997
|
+
"containerfile.production": string;
|
|
998
|
+
"containerfile.alpha": string;
|
|
999
|
+
"containerfile.beta": string;
|
|
1000
|
+
"containerfile.stage": string;
|
|
1001
|
+
"containerfile.staging": string;
|
|
1002
|
+
"containerfile.dev": string;
|
|
1003
|
+
"containerfile.development": string;
|
|
1004
|
+
"containerfile.local": string;
|
|
1005
|
+
"containerfile.test": string;
|
|
1006
|
+
"containerfile.testing": string;
|
|
1007
|
+
"containerfile.ci": string;
|
|
1008
|
+
"containerfile.web": string;
|
|
1009
|
+
"containerfile.worker": string;
|
|
1010
|
+
"compose.yaml": string;
|
|
1011
|
+
"compose.override.yaml": string;
|
|
1012
|
+
"compose.prod.yaml": string;
|
|
1013
|
+
"compose.production.yaml": string;
|
|
1014
|
+
"compose.alpha.yaml": string;
|
|
1015
|
+
"compose.beta.yaml": string;
|
|
1016
|
+
"compose.stage.yaml": string;
|
|
1017
|
+
"compose.staging.yaml": string;
|
|
1018
|
+
"compose.dev.yaml": string;
|
|
1019
|
+
"compose.development.yaml": string;
|
|
1020
|
+
"compose.local.yaml": string;
|
|
1021
|
+
"compose.test.yaml": string;
|
|
1022
|
+
"compose.testing.yaml": string;
|
|
1023
|
+
"compose.ci.yaml": string;
|
|
1024
|
+
"compose.web.yaml": string;
|
|
1025
|
+
"compose.worker.yaml": string;
|
|
1026
|
+
"compose.yml": string;
|
|
1027
|
+
"compose.override.yml": string;
|
|
1028
|
+
"compose.prod.yml": string;
|
|
1029
|
+
"compose.production.yml": string;
|
|
1030
|
+
"compose.alpha.yml": string;
|
|
1031
|
+
"compose.beta.yml": string;
|
|
1032
|
+
"compose.stage.yml": string;
|
|
1033
|
+
"compose.staging.yml": string;
|
|
1034
|
+
"compose.dev.yml": string;
|
|
1035
|
+
"compose.development.yml": string;
|
|
1036
|
+
"compose.local.yml": string;
|
|
1037
|
+
"compose.test.yml": string;
|
|
1038
|
+
"compose.testing.yml": string;
|
|
1039
|
+
"compose.ci.yml": string;
|
|
1040
|
+
"compose.web.yml": string;
|
|
1041
|
+
"compose.worker.yml": string;
|
|
1042
|
+
".mailmap": string;
|
|
1043
|
+
".graphqlrc": string;
|
|
1044
|
+
".graphqlrc.json": string;
|
|
1045
|
+
".graphqlrc.jsonc": string;
|
|
1046
|
+
".graphqlrc.json5": string;
|
|
1047
|
+
".graphqlrc.yaml": string;
|
|
1048
|
+
".graphqlrc.yml": string;
|
|
1049
|
+
".graphqlrc.toml": string;
|
|
1050
|
+
".graphqlrc.js": string;
|
|
1051
|
+
".graphqlrc.mjs": string;
|
|
1052
|
+
".graphqlrc.cjs": string;
|
|
1053
|
+
".graphqlrc.ts": string;
|
|
1054
|
+
".graphqlrc.mts": string;
|
|
1055
|
+
".graphqlrc.cts": string;
|
|
1056
|
+
".config/graphqlrc": string;
|
|
1057
|
+
".config/graphqlrc.json": string;
|
|
1058
|
+
".config/graphqlrc.jsonc": string;
|
|
1059
|
+
".config/graphqlrc.json5": string;
|
|
1060
|
+
".config/graphqlrc.yaml": string;
|
|
1061
|
+
".config/graphqlrc.yml": string;
|
|
1062
|
+
".config/graphqlrc.toml": string;
|
|
1063
|
+
".config/graphqlrc.js": string;
|
|
1064
|
+
".config/graphqlrc.mjs": string;
|
|
1065
|
+
".config/graphqlrc.cjs": string;
|
|
1066
|
+
".config/graphqlrc.ts": string;
|
|
1067
|
+
".config/graphqlrc.mts": string;
|
|
1068
|
+
".config/graphqlrc.cts": string;
|
|
1069
|
+
"graphql.config.json": string;
|
|
1070
|
+
"graphql.config.jsonc": string;
|
|
1071
|
+
"graphql.config.json5": string;
|
|
1072
|
+
"graphql.config.yaml": string;
|
|
1073
|
+
"graphql.config.yml": string;
|
|
1074
|
+
"graphql.config.toml": string;
|
|
1075
|
+
"graphql.config.js": string;
|
|
1076
|
+
"graphql.config.mjs": string;
|
|
1077
|
+
"graphql.config.cjs": string;
|
|
1078
|
+
"graphql.config.ts": string;
|
|
1079
|
+
"graphql.config.mts": string;
|
|
1080
|
+
"graphql.config.cts": string;
|
|
1081
|
+
".graphqlconfig": string;
|
|
1082
|
+
".git": string;
|
|
1083
|
+
".gitignore": string;
|
|
1084
|
+
".gitmessage": string;
|
|
1085
|
+
".gitignore-global": string;
|
|
1086
|
+
".gitignore_global": string;
|
|
1087
|
+
".gitattributes": string;
|
|
1088
|
+
".gitattributes-global": string;
|
|
1089
|
+
".gitattributes_global": string;
|
|
1090
|
+
".gitconfig": string;
|
|
1091
|
+
".gitmodules": string;
|
|
1092
|
+
".gitkeep": string;
|
|
1093
|
+
".keep": string;
|
|
1094
|
+
".gitpreserve": string;
|
|
1095
|
+
".gitinclude": string;
|
|
1096
|
+
".git-blame-ignore": string;
|
|
1097
|
+
".git-blame-ignore-revs": string;
|
|
1098
|
+
".git-for-windows-updater": string;
|
|
1099
|
+
"git-history": string;
|
|
1100
|
+
".luacheckrc": string;
|
|
1101
|
+
".Rhistory": string;
|
|
1102
|
+
".pubignore": string;
|
|
1103
|
+
"cmakelists.txt": string;
|
|
1104
|
+
"cmakecache.txt": string;
|
|
1105
|
+
"semgrep.yml": string;
|
|
1106
|
+
".semgrepignore": string;
|
|
1107
|
+
"vue.config.js": string;
|
|
1108
|
+
"vue.config.ts": string;
|
|
1109
|
+
"vetur.config.js": string;
|
|
1110
|
+
"vetur.config.ts": string;
|
|
1111
|
+
"volar.config.js": string;
|
|
1112
|
+
"nuxt.config.js": string;
|
|
1113
|
+
"nuxt.config.ts": string;
|
|
1114
|
+
".nuxtignore": string;
|
|
1115
|
+
"security.md": string;
|
|
1116
|
+
"security.txt": string;
|
|
1117
|
+
security: string;
|
|
1118
|
+
"angular-cli.json": string;
|
|
1119
|
+
".angular-cli.json": string;
|
|
1120
|
+
"angular.json": string;
|
|
1121
|
+
"ng-package.json": string;
|
|
1122
|
+
".mjmlconfig": string;
|
|
1123
|
+
"vercel.json": string;
|
|
1124
|
+
".vercelignore": string;
|
|
1125
|
+
"now.json": string;
|
|
1126
|
+
".nowignore": string;
|
|
1127
|
+
"verdaccio.yml": string;
|
|
1128
|
+
"payload.config.js": string;
|
|
1129
|
+
"payload.config.mjs": string;
|
|
1130
|
+
"payload.config.ts": string;
|
|
1131
|
+
"payload.config.mts": string;
|
|
1132
|
+
"next.config.js": string;
|
|
1133
|
+
"next.config.mjs": string;
|
|
1134
|
+
"next.config.ts": string;
|
|
1135
|
+
"next.config.mts": string;
|
|
1136
|
+
"remix.config.js": string;
|
|
1137
|
+
"remix.config.ts": string;
|
|
1138
|
+
artisan: string;
|
|
1139
|
+
".vfl": string;
|
|
1140
|
+
".kl": string;
|
|
1141
|
+
".postcssrc": string;
|
|
1142
|
+
".postcssrc.json": string;
|
|
1143
|
+
".postcssrc.jsonc": string;
|
|
1144
|
+
".postcssrc.json5": string;
|
|
1145
|
+
".postcssrc.yaml": string;
|
|
1146
|
+
".postcssrc.yml": string;
|
|
1147
|
+
".postcssrc.toml": string;
|
|
1148
|
+
".postcssrc.js": string;
|
|
1149
|
+
".postcssrc.mjs": string;
|
|
1150
|
+
".postcssrc.cjs": string;
|
|
1151
|
+
".postcssrc.ts": string;
|
|
1152
|
+
".postcssrc.mts": string;
|
|
1153
|
+
".postcssrc.cts": string;
|
|
1154
|
+
".config/postcssrc": string;
|
|
1155
|
+
".config/postcssrc.json": string;
|
|
1156
|
+
".config/postcssrc.jsonc": string;
|
|
1157
|
+
".config/postcssrc.json5": string;
|
|
1158
|
+
".config/postcssrc.yaml": string;
|
|
1159
|
+
".config/postcssrc.yml": string;
|
|
1160
|
+
".config/postcssrc.toml": string;
|
|
1161
|
+
".config/postcssrc.js": string;
|
|
1162
|
+
".config/postcssrc.mjs": string;
|
|
1163
|
+
".config/postcssrc.cjs": string;
|
|
1164
|
+
".config/postcssrc.ts": string;
|
|
1165
|
+
".config/postcssrc.mts": string;
|
|
1166
|
+
".config/postcssrc.cts": string;
|
|
1167
|
+
"postcss.config.json": string;
|
|
1168
|
+
"postcss.config.jsonc": string;
|
|
1169
|
+
"postcss.config.json5": string;
|
|
1170
|
+
"postcss.config.yaml": string;
|
|
1171
|
+
"postcss.config.yml": string;
|
|
1172
|
+
"postcss.config.toml": string;
|
|
1173
|
+
"postcss.config.js": string;
|
|
1174
|
+
"postcss.config.mjs": string;
|
|
1175
|
+
"postcss.config.cjs": string;
|
|
1176
|
+
"postcss.config.ts": string;
|
|
1177
|
+
"postcss.config.mts": string;
|
|
1178
|
+
"postcss.config.cts": string;
|
|
1179
|
+
".posthtmlrc": string;
|
|
1180
|
+
".posthtmlrc.json": string;
|
|
1181
|
+
".posthtmlrc.jsonc": string;
|
|
1182
|
+
".posthtmlrc.json5": string;
|
|
1183
|
+
".posthtmlrc.yaml": string;
|
|
1184
|
+
".posthtmlrc.yml": string;
|
|
1185
|
+
".posthtmlrc.toml": string;
|
|
1186
|
+
".posthtmlrc.js": string;
|
|
1187
|
+
".posthtmlrc.mjs": string;
|
|
1188
|
+
".posthtmlrc.cjs": string;
|
|
1189
|
+
".posthtmlrc.ts": string;
|
|
1190
|
+
".posthtmlrc.mts": string;
|
|
1191
|
+
".posthtmlrc.cts": string;
|
|
1192
|
+
".config/posthtmlrc": string;
|
|
1193
|
+
".config/posthtmlrc.json": string;
|
|
1194
|
+
".config/posthtmlrc.jsonc": string;
|
|
1195
|
+
".config/posthtmlrc.json5": string;
|
|
1196
|
+
".config/posthtmlrc.yaml": string;
|
|
1197
|
+
".config/posthtmlrc.yml": string;
|
|
1198
|
+
".config/posthtmlrc.toml": string;
|
|
1199
|
+
".config/posthtmlrc.js": string;
|
|
1200
|
+
".config/posthtmlrc.mjs": string;
|
|
1201
|
+
".config/posthtmlrc.cjs": string;
|
|
1202
|
+
".config/posthtmlrc.ts": string;
|
|
1203
|
+
".config/posthtmlrc.mts": string;
|
|
1204
|
+
".config/posthtmlrc.cts": string;
|
|
1205
|
+
"posthtml.config.json": string;
|
|
1206
|
+
"posthtml.config.jsonc": string;
|
|
1207
|
+
"posthtml.config.json5": string;
|
|
1208
|
+
"posthtml.config.yaml": string;
|
|
1209
|
+
"posthtml.config.yml": string;
|
|
1210
|
+
"posthtml.config.toml": string;
|
|
1211
|
+
"posthtml.config.js": string;
|
|
1212
|
+
"posthtml.config.mjs": string;
|
|
1213
|
+
"posthtml.config.cjs": string;
|
|
1214
|
+
"posthtml.config.ts": string;
|
|
1215
|
+
"posthtml.config.mts": string;
|
|
1216
|
+
"posthtml.config.cts": string;
|
|
1217
|
+
"todo.md": string;
|
|
1218
|
+
"todos.md": string;
|
|
1219
|
+
"cabal.project": string;
|
|
1220
|
+
"cabal.project.freeze": string;
|
|
1221
|
+
"cabal.project.local": string;
|
|
1222
|
+
CNAME: string;
|
|
1223
|
+
"project.graphcool": string;
|
|
1224
|
+
"webpack.base.js": string;
|
|
1225
|
+
"webpack.base.mjs": string;
|
|
1226
|
+
"webpack.base.cjs": string;
|
|
1227
|
+
"webpack.base.ts": string;
|
|
1228
|
+
"webpack.base.mts": string;
|
|
1229
|
+
"webpack.base.cts": string;
|
|
1230
|
+
"webpack.client.js": string;
|
|
1231
|
+
"webpack.client.mjs": string;
|
|
1232
|
+
"webpack.client.cjs": string;
|
|
1233
|
+
"webpack.client.ts": string;
|
|
1234
|
+
"webpack.client.mts": string;
|
|
1235
|
+
"webpack.client.cts": string;
|
|
1236
|
+
"webpack.common.js": string;
|
|
1237
|
+
"webpack.common.mjs": string;
|
|
1238
|
+
"webpack.common.cjs": string;
|
|
1239
|
+
"webpack.common.ts": string;
|
|
1240
|
+
"webpack.common.mts": string;
|
|
1241
|
+
"webpack.common.cts": string;
|
|
1242
|
+
"webpack.config.babel.js": string;
|
|
1243
|
+
"webpack.config.babel.mjs": string;
|
|
1244
|
+
"webpack.config.babel.cjs": string;
|
|
1245
|
+
"webpack.config.babel.ts": string;
|
|
1246
|
+
"webpack.config.babel.mts": string;
|
|
1247
|
+
"webpack.config.babel.cts": string;
|
|
1248
|
+
"webpack.config.base.babel.js": string;
|
|
1249
|
+
"webpack.config.base.babel.mjs": string;
|
|
1250
|
+
"webpack.config.base.babel.cjs": string;
|
|
1251
|
+
"webpack.config.base.babel.ts": string;
|
|
1252
|
+
"webpack.config.base.babel.mts": string;
|
|
1253
|
+
"webpack.config.base.babel.cts": string;
|
|
1254
|
+
"webpack.config.base.js": string;
|
|
1255
|
+
"webpack.config.base.mjs": string;
|
|
1256
|
+
"webpack.config.base.cjs": string;
|
|
1257
|
+
"webpack.config.base.ts": string;
|
|
1258
|
+
"webpack.config.base.mts": string;
|
|
1259
|
+
"webpack.config.base.cts": string;
|
|
1260
|
+
"webpack.config.client.js": string;
|
|
1261
|
+
"webpack.config.client.mjs": string;
|
|
1262
|
+
"webpack.config.client.cjs": string;
|
|
1263
|
+
"webpack.config.client.ts": string;
|
|
1264
|
+
"webpack.config.client.mts": string;
|
|
1265
|
+
"webpack.config.client.cts": string;
|
|
1266
|
+
"webpack.config.common.babel.js": string;
|
|
1267
|
+
"webpack.config.common.babel.mjs": string;
|
|
1268
|
+
"webpack.config.common.babel.cjs": string;
|
|
1269
|
+
"webpack.config.common.babel.ts": string;
|
|
1270
|
+
"webpack.config.common.babel.mts": string;
|
|
1271
|
+
"webpack.config.common.babel.cts": string;
|
|
1272
|
+
"webpack.config.common.js": string;
|
|
1273
|
+
"webpack.config.common.mjs": string;
|
|
1274
|
+
"webpack.config.common.cjs": string;
|
|
1275
|
+
"webpack.config.common.ts": string;
|
|
1276
|
+
"webpack.config.common.mts": string;
|
|
1277
|
+
"webpack.config.common.cts": string;
|
|
1278
|
+
"webpack.config.dev.babel.js": string;
|
|
1279
|
+
"webpack.config.dev.babel.mjs": string;
|
|
1280
|
+
"webpack.config.dev.babel.cjs": string;
|
|
1281
|
+
"webpack.config.dev.babel.ts": string;
|
|
1282
|
+
"webpack.config.dev.babel.mts": string;
|
|
1283
|
+
"webpack.config.dev.babel.cts": string;
|
|
1284
|
+
"webpack.config.dev.js": string;
|
|
1285
|
+
"webpack.config.dev.mjs": string;
|
|
1286
|
+
"webpack.config.dev.cjs": string;
|
|
1287
|
+
"webpack.config.dev.ts": string;
|
|
1288
|
+
"webpack.config.dev.mts": string;
|
|
1289
|
+
"webpack.config.dev.cts": string;
|
|
1290
|
+
"webpack.config.main.js": string;
|
|
1291
|
+
"webpack.config.main.mjs": string;
|
|
1292
|
+
"webpack.config.main.cjs": string;
|
|
1293
|
+
"webpack.config.main.ts": string;
|
|
1294
|
+
"webpack.config.main.mts": string;
|
|
1295
|
+
"webpack.config.main.cts": string;
|
|
1296
|
+
"webpack.config.prod.babel.js": string;
|
|
1297
|
+
"webpack.config.prod.babel.mjs": string;
|
|
1298
|
+
"webpack.config.prod.babel.cjs": string;
|
|
1299
|
+
"webpack.config.prod.babel.ts": string;
|
|
1300
|
+
"webpack.config.prod.babel.mts": string;
|
|
1301
|
+
"webpack.config.prod.babel.cts": string;
|
|
1302
|
+
"webpack.config.prod.js": string;
|
|
1303
|
+
"webpack.config.prod.mjs": string;
|
|
1304
|
+
"webpack.config.prod.cjs": string;
|
|
1305
|
+
"webpack.config.prod.ts": string;
|
|
1306
|
+
"webpack.config.prod.mts": string;
|
|
1307
|
+
"webpack.config.prod.cts": string;
|
|
1308
|
+
"webpack.config.production.babel.js": string;
|
|
1309
|
+
"webpack.config.production.babel.mjs": string;
|
|
1310
|
+
"webpack.config.production.babel.cjs": string;
|
|
1311
|
+
"webpack.config.production.babel.ts": string;
|
|
1312
|
+
"webpack.config.production.babel.mts": string;
|
|
1313
|
+
"webpack.config.production.babel.cts": string;
|
|
1314
|
+
"webpack.config.production.js": string;
|
|
1315
|
+
"webpack.config.production.mjs": string;
|
|
1316
|
+
"webpack.config.production.cjs": string;
|
|
1317
|
+
"webpack.config.production.ts": string;
|
|
1318
|
+
"webpack.config.production.mts": string;
|
|
1319
|
+
"webpack.config.production.cts": string;
|
|
1320
|
+
"webpack.config.renderer.js": string;
|
|
1321
|
+
"webpack.config.renderer.mjs": string;
|
|
1322
|
+
"webpack.config.renderer.cjs": string;
|
|
1323
|
+
"webpack.config.renderer.ts": string;
|
|
1324
|
+
"webpack.config.renderer.mts": string;
|
|
1325
|
+
"webpack.config.renderer.cts": string;
|
|
1326
|
+
"webpack.config.server.js": string;
|
|
1327
|
+
"webpack.config.server.mjs": string;
|
|
1328
|
+
"webpack.config.server.cjs": string;
|
|
1329
|
+
"webpack.config.server.ts": string;
|
|
1330
|
+
"webpack.config.server.mts": string;
|
|
1331
|
+
"webpack.config.server.cts": string;
|
|
1332
|
+
"webpack.config.staging.babel.js": string;
|
|
1333
|
+
"webpack.config.staging.babel.mjs": string;
|
|
1334
|
+
"webpack.config.staging.babel.cjs": string;
|
|
1335
|
+
"webpack.config.staging.babel.ts": string;
|
|
1336
|
+
"webpack.config.staging.babel.mts": string;
|
|
1337
|
+
"webpack.config.staging.babel.cts": string;
|
|
1338
|
+
"webpack.config.staging.js": string;
|
|
1339
|
+
"webpack.config.staging.mjs": string;
|
|
1340
|
+
"webpack.config.staging.cjs": string;
|
|
1341
|
+
"webpack.config.staging.ts": string;
|
|
1342
|
+
"webpack.config.staging.mts": string;
|
|
1343
|
+
"webpack.config.staging.cts": string;
|
|
1344
|
+
"webpack.config.test.js": string;
|
|
1345
|
+
"webpack.config.test.mjs": string;
|
|
1346
|
+
"webpack.config.test.cjs": string;
|
|
1347
|
+
"webpack.config.test.ts": string;
|
|
1348
|
+
"webpack.config.test.mts": string;
|
|
1349
|
+
"webpack.config.test.cts": string;
|
|
1350
|
+
"webpack.config.vendor.production.js": string;
|
|
1351
|
+
"webpack.config.vendor.production.mjs": string;
|
|
1352
|
+
"webpack.config.vendor.production.cjs": string;
|
|
1353
|
+
"webpack.config.vendor.production.ts": string;
|
|
1354
|
+
"webpack.config.vendor.production.mts": string;
|
|
1355
|
+
"webpack.config.vendor.production.cts": string;
|
|
1356
|
+
"webpack.config.vendor.js": string;
|
|
1357
|
+
"webpack.config.vendor.mjs": string;
|
|
1358
|
+
"webpack.config.vendor.cjs": string;
|
|
1359
|
+
"webpack.config.vendor.ts": string;
|
|
1360
|
+
"webpack.config.vendor.mts": string;
|
|
1361
|
+
"webpack.config.vendor.cts": string;
|
|
1362
|
+
"webpack.config.js": string;
|
|
1363
|
+
"webpack.config.mjs": string;
|
|
1364
|
+
"webpack.config.cjs": string;
|
|
1365
|
+
"webpack.config.ts": string;
|
|
1366
|
+
"webpack.config.mts": string;
|
|
1367
|
+
"webpack.config.cts": string;
|
|
1368
|
+
"webpack.dev.js": string;
|
|
1369
|
+
"webpack.dev.mjs": string;
|
|
1370
|
+
"webpack.dev.cjs": string;
|
|
1371
|
+
"webpack.dev.ts": string;
|
|
1372
|
+
"webpack.dev.mts": string;
|
|
1373
|
+
"webpack.dev.cts": string;
|
|
1374
|
+
"webpack.development.js": string;
|
|
1375
|
+
"webpack.development.mjs": string;
|
|
1376
|
+
"webpack.development.cjs": string;
|
|
1377
|
+
"webpack.development.ts": string;
|
|
1378
|
+
"webpack.development.mts": string;
|
|
1379
|
+
"webpack.development.cts": string;
|
|
1380
|
+
"webpack.dist.js": string;
|
|
1381
|
+
"webpack.dist.mjs": string;
|
|
1382
|
+
"webpack.dist.cjs": string;
|
|
1383
|
+
"webpack.dist.ts": string;
|
|
1384
|
+
"webpack.dist.mts": string;
|
|
1385
|
+
"webpack.dist.cts": string;
|
|
1386
|
+
"webpack.mix.js": string;
|
|
1387
|
+
"webpack.mix.mjs": string;
|
|
1388
|
+
"webpack.mix.cjs": string;
|
|
1389
|
+
"webpack.mix.ts": string;
|
|
1390
|
+
"webpack.mix.mts": string;
|
|
1391
|
+
"webpack.mix.cts": string;
|
|
1392
|
+
"webpack.prod.config.js": string;
|
|
1393
|
+
"webpack.prod.config.mjs": string;
|
|
1394
|
+
"webpack.prod.config.cjs": string;
|
|
1395
|
+
"webpack.prod.config.ts": string;
|
|
1396
|
+
"webpack.prod.config.mts": string;
|
|
1397
|
+
"webpack.prod.config.cts": string;
|
|
1398
|
+
"webpack.prod.js": string;
|
|
1399
|
+
"webpack.prod.mjs": string;
|
|
1400
|
+
"webpack.prod.cjs": string;
|
|
1401
|
+
"webpack.prod.ts": string;
|
|
1402
|
+
"webpack.prod.mts": string;
|
|
1403
|
+
"webpack.prod.cts": string;
|
|
1404
|
+
"webpack.production.js": string;
|
|
1405
|
+
"webpack.production.mjs": string;
|
|
1406
|
+
"webpack.production.cjs": string;
|
|
1407
|
+
"webpack.production.ts": string;
|
|
1408
|
+
"webpack.production.mts": string;
|
|
1409
|
+
"webpack.production.cts": string;
|
|
1410
|
+
"webpack.server.js": string;
|
|
1411
|
+
"webpack.server.mjs": string;
|
|
1412
|
+
"webpack.server.cjs": string;
|
|
1413
|
+
"webpack.server.ts": string;
|
|
1414
|
+
"webpack.server.mts": string;
|
|
1415
|
+
"webpack.server.cts": string;
|
|
1416
|
+
"webpack.test.js": string;
|
|
1417
|
+
"webpack.test.mjs": string;
|
|
1418
|
+
"webpack.test.cjs": string;
|
|
1419
|
+
"webpack.test.ts": string;
|
|
1420
|
+
"webpack.test.mts": string;
|
|
1421
|
+
"webpack.test.cts": string;
|
|
1422
|
+
"webpack.js": string;
|
|
1423
|
+
"webpack.mjs": string;
|
|
1424
|
+
"webpack.cjs": string;
|
|
1425
|
+
"webpack.ts": string;
|
|
1426
|
+
"webpack.mts": string;
|
|
1427
|
+
"webpack.cts": string;
|
|
1428
|
+
"webpackfile.js": string;
|
|
1429
|
+
"webpackfile.mjs": string;
|
|
1430
|
+
"webpackfile.cjs": string;
|
|
1431
|
+
"webpackfile.ts": string;
|
|
1432
|
+
"webpackfile.mts": string;
|
|
1433
|
+
"webpackfile.cts": string;
|
|
1434
|
+
"webpack.config.coffee": string;
|
|
1435
|
+
"ionic.config.json": string;
|
|
1436
|
+
".io-config.json": string;
|
|
1437
|
+
"gulpfile.js": string;
|
|
1438
|
+
"gulpfile.mjs": string;
|
|
1439
|
+
"gulpfile.ts": string;
|
|
1440
|
+
"gulpfile.cts": string;
|
|
1441
|
+
"gulpfile.mts": string;
|
|
1442
|
+
"gulpfile.babel.js": string;
|
|
1443
|
+
"package.json": string;
|
|
1444
|
+
"package-lock.json": string;
|
|
1445
|
+
".nvmrc": string;
|
|
1446
|
+
".esmrc": string;
|
|
1447
|
+
".node-version": string;
|
|
1448
|
+
".npmignore": string;
|
|
1449
|
+
".npmrc": string;
|
|
1450
|
+
".yarnrc": string;
|
|
1451
|
+
"yarn.lock": string;
|
|
1452
|
+
".yarnclean": string;
|
|
1453
|
+
".yarn-integrity": string;
|
|
1454
|
+
"yarn-error.log": string;
|
|
1455
|
+
".yarnrc.yml": string;
|
|
1456
|
+
".yarnrc.yaml": string;
|
|
1457
|
+
"androidmanifest.xml": string;
|
|
1458
|
+
".env.defaults": string;
|
|
1459
|
+
".env.example": string;
|
|
1460
|
+
".env.sample": string;
|
|
1461
|
+
".env.template": string;
|
|
1462
|
+
".env.schema": string;
|
|
1463
|
+
".env.local": string;
|
|
1464
|
+
".env.dev": string;
|
|
1465
|
+
".env.development": string;
|
|
1466
|
+
".env.alpha": string;
|
|
1467
|
+
".env.e2e": string;
|
|
1468
|
+
".env.qa": string;
|
|
1469
|
+
".env.dist": string;
|
|
1470
|
+
".env.prod": string;
|
|
1471
|
+
".env.production": string;
|
|
1472
|
+
".env.stage": string;
|
|
1473
|
+
".env.staging": string;
|
|
1474
|
+
".env.preview": string;
|
|
1475
|
+
".env.test": string;
|
|
1476
|
+
".env.testing": string;
|
|
1477
|
+
".env.development.local": string;
|
|
1478
|
+
".env.qa.local": string;
|
|
1479
|
+
".env.production.local": string;
|
|
1480
|
+
".env.staging.local": string;
|
|
1481
|
+
".env.test.local": string;
|
|
1482
|
+
".env.uat": string;
|
|
1483
|
+
"turbo.json": string;
|
|
1484
|
+
".babelrc": string;
|
|
1485
|
+
".babelrc.json": string;
|
|
1486
|
+
".babelrc.jsonc": string;
|
|
1487
|
+
".babelrc.json5": string;
|
|
1488
|
+
".babelrc.yaml": string;
|
|
1489
|
+
".babelrc.yml": string;
|
|
1490
|
+
".babelrc.toml": string;
|
|
1491
|
+
".babelrc.js": string;
|
|
1492
|
+
".babelrc.mjs": string;
|
|
1493
|
+
".babelrc.cjs": string;
|
|
1494
|
+
".babelrc.ts": string;
|
|
1495
|
+
".babelrc.mts": string;
|
|
1496
|
+
".babelrc.cts": string;
|
|
1497
|
+
".config/babelrc": string;
|
|
1498
|
+
".config/babelrc.json": string;
|
|
1499
|
+
".config/babelrc.jsonc": string;
|
|
1500
|
+
".config/babelrc.json5": string;
|
|
1501
|
+
".config/babelrc.yaml": string;
|
|
1502
|
+
".config/babelrc.yml": string;
|
|
1503
|
+
".config/babelrc.toml": string;
|
|
1504
|
+
".config/babelrc.js": string;
|
|
1505
|
+
".config/babelrc.mjs": string;
|
|
1506
|
+
".config/babelrc.cjs": string;
|
|
1507
|
+
".config/babelrc.ts": string;
|
|
1508
|
+
".config/babelrc.mts": string;
|
|
1509
|
+
".config/babelrc.cts": string;
|
|
1510
|
+
"babel.config.json": string;
|
|
1511
|
+
"babel.config.jsonc": string;
|
|
1512
|
+
"babel.config.json5": string;
|
|
1513
|
+
"babel.config.yaml": string;
|
|
1514
|
+
"babel.config.yml": string;
|
|
1515
|
+
"babel.config.toml": string;
|
|
1516
|
+
"babel.config.js": string;
|
|
1517
|
+
"babel.config.mjs": string;
|
|
1518
|
+
"babel.config.cjs": string;
|
|
1519
|
+
"babel.config.ts": string;
|
|
1520
|
+
"babel.config.mts": string;
|
|
1521
|
+
"babel.config.cts": string;
|
|
1522
|
+
".babel-plugin-macrosrc": string;
|
|
1523
|
+
".babel-plugin-macrosrc.json": string;
|
|
1524
|
+
".babel-plugin-macrosrc.jsonc": string;
|
|
1525
|
+
".babel-plugin-macrosrc.json5": string;
|
|
1526
|
+
".babel-plugin-macrosrc.yaml": string;
|
|
1527
|
+
".babel-plugin-macrosrc.yml": string;
|
|
1528
|
+
".babel-plugin-macrosrc.toml": string;
|
|
1529
|
+
".babel-plugin-macrosrc.js": string;
|
|
1530
|
+
".babel-plugin-macrosrc.mjs": string;
|
|
1531
|
+
".babel-plugin-macrosrc.cjs": string;
|
|
1532
|
+
".babel-plugin-macrosrc.ts": string;
|
|
1533
|
+
".babel-plugin-macrosrc.mts": string;
|
|
1534
|
+
".babel-plugin-macrosrc.cts": string;
|
|
1535
|
+
".config/babel-plugin-macrosrc": string;
|
|
1536
|
+
".config/babel-plugin-macrosrc.json": string;
|
|
1537
|
+
".config/babel-plugin-macrosrc.jsonc": string;
|
|
1538
|
+
".config/babel-plugin-macrosrc.json5": string;
|
|
1539
|
+
".config/babel-plugin-macrosrc.yaml": string;
|
|
1540
|
+
".config/babel-plugin-macrosrc.yml": string;
|
|
1541
|
+
".config/babel-plugin-macrosrc.toml": string;
|
|
1542
|
+
".config/babel-plugin-macrosrc.js": string;
|
|
1543
|
+
".config/babel-plugin-macrosrc.mjs": string;
|
|
1544
|
+
".config/babel-plugin-macrosrc.cjs": string;
|
|
1545
|
+
".config/babel-plugin-macrosrc.ts": string;
|
|
1546
|
+
".config/babel-plugin-macrosrc.mts": string;
|
|
1547
|
+
".config/babel-plugin-macrosrc.cts": string;
|
|
1548
|
+
"babel-plugin-macros.config.json": string;
|
|
1549
|
+
"babel-plugin-macros.config.jsonc": string;
|
|
1550
|
+
"babel-plugin-macros.config.json5": string;
|
|
1551
|
+
"babel-plugin-macros.config.yaml": string;
|
|
1552
|
+
"babel-plugin-macros.config.yml": string;
|
|
1553
|
+
"babel-plugin-macros.config.toml": string;
|
|
1554
|
+
"babel-plugin-macros.config.js": string;
|
|
1555
|
+
"babel-plugin-macros.config.mjs": string;
|
|
1556
|
+
"babel-plugin-macros.config.cjs": string;
|
|
1557
|
+
"babel-plugin-macros.config.ts": string;
|
|
1558
|
+
"babel-plugin-macros.config.mts": string;
|
|
1559
|
+
"babel-plugin-macros.config.cts": string;
|
|
1560
|
+
"babel-transform.js": string;
|
|
1561
|
+
"blitz.config.js": string;
|
|
1562
|
+
"blitz.config.ts": string;
|
|
1563
|
+
".blitz.config.compiled.js": string;
|
|
1564
|
+
"contributing.md": string;
|
|
1565
|
+
"contributing.rst": string;
|
|
1566
|
+
"contributing.txt": string;
|
|
1567
|
+
contributing: string;
|
|
1568
|
+
"readme.md": string;
|
|
1569
|
+
"readme.rst": string;
|
|
1570
|
+
"readme.txt": string;
|
|
1571
|
+
readme: string;
|
|
1572
|
+
changelog: string;
|
|
1573
|
+
"changelog.md": string;
|
|
1574
|
+
"changelog.rst": string;
|
|
1575
|
+
"changelog.txt": string;
|
|
1576
|
+
changes: string;
|
|
1577
|
+
"changes.md": string;
|
|
1578
|
+
"changes.rst": string;
|
|
1579
|
+
"changes.txt": string;
|
|
1580
|
+
"architecture.md": string;
|
|
1581
|
+
"architecture.rst": string;
|
|
1582
|
+
"architecture.txt": string;
|
|
1583
|
+
architecture: string;
|
|
1584
|
+
"credits.md": string;
|
|
1585
|
+
"credits.rst": string;
|
|
1586
|
+
"credits.txt": string;
|
|
1587
|
+
credits: string;
|
|
1588
|
+
"authors.md": string;
|
|
1589
|
+
"authors.rst": string;
|
|
1590
|
+
"authors.txt": string;
|
|
1591
|
+
authors: string;
|
|
1592
|
+
"contributors.md": string;
|
|
1593
|
+
"contributors.rst": string;
|
|
1594
|
+
"contributors.txt": string;
|
|
1595
|
+
contributors: string;
|
|
1596
|
+
".flowconfig": string;
|
|
1597
|
+
"favicon.ico": string;
|
|
1598
|
+
"karma.conf.js": string;
|
|
1599
|
+
"karma.conf.ts": string;
|
|
1600
|
+
"karma.conf.coffee": string;
|
|
1601
|
+
"karma.config.js": string;
|
|
1602
|
+
"karma.config.ts": string;
|
|
1603
|
+
"karma-main.js": string;
|
|
1604
|
+
"karma-main.ts": string;
|
|
1605
|
+
".bithoundrc": string;
|
|
1606
|
+
"svgo.config.js": string;
|
|
1607
|
+
"svgo.config.cjs": string;
|
|
1608
|
+
"svgo.config.mjs": string;
|
|
1609
|
+
".appveyor.yml": string;
|
|
1610
|
+
"appveyor.yml": string;
|
|
1611
|
+
".travis.yml": string;
|
|
1612
|
+
".codecov.yml": string;
|
|
1613
|
+
"codecov.yml": string;
|
|
1614
|
+
"sonar-project.properties": string;
|
|
1615
|
+
".sonarcloud.properties": string;
|
|
1616
|
+
"sonarcloud.yaml": string;
|
|
1617
|
+
"protractor.conf.js": string;
|
|
1618
|
+
"protractor.conf.ts": string;
|
|
1619
|
+
"protractor.conf.coffee": string;
|
|
1620
|
+
"protractor.config.js": string;
|
|
1621
|
+
"protractor.config.ts": string;
|
|
1622
|
+
"fuse.js": string;
|
|
1623
|
+
procfile: string;
|
|
1624
|
+
"procfile.windows": string;
|
|
1625
|
+
".editorconfig": string;
|
|
1626
|
+
".bowerrc": string;
|
|
1627
|
+
"bower.json": string;
|
|
1628
|
+
".eslintrc": string;
|
|
1629
|
+
".eslintrc.json": string;
|
|
1630
|
+
".eslintrc.jsonc": string;
|
|
1631
|
+
".eslintrc.json5": string;
|
|
1632
|
+
".eslintrc.yaml": string;
|
|
1633
|
+
".eslintrc.yml": string;
|
|
1634
|
+
".eslintrc.toml": string;
|
|
1635
|
+
".eslintrc.js": string;
|
|
1636
|
+
".eslintrc.mjs": string;
|
|
1637
|
+
".eslintrc.cjs": string;
|
|
1638
|
+
".eslintrc.ts": string;
|
|
1639
|
+
".eslintrc.mts": string;
|
|
1640
|
+
".eslintrc.cts": string;
|
|
1641
|
+
".config/eslintrc": string;
|
|
1642
|
+
".config/eslintrc.json": string;
|
|
1643
|
+
".config/eslintrc.jsonc": string;
|
|
1644
|
+
".config/eslintrc.json5": string;
|
|
1645
|
+
".config/eslintrc.yaml": string;
|
|
1646
|
+
".config/eslintrc.yml": string;
|
|
1647
|
+
".config/eslintrc.toml": string;
|
|
1648
|
+
".config/eslintrc.js": string;
|
|
1649
|
+
".config/eslintrc.mjs": string;
|
|
1650
|
+
".config/eslintrc.cjs": string;
|
|
1651
|
+
".config/eslintrc.ts": string;
|
|
1652
|
+
".config/eslintrc.mts": string;
|
|
1653
|
+
".config/eslintrc.cts": string;
|
|
1654
|
+
"eslint.config.json": string;
|
|
1655
|
+
"eslint.config.jsonc": string;
|
|
1656
|
+
"eslint.config.json5": string;
|
|
1657
|
+
"eslint.config.yaml": string;
|
|
1658
|
+
"eslint.config.yml": string;
|
|
1659
|
+
"eslint.config.toml": string;
|
|
1660
|
+
"eslint.config.js": string;
|
|
1661
|
+
"eslint.config.mjs": string;
|
|
1662
|
+
"eslint.config.cjs": string;
|
|
1663
|
+
"eslint.config.ts": string;
|
|
1664
|
+
"eslint.config.mts": string;
|
|
1665
|
+
"eslint.config.cts": string;
|
|
1666
|
+
".eslintrc-md.js": string;
|
|
1667
|
+
".eslintrc-jsdoc.js": string;
|
|
1668
|
+
".eslintignore": string;
|
|
1669
|
+
".eslintcache": string;
|
|
1670
|
+
".eslintrc.base.json": string;
|
|
1671
|
+
"code_of_conduct.md": string;
|
|
1672
|
+
"code_of_conduct.txt": string;
|
|
1673
|
+
code_of_conduct: string;
|
|
1674
|
+
".watchmanconfig": string;
|
|
1675
|
+
"aurelia.json": string;
|
|
1676
|
+
".autorc": string;
|
|
1677
|
+
"auto.config.js": string;
|
|
1678
|
+
"auto.config.ts": string;
|
|
1679
|
+
"auto-config.json": string;
|
|
1680
|
+
"auto-config.yaml": string;
|
|
1681
|
+
"auto-config.yml": string;
|
|
1682
|
+
"auto-config.ts": string;
|
|
1683
|
+
"auto-config.js": string;
|
|
1684
|
+
"mocha.opts": string;
|
|
1685
|
+
".mocharc.yml": string;
|
|
1686
|
+
".mocharc.yaml": string;
|
|
1687
|
+
".mocharc.js": string;
|
|
1688
|
+
".mocharc.json": string;
|
|
1689
|
+
".mocharc.jsonc": string;
|
|
1690
|
+
jenkinsfile: string;
|
|
1691
|
+
"firebase.json": string;
|
|
1692
|
+
".firebaserc": string;
|
|
1693
|
+
"firestore.rules": string;
|
|
1694
|
+
"firestore.indexes.json": string;
|
|
1695
|
+
"rollup.config.js": string;
|
|
1696
|
+
"rollup.config.mjs": string;
|
|
1697
|
+
"rollup.config.ts": string;
|
|
1698
|
+
"rollup-config.js": string;
|
|
1699
|
+
"rollup-config.mjs": string;
|
|
1700
|
+
"rollup-config.ts": string;
|
|
1701
|
+
"rollup.config.common.js": string;
|
|
1702
|
+
"rollup.config.common.mjs": string;
|
|
1703
|
+
"rollup.config.common.ts": string;
|
|
1704
|
+
"rollup.config.base.js": string;
|
|
1705
|
+
"rollup.config.base.mjs": string;
|
|
1706
|
+
"rollup.config.base.ts": string;
|
|
1707
|
+
"rollup.config.prod.js": string;
|
|
1708
|
+
"rollup.config.prod.mjs": string;
|
|
1709
|
+
"rollup.config.prod.ts": string;
|
|
1710
|
+
"rollup.config.dev.js": string;
|
|
1711
|
+
"rollup.config.dev.mjs": string;
|
|
1712
|
+
"rollup.config.dev.ts": string;
|
|
1713
|
+
"rollup.config.prod.vendor.js": string;
|
|
1714
|
+
"rollup.config.prod.vendor.mjs": string;
|
|
1715
|
+
"rollup.config.prod.vendor.ts": string;
|
|
1716
|
+
".hhconfig": string;
|
|
1717
|
+
"hardhat.config.js": string;
|
|
1718
|
+
"hardhat.config.ts": string;
|
|
1719
|
+
".stylelintrc": string;
|
|
1720
|
+
".stylelintrc.json": string;
|
|
1721
|
+
".stylelintrc.jsonc": string;
|
|
1722
|
+
".stylelintrc.json5": string;
|
|
1723
|
+
".stylelintrc.yaml": string;
|
|
1724
|
+
".stylelintrc.yml": string;
|
|
1725
|
+
".stylelintrc.toml": string;
|
|
1726
|
+
".stylelintrc.js": string;
|
|
1727
|
+
".stylelintrc.mjs": string;
|
|
1728
|
+
".stylelintrc.cjs": string;
|
|
1729
|
+
".stylelintrc.ts": string;
|
|
1730
|
+
".stylelintrc.mts": string;
|
|
1731
|
+
".stylelintrc.cts": string;
|
|
1732
|
+
".config/stylelintrc": string;
|
|
1733
|
+
".config/stylelintrc.json": string;
|
|
1734
|
+
".config/stylelintrc.jsonc": string;
|
|
1735
|
+
".config/stylelintrc.json5": string;
|
|
1736
|
+
".config/stylelintrc.yaml": string;
|
|
1737
|
+
".config/stylelintrc.yml": string;
|
|
1738
|
+
".config/stylelintrc.toml": string;
|
|
1739
|
+
".config/stylelintrc.js": string;
|
|
1740
|
+
".config/stylelintrc.mjs": string;
|
|
1741
|
+
".config/stylelintrc.cjs": string;
|
|
1742
|
+
".config/stylelintrc.ts": string;
|
|
1743
|
+
".config/stylelintrc.mts": string;
|
|
1744
|
+
".config/stylelintrc.cts": string;
|
|
1745
|
+
"stylelint.config.json": string;
|
|
1746
|
+
"stylelint.config.jsonc": string;
|
|
1747
|
+
"stylelint.config.json5": string;
|
|
1748
|
+
"stylelint.config.yaml": string;
|
|
1749
|
+
"stylelint.config.yml": string;
|
|
1750
|
+
"stylelint.config.toml": string;
|
|
1751
|
+
"stylelint.config.js": string;
|
|
1752
|
+
"stylelint.config.mjs": string;
|
|
1753
|
+
"stylelint.config.cjs": string;
|
|
1754
|
+
"stylelint.config.ts": string;
|
|
1755
|
+
"stylelint.config.mts": string;
|
|
1756
|
+
"stylelint.config.cts": string;
|
|
1757
|
+
".stylelintignore": string;
|
|
1758
|
+
".stylelintcache": string;
|
|
1759
|
+
".codeclimate.yml": string;
|
|
1760
|
+
".prettierrc": string;
|
|
1761
|
+
".prettierrc.json": string;
|
|
1762
|
+
".prettierrc.jsonc": string;
|
|
1763
|
+
".prettierrc.json5": string;
|
|
1764
|
+
".prettierrc.yaml": string;
|
|
1765
|
+
".prettierrc.yml": string;
|
|
1766
|
+
".prettierrc.toml": string;
|
|
1767
|
+
".prettierrc.js": string;
|
|
1768
|
+
".prettierrc.mjs": string;
|
|
1769
|
+
".prettierrc.cjs": string;
|
|
1770
|
+
".prettierrc.ts": string;
|
|
1771
|
+
".prettierrc.mts": string;
|
|
1772
|
+
".prettierrc.cts": string;
|
|
1773
|
+
".config/prettierrc": string;
|
|
1774
|
+
".config/prettierrc.json": string;
|
|
1775
|
+
".config/prettierrc.jsonc": string;
|
|
1776
|
+
".config/prettierrc.json5": string;
|
|
1777
|
+
".config/prettierrc.yaml": string;
|
|
1778
|
+
".config/prettierrc.yml": string;
|
|
1779
|
+
".config/prettierrc.toml": string;
|
|
1780
|
+
".config/prettierrc.js": string;
|
|
1781
|
+
".config/prettierrc.mjs": string;
|
|
1782
|
+
".config/prettierrc.cjs": string;
|
|
1783
|
+
".config/prettierrc.ts": string;
|
|
1784
|
+
".config/prettierrc.mts": string;
|
|
1785
|
+
".config/prettierrc.cts": string;
|
|
1786
|
+
"prettier.config.json": string;
|
|
1787
|
+
"prettier.config.jsonc": string;
|
|
1788
|
+
"prettier.config.json5": string;
|
|
1789
|
+
"prettier.config.yaml": string;
|
|
1790
|
+
"prettier.config.yml": string;
|
|
1791
|
+
"prettier.config.toml": string;
|
|
1792
|
+
"prettier.config.js": string;
|
|
1793
|
+
"prettier.config.mjs": string;
|
|
1794
|
+
"prettier.config.cjs": string;
|
|
1795
|
+
"prettier.config.ts": string;
|
|
1796
|
+
"prettier.config.mts": string;
|
|
1797
|
+
"prettier.config.cts": string;
|
|
1798
|
+
".prettierignore": string;
|
|
1799
|
+
".renovaterc": string;
|
|
1800
|
+
".renovaterc.json": string;
|
|
1801
|
+
"renovate-config.json": string;
|
|
1802
|
+
"renovate.json": string;
|
|
1803
|
+
"renovate.json5": string;
|
|
1804
|
+
"apollo.config.js": string;
|
|
1805
|
+
"nodemon.json": string;
|
|
1806
|
+
"nodemon-debug.json": string;
|
|
1807
|
+
".hintrc": string;
|
|
1808
|
+
browserslist: string;
|
|
1809
|
+
".browserslistrc": string;
|
|
1810
|
+
".snyk": string;
|
|
1811
|
+
".drone.yml": string;
|
|
1812
|
+
".sequelizerc": string;
|
|
1813
|
+
"gatsby-config.js": string;
|
|
1814
|
+
"gatsby-config.mjs": string;
|
|
1815
|
+
"gatsby-config.ts": string;
|
|
1816
|
+
"gatsby-node.js": string;
|
|
1817
|
+
"gatsby-node.mjs": string;
|
|
1818
|
+
"gatsby-node.ts": string;
|
|
1819
|
+
"gatsby-browser.js": string;
|
|
1820
|
+
"gatsby-browser.tsx": string;
|
|
1821
|
+
"gatsby-ssr.js": string;
|
|
1822
|
+
"gatsby-ssr.tsx": string;
|
|
1823
|
+
".wakatime-project": string;
|
|
1824
|
+
"circle.yml": string;
|
|
1825
|
+
".cfignore": string;
|
|
1826
|
+
"gruntfile.js": string;
|
|
1827
|
+
"gruntfile.ts": string;
|
|
1828
|
+
"gruntfile.cjs": string;
|
|
1829
|
+
"gruntfile.cts": string;
|
|
1830
|
+
"gruntfile.coffee": string;
|
|
1831
|
+
"gruntfile.babel.js": string;
|
|
1832
|
+
"gruntfile.babel.ts": string;
|
|
1833
|
+
"gruntfile.babel.coffee": string;
|
|
1834
|
+
"jest.config.js": string;
|
|
1835
|
+
"jest.config.cjs": string;
|
|
1836
|
+
"jest.config.mjs": string;
|
|
1837
|
+
"jest.config.ts": string;
|
|
1838
|
+
"jest.config.cts": string;
|
|
1839
|
+
"jest.config.mts": string;
|
|
1840
|
+
"jest.config.json": string;
|
|
1841
|
+
"jest.e2e.config.js": string;
|
|
1842
|
+
"jest.e2e.config.cjs": string;
|
|
1843
|
+
"jest.e2e.config.mjs": string;
|
|
1844
|
+
"jest.e2e.config.ts": string;
|
|
1845
|
+
"jest.e2e.config.cts": string;
|
|
1846
|
+
"jest.e2e.config.mts": string;
|
|
1847
|
+
"jest.e2e.config.json": string;
|
|
1848
|
+
"jest.e2e.json": string;
|
|
1849
|
+
"jest-unit.config.js": string;
|
|
1850
|
+
"jest-e2e.config.js": string;
|
|
1851
|
+
"jest-e2e.config.cjs": string;
|
|
1852
|
+
"jest-e2e.config.mjs": string;
|
|
1853
|
+
"jest-e2e.config.ts": string;
|
|
1854
|
+
"jest-e2e.config.cts": string;
|
|
1855
|
+
"jest-e2e.config.mts": string;
|
|
1856
|
+
"jest-e2e.config.json": string;
|
|
1857
|
+
"jest-e2e.json": string;
|
|
1858
|
+
"jest-github-actions-reporter.js": string;
|
|
1859
|
+
"jest.setup.js": string;
|
|
1860
|
+
"jest.setup.ts": string;
|
|
1861
|
+
"jest.json": string;
|
|
1862
|
+
".jestrc": string;
|
|
1863
|
+
".jestrc.js": string;
|
|
1864
|
+
".jestrc.json": string;
|
|
1865
|
+
"jest.teardown.js": string;
|
|
1866
|
+
"jest-preset.json": string;
|
|
1867
|
+
"jest-preset.js": string;
|
|
1868
|
+
"jest-preset.cjs": string;
|
|
1869
|
+
"jest-preset.mjs": string;
|
|
1870
|
+
"jest.preset.js": string;
|
|
1871
|
+
"jest.preset.mjs": string;
|
|
1872
|
+
"jest.preset.cjs": string;
|
|
1873
|
+
"jest.preset.json": string;
|
|
1874
|
+
fastfile: string;
|
|
1875
|
+
appfile: string;
|
|
1876
|
+
".helmignore": string;
|
|
1877
|
+
"wallaby.js": string;
|
|
1878
|
+
"wallaby.conf.js": string;
|
|
1879
|
+
"stencil.config.js": string;
|
|
1880
|
+
"stencil.config.ts": string;
|
|
1881
|
+
makefile: string;
|
|
1882
|
+
gnumakefile: string;
|
|
1883
|
+
kbuild: string;
|
|
1884
|
+
".releaserc": string;
|
|
1885
|
+
".releaserc.json": string;
|
|
1886
|
+
".releaserc.jsonc": string;
|
|
1887
|
+
".releaserc.json5": string;
|
|
1888
|
+
".releaserc.yaml": string;
|
|
1889
|
+
".releaserc.yml": string;
|
|
1890
|
+
".releaserc.toml": string;
|
|
1891
|
+
".releaserc.js": string;
|
|
1892
|
+
".releaserc.mjs": string;
|
|
1893
|
+
".releaserc.cjs": string;
|
|
1894
|
+
".releaserc.ts": string;
|
|
1895
|
+
".releaserc.mts": string;
|
|
1896
|
+
".releaserc.cts": string;
|
|
1897
|
+
".config/releaserc": string;
|
|
1898
|
+
".config/releaserc.json": string;
|
|
1899
|
+
".config/releaserc.jsonc": string;
|
|
1900
|
+
".config/releaserc.json5": string;
|
|
1901
|
+
".config/releaserc.yaml": string;
|
|
1902
|
+
".config/releaserc.yml": string;
|
|
1903
|
+
".config/releaserc.toml": string;
|
|
1904
|
+
".config/releaserc.js": string;
|
|
1905
|
+
".config/releaserc.mjs": string;
|
|
1906
|
+
".config/releaserc.cjs": string;
|
|
1907
|
+
".config/releaserc.ts": string;
|
|
1908
|
+
".config/releaserc.mts": string;
|
|
1909
|
+
".config/releaserc.cts": string;
|
|
1910
|
+
"release.config.json": string;
|
|
1911
|
+
"release.config.jsonc": string;
|
|
1912
|
+
"release.config.json5": string;
|
|
1913
|
+
"release.config.yaml": string;
|
|
1914
|
+
"release.config.yml": string;
|
|
1915
|
+
"release.config.toml": string;
|
|
1916
|
+
"release.config.js": string;
|
|
1917
|
+
"release.config.mjs": string;
|
|
1918
|
+
"release.config.cjs": string;
|
|
1919
|
+
"release.config.ts": string;
|
|
1920
|
+
"release.config.mts": string;
|
|
1921
|
+
"release.config.cts": string;
|
|
1922
|
+
"bitbucket-pipelines.yaml": string;
|
|
1923
|
+
"bitbucket-pipelines.yml": string;
|
|
1924
|
+
".bazelignore": string;
|
|
1925
|
+
".bazelrc": string;
|
|
1926
|
+
".bazelversion": string;
|
|
1927
|
+
".gdignore": string;
|
|
1928
|
+
"._sc_": string;
|
|
1929
|
+
_sc_: string;
|
|
1930
|
+
"azure-pipelines.yml": string;
|
|
1931
|
+
"azure-pipelines.yaml": string;
|
|
1932
|
+
"azure-pipelines-main.yml": string;
|
|
1933
|
+
"azure-pipelines-main.yaml": string;
|
|
1934
|
+
vagrantfile: string;
|
|
1935
|
+
"prisma.yml": string;
|
|
1936
|
+
".nycrc": string;
|
|
1937
|
+
".nycrc.json": string;
|
|
1938
|
+
".nycrc.yaml": string;
|
|
1939
|
+
".nycrc.yml": string;
|
|
1940
|
+
"nyc.config.js": string;
|
|
1941
|
+
".istanbul.yml": string;
|
|
1942
|
+
"tailwind.js": string;
|
|
1943
|
+
"tailwind.ts": string;
|
|
1944
|
+
"tailwind.config.js": string;
|
|
1945
|
+
"tailwind.config.cjs": string;
|
|
1946
|
+
"tailwind.config.mjs": string;
|
|
1947
|
+
"tailwind.config.ts": string;
|
|
1948
|
+
"tailwind.config.cts": string;
|
|
1949
|
+
"tailwind.config.mts": string;
|
|
1950
|
+
"buildkite.yml": string;
|
|
1951
|
+
"buildkite.yaml": string;
|
|
1952
|
+
"netlify.json": string;
|
|
1953
|
+
"netlify.yml": string;
|
|
1954
|
+
"netlify.yaml": string;
|
|
1955
|
+
"netlify.toml": string;
|
|
1956
|
+
"svelte.config.js": string;
|
|
1957
|
+
"svelte.config.cjs": string;
|
|
1958
|
+
"nest-cli.json": string;
|
|
1959
|
+
".nest-cli.json": string;
|
|
1960
|
+
"nestconfig.json": string;
|
|
1961
|
+
".nestconfig.json": string;
|
|
1962
|
+
"moon.yml": string;
|
|
1963
|
+
".percy.yml": string;
|
|
1964
|
+
".gitpod.yml": string;
|
|
1965
|
+
codeowners: string;
|
|
1966
|
+
OWNERS: string;
|
|
1967
|
+
".gcloudignore": string;
|
|
1968
|
+
".huskyrc": string;
|
|
1969
|
+
".huskyrc.json": string;
|
|
1970
|
+
".huskyrc.jsonc": string;
|
|
1971
|
+
".huskyrc.json5": string;
|
|
1972
|
+
".huskyrc.yaml": string;
|
|
1973
|
+
".huskyrc.yml": string;
|
|
1974
|
+
".huskyrc.toml": string;
|
|
1975
|
+
".huskyrc.js": string;
|
|
1976
|
+
".huskyrc.mjs": string;
|
|
1977
|
+
".huskyrc.cjs": string;
|
|
1978
|
+
".huskyrc.ts": string;
|
|
1979
|
+
".huskyrc.mts": string;
|
|
1980
|
+
".huskyrc.cts": string;
|
|
1981
|
+
".config/huskyrc": string;
|
|
1982
|
+
".config/huskyrc.json": string;
|
|
1983
|
+
".config/huskyrc.jsonc": string;
|
|
1984
|
+
".config/huskyrc.json5": string;
|
|
1985
|
+
".config/huskyrc.yaml": string;
|
|
1986
|
+
".config/huskyrc.yml": string;
|
|
1987
|
+
".config/huskyrc.toml": string;
|
|
1988
|
+
".config/huskyrc.js": string;
|
|
1989
|
+
".config/huskyrc.mjs": string;
|
|
1990
|
+
".config/huskyrc.cjs": string;
|
|
1991
|
+
".config/huskyrc.ts": string;
|
|
1992
|
+
".config/huskyrc.mts": string;
|
|
1993
|
+
".config/huskyrc.cts": string;
|
|
1994
|
+
"husky.config.json": string;
|
|
1995
|
+
"husky.config.jsonc": string;
|
|
1996
|
+
"husky.config.json5": string;
|
|
1997
|
+
"husky.config.yaml": string;
|
|
1998
|
+
"husky.config.yml": string;
|
|
1999
|
+
"husky.config.toml": string;
|
|
2000
|
+
"husky.config.js": string;
|
|
2001
|
+
"husky.config.mjs": string;
|
|
2002
|
+
"husky.config.cjs": string;
|
|
2003
|
+
"husky.config.ts": string;
|
|
2004
|
+
"husky.config.mts": string;
|
|
2005
|
+
"husky.config.cts": string;
|
|
2006
|
+
tiltfile: string;
|
|
2007
|
+
"capacitor.config.json": string;
|
|
2008
|
+
"capacitor.config.ts": string;
|
|
2009
|
+
".adonisrc.json": string;
|
|
2010
|
+
ace: string;
|
|
2011
|
+
"meson.build": string;
|
|
2012
|
+
"meson_options.txt": string;
|
|
2013
|
+
".commitlintrc": string;
|
|
2014
|
+
".commitlintrc.json": string;
|
|
2015
|
+
".commitlintrc.jsonc": string;
|
|
2016
|
+
".commitlintrc.json5": string;
|
|
2017
|
+
".commitlintrc.yaml": string;
|
|
2018
|
+
".commitlintrc.yml": string;
|
|
2019
|
+
".commitlintrc.toml": string;
|
|
2020
|
+
".commitlintrc.js": string;
|
|
2021
|
+
".commitlintrc.mjs": string;
|
|
2022
|
+
".commitlintrc.cjs": string;
|
|
2023
|
+
".commitlintrc.ts": string;
|
|
2024
|
+
".commitlintrc.mts": string;
|
|
2025
|
+
".commitlintrc.cts": string;
|
|
2026
|
+
".config/commitlintrc": string;
|
|
2027
|
+
".config/commitlintrc.json": string;
|
|
2028
|
+
".config/commitlintrc.jsonc": string;
|
|
2029
|
+
".config/commitlintrc.json5": string;
|
|
2030
|
+
".config/commitlintrc.yaml": string;
|
|
2031
|
+
".config/commitlintrc.yml": string;
|
|
2032
|
+
".config/commitlintrc.toml": string;
|
|
2033
|
+
".config/commitlintrc.js": string;
|
|
2034
|
+
".config/commitlintrc.mjs": string;
|
|
2035
|
+
".config/commitlintrc.cjs": string;
|
|
2036
|
+
".config/commitlintrc.ts": string;
|
|
2037
|
+
".config/commitlintrc.mts": string;
|
|
2038
|
+
".config/commitlintrc.cts": string;
|
|
2039
|
+
"commitlint.config.json": string;
|
|
2040
|
+
"commitlint.config.jsonc": string;
|
|
2041
|
+
"commitlint.config.json5": string;
|
|
2042
|
+
"commitlint.config.yaml": string;
|
|
2043
|
+
"commitlint.config.yml": string;
|
|
2044
|
+
"commitlint.config.toml": string;
|
|
2045
|
+
"commitlint.config.js": string;
|
|
2046
|
+
"commitlint.config.mjs": string;
|
|
2047
|
+
"commitlint.config.cjs": string;
|
|
2048
|
+
"commitlint.config.ts": string;
|
|
2049
|
+
"commitlint.config.mts": string;
|
|
2050
|
+
"commitlint.config.cts": string;
|
|
2051
|
+
".commitlint.yaml": string;
|
|
2052
|
+
".commitlint.yml": string;
|
|
2053
|
+
".buckconfig": string;
|
|
2054
|
+
"nx.json": string;
|
|
2055
|
+
".nxignore": string;
|
|
2056
|
+
dune: string;
|
|
2057
|
+
"dune-project": string;
|
|
2058
|
+
"dune-workspace": string;
|
|
2059
|
+
"dune-workspace.dev": string;
|
|
2060
|
+
"roadmap.md": string;
|
|
2061
|
+
"roadmap.txt": string;
|
|
2062
|
+
"timeline.md": string;
|
|
2063
|
+
"timeline.txt": string;
|
|
2064
|
+
"milestones.md": string;
|
|
2065
|
+
"milestones.txt": string;
|
|
2066
|
+
"nuget.config": string;
|
|
2067
|
+
".nuspec": string;
|
|
2068
|
+
"nuget.exe": string;
|
|
2069
|
+
"stryker.conf.json": string;
|
|
2070
|
+
"stryker.conf.js": string;
|
|
2071
|
+
"stryker.conf.cjs": string;
|
|
2072
|
+
"stryker.conf.mjs": string;
|
|
2073
|
+
".stryker.conf.json": string;
|
|
2074
|
+
".stryker.conf.js": string;
|
|
2075
|
+
".stryker.conf.cjs": string;
|
|
2076
|
+
".stryker.conf.mjs": string;
|
|
2077
|
+
".modernizrrc": string;
|
|
2078
|
+
".modernizrrc.js": string;
|
|
2079
|
+
".modernizrrc.json": string;
|
|
2080
|
+
".slugignore": string;
|
|
2081
|
+
"stitches.config.js": string;
|
|
2082
|
+
"stitches.config.ts": string;
|
|
2083
|
+
"nginx.conf": string;
|
|
2084
|
+
".mcattributes": string;
|
|
2085
|
+
".mcdefinitions": string;
|
|
2086
|
+
".mcignore": string;
|
|
2087
|
+
".replit": string;
|
|
2088
|
+
"snowpack.config.js": string;
|
|
2089
|
+
"snowpack.config.cjs": string;
|
|
2090
|
+
"snowpack.config.mjs": string;
|
|
2091
|
+
"snowpack.config.ts": string;
|
|
2092
|
+
"snowpack.config.cts": string;
|
|
2093
|
+
"snowpack.config.mts": string;
|
|
2094
|
+
"snowpack.deps.json": string;
|
|
2095
|
+
"snowpack.config.json": string;
|
|
2096
|
+
"quasar.conf.js": string;
|
|
2097
|
+
"quasar.config.js": string;
|
|
2098
|
+
"dependabot.yml": string;
|
|
2099
|
+
"dependabot.yaml": string;
|
|
2100
|
+
"vite.config.js": string;
|
|
2101
|
+
"vite.config.mjs": string;
|
|
2102
|
+
"vite.config.cjs": string;
|
|
2103
|
+
"vite.config.ts": string;
|
|
2104
|
+
"vite.config.cts": string;
|
|
2105
|
+
"vite.config.mts": string;
|
|
2106
|
+
"vitest.config.ts": string;
|
|
2107
|
+
"vitest.config.mts": string;
|
|
2108
|
+
"vitest.config.cts": string;
|
|
2109
|
+
"vitest.config.js": string;
|
|
2110
|
+
"vitest.config.mjs": string;
|
|
2111
|
+
"vitest.config.cjs": string;
|
|
2112
|
+
"vitest.workspace.ts": string;
|
|
2113
|
+
"vitest.workspace.mts": string;
|
|
2114
|
+
"vitest.workspace.cts": string;
|
|
2115
|
+
"vitest.workspace.js": string;
|
|
2116
|
+
"vitest.workspace.mjs": string;
|
|
2117
|
+
"vitest.workspace.cjs": string;
|
|
2118
|
+
"lerna.json": string;
|
|
2119
|
+
"windi.config.js": string;
|
|
2120
|
+
"windi.config.cjs": string;
|
|
2121
|
+
"windi.config.ts": string;
|
|
2122
|
+
"windi.config.cts": string;
|
|
2123
|
+
"windi.config.json": string;
|
|
2124
|
+
".textlintrc": string;
|
|
2125
|
+
".textlintrc.js": string;
|
|
2126
|
+
".textlintrc.json": string;
|
|
2127
|
+
".textlintrc.yml": string;
|
|
2128
|
+
".textlintrc.yaml": string;
|
|
2129
|
+
"vpkg.json": string;
|
|
2130
|
+
"v.mod": string;
|
|
2131
|
+
".sentryclirc": string;
|
|
2132
|
+
".phpunit.result.cache": string;
|
|
2133
|
+
".phpunit-watcher.yml": string;
|
|
2134
|
+
"phpunit.xml": string;
|
|
2135
|
+
"phpunit.xml.dist": string;
|
|
2136
|
+
"phpunit-watcher.yml": string;
|
|
2137
|
+
"phpunit-watcher.yml.dist": string;
|
|
2138
|
+
".php_cs": string;
|
|
2139
|
+
".php_cs.dist": string;
|
|
2140
|
+
".php_cs.php": string;
|
|
2141
|
+
".php_cs.dist.php": string;
|
|
2142
|
+
".php-cs-fixer.php": string;
|
|
2143
|
+
".php-cs-fixer.dist.php": string;
|
|
2144
|
+
"robots.txt": string;
|
|
2145
|
+
"tsconfig.json": string;
|
|
2146
|
+
"tsconfig.app.json": string;
|
|
2147
|
+
"tsconfig.editor.json": string;
|
|
2148
|
+
"tsconfig.spec.json": string;
|
|
2149
|
+
"tsconfig.base.json": string;
|
|
2150
|
+
"tsconfig.build.json": string;
|
|
2151
|
+
"tsconfig.eslint.json": string;
|
|
2152
|
+
"tsconfig.lib.json": string;
|
|
2153
|
+
"tsconfig.lib.prod.json": string;
|
|
2154
|
+
"tsconfig.node.json": string;
|
|
2155
|
+
"tsconfig.test.json": string;
|
|
2156
|
+
"tsconfig.e2e.json": string;
|
|
2157
|
+
"tsconfig.web.json": string;
|
|
2158
|
+
"tsconfig.webworker.json": string;
|
|
2159
|
+
"tsconfig.worker.json": string;
|
|
2160
|
+
"tsconfig.config.json": string;
|
|
2161
|
+
"tsconfig.vitest.json": string;
|
|
2162
|
+
"tsconfig.cjs.json": string;
|
|
2163
|
+
"tsconfig.esm.json": string;
|
|
2164
|
+
"tsconfig.mjs.json": string;
|
|
2165
|
+
"tsconfig.doc.json": string;
|
|
2166
|
+
"tsconfig.paths.json": string;
|
|
2167
|
+
"tsconfig.main.json": string;
|
|
2168
|
+
"tsconfig.renderer.json": string;
|
|
2169
|
+
"tsconfig.server.json": string;
|
|
2170
|
+
"tauri.conf.json": string;
|
|
2171
|
+
"tauri.config.json": string;
|
|
2172
|
+
"tauri.linux.conf.json": string;
|
|
2173
|
+
"tauri.windows.conf.json": string;
|
|
2174
|
+
"tauri.macos.conf.json": string;
|
|
2175
|
+
".taurignore": string;
|
|
2176
|
+
"jsconfig.json": string;
|
|
2177
|
+
"maven.config": string;
|
|
2178
|
+
"jvm.config": string;
|
|
2179
|
+
"pom.xml": string;
|
|
2180
|
+
"serverless.yml": string;
|
|
2181
|
+
"serverless.yaml": string;
|
|
2182
|
+
"serverless.json": string;
|
|
2183
|
+
"serverless.js": string;
|
|
2184
|
+
"serverless.ts": string;
|
|
2185
|
+
"supabase.js": string;
|
|
2186
|
+
"supabase.py": string;
|
|
2187
|
+
".ember-cli": string;
|
|
2188
|
+
".ember-cli.js": string;
|
|
2189
|
+
"ember-cli-builds.js": string;
|
|
2190
|
+
"horusec-config.json": string;
|
|
2191
|
+
"poetry.lock": string;
|
|
2192
|
+
"pdm.lock": string;
|
|
2193
|
+
"pdm.toml": string;
|
|
2194
|
+
".pdm-python": string;
|
|
2195
|
+
".parcelrc": string;
|
|
2196
|
+
".astylerc": string;
|
|
2197
|
+
".lighthouserc.js": string;
|
|
2198
|
+
"lighthouserc.js": string;
|
|
2199
|
+
".lighthouserc.cjs": string;
|
|
2200
|
+
"lighthouserc.cjs": string;
|
|
2201
|
+
".lighthouserc.json": string;
|
|
2202
|
+
"lighthouserc.json": string;
|
|
2203
|
+
".lighthouserc.yml": string;
|
|
2204
|
+
"lighthouserc.yml": string;
|
|
2205
|
+
".lighthouserc.yaml": string;
|
|
2206
|
+
"lighthouserc.yaml": string;
|
|
2207
|
+
".svgrrc": string;
|
|
2208
|
+
".svgrrc.json": string;
|
|
2209
|
+
".svgrrc.jsonc": string;
|
|
2210
|
+
".svgrrc.json5": string;
|
|
2211
|
+
".svgrrc.yaml": string;
|
|
2212
|
+
".svgrrc.yml": string;
|
|
2213
|
+
".svgrrc.toml": string;
|
|
2214
|
+
".svgrrc.js": string;
|
|
2215
|
+
".svgrrc.mjs": string;
|
|
2216
|
+
".svgrrc.cjs": string;
|
|
2217
|
+
".svgrrc.ts": string;
|
|
2218
|
+
".svgrrc.mts": string;
|
|
2219
|
+
".svgrrc.cts": string;
|
|
2220
|
+
".config/svgrrc": string;
|
|
2221
|
+
".config/svgrrc.json": string;
|
|
2222
|
+
".config/svgrrc.jsonc": string;
|
|
2223
|
+
".config/svgrrc.json5": string;
|
|
2224
|
+
".config/svgrrc.yaml": string;
|
|
2225
|
+
".config/svgrrc.yml": string;
|
|
2226
|
+
".config/svgrrc.toml": string;
|
|
2227
|
+
".config/svgrrc.js": string;
|
|
2228
|
+
".config/svgrrc.mjs": string;
|
|
2229
|
+
".config/svgrrc.cjs": string;
|
|
2230
|
+
".config/svgrrc.ts": string;
|
|
2231
|
+
".config/svgrrc.mts": string;
|
|
2232
|
+
".config/svgrrc.cts": string;
|
|
2233
|
+
"svgr.config.json": string;
|
|
2234
|
+
"svgr.config.jsonc": string;
|
|
2235
|
+
"svgr.config.json5": string;
|
|
2236
|
+
"svgr.config.yaml": string;
|
|
2237
|
+
"svgr.config.yml": string;
|
|
2238
|
+
"svgr.config.toml": string;
|
|
2239
|
+
"svgr.config.js": string;
|
|
2240
|
+
"svgr.config.mjs": string;
|
|
2241
|
+
"svgr.config.cjs": string;
|
|
2242
|
+
"svgr.config.ts": string;
|
|
2243
|
+
"svgr.config.mts": string;
|
|
2244
|
+
"svgr.config.cts": string;
|
|
2245
|
+
"rome.json": string;
|
|
2246
|
+
"cypress.json": string;
|
|
2247
|
+
"cypress.env.json": string;
|
|
2248
|
+
"cypress.config.ts": string;
|
|
2249
|
+
"cypress.config.js": string;
|
|
2250
|
+
"cypress.config.cjs": string;
|
|
2251
|
+
"cypress.config.mjs": string;
|
|
2252
|
+
"plopfile.js": string;
|
|
2253
|
+
"plopfile.cjs": string;
|
|
2254
|
+
"plopfile.mjs": string;
|
|
2255
|
+
"plopfile.ts": string;
|
|
2256
|
+
".tobimake": string;
|
|
2257
|
+
"gleam.toml": string;
|
|
2258
|
+
"pnpm-lock.yaml": string;
|
|
2259
|
+
"pnpm-workspace.yaml": string;
|
|
2260
|
+
".pnpmfile.cjs": string;
|
|
2261
|
+
"gridsome.config.js": string;
|
|
2262
|
+
"gridsome.server.js": string;
|
|
2263
|
+
".steadybit.yml": string;
|
|
2264
|
+
"steadybit.yml": string;
|
|
2265
|
+
".steadybit.yaml": string;
|
|
2266
|
+
"steadybit.yaml": string;
|
|
2267
|
+
Caddyfile: string;
|
|
2268
|
+
"openapi.json": string;
|
|
2269
|
+
"openapi.yml": string;
|
|
2270
|
+
"openapi.yaml": string;
|
|
2271
|
+
"swagger.json": string;
|
|
2272
|
+
"swagger.yml": string;
|
|
2273
|
+
"swagger.yaml": string;
|
|
2274
|
+
"bun.lockb": string;
|
|
2275
|
+
"bunfig.toml": string;
|
|
2276
|
+
".nano-staged.js": string;
|
|
2277
|
+
"nano-staged.js": string;
|
|
2278
|
+
".nano-staged.cjs": string;
|
|
2279
|
+
"nano-staged.cjs": string;
|
|
2280
|
+
".nano-staged.mjs": string;
|
|
2281
|
+
"nano-staged.mjs": string;
|
|
2282
|
+
".nano-staged.json": string;
|
|
2283
|
+
"nano-staged.json": string;
|
|
2284
|
+
".nanostagedrc": string;
|
|
2285
|
+
"knip.json": string;
|
|
2286
|
+
"knip.jsonc": string;
|
|
2287
|
+
".knip.json": string;
|
|
2288
|
+
".knip.jsonc": string;
|
|
2289
|
+
"knip.ts": string;
|
|
2290
|
+
"knip.js": string;
|
|
2291
|
+
"knip.config.ts": string;
|
|
2292
|
+
"knip.config.js": string;
|
|
2293
|
+
"taskfile.yml": string;
|
|
2294
|
+
"taskfile.yaml": string;
|
|
2295
|
+
"taskfile.dist.yml": string;
|
|
2296
|
+
"taskfile.dist.yaml": string;
|
|
2297
|
+
".cracorc": string;
|
|
2298
|
+
".cracorc.json": string;
|
|
2299
|
+
".cracorc.jsonc": string;
|
|
2300
|
+
".cracorc.json5": string;
|
|
2301
|
+
".cracorc.yaml": string;
|
|
2302
|
+
".cracorc.yml": string;
|
|
2303
|
+
".cracorc.toml": string;
|
|
2304
|
+
".cracorc.js": string;
|
|
2305
|
+
".cracorc.mjs": string;
|
|
2306
|
+
".cracorc.cjs": string;
|
|
2307
|
+
".cracorc.ts": string;
|
|
2308
|
+
".cracorc.mts": string;
|
|
2309
|
+
".cracorc.cts": string;
|
|
2310
|
+
".config/cracorc": string;
|
|
2311
|
+
".config/cracorc.json": string;
|
|
2312
|
+
".config/cracorc.jsonc": string;
|
|
2313
|
+
".config/cracorc.json5": string;
|
|
2314
|
+
".config/cracorc.yaml": string;
|
|
2315
|
+
".config/cracorc.yml": string;
|
|
2316
|
+
".config/cracorc.toml": string;
|
|
2317
|
+
".config/cracorc.js": string;
|
|
2318
|
+
".config/cracorc.mjs": string;
|
|
2319
|
+
".config/cracorc.cjs": string;
|
|
2320
|
+
".config/cracorc.ts": string;
|
|
2321
|
+
".config/cracorc.mts": string;
|
|
2322
|
+
".config/cracorc.cts": string;
|
|
2323
|
+
"craco.config.json": string;
|
|
2324
|
+
"craco.config.jsonc": string;
|
|
2325
|
+
"craco.config.json5": string;
|
|
2326
|
+
"craco.config.yaml": string;
|
|
2327
|
+
"craco.config.yml": string;
|
|
2328
|
+
"craco.config.toml": string;
|
|
2329
|
+
"craco.config.js": string;
|
|
2330
|
+
"craco.config.mjs": string;
|
|
2331
|
+
"craco.config.cjs": string;
|
|
2332
|
+
"craco.config.ts": string;
|
|
2333
|
+
"craco.config.mts": string;
|
|
2334
|
+
"craco.config.cts": string;
|
|
2335
|
+
".hg": string;
|
|
2336
|
+
".hgignore": string;
|
|
2337
|
+
".hgflow": string;
|
|
2338
|
+
".hgrc": string;
|
|
2339
|
+
hgrc: string;
|
|
2340
|
+
"mercurial.ini": string;
|
|
2341
|
+
"deno.json": string;
|
|
2342
|
+
"deno.jsonc": string;
|
|
2343
|
+
"deno.lock": string;
|
|
2344
|
+
"plastic.branchexplorer": string;
|
|
2345
|
+
"plastic.selector": string;
|
|
2346
|
+
"plastic.wktree": string;
|
|
2347
|
+
"plastic.workspace": string;
|
|
2348
|
+
"plastic.workspaces": string;
|
|
2349
|
+
"uno.config.js": string;
|
|
2350
|
+
"uno.config.mjs": string;
|
|
2351
|
+
"uno.config.ts": string;
|
|
2352
|
+
"uno.config.mts": string;
|
|
2353
|
+
"unocss.config.js": string;
|
|
2354
|
+
"unocss.config.mjs": string;
|
|
2355
|
+
"unocss.config.ts": string;
|
|
2356
|
+
"unocss.config.mts": string;
|
|
2357
|
+
".mincloudrc": string;
|
|
2358
|
+
"concourse.yml": string;
|
|
2359
|
+
".syncpackrc": string;
|
|
2360
|
+
".syncpackrc.json": string;
|
|
2361
|
+
".syncpackrc.jsonc": string;
|
|
2362
|
+
".syncpackrc.json5": string;
|
|
2363
|
+
".syncpackrc.yaml": string;
|
|
2364
|
+
".syncpackrc.yml": string;
|
|
2365
|
+
".syncpackrc.toml": string;
|
|
2366
|
+
".syncpackrc.js": string;
|
|
2367
|
+
".syncpackrc.mjs": string;
|
|
2368
|
+
".syncpackrc.cjs": string;
|
|
2369
|
+
".syncpackrc.ts": string;
|
|
2370
|
+
".syncpackrc.mts": string;
|
|
2371
|
+
".syncpackrc.cts": string;
|
|
2372
|
+
".config/syncpackrc": string;
|
|
2373
|
+
".config/syncpackrc.json": string;
|
|
2374
|
+
".config/syncpackrc.jsonc": string;
|
|
2375
|
+
".config/syncpackrc.json5": string;
|
|
2376
|
+
".config/syncpackrc.yaml": string;
|
|
2377
|
+
".config/syncpackrc.yml": string;
|
|
2378
|
+
".config/syncpackrc.toml": string;
|
|
2379
|
+
".config/syncpackrc.js": string;
|
|
2380
|
+
".config/syncpackrc.mjs": string;
|
|
2381
|
+
".config/syncpackrc.cjs": string;
|
|
2382
|
+
".config/syncpackrc.ts": string;
|
|
2383
|
+
".config/syncpackrc.mts": string;
|
|
2384
|
+
".config/syncpackrc.cts": string;
|
|
2385
|
+
"syncpack.config.json": string;
|
|
2386
|
+
"syncpack.config.jsonc": string;
|
|
2387
|
+
"syncpack.config.json5": string;
|
|
2388
|
+
"syncpack.config.yaml": string;
|
|
2389
|
+
"syncpack.config.yml": string;
|
|
2390
|
+
"syncpack.config.toml": string;
|
|
2391
|
+
"syncpack.config.js": string;
|
|
2392
|
+
"syncpack.config.mjs": string;
|
|
2393
|
+
"syncpack.config.cjs": string;
|
|
2394
|
+
"syncpack.config.ts": string;
|
|
2395
|
+
"syncpack.config.mts": string;
|
|
2396
|
+
"syncpack.config.cts": string;
|
|
2397
|
+
"werf.yaml": string;
|
|
2398
|
+
"werf.yml": string;
|
|
2399
|
+
"werf-giterminism.yaml": string;
|
|
2400
|
+
"werf-giterminism.yml": string;
|
|
2401
|
+
"panda.config.ts": string;
|
|
2402
|
+
"panda.config.js": string;
|
|
2403
|
+
"panda.config.mjs": string;
|
|
2404
|
+
"panda.config.mts": string;
|
|
2405
|
+
"panda.config.cjs": string;
|
|
2406
|
+
"biome.json": string;
|
|
2407
|
+
"esbuild.js": string;
|
|
2408
|
+
"esbuild.ts": string;
|
|
2409
|
+
"esbuild.cjs": string;
|
|
2410
|
+
"esbuild.mjs": string;
|
|
2411
|
+
"esbuild.config.js": string;
|
|
2412
|
+
"esbuild.config.ts": string;
|
|
2413
|
+
"esbuild.config.cjs": string;
|
|
2414
|
+
"esbuild.config.mjs": string;
|
|
2415
|
+
".puppeteerrc": string;
|
|
2416
|
+
".puppeteerrc.json": string;
|
|
2417
|
+
".puppeteerrc.jsonc": string;
|
|
2418
|
+
".puppeteerrc.json5": string;
|
|
2419
|
+
".puppeteerrc.yaml": string;
|
|
2420
|
+
".puppeteerrc.yml": string;
|
|
2421
|
+
".puppeteerrc.toml": string;
|
|
2422
|
+
".puppeteerrc.js": string;
|
|
2423
|
+
".puppeteerrc.mjs": string;
|
|
2424
|
+
".puppeteerrc.cjs": string;
|
|
2425
|
+
".puppeteerrc.ts": string;
|
|
2426
|
+
".puppeteerrc.mts": string;
|
|
2427
|
+
".puppeteerrc.cts": string;
|
|
2428
|
+
".config/puppeteerrc": string;
|
|
2429
|
+
".config/puppeteerrc.json": string;
|
|
2430
|
+
".config/puppeteerrc.jsonc": string;
|
|
2431
|
+
".config/puppeteerrc.json5": string;
|
|
2432
|
+
".config/puppeteerrc.yaml": string;
|
|
2433
|
+
".config/puppeteerrc.yml": string;
|
|
2434
|
+
".config/puppeteerrc.toml": string;
|
|
2435
|
+
".config/puppeteerrc.js": string;
|
|
2436
|
+
".config/puppeteerrc.mjs": string;
|
|
2437
|
+
".config/puppeteerrc.cjs": string;
|
|
2438
|
+
".config/puppeteerrc.ts": string;
|
|
2439
|
+
".config/puppeteerrc.mts": string;
|
|
2440
|
+
".config/puppeteerrc.cts": string;
|
|
2441
|
+
"puppeteer.config.json": string;
|
|
2442
|
+
"puppeteer.config.jsonc": string;
|
|
2443
|
+
"puppeteer.config.json5": string;
|
|
2444
|
+
"puppeteer.config.yaml": string;
|
|
2445
|
+
"puppeteer.config.yml": string;
|
|
2446
|
+
"puppeteer.config.toml": string;
|
|
2447
|
+
"puppeteer.config.js": string;
|
|
2448
|
+
"puppeteer.config.mjs": string;
|
|
2449
|
+
"puppeteer.config.cjs": string;
|
|
2450
|
+
"puppeteer.config.ts": string;
|
|
2451
|
+
"puppeteer.config.mts": string;
|
|
2452
|
+
"puppeteer.config.cts": string;
|
|
2453
|
+
PklProject: string;
|
|
2454
|
+
"PklProject.deps.json": string;
|
|
2455
|
+
"k8s.yml": string;
|
|
2456
|
+
"k8s.yaml": string;
|
|
2457
|
+
"kubernetes.yml": string;
|
|
2458
|
+
"kubernetes.yaml": string;
|
|
2459
|
+
".k8s.yml": string;
|
|
2460
|
+
".k8s.yaml": string;
|
|
2461
|
+
};
|
|
2462
|
+
declare let folderNames: {
|
|
2463
|
+
bot: string;
|
|
2464
|
+
".bot": string;
|
|
2465
|
+
_bot: string;
|
|
2466
|
+
__bot__: string;
|
|
2467
|
+
robot: string;
|
|
2468
|
+
".robot": string;
|
|
2469
|
+
_robot: string;
|
|
2470
|
+
__robot__: string;
|
|
2471
|
+
src: string;
|
|
2472
|
+
".src": string;
|
|
2473
|
+
_src: string;
|
|
2474
|
+
__src__: string;
|
|
2475
|
+
srcs: string;
|
|
2476
|
+
".srcs": string;
|
|
2477
|
+
_srcs: string;
|
|
2478
|
+
__srcs__: string;
|
|
2479
|
+
source: string;
|
|
2480
|
+
".source": string;
|
|
2481
|
+
_source: string;
|
|
2482
|
+
__source__: string;
|
|
2483
|
+
sources: string;
|
|
2484
|
+
".sources": string;
|
|
2485
|
+
_sources: string;
|
|
2486
|
+
__sources__: string;
|
|
2487
|
+
code: string;
|
|
2488
|
+
".code": string;
|
|
2489
|
+
_code: string;
|
|
2490
|
+
__code__: string;
|
|
2491
|
+
dist: string;
|
|
2492
|
+
".dist": string;
|
|
2493
|
+
_dist: string;
|
|
2494
|
+
__dist__: string;
|
|
2495
|
+
out: string;
|
|
2496
|
+
".out": string;
|
|
2497
|
+
_out: string;
|
|
2498
|
+
__out__: string;
|
|
2499
|
+
build: string;
|
|
2500
|
+
".build": string;
|
|
2501
|
+
_build: string;
|
|
2502
|
+
__build__: string;
|
|
2503
|
+
release: string;
|
|
2504
|
+
".release": string;
|
|
2505
|
+
_release: string;
|
|
2506
|
+
__release__: string;
|
|
2507
|
+
bin: string;
|
|
2508
|
+
".bin": string;
|
|
2509
|
+
_bin: string;
|
|
2510
|
+
__bin__: string;
|
|
2511
|
+
css: string;
|
|
2512
|
+
".css": string;
|
|
2513
|
+
_css: string;
|
|
2514
|
+
__css__: string;
|
|
2515
|
+
stylesheet: string;
|
|
2516
|
+
".stylesheet": string;
|
|
2517
|
+
_stylesheet: string;
|
|
2518
|
+
__stylesheet__: string;
|
|
2519
|
+
stylesheets: string;
|
|
2520
|
+
".stylesheets": string;
|
|
2521
|
+
_stylesheets: string;
|
|
2522
|
+
__stylesheets__: string;
|
|
2523
|
+
style: string;
|
|
2524
|
+
".style": string;
|
|
2525
|
+
_style: string;
|
|
2526
|
+
__style__: string;
|
|
2527
|
+
styles: string;
|
|
2528
|
+
".styles": string;
|
|
2529
|
+
_styles: string;
|
|
2530
|
+
__styles__: string;
|
|
2531
|
+
sass: string;
|
|
2532
|
+
".sass": string;
|
|
2533
|
+
_sass: string;
|
|
2534
|
+
__sass__: string;
|
|
2535
|
+
scss: string;
|
|
2536
|
+
".scss": string;
|
|
2537
|
+
_scss: string;
|
|
2538
|
+
__scss__: string;
|
|
2539
|
+
tv: string;
|
|
2540
|
+
".tv": string;
|
|
2541
|
+
_tv: string;
|
|
2542
|
+
__tv__: string;
|
|
2543
|
+
television: string;
|
|
2544
|
+
".television": string;
|
|
2545
|
+
_television: string;
|
|
2546
|
+
__television__: string;
|
|
2547
|
+
desktop: string;
|
|
2548
|
+
".desktop": string;
|
|
2549
|
+
_desktop: string;
|
|
2550
|
+
__desktop__: string;
|
|
2551
|
+
console: string;
|
|
2552
|
+
".console": string;
|
|
2553
|
+
_console: string;
|
|
2554
|
+
__console__: string;
|
|
2555
|
+
images: string;
|
|
2556
|
+
".images": string;
|
|
2557
|
+
_images: string;
|
|
2558
|
+
__images__: string;
|
|
2559
|
+
image: string;
|
|
2560
|
+
".image": string;
|
|
2561
|
+
_image: string;
|
|
2562
|
+
__image__: string;
|
|
2563
|
+
imgs: string;
|
|
2564
|
+
".imgs": string;
|
|
2565
|
+
_imgs: string;
|
|
2566
|
+
__imgs__: string;
|
|
2567
|
+
img: string;
|
|
2568
|
+
".img": string;
|
|
2569
|
+
_img: string;
|
|
2570
|
+
__img__: string;
|
|
2571
|
+
icons: string;
|
|
2572
|
+
".icons": string;
|
|
2573
|
+
_icons: string;
|
|
2574
|
+
__icons__: string;
|
|
2575
|
+
icon: string;
|
|
2576
|
+
".icon": string;
|
|
2577
|
+
_icon: string;
|
|
2578
|
+
__icon__: string;
|
|
2579
|
+
icos: string;
|
|
2580
|
+
".icos": string;
|
|
2581
|
+
_icos: string;
|
|
2582
|
+
__icos__: string;
|
|
2583
|
+
ico: string;
|
|
2584
|
+
".ico": string;
|
|
2585
|
+
_ico: string;
|
|
2586
|
+
__ico__: string;
|
|
2587
|
+
figures: string;
|
|
2588
|
+
".figures": string;
|
|
2589
|
+
_figures: string;
|
|
2590
|
+
__figures__: string;
|
|
2591
|
+
figure: string;
|
|
2592
|
+
".figure": string;
|
|
2593
|
+
_figure: string;
|
|
2594
|
+
__figure__: string;
|
|
2595
|
+
figs: string;
|
|
2596
|
+
".figs": string;
|
|
2597
|
+
_figs: string;
|
|
2598
|
+
__figs__: string;
|
|
2599
|
+
fig: string;
|
|
2600
|
+
".fig": string;
|
|
2601
|
+
_fig: string;
|
|
2602
|
+
__fig__: string;
|
|
2603
|
+
screenshot: string;
|
|
2604
|
+
".screenshot": string;
|
|
2605
|
+
_screenshot: string;
|
|
2606
|
+
__screenshot__: string;
|
|
2607
|
+
screenshots: string;
|
|
2608
|
+
".screenshots": string;
|
|
2609
|
+
_screenshots: string;
|
|
2610
|
+
__screenshots__: string;
|
|
2611
|
+
screengrab: string;
|
|
2612
|
+
".screengrab": string;
|
|
2613
|
+
_screengrab: string;
|
|
2614
|
+
__screengrab__: string;
|
|
2615
|
+
screengrabs: string;
|
|
2616
|
+
".screengrabs": string;
|
|
2617
|
+
_screengrabs: string;
|
|
2618
|
+
__screengrabs__: string;
|
|
2619
|
+
pic: string;
|
|
2620
|
+
".pic": string;
|
|
2621
|
+
_pic: string;
|
|
2622
|
+
__pic__: string;
|
|
2623
|
+
pics: string;
|
|
2624
|
+
".pics": string;
|
|
2625
|
+
_pics: string;
|
|
2626
|
+
__pics__: string;
|
|
2627
|
+
picture: string;
|
|
2628
|
+
".picture": string;
|
|
2629
|
+
_picture: string;
|
|
2630
|
+
__picture__: string;
|
|
2631
|
+
pictures: string;
|
|
2632
|
+
".pictures": string;
|
|
2633
|
+
_pictures: string;
|
|
2634
|
+
__pictures__: string;
|
|
2635
|
+
photo: string;
|
|
2636
|
+
".photo": string;
|
|
2637
|
+
_photo: string;
|
|
2638
|
+
__photo__: string;
|
|
2639
|
+
photos: string;
|
|
2640
|
+
".photos": string;
|
|
2641
|
+
_photos: string;
|
|
2642
|
+
__photos__: string;
|
|
2643
|
+
photograph: string;
|
|
2644
|
+
".photograph": string;
|
|
2645
|
+
_photograph: string;
|
|
2646
|
+
__photograph__: string;
|
|
2647
|
+
photographs: string;
|
|
2648
|
+
".photographs": string;
|
|
2649
|
+
_photographs: string;
|
|
2650
|
+
__photographs__: string;
|
|
2651
|
+
script: string;
|
|
2652
|
+
".script": string;
|
|
2653
|
+
_script: string;
|
|
2654
|
+
__script__: string;
|
|
2655
|
+
scripts: string;
|
|
2656
|
+
".scripts": string;
|
|
2657
|
+
_scripts: string;
|
|
2658
|
+
__scripts__: string;
|
|
2659
|
+
scripting: string;
|
|
2660
|
+
".scripting": string;
|
|
2661
|
+
_scripting: string;
|
|
2662
|
+
__scripting__: string;
|
|
2663
|
+
node_modules: string;
|
|
2664
|
+
".node_modules": string;
|
|
2665
|
+
_node_modules: string;
|
|
2666
|
+
__node_modules__: string;
|
|
2667
|
+
js: string;
|
|
2668
|
+
".js": string;
|
|
2669
|
+
_js: string;
|
|
2670
|
+
__js__: string;
|
|
2671
|
+
javascript: string;
|
|
2672
|
+
".javascript": string;
|
|
2673
|
+
_javascript: string;
|
|
2674
|
+
__javascript__: string;
|
|
2675
|
+
javascripts: string;
|
|
2676
|
+
".javascripts": string;
|
|
2677
|
+
_javascripts: string;
|
|
2678
|
+
__javascripts__: string;
|
|
2679
|
+
json: string;
|
|
2680
|
+
".json": string;
|
|
2681
|
+
_json: string;
|
|
2682
|
+
__json__: string;
|
|
2683
|
+
jsons: string;
|
|
2684
|
+
".jsons": string;
|
|
2685
|
+
_jsons: string;
|
|
2686
|
+
__jsons__: string;
|
|
2687
|
+
font: string;
|
|
2688
|
+
".font": string;
|
|
2689
|
+
_font: string;
|
|
2690
|
+
__font__: string;
|
|
2691
|
+
fonts: string;
|
|
2692
|
+
".fonts": string;
|
|
2693
|
+
_fonts: string;
|
|
2694
|
+
__fonts__: string;
|
|
2695
|
+
bower_components: string;
|
|
2696
|
+
".bower_components": string;
|
|
2697
|
+
_bower_components: string;
|
|
2698
|
+
__bower_components__: string;
|
|
2699
|
+
test: string;
|
|
2700
|
+
".test": string;
|
|
2701
|
+
_test: string;
|
|
2702
|
+
__test__: string;
|
|
2703
|
+
tests: string;
|
|
2704
|
+
".tests": string;
|
|
2705
|
+
_tests: string;
|
|
2706
|
+
__tests__: string;
|
|
2707
|
+
testing: string;
|
|
2708
|
+
".testing": string;
|
|
2709
|
+
_testing: string;
|
|
2710
|
+
__testing__: string;
|
|
2711
|
+
snapshots: string;
|
|
2712
|
+
".snapshots": string;
|
|
2713
|
+
_snapshots: string;
|
|
2714
|
+
__snapshots__: string;
|
|
2715
|
+
spec: string;
|
|
2716
|
+
".spec": string;
|
|
2717
|
+
_spec: string;
|
|
2718
|
+
__spec__: string;
|
|
2719
|
+
specs: string;
|
|
2720
|
+
".specs": string;
|
|
2721
|
+
_specs: string;
|
|
2722
|
+
__specs__: string;
|
|
2723
|
+
jinja: string;
|
|
2724
|
+
".jinja": string;
|
|
2725
|
+
_jinja: string;
|
|
2726
|
+
__jinja__: string;
|
|
2727
|
+
jinja2: string;
|
|
2728
|
+
".jinja2": string;
|
|
2729
|
+
_jinja2: string;
|
|
2730
|
+
__jinja2__: string;
|
|
2731
|
+
j2: string;
|
|
2732
|
+
".j2": string;
|
|
2733
|
+
_j2: string;
|
|
2734
|
+
__j2__: string;
|
|
2735
|
+
markdown: string;
|
|
2736
|
+
".markdown": string;
|
|
2737
|
+
_markdown: string;
|
|
2738
|
+
__markdown__: string;
|
|
2739
|
+
md: string;
|
|
2740
|
+
".md": string;
|
|
2741
|
+
_md: string;
|
|
2742
|
+
__md__: string;
|
|
2743
|
+
"pdm-plugins": string;
|
|
2744
|
+
".pdm-plugins": string;
|
|
2745
|
+
"_pdm-plugins": string;
|
|
2746
|
+
"__pdm-plugins__": string;
|
|
2747
|
+
"pdm-build": string;
|
|
2748
|
+
".pdm-build": string;
|
|
2749
|
+
"_pdm-build": string;
|
|
2750
|
+
"__pdm-build__": string;
|
|
2751
|
+
php: string;
|
|
2752
|
+
".php": string;
|
|
2753
|
+
_php: string;
|
|
2754
|
+
__php__: string;
|
|
2755
|
+
phpmailer: string;
|
|
2756
|
+
".phpmailer": string;
|
|
2757
|
+
_phpmailer: string;
|
|
2758
|
+
__phpmailer__: string;
|
|
2759
|
+
sublime: string;
|
|
2760
|
+
".sublime": string;
|
|
2761
|
+
_sublime: string;
|
|
2762
|
+
__sublime__: string;
|
|
2763
|
+
doc: string;
|
|
2764
|
+
".doc": string;
|
|
2765
|
+
_doc: string;
|
|
2766
|
+
__doc__: string;
|
|
2767
|
+
docs: string;
|
|
2768
|
+
".docs": string;
|
|
2769
|
+
_docs: string;
|
|
2770
|
+
__docs__: string;
|
|
2771
|
+
document: string;
|
|
2772
|
+
".document": string;
|
|
2773
|
+
_document: string;
|
|
2774
|
+
__document__: string;
|
|
2775
|
+
documents: string;
|
|
2776
|
+
".documents": string;
|
|
2777
|
+
_documents: string;
|
|
2778
|
+
__documents__: string;
|
|
2779
|
+
documentation: string;
|
|
2780
|
+
".documentation": string;
|
|
2781
|
+
_documentation: string;
|
|
2782
|
+
__documentation__: string;
|
|
2783
|
+
post: string;
|
|
2784
|
+
".post": string;
|
|
2785
|
+
_post: string;
|
|
2786
|
+
__post__: string;
|
|
2787
|
+
posts: string;
|
|
2788
|
+
".posts": string;
|
|
2789
|
+
_posts: string;
|
|
2790
|
+
__posts__: string;
|
|
2791
|
+
article: string;
|
|
2792
|
+
".article": string;
|
|
2793
|
+
_article: string;
|
|
2794
|
+
__article__: string;
|
|
2795
|
+
articles: string;
|
|
2796
|
+
".articles": string;
|
|
2797
|
+
_articles: string;
|
|
2798
|
+
__articles__: string;
|
|
2799
|
+
git: string;
|
|
2800
|
+
".git": string;
|
|
2801
|
+
_git: string;
|
|
2802
|
+
__git__: string;
|
|
2803
|
+
patches: string;
|
|
2804
|
+
".patches": string;
|
|
2805
|
+
_patches: string;
|
|
2806
|
+
__patches__: string;
|
|
2807
|
+
githooks: string;
|
|
2808
|
+
".githooks": string;
|
|
2809
|
+
_githooks: string;
|
|
2810
|
+
__githooks__: string;
|
|
2811
|
+
submodules: string;
|
|
2812
|
+
".submodules": string;
|
|
2813
|
+
_submodules: string;
|
|
2814
|
+
__submodules__: string;
|
|
2815
|
+
github: string;
|
|
2816
|
+
".github": string;
|
|
2817
|
+
_github: string;
|
|
2818
|
+
__github__: string;
|
|
2819
|
+
gitlab: string;
|
|
2820
|
+
".gitlab": string;
|
|
2821
|
+
_gitlab: string;
|
|
2822
|
+
__gitlab__: string;
|
|
2823
|
+
vscode: string;
|
|
2824
|
+
".vscode": string;
|
|
2825
|
+
_vscode: string;
|
|
2826
|
+
__vscode__: string;
|
|
2827
|
+
"vscode-test": string;
|
|
2828
|
+
".vscode-test": string;
|
|
2829
|
+
"_vscode-test": string;
|
|
2830
|
+
"__vscode-test__": string;
|
|
2831
|
+
view: string;
|
|
2832
|
+
".view": string;
|
|
2833
|
+
_view: string;
|
|
2834
|
+
__view__: string;
|
|
2835
|
+
views: string;
|
|
2836
|
+
".views": string;
|
|
2837
|
+
_views: string;
|
|
2838
|
+
__views__: string;
|
|
2839
|
+
screen: string;
|
|
2840
|
+
".screen": string;
|
|
2841
|
+
_screen: string;
|
|
2842
|
+
__screen__: string;
|
|
2843
|
+
screens: string;
|
|
2844
|
+
".screens": string;
|
|
2845
|
+
_screens: string;
|
|
2846
|
+
__screens__: string;
|
|
2847
|
+
page: string;
|
|
2848
|
+
".page": string;
|
|
2849
|
+
_page: string;
|
|
2850
|
+
__page__: string;
|
|
2851
|
+
pages: string;
|
|
2852
|
+
".pages": string;
|
|
2853
|
+
_pages: string;
|
|
2854
|
+
__pages__: string;
|
|
2855
|
+
public_html: string;
|
|
2856
|
+
".public_html": string;
|
|
2857
|
+
_public_html: string;
|
|
2858
|
+
__public_html__: string;
|
|
2859
|
+
html: string;
|
|
2860
|
+
".html": string;
|
|
2861
|
+
_html: string;
|
|
2862
|
+
__html__: string;
|
|
2863
|
+
vue: string;
|
|
2864
|
+
".vue": string;
|
|
2865
|
+
_vue: string;
|
|
2866
|
+
__vue__: string;
|
|
2867
|
+
vuepress: string;
|
|
2868
|
+
".vuepress": string;
|
|
2869
|
+
_vuepress: string;
|
|
2870
|
+
__vuepress__: string;
|
|
2871
|
+
expo: string;
|
|
2872
|
+
".expo": string;
|
|
2873
|
+
_expo: string;
|
|
2874
|
+
__expo__: string;
|
|
2875
|
+
"expo-shared": string;
|
|
2876
|
+
".expo-shared": string;
|
|
2877
|
+
"_expo-shared": string;
|
|
2878
|
+
"__expo-shared__": string;
|
|
2879
|
+
cfg: string;
|
|
2880
|
+
".cfg": string;
|
|
2881
|
+
_cfg: string;
|
|
2882
|
+
__cfg__: string;
|
|
2883
|
+
cfgs: string;
|
|
2884
|
+
".cfgs": string;
|
|
2885
|
+
_cfgs: string;
|
|
2886
|
+
__cfgs__: string;
|
|
2887
|
+
conf: string;
|
|
2888
|
+
".conf": string;
|
|
2889
|
+
_conf: string;
|
|
2890
|
+
__conf__: string;
|
|
2891
|
+
confs: string;
|
|
2892
|
+
".confs": string;
|
|
2893
|
+
_confs: string;
|
|
2894
|
+
__confs__: string;
|
|
2895
|
+
config: string;
|
|
2896
|
+
".config": string;
|
|
2897
|
+
_config: string;
|
|
2898
|
+
__config__: string;
|
|
2899
|
+
configs: string;
|
|
2900
|
+
".configs": string;
|
|
2901
|
+
_configs: string;
|
|
2902
|
+
__configs__: string;
|
|
2903
|
+
configuration: string;
|
|
2904
|
+
".configuration": string;
|
|
2905
|
+
_configuration: string;
|
|
2906
|
+
__configuration__: string;
|
|
2907
|
+
configurations: string;
|
|
2908
|
+
".configurations": string;
|
|
2909
|
+
_configurations: string;
|
|
2910
|
+
__configurations__: string;
|
|
2911
|
+
setting: string;
|
|
2912
|
+
".setting": string;
|
|
2913
|
+
_setting: string;
|
|
2914
|
+
__setting__: string;
|
|
2915
|
+
settings: string;
|
|
2916
|
+
".settings": string;
|
|
2917
|
+
_settings: string;
|
|
2918
|
+
__settings__: string;
|
|
2919
|
+
"META-INF": string;
|
|
2920
|
+
".META-INF": string;
|
|
2921
|
+
"_META-INF": string;
|
|
2922
|
+
"__META-INF__": string;
|
|
2923
|
+
option: string;
|
|
2924
|
+
".option": string;
|
|
2925
|
+
_option: string;
|
|
2926
|
+
__option__: string;
|
|
2927
|
+
options: string;
|
|
2928
|
+
".options": string;
|
|
2929
|
+
_options: string;
|
|
2930
|
+
__options__: string;
|
|
2931
|
+
i18n: string;
|
|
2932
|
+
".i18n": string;
|
|
2933
|
+
_i18n: string;
|
|
2934
|
+
__i18n__: string;
|
|
2935
|
+
internationalization: string;
|
|
2936
|
+
".internationalization": string;
|
|
2937
|
+
_internationalization: string;
|
|
2938
|
+
__internationalization__: string;
|
|
2939
|
+
lang: string;
|
|
2940
|
+
".lang": string;
|
|
2941
|
+
_lang: string;
|
|
2942
|
+
__lang__: string;
|
|
2943
|
+
langs: string;
|
|
2944
|
+
".langs": string;
|
|
2945
|
+
_langs: string;
|
|
2946
|
+
__langs__: string;
|
|
2947
|
+
language: string;
|
|
2948
|
+
".language": string;
|
|
2949
|
+
_language: string;
|
|
2950
|
+
__language__: string;
|
|
2951
|
+
languages: string;
|
|
2952
|
+
".languages": string;
|
|
2953
|
+
_languages: string;
|
|
2954
|
+
__languages__: string;
|
|
2955
|
+
locale: string;
|
|
2956
|
+
".locale": string;
|
|
2957
|
+
_locale: string;
|
|
2958
|
+
__locale__: string;
|
|
2959
|
+
locales: string;
|
|
2960
|
+
".locales": string;
|
|
2961
|
+
_locales: string;
|
|
2962
|
+
__locales__: string;
|
|
2963
|
+
l10n: string;
|
|
2964
|
+
".l10n": string;
|
|
2965
|
+
_l10n: string;
|
|
2966
|
+
__l10n__: string;
|
|
2967
|
+
localization: string;
|
|
2968
|
+
".localization": string;
|
|
2969
|
+
_localization: string;
|
|
2970
|
+
__localization__: string;
|
|
2971
|
+
translation: string;
|
|
2972
|
+
".translation": string;
|
|
2973
|
+
_translation: string;
|
|
2974
|
+
__translation__: string;
|
|
2975
|
+
translate: string;
|
|
2976
|
+
".translate": string;
|
|
2977
|
+
_translate: string;
|
|
2978
|
+
__translate__: string;
|
|
2979
|
+
translations: string;
|
|
2980
|
+
".translations": string;
|
|
2981
|
+
_translations: string;
|
|
2982
|
+
__translations__: string;
|
|
2983
|
+
tx: string;
|
|
2984
|
+
".tx": string;
|
|
2985
|
+
_tx: string;
|
|
2986
|
+
__tx__: string;
|
|
2987
|
+
components: string;
|
|
2988
|
+
".components": string;
|
|
2989
|
+
_components: string;
|
|
2990
|
+
__components__: string;
|
|
2991
|
+
widget: string;
|
|
2992
|
+
".widget": string;
|
|
2993
|
+
_widget: string;
|
|
2994
|
+
__widget__: string;
|
|
2995
|
+
widgets: string;
|
|
2996
|
+
".widgets": string;
|
|
2997
|
+
_widgets: string;
|
|
2998
|
+
__widgets__: string;
|
|
2999
|
+
fragments: string;
|
|
3000
|
+
".fragments": string;
|
|
3001
|
+
_fragments: string;
|
|
3002
|
+
__fragments__: string;
|
|
3003
|
+
verdaccio: string;
|
|
3004
|
+
".verdaccio": string;
|
|
3005
|
+
_verdaccio: string;
|
|
3006
|
+
__verdaccio__: string;
|
|
3007
|
+
aurelia_project: string;
|
|
3008
|
+
".aurelia_project": string;
|
|
3009
|
+
_aurelia_project: string;
|
|
3010
|
+
__aurelia_project__: string;
|
|
3011
|
+
resource: string;
|
|
3012
|
+
".resource": string;
|
|
3013
|
+
_resource: string;
|
|
3014
|
+
__resource__: string;
|
|
3015
|
+
resources: string;
|
|
3016
|
+
".resources": string;
|
|
3017
|
+
_resources: string;
|
|
3018
|
+
__resources__: string;
|
|
3019
|
+
res: string;
|
|
3020
|
+
".res": string;
|
|
3021
|
+
_res: string;
|
|
3022
|
+
__res__: string;
|
|
3023
|
+
asset: string;
|
|
3024
|
+
".asset": string;
|
|
3025
|
+
_asset: string;
|
|
3026
|
+
__asset__: string;
|
|
3027
|
+
assets: string;
|
|
3028
|
+
".assets": string;
|
|
3029
|
+
_assets: string;
|
|
3030
|
+
__assets__: string;
|
|
3031
|
+
static: string;
|
|
3032
|
+
".static": string;
|
|
3033
|
+
_static: string;
|
|
3034
|
+
__static__: string;
|
|
3035
|
+
report: string;
|
|
3036
|
+
".report": string;
|
|
3037
|
+
_report: string;
|
|
3038
|
+
__report__: string;
|
|
3039
|
+
reports: string;
|
|
3040
|
+
".reports": string;
|
|
3041
|
+
_reports: string;
|
|
3042
|
+
__reports__: string;
|
|
3043
|
+
lib: string;
|
|
3044
|
+
".lib": string;
|
|
3045
|
+
_lib: string;
|
|
3046
|
+
__lib__: string;
|
|
3047
|
+
libs: string;
|
|
3048
|
+
".libs": string;
|
|
3049
|
+
_libs: string;
|
|
3050
|
+
__libs__: string;
|
|
3051
|
+
library: string;
|
|
3052
|
+
".library": string;
|
|
3053
|
+
_library: string;
|
|
3054
|
+
__library__: string;
|
|
3055
|
+
libraries: string;
|
|
3056
|
+
".libraries": string;
|
|
3057
|
+
_libraries: string;
|
|
3058
|
+
__libraries__: string;
|
|
3059
|
+
vendor: string;
|
|
3060
|
+
".vendor": string;
|
|
3061
|
+
_vendor: string;
|
|
3062
|
+
__vendor__: string;
|
|
3063
|
+
vendors: string;
|
|
3064
|
+
".vendors": string;
|
|
3065
|
+
_vendors: string;
|
|
3066
|
+
__vendors__: string;
|
|
3067
|
+
"third-party": string;
|
|
3068
|
+
".third-party": string;
|
|
3069
|
+
"_third-party": string;
|
|
3070
|
+
"__third-party__": string;
|
|
3071
|
+
themes: string;
|
|
3072
|
+
".themes": string;
|
|
3073
|
+
_themes: string;
|
|
3074
|
+
__themes__: string;
|
|
3075
|
+
theme: string;
|
|
3076
|
+
".theme": string;
|
|
3077
|
+
_theme: string;
|
|
3078
|
+
__theme__: string;
|
|
3079
|
+
color: string;
|
|
3080
|
+
".color": string;
|
|
3081
|
+
_color: string;
|
|
3082
|
+
__color__: string;
|
|
3083
|
+
colors: string;
|
|
3084
|
+
".colors": string;
|
|
3085
|
+
_colors: string;
|
|
3086
|
+
__colors__: string;
|
|
3087
|
+
design: string;
|
|
3088
|
+
".design": string;
|
|
3089
|
+
_design: string;
|
|
3090
|
+
__design__: string;
|
|
3091
|
+
designs: string;
|
|
3092
|
+
".designs": string;
|
|
3093
|
+
_designs: string;
|
|
3094
|
+
__designs__: string;
|
|
3095
|
+
webpack: string;
|
|
3096
|
+
".webpack": string;
|
|
3097
|
+
_webpack: string;
|
|
3098
|
+
__webpack__: string;
|
|
3099
|
+
global: string;
|
|
3100
|
+
".global": string;
|
|
3101
|
+
_global: string;
|
|
3102
|
+
__global__: string;
|
|
3103
|
+
public: string;
|
|
3104
|
+
".public": string;
|
|
3105
|
+
_public: string;
|
|
3106
|
+
__public__: string;
|
|
3107
|
+
www: string;
|
|
3108
|
+
".www": string;
|
|
3109
|
+
_www: string;
|
|
3110
|
+
__www__: string;
|
|
3111
|
+
wwwroot: string;
|
|
3112
|
+
".wwwroot": string;
|
|
3113
|
+
_wwwroot: string;
|
|
3114
|
+
__wwwroot__: string;
|
|
3115
|
+
web: string;
|
|
3116
|
+
".web": string;
|
|
3117
|
+
_web: string;
|
|
3118
|
+
__web__: string;
|
|
3119
|
+
website: string;
|
|
3120
|
+
".website": string;
|
|
3121
|
+
_website: string;
|
|
3122
|
+
__website__: string;
|
|
3123
|
+
site: string;
|
|
3124
|
+
".site": string;
|
|
3125
|
+
_site: string;
|
|
3126
|
+
__site__: string;
|
|
3127
|
+
browser: string;
|
|
3128
|
+
".browser": string;
|
|
3129
|
+
_browser: string;
|
|
3130
|
+
__browser__: string;
|
|
3131
|
+
browsers: string;
|
|
3132
|
+
".browsers": string;
|
|
3133
|
+
_browsers: string;
|
|
3134
|
+
__browsers__: string;
|
|
3135
|
+
inc: string;
|
|
3136
|
+
".inc": string;
|
|
3137
|
+
_inc: string;
|
|
3138
|
+
__inc__: string;
|
|
3139
|
+
include: string;
|
|
3140
|
+
".include": string;
|
|
3141
|
+
_include: string;
|
|
3142
|
+
__include__: string;
|
|
3143
|
+
includes: string;
|
|
3144
|
+
".includes": string;
|
|
3145
|
+
_includes: string;
|
|
3146
|
+
__includes__: string;
|
|
3147
|
+
partial: string;
|
|
3148
|
+
".partial": string;
|
|
3149
|
+
_partial: string;
|
|
3150
|
+
__partial__: string;
|
|
3151
|
+
partials: string;
|
|
3152
|
+
".partials": string;
|
|
3153
|
+
_partials: string;
|
|
3154
|
+
__partials__: string;
|
|
3155
|
+
docker: string;
|
|
3156
|
+
".docker": string;
|
|
3157
|
+
_docker: string;
|
|
3158
|
+
__docker__: string;
|
|
3159
|
+
dockerfiles: string;
|
|
3160
|
+
".dockerfiles": string;
|
|
3161
|
+
_dockerfiles: string;
|
|
3162
|
+
__dockerfiles__: string;
|
|
3163
|
+
db: string;
|
|
3164
|
+
".db": string;
|
|
3165
|
+
_db: string;
|
|
3166
|
+
__db__: string;
|
|
3167
|
+
data: string;
|
|
3168
|
+
".data": string;
|
|
3169
|
+
_data: string;
|
|
3170
|
+
__data__: string;
|
|
3171
|
+
database: string;
|
|
3172
|
+
".database": string;
|
|
3173
|
+
_database: string;
|
|
3174
|
+
__database__: string;
|
|
3175
|
+
databases: string;
|
|
3176
|
+
".databases": string;
|
|
3177
|
+
_databases: string;
|
|
3178
|
+
__databases__: string;
|
|
3179
|
+
sql: string;
|
|
3180
|
+
".sql": string;
|
|
3181
|
+
_sql: string;
|
|
3182
|
+
__sql__: string;
|
|
3183
|
+
log: string;
|
|
3184
|
+
".log": string;
|
|
3185
|
+
_log: string;
|
|
3186
|
+
__log__: string;
|
|
3187
|
+
logs: string;
|
|
3188
|
+
".logs": string;
|
|
3189
|
+
_logs: string;
|
|
3190
|
+
__logs__: string;
|
|
3191
|
+
logging: string;
|
|
3192
|
+
".logging": string;
|
|
3193
|
+
_logging: string;
|
|
3194
|
+
__logging__: string;
|
|
3195
|
+
target: string;
|
|
3196
|
+
".target": string;
|
|
3197
|
+
_target: string;
|
|
3198
|
+
__target__: string;
|
|
3199
|
+
temp: string;
|
|
3200
|
+
".temp": string;
|
|
3201
|
+
_temp: string;
|
|
3202
|
+
__temp__: string;
|
|
3203
|
+
tmp: string;
|
|
3204
|
+
".tmp": string;
|
|
3205
|
+
_tmp: string;
|
|
3206
|
+
__tmp__: string;
|
|
3207
|
+
cached: string;
|
|
3208
|
+
".cached": string;
|
|
3209
|
+
_cached: string;
|
|
3210
|
+
__cached__: string;
|
|
3211
|
+
cache: string;
|
|
3212
|
+
".cache": string;
|
|
3213
|
+
_cache: string;
|
|
3214
|
+
__cache__: string;
|
|
3215
|
+
aws: string;
|
|
3216
|
+
".aws": string;
|
|
3217
|
+
_aws: string;
|
|
3218
|
+
__aws__: string;
|
|
3219
|
+
aud: string;
|
|
3220
|
+
".aud": string;
|
|
3221
|
+
_aud: string;
|
|
3222
|
+
__aud__: string;
|
|
3223
|
+
auds: string;
|
|
3224
|
+
".auds": string;
|
|
3225
|
+
_auds: string;
|
|
3226
|
+
__auds__: string;
|
|
3227
|
+
audio: string;
|
|
3228
|
+
".audio": string;
|
|
3229
|
+
_audio: string;
|
|
3230
|
+
__audio__: string;
|
|
3231
|
+
audios: string;
|
|
3232
|
+
".audios": string;
|
|
3233
|
+
_audios: string;
|
|
3234
|
+
__audios__: string;
|
|
3235
|
+
music: string;
|
|
3236
|
+
".music": string;
|
|
3237
|
+
_music: string;
|
|
3238
|
+
__music__: string;
|
|
3239
|
+
sound: string;
|
|
3240
|
+
".sound": string;
|
|
3241
|
+
_sound: string;
|
|
3242
|
+
__sound__: string;
|
|
3243
|
+
sounds: string;
|
|
3244
|
+
".sounds": string;
|
|
3245
|
+
_sounds: string;
|
|
3246
|
+
__sounds__: string;
|
|
3247
|
+
vid: string;
|
|
3248
|
+
".vid": string;
|
|
3249
|
+
_vid: string;
|
|
3250
|
+
__vid__: string;
|
|
3251
|
+
vids: string;
|
|
3252
|
+
".vids": string;
|
|
3253
|
+
_vids: string;
|
|
3254
|
+
__vids__: string;
|
|
3255
|
+
video: string;
|
|
3256
|
+
".video": string;
|
|
3257
|
+
_video: string;
|
|
3258
|
+
__video__: string;
|
|
3259
|
+
videos: string;
|
|
3260
|
+
".videos": string;
|
|
3261
|
+
_videos: string;
|
|
3262
|
+
__videos__: string;
|
|
3263
|
+
movie: string;
|
|
3264
|
+
".movie": string;
|
|
3265
|
+
_movie: string;
|
|
3266
|
+
__movie__: string;
|
|
3267
|
+
movies: string;
|
|
3268
|
+
".movies": string;
|
|
3269
|
+
_movies: string;
|
|
3270
|
+
__movies__: string;
|
|
3271
|
+
kubernetes: string;
|
|
3272
|
+
".kubernetes": string;
|
|
3273
|
+
_kubernetes: string;
|
|
3274
|
+
__kubernetes__: string;
|
|
3275
|
+
k8s: string;
|
|
3276
|
+
".k8s": string;
|
|
3277
|
+
_k8s: string;
|
|
3278
|
+
__k8s__: string;
|
|
3279
|
+
import: string;
|
|
3280
|
+
".import": string;
|
|
3281
|
+
_import: string;
|
|
3282
|
+
__import__: string;
|
|
3283
|
+
imports: string;
|
|
3284
|
+
".imports": string;
|
|
3285
|
+
_imports: string;
|
|
3286
|
+
__imports__: string;
|
|
3287
|
+
imported: string;
|
|
3288
|
+
".imported": string;
|
|
3289
|
+
_imported: string;
|
|
3290
|
+
__imported__: string;
|
|
3291
|
+
export: string;
|
|
3292
|
+
".export": string;
|
|
3293
|
+
_export: string;
|
|
3294
|
+
__export__: string;
|
|
3295
|
+
exports: string;
|
|
3296
|
+
".exports": string;
|
|
3297
|
+
_exports: string;
|
|
3298
|
+
__exports__: string;
|
|
3299
|
+
exported: string;
|
|
3300
|
+
".exported": string;
|
|
3301
|
+
_exported: string;
|
|
3302
|
+
__exported__: string;
|
|
3303
|
+
wakatime: string;
|
|
3304
|
+
".wakatime": string;
|
|
3305
|
+
_wakatime: string;
|
|
3306
|
+
__wakatime__: string;
|
|
3307
|
+
circleci: string;
|
|
3308
|
+
".circleci": string;
|
|
3309
|
+
_circleci: string;
|
|
3310
|
+
__circleci__: string;
|
|
3311
|
+
"wordpress-org": string;
|
|
3312
|
+
".wordpress-org": string;
|
|
3313
|
+
"_wordpress-org": string;
|
|
3314
|
+
"__wordpress-org__": string;
|
|
3315
|
+
"wp-content": string;
|
|
3316
|
+
".wp-content": string;
|
|
3317
|
+
"_wp-content": string;
|
|
3318
|
+
"__wp-content__": string;
|
|
3319
|
+
gradle: string;
|
|
3320
|
+
".gradle": string;
|
|
3321
|
+
_gradle: string;
|
|
3322
|
+
__gradle__: string;
|
|
3323
|
+
coverage: string;
|
|
3324
|
+
".coverage": string;
|
|
3325
|
+
_coverage: string;
|
|
3326
|
+
__coverage__: string;
|
|
3327
|
+
"nyc-output": string;
|
|
3328
|
+
".nyc-output": string;
|
|
3329
|
+
"_nyc-output": string;
|
|
3330
|
+
"__nyc-output__": string;
|
|
3331
|
+
nyc_output: string;
|
|
3332
|
+
".nyc_output": string;
|
|
3333
|
+
_nyc_output: string;
|
|
3334
|
+
__nyc_output__: string;
|
|
3335
|
+
e2e: string;
|
|
3336
|
+
".e2e": string;
|
|
3337
|
+
_e2e: string;
|
|
3338
|
+
__e2e__: string;
|
|
3339
|
+
it: string;
|
|
3340
|
+
".it": string;
|
|
3341
|
+
_it: string;
|
|
3342
|
+
__it__: string;
|
|
3343
|
+
"integration-test": string;
|
|
3344
|
+
".integration-test": string;
|
|
3345
|
+
"_integration-test": string;
|
|
3346
|
+
"__integration-test__": string;
|
|
3347
|
+
"integration-tests": string;
|
|
3348
|
+
".integration-tests": string;
|
|
3349
|
+
"_integration-tests": string;
|
|
3350
|
+
"__integration-tests__": string;
|
|
3351
|
+
class: string;
|
|
3352
|
+
".class": string;
|
|
3353
|
+
_class: string;
|
|
3354
|
+
__class__: string;
|
|
3355
|
+
classes: string;
|
|
3356
|
+
".classes": string;
|
|
3357
|
+
_classes: string;
|
|
3358
|
+
__classes__: string;
|
|
3359
|
+
model: string;
|
|
3360
|
+
".model": string;
|
|
3361
|
+
_model: string;
|
|
3362
|
+
__model__: string;
|
|
3363
|
+
models: string;
|
|
3364
|
+
".models": string;
|
|
3365
|
+
_models: string;
|
|
3366
|
+
__models__: string;
|
|
3367
|
+
schemas: string;
|
|
3368
|
+
".schemas": string;
|
|
3369
|
+
_schemas: string;
|
|
3370
|
+
__schemas__: string;
|
|
3371
|
+
schema: string;
|
|
3372
|
+
".schema": string;
|
|
3373
|
+
_schema: string;
|
|
3374
|
+
__schema__: string;
|
|
3375
|
+
other: string;
|
|
3376
|
+
".other": string;
|
|
3377
|
+
_other: string;
|
|
3378
|
+
__other__: string;
|
|
3379
|
+
others: string;
|
|
3380
|
+
".others": string;
|
|
3381
|
+
_others: string;
|
|
3382
|
+
__others__: string;
|
|
3383
|
+
misc: string;
|
|
3384
|
+
".misc": string;
|
|
3385
|
+
_misc: string;
|
|
3386
|
+
__misc__: string;
|
|
3387
|
+
miscellaneous: string;
|
|
3388
|
+
".miscellaneous": string;
|
|
3389
|
+
_miscellaneous: string;
|
|
3390
|
+
__miscellaneous__: string;
|
|
3391
|
+
extra: string;
|
|
3392
|
+
".extra": string;
|
|
3393
|
+
_extra: string;
|
|
3394
|
+
__extra__: string;
|
|
3395
|
+
extras: string;
|
|
3396
|
+
".extras": string;
|
|
3397
|
+
_extras: string;
|
|
3398
|
+
__extras__: string;
|
|
3399
|
+
etc: string;
|
|
3400
|
+
".etc": string;
|
|
3401
|
+
_etc: string;
|
|
3402
|
+
__etc__: string;
|
|
3403
|
+
lua: string;
|
|
3404
|
+
".lua": string;
|
|
3405
|
+
_lua: string;
|
|
3406
|
+
__lua__: string;
|
|
3407
|
+
typescript: string;
|
|
3408
|
+
".typescript": string;
|
|
3409
|
+
_typescript: string;
|
|
3410
|
+
__typescript__: string;
|
|
3411
|
+
ts: string;
|
|
3412
|
+
".ts": string;
|
|
3413
|
+
_ts: string;
|
|
3414
|
+
__ts__: string;
|
|
3415
|
+
typings: string;
|
|
3416
|
+
".typings": string;
|
|
3417
|
+
_typings: string;
|
|
3418
|
+
__typings__: string;
|
|
3419
|
+
"@types": string;
|
|
3420
|
+
".@types": string;
|
|
3421
|
+
"_@types": string;
|
|
3422
|
+
"__@types__": string;
|
|
3423
|
+
types: string;
|
|
3424
|
+
".types": string;
|
|
3425
|
+
_types: string;
|
|
3426
|
+
__types__: string;
|
|
3427
|
+
graphql: string;
|
|
3428
|
+
".graphql": string;
|
|
3429
|
+
_graphql: string;
|
|
3430
|
+
__graphql__: string;
|
|
3431
|
+
gql: string;
|
|
3432
|
+
".gql": string;
|
|
3433
|
+
_gql: string;
|
|
3434
|
+
__gql__: string;
|
|
3435
|
+
routes: string;
|
|
3436
|
+
".routes": string;
|
|
3437
|
+
_routes: string;
|
|
3438
|
+
__routes__: string;
|
|
3439
|
+
router: string;
|
|
3440
|
+
".router": string;
|
|
3441
|
+
_router: string;
|
|
3442
|
+
__router__: string;
|
|
3443
|
+
routers: string;
|
|
3444
|
+
".routers": string;
|
|
3445
|
+
_routers: string;
|
|
3446
|
+
__routers__: string;
|
|
3447
|
+
ci: string;
|
|
3448
|
+
".ci": string;
|
|
3449
|
+
_ci: string;
|
|
3450
|
+
__ci__: string;
|
|
3451
|
+
benchmark: string;
|
|
3452
|
+
".benchmark": string;
|
|
3453
|
+
_benchmark: string;
|
|
3454
|
+
__benchmark__: string;
|
|
3455
|
+
benchmarks: string;
|
|
3456
|
+
".benchmarks": string;
|
|
3457
|
+
_benchmarks: string;
|
|
3458
|
+
__benchmarks__: string;
|
|
3459
|
+
performance: string;
|
|
3460
|
+
".performance": string;
|
|
3461
|
+
_performance: string;
|
|
3462
|
+
__performance__: string;
|
|
3463
|
+
measure: string;
|
|
3464
|
+
".measure": string;
|
|
3465
|
+
_measure: string;
|
|
3466
|
+
__measure__: string;
|
|
3467
|
+
measures: string;
|
|
3468
|
+
".measures": string;
|
|
3469
|
+
_measures: string;
|
|
3470
|
+
__measures__: string;
|
|
3471
|
+
measurement: string;
|
|
3472
|
+
".measurement": string;
|
|
3473
|
+
_measurement: string;
|
|
3474
|
+
__measurement__: string;
|
|
3475
|
+
messages: string;
|
|
3476
|
+
".messages": string;
|
|
3477
|
+
_messages: string;
|
|
3478
|
+
__messages__: string;
|
|
3479
|
+
messaging: string;
|
|
3480
|
+
".messaging": string;
|
|
3481
|
+
_messaging: string;
|
|
3482
|
+
__messaging__: string;
|
|
3483
|
+
forum: string;
|
|
3484
|
+
".forum": string;
|
|
3485
|
+
_forum: string;
|
|
3486
|
+
__forum__: string;
|
|
3487
|
+
chat: string;
|
|
3488
|
+
".chat": string;
|
|
3489
|
+
_chat: string;
|
|
3490
|
+
__chat__: string;
|
|
3491
|
+
chats: string;
|
|
3492
|
+
".chats": string;
|
|
3493
|
+
_chats: string;
|
|
3494
|
+
__chats__: string;
|
|
3495
|
+
conversation: string;
|
|
3496
|
+
".conversation": string;
|
|
3497
|
+
_conversation: string;
|
|
3498
|
+
__conversation__: string;
|
|
3499
|
+
conversations: string;
|
|
3500
|
+
".conversations": string;
|
|
3501
|
+
_conversations: string;
|
|
3502
|
+
__conversations__: string;
|
|
3503
|
+
less: string;
|
|
3504
|
+
".less": string;
|
|
3505
|
+
_less: string;
|
|
3506
|
+
__less__: string;
|
|
3507
|
+
gulp: string;
|
|
3508
|
+
".gulp": string;
|
|
3509
|
+
_gulp: string;
|
|
3510
|
+
__gulp__: string;
|
|
3511
|
+
"gulp-tasks": string;
|
|
3512
|
+
".gulp-tasks": string;
|
|
3513
|
+
"_gulp-tasks": string;
|
|
3514
|
+
"__gulp-tasks__": string;
|
|
3515
|
+
"gulpfile.js": string;
|
|
3516
|
+
".gulpfile.js": string;
|
|
3517
|
+
"_gulpfile.js": string;
|
|
3518
|
+
"__gulpfile.js__": string;
|
|
3519
|
+
"gulpfile.mjs": string;
|
|
3520
|
+
".gulpfile.mjs": string;
|
|
3521
|
+
"_gulpfile.mjs": string;
|
|
3522
|
+
"__gulpfile.mjs__": string;
|
|
3523
|
+
"gulpfile.ts": string;
|
|
3524
|
+
".gulpfile.ts": string;
|
|
3525
|
+
"_gulpfile.ts": string;
|
|
3526
|
+
"__gulpfile.ts__": string;
|
|
3527
|
+
"gulpfile.babel.js": string;
|
|
3528
|
+
".gulpfile.babel.js": string;
|
|
3529
|
+
"_gulpfile.babel.js": string;
|
|
3530
|
+
"__gulpfile.babel.js__": string;
|
|
3531
|
+
python: string;
|
|
3532
|
+
".python": string;
|
|
3533
|
+
_python: string;
|
|
3534
|
+
__python__: string;
|
|
3535
|
+
pycache: string;
|
|
3536
|
+
".pycache": string;
|
|
3537
|
+
_pycache: string;
|
|
3538
|
+
__pycache__: string;
|
|
3539
|
+
pytest_cache: string;
|
|
3540
|
+
".pytest_cache": string;
|
|
3541
|
+
_pytest_cache: string;
|
|
3542
|
+
__pytest_cache__: string;
|
|
3543
|
+
mojo: string;
|
|
3544
|
+
".mojo": string;
|
|
3545
|
+
_mojo: string;
|
|
3546
|
+
__mojo__: string;
|
|
3547
|
+
moon: string;
|
|
3548
|
+
".moon": string;
|
|
3549
|
+
_moon: string;
|
|
3550
|
+
__moon__: string;
|
|
3551
|
+
debug: string;
|
|
3552
|
+
".debug": string;
|
|
3553
|
+
_debug: string;
|
|
3554
|
+
__debug__: string;
|
|
3555
|
+
debugging: string;
|
|
3556
|
+
".debugging": string;
|
|
3557
|
+
_debugging: string;
|
|
3558
|
+
__debugging__: string;
|
|
3559
|
+
fastlane: string;
|
|
3560
|
+
".fastlane": string;
|
|
3561
|
+
_fastlane: string;
|
|
3562
|
+
__fastlane__: string;
|
|
3563
|
+
plugin: string;
|
|
3564
|
+
".plugin": string;
|
|
3565
|
+
_plugin: string;
|
|
3566
|
+
__plugin__: string;
|
|
3567
|
+
plugins: string;
|
|
3568
|
+
".plugins": string;
|
|
3569
|
+
_plugins: string;
|
|
3570
|
+
__plugins__: string;
|
|
3571
|
+
mod: string;
|
|
3572
|
+
".mod": string;
|
|
3573
|
+
_mod: string;
|
|
3574
|
+
__mod__: string;
|
|
3575
|
+
mods: string;
|
|
3576
|
+
".mods": string;
|
|
3577
|
+
_mods: string;
|
|
3578
|
+
__mods__: string;
|
|
3579
|
+
modding: string;
|
|
3580
|
+
".modding": string;
|
|
3581
|
+
_modding: string;
|
|
3582
|
+
__modding__: string;
|
|
3583
|
+
extension: string;
|
|
3584
|
+
".extension": string;
|
|
3585
|
+
_extension: string;
|
|
3586
|
+
__extension__: string;
|
|
3587
|
+
extensions: string;
|
|
3588
|
+
".extensions": string;
|
|
3589
|
+
_extensions: string;
|
|
3590
|
+
__extensions__: string;
|
|
3591
|
+
addon: string;
|
|
3592
|
+
".addon": string;
|
|
3593
|
+
_addon: string;
|
|
3594
|
+
__addon__: string;
|
|
3595
|
+
addons: string;
|
|
3596
|
+
".addons": string;
|
|
3597
|
+
_addons: string;
|
|
3598
|
+
__addons__: string;
|
|
3599
|
+
module: string;
|
|
3600
|
+
".module": string;
|
|
3601
|
+
_module: string;
|
|
3602
|
+
__module__: string;
|
|
3603
|
+
modules: string;
|
|
3604
|
+
".modules": string;
|
|
3605
|
+
_modules: string;
|
|
3606
|
+
__modules__: string;
|
|
3607
|
+
middleware: string;
|
|
3608
|
+
".middleware": string;
|
|
3609
|
+
_middleware: string;
|
|
3610
|
+
__middleware__: string;
|
|
3611
|
+
middlewares: string;
|
|
3612
|
+
".middlewares": string;
|
|
3613
|
+
_middlewares: string;
|
|
3614
|
+
__middlewares__: string;
|
|
3615
|
+
controller: string;
|
|
3616
|
+
".controller": string;
|
|
3617
|
+
_controller: string;
|
|
3618
|
+
__controller__: string;
|
|
3619
|
+
controllers: string;
|
|
3620
|
+
".controllers": string;
|
|
3621
|
+
_controllers: string;
|
|
3622
|
+
__controllers__: string;
|
|
3623
|
+
service: string;
|
|
3624
|
+
".service": string;
|
|
3625
|
+
_service: string;
|
|
3626
|
+
__service__: string;
|
|
3627
|
+
services: string;
|
|
3628
|
+
".services": string;
|
|
3629
|
+
_services: string;
|
|
3630
|
+
__services__: string;
|
|
3631
|
+
provider: string;
|
|
3632
|
+
".provider": string;
|
|
3633
|
+
_provider: string;
|
|
3634
|
+
__provider__: string;
|
|
3635
|
+
providers: string;
|
|
3636
|
+
".providers": string;
|
|
3637
|
+
_providers: string;
|
|
3638
|
+
__providers__: string;
|
|
3639
|
+
handler: string;
|
|
3640
|
+
".handler": string;
|
|
3641
|
+
_handler: string;
|
|
3642
|
+
__handler__: string;
|
|
3643
|
+
handlers: string;
|
|
3644
|
+
".handlers": string;
|
|
3645
|
+
_handlers: string;
|
|
3646
|
+
__handlers__: string;
|
|
3647
|
+
ansible: string;
|
|
3648
|
+
".ansible": string;
|
|
3649
|
+
_ansible: string;
|
|
3650
|
+
__ansible__: string;
|
|
3651
|
+
server: string;
|
|
3652
|
+
".server": string;
|
|
3653
|
+
_server: string;
|
|
3654
|
+
__server__: string;
|
|
3655
|
+
servers: string;
|
|
3656
|
+
".servers": string;
|
|
3657
|
+
_servers: string;
|
|
3658
|
+
__servers__: string;
|
|
3659
|
+
backend: string;
|
|
3660
|
+
".backend": string;
|
|
3661
|
+
_backend: string;
|
|
3662
|
+
__backend__: string;
|
|
3663
|
+
backends: string;
|
|
3664
|
+
".backends": string;
|
|
3665
|
+
_backends: string;
|
|
3666
|
+
__backends__: string;
|
|
3667
|
+
client: string;
|
|
3668
|
+
".client": string;
|
|
3669
|
+
_client: string;
|
|
3670
|
+
__client__: string;
|
|
3671
|
+
clients: string;
|
|
3672
|
+
".clients": string;
|
|
3673
|
+
_clients: string;
|
|
3674
|
+
__clients__: string;
|
|
3675
|
+
frontend: string;
|
|
3676
|
+
".frontend": string;
|
|
3677
|
+
_frontend: string;
|
|
3678
|
+
__frontend__: string;
|
|
3679
|
+
frontends: string;
|
|
3680
|
+
".frontends": string;
|
|
3681
|
+
_frontends: string;
|
|
3682
|
+
__frontends__: string;
|
|
3683
|
+
pwa: string;
|
|
3684
|
+
".pwa": string;
|
|
3685
|
+
_pwa: string;
|
|
3686
|
+
__pwa__: string;
|
|
3687
|
+
tasks: string;
|
|
3688
|
+
".tasks": string;
|
|
3689
|
+
_tasks: string;
|
|
3690
|
+
__tasks__: string;
|
|
3691
|
+
tickets: string;
|
|
3692
|
+
".tickets": string;
|
|
3693
|
+
_tickets: string;
|
|
3694
|
+
__tickets__: string;
|
|
3695
|
+
android: string;
|
|
3696
|
+
".android": string;
|
|
3697
|
+
_android: string;
|
|
3698
|
+
__android__: string;
|
|
3699
|
+
ios: string;
|
|
3700
|
+
".ios": string;
|
|
3701
|
+
_ios: string;
|
|
3702
|
+
__ios__: string;
|
|
3703
|
+
uploads: string;
|
|
3704
|
+
".uploads": string;
|
|
3705
|
+
_uploads: string;
|
|
3706
|
+
__uploads__: string;
|
|
3707
|
+
upload: string;
|
|
3708
|
+
".upload": string;
|
|
3709
|
+
_upload: string;
|
|
3710
|
+
__upload__: string;
|
|
3711
|
+
downloads: string;
|
|
3712
|
+
".downloads": string;
|
|
3713
|
+
_downloads: string;
|
|
3714
|
+
__downloads__: string;
|
|
3715
|
+
download: string;
|
|
3716
|
+
".download": string;
|
|
3717
|
+
_download: string;
|
|
3718
|
+
__download__: string;
|
|
3719
|
+
tools: string;
|
|
3720
|
+
".tools": string;
|
|
3721
|
+
_tools: string;
|
|
3722
|
+
__tools__: string;
|
|
3723
|
+
toolkit: string;
|
|
3724
|
+
".toolkit": string;
|
|
3725
|
+
_toolkit: string;
|
|
3726
|
+
__toolkit__: string;
|
|
3727
|
+
toolkits: string;
|
|
3728
|
+
".toolkits": string;
|
|
3729
|
+
_toolkits: string;
|
|
3730
|
+
__toolkits__: string;
|
|
3731
|
+
toolbox: string;
|
|
3732
|
+
".toolbox": string;
|
|
3733
|
+
_toolbox: string;
|
|
3734
|
+
__toolbox__: string;
|
|
3735
|
+
toolboxes: string;
|
|
3736
|
+
".toolboxes": string;
|
|
3737
|
+
_toolboxes: string;
|
|
3738
|
+
__toolboxes__: string;
|
|
3739
|
+
tooling: string;
|
|
3740
|
+
".tooling": string;
|
|
3741
|
+
_tooling: string;
|
|
3742
|
+
__tooling__: string;
|
|
3743
|
+
helpers: string;
|
|
3744
|
+
".helpers": string;
|
|
3745
|
+
_helpers: string;
|
|
3746
|
+
__helpers__: string;
|
|
3747
|
+
helper: string;
|
|
3748
|
+
".helper": string;
|
|
3749
|
+
_helper: string;
|
|
3750
|
+
__helper__: string;
|
|
3751
|
+
serverless: string;
|
|
3752
|
+
".serverless": string;
|
|
3753
|
+
_serverless: string;
|
|
3754
|
+
__serverless__: string;
|
|
3755
|
+
api: string;
|
|
3756
|
+
".api": string;
|
|
3757
|
+
_api: string;
|
|
3758
|
+
__api__: string;
|
|
3759
|
+
apis: string;
|
|
3760
|
+
".apis": string;
|
|
3761
|
+
_apis: string;
|
|
3762
|
+
__apis__: string;
|
|
3763
|
+
restapi: string;
|
|
3764
|
+
".restapi": string;
|
|
3765
|
+
_restapi: string;
|
|
3766
|
+
__restapi__: string;
|
|
3767
|
+
app: string;
|
|
3768
|
+
".app": string;
|
|
3769
|
+
_app: string;
|
|
3770
|
+
__app__: string;
|
|
3771
|
+
apps: string;
|
|
3772
|
+
".apps": string;
|
|
3773
|
+
_apps: string;
|
|
3774
|
+
__apps__: string;
|
|
3775
|
+
apollo: string;
|
|
3776
|
+
".apollo": string;
|
|
3777
|
+
_apollo: string;
|
|
3778
|
+
__apollo__: string;
|
|
3779
|
+
"apollo-client": string;
|
|
3780
|
+
".apollo-client": string;
|
|
3781
|
+
"_apollo-client": string;
|
|
3782
|
+
"__apollo-client__": string;
|
|
3783
|
+
"apollo-cache": string;
|
|
3784
|
+
".apollo-cache": string;
|
|
3785
|
+
"_apollo-cache": string;
|
|
3786
|
+
"__apollo-cache__": string;
|
|
3787
|
+
"apollo-config": string;
|
|
3788
|
+
".apollo-config": string;
|
|
3789
|
+
"_apollo-config": string;
|
|
3790
|
+
"__apollo-config__": string;
|
|
3791
|
+
arc: string;
|
|
3792
|
+
".arc": string;
|
|
3793
|
+
_arc: string;
|
|
3794
|
+
__arc__: string;
|
|
3795
|
+
arcs: string;
|
|
3796
|
+
".arcs": string;
|
|
3797
|
+
_arcs: string;
|
|
3798
|
+
__arcs__: string;
|
|
3799
|
+
archive: string;
|
|
3800
|
+
".archive": string;
|
|
3801
|
+
_archive: string;
|
|
3802
|
+
__archive__: string;
|
|
3803
|
+
archives: string;
|
|
3804
|
+
".archives": string;
|
|
3805
|
+
_archives: string;
|
|
3806
|
+
__archives__: string;
|
|
3807
|
+
archival: string;
|
|
3808
|
+
".archival": string;
|
|
3809
|
+
_archival: string;
|
|
3810
|
+
__archival__: string;
|
|
3811
|
+
bkp: string;
|
|
3812
|
+
".bkp": string;
|
|
3813
|
+
_bkp: string;
|
|
3814
|
+
__bkp__: string;
|
|
3815
|
+
bkps: string;
|
|
3816
|
+
".bkps": string;
|
|
3817
|
+
_bkps: string;
|
|
3818
|
+
__bkps__: string;
|
|
3819
|
+
bak: string;
|
|
3820
|
+
".bak": string;
|
|
3821
|
+
_bak: string;
|
|
3822
|
+
__bak__: string;
|
|
3823
|
+
baks: string;
|
|
3824
|
+
".baks": string;
|
|
3825
|
+
_baks: string;
|
|
3826
|
+
__baks__: string;
|
|
3827
|
+
backup: string;
|
|
3828
|
+
".backup": string;
|
|
3829
|
+
_backup: string;
|
|
3830
|
+
__backup__: string;
|
|
3831
|
+
backups: string;
|
|
3832
|
+
".backups": string;
|
|
3833
|
+
_backups: string;
|
|
3834
|
+
__backups__: string;
|
|
3835
|
+
"back-up": string;
|
|
3836
|
+
".back-up": string;
|
|
3837
|
+
"_back-up": string;
|
|
3838
|
+
"__back-up__": string;
|
|
3839
|
+
"back-ups": string;
|
|
3840
|
+
".back-ups": string;
|
|
3841
|
+
"_back-ups": string;
|
|
3842
|
+
"__back-ups__": string;
|
|
3843
|
+
history: string;
|
|
3844
|
+
".history": string;
|
|
3845
|
+
_history: string;
|
|
3846
|
+
__history__: string;
|
|
3847
|
+
histories: string;
|
|
3848
|
+
".histories": string;
|
|
3849
|
+
_histories: string;
|
|
3850
|
+
__histories__: string;
|
|
3851
|
+
batch: string;
|
|
3852
|
+
".batch": string;
|
|
3853
|
+
_batch: string;
|
|
3854
|
+
__batch__: string;
|
|
3855
|
+
batchs: string;
|
|
3856
|
+
".batchs": string;
|
|
3857
|
+
_batchs: string;
|
|
3858
|
+
__batchs__: string;
|
|
3859
|
+
batches: string;
|
|
3860
|
+
".batches": string;
|
|
3861
|
+
_batches: string;
|
|
3862
|
+
__batches__: string;
|
|
3863
|
+
buildkite: string;
|
|
3864
|
+
".buildkite": string;
|
|
3865
|
+
_buildkite: string;
|
|
3866
|
+
__buildkite__: string;
|
|
3867
|
+
cluster: string;
|
|
3868
|
+
".cluster": string;
|
|
3869
|
+
_cluster: string;
|
|
3870
|
+
__cluster__: string;
|
|
3871
|
+
clusters: string;
|
|
3872
|
+
".clusters": string;
|
|
3873
|
+
_clusters: string;
|
|
3874
|
+
__clusters__: string;
|
|
3875
|
+
command: string;
|
|
3876
|
+
".command": string;
|
|
3877
|
+
_command: string;
|
|
3878
|
+
__command__: string;
|
|
3879
|
+
commands: string;
|
|
3880
|
+
".commands": string;
|
|
3881
|
+
_commands: string;
|
|
3882
|
+
__commands__: string;
|
|
3883
|
+
cmd: string;
|
|
3884
|
+
".cmd": string;
|
|
3885
|
+
_cmd: string;
|
|
3886
|
+
__cmd__: string;
|
|
3887
|
+
cli: string;
|
|
3888
|
+
".cli": string;
|
|
3889
|
+
_cli: string;
|
|
3890
|
+
__cli__: string;
|
|
3891
|
+
clis: string;
|
|
3892
|
+
".clis": string;
|
|
3893
|
+
_clis: string;
|
|
3894
|
+
__clis__: string;
|
|
3895
|
+
constant: string;
|
|
3896
|
+
".constant": string;
|
|
3897
|
+
_constant: string;
|
|
3898
|
+
__constant__: string;
|
|
3899
|
+
constants: string;
|
|
3900
|
+
".constants": string;
|
|
3901
|
+
_constants: string;
|
|
3902
|
+
__constants__: string;
|
|
3903
|
+
container: string;
|
|
3904
|
+
".container": string;
|
|
3905
|
+
_container: string;
|
|
3906
|
+
__container__: string;
|
|
3907
|
+
containers: string;
|
|
3908
|
+
".containers": string;
|
|
3909
|
+
_containers: string;
|
|
3910
|
+
__containers__: string;
|
|
3911
|
+
devcontainer: string;
|
|
3912
|
+
".devcontainer": string;
|
|
3913
|
+
_devcontainer: string;
|
|
3914
|
+
__devcontainer__: string;
|
|
3915
|
+
content: string;
|
|
3916
|
+
".content": string;
|
|
3917
|
+
_content: string;
|
|
3918
|
+
__content__: string;
|
|
3919
|
+
contents: string;
|
|
3920
|
+
".contents": string;
|
|
3921
|
+
_contents: string;
|
|
3922
|
+
__contents__: string;
|
|
3923
|
+
context: string;
|
|
3924
|
+
".context": string;
|
|
3925
|
+
_context: string;
|
|
3926
|
+
__context__: string;
|
|
3927
|
+
contexts: string;
|
|
3928
|
+
".contexts": string;
|
|
3929
|
+
_contexts: string;
|
|
3930
|
+
__contexts__: string;
|
|
3931
|
+
core: string;
|
|
3932
|
+
".core": string;
|
|
3933
|
+
_core: string;
|
|
3934
|
+
__core__: string;
|
|
3935
|
+
delta: string;
|
|
3936
|
+
".delta": string;
|
|
3937
|
+
_delta: string;
|
|
3938
|
+
__delta__: string;
|
|
3939
|
+
deltas: string;
|
|
3940
|
+
".deltas": string;
|
|
3941
|
+
_deltas: string;
|
|
3942
|
+
__deltas__: string;
|
|
3943
|
+
changes: string;
|
|
3944
|
+
".changes": string;
|
|
3945
|
+
_changes: string;
|
|
3946
|
+
__changes__: string;
|
|
3947
|
+
dump: string;
|
|
3948
|
+
".dump": string;
|
|
3949
|
+
_dump: string;
|
|
3950
|
+
__dump__: string;
|
|
3951
|
+
dumps: string;
|
|
3952
|
+
".dumps": string;
|
|
3953
|
+
_dumps: string;
|
|
3954
|
+
__dumps__: string;
|
|
3955
|
+
demo: string;
|
|
3956
|
+
".demo": string;
|
|
3957
|
+
_demo: string;
|
|
3958
|
+
__demo__: string;
|
|
3959
|
+
demos: string;
|
|
3960
|
+
".demos": string;
|
|
3961
|
+
_demos: string;
|
|
3962
|
+
__demos__: string;
|
|
3963
|
+
example: string;
|
|
3964
|
+
".example": string;
|
|
3965
|
+
_example: string;
|
|
3966
|
+
__example__: string;
|
|
3967
|
+
examples: string;
|
|
3968
|
+
".examples": string;
|
|
3969
|
+
_examples: string;
|
|
3970
|
+
__examples__: string;
|
|
3971
|
+
sample: string;
|
|
3972
|
+
".sample": string;
|
|
3973
|
+
_sample: string;
|
|
3974
|
+
__sample__: string;
|
|
3975
|
+
samples: string;
|
|
3976
|
+
".samples": string;
|
|
3977
|
+
_samples: string;
|
|
3978
|
+
__samples__: string;
|
|
3979
|
+
"sample-data": string;
|
|
3980
|
+
".sample-data": string;
|
|
3981
|
+
"_sample-data": string;
|
|
3982
|
+
"__sample-data__": string;
|
|
3983
|
+
env: string;
|
|
3984
|
+
".env": string;
|
|
3985
|
+
_env: string;
|
|
3986
|
+
__env__: string;
|
|
3987
|
+
envs: string;
|
|
3988
|
+
".envs": string;
|
|
3989
|
+
_envs: string;
|
|
3990
|
+
__envs__: string;
|
|
3991
|
+
environment: string;
|
|
3992
|
+
".environment": string;
|
|
3993
|
+
_environment: string;
|
|
3994
|
+
__environment__: string;
|
|
3995
|
+
environments: string;
|
|
3996
|
+
".environments": string;
|
|
3997
|
+
_environments: string;
|
|
3998
|
+
__environments__: string;
|
|
3999
|
+
venv: string;
|
|
4000
|
+
".venv": string;
|
|
4001
|
+
_venv: string;
|
|
4002
|
+
__venv__: string;
|
|
4003
|
+
func: string;
|
|
4004
|
+
".func": string;
|
|
4005
|
+
_func: string;
|
|
4006
|
+
__func__: string;
|
|
4007
|
+
funcs: string;
|
|
4008
|
+
".funcs": string;
|
|
4009
|
+
_funcs: string;
|
|
4010
|
+
__funcs__: string;
|
|
4011
|
+
function: string;
|
|
4012
|
+
".function": string;
|
|
4013
|
+
_function: string;
|
|
4014
|
+
__function__: string;
|
|
4015
|
+
functions: string;
|
|
4016
|
+
".functions": string;
|
|
4017
|
+
_functions: string;
|
|
4018
|
+
__functions__: string;
|
|
4019
|
+
lambda: string;
|
|
4020
|
+
".lambda": string;
|
|
4021
|
+
_lambda: string;
|
|
4022
|
+
__lambda__: string;
|
|
4023
|
+
lambdas: string;
|
|
4024
|
+
".lambdas": string;
|
|
4025
|
+
_lambdas: string;
|
|
4026
|
+
__lambdas__: string;
|
|
4027
|
+
logic: string;
|
|
4028
|
+
".logic": string;
|
|
4029
|
+
_logic: string;
|
|
4030
|
+
__logic__: string;
|
|
4031
|
+
math: string;
|
|
4032
|
+
".math": string;
|
|
4033
|
+
_math: string;
|
|
4034
|
+
__math__: string;
|
|
4035
|
+
maths: string;
|
|
4036
|
+
".maths": string;
|
|
4037
|
+
_maths: string;
|
|
4038
|
+
__maths__: string;
|
|
4039
|
+
calc: string;
|
|
4040
|
+
".calc": string;
|
|
4041
|
+
_calc: string;
|
|
4042
|
+
__calc__: string;
|
|
4043
|
+
calcs: string;
|
|
4044
|
+
".calcs": string;
|
|
4045
|
+
_calcs: string;
|
|
4046
|
+
__calcs__: string;
|
|
4047
|
+
calculation: string;
|
|
4048
|
+
".calculation": string;
|
|
4049
|
+
_calculation: string;
|
|
4050
|
+
__calculation__: string;
|
|
4051
|
+
calculations: string;
|
|
4052
|
+
".calculations": string;
|
|
4053
|
+
_calculations: string;
|
|
4054
|
+
__calculations__: string;
|
|
4055
|
+
generator: string;
|
|
4056
|
+
".generator": string;
|
|
4057
|
+
_generator: string;
|
|
4058
|
+
__generator__: string;
|
|
4059
|
+
generators: string;
|
|
4060
|
+
".generators": string;
|
|
4061
|
+
_generators: string;
|
|
4062
|
+
__generators__: string;
|
|
4063
|
+
generated: string;
|
|
4064
|
+
".generated": string;
|
|
4065
|
+
_generated: string;
|
|
4066
|
+
__generated__: string;
|
|
4067
|
+
"cfn-gen": string;
|
|
4068
|
+
".cfn-gen": string;
|
|
4069
|
+
"_cfn-gen": string;
|
|
4070
|
+
"__cfn-gen__": string;
|
|
4071
|
+
gen: string;
|
|
4072
|
+
".gen": string;
|
|
4073
|
+
_gen: string;
|
|
4074
|
+
__gen__: string;
|
|
4075
|
+
gens: string;
|
|
4076
|
+
".gens": string;
|
|
4077
|
+
_gens: string;
|
|
4078
|
+
__gens__: string;
|
|
4079
|
+
auto: string;
|
|
4080
|
+
".auto": string;
|
|
4081
|
+
_auto: string;
|
|
4082
|
+
__auto__: string;
|
|
4083
|
+
hook: string;
|
|
4084
|
+
".hook": string;
|
|
4085
|
+
_hook: string;
|
|
4086
|
+
__hook__: string;
|
|
4087
|
+
hooks: string;
|
|
4088
|
+
".hooks": string;
|
|
4089
|
+
_hooks: string;
|
|
4090
|
+
__hooks__: string;
|
|
4091
|
+
trigger: string;
|
|
4092
|
+
".trigger": string;
|
|
4093
|
+
_trigger: string;
|
|
4094
|
+
__trigger__: string;
|
|
4095
|
+
triggers: string;
|
|
4096
|
+
".triggers": string;
|
|
4097
|
+
_triggers: string;
|
|
4098
|
+
__triggers__: string;
|
|
4099
|
+
job: string;
|
|
4100
|
+
".job": string;
|
|
4101
|
+
_job: string;
|
|
4102
|
+
__job__: string;
|
|
4103
|
+
jobs: string;
|
|
4104
|
+
".jobs": string;
|
|
4105
|
+
_jobs: string;
|
|
4106
|
+
__jobs__: string;
|
|
4107
|
+
key: string;
|
|
4108
|
+
".key": string;
|
|
4109
|
+
_key: string;
|
|
4110
|
+
__key__: string;
|
|
4111
|
+
keys: string;
|
|
4112
|
+
".keys": string;
|
|
4113
|
+
_keys: string;
|
|
4114
|
+
__keys__: string;
|
|
4115
|
+
token: string;
|
|
4116
|
+
".token": string;
|
|
4117
|
+
_token: string;
|
|
4118
|
+
__token__: string;
|
|
4119
|
+
tokens: string;
|
|
4120
|
+
".tokens": string;
|
|
4121
|
+
_tokens: string;
|
|
4122
|
+
__tokens__: string;
|
|
4123
|
+
jwt: string;
|
|
4124
|
+
".jwt": string;
|
|
4125
|
+
_jwt: string;
|
|
4126
|
+
__jwt__: string;
|
|
4127
|
+
secret: string;
|
|
4128
|
+
".secret": string;
|
|
4129
|
+
_secret: string;
|
|
4130
|
+
__secret__: string;
|
|
4131
|
+
secrets: string;
|
|
4132
|
+
".secrets": string;
|
|
4133
|
+
_secrets: string;
|
|
4134
|
+
__secrets__: string;
|
|
4135
|
+
layout: string;
|
|
4136
|
+
".layout": string;
|
|
4137
|
+
_layout: string;
|
|
4138
|
+
__layout__: string;
|
|
4139
|
+
layouts: string;
|
|
4140
|
+
".layouts": string;
|
|
4141
|
+
_layouts: string;
|
|
4142
|
+
__layouts__: string;
|
|
4143
|
+
mail: string;
|
|
4144
|
+
".mail": string;
|
|
4145
|
+
_mail: string;
|
|
4146
|
+
__mail__: string;
|
|
4147
|
+
mails: string;
|
|
4148
|
+
".mails": string;
|
|
4149
|
+
_mails: string;
|
|
4150
|
+
__mails__: string;
|
|
4151
|
+
email: string;
|
|
4152
|
+
".email": string;
|
|
4153
|
+
_email: string;
|
|
4154
|
+
__email__: string;
|
|
4155
|
+
emails: string;
|
|
4156
|
+
".emails": string;
|
|
4157
|
+
_emails: string;
|
|
4158
|
+
__emails__: string;
|
|
4159
|
+
smtp: string;
|
|
4160
|
+
".smtp": string;
|
|
4161
|
+
_smtp: string;
|
|
4162
|
+
__smtp__: string;
|
|
4163
|
+
mailers: string;
|
|
4164
|
+
".mailers": string;
|
|
4165
|
+
_mailers: string;
|
|
4166
|
+
__mailers__: string;
|
|
4167
|
+
mappings: string;
|
|
4168
|
+
".mappings": string;
|
|
4169
|
+
_mappings: string;
|
|
4170
|
+
__mappings__: string;
|
|
4171
|
+
mapping: string;
|
|
4172
|
+
".mapping": string;
|
|
4173
|
+
_mapping: string;
|
|
4174
|
+
__mapping__: string;
|
|
4175
|
+
meta: string;
|
|
4176
|
+
".meta": string;
|
|
4177
|
+
_meta: string;
|
|
4178
|
+
__meta__: string;
|
|
4179
|
+
changesets: string;
|
|
4180
|
+
".changesets": string;
|
|
4181
|
+
_changesets: string;
|
|
4182
|
+
__changesets__: string;
|
|
4183
|
+
changeset: string;
|
|
4184
|
+
".changeset": string;
|
|
4185
|
+
_changeset: string;
|
|
4186
|
+
__changeset__: string;
|
|
4187
|
+
package: string;
|
|
4188
|
+
".package": string;
|
|
4189
|
+
_package: string;
|
|
4190
|
+
__package__: string;
|
|
4191
|
+
packages: string;
|
|
4192
|
+
".packages": string;
|
|
4193
|
+
_packages: string;
|
|
4194
|
+
__packages__: string;
|
|
4195
|
+
pkg: string;
|
|
4196
|
+
".pkg": string;
|
|
4197
|
+
_pkg: string;
|
|
4198
|
+
__pkg__: string;
|
|
4199
|
+
pkgs: string;
|
|
4200
|
+
".pkgs": string;
|
|
4201
|
+
_pkgs: string;
|
|
4202
|
+
__pkgs__: string;
|
|
4203
|
+
shared: string;
|
|
4204
|
+
".shared": string;
|
|
4205
|
+
_shared: string;
|
|
4206
|
+
__shared__: string;
|
|
4207
|
+
common: string;
|
|
4208
|
+
".common": string;
|
|
4209
|
+
_common: string;
|
|
4210
|
+
__common__: string;
|
|
4211
|
+
glsl: string;
|
|
4212
|
+
".glsl": string;
|
|
4213
|
+
_glsl: string;
|
|
4214
|
+
__glsl__: string;
|
|
4215
|
+
hlsl: string;
|
|
4216
|
+
".hlsl": string;
|
|
4217
|
+
_hlsl: string;
|
|
4218
|
+
__hlsl__: string;
|
|
4219
|
+
shader: string;
|
|
4220
|
+
".shader": string;
|
|
4221
|
+
_shader: string;
|
|
4222
|
+
__shader__: string;
|
|
4223
|
+
shaders: string;
|
|
4224
|
+
".shaders": string;
|
|
4225
|
+
_shaders: string;
|
|
4226
|
+
__shaders__: string;
|
|
4227
|
+
stack: string;
|
|
4228
|
+
".stack": string;
|
|
4229
|
+
_stack: string;
|
|
4230
|
+
__stack__: string;
|
|
4231
|
+
stacks: string;
|
|
4232
|
+
".stacks": string;
|
|
4233
|
+
_stacks: string;
|
|
4234
|
+
__stacks__: string;
|
|
4235
|
+
template: string;
|
|
4236
|
+
".template": string;
|
|
4237
|
+
_template: string;
|
|
4238
|
+
__template__: string;
|
|
4239
|
+
templates: string;
|
|
4240
|
+
".templates": string;
|
|
4241
|
+
_templates: string;
|
|
4242
|
+
__templates__: string;
|
|
4243
|
+
util: string;
|
|
4244
|
+
".util": string;
|
|
4245
|
+
_util: string;
|
|
4246
|
+
__util__: string;
|
|
4247
|
+
utils: string;
|
|
4248
|
+
".utils": string;
|
|
4249
|
+
_utils: string;
|
|
4250
|
+
__utils__: string;
|
|
4251
|
+
utility: string;
|
|
4252
|
+
".utility": string;
|
|
4253
|
+
_utility: string;
|
|
4254
|
+
__utility__: string;
|
|
4255
|
+
utilities: string;
|
|
4256
|
+
".utilities": string;
|
|
4257
|
+
_utilities: string;
|
|
4258
|
+
__utilities__: string;
|
|
4259
|
+
supabase: string;
|
|
4260
|
+
".supabase": string;
|
|
4261
|
+
_supabase: string;
|
|
4262
|
+
__supabase__: string;
|
|
4263
|
+
private: string;
|
|
4264
|
+
".private": string;
|
|
4265
|
+
_private: string;
|
|
4266
|
+
__private__: string;
|
|
4267
|
+
linux: string;
|
|
4268
|
+
".linux": string;
|
|
4269
|
+
_linux: string;
|
|
4270
|
+
__linux__: string;
|
|
4271
|
+
linuxbsd: string;
|
|
4272
|
+
".linuxbsd": string;
|
|
4273
|
+
_linuxbsd: string;
|
|
4274
|
+
__linuxbsd__: string;
|
|
4275
|
+
unix: string;
|
|
4276
|
+
".unix": string;
|
|
4277
|
+
_unix: string;
|
|
4278
|
+
__unix__: string;
|
|
4279
|
+
windows: string;
|
|
4280
|
+
".windows": string;
|
|
4281
|
+
_windows: string;
|
|
4282
|
+
__windows__: string;
|
|
4283
|
+
win: string;
|
|
4284
|
+
".win": string;
|
|
4285
|
+
_win: string;
|
|
4286
|
+
__win__: string;
|
|
4287
|
+
macos: string;
|
|
4288
|
+
".macos": string;
|
|
4289
|
+
_macos: string;
|
|
4290
|
+
__macos__: string;
|
|
4291
|
+
mac: string;
|
|
4292
|
+
".mac": string;
|
|
4293
|
+
_mac: string;
|
|
4294
|
+
__mac__: string;
|
|
4295
|
+
DS_Store: string;
|
|
4296
|
+
".DS_Store": string;
|
|
4297
|
+
_DS_Store: string;
|
|
4298
|
+
__DS_Store__: string;
|
|
4299
|
+
error: string;
|
|
4300
|
+
".error": string;
|
|
4301
|
+
_error: string;
|
|
4302
|
+
__error__: string;
|
|
4303
|
+
errors: string;
|
|
4304
|
+
".errors": string;
|
|
4305
|
+
_errors: string;
|
|
4306
|
+
__errors__: string;
|
|
4307
|
+
err: string;
|
|
4308
|
+
".err": string;
|
|
4309
|
+
_err: string;
|
|
4310
|
+
__err__: string;
|
|
4311
|
+
errs: string;
|
|
4312
|
+
".errs": string;
|
|
4313
|
+
_errs: string;
|
|
4314
|
+
__errs__: string;
|
|
4315
|
+
crash: string;
|
|
4316
|
+
".crash": string;
|
|
4317
|
+
_crash: string;
|
|
4318
|
+
__crash__: string;
|
|
4319
|
+
crashes: string;
|
|
4320
|
+
".crashes": string;
|
|
4321
|
+
_crashes: string;
|
|
4322
|
+
__crashes__: string;
|
|
4323
|
+
event: string;
|
|
4324
|
+
".event": string;
|
|
4325
|
+
_event: string;
|
|
4326
|
+
__event__: string;
|
|
4327
|
+
events: string;
|
|
4328
|
+
".events": string;
|
|
4329
|
+
_events: string;
|
|
4330
|
+
__events__: string;
|
|
4331
|
+
auth: string;
|
|
4332
|
+
".auth": string;
|
|
4333
|
+
_auth: string;
|
|
4334
|
+
__auth__: string;
|
|
4335
|
+
authentication: string;
|
|
4336
|
+
".authentication": string;
|
|
4337
|
+
_authentication: string;
|
|
4338
|
+
__authentication__: string;
|
|
4339
|
+
secure: string;
|
|
4340
|
+
".secure": string;
|
|
4341
|
+
_secure: string;
|
|
4342
|
+
__secure__: string;
|
|
4343
|
+
security: string;
|
|
4344
|
+
".security": string;
|
|
4345
|
+
_security: string;
|
|
4346
|
+
__security__: string;
|
|
4347
|
+
cert: string;
|
|
4348
|
+
".cert": string;
|
|
4349
|
+
_cert: string;
|
|
4350
|
+
__cert__: string;
|
|
4351
|
+
certs: string;
|
|
4352
|
+
".certs": string;
|
|
4353
|
+
_certs: string;
|
|
4354
|
+
__certs__: string;
|
|
4355
|
+
certificate: string;
|
|
4356
|
+
".certificate": string;
|
|
4357
|
+
_certificate: string;
|
|
4358
|
+
__certificate__: string;
|
|
4359
|
+
certificates: string;
|
|
4360
|
+
".certificates": string;
|
|
4361
|
+
_certificates: string;
|
|
4362
|
+
__certificates__: string;
|
|
4363
|
+
ssl: string;
|
|
4364
|
+
".ssl": string;
|
|
4365
|
+
_ssl: string;
|
|
4366
|
+
__ssl__: string;
|
|
4367
|
+
custom: string;
|
|
4368
|
+
".custom": string;
|
|
4369
|
+
_custom: string;
|
|
4370
|
+
__custom__: string;
|
|
4371
|
+
customs: string;
|
|
4372
|
+
".customs": string;
|
|
4373
|
+
_customs: string;
|
|
4374
|
+
__customs__: string;
|
|
4375
|
+
draft: string;
|
|
4376
|
+
".draft": string;
|
|
4377
|
+
_draft: string;
|
|
4378
|
+
__draft__: string;
|
|
4379
|
+
drafts: string;
|
|
4380
|
+
".drafts": string;
|
|
4381
|
+
_drafts: string;
|
|
4382
|
+
__drafts__: string;
|
|
4383
|
+
mock: string;
|
|
4384
|
+
".mock": string;
|
|
4385
|
+
_mock: string;
|
|
4386
|
+
__mock__: string;
|
|
4387
|
+
mocks: string;
|
|
4388
|
+
".mocks": string;
|
|
4389
|
+
_mocks: string;
|
|
4390
|
+
__mocks__: string;
|
|
4391
|
+
fixture: string;
|
|
4392
|
+
".fixture": string;
|
|
4393
|
+
_fixture: string;
|
|
4394
|
+
__fixture__: string;
|
|
4395
|
+
fixtures: string;
|
|
4396
|
+
".fixtures": string;
|
|
4397
|
+
_fixtures: string;
|
|
4398
|
+
__fixtures__: string;
|
|
4399
|
+
concept: string;
|
|
4400
|
+
".concept": string;
|
|
4401
|
+
_concept: string;
|
|
4402
|
+
__concept__: string;
|
|
4403
|
+
concepts: string;
|
|
4404
|
+
".concepts": string;
|
|
4405
|
+
_concepts: string;
|
|
4406
|
+
__concepts__: string;
|
|
4407
|
+
sketch: string;
|
|
4408
|
+
".sketch": string;
|
|
4409
|
+
_sketch: string;
|
|
4410
|
+
__sketch__: string;
|
|
4411
|
+
sketches: string;
|
|
4412
|
+
".sketches": string;
|
|
4413
|
+
_sketches: string;
|
|
4414
|
+
__sketches__: string;
|
|
4415
|
+
syntax: string;
|
|
4416
|
+
".syntax": string;
|
|
4417
|
+
_syntax: string;
|
|
4418
|
+
__syntax__: string;
|
|
4419
|
+
syntaxes: string;
|
|
4420
|
+
".syntaxes": string;
|
|
4421
|
+
_syntaxes: string;
|
|
4422
|
+
__syntaxes__: string;
|
|
4423
|
+
spellcheck: string;
|
|
4424
|
+
".spellcheck": string;
|
|
4425
|
+
_spellcheck: string;
|
|
4426
|
+
__spellcheck__: string;
|
|
4427
|
+
vm: string;
|
|
4428
|
+
".vm": string;
|
|
4429
|
+
_vm: string;
|
|
4430
|
+
__vm__: string;
|
|
4431
|
+
vms: string;
|
|
4432
|
+
".vms": string;
|
|
4433
|
+
_vms: string;
|
|
4434
|
+
__vms__: string;
|
|
4435
|
+
stylus: string;
|
|
4436
|
+
".stylus": string;
|
|
4437
|
+
_stylus: string;
|
|
4438
|
+
__stylus__: string;
|
|
4439
|
+
"flow-typed": string;
|
|
4440
|
+
".flow-typed": string;
|
|
4441
|
+
"_flow-typed": string;
|
|
4442
|
+
"__flow-typed__": string;
|
|
4443
|
+
rule: string;
|
|
4444
|
+
".rule": string;
|
|
4445
|
+
_rule: string;
|
|
4446
|
+
__rule__: string;
|
|
4447
|
+
rules: string;
|
|
4448
|
+
".rules": string;
|
|
4449
|
+
_rules: string;
|
|
4450
|
+
__rules__: string;
|
|
4451
|
+
validation: string;
|
|
4452
|
+
".validation": string;
|
|
4453
|
+
_validation: string;
|
|
4454
|
+
__validation__: string;
|
|
4455
|
+
validations: string;
|
|
4456
|
+
".validations": string;
|
|
4457
|
+
_validations: string;
|
|
4458
|
+
__validations__: string;
|
|
4459
|
+
validator: string;
|
|
4460
|
+
".validator": string;
|
|
4461
|
+
_validator: string;
|
|
4462
|
+
__validator__: string;
|
|
4463
|
+
validators: string;
|
|
4464
|
+
".validators": string;
|
|
4465
|
+
_validators: string;
|
|
4466
|
+
__validators__: string;
|
|
4467
|
+
review: string;
|
|
4468
|
+
".review": string;
|
|
4469
|
+
_review: string;
|
|
4470
|
+
__review__: string;
|
|
4471
|
+
reviews: string;
|
|
4472
|
+
".reviews": string;
|
|
4473
|
+
_reviews: string;
|
|
4474
|
+
__reviews__: string;
|
|
4475
|
+
revisal: string;
|
|
4476
|
+
".revisal": string;
|
|
4477
|
+
_revisal: string;
|
|
4478
|
+
__revisal__: string;
|
|
4479
|
+
revisals: string;
|
|
4480
|
+
".revisals": string;
|
|
4481
|
+
_revisals: string;
|
|
4482
|
+
__revisals__: string;
|
|
4483
|
+
reviewed: string;
|
|
4484
|
+
".reviewed": string;
|
|
4485
|
+
_reviewed: string;
|
|
4486
|
+
__reviewed__: string;
|
|
4487
|
+
anim: string;
|
|
4488
|
+
".anim": string;
|
|
4489
|
+
_anim: string;
|
|
4490
|
+
__anim__: string;
|
|
4491
|
+
anims: string;
|
|
4492
|
+
".anims": string;
|
|
4493
|
+
_anims: string;
|
|
4494
|
+
__anims__: string;
|
|
4495
|
+
animation: string;
|
|
4496
|
+
".animation": string;
|
|
4497
|
+
_animation: string;
|
|
4498
|
+
__animation__: string;
|
|
4499
|
+
animations: string;
|
|
4500
|
+
".animations": string;
|
|
4501
|
+
_animations: string;
|
|
4502
|
+
__animations__: string;
|
|
4503
|
+
animated: string;
|
|
4504
|
+
".animated": string;
|
|
4505
|
+
_animated: string;
|
|
4506
|
+
__animated__: string;
|
|
4507
|
+
guard: string;
|
|
4508
|
+
".guard": string;
|
|
4509
|
+
_guard: string;
|
|
4510
|
+
__guard__: string;
|
|
4511
|
+
guards: string;
|
|
4512
|
+
".guards": string;
|
|
4513
|
+
_guards: string;
|
|
4514
|
+
__guards__: string;
|
|
4515
|
+
prisma: string;
|
|
4516
|
+
".prisma": string;
|
|
4517
|
+
_prisma: string;
|
|
4518
|
+
__prisma__: string;
|
|
4519
|
+
pipe: string;
|
|
4520
|
+
".pipe": string;
|
|
4521
|
+
_pipe: string;
|
|
4522
|
+
__pipe__: string;
|
|
4523
|
+
pipes: string;
|
|
4524
|
+
".pipes": string;
|
|
4525
|
+
_pipes: string;
|
|
4526
|
+
__pipes__: string;
|
|
4527
|
+
svg: string;
|
|
4528
|
+
".svg": string;
|
|
4529
|
+
_svg: string;
|
|
4530
|
+
__svg__: string;
|
|
4531
|
+
svgs: string;
|
|
4532
|
+
".svgs": string;
|
|
4533
|
+
_svgs: string;
|
|
4534
|
+
__svgs__: string;
|
|
4535
|
+
terraform: string;
|
|
4536
|
+
".terraform": string;
|
|
4537
|
+
_terraform: string;
|
|
4538
|
+
__terraform__: string;
|
|
4539
|
+
mobile: string;
|
|
4540
|
+
".mobile": string;
|
|
4541
|
+
_mobile: string;
|
|
4542
|
+
__mobile__: string;
|
|
4543
|
+
mobiles: string;
|
|
4544
|
+
".mobiles": string;
|
|
4545
|
+
_mobiles: string;
|
|
4546
|
+
__mobiles__: string;
|
|
4547
|
+
portable: string;
|
|
4548
|
+
".portable": string;
|
|
4549
|
+
_portable: string;
|
|
4550
|
+
__portable__: string;
|
|
4551
|
+
portability: string;
|
|
4552
|
+
".portability": string;
|
|
4553
|
+
_portability: string;
|
|
4554
|
+
__portability__: string;
|
|
4555
|
+
stencil: string;
|
|
4556
|
+
".stencil": string;
|
|
4557
|
+
_stencil: string;
|
|
4558
|
+
__stencil__: string;
|
|
4559
|
+
firebase: string;
|
|
4560
|
+
".firebase": string;
|
|
4561
|
+
_firebase: string;
|
|
4562
|
+
__firebase__: string;
|
|
4563
|
+
svelte: string;
|
|
4564
|
+
".svelte": string;
|
|
4565
|
+
_svelte: string;
|
|
4566
|
+
__svelte__: string;
|
|
4567
|
+
"svelte-kit": string;
|
|
4568
|
+
".svelte-kit": string;
|
|
4569
|
+
"_svelte-kit": string;
|
|
4570
|
+
"__svelte-kit__": string;
|
|
4571
|
+
update: string;
|
|
4572
|
+
".update": string;
|
|
4573
|
+
_update: string;
|
|
4574
|
+
__update__: string;
|
|
4575
|
+
updates: string;
|
|
4576
|
+
".updates": string;
|
|
4577
|
+
_updates: string;
|
|
4578
|
+
__updates__: string;
|
|
4579
|
+
upgrade: string;
|
|
4580
|
+
".upgrade": string;
|
|
4581
|
+
_upgrade: string;
|
|
4582
|
+
__upgrade__: string;
|
|
4583
|
+
upgrades: string;
|
|
4584
|
+
".upgrades": string;
|
|
4585
|
+
_upgrades: string;
|
|
4586
|
+
__upgrades__: string;
|
|
4587
|
+
idea: string;
|
|
4588
|
+
".idea": string;
|
|
4589
|
+
_idea: string;
|
|
4590
|
+
__idea__: string;
|
|
4591
|
+
"azure-pipelines": string;
|
|
4592
|
+
".azure-pipelines": string;
|
|
4593
|
+
"_azure-pipelines": string;
|
|
4594
|
+
"__azure-pipelines__": string;
|
|
4595
|
+
"azure-pipelines-ci": string;
|
|
4596
|
+
".azure-pipelines-ci": string;
|
|
4597
|
+
"_azure-pipelines-ci": string;
|
|
4598
|
+
"__azure-pipelines-ci__": string;
|
|
4599
|
+
mjml: string;
|
|
4600
|
+
".mjml": string;
|
|
4601
|
+
_mjml: string;
|
|
4602
|
+
__mjml__: string;
|
|
4603
|
+
admin: string;
|
|
4604
|
+
".admin": string;
|
|
4605
|
+
_admin: string;
|
|
4606
|
+
__admin__: string;
|
|
4607
|
+
admins: string;
|
|
4608
|
+
".admins": string;
|
|
4609
|
+
_admins: string;
|
|
4610
|
+
__admins__: string;
|
|
4611
|
+
manager: string;
|
|
4612
|
+
".manager": string;
|
|
4613
|
+
_manager: string;
|
|
4614
|
+
__manager__: string;
|
|
4615
|
+
managers: string;
|
|
4616
|
+
".managers": string;
|
|
4617
|
+
_managers: string;
|
|
4618
|
+
__managers__: string;
|
|
4619
|
+
moderator: string;
|
|
4620
|
+
".moderator": string;
|
|
4621
|
+
_moderator: string;
|
|
4622
|
+
__moderator__: string;
|
|
4623
|
+
moderators: string;
|
|
4624
|
+
".moderators": string;
|
|
4625
|
+
_moderators: string;
|
|
4626
|
+
__moderators__: string;
|
|
4627
|
+
scala: string;
|
|
4628
|
+
".scala": string;
|
|
4629
|
+
_scala: string;
|
|
4630
|
+
__scala__: string;
|
|
4631
|
+
connection: string;
|
|
4632
|
+
".connection": string;
|
|
4633
|
+
_connection: string;
|
|
4634
|
+
__connection__: string;
|
|
4635
|
+
connections: string;
|
|
4636
|
+
".connections": string;
|
|
4637
|
+
_connections: string;
|
|
4638
|
+
__connections__: string;
|
|
4639
|
+
integration: string;
|
|
4640
|
+
".integration": string;
|
|
4641
|
+
_integration: string;
|
|
4642
|
+
__integration__: string;
|
|
4643
|
+
integrations: string;
|
|
4644
|
+
".integrations": string;
|
|
4645
|
+
_integrations: string;
|
|
4646
|
+
__integrations__: string;
|
|
4647
|
+
quasar: string;
|
|
4648
|
+
".quasar": string;
|
|
4649
|
+
_quasar: string;
|
|
4650
|
+
__quasar__: string;
|
|
4651
|
+
next: string;
|
|
4652
|
+
".next": string;
|
|
4653
|
+
_next: string;
|
|
4654
|
+
__next__: string;
|
|
4655
|
+
cobol: string;
|
|
4656
|
+
".cobol": string;
|
|
4657
|
+
_cobol: string;
|
|
4658
|
+
__cobol__: string;
|
|
4659
|
+
yarn: string;
|
|
4660
|
+
".yarn": string;
|
|
4661
|
+
_yarn: string;
|
|
4662
|
+
__yarn__: string;
|
|
4663
|
+
husky: string;
|
|
4664
|
+
".husky": string;
|
|
4665
|
+
_husky: string;
|
|
4666
|
+
__husky__: string;
|
|
4667
|
+
storybook: string;
|
|
4668
|
+
".storybook": string;
|
|
4669
|
+
_storybook: string;
|
|
4670
|
+
__storybook__: string;
|
|
4671
|
+
stories: string;
|
|
4672
|
+
".stories": string;
|
|
4673
|
+
_stories: string;
|
|
4674
|
+
__stories__: string;
|
|
4675
|
+
base: string;
|
|
4676
|
+
".base": string;
|
|
4677
|
+
_base: string;
|
|
4678
|
+
__base__: string;
|
|
4679
|
+
bases: string;
|
|
4680
|
+
".bases": string;
|
|
4681
|
+
_bases: string;
|
|
4682
|
+
__bases__: string;
|
|
4683
|
+
cart: string;
|
|
4684
|
+
".cart": string;
|
|
4685
|
+
_cart: string;
|
|
4686
|
+
__cart__: string;
|
|
4687
|
+
"shopping-cart": string;
|
|
4688
|
+
".shopping-cart": string;
|
|
4689
|
+
"_shopping-cart": string;
|
|
4690
|
+
"__shopping-cart__": string;
|
|
4691
|
+
shopping: string;
|
|
4692
|
+
".shopping": string;
|
|
4693
|
+
_shopping: string;
|
|
4694
|
+
__shopping__: string;
|
|
4695
|
+
shop: string;
|
|
4696
|
+
".shop": string;
|
|
4697
|
+
_shop: string;
|
|
4698
|
+
__shop__: string;
|
|
4699
|
+
home: string;
|
|
4700
|
+
".home": string;
|
|
4701
|
+
_home: string;
|
|
4702
|
+
__home__: string;
|
|
4703
|
+
start: string;
|
|
4704
|
+
".start": string;
|
|
4705
|
+
_start: string;
|
|
4706
|
+
__start__: string;
|
|
4707
|
+
project: string;
|
|
4708
|
+
".project": string;
|
|
4709
|
+
_project: string;
|
|
4710
|
+
__project__: string;
|
|
4711
|
+
projects: string;
|
|
4712
|
+
".projects": string;
|
|
4713
|
+
_projects: string;
|
|
4714
|
+
__projects__: string;
|
|
4715
|
+
interface: string;
|
|
4716
|
+
".interface": string;
|
|
4717
|
+
_interface: string;
|
|
4718
|
+
__interface__: string;
|
|
4719
|
+
interfaces: string;
|
|
4720
|
+
".interfaces": string;
|
|
4721
|
+
_interfaces: string;
|
|
4722
|
+
__interfaces__: string;
|
|
4723
|
+
netlify: string;
|
|
4724
|
+
".netlify": string;
|
|
4725
|
+
_netlify: string;
|
|
4726
|
+
__netlify__: string;
|
|
4727
|
+
enum: string;
|
|
4728
|
+
".enum": string;
|
|
4729
|
+
_enum: string;
|
|
4730
|
+
__enum__: string;
|
|
4731
|
+
enums: string;
|
|
4732
|
+
".enums": string;
|
|
4733
|
+
_enums: string;
|
|
4734
|
+
__enums__: string;
|
|
4735
|
+
pact: string;
|
|
4736
|
+
".pact": string;
|
|
4737
|
+
_pact: string;
|
|
4738
|
+
__pact__: string;
|
|
4739
|
+
pacts: string;
|
|
4740
|
+
".pacts": string;
|
|
4741
|
+
_pacts: string;
|
|
4742
|
+
__pacts__: string;
|
|
4743
|
+
contract: string;
|
|
4744
|
+
".contract": string;
|
|
4745
|
+
_contract: string;
|
|
4746
|
+
__contract__: string;
|
|
4747
|
+
contracts: string;
|
|
4748
|
+
".contracts": string;
|
|
4749
|
+
_contracts: string;
|
|
4750
|
+
__contracts__: string;
|
|
4751
|
+
"contract-testing": string;
|
|
4752
|
+
".contract-testing": string;
|
|
4753
|
+
"_contract-testing": string;
|
|
4754
|
+
"__contract-testing__": string;
|
|
4755
|
+
"contract-test": string;
|
|
4756
|
+
".contract-test": string;
|
|
4757
|
+
"_contract-test": string;
|
|
4758
|
+
"__contract-test__": string;
|
|
4759
|
+
"contract-tests": string;
|
|
4760
|
+
".contract-tests": string;
|
|
4761
|
+
"_contract-tests": string;
|
|
4762
|
+
"__contract-tests__": string;
|
|
4763
|
+
queue: string;
|
|
4764
|
+
".queue": string;
|
|
4765
|
+
_queue: string;
|
|
4766
|
+
__queue__: string;
|
|
4767
|
+
queues: string;
|
|
4768
|
+
".queues": string;
|
|
4769
|
+
_queues: string;
|
|
4770
|
+
__queues__: string;
|
|
4771
|
+
bull: string;
|
|
4772
|
+
".bull": string;
|
|
4773
|
+
_bull: string;
|
|
4774
|
+
__bull__: string;
|
|
4775
|
+
mq: string;
|
|
4776
|
+
".mq": string;
|
|
4777
|
+
_mq: string;
|
|
4778
|
+
__mq__: string;
|
|
4779
|
+
vercel: string;
|
|
4780
|
+
".vercel": string;
|
|
4781
|
+
_vercel: string;
|
|
4782
|
+
__vercel__: string;
|
|
4783
|
+
now: string;
|
|
4784
|
+
".now": string;
|
|
4785
|
+
_now: string;
|
|
4786
|
+
__now__: string;
|
|
4787
|
+
cypress: string;
|
|
4788
|
+
".cypress": string;
|
|
4789
|
+
_cypress: string;
|
|
4790
|
+
__cypress__: string;
|
|
4791
|
+
decorator: string;
|
|
4792
|
+
".decorator": string;
|
|
4793
|
+
_decorator: string;
|
|
4794
|
+
__decorator__: string;
|
|
4795
|
+
decorators: string;
|
|
4796
|
+
".decorators": string;
|
|
4797
|
+
_decorators: string;
|
|
4798
|
+
__decorators__: string;
|
|
4799
|
+
java: string;
|
|
4800
|
+
".java": string;
|
|
4801
|
+
_java: string;
|
|
4802
|
+
__java__: string;
|
|
4803
|
+
resolver: string;
|
|
4804
|
+
".resolver": string;
|
|
4805
|
+
_resolver: string;
|
|
4806
|
+
__resolver__: string;
|
|
4807
|
+
resolvers: string;
|
|
4808
|
+
".resolvers": string;
|
|
4809
|
+
_resolvers: string;
|
|
4810
|
+
__resolvers__: string;
|
|
4811
|
+
angular: string;
|
|
4812
|
+
".angular": string;
|
|
4813
|
+
_angular: string;
|
|
4814
|
+
__angular__: string;
|
|
4815
|
+
unity: string;
|
|
4816
|
+
".unity": string;
|
|
4817
|
+
_unity: string;
|
|
4818
|
+
__unity__: string;
|
|
4819
|
+
pdf: string;
|
|
4820
|
+
".pdf": string;
|
|
4821
|
+
_pdf: string;
|
|
4822
|
+
__pdf__: string;
|
|
4823
|
+
pdfs: string;
|
|
4824
|
+
".pdfs": string;
|
|
4825
|
+
_pdfs: string;
|
|
4826
|
+
__pdfs__: string;
|
|
4827
|
+
protobuf: string;
|
|
4828
|
+
".protobuf": string;
|
|
4829
|
+
_protobuf: string;
|
|
4830
|
+
__protobuf__: string;
|
|
4831
|
+
protobufs: string;
|
|
4832
|
+
".protobufs": string;
|
|
4833
|
+
_protobufs: string;
|
|
4834
|
+
__protobufs__: string;
|
|
4835
|
+
proto: string;
|
|
4836
|
+
".proto": string;
|
|
4837
|
+
_proto: string;
|
|
4838
|
+
protos: string;
|
|
4839
|
+
".protos": string;
|
|
4840
|
+
_protos: string;
|
|
4841
|
+
__protos__: string;
|
|
4842
|
+
plastic: string;
|
|
4843
|
+
".plastic": string;
|
|
4844
|
+
_plastic: string;
|
|
4845
|
+
__plastic__: string;
|
|
4846
|
+
gamemaker: string;
|
|
4847
|
+
".gamemaker": string;
|
|
4848
|
+
_gamemaker: string;
|
|
4849
|
+
__gamemaker__: string;
|
|
4850
|
+
gamemaker2: string;
|
|
4851
|
+
".gamemaker2": string;
|
|
4852
|
+
_gamemaker2: string;
|
|
4853
|
+
__gamemaker2__: string;
|
|
4854
|
+
hg: string;
|
|
4855
|
+
".hg": string;
|
|
4856
|
+
_hg: string;
|
|
4857
|
+
__hg__: string;
|
|
4858
|
+
hghooks: string;
|
|
4859
|
+
".hghooks": string;
|
|
4860
|
+
_hghooks: string;
|
|
4861
|
+
__hghooks__: string;
|
|
4862
|
+
hgext: string;
|
|
4863
|
+
".hgext": string;
|
|
4864
|
+
_hgext: string;
|
|
4865
|
+
__hgext__: string;
|
|
4866
|
+
godot: string;
|
|
4867
|
+
".godot": string;
|
|
4868
|
+
_godot: string;
|
|
4869
|
+
__godot__: string;
|
|
4870
|
+
"godot-cpp": string;
|
|
4871
|
+
".godot-cpp": string;
|
|
4872
|
+
"_godot-cpp": string;
|
|
4873
|
+
"__godot-cpp__": string;
|
|
4874
|
+
lottie: string;
|
|
4875
|
+
".lottie": string;
|
|
4876
|
+
_lottie: string;
|
|
4877
|
+
__lottie__: string;
|
|
4878
|
+
lotties: string;
|
|
4879
|
+
".lotties": string;
|
|
4880
|
+
_lotties: string;
|
|
4881
|
+
__lotties__: string;
|
|
4882
|
+
lottiefiles: string;
|
|
4883
|
+
".lottiefiles": string;
|
|
4884
|
+
_lottiefiles: string;
|
|
4885
|
+
__lottiefiles__: string;
|
|
4886
|
+
taskfile: string;
|
|
4887
|
+
".taskfile": string;
|
|
4888
|
+
_taskfile: string;
|
|
4889
|
+
__taskfile__: string;
|
|
4890
|
+
taskfiles: string;
|
|
4891
|
+
".taskfiles": string;
|
|
4892
|
+
_taskfiles: string;
|
|
4893
|
+
__taskfiles__: string;
|
|
4894
|
+
cloudflare: string;
|
|
4895
|
+
".cloudflare": string;
|
|
4896
|
+
_cloudflare: string;
|
|
4897
|
+
__cloudflare__: string;
|
|
4898
|
+
seeds: string;
|
|
4899
|
+
".seeds": string;
|
|
4900
|
+
_seeds: string;
|
|
4901
|
+
__seeds__: string;
|
|
4902
|
+
seeders: string;
|
|
4903
|
+
".seeders": string;
|
|
4904
|
+
_seeders: string;
|
|
4905
|
+
__seeders__: string;
|
|
4906
|
+
seed: string;
|
|
4907
|
+
".seed": string;
|
|
4908
|
+
_seed: string;
|
|
4909
|
+
__seed__: string;
|
|
4910
|
+
seeding: string;
|
|
4911
|
+
".seeding": string;
|
|
4912
|
+
_seeding: string;
|
|
4913
|
+
__seeding__: string;
|
|
4914
|
+
};
|
|
4915
|
+
declare namespace __json_default_export {
|
|
4916
|
+
export { fileExtensions, fileNames, folderNames };
|
|
4917
|
+
}
|
|
4918
|
+
//#endregion
|
|
4919
|
+
export { __json_default_export };
|
|
4920
|
+
//# sourceMappingURL=icon-map.d.mts.map
|