@app-studio/components 0.10.17
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/LICENSE +448 -0
- package/README.md +236 -0
- package/dist/assets/apple-logo.png +0 -0
- package/dist/assets/maskable_icon.png +0 -0
- package/dist/assets/orange.png +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/files/media/Accordion.mdx +333 -0
- package/dist/files/media/Alert.mdx +353 -0
- package/dist/files/media/AspectRatio.mdx +64 -0
- package/dist/files/media/AudioInput.mdx +78 -0
- package/dist/files/media/AudioWaveform.mdx +9 -0
- package/dist/files/media/Avatar.mdx +301 -0
- package/dist/files/media/Background.mdx +610 -0
- package/dist/files/media/Badge.mdx +503 -0
- package/dist/files/media/Button.mdx +688 -0
- package/dist/files/media/Card.mdx +560 -0
- package/dist/files/media/Carousel.mdx +605 -0
- package/dist/files/media/Chart.mdx +871 -0
- package/dist/files/media/ChatInput.mdx +540 -0
- package/dist/files/media/ChatWidget.mdx +403 -0
- package/dist/files/media/Checkbox.mdx +463 -0
- package/dist/files/media/ColorInput.mdx +217 -0
- package/dist/files/media/ColorPicker.mdx +259 -0
- package/dist/files/media/ComboBox.mdx +376 -0
- package/dist/files/media/Command.mdx +496 -0
- package/dist/files/media/ContextMenu.mdx +411 -0
- package/dist/files/media/CookieConsent.mdx +263 -0
- package/dist/files/media/CountryPicker.mdx +349 -0
- package/dist/files/media/DatePicker.mdx +217 -0
- package/dist/files/media/DragAndDrop.mdx +34 -0
- package/dist/files/media/Drawer.mdx +233 -0
- package/dist/files/media/DropZone.mdx +9 -0
- package/dist/files/media/DropdownMenu.mdx +403 -0
- package/dist/files/media/EmojiPicker.mdx +314 -0
- package/dist/files/media/Gradient.mdx +604 -0
- package/dist/files/media/HoverCard.mdx +144 -0
- package/dist/files/media/IconPicker.mdx +9 -0
- package/dist/files/media/Label.mdx +9 -0
- package/dist/files/media/Link.mdx +142 -0
- package/dist/files/media/Loader.mdx +161 -0
- package/dist/files/media/Menubar.mdx +496 -0
- package/dist/files/media/Message.mdx +299 -0
- package/dist/files/media/Modal.mdx +795 -0
- package/dist/files/media/NavigationMenu.mdx +728 -0
- package/dist/files/media/OTPInput.mdx +450 -0
- package/dist/files/media/Pagination.mdx +356 -0
- package/dist/files/media/ProgressBar.mdx +119 -0
- package/dist/files/media/Radio.mdx +314 -0
- package/dist/files/media/RadioGroup.mdx +9 -0
- package/dist/files/media/Resizable.mdx +873 -0
- package/dist/files/media/Select.mdx +689 -0
- package/dist/files/media/Selector.mdx +9 -0
- package/dist/files/media/Separator.mdx +741 -0
- package/dist/files/media/ShareButton.mdx +29 -0
- package/dist/files/media/Sidebar.mdx +1237 -0
- package/dist/files/media/Slider.mdx +513 -0
- package/dist/files/media/StatusIndicator.mdx +43 -0
- package/dist/files/media/Switch.mdx +521 -0
- package/dist/files/media/Table.mdx +827 -0
- package/dist/files/media/Tabs.mdx +524 -0
- package/dist/files/media/TagInput.mdx +372 -0
- package/dist/files/media/TextArea.mdx +724 -0
- package/dist/files/media/TextField.mdx +830 -0
- package/dist/files/media/Title.mdx +1081 -0
- package/dist/files/media/Toast.mdx +802 -0
- package/dist/files/media/Toggle.mdx +159 -0
- package/dist/files/media/ToggleGroup.mdx +180 -0
- package/dist/files/media/Tooltip.mdx +307 -0
- package/dist/files/media/Uploader.mdx +9 -0
- package/dist/index.d.ts +4551 -0
- package/dist/manifest.json +22 -0
- package/dist/native/components/Accordion/Accordion/Accordion.props.d.ts +50 -0
- package/dist/native/components/Accordion/Accordion/Accordion.props.js +2 -0
- package/dist/native/components/Accordion/Accordion/Accordion.props.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.state.d.ts +9 -0
- package/dist/native/components/Accordion/Accordion/Accordion.state.js +83 -0
- package/dist/native/components/Accordion/Accordion/Accordion.state.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.style.d.ts +6 -0
- package/dist/native/components/Accordion/Accordion/Accordion.style.js +54 -0
- package/dist/native/components/Accordion/Accordion/Accordion.style.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.type.d.ts +20 -0
- package/dist/native/components/Accordion/Accordion/Accordion.type.js +2 -0
- package/dist/native/components/Accordion/Accordion/Accordion.type.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.d.ts +32 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.js +156 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.js.map +1 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.native.d.ts +32 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.native.js +100 -0
- package/dist/native/components/Accordion/Accordion/Accordion.view.native.js.map +1 -0
- package/dist/native/components/Accordion/Accordion.d.ts +2 -0
- package/dist/native/components/Accordion/Accordion.js +38 -0
- package/dist/native/components/Accordion/Accordion.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.props.d.ts +14 -0
- package/dist/native/components/Alert/Alert/Alert.props.js +2 -0
- package/dist/native/components/Alert/Alert/Alert.props.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.state.d.ts +5 -0
- package/dist/native/components/Alert/Alert/Alert.state.js +9 -0
- package/dist/native/components/Alert/Alert/Alert.state.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.style.d.ts +28 -0
- package/dist/native/components/Alert/Alert/Alert.style.js +98 -0
- package/dist/native/components/Alert/Alert/Alert.style.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.type.d.ts +8 -0
- package/dist/native/components/Alert/Alert/Alert.type.js +2 -0
- package/dist/native/components/Alert/Alert/Alert.type.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.view.d.ts +11 -0
- package/dist/native/components/Alert/Alert/Alert.view.js +68 -0
- package/dist/native/components/Alert/Alert/Alert.view.js.map +1 -0
- package/dist/native/components/Alert/Alert/Alert.view.native.d.ts +3 -0
- package/dist/native/components/Alert/Alert/Alert.view.native.js +22 -0
- package/dist/native/components/Alert/Alert/Alert.view.native.js.map +1 -0
- package/dist/native/components/Alert/Alert.d.ts +3 -0
- package/dist/native/components/Alert/Alert.js +11 -0
- package/dist/native/components/Alert/Alert.js.map +1 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.props.d.ts +9 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.props.js +2 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.props.js.map +1 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.view.d.ts +3 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.view.js +15 -0
- package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.view.js.map +1 -0
- package/dist/native/components/AspectRatio/AspectRatio.d.ts +3 -0
- package/dist/native/components/AspectRatio/AspectRatio.js +11 -0
- package/dist/native/components/AspectRatio/AspectRatio.js.map +1 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup/AttachmentGroup.d.ts +18 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup/AttachmentGroup.js +111 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup/AttachmentGroup.js.map +1 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup.d.ts +2 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup.js +3 -0
- package/dist/native/components/AttachmentGroup/AttachmentGroup.js.map +1 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.props.d.ts +18 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.props.js +2 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.props.js.map +1 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.state.d.ts +15 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.state.js +36 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.state.js.map +1 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.view.d.ts +4 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.view.js +150 -0
- package/dist/native/components/AudioInput/AudioInput/AudioInput.view.js.map +1 -0
- package/dist/native/components/AudioInput/AudioInput.d.ts +4 -0
- package/dist/native/components/AudioInput/AudioInput.js +10 -0
- package/dist/native/components/AudioInput/AudioInput.js.map +1 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.d.ts +3 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.js +46 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.js.map +1 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.props.d.ts +9 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.props.js +2 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.props.js.map +1 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.view.d.ts +4 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.view.js +28 -0
- package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.view.js.map +1 -0
- package/dist/native/components/AudioInput/useAudioRecording.d.ts +13 -0
- package/dist/native/components/AudioInput/useAudioRecording.js +232 -0
- package/dist/native/components/AudioInput/useAudioRecording.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.props.d.ts +13 -0
- package/dist/native/components/Avatar/Avatar/Avatar.props.js +2 -0
- package/dist/native/components/Avatar/Avatar/Avatar.props.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.state.d.ts +4 -0
- package/dist/native/components/Avatar/Avatar/Avatar.state.js +8 -0
- package/dist/native/components/Avatar/Avatar/Avatar.state.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.style.d.ts +24 -0
- package/dist/native/components/Avatar/Avatar/Avatar.style.js +44 -0
- package/dist/native/components/Avatar/Avatar/Avatar.style.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.type.d.ts +7 -0
- package/dist/native/components/Avatar/Avatar/Avatar.type.js +2 -0
- package/dist/native/components/Avatar/Avatar/Avatar.type.js.map +1 -0
- package/dist/native/components/Avatar/Avatar/Avatar.view.d.ts +9 -0
- package/dist/native/components/Avatar/Avatar/Avatar.view.js +29 -0
- package/dist/native/components/Avatar/Avatar/Avatar.view.js.map +1 -0
- package/dist/native/components/Avatar/Avatar.d.ts +3 -0
- package/dist/native/components/Avatar/Avatar.js +19 -0
- package/dist/native/components/Avatar/Avatar.js.map +1 -0
- package/dist/native/components/Background/Background/Background.props.d.ts +98 -0
- package/dist/native/components/Background/Background/Background.props.js +2 -0
- package/dist/native/components/Background/Background/Background.props.js.map +1 -0
- package/dist/native/components/Background/Background/Background.style.d.ts +24 -0
- package/dist/native/components/Background/Background/Background.style.js +125 -0
- package/dist/native/components/Background/Background/Background.style.js.map +1 -0
- package/dist/native/components/Background/Background/Background.type.d.ts +28 -0
- package/dist/native/components/Background/Background/Background.type.js +2 -0
- package/dist/native/components/Background/Background/Background.type.js.map +1 -0
- package/dist/native/components/Background/Background/Background.view.d.ts +18 -0
- package/dist/native/components/Background/Background/Background.view.js +365 -0
- package/dist/native/components/Background/Background/Background.view.js.map +1 -0
- package/dist/native/components/Background/Background/Background.view.native.d.ts +18 -0
- package/dist/native/components/Background/Background/Background.view.native.js +79 -0
- package/dist/native/components/Background/Background/Background.view.native.js.map +1 -0
- package/dist/native/components/Background/Background.d.ts +15 -0
- package/dist/native/components/Background/Background.js +20 -0
- package/dist/native/components/Background/Background.js.map +1 -0
- package/dist/native/components/Background/index.d.ts +3 -0
- package/dist/native/components/Background/index.js +3 -0
- package/dist/native/components/Background/index.js.map +1 -0
- package/dist/native/components/Badge/Badge/Badge.props.d.ts +21 -0
- package/dist/native/components/Badge/Badge/Badge.props.js +2 -0
- package/dist/native/components/Badge/Badge/Badge.props.js.map +1 -0
- package/dist/native/components/Badge/Badge/Badge.style.d.ts +38 -0
- package/dist/native/components/Badge/Badge/Badge.style.js +240 -0
- package/dist/native/components/Badge/Badge/Badge.style.js.map +1 -0
- package/dist/native/components/Badge/Badge/Badge.type.d.ts +13 -0
- package/dist/native/components/Badge/Badge/Badge.type.js +2 -0
- package/dist/native/components/Badge/Badge/Badge.type.js.map +1 -0
- package/dist/native/components/Badge/Badge/Badge.view.d.ts +12 -0
- package/dist/native/components/Badge/Badge/Badge.view.js +115 -0
- package/dist/native/components/Badge/Badge/Badge.view.js.map +1 -0
- package/dist/native/components/Badge/Badge.d.ts +3 -0
- package/dist/native/components/Badge/Badge.js +9 -0
- package/dist/native/components/Badge/Badge.js.map +1 -0
- package/dist/native/components/Button/Button/Button.props.d.ts +49 -0
- package/dist/native/components/Button/Button/Button.props.js +2 -0
- package/dist/native/components/Button/Button/Button.props.js.map +1 -0
- package/dist/native/components/Button/Button/Button.state.d.ts +5 -0
- package/dist/native/components/Button/Button/Button.state.js +10 -0
- package/dist/native/components/Button/Button/Button.state.js.map +1 -0
- package/dist/native/components/Button/Button/Button.style.d.ts +33 -0
- package/dist/native/components/Button/Button/Button.style.js +256 -0
- package/dist/native/components/Button/Button/Button.style.js.map +1 -0
- package/dist/native/components/Button/Button/Button.view.d.ts +9 -0
- package/dist/native/components/Button/Button/Button.view.js +245 -0
- package/dist/native/components/Button/Button/Button.view.js.map +1 -0
- package/dist/native/components/Button/Button/Button.view.native.d.ts +11 -0
- package/dist/native/components/Button/Button/Button.view.native.js +73 -0
- package/dist/native/components/Button/Button/Button.view.native.js.map +1 -0
- package/dist/native/components/Button/Button.d.ts +3 -0
- package/dist/native/components/Button/Button.js +13 -0
- package/dist/native/components/Button/Button.js.map +1 -0
- package/dist/native/components/Card/Card/Card.context.d.ts +6 -0
- package/dist/native/components/Card/Card/Card.context.js +7 -0
- package/dist/native/components/Card/Card/Card.context.js.map +1 -0
- package/dist/native/components/Card/Card/Card.props.d.ts +30 -0
- package/dist/native/components/Card/Card/Card.props.js +2 -0
- package/dist/native/components/Card/Card/Card.props.js.map +1 -0
- package/dist/native/components/Card/Card/Card.state.d.ts +4 -0
- package/dist/native/components/Card/Card/Card.state.js +7 -0
- package/dist/native/components/Card/Card/Card.state.js.map +1 -0
- package/dist/native/components/Card/Card/Card.style.d.ts +6 -0
- package/dist/native/components/Card/Card/Card.style.js +90 -0
- package/dist/native/components/Card/Card/Card.style.js.map +1 -0
- package/dist/native/components/Card/Card/Card.type.d.ts +10 -0
- package/dist/native/components/Card/Card/Card.type.js +2 -0
- package/dist/native/components/Card/Card/Card.type.js.map +1 -0
- package/dist/native/components/Card/Card/Card.view.d.ts +6 -0
- package/dist/native/components/Card/Card/Card.view.js +118 -0
- package/dist/native/components/Card/Card/Card.view.js.map +1 -0
- package/dist/native/components/Card/Card.d.ts +2 -0
- package/dist/native/components/Card/Card.js +13 -0
- package/dist/native/components/Card/Card.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.context.d.ts +3 -0
- package/dist/native/components/Carousel/Carousel/Carousel.context.js +13 -0
- package/dist/native/components/Carousel/Carousel/Carousel.context.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.props.d.ts +51 -0
- package/dist/native/components/Carousel/Carousel/Carousel.props.js +2 -0
- package/dist/native/components/Carousel/Carousel/Carousel.props.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.state.d.ts +29 -0
- package/dist/native/components/Carousel/Carousel/Carousel.state.js +170 -0
- package/dist/native/components/Carousel/Carousel/Carousel.state.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.style.d.ts +6 -0
- package/dist/native/components/Carousel/Carousel/Carousel.style.js +107 -0
- package/dist/native/components/Carousel/Carousel/Carousel.style.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.type.d.ts +32 -0
- package/dist/native/components/Carousel/Carousel/Carousel.type.js +2 -0
- package/dist/native/components/Carousel/Carousel/Carousel.type.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.d.ts +8 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.js +173 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.js.map +1 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.native.d.ts +8 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.native.js +153 -0
- package/dist/native/components/Carousel/Carousel/Carousel.view.native.js.map +1 -0
- package/dist/native/components/Carousel/Carousel.d.ts +2 -0
- package/dist/native/components/Carousel/Carousel.js +13 -0
- package/dist/native/components/Carousel/Carousel.js.map +1 -0
- package/dist/native/components/Chart/Chart/BarChart.d.ts +15 -0
- package/dist/native/components/Chart/Chart/BarChart.js +144 -0
- package/dist/native/components/Chart/Chart/BarChart.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.props.d.ts +28 -0
- package/dist/native/components/Chart/Chart/Chart.props.js +2 -0
- package/dist/native/components/Chart/Chart/Chart.props.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.state.d.ts +40 -0
- package/dist/native/components/Chart/Chart/Chart.state.js +102 -0
- package/dist/native/components/Chart/Chart/Chart.state.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.style.d.ts +20 -0
- package/dist/native/components/Chart/Chart/Chart.style.js +155 -0
- package/dist/native/components/Chart/Chart/Chart.style.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.type.d.ts +36 -0
- package/dist/native/components/Chart/Chart/Chart.type.js +2 -0
- package/dist/native/components/Chart/Chart/Chart.type.js.map +1 -0
- package/dist/native/components/Chart/Chart/Chart.view.d.ts +3 -0
- package/dist/native/components/Chart/Chart/Chart.view.js +122 -0
- package/dist/native/components/Chart/Chart/Chart.view.js.map +1 -0
- package/dist/native/components/Chart/Chart/ChartColors.d.ts +13 -0
- package/dist/native/components/Chart/Chart/ChartColors.js +27 -0
- package/dist/native/components/Chart/Chart/ChartColors.js.map +1 -0
- package/dist/native/components/Chart/Chart/ChartTooltip.d.ts +14 -0
- package/dist/native/components/Chart/Chart/ChartTooltip.js +75 -0
- package/dist/native/components/Chart/Chart/ChartTooltip.js.map +1 -0
- package/dist/native/components/Chart/Chart/LineChart.d.ts +15 -0
- package/dist/native/components/Chart/Chart/LineChart.js +187 -0
- package/dist/native/components/Chart/Chart/LineChart.js.map +1 -0
- package/dist/native/components/Chart/Chart/PieChart.d.ts +15 -0
- package/dist/native/components/Chart/Chart/PieChart.js +222 -0
- package/dist/native/components/Chart/Chart/PieChart.js.map +1 -0
- package/dist/native/components/Chart/Chart.d.ts +3 -0
- package/dist/native/components/Chart/Chart.js +8 -0
- package/dist/native/components/Chart/Chart.js.map +1 -0
- package/dist/native/components/ChatInput/AttachmentGroup.d.ts +18 -0
- package/dist/native/components/ChatInput/AttachmentGroup.js +93 -0
- package/dist/native/components/ChatInput/AttachmentGroup.js.map +1 -0
- package/dist/native/components/ChatInput/AudioRecorder.d.ts +10 -0
- package/dist/native/components/ChatInput/AudioRecorder.js +52 -0
- package/dist/native/components/ChatInput/AudioRecorder.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.props.d.ts +317 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.props.js +2 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.props.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.state.d.ts +43 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.state.js +227 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.state.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.style.d.ts +164 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.style.js +398 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.style.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.type.d.ts +56 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.type.js +2 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.type.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.view.d.ts +4 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.view.js +186 -0
- package/dist/native/components/ChatInput/ChatInput/ChatInput.view.js.map +1 -0
- package/dist/native/components/ChatInput/ChatInput.d.ts +3 -0
- package/dist/native/components/ChatInput/ChatInput.js +10 -0
- package/dist/native/components/ChatInput/ChatInput.js.map +1 -0
- package/dist/native/components/ChatInput/ChatUploader.d.ts +20 -0
- package/dist/native/components/ChatInput/ChatUploader.js +64 -0
- package/dist/native/components/ChatInput/ChatUploader.js.map +1 -0
- package/dist/native/components/ChatInput/EditableInput.d.ts +38 -0
- package/dist/native/components/ChatInput/EditableInput.js +351 -0
- package/dist/native/components/ChatInput/EditableInput.js.map +1 -0
- package/dist/native/components/ChatInput/GuideTip.d.ts +12 -0
- package/dist/native/components/ChatInput/GuideTip.js +21 -0
- package/dist/native/components/ChatInput/GuideTip.js.map +1 -0
- package/dist/native/components/ChatInput/MessageInput.d.ts +36 -0
- package/dist/native/components/ChatInput/MessageInput.js +65 -0
- package/dist/native/components/ChatInput/MessageInput.js.map +1 -0
- package/dist/native/components/ChatInput/PromptExamples.d.ts +13 -0
- package/dist/native/components/ChatInput/PromptExamples.js +22 -0
- package/dist/native/components/ChatInput/PromptExamples.js.map +1 -0
- package/dist/native/components/ChatInput/index.d.ts +7 -0
- package/dist/native/components/ChatInput/index.js +15 -0
- package/dist/native/components/ChatInput/index.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.props.d.ts +32 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.props.js +2 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.props.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.state.d.ts +8 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.state.js +46 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.state.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.style.d.ts +81 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.style.js +155 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.style.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.type.d.ts +47 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.type.js +2 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.type.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.view.d.ts +4 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.view.js +227 -0
- package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.view.js.map +1 -0
- package/dist/native/components/ChatWidget/ChatWidget.d.ts +4 -0
- package/dist/native/components/ChatWidget/ChatWidget.js +11 -0
- package/dist/native/components/ChatWidget/ChatWidget.js.map +1 -0
- package/dist/native/components/ChatWidget/Widget/ChatWidgetWidget.d.ts +14 -0
- package/dist/native/components/ChatWidget/Widget/ChatWidgetWidget.js +131 -0
- package/dist/native/components/ChatWidget/Widget/ChatWidgetWidget.js.map +1 -0
- package/dist/native/components/ChatWidget/Widget/index.d.ts +2 -0
- package/dist/native/components/ChatWidget/Widget/index.js +3 -0
- package/dist/native/components/ChatWidget/Widget/index.js.map +1 -0
- package/dist/native/components/ChatWidget/Widget/useContextSelector.d.ts +22 -0
- package/dist/native/components/ChatWidget/Widget/useContextSelector.js +121 -0
- package/dist/native/components/ChatWidget/Widget/useContextSelector.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.props.d.ts +44 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.props.js +2 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.props.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.state.d.ts +14 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.state.js +102 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.state.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.style.d.ts +19 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.style.js +128 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.style.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.type.d.ts +34 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.type.js +2 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.type.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.view.d.ts +4 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.view.js +110 -0
- package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.view.js.map +1 -0
- package/dist/native/components/ColorPicker/ColorPicker.d.ts +3 -0
- package/dist/native/components/ColorPicker/ColorPicker.js +10 -0
- package/dist/native/components/ColorPicker/ColorPicker.js.map +1 -0
- package/dist/native/components/Command/Command/Command.props.d.ts +66 -0
- package/dist/native/components/Command/Command/Command.props.js +2 -0
- package/dist/native/components/Command/Command/Command.props.js.map +1 -0
- package/dist/native/components/Command/Command/Command.state.d.ts +17 -0
- package/dist/native/components/Command/Command/Command.state.js +99 -0
- package/dist/native/components/Command/Command/Command.state.js.map +1 -0
- package/dist/native/components/Command/Command/Command.style.d.ts +19 -0
- package/dist/native/components/Command/Command/Command.style.js +154 -0
- package/dist/native/components/Command/Command/Command.style.js.map +1 -0
- package/dist/native/components/Command/Command/Command.type.d.ts +42 -0
- package/dist/native/components/Command/Command/Command.type.js +2 -0
- package/dist/native/components/Command/Command/Command.type.js.map +1 -0
- package/dist/native/components/Command/Command/Command.view.d.ts +31 -0
- package/dist/native/components/Command/Command/Command.view.js +140 -0
- package/dist/native/components/Command/Command/Command.view.js.map +1 -0
- package/dist/native/components/Command/Command.d.ts +2 -0
- package/dist/native/components/Command/Command.js +21 -0
- package/dist/native/components/Command/Command.js.map +1 -0
- package/dist/native/components/Command/index.d.ts +1 -0
- package/dist/native/components/Command/index.js +3 -0
- package/dist/native/components/Command/index.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.props.d.ts +71 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.props.js +2 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.props.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.state.d.ts +27 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.state.js +74 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.state.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.style.d.ts +16 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.style.js +50 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.style.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.type.d.ts +52 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.type.js +2 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.type.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.d.ts +23 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.js +221 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.native.d.ts +23 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.native.js +120 -0
- package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.native.js.map +1 -0
- package/dist/native/components/ContextMenu/ContextMenu.d.ts +2 -0
- package/dist/native/components/ContextMenu/ContextMenu.js +41 -0
- package/dist/native/components/ContextMenu/ContextMenu.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.props.d.ts +15 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.props.js +2 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.props.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.state.d.ts +7 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.state.js +39 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.state.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.style.d.ts +65 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.style.js +89 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.style.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.type.d.ts +10 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.type.js +2 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.type.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.view.d.ts +3 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.view.js +59 -0
- package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.view.js.map +1 -0
- package/dist/native/components/CookieConsent/CookieConsent.d.ts +3 -0
- package/dist/native/components/CookieConsent/CookieConsent.js +8 -0
- package/dist/native/components/CookieConsent/CookieConsent.js.map +1 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.props.d.ts +18 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.props.js +2 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.props.js.map +1 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.state.d.ts +8 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.state.js +79 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.state.js.map +1 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.view.d.ts +3 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.view.js +11 -0
- package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.view.js.map +1 -0
- package/dist/native/components/DragAndDrop/DragAndDrop.d.ts +4 -0
- package/dist/native/components/DragAndDrop/DragAndDrop.js +10 -0
- package/dist/native/components/DragAndDrop/DragAndDrop.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.layout.d.ts +3 -0
- package/dist/native/components/Drawer/Drawer/Drawer.layout.js +51 -0
- package/dist/native/components/Drawer/Drawer/Drawer.layout.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.props.d.ts +51 -0
- package/dist/native/components/Drawer/Drawer/Drawer.props.js +2 -0
- package/dist/native/components/Drawer/Drawer/Drawer.props.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.store.d.ts +19 -0
- package/dist/native/components/Drawer/Drawer/Drawer.store.js +64 -0
- package/dist/native/components/Drawer/Drawer/Drawer.store.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.style.d.ts +4 -0
- package/dist/native/components/Drawer/Drawer/Drawer.style.js +49 -0
- package/dist/native/components/Drawer/Drawer/Drawer.style.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.d.ts +7 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.js +95 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.js.map +1 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.native.d.ts +14 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.native.js +73 -0
- package/dist/native/components/Drawer/Drawer/Drawer.view.native.js.map +1 -0
- package/dist/native/components/Drawer/Drawer.d.ts +3 -0
- package/dist/native/components/Drawer/Drawer.js +20 -0
- package/dist/native/components/Drawer/Drawer.js.map +1 -0
- package/dist/native/components/DropZone/DropZone/DropZone.props.d.ts +25 -0
- package/dist/native/components/DropZone/DropZone/DropZone.props.js +2 -0
- package/dist/native/components/DropZone/DropZone/DropZone.props.js.map +1 -0
- package/dist/native/components/DropZone/DropZone/DropZone.state.d.ts +2 -0
- package/dist/native/components/DropZone/DropZone/DropZone.state.js +99 -0
- package/dist/native/components/DropZone/DropZone/DropZone.state.js.map +1 -0
- package/dist/native/components/DropZone/DropZone/DropZone.view.d.ts +3 -0
- package/dist/native/components/DropZone/DropZone/DropZone.view.js +47 -0
- package/dist/native/components/DropZone/DropZone/DropZone.view.js.map +1 -0
- package/dist/native/components/DropZone/DropZone.d.ts +3 -0
- package/dist/native/components/DropZone/DropZone.js +9 -0
- package/dist/native/components/DropZone/DropZone.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.props.d.ts +51 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.props.js +2 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.props.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.state.d.ts +6 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.state.js +43 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.state.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.style.d.ts +17 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.style.js +84 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.style.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.type.d.ts +35 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.type.js +2 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.type.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.d.ts +20 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.js +192 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.native.d.ts +20 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.native.js +77 -0
- package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.native.js.map +1 -0
- package/dist/native/components/DropdownMenu/DropdownMenu.d.ts +2 -0
- package/dist/native/components/DropdownMenu/DropdownMenu.js +25 -0
- package/dist/native/components/DropdownMenu/DropdownMenu.js.map +1 -0
- package/dist/native/components/EditComponent/EditComponent.d.ts +14 -0
- package/dist/native/components/EditComponent/EditComponent.js +185 -0
- package/dist/native/components/EditComponent/EditComponent.js.map +1 -0
- package/dist/native/components/EditComponent/EditPanel.d.ts +7 -0
- package/dist/native/components/EditComponent/EditPanel.js +72 -0
- package/dist/native/components/EditComponent/EditPanel.js.map +1 -0
- package/dist/native/components/EditComponent/EditToolbar.d.ts +16 -0
- package/dist/native/components/EditComponent/EditToolbar.js +26 -0
- package/dist/native/components/EditComponent/EditToolbar.js.map +1 -0
- package/dist/native/components/EditComponent/index.d.ts +3 -0
- package/dist/native/components/EditComponent/index.js +4 -0
- package/dist/native/components/EditComponent/index.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.props.d.ts +47 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.props.js +2 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.props.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.state.d.ts +17 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.state.js +143 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.state.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.style.d.ts +18 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.style.js +2371 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.style.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.type.d.ts +28 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.type.js +2 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.type.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.view.d.ts +4 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.view.js +113 -0
- package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.view.js.map +1 -0
- package/dist/native/components/EmojiPicker/EmojiPicker.d.ts +3 -0
- package/dist/native/components/EmojiPicker/EmojiPicker.js +10 -0
- package/dist/native/components/EmojiPicker/EmojiPicker.js.map +1 -0
- package/dist/native/components/File/File.d.ts +14 -0
- package/dist/native/components/File/File.js +18 -0
- package/dist/native/components/File/File.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.props.d.ts +32 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.props.js +2 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.props.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.state.d.ts +8 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.state.js +12 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.state.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.style.d.ts +89 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.style.js +125 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.style.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.d.ts +10 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.js +128 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.native.d.ts +12 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.native.js +80 -0
- package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.native.js.map +1 -0
- package/dist/native/components/Form/Checkbox/Checkbox.d.ts +6 -0
- package/dist/native/components/Form/Checkbox/Checkbox.js +14 -0
- package/dist/native/components/Form/Checkbox/Checkbox.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.props.d.ts +54 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.props.js +2 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.props.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.state.d.ts +19 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.state.js +120 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.state.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.style.d.ts +16 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.style.js +150 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.style.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.type.d.ts +36 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.type.js +2 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.type.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.view.d.ts +4 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.view.js +114 -0
- package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.view.js.map +1 -0
- package/dist/native/components/Form/ColorInput/ColorInput.d.ts +3 -0
- package/dist/native/components/Form/ColorInput/ColorInput.js +10 -0
- package/dist/native/components/Form/ColorInput/ColorInput.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.context.d.ts +8 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.context.js +5 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.context.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.props.d.ts +39 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.props.js +2 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.props.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.provider.d.ts +2 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.provider.js +15 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.provider.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.state.d.ts +2 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.state.js +33 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.state.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.style.d.ts +116 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.style.js +170 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.style.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.type.d.ts +11 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.type.js +2 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.type.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.view.d.ts +4 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.view.js +228 -0
- package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.view.js.map +1 -0
- package/dist/native/components/Form/ComboBox/ComboBox.d.ts +3 -0
- package/dist/native/components/Form/ComboBox/ComboBox.js +26 -0
- package/dist/native/components/Form/ComboBox/ComboBox.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.props.d.ts +48 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.props.js +2 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.props.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.state.d.ts +15 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.state.js +23 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.state.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.style.d.ts +3 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.style.js +17 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.style.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.view.d.ts +5 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.view.js +109 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.view.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker.d.ts +3 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker.js +14 -0
- package/dist/native/components/Form/CountryPicker/CountryPicker.js.map +1 -0
- package/dist/native/components/Form/CountryPicker/countries.json +1453 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.props.d.ts +95 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.props.js +2 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.props.js.map +1 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.state.d.ts +9 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.state.js +16 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.state.js.map +1 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.style.d.ts +3 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.style.js +15 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.style.js.map +1 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.view.d.ts +4 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.view.js +64 -0
- package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.view.js.map +1 -0
- package/dist/native/components/Form/DatePicker/DatePicker.d.ts +6 -0
- package/dist/native/components/Form/DatePicker/DatePicker.js +12 -0
- package/dist/native/components/Form/DatePicker/DatePicker.js.map +1 -0
- package/dist/native/components/Form/Form.d.ts +12 -0
- package/dist/native/components/Form/Form.js +13 -0
- package/dist/native/components/Form/Form.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.props.d.ts +17 -0
- package/dist/native/components/Form/Label/Label/Label.props.js +2 -0
- package/dist/native/components/Form/Label/Label/Label.props.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.style.d.ts +2 -0
- package/dist/native/components/Form/Label/Label/Label.style.js +36 -0
- package/dist/native/components/Form/Label/Label/Label.style.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.type.d.ts +3 -0
- package/dist/native/components/Form/Label/Label/Label.type.js +2 -0
- package/dist/native/components/Form/Label/Label/Label.type.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.view.d.ts +4 -0
- package/dist/native/components/Form/Label/Label/Label.view.js +31 -0
- package/dist/native/components/Form/Label/Label/Label.view.js.map +1 -0
- package/dist/native/components/Form/Label/Label/Label.view.native.d.ts +12 -0
- package/dist/native/components/Form/Label/Label/Label.view.native.js +24 -0
- package/dist/native/components/Form/Label/Label/Label.view.native.js.map +1 -0
- package/dist/native/components/Form/Label/Label.d.ts +3 -0
- package/dist/native/components/Form/Label/Label.js +12 -0
- package/dist/native/components/Form/Label/Label.js.map +1 -0
- package/dist/native/components/Form/Password/Password/Password.props.d.ts +37 -0
- package/dist/native/components/Form/Password/Password/Password.props.js +2 -0
- package/dist/native/components/Form/Password/Password/Password.props.js.map +1 -0
- package/dist/native/components/Form/Password/Password/Password.state.d.ts +1736 -0
- package/dist/native/components/Form/Password/Password/Password.state.js +8 -0
- package/dist/native/components/Form/Password/Password/Password.state.js.map +1 -0
- package/dist/native/components/Form/Password/Password.d.ts +6 -0
- package/dist/native/components/Form/Password/Password.js +20 -0
- package/dist/native/components/Form/Password/Password.js.map +1 -0
- package/dist/native/components/Form/Password/example/Default.d.ts +2 -0
- package/dist/native/components/Form/Password/example/Default.js +4 -0
- package/dist/native/components/Form/Password/example/Default.js.map +1 -0
- package/dist/native/components/Form/Password/example/DisabledInput.d.ts +2 -0
- package/dist/native/components/Form/Password/example/DisabledInput.js +6 -0
- package/dist/native/components/Form/Password/example/DisabledInput.js.map +1 -0
- package/dist/native/components/Form/Password/example/ErrorInput.d.ts +2 -0
- package/dist/native/components/Form/Password/example/ErrorInput.js +44 -0
- package/dist/native/components/Form/Password/example/ErrorInput.js.map +1 -0
- package/dist/native/components/Form/Password/example/HelperText.d.ts +2 -0
- package/dist/native/components/Form/Password/example/HelperText.js +43 -0
- package/dist/native/components/Form/Password/example/HelperText.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.props.d.ts +30 -0
- package/dist/native/components/Form/Radio/Radio/Radio.props.js +2 -0
- package/dist/native/components/Form/Radio/Radio/Radio.props.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.state.d.ts +8 -0
- package/dist/native/components/Form/Radio/Radio/Radio.state.js +18 -0
- package/dist/native/components/Form/Radio/Radio/Radio.state.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.style.d.ts +68 -0
- package/dist/native/components/Form/Radio/Radio/Radio.style.js +98 -0
- package/dist/native/components/Form/Radio/Radio/Radio.style.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.d.ts +4 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.js +142 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.native.d.ts +11 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.native.js +86 -0
- package/dist/native/components/Form/Radio/Radio/Radio.view.native.js.map +1 -0
- package/dist/native/components/Form/Radio/Radio.d.ts +3 -0
- package/dist/native/components/Form/Radio/Radio.js +12 -0
- package/dist/native/components/Form/Radio/Radio.js.map +1 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.props.d.ts +22 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.props.js +2 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.props.js.map +1 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.state.d.ts +5 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.state.js +23 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.state.js.map +1 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.view.d.ts +4 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.view.js +42 -0
- package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.view.js.map +1 -0
- package/dist/native/components/Form/Radio/RadioGroup.d.ts +3 -0
- package/dist/native/components/Form/Radio/RadioGroup.js +13 -0
- package/dist/native/components/Form/Radio/RadioGroup.js.map +1 -0
- package/dist/native/components/Form/Radio/index.d.ts +2 -0
- package/dist/native/components/Form/Radio/index.js +5 -0
- package/dist/native/components/Form/Radio/index.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.props.d.ts +78 -0
- package/dist/native/components/Form/Select/Select/Select.props.js +2 -0
- package/dist/native/components/Form/Select/Select/Select.props.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.state.d.ts +19 -0
- package/dist/native/components/Form/Select/Select/Select.state.js +46 -0
- package/dist/native/components/Form/Select/Select/Select.state.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.style.d.ts +90 -0
- package/dist/native/components/Form/Select/Select/Select.style.js +127 -0
- package/dist/native/components/Form/Select/Select/Select.style.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.view.d.ts +10 -0
- package/dist/native/components/Form/Select/Select/Select.view.js +335 -0
- package/dist/native/components/Form/Select/Select/Select.view.js.map +1 -0
- package/dist/native/components/Form/Select/Select/Select.view.native.d.ts +21 -0
- package/dist/native/components/Form/Select/Select/Select.view.native.js +167 -0
- package/dist/native/components/Form/Select/Select/Select.view.native.js.map +1 -0
- package/dist/native/components/Form/Select/Select.d.ts +3 -0
- package/dist/native/components/Form/Select/Select.js +25 -0
- package/dist/native/components/Form/Select/Select.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector/Selector.props.d.ts +68 -0
- package/dist/native/components/Form/Selector/Selector/Selector.props.js +2 -0
- package/dist/native/components/Form/Selector/Selector/Selector.props.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector/Selector.state.d.ts +19 -0
- package/dist/native/components/Form/Selector/Selector/Selector.state.js +36 -0
- package/dist/native/components/Form/Selector/Selector/Selector.state.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector/Selector.style.d.ts +6 -0
- package/dist/native/components/Form/Selector/Selector/Selector.style.js +48 -0
- package/dist/native/components/Form/Selector/Selector/Selector.style.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector/Selector.view.d.ts +4 -0
- package/dist/native/components/Form/Selector/Selector/Selector.view.js +35 -0
- package/dist/native/components/Form/Selector/Selector/Selector.view.js.map +1 -0
- package/dist/native/components/Form/Selector/Selector.d.ts +3 -0
- package/dist/native/components/Form/Selector/Selector.js +20 -0
- package/dist/native/components/Form/Selector/Selector.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.props.d.ts +28 -0
- package/dist/native/components/Form/Switch/Switch/Switch.props.js +2 -0
- package/dist/native/components/Form/Switch/Switch/Switch.props.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.state.d.ts +10 -0
- package/dist/native/components/Form/Switch/Switch/Switch.state.js +24 -0
- package/dist/native/components/Form/Switch/Switch/Switch.state.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.style.d.ts +76 -0
- package/dist/native/components/Form/Switch/Switch/Switch.style.js +137 -0
- package/dist/native/components/Form/Switch/Switch/Switch.style.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.d.ts +10 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.js +113 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.native.d.ts +15 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.native.js +48 -0
- package/dist/native/components/Form/Switch/Switch/Switch.view.native.js.map +1 -0
- package/dist/native/components/Form/Switch/Switch.d.ts +3 -0
- package/dist/native/components/Form/Switch/Switch.js +15 -0
- package/dist/native/components/Form/Switch/Switch.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.props.d.ts +59 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.props.js +2 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.props.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.state.d.ts +19 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.state.js +158 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.state.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.type.d.ts +25 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.type.js +2 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.type.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.view.d.ts +4 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.view.js +84 -0
- package/dist/native/components/Form/TagInput/TagInput/TagInput.view.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput/index.d.ts +4 -0
- package/dist/native/components/Form/TagInput/TagInput/index.js +9 -0
- package/dist/native/components/Form/TagInput/TagInput/index.js.map +1 -0
- package/dist/native/components/Form/TagInput/TagInput.d.ts +3 -0
- package/dist/native/components/Form/TagInput/TagInput.js +11 -0
- package/dist/native/components/Form/TagInput/TagInput.js.map +1 -0
- package/dist/native/components/Form/TagInput/index.d.ts +2 -0
- package/dist/native/components/Form/TagInput/index.js +3 -0
- package/dist/native/components/Form/TagInput/index.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.props.d.ts +46 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.props.js +2 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.props.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.state.d.ts +11 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.state.js +28 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.state.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.type.d.ts +13 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.type.js +2 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.type.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.d.ts +10 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.js +144 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.native.d.ts +12 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.native.js +81 -0
- package/dist/native/components/Form/TextArea/TextArea/TextArea.view.native.js.map +1 -0
- package/dist/native/components/Form/TextArea/TextArea.d.ts +3 -0
- package/dist/native/components/Form/TextArea/TextArea.js +15 -0
- package/dist/native/components/Form/TextArea/TextArea.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField/TextField.props.d.ts +46 -0
- package/dist/native/components/Form/TextField/TextField/TextField.props.js +2 -0
- package/dist/native/components/Form/TextField/TextField/TextField.props.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField/TextField.state.d.ts +11 -0
- package/dist/native/components/Form/TextField/TextField/TextField.state.js +30 -0
- package/dist/native/components/Form/TextField/TextField/TextField.state.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.d.ts +10 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.js +166 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.native.d.ts +14 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.native.js +100 -0
- package/dist/native/components/Form/TextField/TextField/TextField.view.native.js.map +1 -0
- package/dist/native/components/Form/TextField/TextField.d.ts +3 -0
- package/dist/native/components/Form/TextField/TextField.js +14 -0
- package/dist/native/components/Form/TextField/TextField.js.map +1 -0
- package/dist/native/components/Formik/AttachmentPreview.d.ts +19 -0
- package/dist/native/components/Formik/AttachmentPreview.js +62 -0
- package/dist/native/components/Formik/AttachmentPreview.js.map +1 -0
- package/dist/native/components/Formik/Formik.ChatInput.d.ts +12 -0
- package/dist/native/components/Formik/Formik.ChatInput.js +46 -0
- package/dist/native/components/Formik/Formik.ChatInput.js.map +1 -0
- package/dist/native/components/Formik/Formik.Checkbox.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Checkbox.js +15 -0
- package/dist/native/components/Formik/Formik.Checkbox.js.map +1 -0
- package/dist/native/components/Formik/Formik.ColorInput.d.ts +6 -0
- package/dist/native/components/Formik/Formik.ColorInput.js +14 -0
- package/dist/native/components/Formik/Formik.ColorInput.js.map +1 -0
- package/dist/native/components/Formik/Formik.ComboBox.d.ts +6 -0
- package/dist/native/components/Formik/Formik.ComboBox.js +34 -0
- package/dist/native/components/Formik/Formik.ComboBox.js.map +1 -0
- package/dist/native/components/Formik/Formik.CountryPicker.d.ts +6 -0
- package/dist/native/components/Formik/Formik.CountryPicker.js +14 -0
- package/dist/native/components/Formik/Formik.CountryPicker.js.map +1 -0
- package/dist/native/components/Formik/Formik.DatePicker.d.ts +6 -0
- package/dist/native/components/Formik/Formik.DatePicker.js +14 -0
- package/dist/native/components/Formik/Formik.DatePicker.js.map +1 -0
- package/dist/native/components/Formik/Formik.EmojiPicker.d.ts +6 -0
- package/dist/native/components/Formik/Formik.EmojiPicker.js +25 -0
- package/dist/native/components/Formik/Formik.EmojiPicker.js.map +1 -0
- package/dist/native/components/Formik/Formik.Form.d.ts +26 -0
- package/dist/native/components/Formik/Formik.Form.js +69 -0
- package/dist/native/components/Formik/Formik.Form.js.map +1 -0
- package/dist/native/components/Formik/Formik.Hook.d.ts +1 -0
- package/dist/native/components/Formik/Formik.Hook.js +70 -0
- package/dist/native/components/Formik/Formik.Hook.js.map +1 -0
- package/dist/native/components/Formik/Formik.IconPicker.d.ts +6 -0
- package/dist/native/components/Formik/Formik.IconPicker.js +24 -0
- package/dist/native/components/Formik/Formik.IconPicker.js.map +1 -0
- package/dist/native/components/Formik/Formik.OTPInput.d.ts +8 -0
- package/dist/native/components/Formik/Formik.OTPInput.js +45 -0
- package/dist/native/components/Formik/Formik.OTPInput.js.map +1 -0
- package/dist/native/components/Formik/Formik.Password.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Password.js +22 -0
- package/dist/native/components/Formik/Formik.Password.js.map +1 -0
- package/dist/native/components/Formik/Formik.Radio.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Radio.js +15 -0
- package/dist/native/components/Formik/Formik.Radio.js.map +1 -0
- package/dist/native/components/Formik/Formik.Select.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Select.js +15 -0
- package/dist/native/components/Formik/Formik.Select.js.map +1 -0
- package/dist/native/components/Formik/Formik.Selector.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Selector.js +15 -0
- package/dist/native/components/Formik/Formik.Selector.js.map +1 -0
- package/dist/native/components/Formik/Formik.Slider.d.ts +7 -0
- package/dist/native/components/Formik/Formik.Slider.js +27 -0
- package/dist/native/components/Formik/Formik.Slider.js.map +1 -0
- package/dist/native/components/Formik/Formik.Switch.d.ts +3 -0
- package/dist/native/components/Formik/Formik.Switch.js +11 -0
- package/dist/native/components/Formik/Formik.Switch.js.map +1 -0
- package/dist/native/components/Formik/Formik.TagInput.d.ts +9 -0
- package/dist/native/components/Formik/Formik.TagInput.js +46 -0
- package/dist/native/components/Formik/Formik.TagInput.js.map +1 -0
- package/dist/native/components/Formik/Formik.TextArea.d.ts +6 -0
- package/dist/native/components/Formik/Formik.TextArea.js +14 -0
- package/dist/native/components/Formik/Formik.TextArea.js.map +1 -0
- package/dist/native/components/Formik/Formik.TextField.d.ts +6 -0
- package/dist/native/components/Formik/Formik.TextField.js +14 -0
- package/dist/native/components/Formik/Formik.TextField.js.map +1 -0
- package/dist/native/components/Formik/Formik.Toggle.d.ts +6 -0
- package/dist/native/components/Formik/Formik.Toggle.js +26 -0
- package/dist/native/components/Formik/Formik.Toggle.js.map +1 -0
- package/dist/native/components/Formik/Formik.ToggleGroup.d.ts +6 -0
- package/dist/native/components/Formik/Formik.ToggleGroup.js +26 -0
- package/dist/native/components/Formik/Formik.ToggleGroup.js.map +1 -0
- package/dist/native/components/Formik/Formik.Uploader.d.ts +38 -0
- package/dist/native/components/Formik/Formik.Uploader.js +70 -0
- package/dist/native/components/Formik/Formik.Uploader.js.map +1 -0
- package/dist/native/components/Formik/index.d.ts +23 -0
- package/dist/native/components/Formik/index.js +24 -0
- package/dist/native/components/Formik/index.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.props.d.ts +15 -0
- package/dist/native/components/Gradient/Gradient/Gradient.props.js +2 -0
- package/dist/native/components/Gradient/Gradient/Gradient.props.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.style.d.ts +55 -0
- package/dist/native/components/Gradient/Gradient/Gradient.style.js +114 -0
- package/dist/native/components/Gradient/Gradient/Gradient.style.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.type.d.ts +13 -0
- package/dist/native/components/Gradient/Gradient/Gradient.type.js +2 -0
- package/dist/native/components/Gradient/Gradient/Gradient.type.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.d.ts +3 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.js +46 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.js.map +1 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.native.d.ts +13 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.native.js +109 -0
- package/dist/native/components/Gradient/Gradient/Gradient.view.native.js.map +1 -0
- package/dist/native/components/Gradient/Gradient.d.ts +3 -0
- package/dist/native/components/Gradient/Gradient.js +7 -0
- package/dist/native/components/Gradient/Gradient.js.map +1 -0
- package/dist/native/components/Gradient/index.d.ts +1 -0
- package/dist/native/components/Gradient/index.js +3 -0
- package/dist/native/components/Gradient/index.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.props.d.ts +33 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.props.js +2 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.props.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.state.d.ts +11 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.state.js +58 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.state.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.style.d.ts +5 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.style.js +126 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.style.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.type.d.ts +12 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.type.js +2 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.type.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.d.ts +10 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.js +145 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.native.d.ts +10 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.native.js +50 -0
- package/dist/native/components/HoverCard/HoverCard/HoverCard.view.native.js.map +1 -0
- package/dist/native/components/HoverCard/HoverCard.d.ts +2 -0
- package/dist/native/components/HoverCard/HoverCard.js +17 -0
- package/dist/native/components/HoverCard/HoverCard.js.map +1 -0
- package/dist/native/components/Icon/Icon.d.ts +110 -0
- package/dist/native/components/Icon/Icon.js +178 -0
- package/dist/native/components/Icon/Icon.js.map +1 -0
- package/dist/native/components/Icon/Icon.native.d.ts +118 -0
- package/dist/native/components/Icon/Icon.native.js +160 -0
- package/dist/native/components/Icon/Icon.native.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.constants.d.ts +2 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.constants.js +1670 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.constants.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.props.d.ts +37 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.props.js +2 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.props.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.state.d.ts +14 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.state.js +87 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.state.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.style.d.ts +13 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.style.js +126 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.style.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.type.d.ts +14 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.type.js +2 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.type.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.view.d.ts +4 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.view.js +78 -0
- package/dist/native/components/IconPicker/IconPicker/IconPicker.view.js.map +1 -0
- package/dist/native/components/IconPicker/IconPicker.d.ts +3 -0
- package/dist/native/components/IconPicker/IconPicker.js +10 -0
- package/dist/native/components/IconPicker/IconPicker.js.map +1 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer/FieldContainer.props.d.ts +22 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer/FieldContainer.props.js +2 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer/FieldContainer.props.js.map +1 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer.d.ts +9 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer.js +23 -0
- package/dist/native/components/Input/FieldContainer/FieldContainer.js.map +1 -0
- package/dist/native/components/Input/FieldContent/FieldContent/FieldContent.props.d.ts +70 -0
- package/dist/native/components/Input/FieldContent/FieldContent/FieldContent.props.js +2 -0
- package/dist/native/components/Input/FieldContent/FieldContent/FieldContent.props.js.map +1 -0
- package/dist/native/components/Input/FieldContent/FieldContent.d.ts +9 -0
- package/dist/native/components/Input/FieldContent/FieldContent.js +25 -0
- package/dist/native/components/Input/FieldContent/FieldContent.js.map +1 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons/FieldIcons.props.d.ts +3 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons/FieldIcons.props.js +2 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons/FieldIcons.props.js.map +1 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons.d.ts +3 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons.js +6 -0
- package/dist/native/components/Input/FieldIcons/FieldIcons.js.map +1 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel/FieldLabel.props.d.ts +31 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel/FieldLabel.props.js +2 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel/FieldLabel.props.js.map +1 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel.d.ts +9 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel.js +13 -0
- package/dist/native/components/Input/FieldLabel/FieldLabel.js.map +1 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout/FieldLayout.props.d.ts +25 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout/FieldLayout.props.js +2 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout/FieldLayout.props.js.map +1 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout.d.ts +3 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout.js +7 -0
- package/dist/native/components/Input/FieldLayout/FieldLayout.js.map +1 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.d.ts +9 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.js +12 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.js.map +1 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.props.d.ts +3 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.props.js +2 -0
- package/dist/native/components/Input/FieldWrapper/FieldWrapper.props.js.map +1 -0
- package/dist/native/components/Input/HelperText/HelperText.d.ts +9 -0
- package/dist/native/components/Input/HelperText/HelperText.js +12 -0
- package/dist/native/components/Input/HelperText/HelperText.js.map +1 -0
- package/dist/native/components/Input/HelperText/HelperText.props.d.ts +17 -0
- package/dist/native/components/Input/HelperText/HelperText.props.js +2 -0
- package/dist/native/components/Input/HelperText/HelperText.props.js.map +1 -0
- package/dist/native/components/Input/Input.style.d.ts +62 -0
- package/dist/native/components/Input/Input.style.js +130 -0
- package/dist/native/components/Input/Input.style.js.map +1 -0
- package/dist/native/components/Input/Input.type.d.ts +13 -0
- package/dist/native/components/Input/Input.type.js +2 -0
- package/dist/native/components/Input/Input.type.js.map +1 -0
- package/dist/native/components/Input/index.d.ts +7 -0
- package/dist/native/components/Input/index.js +8 -0
- package/dist/native/components/Input/index.js.map +1 -0
- package/dist/native/components/Link/Link/Link.props.d.ts +15 -0
- package/dist/native/components/Link/Link/Link.props.js +2 -0
- package/dist/native/components/Link/Link/Link.props.js.map +1 -0
- package/dist/native/components/Link/Link/Link.state.d.ts +4 -0
- package/dist/native/components/Link/Link/Link.state.js +7 -0
- package/dist/native/components/Link/Link/Link.state.js.map +1 -0
- package/dist/native/components/Link/Link/Link.style.d.ts +7 -0
- package/dist/native/components/Link/Link/Link.style.js +29 -0
- package/dist/native/components/Link/Link/Link.style.js.map +1 -0
- package/dist/native/components/Link/Link/Link.view.d.ts +4 -0
- package/dist/native/components/Link/Link/Link.view.js +33 -0
- package/dist/native/components/Link/Link/Link.view.js.map +1 -0
- package/dist/native/components/Link/Link/Link.view.native.d.ts +11 -0
- package/dist/native/components/Link/Link/Link.view.native.js +33 -0
- package/dist/native/components/Link/Link/Link.view.native.js.map +1 -0
- package/dist/native/components/Link/Link.d.ts +3 -0
- package/dist/native/components/Link/Link.js +10 -0
- package/dist/native/components/Link/Link.js.map +1 -0
- package/dist/native/components/Loader/Loader/Loader.props.d.ts +27 -0
- package/dist/native/components/Loader/Loader/Loader.props.js +2 -0
- package/dist/native/components/Loader/Loader/Loader.props.js.map +1 -0
- package/dist/native/components/Loader/Loader/Loader.style.d.ts +4 -0
- package/dist/native/components/Loader/Loader/Loader.style.js +21 -0
- package/dist/native/components/Loader/Loader/Loader.style.js.map +1 -0
- package/dist/native/components/Loader/Loader/Loader.view.d.ts +11 -0
- package/dist/native/components/Loader/Loader/Loader.view.js +87 -0
- package/dist/native/components/Loader/Loader/Loader.view.js.map +1 -0
- package/dist/native/components/Loader/Loader/Loader.view.native.d.ts +18 -0
- package/dist/native/components/Loader/Loader/Loader.view.native.js +106 -0
- package/dist/native/components/Loader/Loader/Loader.view.native.js.map +1 -0
- package/dist/native/components/Loader/Loader.d.ts +3 -0
- package/dist/native/components/Loader/Loader.js +12 -0
- package/dist/native/components/Loader/Loader.js.map +1 -0
- package/dist/native/components/MediaPreview.d.ts +14 -0
- package/dist/native/components/MediaPreview.js +30 -0
- package/dist/native/components/MediaPreview.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.props.d.ts +71 -0
- package/dist/native/components/Menubar/Menubar/Menubar.props.js +2 -0
- package/dist/native/components/Menubar/Menubar/Menubar.props.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.state.d.ts +8 -0
- package/dist/native/components/Menubar/Menubar/Menubar.state.js +43 -0
- package/dist/native/components/Menubar/Menubar/Menubar.state.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.style.d.ts +19 -0
- package/dist/native/components/Menubar/Menubar/Menubar.style.js +70 -0
- package/dist/native/components/Menubar/Menubar/Menubar.style.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.type.d.ts +36 -0
- package/dist/native/components/Menubar/Menubar/Menubar.type.js +2 -0
- package/dist/native/components/Menubar/Menubar/Menubar.type.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.d.ts +22 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.js +242 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.js.map +1 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.native.d.ts +22 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.native.js +105 -0
- package/dist/native/components/Menubar/Menubar/Menubar.view.native.js.map +1 -0
- package/dist/native/components/Menubar/Menubar.d.ts +2 -0
- package/dist/native/components/Menubar/Menubar.js +30 -0
- package/dist/native/components/Menubar/Menubar.js.map +1 -0
- package/dist/native/components/Menubar/index.d.ts +1 -0
- package/dist/native/components/Menubar/index.js +3 -0
- package/dist/native/components/Menubar/index.js.map +1 -0
- package/dist/native/components/Message/Message/Message.layout.d.ts +3 -0
- package/dist/native/components/Message/Message/Message.layout.js +32 -0
- package/dist/native/components/Message/Message/Message.layout.js.map +1 -0
- package/dist/native/components/Message/Message/Message.props.d.ts +39 -0
- package/dist/native/components/Message/Message/Message.props.js +2 -0
- package/dist/native/components/Message/Message/Message.props.js.map +1 -0
- package/dist/native/components/Message/Message/Message.store.d.ts +5 -0
- package/dist/native/components/Message/Message/Message.store.js +37 -0
- package/dist/native/components/Message/Message/Message.store.js.map +1 -0
- package/dist/native/components/Message/Message/Message.style.d.ts +5 -0
- package/dist/native/components/Message/Message/Message.style.js +82 -0
- package/dist/native/components/Message/Message/Message.style.js.map +1 -0
- package/dist/native/components/Message/Message/Message.type.d.ts +48 -0
- package/dist/native/components/Message/Message/Message.type.js +2 -0
- package/dist/native/components/Message/Message/Message.type.js.map +1 -0
- package/dist/native/components/Message/Message/Message.view.d.ts +3 -0
- package/dist/native/components/Message/Message/Message.view.js +69 -0
- package/dist/native/components/Message/Message/Message.view.js.map +1 -0
- package/dist/native/components/Message/Message.d.ts +5 -0
- package/dist/native/components/Message/Message.js +4 -0
- package/dist/native/components/Message/Message.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.layout.d.ts +3 -0
- package/dist/native/components/Modal/Modal/Modal.layout.js +43 -0
- package/dist/native/components/Modal/Modal/Modal.layout.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.props.d.ts +88 -0
- package/dist/native/components/Modal/Modal/Modal.props.js +2 -0
- package/dist/native/components/Modal/Modal/Modal.props.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.store.d.ts +19 -0
- package/dist/native/components/Modal/Modal/Modal.store.js +60 -0
- package/dist/native/components/Modal/Modal/Modal.store.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.style.d.ts +33 -0
- package/dist/native/components/Modal/Modal/Modal.style.js +77 -0
- package/dist/native/components/Modal/Modal/Modal.style.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.view.d.ts +21 -0
- package/dist/native/components/Modal/Modal/Modal.view.js +86 -0
- package/dist/native/components/Modal/Modal/Modal.view.js.map +1 -0
- package/dist/native/components/Modal/Modal/Modal.view.native.d.ts +29 -0
- package/dist/native/components/Modal/Modal/Modal.view.native.js +62 -0
- package/dist/native/components/Modal/Modal/Modal.view.native.js.map +1 -0
- package/dist/native/components/Modal/Modal.d.ts +3 -0
- package/dist/native/components/Modal/Modal.js +13 -0
- package/dist/native/components/Modal/Modal.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.props.d.ts +68 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.props.js +2 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.props.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.state.d.ts +8 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.state.js +30 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.state.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.style.d.ts +32 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.style.js +117 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.style.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.type.d.ts +35 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.type.js +2 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.type.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.d.ts +26 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.js +295 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.native.d.ts +26 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.native.js +146 -0
- package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.native.js.map +1 -0
- package/dist/native/components/NavigationMenu/NavigationMenu.d.ts +2 -0
- package/dist/native/components/NavigationMenu/NavigationMenu.js +31 -0
- package/dist/native/components/NavigationMenu/NavigationMenu.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.props.d.ts +44 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.props.js +2 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.props.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.state.d.ts +23 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.state.js +260 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.state.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.type.d.ts +9 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.type.js +2 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.type.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.d.ts +29 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.js +191 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.native.d.ts +29 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.native.js +49 -0
- package/dist/native/components/OTPInput/OTPInput/OTPInput.view.native.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput/sync-timeouts.d.ts +1 -0
- package/dist/native/components/OTPInput/OTPInput/sync-timeouts.js +12 -0
- package/dist/native/components/OTPInput/OTPInput/sync-timeouts.js.map +1 -0
- package/dist/native/components/OTPInput/OTPInput.d.ts +3 -0
- package/dist/native/components/OTPInput/OTPInput.js +12 -0
- package/dist/native/components/OTPInput/OTPInput.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.props.d.ts +19 -0
- package/dist/native/components/Pagination/Pagination/Pagination.props.js +2 -0
- package/dist/native/components/Pagination/Pagination/Pagination.props.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.state.d.ts +3 -0
- package/dist/native/components/Pagination/Pagination/Pagination.state.js +40 -0
- package/dist/native/components/Pagination/Pagination/Pagination.state.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.style.d.ts +7 -0
- package/dist/native/components/Pagination/Pagination/Pagination.style.js +111 -0
- package/dist/native/components/Pagination/Pagination/Pagination.style.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.type.d.ts +17 -0
- package/dist/native/components/Pagination/Pagination/Pagination.type.js +2 -0
- package/dist/native/components/Pagination/Pagination/Pagination.type.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.d.ts +3 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.js +72 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.js.map +1 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.native.d.ts +3 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.native.js +47 -0
- package/dist/native/components/Pagination/Pagination/Pagination.view.native.js.map +1 -0
- package/dist/native/components/Pagination/Pagination.d.ts +3 -0
- package/dist/native/components/Pagination/Pagination.js +10 -0
- package/dist/native/components/Pagination/Pagination.js.map +1 -0
- package/dist/native/components/Pagination/index.d.ts +1 -0
- package/dist/native/components/Pagination/index.js +3 -0
- package/dist/native/components/Pagination/index.js.map +1 -0
- package/dist/native/components/Portal/Portal.d.ts +7 -0
- package/dist/native/components/Portal/Portal.js +32 -0
- package/dist/native/components/Portal/Portal.js.map +1 -0
- package/dist/native/components/Portal/Portal.native.d.ts +13 -0
- package/dist/native/components/Portal/Portal.native.js +10 -0
- package/dist/native/components/Portal/Portal.native.js.map +1 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.props.d.ts +24 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.props.js +2 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.props.js.map +1 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.d.ts +4 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.js +112 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.js.map +1 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.native.d.ts +9 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.native.js +64 -0
- package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.native.js.map +1 -0
- package/dist/native/components/ProgressBar/ProgressBar.d.ts +4 -0
- package/dist/native/components/ProgressBar/ProgressBar.js +11 -0
- package/dist/native/components/ProgressBar/ProgressBar.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.props.d.ts +52 -0
- package/dist/native/components/Resizable/Resizable/Resizable.props.js +2 -0
- package/dist/native/components/Resizable/Resizable/Resizable.props.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.state.d.ts +16 -0
- package/dist/native/components/Resizable/Resizable/Resizable.state.js +318 -0
- package/dist/native/components/Resizable/Resizable/Resizable.state.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.style.d.ts +7 -0
- package/dist/native/components/Resizable/Resizable/Resizable.style.js +81 -0
- package/dist/native/components/Resizable/Resizable/Resizable.style.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.type.d.ts +44 -0
- package/dist/native/components/Resizable/Resizable/Resizable.type.js +2 -0
- package/dist/native/components/Resizable/Resizable/Resizable.type.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.d.ts +13 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.js +145 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.js.map +1 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.native.d.ts +13 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.native.js +98 -0
- package/dist/native/components/Resizable/Resizable/Resizable.view.native.js.map +1 -0
- package/dist/native/components/Resizable/Resizable.d.ts +2 -0
- package/dist/native/components/Resizable/Resizable.js +31 -0
- package/dist/native/components/Resizable/Resizable.js.map +1 -0
- package/dist/native/components/Resizable/index.d.ts +1 -0
- package/dist/native/components/Resizable/index.js +3 -0
- package/dist/native/components/Resizable/index.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.props.d.ts +12 -0
- package/dist/native/components/Separator/Separator/Separator.props.js +2 -0
- package/dist/native/components/Separator/Separator/Separator.props.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.style.d.ts +23 -0
- package/dist/native/components/Separator/Separator/Separator.style.js +46 -0
- package/dist/native/components/Separator/Separator/Separator.style.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.type.d.ts +8 -0
- package/dist/native/components/Separator/Separator/Separator.type.js +2 -0
- package/dist/native/components/Separator/Separator/Separator.type.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.view.d.ts +3 -0
- package/dist/native/components/Separator/Separator/Separator.view.js +42 -0
- package/dist/native/components/Separator/Separator/Separator.view.js.map +1 -0
- package/dist/native/components/Separator/Separator/Separator.view.native.d.ts +3 -0
- package/dist/native/components/Separator/Separator/Separator.view.native.js +30 -0
- package/dist/native/components/Separator/Separator/Separator.view.native.js.map +1 -0
- package/dist/native/components/Separator/Separator.d.ts +4 -0
- package/dist/native/components/Separator/Separator.js +11 -0
- package/dist/native/components/Separator/Separator.js.map +1 -0
- package/dist/native/components/Separator/index.d.ts +1 -0
- package/dist/native/components/Separator/index.js +3 -0
- package/dist/native/components/Separator/index.js.map +1 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.props.d.ts +19 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.props.js +2 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.props.js.map +1 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.state.d.ts +6 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.state.js +90 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.state.js.map +1 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.view.d.ts +4 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.view.js +49 -0
- package/dist/native/components/ShareButton/ShareButton/ShareButton.view.js.map +1 -0
- package/dist/native/components/ShareButton/ShareButton.d.ts +3 -0
- package/dist/native/components/ShareButton/ShareButton.js +11 -0
- package/dist/native/components/ShareButton/ShareButton.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.props.d.ts +54 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.props.js +2 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.props.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.state.d.ts +7 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.state.js +44 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.state.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.style.d.ts +13 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.style.js +106 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.style.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.type.d.ts +32 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.type.js +2 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.type.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.d.ts +21 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.js +95 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.native.d.ts +21 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.native.js +82 -0
- package/dist/native/components/Sidebar/Sidebar/Sidebar.view.native.js.map +1 -0
- package/dist/native/components/Sidebar/Sidebar.d.ts +2 -0
- package/dist/native/components/Sidebar/Sidebar.js +27 -0
- package/dist/native/components/Sidebar/Sidebar.js.map +1 -0
- package/dist/native/components/Sidebar/index.d.ts +1 -0
- package/dist/native/components/Sidebar/index.js +3 -0
- package/dist/native/components/Sidebar/index.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.props.d.ts +36 -0
- package/dist/native/components/Slider/Slider/Slider.props.js +2 -0
- package/dist/native/components/Slider/Slider/Slider.props.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.state.d.ts +14 -0
- package/dist/native/components/Slider/Slider/Slider.state.js +146 -0
- package/dist/native/components/Slider/Slider/Slider.state.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.style.d.ts +15 -0
- package/dist/native/components/Slider/Slider/Slider.style.js +127 -0
- package/dist/native/components/Slider/Slider/Slider.style.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.type.d.ts +18 -0
- package/dist/native/components/Slider/Slider/Slider.type.js +2 -0
- package/dist/native/components/Slider/Slider/Slider.type.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.view.d.ts +3 -0
- package/dist/native/components/Slider/Slider/Slider.view.js +144 -0
- package/dist/native/components/Slider/Slider/Slider.view.js.map +1 -0
- package/dist/native/components/Slider/Slider/Slider.view.native.d.ts +3 -0
- package/dist/native/components/Slider/Slider/Slider.view.native.js +40 -0
- package/dist/native/components/Slider/Slider/Slider.view.native.js.map +1 -0
- package/dist/native/components/Slider/Slider.d.ts +3 -0
- package/dist/native/components/Slider/Slider.js +12 -0
- package/dist/native/components/Slider/Slider.js.map +1 -0
- package/dist/native/components/Slider/index.d.ts +1 -0
- package/dist/native/components/Slider/index.js +3 -0
- package/dist/native/components/Slider/index.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.props.d.ts +12 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.props.js +2 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.props.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.style.d.ts +10 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.style.js +32 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.style.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.type.d.ts +7 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.type.js +2 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.type.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.view.d.ts +3 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.view.js +30 -0
- package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.view.js.map +1 -0
- package/dist/native/components/StatusIndicator/StatusIndicator.d.ts +3 -0
- package/dist/native/components/StatusIndicator/StatusIndicator.js +9 -0
- package/dist/native/components/StatusIndicator/StatusIndicator.js.map +1 -0
- package/dist/native/components/Table/Table/Table.context.d.ts +23 -0
- package/dist/native/components/Table/Table/Table.context.js +15 -0
- package/dist/native/components/Table/Table/Table.context.js.map +1 -0
- package/dist/native/components/Table/Table/Table.props.d.ts +24 -0
- package/dist/native/components/Table/Table/Table.props.js +2 -0
- package/dist/native/components/Table/Table/Table.props.js.map +1 -0
- package/dist/native/components/Table/Table/Table.state.d.ts +5 -0
- package/dist/native/components/Table/Table/Table.state.js +6 -0
- package/dist/native/components/Table/Table/Table.state.js.map +1 -0
- package/dist/native/components/Table/Table/Table.style.d.ts +32 -0
- package/dist/native/components/Table/Table/Table.style.js +176 -0
- package/dist/native/components/Table/Table/Table.style.js.map +1 -0
- package/dist/native/components/Table/Table/Table.type.d.ts +19 -0
- package/dist/native/components/Table/Table/Table.type.js +2 -0
- package/dist/native/components/Table/Table/Table.type.js.map +1 -0
- package/dist/native/components/Table/Table/Table.view.d.ts +20 -0
- package/dist/native/components/Table/Table/Table.view.js +70 -0
- package/dist/native/components/Table/Table/Table.view.js.map +1 -0
- package/dist/native/components/Table/Table.d.ts +16 -0
- package/dist/native/components/Table/Table.js +23 -0
- package/dist/native/components/Table/Table.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/TabHeader.d.ts +22 -0
- package/dist/native/components/Tabs/Tabs/TabHeader.js +56 -0
- package/dist/native/components/Tabs/Tabs/TabHeader.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/Tabs.props.d.ts +98 -0
- package/dist/native/components/Tabs/Tabs/Tabs.props.js +2 -0
- package/dist/native/components/Tabs/Tabs/Tabs.props.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/Tabs.state.d.ts +22 -0
- package/dist/native/components/Tabs/Tabs/Tabs.state.js +88 -0
- package/dist/native/components/Tabs/Tabs/Tabs.state.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.d.ts +12 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.js +230 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.js.map +1 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.native.d.ts +9 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.native.js +151 -0
- package/dist/native/components/Tabs/Tabs/Tabs.view.native.js.map +1 -0
- package/dist/native/components/Tabs/Tabs.d.ts +10 -0
- package/dist/native/components/Tabs/Tabs.js +53 -0
- package/dist/native/components/Tabs/Tabs.js.map +1 -0
- package/dist/native/components/TextArea/TextArea.d.ts +22 -0
- package/dist/native/components/TextArea/TextArea.js +31 -0
- package/dist/native/components/TextArea/TextArea.js.map +1 -0
- package/dist/native/components/Title/Title/SlideEffect.d.ts +16 -0
- package/dist/native/components/Title/Title/SlideEffect.js +195 -0
- package/dist/native/components/Title/Title/SlideEffect.js.map +1 -0
- package/dist/native/components/Title/Title/SlideEffect.native.d.ts +26 -0
- package/dist/native/components/Title/Title/SlideEffect.native.js +127 -0
- package/dist/native/components/Title/Title/SlideEffect.native.js.map +1 -0
- package/dist/native/components/Title/Title/Title.props.d.ts +28 -0
- package/dist/native/components/Title/Title/Title.props.js +2 -0
- package/dist/native/components/Title/Title/Title.props.js.map +1 -0
- package/dist/native/components/Title/Title/Title.state.d.ts +10 -0
- package/dist/native/components/Title/Title/Title.state.js +52 -0
- package/dist/native/components/Title/Title/Title.state.js.map +1 -0
- package/dist/native/components/Title/Title/Title.style.d.ts +29 -0
- package/dist/native/components/Title/Title/Title.style.js +85 -0
- package/dist/native/components/Title/Title/Title.style.js.map +1 -0
- package/dist/native/components/Title/Title/Title.type.d.ts +8 -0
- package/dist/native/components/Title/Title/Title.type.js +2 -0
- package/dist/native/components/Title/Title/Title.type.js.map +1 -0
- package/dist/native/components/Title/Title/Title.view.d.ts +4 -0
- package/dist/native/components/Title/Title/Title.view.js +154 -0
- package/dist/native/components/Title/Title/Title.view.js.map +1 -0
- package/dist/native/components/Title/Title/Title.view.native.d.ts +18 -0
- package/dist/native/components/Title/Title/Title.view.native.js +129 -0
- package/dist/native/components/Title/Title/Title.view.native.js.map +1 -0
- package/dist/native/components/Title/Title/TypewriterEffect.d.ts +15 -0
- package/dist/native/components/Title/Title/TypewriterEffect.js +86 -0
- package/dist/native/components/Title/Title/TypewriterEffect.js.map +1 -0
- package/dist/native/components/Title/Title/TypewriterEffect.native.d.ts +22 -0
- package/dist/native/components/Title/Title/TypewriterEffect.native.js +80 -0
- package/dist/native/components/Title/Title/TypewriterEffect.native.js.map +1 -0
- package/dist/native/components/Title/Title.d.ts +3 -0
- package/dist/native/components/Title/Title.js +8 -0
- package/dist/native/components/Title/Title.js.map +1 -0
- package/dist/native/components/Title/index.d.ts +1 -0
- package/dist/native/components/Title/index.js +3 -0
- package/dist/native/components/Title/index.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.hook.d.ts +10 -0
- package/dist/native/components/Toast/Toast/Toast.hook.js +21 -0
- package/dist/native/components/Toast/Toast/Toast.hook.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.props.d.ts +34 -0
- package/dist/native/components/Toast/Toast/Toast.props.js +2 -0
- package/dist/native/components/Toast/Toast/Toast.props.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.store.d.ts +10 -0
- package/dist/native/components/Toast/Toast/Toast.store.js +113 -0
- package/dist/native/components/Toast/Toast/Toast.store.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.style.d.ts +17 -0
- package/dist/native/components/Toast/Toast/Toast.style.js +103 -0
- package/dist/native/components/Toast/Toast/Toast.style.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.type.d.ts +53 -0
- package/dist/native/components/Toast/Toast/Toast.type.js +2 -0
- package/dist/native/components/Toast/Toast/Toast.type.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.view.d.ts +4 -0
- package/dist/native/components/Toast/Toast/Toast.view.js +100 -0
- package/dist/native/components/Toast/Toast/Toast.view.js.map +1 -0
- package/dist/native/components/Toast/Toast/Toast.view.native.d.ts +4 -0
- package/dist/native/components/Toast/Toast/Toast.view.native.js +63 -0
- package/dist/native/components/Toast/Toast/Toast.view.native.js.map +1 -0
- package/dist/native/components/Toast/Toast.d.ts +23 -0
- package/dist/native/components/Toast/Toast.js +21 -0
- package/dist/native/components/Toast/Toast.js.map +1 -0
- package/dist/native/components/Toast/index.d.ts +1 -0
- package/dist/native/components/Toast/index.js +3 -0
- package/dist/native/components/Toast/index.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.props.d.ts +17 -0
- package/dist/native/components/Toggle/Toggle/Toggle.props.js +2 -0
- package/dist/native/components/Toggle/Toggle/Toggle.props.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.state.d.ts +6 -0
- package/dist/native/components/Toggle/Toggle/Toggle.state.js +11 -0
- package/dist/native/components/Toggle/Toggle/Toggle.state.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.style.d.ts +8 -0
- package/dist/native/components/Toggle/Toggle/Toggle.style.js +58 -0
- package/dist/native/components/Toggle/Toggle/Toggle.style.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.type.d.ts +2 -0
- package/dist/native/components/Toggle/Toggle/Toggle.type.js +2 -0
- package/dist/native/components/Toggle/Toggle/Toggle.type.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.d.ts +12 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.js +52 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.js.map +1 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.native.d.ts +12 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.native.js +37 -0
- package/dist/native/components/Toggle/Toggle/Toggle.view.native.js.map +1 -0
- package/dist/native/components/Toggle/Toggle.d.ts +3 -0
- package/dist/native/components/Toggle/Toggle.js +20 -0
- package/dist/native/components/Toggle/Toggle.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.props.d.ts +19 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.props.js +2 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.props.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.state.d.ts +4 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.state.js +7 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.state.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.style.d.ts +2 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.style.js +6 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.style.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.type.d.ts +9 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.type.js +2 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.type.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.view.d.ts +3 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.view.js +40 -0
- package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.view.js.map +1 -0
- package/dist/native/components/ToggleGroup/ToggleGroup.d.ts +3 -0
- package/dist/native/components/ToggleGroup/ToggleGroup.js +20 -0
- package/dist/native/components/ToggleGroup/ToggleGroup.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.props.d.ts +38 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.props.js +2 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.props.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.state.d.ts +17 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.state.js +76 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.state.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.style.d.ts +7 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.style.js +162 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.style.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.type.d.ts +20 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.type.js +2 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.type.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.d.ts +21 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.js +170 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.native.d.ts +21 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.native.js +53 -0
- package/dist/native/components/Tooltip/Tooltip/Tooltip.view.native.js.map +1 -0
- package/dist/native/components/Tooltip/Tooltip.d.ts +2 -0
- package/dist/native/components/Tooltip/Tooltip.js +21 -0
- package/dist/native/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/native/components/Tooltip/index.d.ts +1 -0
- package/dist/native/components/Tooltip/index.js +3 -0
- package/dist/native/components/Tooltip/index.js.map +1 -0
- package/dist/native/components/Uploader/Uploader/Uploader.props.d.ts +61 -0
- package/dist/native/components/Uploader/Uploader/Uploader.props.js +2 -0
- package/dist/native/components/Uploader/Uploader/Uploader.props.js.map +1 -0
- package/dist/native/components/Uploader/Uploader/Uploader.state.d.ts +14 -0
- package/dist/native/components/Uploader/Uploader/Uploader.state.js +114 -0
- package/dist/native/components/Uploader/Uploader/Uploader.state.js.map +1 -0
- package/dist/native/components/Uploader/Uploader/Uploader.view.d.ts +3 -0
- package/dist/native/components/Uploader/Uploader/Uploader.view.js +72 -0
- package/dist/native/components/Uploader/Uploader/Uploader.view.js.map +1 -0
- package/dist/native/components/Uploader/Uploader.d.ts +3 -0
- package/dist/native/components/Uploader/Uploader.js +35 -0
- package/dist/native/components/Uploader/Uploader.js.map +1 -0
- package/dist/native/components/index.d.ts +125 -0
- package/dist/native/components/index.js +126 -0
- package/dist/native/components/index.js.map +1 -0
- package/dist/native/design-system/DesignSystemProvider.d.ts +12 -0
- package/dist/native/design-system/DesignSystemProvider.js +39 -0
- package/dist/native/design-system/DesignSystemProvider.js.map +1 -0
- package/dist/native/design-system/configs/airbnb.json +724 -0
- package/dist/native/design-system/configs/apple.json +742 -0
- package/dist/native/design-system/configs/coinbase.json +735 -0
- package/dist/native/design-system/configs/figma.json +721 -0
- package/dist/native/design-system/configs/index.d.ts +21 -0
- package/dist/native/design-system/configs/index.js +35 -0
- package/dist/native/design-system/configs/index.js.map +1 -0
- package/dist/native/design-system/configs/linear.json +714 -0
- package/dist/native/design-system/configs/nike.json +742 -0
- package/dist/native/design-system/configs/notion.json +847 -0
- package/dist/native/design-system/configs/revolut.json +807 -0
- package/dist/native/design-system/configs/shopify.json +710 -0
- package/dist/native/design-system/configs/spacex.json +619 -0
- package/dist/native/design-system/configs/spotify.json +710 -0
- package/dist/native/design-system/configs/stripe.json +777 -0
- package/dist/native/design-system/configs/tesla.json +669 -0
- package/dist/native/design-system/configs/uber.json +725 -0
- package/dist/native/design-system/configs/vercel.json +737 -0
- package/dist/native/design-system/index.d.ts +4 -0
- package/dist/native/design-system/index.js +5 -0
- package/dist/native/design-system/index.js.map +1 -0
- package/dist/native/design-system/types.d.ts +82 -0
- package/dist/native/design-system/types.js +2 -0
- package/dist/native/design-system/types.js.map +1 -0
- package/dist/native/design-system/utils.d.ts +5 -0
- package/dist/native/design-system/utils.js +61 -0
- package/dist/native/design-system/utils.js.map +1 -0
- package/dist/native/pages/designSystem.page.d.ts +7 -0
- package/dist/native/pages/designSystem.page.js +2235 -0
- package/dist/native/pages/designSystem.page.js.map +1 -0
- package/dist/native/utils/elevation.d.ts +3 -0
- package/dist/native/utils/elevation.js +2 -0
- package/dist/native/utils/elevation.js.map +1 -0
- package/dist/native/utils/generateId.d.ts +5 -0
- package/dist/native/utils/generateId.js +8 -0
- package/dist/native/utils/generateId.js.map +1 -0
- package/dist/native/utils/id.d.ts +6 -0
- package/dist/native/utils/id.js +7 -0
- package/dist/native/utils/id.js.map +1 -0
- package/dist/orange.webp +0 -0
- package/dist/robots.txt +3 -0
- package/dist/web.cjs.js +36 -0
- package/dist/web.cjs.js.map +1 -0
- package/dist/web.esm.js +43415 -0
- package/dist/web.esm.js.map +1 -0
- package/dist/web.umd.js +36 -0
- package/dist/web.umd.js.map +1 -0
- package/docs/README.md +67 -0
- package/docs/api-integration.md +801 -0
- package/docs/app-studio/Animation.md +241 -0
- package/docs/app-studio/Components.md +192 -0
- package/docs/app-studio/Design.md +121 -0
- package/docs/app-studio/Events.md +296 -0
- package/docs/app-studio/Hooks.md +469 -0
- package/docs/app-studio/Providers.md +186 -0
- package/docs/app-studio/README.md +781 -0
- package/docs/app-studio/Responsive.md +135 -0
- package/docs/app-studio/Theming.md +489 -0
- package/docs/app-studio.md +302 -0
- package/docs/component-development/guide.md +546 -0
- package/docs/components/Accordion.mdx +111 -0
- package/docs/components/Alert.mdx +72 -0
- package/docs/components/AspectRatio.mdx +57 -0
- package/docs/components/AttachmentGroup.md +45 -0
- package/docs/components/AudioInput.mdx +43 -0
- package/docs/components/Avatar.mdx +60 -0
- package/docs/components/Background.mdx +144 -0
- package/docs/components/Badge.mdx +190 -0
- package/docs/components/Button.mdx +243 -0
- package/docs/components/Card.mdx +298 -0
- package/docs/components/Carousel.mdx +184 -0
- package/docs/components/Center.mdx +474 -0
- package/docs/components/Chart.mdx +136 -0
- package/docs/components/ChatWidget.mdx +106 -0
- package/docs/components/Checkbox.mdx +64 -0
- package/docs/components/ColorInput.mdx +209 -0
- package/docs/components/ColorPicker.mdx +452 -0
- package/docs/components/ComboBox.mdx +366 -0
- package/docs/components/Command.mdx +204 -0
- package/docs/components/ContextMenu.mdx +95 -0
- package/docs/components/CookieConsent.mdx +53 -0
- package/docs/components/CountryPicker.mdx +123 -0
- package/docs/components/DatePicker.mdx +77 -0
- package/docs/components/DragAndDrop.mdx +355 -0
- package/docs/components/Drawer.mdx +573 -0
- package/docs/components/DropZone.md +82 -0
- package/docs/components/DropdownMenu.mdx +87 -0
- package/docs/components/EditComponent.mdx +76 -0
- package/docs/components/EmojiPicker.mdx +84 -0
- package/docs/components/File.mdx +134 -0
- package/docs/components/Form.mdx +681 -0
- package/docs/components/Formik.mdx +890 -0
- package/docs/components/Gradient.mdx +448 -0
- package/docs/components/Horizontal.mdx +39 -0
- package/docs/components/HoverCard.mdx +72 -0
- package/docs/components/Icon.mdx +306 -0
- package/docs/components/IconPicker.mdx +106 -0
- package/docs/components/Label.mdx +438 -0
- package/docs/components/Link.mdx +75 -0
- package/docs/components/Loader.mdx +344 -0
- package/docs/components/Menubar.mdx +128 -0
- package/docs/components/Message.mdx +256 -0
- package/docs/components/Modal.mdx +409 -0
- package/docs/components/NavigationMenu.mdx +165 -0
- package/docs/components/OTPInput.mdx +194 -0
- package/docs/components/Pagination.mdx +494 -0
- package/docs/components/Password.mdx +121 -0
- package/docs/components/ProgressBar.mdx +143 -0
- package/docs/components/Resizable.mdx +149 -0
- package/docs/components/Select.mdx +126 -0
- package/docs/components/Selector.mdx +78 -0
- package/docs/components/Separator.mdx +34 -0
- package/docs/components/ShareButton.mdx +29 -0
- package/docs/components/Sidebar.mdx +86 -0
- package/docs/components/Slider.mdx +146 -0
- package/docs/components/StatusIndicator.mdx +373 -0
- package/docs/components/Switch.mdx +62 -0
- package/docs/components/Table.mdx +329 -0
- package/docs/components/Tabs.mdx +112 -0
- package/docs/components/TagInput.mdx +528 -0
- package/docs/components/Text.mdx +163 -0
- package/docs/components/TextArea.mdx +136 -0
- package/docs/components/TextField.mdx +225 -0
- package/docs/components/Title.mdx +183 -0
- package/docs/components/Toast.mdx +88 -0
- package/docs/components/Toggle.mdx +129 -0
- package/docs/components/ToggleGroup.mdx +144 -0
- package/docs/components/Tooltip.mdx +554 -0
- package/docs/components/Uploader.mdx +280 -0
- package/docs/components/Vertical.mdx +566 -0
- package/docs/components.md +299 -0
- package/docs/contributing/documentation.md +153 -0
- package/docs/conventions.md +536 -0
- package/docs/design-system/component-library.md +894 -0
- package/docs/design-system/theming.md +336 -0
- package/docs/documentation-system.md +233 -0
- package/docs/getting-started/component-usage.md +211 -0
- package/docs/getting-started/introduction.md +136 -0
- package/docs/getting-started/react-native.md +243 -0
- package/docs/tutorials/README.md +51 -0
- package/docs/tutorials/basic/creating-a-simple-form.md +566 -0
- package/package.json +258 -0
|
@@ -0,0 +1,2371 @@
|
|
|
1
|
+
// Defines a collection of default styles for various components within the EmojiPicker, organizing common UI elements for consistent presentation.
|
|
2
|
+
export const DefaultEmojiPickerStyles = {
|
|
3
|
+
container: {
|
|
4
|
+
position: 'relative',
|
|
5
|
+
display: 'inline-block',
|
|
6
|
+
width: '100%',
|
|
7
|
+
},
|
|
8
|
+
trigger: {
|
|
9
|
+
display: 'flex',
|
|
10
|
+
alignItems: 'center',
|
|
11
|
+
justifyContent: 'space-between',
|
|
12
|
+
cursor: 'pointer',
|
|
13
|
+
transition: 'all 0.2s ease-in-out',
|
|
14
|
+
},
|
|
15
|
+
dropdown: {
|
|
16
|
+
position: 'absolute',
|
|
17
|
+
mixBlendMode: 'normal',
|
|
18
|
+
top: 'calc(100% + 4px)',
|
|
19
|
+
left: 0,
|
|
20
|
+
right: 0,
|
|
21
|
+
zIndex: 1000,
|
|
22
|
+
backgroundColor: 'color-white',
|
|
23
|
+
borderRadius: 12,
|
|
24
|
+
borderWidth: '1px',
|
|
25
|
+
borderStyle: 'solid',
|
|
26
|
+
borderColor: 'color-gray-200',
|
|
27
|
+
boxShadow: '0 4px 12px rgba(0, 0, 0, 0.1)',
|
|
28
|
+
padding: '16px',
|
|
29
|
+
minWidth: '320px',
|
|
30
|
+
maxHeight: '400px',
|
|
31
|
+
overflow: 'hidden',
|
|
32
|
+
},
|
|
33
|
+
searchInput: {
|
|
34
|
+
marginBottom: '12px',
|
|
35
|
+
},
|
|
36
|
+
categoryTabs: {
|
|
37
|
+
display: 'flex',
|
|
38
|
+
borderBottom: '1px solid color-gray-100',
|
|
39
|
+
marginBottom: '12px',
|
|
40
|
+
overflowX: 'auto',
|
|
41
|
+
},
|
|
42
|
+
categoryTab: {
|
|
43
|
+
padding: '8px 12px',
|
|
44
|
+
cursor: 'pointer',
|
|
45
|
+
borderBottom: '2px solid transparent',
|
|
46
|
+
transition: 'all 0.2s ease-in-out',
|
|
47
|
+
fontSize: '14px',
|
|
48
|
+
fontWeight: '500',
|
|
49
|
+
color: 'color-gray-600',
|
|
50
|
+
whiteSpace: 'nowrap',
|
|
51
|
+
borderRadius: '8px 8px 0 0',
|
|
52
|
+
},
|
|
53
|
+
emojiGrid: {
|
|
54
|
+
display: 'grid',
|
|
55
|
+
gridTemplateColumns: 'repeat(8, 1fr)',
|
|
56
|
+
gap: '4px',
|
|
57
|
+
maxHeight: '240px',
|
|
58
|
+
overflowY: 'auto',
|
|
59
|
+
padding: '4px',
|
|
60
|
+
color: 'color-black',
|
|
61
|
+
},
|
|
62
|
+
emoji: {
|
|
63
|
+
width: '32px',
|
|
64
|
+
height: '32px',
|
|
65
|
+
display: 'flex',
|
|
66
|
+
alignItems: 'center',
|
|
67
|
+
justifyContent: 'center',
|
|
68
|
+
cursor: 'pointer',
|
|
69
|
+
borderRadius: 6,
|
|
70
|
+
fontSize: '20px',
|
|
71
|
+
transition: 'all 0.2s ease-in-out',
|
|
72
|
+
},
|
|
73
|
+
recentEmojis: {
|
|
74
|
+
borderBottom: '1px solid color-gray-100',
|
|
75
|
+
marginBottom: '12px',
|
|
76
|
+
paddingBottom: '12px',
|
|
77
|
+
},
|
|
78
|
+
};
|
|
79
|
+
// Maps predefined size options (e.g., 'xs', 'sm', 'md') to specific style properties, providing standardized sizing for interactive elements.
|
|
80
|
+
export const Sizes = {
|
|
81
|
+
xs: {
|
|
82
|
+
height: '28px',
|
|
83
|
+
fontSize: '12px',
|
|
84
|
+
padding: '4px 8px',
|
|
85
|
+
},
|
|
86
|
+
sm: {
|
|
87
|
+
height: '32px',
|
|
88
|
+
fontSize: '12px',
|
|
89
|
+
padding: '6px 10px',
|
|
90
|
+
},
|
|
91
|
+
md: {
|
|
92
|
+
height: '40px',
|
|
93
|
+
fontSize: '14px',
|
|
94
|
+
padding: '8px 12px',
|
|
95
|
+
},
|
|
96
|
+
lg: {
|
|
97
|
+
height: '48px',
|
|
98
|
+
fontSize: '14px',
|
|
99
|
+
padding: '10px 14px',
|
|
100
|
+
},
|
|
101
|
+
xl: {
|
|
102
|
+
height: '56px',
|
|
103
|
+
fontSize: '16px',
|
|
104
|
+
padding: '12px 16px',
|
|
105
|
+
},
|
|
106
|
+
};
|
|
107
|
+
// Maps predefined shape options (e.g., 'default', 'square', 'pill') to specific border radius styles, enabling consistent visual forms.
|
|
108
|
+
export const Shapes = {
|
|
109
|
+
default: {
|
|
110
|
+
borderRadius: 8,
|
|
111
|
+
},
|
|
112
|
+
square: {
|
|
113
|
+
borderRadius: 0,
|
|
114
|
+
},
|
|
115
|
+
rounded: {
|
|
116
|
+
borderRadius: 8,
|
|
117
|
+
},
|
|
118
|
+
pill: {
|
|
119
|
+
borderRadius: 9999,
|
|
120
|
+
},
|
|
121
|
+
};
|
|
122
|
+
// Maps predefined visual variants (e.g., 'default', 'outline', 'filled') to specific style properties, offering different aesthetic treatments for components.
|
|
123
|
+
export const Variants = {
|
|
124
|
+
default: {
|
|
125
|
+
backgroundColor: 'color-white',
|
|
126
|
+
borderWidth: '1px',
|
|
127
|
+
borderStyle: 'solid',
|
|
128
|
+
borderColor: 'color-gray-200',
|
|
129
|
+
color: 'color-gray-800',
|
|
130
|
+
},
|
|
131
|
+
outline: {
|
|
132
|
+
backgroundColor: 'transparent',
|
|
133
|
+
borderWidth: '1px',
|
|
134
|
+
borderStyle: 'solid',
|
|
135
|
+
borderColor: 'color-gray-200',
|
|
136
|
+
color: 'color-gray-800',
|
|
137
|
+
},
|
|
138
|
+
filled: {
|
|
139
|
+
backgroundColor: 'color-gray-50',
|
|
140
|
+
borderWidth: '1px',
|
|
141
|
+
borderStyle: 'solid',
|
|
142
|
+
borderColor: 'color-gray-200',
|
|
143
|
+
color: 'color-gray-800',
|
|
144
|
+
},
|
|
145
|
+
};
|
|
146
|
+
// Assigns a representative emoji label to each predefined emoji category, enhancing visual navigation and identification.
|
|
147
|
+
export const CategoryLabels = {
|
|
148
|
+
recent: '๐',
|
|
149
|
+
smileys: '๐',
|
|
150
|
+
people: '๐ค',
|
|
151
|
+
animals: '๐ถ',
|
|
152
|
+
food: '๐',
|
|
153
|
+
activities: 'โฝ',
|
|
154
|
+
travel: '๐',
|
|
155
|
+
objects: '๐ก',
|
|
156
|
+
symbols: 'โค๏ธ',
|
|
157
|
+
flags: '๐',
|
|
158
|
+
};
|
|
159
|
+
// Provides a comprehensive array of emoji objects, each containing the emoji character, its name, category, and relevant keywords for search and display.
|
|
160
|
+
export const DefaultEmojiData = [
|
|
161
|
+
{
|
|
162
|
+
emoji: '๐',
|
|
163
|
+
name: 'grinning face',
|
|
164
|
+
category: 'smileys',
|
|
165
|
+
keywords: ['happy', 'smile', 'grin'],
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
emoji: '๐',
|
|
169
|
+
name: 'grinning face with big eyes',
|
|
170
|
+
category: 'smileys',
|
|
171
|
+
keywords: ['happy', 'smile', 'joy'],
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
emoji: '๐',
|
|
175
|
+
name: 'grinning face with smiling eyes',
|
|
176
|
+
category: 'smileys',
|
|
177
|
+
keywords: ['happy', 'smile', 'joy'],
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
emoji: '๐',
|
|
181
|
+
name: 'beaming face with smiling eyes',
|
|
182
|
+
category: 'smileys',
|
|
183
|
+
keywords: ['happy', 'smile', 'grin'],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
emoji: '๐',
|
|
187
|
+
name: 'grinning squinting face',
|
|
188
|
+
category: 'smileys',
|
|
189
|
+
keywords: ['happy', 'laugh', 'smile'],
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
emoji: '๐
',
|
|
193
|
+
name: 'grinning face with sweat',
|
|
194
|
+
category: 'smileys',
|
|
195
|
+
keywords: ['happy', 'sweat', 'relief'],
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
emoji: '๐คฃ',
|
|
199
|
+
name: 'rolling on the floor laughing',
|
|
200
|
+
category: 'smileys',
|
|
201
|
+
keywords: ['laugh', 'funny', 'rofl'],
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
emoji: '๐',
|
|
205
|
+
name: 'face with tears of joy',
|
|
206
|
+
category: 'smileys',
|
|
207
|
+
keywords: ['laugh', 'cry', 'joy'],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
emoji: '๐',
|
|
211
|
+
name: 'slightly smiling face',
|
|
212
|
+
category: 'smileys',
|
|
213
|
+
keywords: ['smile', 'happy'],
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
emoji: '๐',
|
|
217
|
+
name: 'upside-down face',
|
|
218
|
+
category: 'smileys',
|
|
219
|
+
keywords: ['silly', 'upside down'],
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
emoji: '๐',
|
|
223
|
+
name: 'winking face',
|
|
224
|
+
category: 'smileys',
|
|
225
|
+
keywords: ['wink', 'flirt'],
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
emoji: '๐',
|
|
229
|
+
name: 'smiling face with smiling eyes',
|
|
230
|
+
category: 'smileys',
|
|
231
|
+
keywords: ['happy', 'smile', 'blush'],
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
emoji: '๐',
|
|
235
|
+
name: 'smiling face with halo',
|
|
236
|
+
category: 'smileys',
|
|
237
|
+
keywords: ['angel', 'innocent'],
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
emoji: '๐ฅฐ',
|
|
241
|
+
name: 'smiling face with hearts',
|
|
242
|
+
category: 'smileys',
|
|
243
|
+
keywords: ['love', 'hearts', 'adore'],
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
emoji: '๐',
|
|
247
|
+
name: 'smiling face with heart-eyes',
|
|
248
|
+
category: 'smileys',
|
|
249
|
+
keywords: ['love', 'heart', 'eyes'],
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
emoji: '๐คฉ',
|
|
253
|
+
name: 'star-struck',
|
|
254
|
+
category: 'smileys',
|
|
255
|
+
keywords: ['star', 'struck', 'amazed'],
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
emoji: '๐',
|
|
259
|
+
name: 'face blowing a kiss',
|
|
260
|
+
category: 'smileys',
|
|
261
|
+
keywords: ['kiss', 'love', 'flirt'],
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
emoji: '๐',
|
|
265
|
+
name: 'kissing face',
|
|
266
|
+
category: 'smileys',
|
|
267
|
+
keywords: ['kiss', 'love'],
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
emoji: 'โบ๏ธ',
|
|
271
|
+
name: 'smiling face',
|
|
272
|
+
category: 'smileys',
|
|
273
|
+
keywords: ['smile', 'happy', 'content'],
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
emoji: '๐',
|
|
277
|
+
name: 'kissing face with closed eyes',
|
|
278
|
+
category: 'smileys',
|
|
279
|
+
keywords: ['kiss', 'love', 'closed eyes'],
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
emoji: '๐',
|
|
283
|
+
name: 'kissing face with smiling eyes',
|
|
284
|
+
category: 'smileys',
|
|
285
|
+
keywords: ['kiss', 'love', 'smile'],
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
emoji: '๐ฅฒ',
|
|
289
|
+
name: 'smiling face with tear',
|
|
290
|
+
category: 'smileys',
|
|
291
|
+
keywords: ['happy', 'cry', 'tear', 'bittersweet'],
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
emoji: '๐',
|
|
295
|
+
name: 'face savoring food',
|
|
296
|
+
category: 'smileys',
|
|
297
|
+
keywords: ['yum', 'delicious', 'food'],
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
emoji: '๐',
|
|
301
|
+
name: 'face with tongue',
|
|
302
|
+
category: 'smileys',
|
|
303
|
+
keywords: ['tongue', 'silly', 'playful'],
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
emoji: '๐',
|
|
307
|
+
name: 'winking face with tongue',
|
|
308
|
+
category: 'smileys',
|
|
309
|
+
keywords: ['wink', 'tongue', 'silly'],
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
emoji: '๐คช',
|
|
313
|
+
name: 'zany face',
|
|
314
|
+
category: 'smileys',
|
|
315
|
+
keywords: ['crazy', 'silly', 'wild'],
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
emoji: '๐',
|
|
319
|
+
name: 'squinting face with tongue',
|
|
320
|
+
category: 'smileys',
|
|
321
|
+
keywords: ['tongue', 'silly', 'playful'],
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
emoji: '๐ค',
|
|
325
|
+
name: 'money-mouth face',
|
|
326
|
+
category: 'smileys',
|
|
327
|
+
keywords: ['money', 'rich', 'greedy'],
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
emoji: '๐ค',
|
|
331
|
+
name: 'hugging face',
|
|
332
|
+
category: 'smileys',
|
|
333
|
+
keywords: ['hug', 'love', 'care'],
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
emoji: '๐คญ',
|
|
337
|
+
name: 'face with hand over mouth',
|
|
338
|
+
category: 'smileys',
|
|
339
|
+
keywords: ['oops', 'secret', 'quiet'],
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
emoji: '๐ซข',
|
|
343
|
+
name: 'face with open eyes and hand over mouth',
|
|
344
|
+
category: 'smileys',
|
|
345
|
+
keywords: ['surprise', 'shock', 'oops'],
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
emoji: '๐ซฃ',
|
|
349
|
+
name: 'face with peeking eye',
|
|
350
|
+
category: 'smileys',
|
|
351
|
+
keywords: ['peek', 'shy', 'embarrassed'],
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
emoji: '๐คซ',
|
|
355
|
+
name: 'shushing face',
|
|
356
|
+
category: 'smileys',
|
|
357
|
+
keywords: ['quiet', 'secret', 'shh'],
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
emoji: '๐ค',
|
|
361
|
+
name: 'thinking face',
|
|
362
|
+
category: 'smileys',
|
|
363
|
+
keywords: ['think', 'consider', 'hmm'],
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
emoji: '๐ซก',
|
|
367
|
+
name: 'saluting face',
|
|
368
|
+
category: 'smileys',
|
|
369
|
+
keywords: ['salute', 'respect', 'military'],
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
emoji: '๐ค',
|
|
373
|
+
name: 'zipper-mouth face',
|
|
374
|
+
category: 'smileys',
|
|
375
|
+
keywords: ['quiet', 'secret', 'zip'],
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
emoji: '๐คจ',
|
|
379
|
+
name: 'face with raised eyebrow',
|
|
380
|
+
category: 'smileys',
|
|
381
|
+
keywords: ['suspicious', 'doubt', 'skeptical'],
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
emoji: '๐',
|
|
385
|
+
name: 'neutral face',
|
|
386
|
+
category: 'smileys',
|
|
387
|
+
keywords: ['neutral', 'meh', 'blank'],
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
emoji: '๐',
|
|
391
|
+
name: 'expressionless face',
|
|
392
|
+
category: 'smileys',
|
|
393
|
+
keywords: ['blank', 'deadpan', 'meh'],
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
emoji: '๐ถ',
|
|
397
|
+
name: 'face without mouth',
|
|
398
|
+
category: 'smileys',
|
|
399
|
+
keywords: ['quiet', 'speechless', 'silent'],
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
emoji: '๐ซฅ',
|
|
403
|
+
name: 'dotted line face',
|
|
404
|
+
category: 'smileys',
|
|
405
|
+
keywords: ['invisible', 'depressed', 'disappear'],
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
emoji: '๐',
|
|
409
|
+
name: 'smirking face',
|
|
410
|
+
category: 'smileys',
|
|
411
|
+
keywords: ['smirk', 'smug', 'confident'],
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
emoji: '๐',
|
|
415
|
+
name: 'unamused face',
|
|
416
|
+
category: 'smileys',
|
|
417
|
+
keywords: ['unamused', 'bored', 'annoyed'],
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
emoji: '๐',
|
|
421
|
+
name: 'face with rolling eyes',
|
|
422
|
+
category: 'smileys',
|
|
423
|
+
keywords: ['eye roll', 'annoyed', 'whatever'],
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
emoji: '๐ฌ',
|
|
427
|
+
name: 'grimacing face',
|
|
428
|
+
category: 'smileys',
|
|
429
|
+
keywords: ['grimace', 'awkward', 'oops'],
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
emoji: '๐ฎโ๐จ',
|
|
433
|
+
name: 'face exhaling',
|
|
434
|
+
category: 'smileys',
|
|
435
|
+
keywords: ['sigh', 'relief', 'tired'],
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
emoji: '๐คฅ',
|
|
439
|
+
name: 'lying face',
|
|
440
|
+
category: 'smileys',
|
|
441
|
+
keywords: ['lie', 'pinocchio', 'dishonest'],
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
emoji: '๐',
|
|
445
|
+
name: 'relieved face',
|
|
446
|
+
category: 'smileys',
|
|
447
|
+
keywords: ['relief', 'calm', 'peaceful'],
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
emoji: '๐',
|
|
451
|
+
name: 'pensive face',
|
|
452
|
+
category: 'smileys',
|
|
453
|
+
keywords: ['sad', 'thoughtful', 'pensive'],
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
emoji: '๐ช',
|
|
457
|
+
name: 'sleepy face',
|
|
458
|
+
category: 'smileys',
|
|
459
|
+
keywords: ['sleepy', 'tired', 'drowsy'],
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
emoji: '๐คค',
|
|
463
|
+
name: 'drooling face',
|
|
464
|
+
category: 'smileys',
|
|
465
|
+
keywords: ['drool', 'desire', 'sleep'],
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
emoji: '๐ด',
|
|
469
|
+
name: 'sleeping face',
|
|
470
|
+
category: 'smileys',
|
|
471
|
+
keywords: ['sleep', 'tired', 'zzz'],
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
emoji: '๐ท',
|
|
475
|
+
name: 'face with medical mask',
|
|
476
|
+
category: 'smileys',
|
|
477
|
+
keywords: ['mask', 'sick', 'doctor'],
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
emoji: '๐ค',
|
|
481
|
+
name: 'face with thermometer',
|
|
482
|
+
category: 'smileys',
|
|
483
|
+
keywords: ['sick', 'fever', 'ill'],
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
emoji: '๐ค',
|
|
487
|
+
name: 'face with head-bandage',
|
|
488
|
+
category: 'smileys',
|
|
489
|
+
keywords: ['hurt', 'injured', 'bandage'],
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
emoji: '๐คข',
|
|
493
|
+
name: 'nauseated face',
|
|
494
|
+
category: 'smileys',
|
|
495
|
+
keywords: ['sick', 'nausea', 'disgusted'],
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
emoji: '๐คฎ',
|
|
499
|
+
name: 'face vomiting',
|
|
500
|
+
category: 'smileys',
|
|
501
|
+
keywords: ['vomit', 'sick', 'disgusted'],
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
emoji: '๐คง',
|
|
505
|
+
name: 'sneezing face',
|
|
506
|
+
category: 'smileys',
|
|
507
|
+
keywords: ['sneeze', 'sick', 'gesundheit'],
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
emoji: '๐ฅต',
|
|
511
|
+
name: 'hot face',
|
|
512
|
+
category: 'smileys',
|
|
513
|
+
keywords: ['hot', 'heat', 'sweat'],
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
emoji: '๐ฅถ',
|
|
517
|
+
name: 'cold face',
|
|
518
|
+
category: 'smileys',
|
|
519
|
+
keywords: ['cold', 'freeze', 'blue'],
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
emoji: '๐ฅด',
|
|
523
|
+
name: 'woozy face',
|
|
524
|
+
category: 'smileys',
|
|
525
|
+
keywords: ['dizzy', 'drunk', 'confused'],
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
emoji: '๐ต',
|
|
529
|
+
name: 'dizzy face',
|
|
530
|
+
category: 'smileys',
|
|
531
|
+
keywords: ['dizzy', 'confused', 'knocked out'],
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
emoji: '๐ตโ๐ซ',
|
|
535
|
+
name: 'face with spiral eyes',
|
|
536
|
+
category: 'smileys',
|
|
537
|
+
keywords: ['dizzy', 'hypnotized', 'confused'],
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
emoji: '๐คฏ',
|
|
541
|
+
name: 'exploding head',
|
|
542
|
+
category: 'smileys',
|
|
543
|
+
keywords: ['mind blown', 'shocked', 'amazed'],
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
emoji: '๐ค ',
|
|
547
|
+
name: 'cowboy hat face',
|
|
548
|
+
category: 'smileys',
|
|
549
|
+
keywords: ['cowboy', 'hat', 'western'],
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
emoji: '๐ฅณ',
|
|
553
|
+
name: 'partying face',
|
|
554
|
+
category: 'smileys',
|
|
555
|
+
keywords: ['party', 'celebration', 'birthday'],
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
emoji: '๐ฅธ',
|
|
559
|
+
name: 'disguised face',
|
|
560
|
+
category: 'smileys',
|
|
561
|
+
keywords: ['disguise', 'glasses', 'incognito'],
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
emoji: '๐',
|
|
565
|
+
name: 'smiling face with sunglasses',
|
|
566
|
+
category: 'smileys',
|
|
567
|
+
keywords: ['cool', 'sunglasses', 'awesome'],
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
emoji: '๐ค',
|
|
571
|
+
name: 'nerd face',
|
|
572
|
+
category: 'smileys',
|
|
573
|
+
keywords: ['nerd', 'geek', 'smart'],
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
emoji: '๐ง',
|
|
577
|
+
name: 'face with monocle',
|
|
578
|
+
category: 'smileys',
|
|
579
|
+
keywords: ['monocle', 'fancy', 'inspection'],
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
emoji: '๐',
|
|
583
|
+
name: 'waving hand',
|
|
584
|
+
category: 'people',
|
|
585
|
+
keywords: ['wave', 'hello', 'goodbye'],
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
emoji: '๐ค',
|
|
589
|
+
name: 'raised back of hand',
|
|
590
|
+
category: 'people',
|
|
591
|
+
keywords: ['hand', 'stop'],
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
emoji: '๐๏ธ',
|
|
595
|
+
name: 'hand with fingers splayed',
|
|
596
|
+
category: 'people',
|
|
597
|
+
keywords: ['hand', 'five'],
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
emoji: 'โ',
|
|
601
|
+
name: 'raised hand',
|
|
602
|
+
category: 'people',
|
|
603
|
+
keywords: ['hand', 'stop', 'high five'],
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
emoji: '๐',
|
|
607
|
+
name: 'vulcan salute',
|
|
608
|
+
category: 'people',
|
|
609
|
+
keywords: ['spock', 'vulcan'],
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
emoji: '๐',
|
|
613
|
+
name: 'OK hand',
|
|
614
|
+
category: 'people',
|
|
615
|
+
keywords: ['ok', 'perfect'],
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
emoji: '๐ค',
|
|
619
|
+
name: 'pinched fingers',
|
|
620
|
+
category: 'people',
|
|
621
|
+
keywords: ['italian', 'chef kiss'],
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
emoji: '๐ค',
|
|
625
|
+
name: 'pinching hand',
|
|
626
|
+
category: 'people',
|
|
627
|
+
keywords: ['small', 'tiny'],
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
emoji: 'โ๏ธ',
|
|
631
|
+
name: 'victory hand',
|
|
632
|
+
category: 'people',
|
|
633
|
+
keywords: ['peace', 'victory'],
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
emoji: '๐ค',
|
|
637
|
+
name: 'crossed fingers',
|
|
638
|
+
category: 'people',
|
|
639
|
+
keywords: ['luck', 'hope'],
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
emoji: '๐ค',
|
|
643
|
+
name: 'love-you gesture',
|
|
644
|
+
category: 'people',
|
|
645
|
+
keywords: ['love', 'you'],
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
emoji: '๐ค',
|
|
649
|
+
name: 'sign of the horns',
|
|
650
|
+
category: 'people',
|
|
651
|
+
keywords: ['rock', 'metal'],
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
emoji: '๐ค',
|
|
655
|
+
name: 'call me hand',
|
|
656
|
+
category: 'people',
|
|
657
|
+
keywords: ['call', 'phone'],
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
emoji: '๐',
|
|
661
|
+
name: 'backhand index pointing left',
|
|
662
|
+
category: 'people',
|
|
663
|
+
keywords: ['point', 'left'],
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
emoji: '๐',
|
|
667
|
+
name: 'backhand index pointing right',
|
|
668
|
+
category: 'people',
|
|
669
|
+
keywords: ['point', 'right'],
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
emoji: '๐',
|
|
673
|
+
name: 'backhand index pointing up',
|
|
674
|
+
category: 'people',
|
|
675
|
+
keywords: ['point', 'up'],
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
emoji: '๐',
|
|
679
|
+
name: 'middle finger',
|
|
680
|
+
category: 'people',
|
|
681
|
+
keywords: ['middle finger', 'rude'],
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
emoji: '๐',
|
|
685
|
+
name: 'backhand index pointing down',
|
|
686
|
+
category: 'people',
|
|
687
|
+
keywords: ['point', 'down'],
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
emoji: 'โ๏ธ',
|
|
691
|
+
name: 'index pointing up',
|
|
692
|
+
category: 'people',
|
|
693
|
+
keywords: ['point', 'up', 'one'],
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
emoji: '๐',
|
|
697
|
+
name: 'thumbs up',
|
|
698
|
+
category: 'people',
|
|
699
|
+
keywords: ['thumbs up', 'good', 'yes'],
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
emoji: '๐',
|
|
703
|
+
name: 'thumbs down',
|
|
704
|
+
category: 'people',
|
|
705
|
+
keywords: ['thumbs down', 'bad', 'no'],
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
emoji: 'โ',
|
|
709
|
+
name: 'raised fist',
|
|
710
|
+
category: 'people',
|
|
711
|
+
keywords: ['fist', 'power', 'solidarity'],
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
emoji: '๐',
|
|
715
|
+
name: 'oncoming fist',
|
|
716
|
+
category: 'people',
|
|
717
|
+
keywords: ['fist', 'punch', 'bump'],
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
emoji: '๐ค',
|
|
721
|
+
name: 'left-facing fist',
|
|
722
|
+
category: 'people',
|
|
723
|
+
keywords: ['fist', 'bump', 'left'],
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
emoji: '๐ค',
|
|
727
|
+
name: 'right-facing fist',
|
|
728
|
+
category: 'people',
|
|
729
|
+
keywords: ['fist', 'bump', 'right'],
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
emoji: '๐',
|
|
733
|
+
name: 'clapping hands',
|
|
734
|
+
category: 'people',
|
|
735
|
+
keywords: ['clap', 'applause', 'bravo'],
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
emoji: '๐',
|
|
739
|
+
name: 'raising hands',
|
|
740
|
+
category: 'people',
|
|
741
|
+
keywords: ['celebration', 'hooray', 'praise'],
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
emoji: '๐',
|
|
745
|
+
name: 'open hands',
|
|
746
|
+
category: 'people',
|
|
747
|
+
keywords: ['open', 'hug', 'jazz hands'],
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
emoji: '๐คฒ',
|
|
751
|
+
name: 'palms up together',
|
|
752
|
+
category: 'people',
|
|
753
|
+
keywords: ['prayer', 'please', 'hope'],
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
emoji: '๐ค',
|
|
757
|
+
name: 'handshake',
|
|
758
|
+
category: 'people',
|
|
759
|
+
keywords: ['handshake', 'deal', 'agreement'],
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
emoji: '๐',
|
|
763
|
+
name: 'folded hands',
|
|
764
|
+
category: 'people',
|
|
765
|
+
keywords: ['prayer', 'thanks', 'please'],
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
emoji: 'โ๏ธ',
|
|
769
|
+
name: 'writing hand',
|
|
770
|
+
category: 'people',
|
|
771
|
+
keywords: ['write', 'author', 'signature'],
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
emoji: '๐
',
|
|
775
|
+
name: 'nail polish',
|
|
776
|
+
category: 'people',
|
|
777
|
+
keywords: ['nails', 'beauty', 'manicure'],
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
emoji: '๐คณ',
|
|
781
|
+
name: 'selfie',
|
|
782
|
+
category: 'people',
|
|
783
|
+
keywords: ['selfie', 'camera', 'phone'],
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
emoji: '๐ช',
|
|
787
|
+
name: 'flexed biceps',
|
|
788
|
+
category: 'people',
|
|
789
|
+
keywords: ['muscle', 'strong', 'flex'],
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
emoji: '๐ฆพ',
|
|
793
|
+
name: 'mechanical arm',
|
|
794
|
+
category: 'people',
|
|
795
|
+
keywords: ['robot', 'prosthetic', 'cyborg'],
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
emoji: '๐ฆฟ',
|
|
799
|
+
name: 'mechanical leg',
|
|
800
|
+
category: 'people',
|
|
801
|
+
keywords: ['robot', 'prosthetic', 'cyborg'],
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
emoji: '๐ฆต',
|
|
805
|
+
name: 'leg',
|
|
806
|
+
category: 'people',
|
|
807
|
+
keywords: ['leg', 'limb', 'kick'],
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
emoji: '๐ฆถ',
|
|
811
|
+
name: 'foot',
|
|
812
|
+
category: 'people',
|
|
813
|
+
keywords: ['foot', 'kick', 'stomp'],
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
emoji: '๐',
|
|
817
|
+
name: 'ear',
|
|
818
|
+
category: 'people',
|
|
819
|
+
keywords: ['ear', 'hear', 'listen'],
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
emoji: '๐ฆป',
|
|
823
|
+
name: 'ear with hearing aid',
|
|
824
|
+
category: 'people',
|
|
825
|
+
keywords: ['hearing aid', 'deaf', 'accessibility'],
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
emoji: '๐',
|
|
829
|
+
name: 'nose',
|
|
830
|
+
category: 'people',
|
|
831
|
+
keywords: ['nose', 'smell', 'sniff'],
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
emoji: '๐ง ',
|
|
835
|
+
name: 'brain',
|
|
836
|
+
category: 'people',
|
|
837
|
+
keywords: ['brain', 'smart', 'think'],
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
emoji: '๐ซ',
|
|
841
|
+
name: 'anatomical heart',
|
|
842
|
+
category: 'people',
|
|
843
|
+
keywords: ['heart', 'organ', 'love'],
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
emoji: '๐ซ',
|
|
847
|
+
name: 'lungs',
|
|
848
|
+
category: 'people',
|
|
849
|
+
keywords: ['lungs', 'breathe', 'organ'],
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
emoji: '๐ฆท',
|
|
853
|
+
name: 'tooth',
|
|
854
|
+
category: 'people',
|
|
855
|
+
keywords: ['tooth', 'dental', 'smile'],
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
emoji: '๐ฆด',
|
|
859
|
+
name: 'bone',
|
|
860
|
+
category: 'people',
|
|
861
|
+
keywords: ['bone', 'skeleton', 'dog'],
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
emoji: '๐',
|
|
865
|
+
name: 'eyes',
|
|
866
|
+
category: 'people',
|
|
867
|
+
keywords: ['eyes', 'look', 'see'],
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
emoji: '๐๏ธ',
|
|
871
|
+
name: 'eye',
|
|
872
|
+
category: 'people',
|
|
873
|
+
keywords: ['eye', 'see', 'watch'],
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
emoji: '๐
',
|
|
877
|
+
name: 'tongue',
|
|
878
|
+
category: 'people',
|
|
879
|
+
keywords: ['tongue', 'taste', 'lick'],
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
emoji: '๐',
|
|
883
|
+
name: 'mouth',
|
|
884
|
+
category: 'people',
|
|
885
|
+
keywords: ['mouth', 'lips', 'kiss'],
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
emoji: '๐ซฆ',
|
|
889
|
+
name: 'biting lip',
|
|
890
|
+
category: 'people',
|
|
891
|
+
keywords: ['lip', 'bite', 'nervous'],
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
emoji: '๐ถ',
|
|
895
|
+
name: 'baby',
|
|
896
|
+
category: 'people',
|
|
897
|
+
keywords: ['baby', 'infant', 'child'],
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
emoji: '๐ง',
|
|
901
|
+
name: 'child',
|
|
902
|
+
category: 'people',
|
|
903
|
+
keywords: ['child', 'kid', 'young'],
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
emoji: '๐ฆ',
|
|
907
|
+
name: 'boy',
|
|
908
|
+
category: 'people',
|
|
909
|
+
keywords: ['boy', 'child', 'male'],
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
emoji: '๐ง',
|
|
913
|
+
name: 'girl',
|
|
914
|
+
category: 'people',
|
|
915
|
+
keywords: ['girl', 'child', 'female'],
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
emoji: '๐ง',
|
|
919
|
+
name: 'person',
|
|
920
|
+
category: 'people',
|
|
921
|
+
keywords: ['person', 'adult', 'human'],
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
emoji: '๐ฑ',
|
|
925
|
+
name: 'person: blond hair',
|
|
926
|
+
category: 'people',
|
|
927
|
+
keywords: ['blond', 'hair', 'person'],
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
emoji: '๐จ',
|
|
931
|
+
name: 'man',
|
|
932
|
+
category: 'people',
|
|
933
|
+
keywords: ['man', 'male', 'adult'],
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
emoji: '๐ง',
|
|
937
|
+
name: 'person: beard',
|
|
938
|
+
category: 'people',
|
|
939
|
+
keywords: ['beard', 'man', 'facial hair'],
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
emoji: '๐ฉ',
|
|
943
|
+
name: 'woman',
|
|
944
|
+
category: 'people',
|
|
945
|
+
keywords: ['woman', 'female', 'adult'],
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
emoji: '๐ง',
|
|
949
|
+
name: 'older person',
|
|
950
|
+
category: 'people',
|
|
951
|
+
keywords: ['old', 'elderly', 'senior'],
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
emoji: '๐ด',
|
|
955
|
+
name: 'old man',
|
|
956
|
+
category: 'people',
|
|
957
|
+
keywords: ['old', 'man', 'elderly'],
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
emoji: '๐ต',
|
|
961
|
+
name: 'old woman',
|
|
962
|
+
category: 'people',
|
|
963
|
+
keywords: ['old', 'woman', 'elderly'],
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
emoji: '๐ถ',
|
|
967
|
+
name: 'dog face',
|
|
968
|
+
category: 'animals',
|
|
969
|
+
keywords: ['dog', 'pet', 'animal'],
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
emoji: '๐ฑ',
|
|
973
|
+
name: 'cat face',
|
|
974
|
+
category: 'animals',
|
|
975
|
+
keywords: ['cat', 'pet', 'animal'],
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
emoji: '๐ญ',
|
|
979
|
+
name: 'mouse face',
|
|
980
|
+
category: 'animals',
|
|
981
|
+
keywords: ['mouse', 'animal'],
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
emoji: '๐น',
|
|
985
|
+
name: 'hamster',
|
|
986
|
+
category: 'animals',
|
|
987
|
+
keywords: ['hamster', 'pet'],
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
emoji: '๐ฐ',
|
|
991
|
+
name: 'rabbit face',
|
|
992
|
+
category: 'animals',
|
|
993
|
+
keywords: ['rabbit', 'bunny'],
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
emoji: '๐ฆ',
|
|
997
|
+
name: 'fox',
|
|
998
|
+
category: 'animals',
|
|
999
|
+
keywords: ['fox', 'animal'],
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
emoji: '๐ป',
|
|
1003
|
+
name: 'bear',
|
|
1004
|
+
category: 'animals',
|
|
1005
|
+
keywords: ['bear', 'animal'],
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
emoji: '๐ผ',
|
|
1009
|
+
name: 'panda',
|
|
1010
|
+
category: 'animals',
|
|
1011
|
+
keywords: ['panda', 'bear'],
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
emoji: '๐จ',
|
|
1015
|
+
name: 'koala',
|
|
1016
|
+
category: 'animals',
|
|
1017
|
+
keywords: ['koala', 'australia', 'marsupial'],
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
emoji: '๐ฏ',
|
|
1021
|
+
name: 'tiger face',
|
|
1022
|
+
category: 'animals',
|
|
1023
|
+
keywords: ['tiger', 'cat', 'wild'],
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
emoji: '๐ฆ',
|
|
1027
|
+
name: 'lion',
|
|
1028
|
+
category: 'animals',
|
|
1029
|
+
keywords: ['lion', 'king', 'cat'],
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
emoji: '๐ฎ',
|
|
1033
|
+
name: 'cow face',
|
|
1034
|
+
category: 'animals',
|
|
1035
|
+
keywords: ['cow', 'moo', 'farm'],
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
emoji: '๐ท',
|
|
1039
|
+
name: 'pig face',
|
|
1040
|
+
category: 'animals',
|
|
1041
|
+
keywords: ['pig', 'oink', 'farm'],
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
emoji: '๐ฝ',
|
|
1045
|
+
name: 'pig nose',
|
|
1046
|
+
category: 'animals',
|
|
1047
|
+
keywords: ['pig', 'nose', 'snout'],
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
emoji: '๐ธ',
|
|
1051
|
+
name: 'frog',
|
|
1052
|
+
category: 'animals',
|
|
1053
|
+
keywords: ['frog', 'amphibian', 'green'],
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
emoji: '๐ต',
|
|
1057
|
+
name: 'monkey face',
|
|
1058
|
+
category: 'animals',
|
|
1059
|
+
keywords: ['monkey', 'primate', 'banana'],
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
emoji: '๐',
|
|
1063
|
+
name: 'see-no-evil monkey',
|
|
1064
|
+
category: 'animals',
|
|
1065
|
+
keywords: ['monkey', 'see no evil', 'eyes'],
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
emoji: '๐',
|
|
1069
|
+
name: 'hear-no-evil monkey',
|
|
1070
|
+
category: 'animals',
|
|
1071
|
+
keywords: ['monkey', 'hear no evil', 'ears'],
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
emoji: '๐',
|
|
1075
|
+
name: 'speak-no-evil monkey',
|
|
1076
|
+
category: 'animals',
|
|
1077
|
+
keywords: ['monkey', 'speak no evil', 'mouth'],
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
emoji: '๐',
|
|
1081
|
+
name: 'monkey',
|
|
1082
|
+
category: 'animals',
|
|
1083
|
+
keywords: ['monkey', 'primate', 'zoo'],
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
emoji: '๐ฆ',
|
|
1087
|
+
name: 'gorilla',
|
|
1088
|
+
category: 'animals',
|
|
1089
|
+
keywords: ['gorilla', 'ape', 'strong'],
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
emoji: '๐ฆง',
|
|
1093
|
+
name: 'orangutan',
|
|
1094
|
+
category: 'animals',
|
|
1095
|
+
keywords: ['orangutan', 'ape', 'orange'],
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
emoji: '๐บ',
|
|
1099
|
+
name: 'wolf',
|
|
1100
|
+
category: 'animals',
|
|
1101
|
+
keywords: ['wolf', 'howl', 'wild'],
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
emoji: '๐',
|
|
1105
|
+
name: 'boar',
|
|
1106
|
+
category: 'animals',
|
|
1107
|
+
keywords: ['boar', 'pig', 'wild'],
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
emoji: '๐ด',
|
|
1111
|
+
name: 'horse face',
|
|
1112
|
+
category: 'animals',
|
|
1113
|
+
keywords: ['horse', 'neigh', 'ride'],
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
emoji: '๐',
|
|
1117
|
+
name: 'horse',
|
|
1118
|
+
category: 'animals',
|
|
1119
|
+
keywords: ['horse', 'racing', 'gallop'],
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
emoji: '๐ฆ',
|
|
1123
|
+
name: 'unicorn',
|
|
1124
|
+
category: 'animals',
|
|
1125
|
+
keywords: ['unicorn', 'magical', 'horn'],
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
emoji: '๐ฆ',
|
|
1129
|
+
name: 'zebra',
|
|
1130
|
+
category: 'animals',
|
|
1131
|
+
keywords: ['zebra', 'stripes', 'africa'],
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
emoji: '๐ฆ',
|
|
1135
|
+
name: 'deer',
|
|
1136
|
+
category: 'animals',
|
|
1137
|
+
keywords: ['deer', 'antlers', 'forest'],
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
emoji: '๐ฆ',
|
|
1141
|
+
name: 'rhinoceros',
|
|
1142
|
+
category: 'animals',
|
|
1143
|
+
keywords: ['rhino', 'horn', 'africa'],
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
emoji: '๐ฆ',
|
|
1147
|
+
name: 'hippopotamus',
|
|
1148
|
+
category: 'animals',
|
|
1149
|
+
keywords: ['hippo', 'water', 'africa'],
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
emoji: '๐',
|
|
1153
|
+
name: 'elephant',
|
|
1154
|
+
category: 'animals',
|
|
1155
|
+
keywords: ['elephant', 'trunk', 'memory'],
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
emoji: '๐ฆ',
|
|
1159
|
+
name: 'giraffe',
|
|
1160
|
+
category: 'animals',
|
|
1161
|
+
keywords: ['giraffe', 'tall', 'neck'],
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
emoji: '๐ฆ',
|
|
1165
|
+
name: 'kangaroo',
|
|
1166
|
+
category: 'animals',
|
|
1167
|
+
keywords: ['kangaroo', 'hop', 'australia'],
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
emoji: '๐ฆฅ',
|
|
1171
|
+
name: 'sloth',
|
|
1172
|
+
category: 'animals',
|
|
1173
|
+
keywords: ['sloth', 'slow', 'lazy'],
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
emoji: '๐ฆฆ',
|
|
1177
|
+
name: 'otter',
|
|
1178
|
+
category: 'animals',
|
|
1179
|
+
keywords: ['otter', 'water', 'cute'],
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
emoji: '๐ฆจ',
|
|
1183
|
+
name: 'skunk',
|
|
1184
|
+
category: 'animals',
|
|
1185
|
+
keywords: ['skunk', 'smell', 'stripe'],
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
emoji: '๐ฆก',
|
|
1189
|
+
name: 'badger',
|
|
1190
|
+
category: 'animals',
|
|
1191
|
+
keywords: ['badger', 'honey', 'dig'],
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
emoji: '๐พ',
|
|
1195
|
+
name: 'paw prints',
|
|
1196
|
+
category: 'animals',
|
|
1197
|
+
keywords: ['paw', 'prints', 'tracks'],
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
emoji: '๐',
|
|
1201
|
+
name: 'chicken',
|
|
1202
|
+
category: 'animals',
|
|
1203
|
+
keywords: ['chicken', 'rooster', 'farm'],
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
emoji: '๐',
|
|
1207
|
+
name: 'rooster',
|
|
1208
|
+
category: 'animals',
|
|
1209
|
+
keywords: ['rooster', 'cock', 'morning'],
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
emoji: '๐ฃ',
|
|
1213
|
+
name: 'hatching chick',
|
|
1214
|
+
category: 'animals',
|
|
1215
|
+
keywords: ['chick', 'hatching', 'egg'],
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
emoji: '๐ค',
|
|
1219
|
+
name: 'baby chick',
|
|
1220
|
+
category: 'animals',
|
|
1221
|
+
keywords: ['chick', 'baby', 'yellow'],
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
emoji: '๐ฅ',
|
|
1225
|
+
name: 'front-facing baby chick',
|
|
1226
|
+
category: 'animals',
|
|
1227
|
+
keywords: ['chick', 'baby', 'cute'],
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
emoji: '๐ฆ',
|
|
1231
|
+
name: 'duck',
|
|
1232
|
+
category: 'animals',
|
|
1233
|
+
keywords: ['duck', 'quack', 'water'],
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
emoji: '๐ฆ
',
|
|
1237
|
+
name: 'eagle',
|
|
1238
|
+
category: 'animals',
|
|
1239
|
+
keywords: ['eagle', 'bird', 'freedom'],
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
emoji: '๐ฆ',
|
|
1243
|
+
name: 'owl',
|
|
1244
|
+
category: 'animals',
|
|
1245
|
+
keywords: ['owl', 'wise', 'night'],
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
emoji: '๐ฆ',
|
|
1249
|
+
name: 'bat',
|
|
1250
|
+
category: 'animals',
|
|
1251
|
+
keywords: ['bat', 'vampire', 'night'],
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
emoji: '',
|
|
1255
|
+
name: 'bug',
|
|
1256
|
+
category: 'animals',
|
|
1257
|
+
keywords: ['bug', 'insect', 'crawl'],
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
emoji: '๐ฆ',
|
|
1261
|
+
name: 'butterfly',
|
|
1262
|
+
category: 'animals',
|
|
1263
|
+
keywords: ['butterfly', 'beautiful', 'fly'],
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
emoji: '๐',
|
|
1267
|
+
name: 'snail',
|
|
1268
|
+
category: 'animals',
|
|
1269
|
+
keywords: ['snail', 'slow', 'shell'],
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
emoji: '๐',
|
|
1273
|
+
name: 'lady beetle',
|
|
1274
|
+
category: 'animals',
|
|
1275
|
+
keywords: ['ladybug', 'beetle', 'red'],
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
emoji: '๐',
|
|
1279
|
+
name: 'ant',
|
|
1280
|
+
category: 'animals',
|
|
1281
|
+
keywords: ['ant', 'work', 'colony'],
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
emoji: '๐ฆ',
|
|
1285
|
+
name: 'mosquito',
|
|
1286
|
+
category: 'animals',
|
|
1287
|
+
keywords: ['mosquito', 'bite', 'buzz'],
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
emoji: '๐ท๏ธ',
|
|
1291
|
+
name: 'spider',
|
|
1292
|
+
category: 'animals',
|
|
1293
|
+
keywords: ['spider', 'web', 'eight legs'],
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
emoji: '๐ฆ',
|
|
1297
|
+
name: 'scorpion',
|
|
1298
|
+
category: 'animals',
|
|
1299
|
+
keywords: ['scorpion', 'sting', 'desert'],
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
emoji: '๐ข',
|
|
1303
|
+
name: 'turtle',
|
|
1304
|
+
category: 'animals',
|
|
1305
|
+
keywords: ['turtle', 'slow', 'shell'],
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
emoji: '๐',
|
|
1309
|
+
name: 'snake',
|
|
1310
|
+
category: 'animals',
|
|
1311
|
+
keywords: ['snake', 'slither', 'reptile'],
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
emoji: '๐ฆ',
|
|
1315
|
+
name: 'lizard',
|
|
1316
|
+
category: 'animals',
|
|
1317
|
+
keywords: ['lizard', 'gecko', 'reptile'],
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
emoji: '๐',
|
|
1321
|
+
name: 'octopus',
|
|
1322
|
+
category: 'animals',
|
|
1323
|
+
keywords: ['octopus', 'tentacles', 'sea'],
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
emoji: '๐ฆ',
|
|
1327
|
+
name: 'squid',
|
|
1328
|
+
category: 'animals',
|
|
1329
|
+
keywords: ['squid', 'tentacles', 'ocean'],
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
emoji: '๐ฆ',
|
|
1333
|
+
name: 'shrimp',
|
|
1334
|
+
category: 'animals',
|
|
1335
|
+
keywords: ['shrimp', 'seafood', 'small'],
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
emoji: '๐ฆ',
|
|
1339
|
+
name: 'lobster',
|
|
1340
|
+
category: 'animals',
|
|
1341
|
+
keywords: ['lobster', 'claws', 'red'],
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
emoji: '๐ฆ',
|
|
1345
|
+
name: 'crab',
|
|
1346
|
+
category: 'animals',
|
|
1347
|
+
keywords: ['crab', 'claws', 'beach'],
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
emoji: '๐ก',
|
|
1351
|
+
name: 'blowfish',
|
|
1352
|
+
category: 'animals',
|
|
1353
|
+
keywords: ['blowfish', 'puffer', 'spiky'],
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
emoji: '๐ ',
|
|
1357
|
+
name: 'tropical fish',
|
|
1358
|
+
category: 'animals',
|
|
1359
|
+
keywords: ['fish', 'tropical', 'colorful'],
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
emoji: '๐',
|
|
1363
|
+
name: 'fish',
|
|
1364
|
+
category: 'animals',
|
|
1365
|
+
keywords: ['fish', 'swim', 'water'],
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
emoji: '๐ฌ',
|
|
1369
|
+
name: 'dolphin',
|
|
1370
|
+
category: 'animals',
|
|
1371
|
+
keywords: ['dolphin', 'smart', 'ocean'],
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
emoji: '๐ณ',
|
|
1375
|
+
name: 'spouting whale',
|
|
1376
|
+
category: 'animals',
|
|
1377
|
+
keywords: ['whale', 'spout', 'big'],
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
emoji: '๐',
|
|
1381
|
+
name: 'whale',
|
|
1382
|
+
category: 'animals',
|
|
1383
|
+
keywords: ['whale', 'ocean', 'huge'],
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
emoji: '๐ฆ',
|
|
1387
|
+
name: 'shark',
|
|
1388
|
+
category: 'animals',
|
|
1389
|
+
keywords: ['shark', 'teeth', 'dangerous'],
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
emoji: '๐',
|
|
1393
|
+
name: 'crocodile',
|
|
1394
|
+
category: 'animals',
|
|
1395
|
+
keywords: ['crocodile', 'teeth', 'swamp'],
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
emoji: '๐ธ',
|
|
1399
|
+
name: 'cherry blossom',
|
|
1400
|
+
category: 'animals',
|
|
1401
|
+
keywords: ['flower', 'spring', 'pink'],
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
emoji: '๐',
|
|
1405
|
+
name: 'bouquet',
|
|
1406
|
+
category: 'animals',
|
|
1407
|
+
keywords: ['flowers', 'bouquet', 'gift'],
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
emoji: '๐บ',
|
|
1411
|
+
name: 'hibiscus',
|
|
1412
|
+
category: 'animals',
|
|
1413
|
+
keywords: ['flower', 'tropical', 'red'],
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
emoji: '๐ป',
|
|
1417
|
+
name: 'sunflower',
|
|
1418
|
+
category: 'animals',
|
|
1419
|
+
keywords: ['sunflower', 'yellow', 'big'],
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
emoji: '๐น',
|
|
1423
|
+
name: 'rose',
|
|
1424
|
+
category: 'animals',
|
|
1425
|
+
keywords: ['rose', 'love', 'red'],
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
emoji: '๐ฅ',
|
|
1429
|
+
name: 'wilted flower',
|
|
1430
|
+
category: 'animals',
|
|
1431
|
+
keywords: ['flower', 'wilted', 'sad'],
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
emoji: '๐ท',
|
|
1435
|
+
name: 'tulip',
|
|
1436
|
+
category: 'animals',
|
|
1437
|
+
keywords: ['tulip', 'spring', 'netherlands'],
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
emoji: '๐ผ',
|
|
1441
|
+
name: 'daisy',
|
|
1442
|
+
category: 'animals',
|
|
1443
|
+
keywords: ['daisy', 'white', 'simple'],
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
emoji: '๐ฑ',
|
|
1447
|
+
name: 'seedling',
|
|
1448
|
+
category: 'animals',
|
|
1449
|
+
keywords: ['plant', 'grow', 'green'],
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
emoji: '๐ฟ',
|
|
1453
|
+
name: 'herb',
|
|
1454
|
+
category: 'animals',
|
|
1455
|
+
keywords: ['herb', 'green', 'leaf'],
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
emoji: '๐',
|
|
1459
|
+
name: 'four leaf clover',
|
|
1460
|
+
category: 'animals',
|
|
1461
|
+
keywords: ['clover', 'luck', 'green'],
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
emoji: '๐ณ',
|
|
1465
|
+
name: 'deciduous tree',
|
|
1466
|
+
category: 'animals',
|
|
1467
|
+
keywords: ['tree', 'nature', 'green'],
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
emoji: '๐ฒ',
|
|
1471
|
+
name: 'evergreen tree',
|
|
1472
|
+
category: 'animals',
|
|
1473
|
+
keywords: ['tree', 'pine', 'christmas'],
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
emoji: '๐ด',
|
|
1477
|
+
name: 'palm tree',
|
|
1478
|
+
category: 'animals',
|
|
1479
|
+
keywords: ['palm', 'tropical', 'beach'],
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
emoji: '๐ต',
|
|
1483
|
+
name: 'cactus',
|
|
1484
|
+
category: 'animals',
|
|
1485
|
+
keywords: ['cactus', 'desert', 'spiky'],
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
emoji: '๐',
|
|
1489
|
+
name: 'red apple',
|
|
1490
|
+
category: 'food',
|
|
1491
|
+
keywords: ['apple', 'fruit'],
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
emoji: '๐',
|
|
1495
|
+
name: 'tangerine',
|
|
1496
|
+
category: 'food',
|
|
1497
|
+
keywords: ['orange', 'fruit'],
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
emoji: '๐',
|
|
1501
|
+
name: 'lemon',
|
|
1502
|
+
category: 'food',
|
|
1503
|
+
keywords: ['lemon', 'fruit'],
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
emoji: '๐',
|
|
1507
|
+
name: 'banana',
|
|
1508
|
+
category: 'food',
|
|
1509
|
+
keywords: ['banana', 'fruit'],
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
emoji: '๐',
|
|
1513
|
+
name: 'watermelon',
|
|
1514
|
+
category: 'food',
|
|
1515
|
+
keywords: ['watermelon', 'fruit'],
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
emoji: '๐',
|
|
1519
|
+
name: 'grapes',
|
|
1520
|
+
category: 'food',
|
|
1521
|
+
keywords: ['grapes', 'fruit'],
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
emoji: '๐',
|
|
1525
|
+
name: 'strawberry',
|
|
1526
|
+
category: 'food',
|
|
1527
|
+
keywords: ['strawberry', 'fruit'],
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
emoji: '๐ซ',
|
|
1531
|
+
name: 'blueberries',
|
|
1532
|
+
category: 'food',
|
|
1533
|
+
keywords: ['blueberry', 'fruit'],
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
emoji: '๐ฅ',
|
|
1537
|
+
name: 'kiwi fruit',
|
|
1538
|
+
category: 'food',
|
|
1539
|
+
keywords: ['kiwi', 'fruit', 'green'],
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
emoji: '๐
',
|
|
1543
|
+
name: 'tomato',
|
|
1544
|
+
category: 'food',
|
|
1545
|
+
keywords: ['tomato', 'red', 'vegetable'],
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
emoji: '๐ซ',
|
|
1549
|
+
name: 'olive',
|
|
1550
|
+
category: 'food',
|
|
1551
|
+
keywords: ['olive', 'green', 'oil'],
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
emoji: '๐ฅฅ',
|
|
1555
|
+
name: 'coconut',
|
|
1556
|
+
category: 'food',
|
|
1557
|
+
keywords: ['coconut', 'tropical', 'milk'],
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
emoji: '๐ฅ',
|
|
1561
|
+
name: 'avocado',
|
|
1562
|
+
category: 'food',
|
|
1563
|
+
keywords: ['avocado', 'green', 'healthy'],
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
emoji: '๐',
|
|
1567
|
+
name: 'eggplant',
|
|
1568
|
+
category: 'food',
|
|
1569
|
+
keywords: ['eggplant', 'purple', 'vegetable'],
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
emoji: '๐ฅ',
|
|
1573
|
+
name: 'potato',
|
|
1574
|
+
category: 'food',
|
|
1575
|
+
keywords: ['potato', 'vegetable', 'starch'],
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
emoji: '๐ฅ',
|
|
1579
|
+
name: 'carrot',
|
|
1580
|
+
category: 'food',
|
|
1581
|
+
keywords: ['carrot', 'orange', 'vegetable'],
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
emoji: '๐ฝ',
|
|
1585
|
+
name: 'ear of corn',
|
|
1586
|
+
category: 'food',
|
|
1587
|
+
keywords: ['corn', 'yellow', 'vegetable'],
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
emoji: '๐ถ๏ธ',
|
|
1591
|
+
name: 'hot pepper',
|
|
1592
|
+
category: 'food',
|
|
1593
|
+
keywords: ['pepper', 'hot', 'spicy'],
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
emoji: '๐ซ',
|
|
1597
|
+
name: 'bell pepper',
|
|
1598
|
+
category: 'food',
|
|
1599
|
+
keywords: ['pepper', 'bell', 'vegetable'],
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
emoji: '๐ฅ',
|
|
1603
|
+
name: 'cucumber',
|
|
1604
|
+
category: 'food',
|
|
1605
|
+
keywords: ['cucumber', 'green', 'vegetable'],
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
emoji: '๐ฅฌ',
|
|
1609
|
+
name: 'leafy greens',
|
|
1610
|
+
category: 'food',
|
|
1611
|
+
keywords: ['lettuce', 'greens', 'salad'],
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
emoji: '๐ฅฆ',
|
|
1615
|
+
name: 'broccoli',
|
|
1616
|
+
category: 'food',
|
|
1617
|
+
keywords: ['broccoli', 'green', 'vegetable'],
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
emoji: '๐ง',
|
|
1621
|
+
name: 'garlic',
|
|
1622
|
+
category: 'food',
|
|
1623
|
+
keywords: ['garlic', 'flavor', 'cooking'],
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
emoji: '๐ง
',
|
|
1627
|
+
name: 'onion',
|
|
1628
|
+
category: 'food',
|
|
1629
|
+
keywords: ['onion', 'cry', 'cooking'],
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
emoji: '๐',
|
|
1633
|
+
name: 'mushroom',
|
|
1634
|
+
category: 'food',
|
|
1635
|
+
keywords: ['mushroom', 'fungi', 'cooking'],
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
emoji: '๐ฅ',
|
|
1639
|
+
name: 'peanuts',
|
|
1640
|
+
category: 'food',
|
|
1641
|
+
keywords: ['peanuts', 'nuts', 'snack'],
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
emoji: '๐ฐ',
|
|
1645
|
+
name: 'chestnut',
|
|
1646
|
+
category: 'food',
|
|
1647
|
+
keywords: ['chestnut', 'nut', 'autumn'],
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
emoji: '๐',
|
|
1651
|
+
name: 'bread',
|
|
1652
|
+
category: 'food',
|
|
1653
|
+
keywords: ['bread', 'loaf', 'carbs'],
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
emoji: '๐ฅ',
|
|
1657
|
+
name: 'croissant',
|
|
1658
|
+
category: 'food',
|
|
1659
|
+
keywords: ['croissant', 'french', 'pastry'],
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
emoji: '๐ฅ',
|
|
1663
|
+
name: 'baguette bread',
|
|
1664
|
+
category: 'food',
|
|
1665
|
+
keywords: ['baguette', 'french', 'bread'],
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
emoji: '๐ซ',
|
|
1669
|
+
name: 'flatbread',
|
|
1670
|
+
category: 'food',
|
|
1671
|
+
keywords: ['flatbread', 'bread', 'thin'],
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
emoji: '๐ฅจ',
|
|
1675
|
+
name: 'pretzel',
|
|
1676
|
+
category: 'food',
|
|
1677
|
+
keywords: ['pretzel', 'twisted', 'snack'],
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
emoji: '๐ฅฏ',
|
|
1681
|
+
name: 'bagel',
|
|
1682
|
+
category: 'food',
|
|
1683
|
+
keywords: ['bagel', 'round', 'breakfast'],
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
emoji: '๐ฅ',
|
|
1687
|
+
name: 'pancakes',
|
|
1688
|
+
category: 'food',
|
|
1689
|
+
keywords: ['pancakes', 'breakfast', 'syrup'],
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
emoji: '๐ง',
|
|
1693
|
+
name: 'waffle',
|
|
1694
|
+
category: 'food',
|
|
1695
|
+
keywords: ['waffle', 'breakfast', 'squares'],
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
emoji: '๐ง',
|
|
1699
|
+
name: 'cheese wedge',
|
|
1700
|
+
category: 'food',
|
|
1701
|
+
keywords: ['cheese', 'dairy', 'yellow'],
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
emoji: '๐',
|
|
1705
|
+
name: 'meat on bone',
|
|
1706
|
+
category: 'food',
|
|
1707
|
+
keywords: ['meat', 'bone', 'protein'],
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
emoji: '๐',
|
|
1711
|
+
name: 'poultry leg',
|
|
1712
|
+
category: 'food',
|
|
1713
|
+
keywords: ['chicken', 'leg', 'meat'],
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
emoji: '๐ฅฉ',
|
|
1717
|
+
name: 'cut of meat',
|
|
1718
|
+
category: 'food',
|
|
1719
|
+
keywords: ['steak', 'meat', 'red'],
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
emoji: '๐ฅ',
|
|
1723
|
+
name: 'bacon',
|
|
1724
|
+
category: 'food',
|
|
1725
|
+
keywords: ['bacon', 'pork', 'breakfast'],
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
emoji: '๐',
|
|
1729
|
+
name: 'hamburger',
|
|
1730
|
+
category: 'food',
|
|
1731
|
+
keywords: ['burger', 'hamburger', 'fast food'],
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
emoji: '๐',
|
|
1735
|
+
name: 'french fries',
|
|
1736
|
+
category: 'food',
|
|
1737
|
+
keywords: ['fries', 'potato', 'fast food'],
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
emoji: '๐',
|
|
1741
|
+
name: 'pizza',
|
|
1742
|
+
category: 'food',
|
|
1743
|
+
keywords: ['pizza', 'slice', 'italian'],
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
emoji: '๐ญ',
|
|
1747
|
+
name: 'hot dog',
|
|
1748
|
+
category: 'food',
|
|
1749
|
+
keywords: ['hot dog', 'sausage', 'fast food'],
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
emoji: '๐ฅช',
|
|
1753
|
+
name: 'sandwich',
|
|
1754
|
+
category: 'food',
|
|
1755
|
+
keywords: ['sandwich', 'bread', 'lunch'],
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
emoji: '๐ฎ',
|
|
1759
|
+
name: 'taco',
|
|
1760
|
+
category: 'food',
|
|
1761
|
+
keywords: ['taco', 'mexican', 'shell'],
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
emoji: '๐ฏ',
|
|
1765
|
+
name: 'burrito',
|
|
1766
|
+
category: 'food',
|
|
1767
|
+
keywords: ['burrito', 'wrap', 'mexican'],
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
emoji: '๐ซ',
|
|
1771
|
+
name: 'tamale',
|
|
1772
|
+
category: 'food',
|
|
1773
|
+
keywords: ['tamale', 'mexican', 'corn'],
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
emoji: '๐ฅ',
|
|
1777
|
+
name: 'stuffed flatbread',
|
|
1778
|
+
category: 'food',
|
|
1779
|
+
keywords: ['pita', 'flatbread', 'stuffed'],
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
emoji: '๐ง',
|
|
1783
|
+
name: 'falafel',
|
|
1784
|
+
category: 'food',
|
|
1785
|
+
keywords: ['falafel', 'middle eastern', 'chickpea'],
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
emoji: '๐ฅ',
|
|
1789
|
+
name: 'egg',
|
|
1790
|
+
category: 'food',
|
|
1791
|
+
keywords: ['egg', 'protein', 'breakfast'],
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
emoji: '๐ณ',
|
|
1795
|
+
name: 'cooking',
|
|
1796
|
+
category: 'food',
|
|
1797
|
+
keywords: ['cooking', 'frying pan', 'egg'],
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
emoji: '๐ฅ',
|
|
1801
|
+
name: 'shallow pan of food',
|
|
1802
|
+
category: 'food',
|
|
1803
|
+
keywords: ['paella', 'pan', 'cooking'],
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
emoji: '๐ฒ',
|
|
1807
|
+
name: 'pot of food',
|
|
1808
|
+
category: 'food',
|
|
1809
|
+
keywords: ['stew', 'pot', 'cooking'],
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
emoji: '๐ซ',
|
|
1813
|
+
name: 'fondue',
|
|
1814
|
+
category: 'food',
|
|
1815
|
+
keywords: ['fondue', 'cheese', 'pot'],
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
emoji: '๐ฅฃ',
|
|
1819
|
+
name: 'bowl with spoon',
|
|
1820
|
+
category: 'food',
|
|
1821
|
+
keywords: ['bowl', 'cereal', 'soup'],
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
emoji: '๐ฅ',
|
|
1825
|
+
name: 'green salad',
|
|
1826
|
+
category: 'food',
|
|
1827
|
+
keywords: ['salad', 'healthy', 'greens'],
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
emoji: '๐ฟ',
|
|
1831
|
+
name: 'popcorn',
|
|
1832
|
+
category: 'food',
|
|
1833
|
+
keywords: ['popcorn', 'movie', 'snack'],
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
emoji: '๐ง',
|
|
1837
|
+
name: 'butter',
|
|
1838
|
+
category: 'food',
|
|
1839
|
+
keywords: ['butter', 'dairy', 'spread'],
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
emoji: '๐ง',
|
|
1843
|
+
name: 'salt',
|
|
1844
|
+
category: 'food',
|
|
1845
|
+
keywords: ['salt', 'seasoning', 'white'],
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
emoji: '๐ฅซ',
|
|
1849
|
+
name: 'canned food',
|
|
1850
|
+
category: 'food',
|
|
1851
|
+
keywords: ['can', 'canned', 'preserved'],
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
emoji: '๐ฑ',
|
|
1855
|
+
name: 'bento box',
|
|
1856
|
+
category: 'food',
|
|
1857
|
+
keywords: ['bento', 'japanese', 'lunch box'],
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
emoji: '๐',
|
|
1861
|
+
name: 'rice cracker',
|
|
1862
|
+
category: 'food',
|
|
1863
|
+
keywords: ['rice', 'cracker', 'japanese'],
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
emoji: '๐',
|
|
1867
|
+
name: 'rice ball',
|
|
1868
|
+
category: 'food',
|
|
1869
|
+
keywords: ['rice ball', 'onigiri', 'japanese'],
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
emoji: '๐',
|
|
1873
|
+
name: 'cooked rice',
|
|
1874
|
+
category: 'food',
|
|
1875
|
+
keywords: ['rice', 'cooked', 'bowl'],
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
emoji: '๐',
|
|
1879
|
+
name: 'curry rice',
|
|
1880
|
+
category: 'food',
|
|
1881
|
+
keywords: ['curry', 'rice', 'spicy'],
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
emoji: '๐',
|
|
1885
|
+
name: 'steaming bowl',
|
|
1886
|
+
category: 'food',
|
|
1887
|
+
keywords: ['ramen', 'noodles', 'soup'],
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
emoji: '๐',
|
|
1891
|
+
name: 'spaghetti',
|
|
1892
|
+
category: 'food',
|
|
1893
|
+
keywords: ['spaghetti', 'pasta', 'italian'],
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
emoji: '๐ ',
|
|
1897
|
+
name: 'roasted sweet potato',
|
|
1898
|
+
category: 'food',
|
|
1899
|
+
keywords: ['sweet potato', 'roasted', 'orange'],
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
emoji: '๐ข',
|
|
1903
|
+
name: 'oden',
|
|
1904
|
+
category: 'food',
|
|
1905
|
+
keywords: ['oden', 'japanese', 'skewer'],
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
emoji: '๐ฃ',
|
|
1909
|
+
name: 'sushi',
|
|
1910
|
+
category: 'food',
|
|
1911
|
+
keywords: ['sushi', 'japanese', 'fish'],
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
emoji: '๐ค',
|
|
1915
|
+
name: 'fried shrimp',
|
|
1916
|
+
category: 'food',
|
|
1917
|
+
keywords: ['shrimp', 'fried', 'tempura'],
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
emoji: '๐ฅ',
|
|
1921
|
+
name: 'fish cake with swirl',
|
|
1922
|
+
category: 'food',
|
|
1923
|
+
keywords: ['fish cake', 'japanese', 'swirl'],
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
emoji: '๐ฅฎ',
|
|
1927
|
+
name: 'moon cake',
|
|
1928
|
+
category: 'food',
|
|
1929
|
+
keywords: ['moon cake', 'chinese', 'festival'],
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
emoji: '๐ก',
|
|
1933
|
+
name: 'dango',
|
|
1934
|
+
category: 'food',
|
|
1935
|
+
keywords: ['dango', 'japanese', 'sweet'],
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
emoji: '๐ฅ',
|
|
1939
|
+
name: 'dumpling',
|
|
1940
|
+
category: 'food',
|
|
1941
|
+
keywords: ['dumpling', 'chinese', 'steamed'],
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
emoji: '๐ฅ ',
|
|
1945
|
+
name: 'fortune cookie',
|
|
1946
|
+
category: 'food',
|
|
1947
|
+
keywords: ['fortune cookie', 'chinese', 'luck'],
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
emoji: '๐ฅก',
|
|
1951
|
+
name: 'takeout box',
|
|
1952
|
+
category: 'food',
|
|
1953
|
+
keywords: ['takeout', 'chinese', 'box'],
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
emoji: '๐ฆ',
|
|
1957
|
+
name: 'crab',
|
|
1958
|
+
category: 'food',
|
|
1959
|
+
keywords: ['crab', 'seafood', 'claws'],
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
emoji: '๐ฆ',
|
|
1963
|
+
name: 'lobster',
|
|
1964
|
+
category: 'food',
|
|
1965
|
+
keywords: ['lobster', 'seafood', 'red'],
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
emoji: '๐ฆ',
|
|
1969
|
+
name: 'shrimp',
|
|
1970
|
+
category: 'food',
|
|
1971
|
+
keywords: ['shrimp', 'seafood', 'small'],
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
emoji: '๐ฆ',
|
|
1975
|
+
name: 'squid',
|
|
1976
|
+
category: 'food',
|
|
1977
|
+
keywords: ['squid', 'seafood', 'tentacles'],
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
emoji: '๐ฆช',
|
|
1981
|
+
name: 'oyster',
|
|
1982
|
+
category: 'food',
|
|
1983
|
+
keywords: ['oyster', 'seafood', 'shell'],
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
emoji: '๐ฆ',
|
|
1987
|
+
name: 'soft ice cream',
|
|
1988
|
+
category: 'food',
|
|
1989
|
+
keywords: ['ice cream', 'soft serve', 'cone'],
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
emoji: '๐ง',
|
|
1993
|
+
name: 'shaved ice',
|
|
1994
|
+
category: 'food',
|
|
1995
|
+
keywords: ['shaved ice', 'snow cone', 'cold'],
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
emoji: '๐จ',
|
|
1999
|
+
name: 'ice cream',
|
|
2000
|
+
category: 'food',
|
|
2001
|
+
keywords: ['ice cream', 'dessert', 'cold'],
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
emoji: '๐ฉ',
|
|
2005
|
+
name: 'doughnut',
|
|
2006
|
+
category: 'food',
|
|
2007
|
+
keywords: ['donut', 'doughnut', 'sweet'],
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
emoji: '๐ช',
|
|
2011
|
+
name: 'cookie',
|
|
2012
|
+
category: 'food',
|
|
2013
|
+
keywords: ['cookie', 'sweet', 'baked'],
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
emoji: '๐',
|
|
2017
|
+
name: 'birthday cake',
|
|
2018
|
+
category: 'food',
|
|
2019
|
+
keywords: ['cake', 'birthday', 'celebration'],
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
emoji: '๐ฐ',
|
|
2023
|
+
name: 'shortcake',
|
|
2024
|
+
category: 'food',
|
|
2025
|
+
keywords: ['cake', 'slice', 'dessert'],
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
emoji: '๐ง',
|
|
2029
|
+
name: 'cupcake',
|
|
2030
|
+
category: 'food',
|
|
2031
|
+
keywords: ['cupcake', 'muffin', 'sweet'],
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
emoji: '๐ฅง',
|
|
2035
|
+
name: 'pie',
|
|
2036
|
+
category: 'food',
|
|
2037
|
+
keywords: ['pie', 'dessert', 'slice'],
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
emoji: '๐ซ',
|
|
2041
|
+
name: 'chocolate bar',
|
|
2042
|
+
category: 'food',
|
|
2043
|
+
keywords: ['chocolate', 'bar', 'sweet'],
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
emoji: '๐ฌ',
|
|
2047
|
+
name: 'candy',
|
|
2048
|
+
category: 'food',
|
|
2049
|
+
keywords: ['candy', 'sweet', 'wrapper'],
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
emoji: '๐ญ',
|
|
2053
|
+
name: 'lollipop',
|
|
2054
|
+
category: 'food',
|
|
2055
|
+
keywords: ['lollipop', 'candy', 'stick'],
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
emoji: '๐ฎ',
|
|
2059
|
+
name: 'custard',
|
|
2060
|
+
category: 'food',
|
|
2061
|
+
keywords: ['custard', 'pudding', 'dessert'],
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
emoji: '๐ฏ',
|
|
2065
|
+
name: 'honey pot',
|
|
2066
|
+
category: 'food',
|
|
2067
|
+
keywords: ['honey', 'sweet', 'bee'],
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
emoji: '๐ผ',
|
|
2071
|
+
name: 'baby bottle',
|
|
2072
|
+
category: 'food',
|
|
2073
|
+
keywords: ['bottle', 'baby', 'milk'],
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
emoji: '๐ฅ',
|
|
2077
|
+
name: 'glass of milk',
|
|
2078
|
+
category: 'food',
|
|
2079
|
+
keywords: ['milk', 'glass', 'dairy'],
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
emoji: 'โ',
|
|
2083
|
+
name: 'hot beverage',
|
|
2084
|
+
category: 'food',
|
|
2085
|
+
keywords: ['coffee', 'tea', 'hot'],
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
emoji: '๐ซ',
|
|
2089
|
+
name: 'teapot',
|
|
2090
|
+
category: 'food',
|
|
2091
|
+
keywords: ['teapot', 'tea', 'hot'],
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
emoji: '๐ต',
|
|
2095
|
+
name: 'teacup without handle',
|
|
2096
|
+
category: 'food',
|
|
2097
|
+
keywords: ['tea', 'green tea', 'cup'],
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
emoji: '๐ถ',
|
|
2101
|
+
name: 'sake',
|
|
2102
|
+
category: 'food',
|
|
2103
|
+
keywords: ['sake', 'japanese', 'alcohol'],
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
emoji: '๐พ',
|
|
2107
|
+
name: 'bottle with popping cork',
|
|
2108
|
+
category: 'food',
|
|
2109
|
+
keywords: ['champagne', 'celebration', 'cork'],
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
emoji: '๐ท',
|
|
2113
|
+
name: 'wine glass',
|
|
2114
|
+
category: 'food',
|
|
2115
|
+
keywords: ['wine', 'glass', 'alcohol'],
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
emoji: '๐ธ',
|
|
2119
|
+
name: 'cocktail glass',
|
|
2120
|
+
category: 'food',
|
|
2121
|
+
keywords: ['cocktail', 'martini', 'alcohol'],
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
emoji: '๐น',
|
|
2125
|
+
name: 'tropical drink',
|
|
2126
|
+
category: 'food',
|
|
2127
|
+
keywords: ['tropical', 'cocktail', 'umbrella'],
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
emoji: '๐บ',
|
|
2131
|
+
name: 'beer mug',
|
|
2132
|
+
category: 'food',
|
|
2133
|
+
keywords: ['beer', 'mug', 'alcohol'],
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
emoji: '๐ป',
|
|
2137
|
+
name: 'clinking beer mugs',
|
|
2138
|
+
category: 'food',
|
|
2139
|
+
keywords: ['beer', 'cheers', 'celebration'],
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
emoji: '๐ฅ',
|
|
2143
|
+
name: 'clinking glasses',
|
|
2144
|
+
category: 'food',
|
|
2145
|
+
keywords: ['champagne', 'cheers', 'celebration'],
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
emoji: '๐ฅ',
|
|
2149
|
+
name: 'tumbler glass',
|
|
2150
|
+
category: 'food',
|
|
2151
|
+
keywords: ['whiskey', 'tumbler', 'alcohol'],
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
emoji: '๐ซ',
|
|
2155
|
+
name: 'pouring liquid',
|
|
2156
|
+
category: 'food',
|
|
2157
|
+
keywords: ['pour', 'liquid', 'drink'],
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
emoji: '๐ฅค',
|
|
2161
|
+
name: 'cup with straw',
|
|
2162
|
+
category: 'food',
|
|
2163
|
+
keywords: ['soda', 'straw', 'drink'],
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
emoji: '๐ง',
|
|
2167
|
+
name: 'bubble tea',
|
|
2168
|
+
category: 'food',
|
|
2169
|
+
keywords: ['bubble tea', 'boba', 'drink'],
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
emoji: '๐ง',
|
|
2173
|
+
name: 'beverage box',
|
|
2174
|
+
category: 'food',
|
|
2175
|
+
keywords: ['juice box', 'drink', 'straw'],
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
emoji: '๐ง',
|
|
2179
|
+
name: 'mate',
|
|
2180
|
+
category: 'food',
|
|
2181
|
+
keywords: ['mate', 'tea', 'south american'],
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
emoji: '๐ง',
|
|
2185
|
+
name: 'ice',
|
|
2186
|
+
category: 'food',
|
|
2187
|
+
keywords: ['ice', 'cold', 'cube'],
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
emoji: 'โฝ',
|
|
2191
|
+
name: 'soccer ball',
|
|
2192
|
+
category: 'activities',
|
|
2193
|
+
keywords: ['soccer', 'football', 'sport'],
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
emoji: '๐',
|
|
2197
|
+
name: 'basketball',
|
|
2198
|
+
category: 'activities',
|
|
2199
|
+
keywords: ['basketball', 'sport'],
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
emoji: '๐',
|
|
2203
|
+
name: 'american football',
|
|
2204
|
+
category: 'activities',
|
|
2205
|
+
keywords: ['football', 'sport'],
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
emoji: 'โพ',
|
|
2209
|
+
name: 'baseball',
|
|
2210
|
+
category: 'activities',
|
|
2211
|
+
keywords: ['baseball', 'sport'],
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
emoji: '๐ฅ',
|
|
2215
|
+
name: 'softball',
|
|
2216
|
+
category: 'activities',
|
|
2217
|
+
keywords: ['softball', 'sport'],
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
emoji: '๐พ',
|
|
2221
|
+
name: 'tennis',
|
|
2222
|
+
category: 'activities',
|
|
2223
|
+
keywords: ['tennis', 'sport'],
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
emoji: '๐',
|
|
2227
|
+
name: 'automobile',
|
|
2228
|
+
category: 'travel',
|
|
2229
|
+
keywords: ['car', 'vehicle'],
|
|
2230
|
+
},
|
|
2231
|
+
{ emoji: '๐', name: 'taxi', category: 'travel', keywords: ['taxi', 'car'] },
|
|
2232
|
+
{
|
|
2233
|
+
emoji: '๐',
|
|
2234
|
+
name: 'sport utility vehicle',
|
|
2235
|
+
category: 'travel',
|
|
2236
|
+
keywords: ['suv', 'car'],
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
emoji: '๐',
|
|
2240
|
+
name: 'bus',
|
|
2241
|
+
category: 'travel',
|
|
2242
|
+
keywords: ['bus', 'vehicle'],
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
emoji: '๐',
|
|
2246
|
+
name: 'trolleybus',
|
|
2247
|
+
category: 'travel',
|
|
2248
|
+
keywords: ['trolley', 'bus'],
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
emoji: '๐๏ธ',
|
|
2252
|
+
name: 'racing car',
|
|
2253
|
+
category: 'travel',
|
|
2254
|
+
keywords: ['race', 'car', 'fast'],
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
emoji: '๐ก',
|
|
2258
|
+
name: 'light bulb',
|
|
2259
|
+
category: 'objects',
|
|
2260
|
+
keywords: ['idea', 'light', 'bulb'],
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
emoji: '๐',
|
|
2264
|
+
name: 'battery',
|
|
2265
|
+
category: 'objects',
|
|
2266
|
+
keywords: ['battery', 'power'],
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
emoji: '๐ฅ๏ธ',
|
|
2270
|
+
name: 'desktop computer',
|
|
2271
|
+
category: 'objects',
|
|
2272
|
+
keywords: ['computer', 'desktop'],
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
emoji: '๐ป',
|
|
2276
|
+
name: 'laptop',
|
|
2277
|
+
category: 'objects',
|
|
2278
|
+
keywords: ['laptop', 'computer'],
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
emoji: '๐ฑ',
|
|
2282
|
+
name: 'mobile phone',
|
|
2283
|
+
category: 'objects',
|
|
2284
|
+
keywords: ['phone', 'mobile'],
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
emoji: 'โ๏ธ',
|
|
2288
|
+
name: 'telephone',
|
|
2289
|
+
category: 'objects',
|
|
2290
|
+
keywords: ['phone', 'telephone'],
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
emoji: 'โค๏ธ',
|
|
2294
|
+
name: 'red heart',
|
|
2295
|
+
category: 'symbols',
|
|
2296
|
+
keywords: ['love', 'heart'],
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
emoji: '๐งก',
|
|
2300
|
+
name: 'orange heart',
|
|
2301
|
+
category: 'symbols',
|
|
2302
|
+
keywords: ['love', 'heart'],
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
emoji: '๐',
|
|
2306
|
+
name: 'yellow heart',
|
|
2307
|
+
category: 'symbols',
|
|
2308
|
+
keywords: ['love', 'heart'],
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
emoji: '๐',
|
|
2312
|
+
name: 'green heart',
|
|
2313
|
+
category: 'symbols',
|
|
2314
|
+
keywords: ['love', 'heart'],
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
emoji: '๐',
|
|
2318
|
+
name: 'blue heart',
|
|
2319
|
+
category: 'symbols',
|
|
2320
|
+
keywords: ['love', 'heart'],
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
emoji: '๐',
|
|
2324
|
+
name: 'purple heart',
|
|
2325
|
+
category: 'symbols',
|
|
2326
|
+
keywords: ['love', 'heart'],
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
emoji: '๐ค',
|
|
2330
|
+
name: 'black heart',
|
|
2331
|
+
category: 'symbols',
|
|
2332
|
+
keywords: ['love', 'heart'],
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
emoji: '๐ค',
|
|
2336
|
+
name: 'white heart',
|
|
2337
|
+
category: 'symbols',
|
|
2338
|
+
keywords: ['love', 'heart'],
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
emoji: '๐',
|
|
2342
|
+
name: 'chequered flag',
|
|
2343
|
+
category: 'flags',
|
|
2344
|
+
keywords: ['flag', 'race', 'finish'],
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
emoji: '๐ฉ',
|
|
2348
|
+
name: 'triangular flag',
|
|
2349
|
+
category: 'flags',
|
|
2350
|
+
keywords: ['flag', 'warning'],
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
emoji: '๐ณ๏ธ',
|
|
2354
|
+
name: 'white flag',
|
|
2355
|
+
category: 'flags',
|
|
2356
|
+
keywords: ['flag', 'surrender'],
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
emoji: '๐ด',
|
|
2360
|
+
name: 'black flag',
|
|
2361
|
+
category: 'flags',
|
|
2362
|
+
keywords: ['flag', 'pirate'],
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
emoji: '๐ณ๏ธโ๐',
|
|
2366
|
+
name: 'rainbow flag',
|
|
2367
|
+
category: 'flags',
|
|
2368
|
+
keywords: ['flag', 'rainbow', 'pride'],
|
|
2369
|
+
},
|
|
2370
|
+
];
|
|
2371
|
+
//# sourceMappingURL=EmojiPicker.style.js.map
|