@nmorph/nmorph-ui-kit 2.2.59 โ†’ 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/dist/assets/icons/expand.svg.js +13 -6
  2. package/dist/assets/icons/hand.svg.js +21 -0
  3. package/dist/assets/icons/list-simple.svg.js +21 -0
  4. package/dist/assets/icons/mute-speaker.svg.js +28 -0
  5. package/dist/assets/icons/pagination.svg.js +18 -5
  6. package/dist/assets/icons/speaker.svg.js +21 -0
  7. package/dist/assets/icons/triangle-down.svg.js +6 -6
  8. package/dist/assets/icons/video-camera-off.svg.js +28 -0
  9. package/dist/components/basic/nmorph-button/NmorphButton.css +1 -1
  10. package/dist/components/basic/nmorph-button/NmorphButton.vue2.js +21 -19
  11. package/dist/components/basic/nmorph-button/types.js +12 -4
  12. package/dist/components/basic/nmorph-icon/NmorphIcon.css +1 -1
  13. package/dist/components/basic/nmorph-icon/NmorphIcon.vue2.js +10 -10
  14. package/dist/components/basic/nmorph-icon/NmorphIcons.js +406 -395
  15. package/dist/components/basic/nmorph-icon/types.js +6 -2
  16. package/dist/components/basic/nmorph-layout/NmorphLayout.css +1 -1
  17. package/dist/components/basic/nmorph-layout/NmorphLayout.vue2.js +7 -7
  18. package/dist/components/basic/nmorph-link/NmorphLink.css +1 -1
  19. package/dist/components/basic/nmorph-link/NmorphLink.vue2.js +7 -7
  20. package/dist/components/basic/nmorph-link/types.js +7 -2
  21. package/dist/components/basic/nmorph-scroll/NmorphScroll.css +1 -1
  22. package/dist/components/basic/nmorph-scroll/NmorphScroll.vue.js +4 -3
  23. package/dist/components/basic/nmorph-scroll/NmorphScroll.vue2.js +123 -112
  24. package/dist/components/basic/nmorph-scroll/types.js +13 -3
  25. package/dist/components/basic/nmorph-space/NmorphSpace.css +1 -1
  26. package/dist/components/basic/nmorph-space/NmorphSpace.vue2.js +9 -9
  27. package/dist/components/basic/nmorph-text/NmorphText.vue.js +19 -0
  28. package/dist/components/basic/nmorph-text/NmorphText.vue2.js +50 -0
  29. package/dist/components/data/nmorph-audio-meter/NmorphAudioMeter.css +1 -1
  30. package/dist/components/data/nmorph-audio-meter/NmorphAudioMeter.vue2.js +22 -12
  31. package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.css +1 -1
  32. package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.vue2.js +8 -6
  33. package/dist/components/data/nmorph-avatar/NmorphAvatar.css +1 -1
  34. package/dist/components/data/nmorph-avatar/NmorphAvatar.vue.js +54 -51
  35. package/dist/components/data/nmorph-avatar/NmorphAvatar.vue2.js +41 -36
  36. package/dist/components/data/nmorph-badge/NmorphBadge.css +1 -1
  37. package/dist/components/data/nmorph-badge/NmorphBadge.vue2.js +47 -51
  38. package/dist/components/data/nmorph-calendar/NmorphCalendar.css +1 -1
  39. package/dist/components/data/nmorph-calendar/NmorphCalendar.vue.js +34 -32
  40. package/dist/components/data/nmorph-calendar/NmorphCalendar.vue2.js +35 -34
  41. package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.css +1 -1
  42. package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.js +25 -22
  43. package/dist/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue2.js +10 -9
  44. package/dist/components/data/nmorph-card/NmorphCard.css +1 -1
  45. package/dist/components/data/nmorph-card/NmorphCard.vue2.js +20 -19
  46. package/dist/components/data/nmorph-carousel/NmorphCarousel.css +1 -0
  47. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue.js +12 -10
  48. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue2.js +23 -20
  49. package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.css +1 -1
  50. package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.js +29 -17
  51. package/dist/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue2.js +35 -29
  52. package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.css +1 -1
  53. package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue.js +12 -12
  54. package/dist/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue2.js +103 -89
  55. package/dist/components/data/nmorph-empty/NmorphEmpty.css +1 -1
  56. package/dist/components/data/nmorph-empty/NmorphEmpty.vue2.js +12 -12
  57. package/dist/components/data/nmorph-file-card/NmorphFileCard.css +1 -1
  58. package/dist/components/data/nmorph-file-card/NmorphFileCard.vue2.js +2 -2
  59. package/dist/components/data/nmorph-image/NmorphImage.css +1 -1
  60. package/dist/components/data/nmorph-image/NmorphImage.vue2.js +32 -20
  61. package/dist/components/data/nmorph-image-preview/NmorphImagePreview.css +1 -1
  62. package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue.js +66 -62
  63. package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue2.js +53 -51
  64. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.css +1 -1
  65. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.js +17 -15
  66. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue2.js +56 -54
  67. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.css +1 -1
  68. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +20 -16
  69. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue2.js +16 -14
  70. package/dist/components/data/nmorph-pagination/NmorphPagination.css +1 -1
  71. package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +50 -50
  72. package/dist/components/data/nmorph-pagination/NmorphPagination.vue2.js +23 -23
  73. package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.css +1 -1
  74. package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.js +14 -12
  75. package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue2.js +22 -18
  76. package/dist/components/data/nmorph-progress/NmorphProgress.css +1 -1
  77. package/dist/components/data/nmorph-progress/NmorphProgress.vue2.js +22 -22
  78. package/dist/components/data/nmorph-qr-code/NmorphQRCode.css +1 -1
  79. package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue2.js +18 -19
  80. package/dist/components/data/nmorph-skeleton/NmorphSkeleton.css +1 -1
  81. package/dist/components/data/nmorph-skeleton/NmorphSkeleton.vue2.js +5 -5
  82. package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.css +1 -1
  83. package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.js +7 -7
  84. package/dist/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue2.js +4 -4
  85. package/dist/components/data/nmorph-skeleton/types.js +6 -2
  86. package/dist/components/data/nmorph-table/NmorphTable.css +1 -1
  87. package/dist/components/data/nmorph-table/NmorphTable.vue2.js +13 -13
  88. package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.css +1 -1
  89. package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue.js +36 -40
  90. package/dist/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue2.js +14 -23
  91. package/dist/components/data/nmorph-tag-list/NmorphTagList.css +1 -1
  92. package/dist/components/data/nmorph-tag-list/NmorphTagList.vue.js +38 -44
  93. package/dist/components/data/nmorph-tag-list/NmorphTagList.vue2.js +14 -29
  94. package/dist/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.css +1 -1
  95. package/dist/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue2.js +34 -34
  96. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.css +1 -1
  97. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue2.js +26 -22
  98. package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.css +1 -1
  99. package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue2.js +6 -6
  100. package/dist/components/feedback/nmorph-alert/NmorphAlert.css +1 -1
  101. package/dist/components/feedback/nmorph-alert/NmorphAlert.vue2.js +10 -10
  102. package/dist/components/feedback/nmorph-alert/types.js +6 -1
  103. package/dist/components/feedback/nmorph-callout/NmorphCallout.css +1 -1
  104. package/dist/components/feedback/nmorph-callout/NmorphCallout.vue2.js +16 -16
  105. package/dist/components/feedback/nmorph-dialog/NmorphDialog.css +1 -1
  106. package/dist/components/feedback/nmorph-dialog/NmorphDialog.vue2.js +36 -35
  107. package/dist/components/feedback/nmorph-drawer/NmorphDrawer.css +1 -1
  108. package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue2.js +9 -9
  109. package/dist/components/feedback/nmorph-guide/NmorphGuideStep.css +1 -1
  110. package/dist/components/feedback/nmorph-guide/NmorphGuideStep.vue.js +33 -33
  111. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.css +1 -1
  112. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue2.js +21 -21
  113. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.css +1 -1
  114. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.js +21 -18
  115. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue2.js +20 -20
  116. package/dist/components/form/nmorph-checkbox/NmorphCheckbox.css +1 -1
  117. package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue.js +15 -15
  118. package/dist/components/form/nmorph-checkbox/NmorphCheckbox.vue2.js +30 -31
  119. package/dist/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.js +20 -21
  120. package/dist/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue2.js +28 -28
  121. package/dist/components/form/nmorph-color-picker/NmorphColorPicker.css +1 -1
  122. package/dist/components/form/nmorph-color-picker/NmorphColorPicker.vue2.js +27 -27
  123. package/dist/components/form/nmorph-date-picker/NmorphDatePicker.css +1 -1
  124. package/dist/components/form/nmorph-date-picker/NmorphDatePicker.vue2.js +40 -38
  125. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue.js +94 -108
  126. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue2.js +14 -19
  127. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.js +55 -64
  128. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue2.js +32 -37
  129. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.css +1 -1
  130. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue.js +10 -10
  131. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue2.js +1 -1
  132. package/dist/components/form/nmorph-file-upload/types.js +34 -16
  133. package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.css +1 -1
  134. package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.js +12 -12
  135. package/dist/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue2.js +7 -7
  136. package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue2.js +6 -6
  137. package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.css +1 -1
  138. package/dist/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue.js +12 -13
  139. package/dist/components/form/nmorph-number-input/NmorphNumberInput.css +1 -1
  140. package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue.js +41 -37
  141. package/dist/components/form/nmorph-number-input/NmorphNumberInput.vue2.js +28 -28
  142. package/dist/components/form/nmorph-otp-input/NmorphOTPInput.css +1 -1
  143. package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue.js +19 -19
  144. package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue2.js +37 -37
  145. package/dist/components/form/nmorph-radio/NmorphRadio.css +1 -1
  146. package/dist/components/form/nmorph-radio/NmorphRadio.vue.js +4 -4
  147. package/dist/components/form/nmorph-radio/NmorphRadio.vue2.js +21 -21
  148. package/dist/components/form/nmorph-radio-group/NmorphRadioGroup.vue.js +18 -18
  149. package/dist/components/form/nmorph-radio-group/NmorphRadioGroup.vue2.js +21 -21
  150. package/dist/components/form/nmorph-select/NmorphSelect.css +1 -1
  151. package/dist/components/form/nmorph-select/NmorphSelect.vue.js +86 -77
  152. package/dist/components/form/nmorph-select/NmorphSelect.vue2.js +52 -52
  153. package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.css +1 -1
  154. package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue2.js +21 -21
  155. package/dist/components/form/nmorph-select-button/NmorphSelectButton.css +1 -1
  156. package/dist/components/form/nmorph-select-button/NmorphSelectButton.vue2.js +27 -31
  157. package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.css +1 -1
  158. package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue.js +13 -11
  159. package/dist/components/form/nmorph-slider/NmorphSlider.css +1 -1
  160. package/dist/components/form/nmorph-slider/NmorphSlider.vue2.js +52 -47
  161. package/dist/components/form/nmorph-switch/NmorphSwitch.css +1 -1
  162. package/dist/components/form/nmorph-switch/NmorphSwitch.vue2.js +26 -26
  163. package/dist/components/form/nmorph-text-input/NmorphTextInput.css +1 -1
  164. package/dist/components/form/nmorph-text-input/NmorphTextInput.vue.js +35 -36
  165. package/dist/components/form/nmorph-text-input/NmorphTextInput.vue2.js +49 -36
  166. package/dist/components/form/nmorph-textarea/NmorphTextarea.css +1 -1
  167. package/dist/components/form/nmorph-textarea/NmorphTextarea.vue2.js +18 -18
  168. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.css +1 -1
  169. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +1 -1
  170. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue2.js +44 -44
  171. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.css +1 -1
  172. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue.js +11 -11
  173. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue2.js +15 -15
  174. package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.css +1 -1
  175. package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue2.js +9 -9
  176. package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.css +1 -1
  177. package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.vue2.js +6 -5
  178. package/dist/components/navigation/nmorph-stepper/NmorphStepper.vue2.js +20 -20
  179. package/dist/components/others/nmorph-divider/NmorphDivider.css +1 -1
  180. package/dist/components/others/nmorph-divider/NmorphDivider.vue2.js +9 -8
  181. package/dist/components/others/nmorph-overlay/NmorphOverlay.css +1 -1
  182. package/dist/components/others/nmorph-overlay/NmorphOverlay.vue.js +13 -13
  183. package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.css +1 -1
  184. package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.js +35 -25
  185. package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue2.js +22 -25
  186. package/dist/components/providers/nmorph-notification-provider/types.js +9 -2
  187. package/dist/emoji/base.js +571 -20
  188. package/dist/hooks/use-common-styles.js +228 -49
  189. package/dist/hooks/use-field-validation.js +42 -45
  190. package/dist/hooks/use-virtual-list.js +65 -57
  191. package/dist/icons.js +406 -395
  192. package/dist/index.es.js +853 -838
  193. package/dist/index.umd.js +241 -71
  194. package/dist/package.json.js +1 -1
  195. package/dist/plugin.js +37 -34
  196. package/dist/src/components/basic/index.d.ts +2 -0
  197. package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +3 -2
  198. package/dist/src/components/basic/nmorph-button/types.d.ts +18 -19
  199. package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +1 -1
  200. package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +6 -0
  201. package/dist/src/components/basic/nmorph-icon/types.d.ts +7 -6
  202. package/dist/src/components/basic/nmorph-link/types.d.ts +9 -8
  203. package/dist/src/components/basic/nmorph-scroll/types.d.ts +16 -14
  204. package/dist/src/components/basic/nmorph-text/NmorphText.vue.d.ts +20 -0
  205. package/dist/src/components/basic/nmorph-text/types.d.ts +12 -0
  206. package/dist/src/components/data/nmorph-audio-meter/NmorphAudioMeter.vue.d.ts +5 -1
  207. package/dist/src/components/data/nmorph-audio-meter/types.d.ts +4 -0
  208. package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +1 -0
  209. package/dist/src/components/data/nmorph-avatar/types.d.ts +3 -2
  210. package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +3 -2
  211. package/dist/src/components/data/nmorph-badge/types.d.ts +3 -8
  212. package/dist/src/components/data/nmorph-calendar/NmorphCalendar.vue.d.ts +1 -0
  213. package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue.d.ts +3 -1
  214. package/dist/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/types.d.ts +2 -0
  215. package/dist/src/components/data/nmorph-calendar/types.d.ts +2 -1
  216. package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +1 -0
  217. package/dist/src/components/data/nmorph-card/types.d.ts +2 -1
  218. package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +1 -0
  219. package/dist/src/components/data/nmorph-carousel/types.d.ts +2 -0
  220. package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +1 -1
  221. package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/types.d.ts +2 -2
  222. package/dist/src/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue.d.ts +7 -1
  223. package/dist/src/components/data/nmorph-emoji-picker/types.d.ts +6 -0
  224. package/dist/src/components/data/nmorph-empty/NmorphEmpty.vue.d.ts +1 -2
  225. package/dist/src/components/data/nmorph-file-card/NmorphFileCard.vue.d.ts +1 -1
  226. package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +3 -0
  227. package/dist/src/components/data/nmorph-image/types.d.ts +2 -1
  228. package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +3 -1
  229. package/dist/src/components/data/nmorph-image-preview/types.d.ts +2 -0
  230. package/dist/src/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.d.ts +2 -0
  231. package/dist/src/components/data/nmorph-media-gallery/types.d.ts +2 -0
  232. package/dist/src/components/data/nmorph-media-tile/NmorphMediaTile.vue.d.ts +2 -0
  233. package/dist/src/components/data/nmorph-media-tile/types.d.ts +2 -0
  234. package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +1 -1
  235. package/dist/src/components/data/nmorph-pagination/types.d.ts +2 -2
  236. package/dist/src/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.d.ts +4 -0
  237. package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +2 -3
  238. package/dist/src/components/data/nmorph-skeleton/types.d.ts +6 -5
  239. package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +1 -1
  240. package/dist/src/components/data/nmorph-table/types.d.ts +2 -2
  241. package/dist/src/components/data/nmorph-tag-list/NmorphTagList.vue.d.ts +3 -4
  242. package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +2 -3
  243. package/dist/src/components/data/nmorph-tag-list/types.d.ts +2 -2
  244. package/dist/src/components/data/nmorph-video-preview/NmorphVideoPreview.vue.d.ts +3 -1
  245. package/dist/src/components/data/nmorph-video-preview/types.d.ts +2 -0
  246. package/dist/src/components/data/nmorph-virtual-list/NmorphVirtualList.vue.d.ts +1 -1
  247. package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +1 -1
  248. package/dist/src/components/feedback/nmorph-alert/types.d.ts +8 -7
  249. package/dist/src/components/feedback/nmorph-callout/NmorphCallout.vue.d.ts +1 -1
  250. package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +1 -1
  251. package/dist/src/components/feedback/nmorph-dialog/types.d.ts +1 -4
  252. package/dist/src/components/feedback/nmorph-guide/NmorphGuide.vue.d.ts +1 -1
  253. package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +2 -2
  254. package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +1 -1
  255. package/dist/src/components/form/nmorph-checkbox/NmorphCheckbox.vue.d.ts +2 -17
  256. package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +2 -15
  257. package/dist/src/components/form/nmorph-checkbox-group/types.d.ts +4 -6
  258. package/dist/src/components/form/nmorph-color-picker/NmorphColorPicker.vue.d.ts +1 -1
  259. package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +2 -1
  260. package/dist/src/components/form/nmorph-date-picker/types.d.ts +1 -0
  261. package/dist/src/components/form/nmorph-file-upload/types.d.ts +55 -55
  262. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +1 -1
  263. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +1 -1
  264. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/types.d.ts +2 -2
  265. package/dist/src/components/form/nmorph-form/components/nmorph-form-item/types.d.ts +2 -2
  266. package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +1 -1
  267. package/dist/src/components/form/nmorph-otp-input/NmorphOTPInput.vue.d.ts +1 -1
  268. package/dist/src/components/form/nmorph-radio/NmorphRadio.vue.d.ts +2 -14
  269. package/dist/src/components/form/nmorph-radio/types.d.ts +6 -4
  270. package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +2 -14
  271. package/dist/src/components/form/nmorph-radio-group/types.d.ts +4 -6
  272. package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +1 -1
  273. package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +1 -1
  274. package/dist/src/components/form/nmorph-select-button/NmorphSelectButton.vue.d.ts +2 -4
  275. package/dist/src/components/form/nmorph-select-button/components/nmorph-select-button-item/types.d.ts +1 -1
  276. package/dist/src/components/form/nmorph-select-button/types.d.ts +1 -3
  277. package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +10 -10
  278. package/dist/src/components/form/nmorph-slider/types.d.ts +1 -1
  279. package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +1 -1
  280. package/dist/src/components/form/nmorph-switch/types.d.ts +1 -1
  281. package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +4 -1
  282. package/dist/src/components/form/nmorph-text-input/types.d.ts +3 -0
  283. package/dist/src/components/form/nmorph-textarea/NmorphTextarea.vue.d.ts +1 -1
  284. package/dist/src/components/form/nmorph-time-picker/NmorphTimePicker.vue.d.ts +1 -1
  285. package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +1 -2
  286. package/dist/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.d.ts +1 -1
  287. package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +2 -1
  288. package/dist/src/components/navigation/nmorph-dropdown/types.d.ts +2 -1
  289. package/dist/src/components/others/nmorph-divider/NmorphDivider.vue.d.ts +1 -0
  290. package/dist/src/components/others/nmorph-divider/types.d.ts +2 -0
  291. package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +1 -1
  292. package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +8 -8
  293. package/dist/src/hooks/use-field-validation.d.ts +21 -24
  294. package/dist/src/hooks/use-nmorph-translation.d.ts +2 -2
  295. package/dist/src/types/app.types.d.ts +0 -5
  296. package/dist/src/types/common.types.d.ts +91 -35
  297. package/dist/src/types/date.types.d.ts +6 -5
  298. package/dist/src/types/image.types.d.ts +16 -12
  299. package/dist/src/types/selection.types.d.ts +19 -14
  300. package/dist/src/types/table.types.d.ts +6 -5
  301. package/dist/src/types/translation.types.d.ts +7 -6
  302. package/dist/src/utils/common.d.ts +2 -2
  303. package/dist/src/utils/file-types.d.ts +1 -1
  304. package/dist/src/utils/theme-style.d.ts +2 -0
  305. package/dist/style.css +1 -1
  306. package/dist/types/common.types.js +73 -8
  307. package/dist/types/date.types.js +6 -2
  308. package/dist/types/image.types.js +12 -3
  309. package/dist/types/table.types.js +5 -2
  310. package/dist/types/translation.types.js +6 -2
  311. package/dist/utils/common.js +3 -3
  312. package/dist/utils/file-types.js +6 -7
  313. package/dist/utils/theme-style.js +42 -48
  314. package/package.json +1 -1
  315. package/dist/types/selection.types.js +0 -4
