@nmorph/nmorph-ui-kit 2.2.59 โ 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/expand.svg.js +13 -6
- package/dist/assets/icons/hand.svg.js +21 -0
- package/dist/assets/icons/list-simple.svg.js +21 -0
- package/dist/assets/icons/pagination.svg.js +18 -5
- package/dist/assets/icons/speaker-off.svg.js +28 -0
- package/dist/assets/icons/speaker.svg.js +21 -0
- package/dist/assets/icons/triangle-down.svg.js +6 -6
- package/dist/assets/icons/video-camera-off.svg.js +28 -0
- package/dist/components/basic/nmorph-button/NmorphButton.css +1 -1
- package/dist/components/basic/nmorph-button/NmorphButton.vue2.js +20 -20
- package/dist/components/basic/nmorph-button/types.js +12 -4
- package/dist/components/basic/nmorph-icon/NmorphIcon.css +1 -1
- package/dist/components/basic/nmorph-icon/NmorphIcon.vue2.js +10 -10
- package/dist/components/basic/nmorph-icon/NmorphIcons.js +405 -395
- package/dist/components/basic/nmorph-icon/types.js +6 -2
- package/dist/components/basic/nmorph-layout/NmorphLayout.css +1 -1
- package/dist/components/basic/nmorph-layout/NmorphLayout.vue2.js +7 -7
- package/dist/components/basic/nmorph-link/NmorphLink.css +1 -1
- package/dist/components/basic/nmorph-link/NmorphLink.vue2.js +7 -7
- package/dist/components/basic/nmorph-link/types.js +7 -2
- package/dist/components/basic/nmorph-scroll/NmorphScroll.css +1 -1
- package/dist/components/basic/nmorph-scroll/NmorphScroll.vue.js +4 -3
- package/dist/components/basic/nmorph-scroll/NmorphScroll.vue2.js +123 -112
- package/dist/components/basic/nmorph-scroll/types.js +13 -3
- package/dist/components/basic/nmorph-space/NmorphSpace.css +1 -1
- package/dist/components/basic/nmorph-space/NmorphSpace.vue2.js +9 -9
- package/dist/components/basic/nmorph-text/NmorphText.vue.js +19 -0
- package/dist/components/basic/nmorph-text/NmorphText.vue2.js +50 -0
- package/dist/components/data/nmorph-audio-meter/NmorphAudioMeter.css +1 -1
- package/dist/components/data/nmorph-audio-meter/NmorphAudioMeter.vue2.js +22 -12
- package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.css +1 -1
- package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.vue2.js +8 -6
- package/dist/components/data/nmorph-avatar/NmorphAvatar.css +1 -1
- package/dist/components/data/nmorph-avatar/NmorphAvatar.vue.js +54 -51
- package/dist/components/data/nmorph-avatar/NmorphAvatar.vue2.js +41 -36
- package/dist/components/data/nmorph-badge/NmorphBadge.css +1 -1
- package/dist/components/data/nmorph-badge/NmorphBadge.vue2.js +47 -51
- package/dist/components/data/nmorph-calendar/NmorphCalendar.css +1 -1
- package/dist/components/data/nmorph-calendar/NmorphCalendar.vue.js +34 -32
- package/dist/components/data/nmorph-calendar/NmorphCalendar.vue2.js +35 -34
- package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.css +1 -1
- package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.js +25 -22
- package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue2.js +10 -9
- package/dist/components/data/nmorph-card/NmorphCard.css +1 -1
- package/dist/components/data/nmorph-card/NmorphCard.vue2.js +20 -19
- package/dist/components/data/nmorph-carousel/NmorphCarousel.css +1 -0
- package/dist/components/data/nmorph-carousel/NmorphCarousel.vue.js +12 -10
- package/dist/components/data/nmorph-carousel/NmorphCarousel.vue2.js +23 -20
- package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.css +1 -1
- package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.js +29 -17
- package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue2.js +35 -29
- package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.css +1 -1
- package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue.js +12 -12
- package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue2.js +103 -89
- package/dist/components/data/nmorph-empty/NmorphEmpty.css +1 -1
- package/dist/components/data/nmorph-empty/NmorphEmpty.vue2.js +12 -12
- package/dist/components/data/nmorph-file-card/NmorphFileCard.css +1 -1
- package/dist/components/data/nmorph-file-card/NmorphFileCard.vue2.js +2 -2
- package/dist/components/data/nmorph-image/NmorphImage.css +1 -1
- package/dist/components/data/nmorph-image/NmorphImage.vue2.js +32 -20
- package/dist/components/data/nmorph-image-preview/NmorphImagePreview.css +1 -1
- package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue.js +66 -62
- package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue2.js +53 -51
- package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.css +1 -1
- package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.js +17 -15
- package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue2.js +56 -54
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.css +1 -1
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +21 -21
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue2.js +9 -8
- package/dist/components/data/nmorph-pagination/NmorphPagination.css +1 -1
- package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +50 -50
- package/dist/components/data/nmorph-pagination/NmorphPagination.vue2.js +23 -23
- package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.css +1 -1
- package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.js +14 -12
- package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue2.js +22 -18
- package/dist/components/data/nmorph-progress/NmorphProgress.css +1 -1
- package/dist/components/data/nmorph-progress/NmorphProgress.vue2.js +22 -22
- package/dist/components/data/nmorph-qr-code/NmorphQRCode.css +1 -1
- package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue2.js +18 -19
- package/dist/components/data/nmorph-skeleton/NmorphSkeleton.css +1 -1
- package/dist/components/data/nmorph-skeleton/NmorphSkeleton.vue2.js +5 -5
- package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.css +1 -1
- package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.js +7 -7
- package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue2.js +4 -4
- package/dist/components/data/nmorph-skeleton/types.js +6 -2
- package/dist/components/data/nmorph-table/NmorphTable.css +1 -1
- package/dist/components/data/nmorph-table/NmorphTable.vue2.js +13 -13
- package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.css +1 -1
- package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.js +36 -40
- package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue2.js +14 -23
- package/dist/components/data/nmorph-tag-list/NmorphTagList.css +1 -1
- package/dist/components/data/nmorph-tag-list/NmorphTagList.vue.js +38 -44
- package/dist/components/data/nmorph-tag-list/NmorphTagList.vue2.js +14 -29
- package/dist/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.css +1 -1
- package/dist/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue2.js +34 -34
- package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.css +1 -1
- package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue2.js +26 -22
- package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.css +1 -1
- package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue2.js +6 -6
- package/dist/components/feedback/nmorph-alert/NmorphAlert.css +1 -1
- package/dist/components/feedback/nmorph-alert/NmorphAlert.vue2.js +10 -10
- package/dist/components/feedback/nmorph-alert/types.js +6 -1
- package/dist/components/feedback/nmorph-callout/NmorphCallout.css +1 -1
- package/dist/components/feedback/nmorph-callout/NmorphCallout.vue2.js +16 -16
- package/dist/components/feedback/nmorph-dialog/NmorphDialog.css +1 -1
- package/dist/components/feedback/nmorph-dialog/NmorphDialog.vue2.js +36 -35
- package/dist/components/feedback/nmorph-drawer/NmorphDrawer.css +1 -1
- package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue2.js +9 -9
- package/dist/components/feedback/nmorph-guide/NmorphGuideStep.css +1 -1
- package/dist/components/feedback/nmorph-guide/NmorphGuideStep.vue.js +33 -33
- package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.css +1 -1
- package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue2.js +21 -21
- package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.css +1 -1
- package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.js +21 -18
- package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue2.js +20 -20
- package/dist/components/form/nmorph-checkbox/NmorphCheckbox.css +1 -1
- package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue.js +15 -15
- package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue2.js +30 -31
- package/dist/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.js +20 -21
- package/dist/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue2.js +28 -28
- package/dist/components/form/nmorph-color-picker/NmorphColorPicker.css +1 -1
- package/dist/components/form/nmorph-color-picker/NmorphColorPicker.vue2.js +27 -27
- package/dist/components/form/nmorph-date-picker/NmorphDatePicker.css +1 -1
- package/dist/components/form/nmorph-date-picker/NmorphDatePicker.vue2.js +40 -38
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.js +94 -108
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue2.js +14 -19
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.js +55 -64
- package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue2.js +32 -37
- package/dist/components/form/nmorph-file-upload/NmorphFileUpload.css +1 -1
- package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue.js +10 -10
- package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue2.js +1 -1
- package/dist/components/form/nmorph-file-upload/types.js +34 -16
- package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.css +1 -1
- package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.js +12 -12
- package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue2.js +7 -7
- package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue2.js +6 -6
- package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.css +1 -1
- package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.js +12 -13
- package/dist/components/form/nmorph-number-input/NmorphNumberInput.css +1 -1
- package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue.js +41 -37
- package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue2.js +28 -28
- package/dist/components/form/nmorph-otp-input/NmorphOTPInput.css +1 -1
- package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue.js +19 -19
- package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue2.js +37 -37
- package/dist/components/form/nmorph-radio/NmorphRadio.css +1 -1
- package/dist/components/form/nmorph-radio/NmorphRadio.vue.js +4 -4
- package/dist/components/form/nmorph-radio/NmorphRadio.vue2.js +21 -21
- package/dist/components/form/nmorph-radio-group/NmorphRadioGroup.vue.js +18 -18
- package/dist/components/form/nmorph-radio-group/NmorphRadioGroup.vue2.js +21 -21
- package/dist/components/form/nmorph-select/NmorphSelect.css +1 -1
- package/dist/components/form/nmorph-select/NmorphSelect.vue.js +86 -77
- package/dist/components/form/nmorph-select/NmorphSelect.vue2.js +52 -52
- package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.css +1 -1
- package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue2.js +21 -21
- package/dist/components/form/nmorph-select-button/NmorphSelectButton.css +1 -1
- package/dist/components/form/nmorph-select-button/NmorphSelectButton.vue2.js +27 -23
- package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.css +1 -1
- package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue.js +13 -11
- package/dist/components/form/nmorph-slider/NmorphSlider.css +1 -1
- package/dist/components/form/nmorph-slider/NmorphSlider.vue2.js +52 -47
- package/dist/components/form/nmorph-switch/NmorphSwitch.css +1 -1
- package/dist/components/form/nmorph-switch/NmorphSwitch.vue2.js +26 -26
- package/dist/components/form/nmorph-text-input/NmorphTextInput.css +1 -1
- package/dist/components/form/nmorph-text-input/NmorphTextInput.vue.js +35 -36
- package/dist/components/form/nmorph-text-input/NmorphTextInput.vue2.js +49 -36
- package/dist/components/form/nmorph-textarea/NmorphTextarea.css +1 -1
- package/dist/components/form/nmorph-textarea/NmorphTextarea.vue2.js +18 -18
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.css +1 -1
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +1 -1
- package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue2.js +44 -44
- package/dist/components/navigation/nmorph-backtop/NmorphBacktop.css +1 -1
- package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue.js +11 -11
- package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue2.js +15 -15
- package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.css +1 -1
- package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue2.js +9 -9
- package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.css +1 -1
- package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.vue2.js +6 -5
- package/dist/components/navigation/nmorph-stepper/NmorphStepper.vue2.js +20 -20
- package/dist/components/others/nmorph-divider/NmorphDivider.css +1 -1
- package/dist/components/others/nmorph-divider/NmorphDivider.vue2.js +9 -8
- package/dist/components/others/nmorph-overlay/NmorphOverlay.css +1 -1
- package/dist/components/others/nmorph-overlay/NmorphOverlay.vue.js +13 -13
- package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.css +1 -1
- package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.js +35 -25
- package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue2.js +22 -25
- package/dist/components/providers/nmorph-notification-provider/types.js +9 -2
- package/dist/emoji/base.js +571 -20
- package/dist/hooks/use-common-styles.js +228 -49
- package/dist/hooks/use-field-validation.js +42 -45
- package/dist/hooks/use-virtual-list.js +65 -57
- package/dist/icons.js +405 -395
- package/dist/index.es.js +854 -840
- package/dist/index.umd.js +245 -75
- package/dist/package.json.js +1 -1
- package/dist/plugin.js +37 -34
- package/dist/src/components/basic/index.d.ts +2 -0
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +2 -2
- package/dist/src/components/basic/nmorph-button/types.d.ts +17 -19
- package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +1 -1
- package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +5 -0
- package/dist/src/components/basic/nmorph-icon/types.d.ts +7 -6
- package/dist/src/components/basic/nmorph-link/types.d.ts +9 -8
- package/dist/src/components/basic/nmorph-scroll/types.d.ts +16 -14
- package/dist/src/components/basic/nmorph-text/NmorphText.vue.d.ts +20 -0
- package/dist/src/components/basic/nmorph-text/types.d.ts +12 -0
- package/dist/src/components/data/nmorph-audio-meter/NmorphAudioMeter.vue.d.ts +5 -1
- package/dist/src/components/data/nmorph-audio-meter/types.d.ts +4 -0
- package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-avatar/types.d.ts +3 -2
- package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +3 -2
- package/dist/src/components/data/nmorph-badge/types.d.ts +3 -8
- package/dist/src/components/data/nmorph-calendar/NmorphCalendar.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +3 -1
- package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-calendar/types.d.ts +2 -1
- package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-card/types.d.ts +2 -1
- package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-carousel/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/types.d.ts +2 -2
- package/dist/src/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue.d.ts +7 -1
- package/dist/src/components/data/nmorph-emoji-picker/types.d.ts +6 -0
- package/dist/src/components/data/nmorph-empty/NmorphEmpty.vue.d.ts +1 -2
- package/dist/src/components/data/nmorph-file-card/NmorphFileCard.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +3 -0
- package/dist/src/components/data/nmorph-image/types.d.ts +2 -1
- package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +3 -1
- package/dist/src/components/data/nmorph-image-preview/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.d.ts +2 -0
- package/dist/src/components/data/nmorph-media-gallery/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-media-tile/NmorphMediaTile.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-media-tile/types.d.ts +1 -0
- package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-pagination/types.d.ts +2 -2
- package/dist/src/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.d.ts +4 -0
- package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +2 -3
- package/dist/src/components/data/nmorph-skeleton/types.d.ts +6 -5
- package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-table/types.d.ts +2 -2
- package/dist/src/components/data/nmorph-tag-list/NmorphTagList.vue.d.ts +3 -4
- package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +2 -3
- package/dist/src/components/data/nmorph-tag-list/types.d.ts +2 -2
- package/dist/src/components/data/nmorph-video-preview/NmorphVideoPreview.vue.d.ts +3 -1
- package/dist/src/components/data/nmorph-video-preview/types.d.ts +2 -0
- package/dist/src/components/data/nmorph-virtual-list/NmorphVirtualList.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-alert/types.d.ts +8 -7
- package/dist/src/components/feedback/nmorph-callout/NmorphCallout.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-dialog/types.d.ts +1 -4
- package/dist/src/components/feedback/nmorph-guide/NmorphGuide.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +2 -2
- package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-checkbox/NmorphCheckbox.vue.d.ts +2 -17
- package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +2 -15
- package/dist/src/components/form/nmorph-checkbox-group/types.d.ts +4 -6
- package/dist/src/components/form/nmorph-color-picker/NmorphColorPicker.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +2 -1
- package/dist/src/components/form/nmorph-date-picker/types.d.ts +1 -0
- package/dist/src/components/form/nmorph-file-upload/types.d.ts +55 -55
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/types.d.ts +2 -2
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/types.d.ts +2 -2
- package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-otp-input/NmorphOTPInput.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-radio/NmorphRadio.vue.d.ts +2 -14
- package/dist/src/components/form/nmorph-radio/types.d.ts +6 -4
- package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +2 -14
- package/dist/src/components/form/nmorph-radio-group/types.d.ts +4 -6
- package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-select-button/NmorphSelectButton.vue.d.ts +2 -1
- package/dist/src/components/form/nmorph-select-button/components/nmorph-select-button-item/types.d.ts +1 -1
- package/dist/src/components/form/nmorph-select-button/types.d.ts +1 -0
- package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +10 -10
- package/dist/src/components/form/nmorph-slider/types.d.ts +1 -1
- package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-switch/types.d.ts +1 -1
- package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +4 -1
- package/dist/src/components/form/nmorph-text-input/types.d.ts +3 -0
- package/dist/src/components/form/nmorph-textarea/NmorphTextarea.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-time-picker/NmorphTimePicker.vue.d.ts +1 -1
- package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +1 -2
- package/dist/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.d.ts +1 -1
- package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +2 -1
- package/dist/src/components/navigation/nmorph-dropdown/types.d.ts +2 -1
- package/dist/src/components/others/nmorph-divider/NmorphDivider.vue.d.ts +1 -0
- package/dist/src/components/others/nmorph-divider/types.d.ts +2 -0
- package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +1 -1
- package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +8 -8
- package/dist/src/hooks/use-field-validation.d.ts +21 -24
- package/dist/src/hooks/use-nmorph-translation.d.ts +2 -2
- package/dist/src/types/app.types.d.ts +0 -5
- package/dist/src/types/common.types.d.ts +91 -35
- package/dist/src/types/date.types.d.ts +6 -5
- package/dist/src/types/image.types.d.ts +16 -12
- package/dist/src/types/selection.types.d.ts +19 -14
- package/dist/src/types/table.types.d.ts +6 -5
- package/dist/src/types/translation.types.d.ts +7 -6
- package/dist/src/utils/common.d.ts +2 -2
- package/dist/src/utils/file-types.d.ts +1 -1
- package/dist/src/utils/theme-style.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/types/common.types.js +73 -8
- package/dist/types/date.types.js +6 -2
- package/dist/types/image.types.js +12 -3
- package/dist/types/table.types.js +5 -2
- package/dist/types/translation.types.js +6 -2
- package/dist/utils/common.js +3 -3
- package/dist/utils/file-types.js +6 -7
- package/dist/utils/theme-style.js +42 -48
- package/package.json +1 -1
- package/dist/types/selection.types.js +0 -4
package/dist/emoji/base.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const f = [
|
|
2
2
|
{
|
|
3
3
|
group: "Smileys",
|
|
4
4
|
tags: ["face", "smile", "emotion"],
|
|
@@ -49,29 +49,580 @@ const m = [
|
|
|
49
49
|
tags: ["flag", "country"],
|
|
50
50
|
emojis: "๐ ๐ฉ ๐ ๐ด ๐ณ๏ธ ๐ณ๏ธโ๐ ๐ณ๏ธโโง๏ธ ๐ดโโ ๏ธ ๐บ๐ณ ๐ฆ๐จ ๐ฆ๐ฉ ๐ฆ๐ช ๐ฆ๐ซ ๐ฆ๐ฌ ๐ฆ๐ฎ ๐ฆ๐ฑ ๐ฆ๐ฒ ๐ฆ๐ด ๐ฆ๐ถ ๐ฆ๐ท ๐ฆ๐ธ ๐ฆ๐น ๐ฆ๐บ ๐ฆ๐ผ ๐ฆ๐ฝ ๐ฆ๐ฟ ๐ง๐ฆ ๐ง๐ง ๐ง๐ฉ ๐ง๐ช ๐ง๐ซ ๐ง๐ฌ ๐ง๐ญ ๐ง๐ฎ ๐ง๐ฏ ๐ง๐ฑ ๐ง๐ฒ ๐ง๐ณ ๐ง๐ด ๐ง๐ถ ๐ง๐ท ๐ง๐ธ ๐ง๐น ๐ง๐ป ๐ง๐ผ ๐ง๐พ ๐ง๐ฟ ๐จ๐ฆ ๐จ๐จ ๐จ๐ฉ ๐จ๐ซ ๐จ๐ฌ ๐จ๐ญ ๐จ๐ฎ ๐จ๐ฐ ๐จ๐ฑ ๐จ๐ฒ ๐จ๐ณ ๐จ๐ด ๐จ๐ต ๐จ๐ท ๐จ๐บ ๐จ๐ป ๐จ๐ผ ๐จ๐ฝ ๐จ๐พ ๐จ๐ฟ ๐ฉ๐ช ๐ฉ๐ฌ ๐ฉ๐ฏ ๐ฉ๐ฐ ๐ฉ๐ฒ ๐ฉ๐ด ๐ฉ๐ฟ ๐ช๐ฆ ๐ช๐จ ๐ช๐ช ๐ช๐ฌ ๐ช๐ญ ๐ช๐ท ๐ช๐ธ ๐ช๐น ๐ช๐บ ๐ซ๐ฎ ๐ซ๐ฏ ๐ซ๐ฐ ๐ซ๐ฒ ๐ซ๐ด ๐ซ๐ท ๐ฌ๐ฆ ๐ฌ๐ง ๐ฌ๐ฉ ๐ฌ๐ช ๐ฌ๐ซ ๐ฌ๐ฌ ๐ฌ๐ญ ๐ฌ๐ฎ ๐ฌ๐ฑ ๐ฌ๐ฒ ๐ฌ๐ณ ๐ฌ๐ต ๐ฌ๐ถ ๐ฌ๐ท ๐ฌ๐ธ ๐ฌ๐น ๐ฌ๐บ ๐ฌ๐ผ ๐ฌ๐พ ๐ญ๐ฐ ๐ญ๐ฒ ๐ญ๐ณ ๐ญ๐ท ๐ญ๐น ๐ญ๐บ ๐ฎ๐จ ๐ฎ๐ฉ ๐ฎ๐ช ๐ฎ๐ฑ ๐ฎ๐ฒ ๐ฎ๐ณ ๐ฎ๐ด ๐ฎ๐ถ ๐ฎ๐ท ๐ฎ๐ธ ๐ฎ๐น ๐ฏ๐ช ๐ฏ๐ฒ ๐ฏ๐ด ๐ฏ๐ต ๐ฐ๐ช ๐ฐ๐ฌ ๐ฐ๐ญ ๐ฐ๐ฎ ๐ฐ๐ฒ ๐ฐ๐ณ ๐ฐ๐ต ๐ฐ๐ท ๐ฐ๐ผ ๐ฐ๐พ ๐ฐ๐ฟ"
|
|
51
51
|
}
|
|
52
|
-
]
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
];
|
|
53
|
+
let b;
|
|
54
|
+
const d = {
|
|
55
|
+
"๐": { label: "grinning face", tags: ["smile", "happy"] },
|
|
56
|
+
"๐": { label: "grinning face with big eyes", tags: ["smile", "happy"] },
|
|
57
|
+
"๐": { label: "grinning face with smiling eyes", tags: ["smile", "happy"] },
|
|
58
|
+
"๐": { label: "beaming face with smiling eyes", tags: ["smile", "happy"] },
|
|
59
|
+
"๐": { label: "grinning squinting face", tags: ["laugh", "smile"] },
|
|
60
|
+
"๐
": { label: "grinning face with sweat", tags: ["relief", "smile"] },
|
|
61
|
+
"๐": { label: "face with tears of joy", tags: ["laugh", "cry", "lol"] },
|
|
62
|
+
"๐คฃ": { label: "rolling on the floor laughing", tags: ["laugh", "lol"] },
|
|
63
|
+
"๐ฅฒ": { label: "smiling face with tear", tags: ["smile", "sad"] },
|
|
64
|
+
"โบ๏ธ": { label: "smiling face", tags: ["smile", "happy"] },
|
|
65
|
+
"๐": { label: "smiling face with smiling eyes", tags: ["smile", "happy"] },
|
|
66
|
+
"๐": { label: "smiling face with halo", tags: ["angel", "innocent"] },
|
|
67
|
+
"๐": { label: "slightly smiling face", tags: ["smile"] },
|
|
68
|
+
"๐": { label: "upside-down face", tags: ["silly"] },
|
|
69
|
+
"๐": { label: "winking face", tags: ["wink"] },
|
|
70
|
+
"๐": { label: "relieved face", tags: ["calm"] },
|
|
71
|
+
"๐": { label: "smiling face with heart-eyes", tags: ["love", "heart"] },
|
|
72
|
+
"๐ฅฐ": { label: "smiling face with hearts", tags: ["love", "heart"] },
|
|
73
|
+
"๐": { label: "face blowing a kiss", tags: ["kiss", "love"] },
|
|
74
|
+
"๐": { label: "kissing face", tags: ["kiss"] },
|
|
75
|
+
"๐": { label: "kissing face with smiling eyes", tags: ["kiss"] },
|
|
76
|
+
"๐": { label: "kissing face with closed eyes", tags: ["kiss"] },
|
|
77
|
+
"๐": { label: "face savoring food", tags: ["yum", "food"] },
|
|
78
|
+
"๐": { label: "face with tongue", tags: ["tongue", "playful"] },
|
|
79
|
+
"๐": { label: "squinting face with tongue", tags: ["tongue", "playful"] },
|
|
80
|
+
"๐": { label: "winking face with tongue", tags: ["tongue", "playful"] },
|
|
81
|
+
"๐คช": { label: "zany face", tags: ["silly", "crazy"] },
|
|
82
|
+
"๐คจ": { label: "face with raised eyebrow", tags: ["skeptical"] },
|
|
83
|
+
"๐ง": { label: "face with monocle", tags: ["thinking"] },
|
|
84
|
+
"๐ค": { label: "nerd face", tags: ["glasses"] },
|
|
85
|
+
"๐": { label: "smiling face with sunglasses", tags: ["cool"] },
|
|
86
|
+
"๐ฅธ": { label: "disguised face", tags: ["glasses", "mustache"] },
|
|
87
|
+
"๐คฉ": { label: "star-struck", tags: ["excited", "star"] },
|
|
88
|
+
"๐ฅณ": { label: "partying face", tags: ["party", "celebration"] },
|
|
89
|
+
"๐": { label: "smirking face", tags: ["smirk"] },
|
|
90
|
+
"๐": { label: "unamused face", tags: ["annoyed"] },
|
|
91
|
+
"๐": { label: "disappointed face", tags: ["sad"] },
|
|
92
|
+
"๐": { label: "pensive face", tags: ["sad"] },
|
|
93
|
+
"๐": { label: "worried face", tags: ["sad", "concerned"] },
|
|
94
|
+
"๐": { label: "confused face", tags: ["confused"] },
|
|
95
|
+
"๐": { label: "slightly frowning face", tags: ["sad"] },
|
|
96
|
+
"โน๏ธ": { label: "frowning face", tags: ["sad"] },
|
|
97
|
+
"๐ฃ": { label: "persevering face", tags: ["struggle"] },
|
|
98
|
+
"๐": { label: "confounded face", tags: ["frustrated"] },
|
|
99
|
+
"๐ซ": { label: "tired face", tags: ["tired"] },
|
|
100
|
+
"๐ฉ": { label: "weary face", tags: ["tired"] },
|
|
101
|
+
"๐ฅบ": { label: "pleading face", tags: ["please", "sad"] },
|
|
102
|
+
"๐ข": { label: "crying face", tags: ["cry", "sad"] },
|
|
103
|
+
"๐ญ": { label: "loudly crying face", tags: ["cry", "sad"] },
|
|
104
|
+
"๐ค": { label: "face with steam from nose", tags: ["angry", "proud"] },
|
|
105
|
+
"๐ ": { label: "angry face", tags: ["mad"] },
|
|
106
|
+
"๐ก": { label: "pouting face", tags: ["angry", "mad"] },
|
|
107
|
+
"๐คฌ": { label: "face with symbols on mouth", tags: ["angry", "swear"] },
|
|
108
|
+
"๐คฏ": { label: "exploding head", tags: ["mind blown", "shock"] },
|
|
109
|
+
"๐ณ": { label: "flushed face", tags: ["blush", "embarrassed"] },
|
|
110
|
+
"๐ฅต": { label: "hot face", tags: ["heat"] },
|
|
111
|
+
"๐ฅถ": { label: "cold face", tags: ["freeze"] },
|
|
112
|
+
"๐ฑ": { label: "face screaming in fear", tags: ["fear", "shock"] },
|
|
113
|
+
"๐จ": { label: "fearful face", tags: ["fear"] },
|
|
114
|
+
"๐ฐ": { label: "anxious face with sweat", tags: ["fear", "sweat"] },
|
|
115
|
+
"๐ฅ": { label: "sad but relieved face", tags: ["sad", "relief"] },
|
|
116
|
+
"๐": { label: "downcast face with sweat", tags: ["sad", "sweat"] },
|
|
117
|
+
"๐ซฃ": { label: "face with peeking eye", tags: ["peek", "shy"] },
|
|
118
|
+
"๐ค": { label: "hugging face", tags: ["hug"] },
|
|
119
|
+
"๐ซก": { label: "saluting face", tags: ["salute"] },
|
|
120
|
+
"๐ค": { label: "thinking face", tags: ["think"] },
|
|
121
|
+
"๐ซข": { label: "face with open eyes and hand over mouth", tags: ["surprise"] },
|
|
122
|
+
"๐คญ": { label: "face with hand over mouth", tags: ["giggle"] },
|
|
123
|
+
"๐คซ": { label: "shushing face", tags: ["quiet", "shh"] },
|
|
124
|
+
"๐คฅ": { label: "lying face", tags: ["lie"] },
|
|
125
|
+
"๐ถ": { label: "face without mouth", tags: ["silent"] },
|
|
126
|
+
"๐": { label: "neutral face", tags: ["meh"] },
|
|
127
|
+
"๐": { label: "expressionless face", tags: ["meh"] },
|
|
128
|
+
"๐ฌ": { label: "grimacing face", tags: ["awkward"] },
|
|
129
|
+
"๐": { label: "face with rolling eyes", tags: ["eyeroll"] },
|
|
130
|
+
"๐ฏ": { label: "hushed face", tags: ["surprise"] },
|
|
131
|
+
"๐ฆ": { label: "frowning face with open mouth", tags: ["sad", "surprise"] },
|
|
132
|
+
"๐ง": { label: "anguished face", tags: ["sad"] },
|
|
133
|
+
"๐ฎ": { label: "face with open mouth", tags: ["surprise"] },
|
|
134
|
+
"๐ฒ": { label: "astonished face", tags: ["surprise"] },
|
|
135
|
+
"๐ฅฑ": { label: "yawning face", tags: ["tired", "sleep"] },
|
|
136
|
+
"๐ด": { label: "sleeping face", tags: ["sleep"] },
|
|
137
|
+
"๐คค": { label: "drooling face", tags: ["drool"] },
|
|
138
|
+
"๐ช": { label: "sleepy face", tags: ["sleep"] },
|
|
139
|
+
"๐ต": { label: "dizzy face", tags: ["dizzy"] },
|
|
140
|
+
"๐ตโ๐ซ": { label: "face with spiral eyes", tags: ["dizzy"] },
|
|
141
|
+
"๐ฅด": { label: "woozy face", tags: ["dizzy"] },
|
|
142
|
+
"๐คข": { label: "nauseated face", tags: ["sick"] },
|
|
143
|
+
"๐คฎ": { label: "face vomiting", tags: ["sick"] },
|
|
144
|
+
"๐คง": { label: "sneezing face", tags: ["sick"] },
|
|
145
|
+
"๐ท": { label: "face with medical mask", tags: ["sick", "mask"] },
|
|
146
|
+
"๐ค": { label: "face with thermometer", tags: ["sick", "fever"] },
|
|
147
|
+
"๐ค": { label: "face with head-bandage", tags: ["hurt"] },
|
|
148
|
+
"๐": { label: "waving hand", tags: ["hello", "bye"] },
|
|
149
|
+
"๐ค": { label: "raised back of hand", tags: ["hand"] },
|
|
150
|
+
"๐๏ธ": { label: "hand with fingers splayed", tags: ["hand"] },
|
|
151
|
+
"โ": { label: "raised hand", tags: ["stop", "hand"] },
|
|
152
|
+
"๐": { label: "vulcan salute", tags: ["hand"] },
|
|
153
|
+
"๐": { label: "OK hand", tags: ["ok", "perfect"] },
|
|
154
|
+
"๐ค": { label: "pinched fingers", tags: ["gesture"] },
|
|
155
|
+
"๐ค": { label: "pinching hand", tags: ["small"] },
|
|
156
|
+
"โ๏ธ": { label: "victory hand", tags: ["peace"] },
|
|
157
|
+
"๐ค": { label: "crossed fingers", tags: ["luck"] },
|
|
158
|
+
"๐ซฐ": { label: "hand with index finger and thumb crossed", tags: ["finger heart", "money"] },
|
|
159
|
+
"๐ค": { label: "love-you gesture", tags: ["love", "hand"] },
|
|
160
|
+
"๐ค": { label: "sign of the horns", tags: ["rock"] },
|
|
161
|
+
"๐ค": { label: "call me hand", tags: ["phone"] },
|
|
162
|
+
"๐": { label: "backhand index pointing left", tags: ["point", "left"] },
|
|
163
|
+
"๐": { label: "backhand index pointing right", tags: ["point", "right"] },
|
|
164
|
+
"๐": { label: "backhand index pointing up", tags: ["point", "up"] },
|
|
165
|
+
"๐": { label: "middle finger", tags: ["hand"] },
|
|
166
|
+
"๐": { label: "backhand index pointing down", tags: ["point", "down"] },
|
|
167
|
+
"โ๏ธ": { label: "index pointing up", tags: ["point", "up"] },
|
|
168
|
+
"๐ซต": { label: "index pointing at viewer", tags: ["you", "point"] },
|
|
169
|
+
"๐": { label: "thumbs up", tags: ["like", "approve", "yes"] },
|
|
170
|
+
"๐": { label: "thumbs down", tags: ["dislike", "no"] },
|
|
171
|
+
"โ": { label: "raised fist", tags: ["fist"] },
|
|
172
|
+
"๐": { label: "oncoming fist", tags: ["fist", "punch"] },
|
|
173
|
+
"๐ค": { label: "left-facing fist", tags: ["fist"] },
|
|
174
|
+
"๐ค": { label: "right-facing fist", tags: ["fist"] },
|
|
175
|
+
"๐": { label: "clapping hands", tags: ["clap", "applause"] },
|
|
176
|
+
"๐": { label: "raising hands", tags: ["celebrate", "hooray"] },
|
|
177
|
+
"๐ซถ": { label: "heart hands", tags: ["love", "heart"] },
|
|
178
|
+
"๐": { label: "open hands", tags: ["hand"] },
|
|
179
|
+
"๐คฒ": { label: "palms up together", tags: ["pray"] },
|
|
180
|
+
"๐ค": { label: "handshake", tags: ["agreement"] },
|
|
181
|
+
"๐": { label: "folded hands", tags: ["please", "pray", "thanks"] },
|
|
182
|
+
"โ๏ธ": { label: "writing hand", tags: ["write"] },
|
|
183
|
+
"๐
": { label: "nail polish", tags: ["nails"] },
|
|
184
|
+
"๐คณ": { label: "selfie", tags: ["camera"] },
|
|
185
|
+
"๐ช": { label: "flexed biceps", tags: ["strong", "muscle"] },
|
|
186
|
+
"๐": { label: "eyes", tags: ["look", "see"] },
|
|
187
|
+
"๐๏ธ": { label: "eye", tags: ["look", "see"] },
|
|
188
|
+
"๐
": { label: "tongue", tags: ["mouth"] },
|
|
189
|
+
"๐": { label: "mouth", tags: ["lips"] },
|
|
190
|
+
"๐ง ": { label: "brain", tags: ["mind"] },
|
|
191
|
+
"๐ซ": { label: "anatomical heart", tags: ["heart"] },
|
|
192
|
+
"๐ซ": { label: "lungs", tags: ["breath"] },
|
|
193
|
+
"๐ถ": { label: "dog face", tags: ["dog", "pet"] },
|
|
194
|
+
"๐ฑ": { label: "cat face", tags: ["cat", "pet"] },
|
|
195
|
+
"๐ญ": { label: "mouse face", tags: ["mouse"] },
|
|
196
|
+
"๐น": { label: "hamster", tags: ["pet"] },
|
|
197
|
+
"๐ฐ": { label: "rabbit face", tags: ["bunny"] },
|
|
198
|
+
"๐ฆ": { label: "fox", tags: ["fox face"] },
|
|
199
|
+
"๐ป": { label: "bear", tags: ["bear face"] },
|
|
200
|
+
"๐ผ": { label: "panda", tags: ["panda face"] },
|
|
201
|
+
"๐จ": { label: "koala", tags: ["koala face"] },
|
|
202
|
+
"๐ฏ": { label: "tiger face", tags: ["tiger"] },
|
|
203
|
+
"๐ฆ": { label: "lion", tags: ["lion face"] },
|
|
204
|
+
"๐ฎ": { label: "cow face", tags: ["cow"] },
|
|
205
|
+
"๐ท": { label: "pig face", tags: ["pig"] },
|
|
206
|
+
"๐ธ": { label: "frog", tags: ["frog face"] },
|
|
207
|
+
"๐ต": { label: "monkey face", tags: ["monkey"] },
|
|
208
|
+
"๐": { label: "see-no-evil monkey", tags: ["monkey"] },
|
|
209
|
+
"๐": { label: "hear-no-evil monkey", tags: ["monkey"] },
|
|
210
|
+
"๐": { label: "speak-no-evil monkey", tags: ["monkey"] },
|
|
211
|
+
"๐": { label: "chicken", tags: ["bird"] },
|
|
212
|
+
"๐ง": { label: "penguin", tags: ["bird"] },
|
|
213
|
+
"๐ฆ": { label: "bird", tags: ["bird"] },
|
|
214
|
+
"๐ฆ": { label: "duck", tags: ["bird"] },
|
|
215
|
+
"๐ฆ
": { label: "eagle", tags: ["bird"] },
|
|
216
|
+
"๐ฆ": { label: "owl", tags: ["bird"] },
|
|
217
|
+
"๐ฆ": { label: "bat", tags: ["bat"] },
|
|
218
|
+
"๐บ": { label: "wolf", tags: ["wolf face"] },
|
|
219
|
+
"๐ด": { label: "horse face", tags: ["horse"] },
|
|
220
|
+
"๐ฆ": { label: "unicorn", tags: ["unicorn face"] },
|
|
221
|
+
"๐": { label: "honeybee", tags: ["bee"] },
|
|
222
|
+
"๐ฆ": { label: "butterfly", tags: ["insect"] },
|
|
223
|
+
"๐": { label: "snail", tags: ["insect"] },
|
|
224
|
+
"๐": { label: "lady beetle", tags: ["ladybug", "insect"] },
|
|
225
|
+
"๐": { label: "ant", tags: ["insect"] },
|
|
226
|
+
"๐ท๏ธ": { label: "spider", tags: ["insect"] },
|
|
227
|
+
"๐ข": { label: "turtle", tags: ["reptile"] },
|
|
228
|
+
"๐": { label: "snake", tags: ["reptile"] },
|
|
229
|
+
"๐ฆ": { label: "lizard", tags: ["reptile"] },
|
|
230
|
+
"๐ฆ": { label: "T-Rex", tags: ["dinosaur"] },
|
|
231
|
+
"๐ฆ": { label: "sauropod", tags: ["dinosaur"] },
|
|
232
|
+
"๐": { label: "octopus", tags: ["sea"] },
|
|
233
|
+
"๐ฌ": { label: "dolphin", tags: ["sea"] },
|
|
234
|
+
"๐ณ": { label: "spouting whale", tags: ["whale", "sea"] },
|
|
235
|
+
"๐": { label: "whale", tags: ["sea"] },
|
|
236
|
+
"๐": { label: "fish", tags: ["sea"] },
|
|
237
|
+
"๐ฆ": { label: "shark", tags: ["sea"] },
|
|
238
|
+
"๐": { label: "elephant", tags: ["elephant"] },
|
|
239
|
+
"๐ช": { label: "camel", tags: ["desert"] },
|
|
240
|
+
"๐ซ": { label: "two-hump camel", tags: ["desert"] },
|
|
241
|
+
"๐ต": { label: "cactus", tags: ["plant", "desert"] },
|
|
242
|
+
"๐": { label: "Christmas tree", tags: ["tree", "holiday"] },
|
|
243
|
+
"๐ฒ": { label: "evergreen tree", tags: ["tree"] },
|
|
244
|
+
"๐ณ": { label: "deciduous tree", tags: ["tree"] },
|
|
245
|
+
"๐ด": { label: "palm tree", tags: ["tree"] },
|
|
246
|
+
"๐ฑ": { label: "seedling", tags: ["plant"] },
|
|
247
|
+
"โ๏ธ": { label: "shamrock", tags: ["plant"] },
|
|
248
|
+
"๐": { label: "four leaf clover", tags: ["luck", "plant"] },
|
|
249
|
+
"๐": { label: "leaf fluttering in wind", tags: ["leaf"] },
|
|
250
|
+
"๐": { label: "fallen leaf", tags: ["autumn"] },
|
|
251
|
+
"๐": { label: "maple leaf", tags: ["autumn"] },
|
|
252
|
+
"๐": { label: "mushroom", tags: ["fungus"] },
|
|
253
|
+
"๐": { label: "spiral shell", tags: ["sea"] },
|
|
254
|
+
"๐พ": { label: "sheaf of rice", tags: ["grain"] },
|
|
255
|
+
"๐": { label: "bouquet", tags: ["flowers"] },
|
|
256
|
+
"๐ท": { label: "tulip", tags: ["flower"] },
|
|
257
|
+
"๐น": { label: "rose", tags: ["flower", "love"] },
|
|
258
|
+
"๐ฅ": { label: "wilted flower", tags: ["flower"] },
|
|
259
|
+
"๐บ": { label: "hibiscus", tags: ["flower"] },
|
|
260
|
+
"๐ธ": { label: "cherry blossom", tags: ["flower"] },
|
|
261
|
+
"๐ผ": { label: "blossom", tags: ["flower"] },
|
|
262
|
+
"๐ป": { label: "sunflower", tags: ["flower"] },
|
|
263
|
+
"๐": { label: "sun with face", tags: ["sun"] },
|
|
264
|
+
"๐": { label: "full moon face", tags: ["moon"] },
|
|
265
|
+
"๐": { label: "crescent moon", tags: ["moon"] },
|
|
266
|
+
"๐": { label: "globe showing Americas", tags: ["earth", "world"] },
|
|
267
|
+
"๐": { label: "globe showing Europe-Africa", tags: ["earth", "world"] },
|
|
268
|
+
"๐": { label: "globe showing Asia-Australia", tags: ["earth", "world"] },
|
|
269
|
+
"โญ": { label: "star", tags: ["favorite"] },
|
|
270
|
+
"๐": { label: "glowing star", tags: ["star"] },
|
|
271
|
+
"โจ": { label: "sparkles", tags: ["star", "shine"] },
|
|
272
|
+
"โก": { label: "high voltage", tags: ["lightning"] },
|
|
273
|
+
"๐ฅ": { label: "fire", tags: ["flame", "hot"] },
|
|
274
|
+
"๐": { label: "rainbow", tags: ["weather"] },
|
|
275
|
+
"โ๏ธ": { label: "sun", tags: ["weather"] },
|
|
276
|
+
"โ๏ธ": { label: "cloud", tags: ["weather"] },
|
|
277
|
+
"โ๏ธ": { label: "snowflake", tags: ["cold", "weather"] },
|
|
278
|
+
"๐ง": { label: "droplet", tags: ["water"] },
|
|
279
|
+
"๐ฆ": { label: "sweat droplets", tags: ["water"] },
|
|
280
|
+
"๐": { label: "water wave", tags: ["sea", "ocean"] },
|
|
281
|
+
"๐": { label: "green apple", tags: ["fruit"] },
|
|
282
|
+
"๐": { label: "red apple", tags: ["fruit"] },
|
|
283
|
+
"๐": { label: "pear", tags: ["fruit"] },
|
|
284
|
+
"๐": { label: "tangerine", tags: ["orange", "fruit"] },
|
|
285
|
+
"๐": { label: "lemon", tags: ["fruit"] },
|
|
286
|
+
"๐": { label: "banana", tags: ["fruit"] },
|
|
287
|
+
"๐": { label: "watermelon", tags: ["fruit"] },
|
|
288
|
+
"๐": { label: "grapes", tags: ["fruit"] },
|
|
289
|
+
"๐": { label: "strawberry", tags: ["fruit"] },
|
|
290
|
+
"๐ซ": { label: "blueberries", tags: ["fruit"] },
|
|
291
|
+
"๐": { label: "melon", tags: ["fruit"] },
|
|
292
|
+
"๐": { label: "cherries", tags: ["fruit"] },
|
|
293
|
+
"๐": { label: "peach", tags: ["fruit"] },
|
|
294
|
+
"๐ฅญ": { label: "mango", tags: ["fruit"] },
|
|
295
|
+
"๐": { label: "pineapple", tags: ["fruit"] },
|
|
296
|
+
"๐ฅฅ": { label: "coconut", tags: ["fruit"] },
|
|
297
|
+
"๐ฅ": { label: "kiwi fruit", tags: ["fruit"] },
|
|
298
|
+
"๐
": { label: "tomato", tags: ["vegetable"] },
|
|
299
|
+
"๐": { label: "eggplant", tags: ["vegetable"] },
|
|
300
|
+
"๐ฅ": { label: "avocado", tags: ["vegetable"] },
|
|
301
|
+
"๐ฅฆ": { label: "broccoli", tags: ["vegetable"] },
|
|
302
|
+
"๐ฅฌ": { label: "leafy greens", tags: ["vegetable"] },
|
|
303
|
+
"๐ฅ": { label: "cucumber", tags: ["vegetable"] },
|
|
304
|
+
"๐ถ๏ธ": { label: "hot pepper", tags: ["spicy"] },
|
|
305
|
+
"๐ฝ": { label: "corn", tags: ["vegetable"] },
|
|
306
|
+
"๐ฅ": { label: "carrot", tags: ["vegetable"] },
|
|
307
|
+
"๐ง": { label: "garlic", tags: ["vegetable"] },
|
|
308
|
+
"๐ง
": { label: "onion", tags: ["vegetable"] },
|
|
309
|
+
"๐ฅ": { label: "potato", tags: ["vegetable"] },
|
|
310
|
+
"๐ ": { label: "roasted sweet potato", tags: ["vegetable"] },
|
|
311
|
+
"๐ฅ": { label: "croissant", tags: ["bread"] },
|
|
312
|
+
"๐ฅจ": { label: "pretzel", tags: ["bread"] },
|
|
313
|
+
"๐": { label: "bread", tags: ["bread"] },
|
|
314
|
+
"๐ฅ": { label: "baguette bread", tags: ["bread"] },
|
|
315
|
+
"๐ง": { label: "cheese wedge", tags: ["cheese"] },
|
|
316
|
+
"๐ฅ": { label: "egg", tags: ["breakfast"] },
|
|
317
|
+
"๐ณ": { label: "cooking", tags: ["egg", "breakfast"] },
|
|
318
|
+
"๐ฅ": { label: "pancakes", tags: ["breakfast"] },
|
|
319
|
+
"๐ง": { label: "waffle", tags: ["breakfast"] },
|
|
320
|
+
"๐ฅ": { label: "bacon", tags: ["meat"] },
|
|
321
|
+
"๐ฅฉ": { label: "cut of meat", tags: ["steak"] },
|
|
322
|
+
"๐": { label: "poultry leg", tags: ["chicken", "meat"] },
|
|
323
|
+
"๐": { label: "meat on bone", tags: ["meat"] },
|
|
324
|
+
"๐ญ": { label: "hot dog", tags: ["food"] },
|
|
325
|
+
"๐": { label: "hamburger", tags: ["burger"] },
|
|
326
|
+
"๐": { label: "french fries", tags: ["fries"] },
|
|
327
|
+
"๐": { label: "pizza", tags: ["food"] },
|
|
328
|
+
"๐ฅช": { label: "sandwich", tags: ["food"] },
|
|
329
|
+
"๐ฎ": { label: "taco", tags: ["food"] },
|
|
330
|
+
"๐ฏ": { label: "burrito", tags: ["food"] },
|
|
331
|
+
"๐ฅ": { label: "green salad", tags: ["salad"] },
|
|
332
|
+
"๐": { label: "spaghetti", tags: ["pasta"] },
|
|
333
|
+
"๐": { label: "steaming bowl", tags: ["noodles", "ramen"] },
|
|
334
|
+
"๐ฃ": { label: "sushi", tags: ["food"] },
|
|
335
|
+
"๐ฑ": { label: "bento box", tags: ["food"] },
|
|
336
|
+
"๐ค": { label: "fried shrimp", tags: ["seafood"] },
|
|
337
|
+
"๐": { label: "rice ball", tags: ["rice"] },
|
|
338
|
+
"๐": { label: "cooked rice", tags: ["rice"] },
|
|
339
|
+
"๐": { label: "rice cracker", tags: ["rice"] },
|
|
340
|
+
"๐ฅ": { label: "fish cake with swirl", tags: ["fish"] },
|
|
341
|
+
"๐ฅ ": { label: "fortune cookie", tags: ["cookie"] },
|
|
342
|
+
"๐ก": { label: "dango", tags: ["dessert"] },
|
|
343
|
+
"๐ง": { label: "shaved ice", tags: ["dessert"] },
|
|
344
|
+
"๐จ": { label: "ice cream", tags: ["dessert"] },
|
|
345
|
+
"๐ฆ": { label: "soft ice cream", tags: ["dessert"] },
|
|
346
|
+
"๐ฅง": { label: "pie", tags: ["dessert"] },
|
|
347
|
+
"๐ง": { label: "cupcake", tags: ["dessert"] },
|
|
348
|
+
"๐ฐ": { label: "shortcake", tags: ["cake", "dessert"] },
|
|
349
|
+
"๐": { label: "birthday cake", tags: ["cake", "birthday"] },
|
|
350
|
+
"๐ฎ": { label: "custard", tags: ["dessert"] },
|
|
351
|
+
"๐ญ": { label: "lollipop", tags: ["candy"] },
|
|
352
|
+
"๐ฌ": { label: "candy", tags: ["sweet"] },
|
|
353
|
+
"๐ซ": { label: "chocolate bar", tags: ["sweet"] },
|
|
354
|
+
"๐ฟ": { label: "popcorn", tags: ["snack"] },
|
|
355
|
+
"๐ฉ": { label: "doughnut", tags: ["donut"] },
|
|
356
|
+
"๐ช": { label: "cookie", tags: ["sweet"] },
|
|
357
|
+
"โ": { label: "hot beverage", tags: ["coffee", "tea"] },
|
|
358
|
+
"๐ต": { label: "teacup without handle", tags: ["tea"] },
|
|
359
|
+
"๐ฅค": { label: "cup with straw", tags: ["drink"] },
|
|
360
|
+
"๐บ": { label: "beer mug", tags: ["beer"] },
|
|
361
|
+
"๐ป": { label: "clinking beer mugs", tags: ["beer", "cheers"] },
|
|
362
|
+
"๐ฅ": { label: "clinking glasses", tags: ["cheers"] },
|
|
363
|
+
"๐ท": { label: "wine glass", tags: ["wine"] },
|
|
364
|
+
"๐ธ": { label: "cocktail glass", tags: ["drink"] },
|
|
365
|
+
"๐พ": { label: "bottle with popping cork", tags: ["champagne", "celebration"] },
|
|
366
|
+
"โฝ": { label: "soccer ball", tags: ["football", "sport"] },
|
|
367
|
+
"๐": { label: "basketball", tags: ["sport"] },
|
|
368
|
+
"๐": { label: "american football", tags: ["sport"] },
|
|
369
|
+
"โพ": { label: "baseball", tags: ["sport"] },
|
|
370
|
+
"๐พ": { label: "tennis", tags: ["sport"] },
|
|
371
|
+
"๐": { label: "volleyball", tags: ["sport"] },
|
|
372
|
+
"๐": { label: "rugby football", tags: ["sport"] },
|
|
373
|
+
"๐ฑ": { label: "pool 8 ball", tags: ["game"] },
|
|
374
|
+
"๐": { label: "ping pong", tags: ["sport"] },
|
|
375
|
+
"๐ธ": { label: "badminton", tags: ["sport"] },
|
|
376
|
+
"๐ฅ
": { label: "goal net", tags: ["sport"] },
|
|
377
|
+
"โณ": { label: "flag in hole", tags: ["golf"] },
|
|
378
|
+
"๐ฃ": { label: "fishing pole", tags: ["activity"] },
|
|
379
|
+
"๐ฅ": { label: "boxing glove", tags: ["sport"] },
|
|
380
|
+
"๐ฝ": { label: "running shirt", tags: ["sport"] },
|
|
381
|
+
"โธ๏ธ": { label: "ice skate", tags: ["sport"] },
|
|
382
|
+
"๐ฟ": { label: "skis", tags: ["sport"] },
|
|
383
|
+
"๐": { label: "trophy", tags: ["award", "winner"] },
|
|
384
|
+
"๐ฅ": { label: "first place medal", tags: ["gold", "winner"] },
|
|
385
|
+
"๐ฅ": { label: "second place medal", tags: ["silver"] },
|
|
386
|
+
"๐ฅ": { label: "third place medal", tags: ["bronze"] },
|
|
387
|
+
"๐๏ธ": { label: "military medal", tags: ["award"] },
|
|
388
|
+
"๐
": { label: "sports medal", tags: ["award"] },
|
|
389
|
+
"๐จ": { label: "artist palette", tags: ["art"] },
|
|
390
|
+
"๐ฌ": { label: "clapper board", tags: ["movie"] },
|
|
391
|
+
"๐ค": { label: "microphone", tags: ["music"] },
|
|
392
|
+
"๐ง": { label: "headphone", tags: ["music"] },
|
|
393
|
+
"๐ผ": { label: "musical score", tags: ["music"] },
|
|
394
|
+
"๐น": { label: "musical keyboard", tags: ["music"] },
|
|
395
|
+
"๐ฅ": { label: "drum", tags: ["music"] },
|
|
396
|
+
"๐ท": { label: "saxophone", tags: ["music"] },
|
|
397
|
+
"๐บ": { label: "trumpet", tags: ["music"] },
|
|
398
|
+
"๐ธ": { label: "guitar", tags: ["music"] },
|
|
399
|
+
"๐ป": { label: "violin", tags: ["music"] },
|
|
400
|
+
"๐ฒ": { label: "game die", tags: ["dice", "game"] },
|
|
401
|
+
"โ๏ธ": { label: "chess pawn", tags: ["game"] },
|
|
402
|
+
"๐ฏ": { label: "bullseye", tags: ["target"] },
|
|
403
|
+
"๐ณ": { label: "bowling", tags: ["game"] },
|
|
404
|
+
"๐ฎ": { label: "video game", tags: ["controller"] },
|
|
405
|
+
"๐งฉ": { label: "puzzle piece", tags: ["game"] },
|
|
406
|
+
"๐": { label: "automobile", tags: ["car"] },
|
|
407
|
+
"๐": { label: "taxi", tags: ["car"] },
|
|
408
|
+
"๐": { label: "sport utility vehicle", tags: ["car"] },
|
|
409
|
+
"๐": { label: "bus", tags: ["vehicle"] },
|
|
410
|
+
"๐": { label: "trolleybus", tags: ["vehicle"] },
|
|
411
|
+
"๐๏ธ": { label: "racing car", tags: ["car"] },
|
|
412
|
+
"๐": { label: "police car", tags: ["car"] },
|
|
413
|
+
"๐": { label: "ambulance", tags: ["vehicle"] },
|
|
414
|
+
"๐": { label: "fire engine", tags: ["truck"] },
|
|
415
|
+
"๐": { label: "delivery truck", tags: ["truck"] },
|
|
416
|
+
"๐ฒ": { label: "bicycle", tags: ["bike"] },
|
|
417
|
+
"๐ด": { label: "kick scooter", tags: ["scooter"] },
|
|
418
|
+
"๐ต": { label: "motor scooter", tags: ["scooter"] },
|
|
419
|
+
"๐๏ธ": { label: "motorcycle", tags: ["bike"] },
|
|
420
|
+
"โฝ": { label: "fuel pump", tags: ["gas"] },
|
|
421
|
+
"๐จ": { label: "police car light", tags: ["siren"] },
|
|
422
|
+
"๐ฅ": { label: "horizontal traffic light", tags: ["traffic"] },
|
|
423
|
+
"๐ฆ": { label: "vertical traffic light", tags: ["traffic"] },
|
|
424
|
+
"๐": { label: "stop sign", tags: ["stop"] },
|
|
425
|
+
"โ": { label: "anchor", tags: ["ship"] },
|
|
426
|
+
"โต": { label: "sailboat", tags: ["boat"] },
|
|
427
|
+
"๐ค": { label: "speedboat", tags: ["boat"] },
|
|
428
|
+
"๐ข": { label: "ship", tags: ["boat"] },
|
|
429
|
+
"โ๏ธ": { label: "airplane", tags: ["plane", "flight"] },
|
|
430
|
+
"๐ซ": { label: "airplane departure", tags: ["flight"] },
|
|
431
|
+
"๐ฌ": { label: "airplane arrival", tags: ["flight"] },
|
|
432
|
+
"๐บ": { label: "seat", tags: ["travel"] },
|
|
433
|
+
"๐": { label: "helicopter", tags: ["flight"] },
|
|
434
|
+
"๐": { label: "rocket", tags: ["launch", "space"] },
|
|
435
|
+
"๐ธ": { label: "flying saucer", tags: ["ufo", "space"] },
|
|
436
|
+
"๐งณ": { label: "luggage", tags: ["travel"] },
|
|
437
|
+
"โ": { label: "hourglass done", tags: ["time"] },
|
|
438
|
+
"โณ": { label: "hourglass not done", tags: ["time"] },
|
|
439
|
+
"โ": { label: "watch", tags: ["time"] },
|
|
440
|
+
"โฐ": { label: "alarm clock", tags: ["time"] },
|
|
441
|
+
"๐ป": { label: "mount fuji", tags: ["mountain"] },
|
|
442
|
+
"๐ ": { label: "house", tags: ["home"] },
|
|
443
|
+
"๐ข": { label: "office building", tags: ["building"] },
|
|
444
|
+
"๐ฅ": { label: "hospital", tags: ["building"] },
|
|
445
|
+
"๐ฆ": { label: "bank", tags: ["building"] },
|
|
446
|
+
"๐จ": { label: "hotel", tags: ["building"] },
|
|
447
|
+
"๐ซ": { label: "school", tags: ["building"] },
|
|
448
|
+
"๐ฐ": { label: "castle", tags: ["building"] },
|
|
449
|
+
"โช": { label: "church", tags: ["building"] },
|
|
450
|
+
"โฒ": { label: "fountain", tags: ["place"] },
|
|
451
|
+
"โบ": { label: "tent", tags: ["camping"] },
|
|
452
|
+
"๐": { label: "bridge at night", tags: ["bridge"] },
|
|
453
|
+
"๐": { label: "night with stars", tags: ["city"] },
|
|
454
|
+
"๐": { label: "sunrise over mountains", tags: ["sunrise"] },
|
|
455
|
+
"๐
": { label: "sunrise", tags: ["morning"] },
|
|
456
|
+
"๐": { label: "cityscape at dusk", tags: ["city"] },
|
|
457
|
+
"๐": { label: "sunset", tags: ["city"] },
|
|
458
|
+
"โจ๏ธ": { label: "keyboard", tags: ["computer"] },
|
|
459
|
+
"๐ป": { label: "laptop", tags: ["computer"] },
|
|
460
|
+
"๐ฑ": { label: "mobile phone", tags: ["phone"] },
|
|
461
|
+
"๐ฒ": { label: "mobile phone with arrow", tags: ["phone"] },
|
|
462
|
+
"โ๏ธ": { label: "telephone", tags: ["phone"] },
|
|
463
|
+
"๐ท": { label: "camera", tags: ["photo"] },
|
|
464
|
+
"๐ธ": { label: "camera with flash", tags: ["photo"] },
|
|
465
|
+
"๐ฅ": { label: "movie camera", tags: ["video"] },
|
|
466
|
+
"๐": { label: "telephone receiver", tags: ["phone"] },
|
|
467
|
+
"๐บ": { label: "television", tags: ["tv"] },
|
|
468
|
+
"๐ป": { label: "radio", tags: ["audio"] },
|
|
469
|
+
"๐งญ": { label: "compass", tags: ["navigation"] },
|
|
470
|
+
"๐ก": { label: "light bulb", tags: ["idea"] },
|
|
471
|
+
"๐ฆ": { label: "flashlight", tags: ["light"] },
|
|
472
|
+
"๐ธ": { label: "money with wings", tags: ["money", "cash"] },
|
|
473
|
+
"๐ต": { label: "dollar banknote", tags: ["money", "cash"] },
|
|
474
|
+
"๐ฐ": { label: "money bag", tags: ["money", "cash"] },
|
|
475
|
+
"๐ณ": { label: "credit card", tags: ["money", "payment"] },
|
|
476
|
+
"๐": { label: "gem stone", tags: ["diamond"] },
|
|
477
|
+
"โ๏ธ": { label: "balance scale", tags: ["law"] },
|
|
478
|
+
"๐ง": { label: "wrench", tags: ["tool"] },
|
|
479
|
+
"๐จ": { label: "hammer", tags: ["tool"] },
|
|
480
|
+
"โ๏ธ": { label: "gear", tags: ["settings", "tool"] },
|
|
481
|
+
"๐ซ": { label: "water pistol", tags: ["toy"] },
|
|
482
|
+
"๐ฃ": { label: "bomb", tags: ["danger"] },
|
|
483
|
+
"๐ช": { label: "kitchen knife", tags: ["knife"] },
|
|
484
|
+
"๐ฌ": { label: "cigarette", tags: ["smoking"] },
|
|
485
|
+
"๐ฎ": { label: "crystal ball", tags: ["magic"] },
|
|
486
|
+
"๐ฌ": { label: "microscope", tags: ["science"] },
|
|
487
|
+
"๐ญ": { label: "telescope", tags: ["science"] },
|
|
488
|
+
"๐": { label: "pill", tags: ["medicine"] },
|
|
489
|
+
"๐": { label: "syringe", tags: ["medicine"] },
|
|
490
|
+
"๐งฌ": { label: "DNA", tags: ["science"] },
|
|
491
|
+
"๐ฆ ": { label: "microbe", tags: ["germ"] },
|
|
492
|
+
"๐งช": { label: "test tube", tags: ["science"] },
|
|
493
|
+
"๐ก๏ธ": { label: "thermometer", tags: ["temperature"] },
|
|
494
|
+
"๐งน": { label: "broom", tags: ["clean"] },
|
|
495
|
+
"๐งบ": { label: "basket", tags: ["container"] },
|
|
496
|
+
"๐ฝ": { label: "toilet", tags: ["bathroom"] },
|
|
497
|
+
"๐ฟ": { label: "shower", tags: ["bathroom"] },
|
|
498
|
+
"๐": { label: "bathtub", tags: ["bathroom"] },
|
|
499
|
+
"๐งผ": { label: "soap", tags: ["clean"] },
|
|
500
|
+
"๐งฝ": { label: "sponge", tags: ["clean"] },
|
|
501
|
+
"๐": { label: "key", tags: ["lock"] },
|
|
502
|
+
"๐ช": { label: "door", tags: ["entry"] },
|
|
503
|
+
"๐งธ": { label: "teddy bear", tags: ["toy"] },
|
|
504
|
+
"๐": { label: "wrapped gift", tags: ["present"] },
|
|
505
|
+
"๐": { label: "balloon", tags: ["party"] },
|
|
506
|
+
"๐": { label: "ribbon", tags: ["gift"] },
|
|
507
|
+
"๐": { label: "confetti ball", tags: ["party", "celebration"] },
|
|
508
|
+
"๐": { label: "party popper", tags: ["party", "celebration"] },
|
|
509
|
+
"โค๏ธ": { label: "red heart", tags: ["love", "heart"] },
|
|
510
|
+
"๐ฉท": { label: "pink heart", tags: ["love", "heart"] },
|
|
511
|
+
"๐งก": { label: "orange heart", tags: ["love", "heart"] },
|
|
512
|
+
"๐": { label: "yellow heart", tags: ["love", "heart"] },
|
|
513
|
+
"๐": { label: "green heart", tags: ["love", "heart"] },
|
|
514
|
+
"๐": { label: "blue heart", tags: ["love", "heart"] },
|
|
515
|
+
"๐ฉต": { label: "light blue heart", tags: ["love", "heart"] },
|
|
516
|
+
"๐": { label: "purple heart", tags: ["love", "heart"] },
|
|
517
|
+
"๐ค": { label: "brown heart", tags: ["love", "heart"] },
|
|
518
|
+
"๐ค": { label: "black heart", tags: ["love", "heart"] },
|
|
519
|
+
"๐ฉถ": { label: "grey heart", tags: ["love", "heart"] },
|
|
520
|
+
"๐ค": { label: "white heart", tags: ["love", "heart"] },
|
|
521
|
+
"๐": { label: "broken heart", tags: ["heart", "sad"] },
|
|
522
|
+
"โฃ๏ธ": { label: "heart exclamation", tags: ["heart", "love"] },
|
|
523
|
+
"๐": { label: "two hearts", tags: ["heart", "love"] },
|
|
524
|
+
"๐": { label: "revolving hearts", tags: ["heart", "love"] },
|
|
525
|
+
"๐": { label: "beating heart", tags: ["heart", "love"] },
|
|
526
|
+
"๐": { label: "growing heart", tags: ["heart", "love"] },
|
|
527
|
+
"๐": { label: "sparkling heart", tags: ["heart", "love"] },
|
|
528
|
+
"๐": { label: "heart with arrow", tags: ["heart", "love"] },
|
|
529
|
+
"๐": { label: "heart with ribbon", tags: ["heart", "gift"] },
|
|
530
|
+
"โฎ๏ธ": { label: "peace symbol", tags: ["peace"] },
|
|
531
|
+
"โ๏ธ": { label: "latin cross", tags: ["cross"] },
|
|
532
|
+
"โช๏ธ": { label: "star and crescent", tags: ["religion"] },
|
|
533
|
+
"โฏ๏ธ": { label: "yin yang", tags: ["symbol"] },
|
|
534
|
+
"โข๏ธ": { label: "radioactive", tags: ["warning"] },
|
|
535
|
+
"โฃ๏ธ": { label: "biohazard", tags: ["warning"] },
|
|
536
|
+
"โ": { label: "cross mark", tags: ["x", "no", "cancel"] },
|
|
537
|
+
"โญ": { label: "hollow red circle", tags: ["circle"] },
|
|
538
|
+
"๐ฏ": { label: "hundred points", tags: ["100", "perfect"] },
|
|
539
|
+
"๐ข": { label: "anger symbol", tags: ["angry"] },
|
|
540
|
+
"โ": { label: "red exclamation mark", tags: ["exclamation", "warning"] },
|
|
541
|
+
"โ": { label: "red question mark", tags: ["question"] },
|
|
542
|
+
"โ ๏ธ": { label: "warning", tags: ["alert"] },
|
|
543
|
+
"โป๏ธ": { label: "recycling symbol", tags: ["recycle"] },
|
|
544
|
+
"โ
": { label: "check mark button", tags: ["check", "done", "yes"] },
|
|
545
|
+
"โ๏ธ": { label: "sparkle", tags: ["star"] },
|
|
546
|
+
"๐": { label: "globe with meridians", tags: ["world", "web"] },
|
|
547
|
+
"๐ ": { label: "diamond with a dot", tags: ["diamond"] },
|
|
548
|
+
"โ๏ธ": { label: "circled M", tags: ["metro"] },
|
|
549
|
+
"๐ค": { label: "zzz", tags: ["sleep"] },
|
|
550
|
+
"โน๏ธ": { label: "information", tags: ["info"] },
|
|
551
|
+
"๐ค": { label: "input latin letters", tags: ["letters"] },
|
|
552
|
+
"๐ก": { label: "input lowercase letters", tags: ["letters"] },
|
|
553
|
+
"๐ ": { label: "input uppercase letters", tags: ["letters"] },
|
|
554
|
+
"๐": { label: "NEW button", tags: ["new"] },
|
|
555
|
+
"๐": { label: "OK button", tags: ["ok"] },
|
|
556
|
+
"๐": { label: "UP button", tags: ["up"] },
|
|
557
|
+
"โก๏ธ": { label: "right arrow", tags: ["arrow"] },
|
|
558
|
+
"๐": { label: "FREE button", tags: ["free"] },
|
|
559
|
+
"๐": { label: "chequered flag", tags: ["flag", "finish"] },
|
|
560
|
+
"๐ฉ": { label: "triangular flag", tags: ["flag"] },
|
|
561
|
+
"๐": { label: "crossed flags", tags: ["flag"] },
|
|
562
|
+
"๐ด": { label: "black flag", tags: ["flag"] },
|
|
563
|
+
"๐ณ๏ธ": { label: "white flag", tags: ["flag"] },
|
|
564
|
+
"๐ณ๏ธโ๐": { label: "rainbow flag", tags: ["flag", "pride"] },
|
|
565
|
+
"๐ณ๏ธโโง๏ธ": { label: "transgender flag", tags: ["flag", "pride"] },
|
|
566
|
+
"๐ดโโ ๏ธ": { label: "pirate flag", tags: ["flag"] },
|
|
567
|
+
"๐บ๐ณ": { label: "United Nations flag", tags: ["flag", "UN"] }
|
|
568
|
+
}, p = (a) => {
|
|
569
|
+
const l = Array.from(a);
|
|
570
|
+
if (l.length !== 2) return "";
|
|
571
|
+
const e = l.map((g) => {
|
|
572
|
+
const s = g.codePointAt(0);
|
|
573
|
+
if (!s) return "";
|
|
574
|
+
const t = s - 127462;
|
|
575
|
+
return t < 0 || t > 25 ? "" : String.fromCharCode(65 + t);
|
|
576
|
+
});
|
|
577
|
+
return e.every(Boolean) ? e.join("") : "";
|
|
578
|
+
}, u = () => {
|
|
579
|
+
if (b !== void 0) return b;
|
|
580
|
+
const a = Intl.DisplayNames;
|
|
581
|
+
return b = a ? new a(["en"], { type: "region" }) : null, b;
|
|
582
|
+
}, m = (a) => {
|
|
583
|
+
const l = p(a);
|
|
584
|
+
if (!l) return null;
|
|
585
|
+
let e;
|
|
586
|
+
try {
|
|
587
|
+
e = u()?.of(l);
|
|
588
|
+
} catch {
|
|
589
|
+
e = void 0;
|
|
590
|
+
}
|
|
591
|
+
return {
|
|
592
|
+
label: e ? `flag ${e}` : `flag ${l}`,
|
|
593
|
+
tags: ["flag", "country", l]
|
|
594
|
+
};
|
|
595
|
+
}, w = (a, l) => d[a] || m(a) || {
|
|
596
|
+
label: `${l} ${a}`,
|
|
597
|
+
tags: [a]
|
|
598
|
+
}, y = (a) => a.map((l) => l.trim().toLocaleLowerCase()).filter(Boolean), k = ["๐", "โค๏ธ", "๐", "๐", "๐ฅ", "๐", "โ
", "๐"], v = (a) => {
|
|
599
|
+
const l = f.flatMap((e, g) => {
|
|
600
|
+
const s = a.groups[e.group] || {
|
|
601
|
+
label: e.group,
|
|
56
602
|
tags: []
|
|
57
|
-
},
|
|
58
|
-
return
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
603
|
+
}, t = s.label || e.group, o = t.toLocaleLowerCase(a.language), n = Array.from(/* @__PURE__ */ new Set([...e.tags, ...s.tags, o]));
|
|
604
|
+
return e.emojis.split(/\s+/).filter(Boolean).map((r, c) => {
|
|
605
|
+
const i = w(r, t), h = Array.from(
|
|
606
|
+
/* @__PURE__ */ new Set([...n, ...y([i.label, ...i.tags || []])])
|
|
607
|
+
);
|
|
608
|
+
return {
|
|
609
|
+
emoji: r,
|
|
610
|
+
annotation: i.label,
|
|
611
|
+
groupLabel: t,
|
|
612
|
+
tags: h,
|
|
613
|
+
group: e.group,
|
|
614
|
+
order: g * 1e3 + c
|
|
615
|
+
};
|
|
616
|
+
});
|
|
66
617
|
});
|
|
67
618
|
return {
|
|
68
|
-
language:
|
|
69
|
-
data:
|
|
70
|
-
i18n:
|
|
71
|
-
quickList:
|
|
619
|
+
language: a.language,
|
|
620
|
+
data: l,
|
|
621
|
+
i18n: a.i18n,
|
|
622
|
+
quickList: a.quickList || k
|
|
72
623
|
};
|
|
73
624
|
};
|
|
74
625
|
export {
|
|
75
|
-
|
|
76
|
-
|
|
626
|
+
v as createNmorphEmojiLocale,
|
|
627
|
+
k as nmorphEmojiQuickList
|
|
77
628
|
};
|