@@ -1,4 +1,4 @@
1
- const m = [
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
- ], n = ["๐Ÿ‘", "โค๏ธ", "๐Ÿ˜‚", "๐ŸŽ‰", "๐Ÿ”ฅ", "๐Ÿ‘€", "โœ…", "๐Ÿ™"], p = (e) => {
53
- const r = m.flatMap((o, i) => {
54
- const t = e.groups[o.group] || {
55
- label: o.group,
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
- }, a = t.label || o.group, g = a.toLocaleLowerCase(e.language), l = Array.from(/* @__PURE__ */ new Set([...o.tags, ...t.tags, g]));
58
- return o.emojis.split(/\s+/).filter(Boolean).map((u, s) => ({
59
- emoji: u,
60
- annotation: `${a} ${s + 1}`,
61
- groupLabel: a,
62
- tags: l,
63
- group: o.group,
64
- order: i * 1e3 + s
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: e.language,
69
- data: r,
70
- i18n: e.i18n,
71
- quickList: e.quickList || n
619
+ language: a.language,
620
+ data: l,
621
+ i18n: a.i18n,
622
+ quickList: a.quickList || k
72
623
  };
73
624
  };
74
625
  export {
75
- p as createNmorphEmojiLocale,
76
- n as nmorphEmojiQuickList
626
+ v as createNmorphEmojiLocale,
627
+ k as nmorphEmojiQuickList
77
628
  };