@antscorp/antsomi-ui 2.0.90 → 2.0.91-text-editor-beta.2

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 (354) hide show
  1. package/es/assets/css/main.scss +4 -2
  2. package/es/components/atoms/Eyedropper/Eyedropper.d.ts +2 -0
  3. package/es/components/atoms/Eyedropper/Eyedropper.js +53 -0
  4. package/es/components/atoms/Eyedropper/index.d.ts +0 -0
  5. package/es/components/atoms/Eyedropper/index.js +1 -0
  6. package/es/components/atoms/Eyedropper/styled.d.ts +9 -0
  7. package/es/components/atoms/Eyedropper/styled.js +45 -0
  8. package/es/components/atoms/Eyedropper/types.d.ts +5 -0
  9. package/es/components/atoms/Eyedropper/types.js +1 -0
  10. package/es/components/icons/ALignRightIcon.d.ts +3 -0
  11. package/es/components/icons/ALignRightIcon.js +7 -0
  12. package/es/components/icons/AlignCenterIcon.d.ts +3 -0
  13. package/es/components/icons/AlignCenterIcon.js +7 -0
  14. package/es/components/icons/AlignJustifyIcon.d.ts +3 -0
  15. package/es/components/icons/AlignJustifyIcon.js +7 -0
  16. package/es/components/icons/AlignLeftIcon.d.ts +3 -0
  17. package/es/components/icons/AlignLeftIcon.js +7 -0
  18. package/es/components/icons/AntsomiAIIcon.d.ts +3 -0
  19. package/es/components/icons/AntsomiAIIcon.js +7 -0
  20. package/es/components/icons/ArrowDropDownIcon.d.ts +3 -0
  21. package/es/components/icons/ArrowDropDownIcon.js +7 -0
  22. package/es/components/icons/ChevronRightIcon.d.ts +3 -0
  23. package/es/components/icons/ChevronRightIcon.js +7 -0
  24. package/es/components/icons/ColorizeIcon.d.ts +3 -0
  25. package/es/components/icons/ColorizeIcon.js +7 -0
  26. package/es/components/icons/EmotionFeedbackIcon.d.ts +6 -0
  27. package/es/components/icons/EmotionFeedbackIcon.js +8 -0
  28. package/es/components/icons/FeedbackRatingIcon.d.ts +3 -0
  29. package/es/components/icons/FeedbackRatingIcon.js +7 -0
  30. package/es/components/icons/LazyIcon/LazyIcon.d.ts +27 -9
  31. package/es/components/icons/LazyIcon/LazyIcon.js +24 -9
  32. package/es/components/icons/LinkOffIcon.d.ts +3 -0
  33. package/es/components/icons/LinkOffIcon.js +7 -0
  34. package/es/components/icons/MinusIcon.d.ts +3 -0
  35. package/es/components/icons/MinusIcon.js +7 -0
  36. package/es/components/icons/NoteNewIcon.d.ts +3 -0
  37. package/es/components/icons/NoteNewIcon.js +7 -0
  38. package/es/components/icons/SearchNotFoundIcon.d.ts +3 -0
  39. package/es/components/icons/SearchNotFoundIcon.js +7 -0
  40. package/es/components/icons/SummarizeIcon.d.ts +3 -0
  41. package/es/components/icons/SummarizeIcon.js +7 -0
  42. package/es/components/icons/index.d.ts +24 -9
  43. package/es/components/icons/index.js +24 -9
  44. package/es/components/index.scss +2 -0
  45. package/es/components/molecules/ColorSetting/index.js +2 -11
  46. package/es/components/molecules/ColorSetting/styled.d.ts +1 -1
  47. package/es/components/molecules/ColorSetting/styled.js +9 -1
  48. package/es/components/molecules/EmojiCollections/CommonCollection/index.js +2 -2
  49. package/es/components/molecules/EmojiCollections/types.d.ts +1 -0
  50. package/es/components/molecules/EmojiPopover/EmojiPopover.d.ts +1 -0
  51. package/es/components/molecules/EmojiPopover/EmojiPopover.js +10 -6
  52. package/es/components/molecules/EmojiPopover/styled.d.ts +2 -2
  53. package/es/components/molecules/EmojiPopover/styled.js +1 -1
  54. package/es/components/molecules/EyedropperButton/EyedropperButton.d.ts +11 -0
  55. package/es/components/molecules/EyedropperButton/EyedropperButton.js +34 -0
  56. package/es/components/molecules/EyedropperButton/index.d.ts +0 -0
  57. package/es/components/molecules/EyedropperButton/index.js +1 -0
  58. package/es/components/molecules/EyedropperButton/styled.d.ts +7 -0
  59. package/es/components/molecules/EyedropperButton/styled.js +23 -0
  60. package/es/components/molecules/FontSizeInput/FontSizeInput.d.ts +3 -0
  61. package/es/components/molecules/FontSizeInput/FontSizeInput.js +127 -0
  62. package/es/components/molecules/FontSizeInput/components/FontSizeControl.d.ts +8 -0
  63. package/es/components/molecules/FontSizeInput/components/FontSizeControl.js +14 -0
  64. package/es/components/molecules/FontSizeInput/components/FontSizeDropdown.d.ts +20 -0
  65. package/es/components/molecules/FontSizeInput/components/FontSizeDropdown.js +19 -0
  66. package/es/components/molecules/FontSizeInput/constants.d.ts +2 -0
  67. package/es/components/molecules/FontSizeInput/constants.js +5 -0
  68. package/es/components/molecules/FontSizeInput/index.d.ts +2 -0
  69. package/es/components/molecules/FontSizeInput/index.js +1 -0
  70. package/es/components/molecules/FontSizeInput/styled.d.ts +7 -0
  71. package/es/components/molecules/FontSizeInput/styled.js +36 -0
  72. package/es/components/molecules/FontSizeInput/styles.scss +15 -0
  73. package/es/components/molecules/FontSizeInput/types.d.ts +23 -0
  74. package/es/components/molecules/FontSizeInput/types.js +1 -0
  75. package/es/components/molecules/FontSizeInput/utils.d.ts +7 -0
  76. package/es/components/molecules/FontSizeInput/utils.js +9 -0
  77. package/es/components/molecules/ItemNotFound/ItemNotFound.d.ts +6 -0
  78. package/es/components/molecules/ItemNotFound/ItemNotFound.js +9 -0
  79. package/es/components/molecules/ItemNotFound/index.d.ts +1 -0
  80. package/es/components/molecules/ItemNotFound/index.js +1 -0
  81. package/es/components/molecules/ItemNotFound/styled.d.ts +4 -0
  82. package/es/components/molecules/ItemNotFound/styled.js +29 -0
  83. package/es/components/molecules/MatchAnySelect/MatchesAnySelect.js +23 -7
  84. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.d.ts +1 -0
  85. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +7 -2
  86. package/es/components/molecules/MatchAnySelect/types.d.ts +2 -1
  87. package/es/components/molecules/MatchAnySelect/utils.d.ts +1 -0
  88. package/es/components/molecules/MatchAnySelect/utils.js +2 -0
  89. package/es/components/molecules/VirtualizedMenu/VirtualizedMenu.d.ts +6 -3
  90. package/es/components/molecules/VirtualizedMenu/__mocks__/index.js +2550 -938
  91. package/es/components/molecules/VirtualizedMenu/components/Item/Item.d.ts +1 -11
  92. package/es/components/molecules/VirtualizedMenu/components/Item/Item.js +53 -25
  93. package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.d.ts +8 -5
  94. package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.js +289 -46
  95. package/es/components/molecules/VirtualizedMenu/components/MenuInline/index.js +1 -0
  96. package/es/components/molecules/VirtualizedMenu/styled.d.ts +2 -2
  97. package/es/components/molecules/VirtualizedMenu/styled.js +23 -4
  98. package/es/components/molecules/VirtualizedMenu/types.d.ts +27 -10
  99. package/es/components/molecules/VirtualizedMenu/utils.d.ts +8 -5
  100. package/es/components/molecules/VirtualizedMenu/utils.js +13 -18
  101. package/es/components/molecules/index.d.ts +2 -0
  102. package/es/components/molecules/index.js +2 -0
  103. package/es/components/molecules/index.scss +1 -0
  104. package/es/components/organism/ActivityTimeline/ActivityTimeline.js +15 -9
  105. package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +1290 -0
  106. package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +3059 -0
  107. package/es/components/organism/ActivityTimeline/components/ItemEvent/ItemEvent.d.ts +3 -4
  108. package/es/components/organism/ActivityTimeline/components/ItemEvent/ItemEvent.js +4 -3
  109. package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/ItemGroupEvent.d.ts +4 -6
  110. package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/ItemGroupEvent.js +4 -4
  111. package/es/components/organism/ActivityTimeline/components/TimeLineTitle/TimelineTitle.js +1 -1
  112. package/es/components/organism/ActivityTimeline/types.d.ts +2 -1
  113. package/es/components/organism/ActivityTimeline/utils.d.ts +1 -1
  114. package/es/components/organism/ActivityTimeline/utils.js +1 -1
  115. package/es/components/organism/TextEditor/TextEditor.d.ts +3 -0
  116. package/es/components/organism/TextEditor/TextEditor.js +277 -0
  117. package/es/components/organism/TextEditor/__mocks__/text-block.settings.json +320 -0
  118. package/es/components/organism/TextEditor/__mocks__/text-contennt.d.ts +1 -0
  119. package/es/components/organism/TextEditor/__mocks__/text-contennt.js +38 -0
  120. package/es/components/organism/TextEditor/constants.d.ts +175 -0
  121. package/es/components/organism/TextEditor/constants.js +321 -0
  122. package/es/components/organism/TextEditor/extensions/BackgroundColor.d.ts +25 -0
  123. package/es/components/organism/TextEditor/extensions/BackgroundColor.js +46 -0
  124. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu-plugin.d.ts +130 -0
  125. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu-plugin.js +247 -0
  126. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu.d.ts +15 -0
  127. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu.js +31 -0
  128. package/es/components/organism/TextEditor/extensions/BubbleMenu/index.d.ts +2 -0
  129. package/es/components/organism/TextEditor/extensions/BubbleMenu/index.js +2 -0
  130. package/es/components/organism/TextEditor/extensions/Color.d.ts +6 -0
  131. package/es/components/organism/TextEditor/extensions/Color.js +34 -0
  132. package/es/components/organism/TextEditor/extensions/Emoji.d.ts +57 -0
  133. package/es/components/organism/TextEditor/extensions/Emoji.js +184 -0
  134. package/es/components/organism/TextEditor/extensions/FontFamily.d.ts +6 -0
  135. package/es/components/organism/TextEditor/extensions/FontFamily.js +36 -0
  136. package/es/components/organism/TextEditor/extensions/FontSize.d.ts +32 -0
  137. package/es/components/organism/TextEditor/extensions/FontSize.js +47 -0
  138. package/es/components/organism/TextEditor/extensions/FontWeight.d.ts +23 -0
  139. package/es/components/organism/TextEditor/extensions/FontWeight.js +41 -0
  140. package/es/components/organism/TextEditor/extensions/Highlight.d.ts +1 -0
  141. package/es/components/organism/TextEditor/extensions/Highlight.js +14 -0
  142. package/es/components/organism/TextEditor/extensions/Indent.d.ts +21 -0
  143. package/es/components/organism/TextEditor/extensions/Indent.js +63 -0
  144. package/es/components/organism/TextEditor/extensions/LetterSpacing.d.ts +32 -0
  145. package/es/components/organism/TextEditor/extensions/LetterSpacing.js +48 -0
  146. package/es/components/organism/TextEditor/extensions/LineHeight.d.ts +20 -0
  147. package/es/components/organism/TextEditor/extensions/LineHeight.js +36 -0
  148. package/es/components/organism/TextEditor/extensions/Link.d.ts +37 -0
  149. package/es/components/organism/TextEditor/extensions/Link.js +187 -0
  150. package/es/components/organism/TextEditor/extensions/ListItemMarker.d.ts +13 -0
  151. package/es/components/organism/TextEditor/extensions/ListItemMarker.js +174 -0
  152. package/es/components/organism/TextEditor/extensions/OrderedList.d.ts +56 -0
  153. package/es/components/organism/TextEditor/extensions/OrderedList.js +187 -0
  154. package/es/components/organism/TextEditor/extensions/SmartTag.d.ts +39 -0
  155. package/es/components/organism/TextEditor/extensions/SmartTag.js +167 -0
  156. package/es/components/organism/TextEditor/extensions/StyleMemory.d.ts +36 -0
  157. package/es/components/organism/TextEditor/extensions/StyleMemory.js +163 -0
  158. package/es/components/organism/TextEditor/extensions/TextTransform.d.ts +31 -0
  159. package/es/components/organism/TextEditor/extensions/TextTransform.js +37 -0
  160. package/es/components/organism/TextEditor/extensions/UnorderedList.d.ts +55 -0
  161. package/es/components/organism/TextEditor/extensions/UnorderedList.js +176 -0
  162. package/es/components/organism/TextEditor/hooks/index.d.ts +7 -0
  163. package/es/components/organism/TextEditor/hooks/index.js +7 -0
  164. package/es/components/organism/TextEditor/hooks/useColorSet.d.ts +4 -0
  165. package/es/components/organism/TextEditor/hooks/useColorSet.js +22 -0
  166. package/es/components/organism/TextEditor/hooks/useDocumentState.d.ts +18 -0
  167. package/es/components/organism/TextEditor/hooks/useDocumentState.js +42 -0
  168. package/es/components/organism/TextEditor/hooks/useLinkHandler.d.ts +14 -0
  169. package/es/components/organism/TextEditor/hooks/useLinkHandler.js +125 -0
  170. package/es/components/organism/TextEditor/hooks/useMarkTracking.d.ts +26 -0
  171. package/es/components/organism/TextEditor/hooks/useMarkTracking.js +68 -0
  172. package/es/components/organism/TextEditor/hooks/usePersistence.d.ts +31 -0
  173. package/es/components/organism/TextEditor/hooks/usePersistence.js +169 -0
  174. package/es/components/organism/TextEditor/hooks/useStyleMemory.d.ts +6 -0
  175. package/es/components/organism/TextEditor/hooks/useStyleMemory.js +42 -0
  176. package/es/components/organism/TextEditor/hooks/useStylePresets.d.ts +34 -0
  177. package/es/components/organism/TextEditor/hooks/useStylePresets.js +83 -0
  178. package/es/components/organism/TextEditor/index.d.ts +14 -0
  179. package/es/components/organism/TextEditor/index.js +6 -0
  180. package/es/components/organism/TextEditor/index.scss +61 -0
  181. package/es/components/organism/TextEditor/provider.d.ts +15 -0
  182. package/es/components/organism/TextEditor/provider.js +33 -0
  183. package/es/components/organism/TextEditor/store.d.ts +13 -0
  184. package/es/components/organism/TextEditor/store.js +20 -0
  185. package/es/components/organism/TextEditor/styled.d.ts +10 -0
  186. package/es/components/organism/TextEditor/styled.js +94 -0
  187. package/es/components/organism/TextEditor/types.d.ts +105 -0
  188. package/es/components/organism/TextEditor/types.js +3 -0
  189. package/es/components/organism/TextEditor/ui/BubbleMenu/BubbleMenu.d.ts +6 -0
  190. package/es/components/organism/TextEditor/ui/BubbleMenu/BubbleMenu.js +84 -0
  191. package/es/components/organism/TextEditor/ui/BubbleMenu/index.d.ts +1 -0
  192. package/es/components/organism/TextEditor/ui/BubbleMenu/index.js +1 -0
  193. package/es/components/organism/TextEditor/ui/BubbleToolbar/BubbleToolbar.d.ts +1 -0
  194. package/es/components/organism/TextEditor/ui/BubbleToolbar/BubbleToolbar.js +1 -0
  195. package/es/components/organism/TextEditor/ui/BubbleToolbar/index.d.ts +0 -0
  196. package/es/components/organism/TextEditor/ui/BubbleToolbar/index.js +1 -0
  197. package/es/components/organism/TextEditor/ui/Button/Button.d.ts +2 -0
  198. package/es/components/organism/TextEditor/ui/Button/Button.js +31 -0
  199. package/es/components/organism/TextEditor/ui/Button/index.d.ts +2 -0
  200. package/es/components/organism/TextEditor/ui/Button/index.js +1 -0
  201. package/es/components/organism/TextEditor/ui/Button/types.d.ts +10 -0
  202. package/es/components/organism/TextEditor/ui/Button/types.js +1 -0
  203. package/es/components/organism/TextEditor/ui/ColorPicker/ColorPicker.d.ts +39 -0
  204. package/es/components/organism/TextEditor/ui/ColorPicker/ColorPicker.js +131 -0
  205. package/es/components/organism/TextEditor/ui/ColorPicker/index.d.ts +1 -0
  206. package/es/components/organism/TextEditor/ui/ColorPicker/index.js +1 -0
  207. package/es/components/organism/TextEditor/ui/DropdownButton/DropdownButton.d.ts +17 -0
  208. package/es/components/organism/TextEditor/ui/DropdownButton/DropdownButton.js +51 -0
  209. package/es/components/organism/TextEditor/ui/DropdownButton/index.d.ts +1 -0
  210. package/es/components/organism/TextEditor/ui/DropdownButton/index.js +1 -0
  211. package/es/components/organism/TextEditor/ui/Emoji/EmojiList.d.ts +11 -0
  212. package/es/components/organism/TextEditor/ui/Emoji/EmojiList.js +66 -0
  213. package/es/components/organism/TextEditor/ui/Emoji/index.d.ts +2 -0
  214. package/es/components/organism/TextEditor/ui/Emoji/index.js +2 -0
  215. package/es/components/organism/TextEditor/ui/Emoji/suggestion.d.ts +4 -0
  216. package/es/components/organism/TextEditor/ui/Emoji/suggestion.js +71 -0
  217. package/es/components/organism/TextEditor/ui/FontPopover/FontPopover.d.ts +12 -0
  218. package/es/components/organism/TextEditor/ui/FontPopover/FontPopover.js +69 -0
  219. package/es/components/organism/TextEditor/ui/FontPopover/styled.d.ts +1 -0
  220. package/es/components/organism/TextEditor/ui/FontPopover/styled.js +22 -0
  221. package/es/components/organism/TextEditor/ui/Popover/Popover.d.ts +6 -0
  222. package/es/components/organism/TextEditor/ui/Popover/Popover.js +9 -0
  223. package/es/components/organism/TextEditor/ui/Popover/index.d.ts +1 -0
  224. package/es/components/organism/TextEditor/ui/Popover/index.js +1 -0
  225. package/es/components/organism/TextEditor/ui/Select/Select.d.ts +4 -0
  226. package/es/components/organism/TextEditor/ui/Select/Select.js +7 -0
  227. package/es/components/organism/TextEditor/ui/Select/index.d.ts +1 -0
  228. package/es/components/organism/TextEditor/ui/Select/index.js +1 -0
  229. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/SplitButtonDropdown.d.ts +2 -0
  230. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/SplitButtonDropdown.js +44 -0
  231. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/index.d.ts +1 -0
  232. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/index.js +1 -0
  233. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/styled.d.ts +2 -0
  234. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/styled.js +52 -0
  235. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/types.d.ts +19 -0
  236. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/types.js +1 -0
  237. package/es/components/organism/TextEditor/ui/TextAlignSelect/TextAlignSelect.d.ts +30 -0
  238. package/es/components/organism/TextEditor/ui/TextAlignSelect/TextAlignSelect.js +77 -0
  239. package/es/components/organism/TextEditor/ui/TextAlignSelect/index.d.ts +1 -0
  240. package/es/components/organism/TextEditor/ui/TextAlignSelect/index.js +1 -0
  241. package/es/components/organism/TextEditor/ui/Toolbar/Toolbar.d.ts +15 -0
  242. package/es/components/organism/TextEditor/ui/Toolbar/Toolbar.js +25 -0
  243. package/es/components/organism/TextEditor/ui/Toolbar/actions/BoldAction.d.ts +5 -0
  244. package/es/components/organism/TextEditor/ui/Toolbar/actions/BoldAction.js +18 -0
  245. package/es/components/organism/TextEditor/ui/Toolbar/actions/BulletListAction.d.ts +6 -0
  246. package/es/components/organism/TextEditor/ui/Toolbar/actions/BulletListAction.js +84 -0
  247. package/es/components/organism/TextEditor/ui/Toolbar/actions/ClearFormattingAction.d.ts +5 -0
  248. package/es/components/organism/TextEditor/ui/Toolbar/actions/ClearFormattingAction.js +27 -0
  249. package/es/components/organism/TextEditor/ui/Toolbar/actions/EmojiAction.d.ts +4 -0
  250. package/es/components/organism/TextEditor/ui/Toolbar/actions/EmojiAction.js +31 -0
  251. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontFamilyAction.d.ts +7 -0
  252. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontFamilyAction.js +28 -0
  253. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontSizeAction.d.ts +7 -0
  254. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontSizeAction.js +47 -0
  255. package/es/components/organism/TextEditor/ui/Toolbar/actions/HistoryAction.d.ts +5 -0
  256. package/es/components/organism/TextEditor/ui/Toolbar/actions/HistoryAction.js +21 -0
  257. package/es/components/organism/TextEditor/ui/Toolbar/actions/IndentAction.d.ts +5 -0
  258. package/es/components/organism/TextEditor/ui/Toolbar/actions/IndentAction.js +17 -0
  259. package/es/components/organism/TextEditor/ui/Toolbar/actions/ItalicAction.d.ts +5 -0
  260. package/es/components/organism/TextEditor/ui/Toolbar/actions/ItalicAction.js +18 -0
  261. package/es/components/organism/TextEditor/ui/Toolbar/actions/LetterSpacing.d.ts +5 -0
  262. package/es/components/organism/TextEditor/ui/Toolbar/actions/LetterSpacing.js +28 -0
  263. package/es/components/organism/TextEditor/ui/Toolbar/actions/LinkAction.d.ts +6 -0
  264. package/es/components/organism/TextEditor/ui/Toolbar/actions/LinkAction.js +17 -0
  265. package/es/components/organism/TextEditor/ui/Toolbar/actions/OrderedListAction.d.ts +5 -0
  266. package/es/components/organism/TextEditor/ui/Toolbar/actions/OrderedListAction.js +67 -0
  267. package/es/components/organism/TextEditor/ui/Toolbar/actions/OutdentAction.d.ts +5 -0
  268. package/es/components/organism/TextEditor/ui/Toolbar/actions/OutdentAction.js +17 -0
  269. package/es/components/organism/TextEditor/ui/Toolbar/actions/SmartTagAction.d.ts +7 -0
  270. package/es/components/organism/TextEditor/ui/Toolbar/actions/SmartTagAction.js +18 -0
  271. package/es/components/organism/TextEditor/ui/Toolbar/actions/SpacingAction.d.ts +10 -0
  272. package/es/components/organism/TextEditor/ui/Toolbar/actions/SpacingAction.js +45 -0
  273. package/es/components/organism/TextEditor/ui/Toolbar/actions/StrikeAction.d.ts +5 -0
  274. package/es/components/organism/TextEditor/ui/Toolbar/actions/StrikeAction.js +18 -0
  275. package/es/components/organism/TextEditor/ui/Toolbar/actions/SubscriptAction.d.ts +5 -0
  276. package/es/components/organism/TextEditor/ui/Toolbar/actions/SubscriptAction.js +26 -0
  277. package/es/components/organism/TextEditor/ui/Toolbar/actions/SuperscriptAction.d.ts +5 -0
  278. package/es/components/organism/TextEditor/ui/Toolbar/actions/SuperscriptAction.js +26 -0
  279. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextAlignAction.d.ts +5 -0
  280. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextAlignAction.js +3 -0
  281. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextBackgroundColorAction.d.ts +5 -0
  282. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextBackgroundColorAction.js +29 -0
  283. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextColorAction.d.ts +14 -0
  284. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextColorAction.js +22 -0
  285. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextTransformAction.d.ts +5 -0
  286. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextTransformAction.js +36 -0
  287. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnderlineAction.d.ts +5 -0
  288. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnderlineAction.js +18 -0
  289. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnsetLink.d.ts +6 -0
  290. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnsetLink.js +19 -0
  291. package/es/components/organism/TextEditor/ui/Toolbar/actions/index.d.ts +24 -0
  292. package/es/components/organism/TextEditor/ui/Toolbar/actions/index.js +24 -0
  293. package/es/components/organism/TextEditor/ui/Toolbar/index.d.ts +1 -0
  294. package/es/components/organism/TextEditor/ui/Toolbar/index.js +1 -0
  295. package/es/components/organism/TextEditor/utils/documentState.d.ts +57 -0
  296. package/es/components/organism/TextEditor/utils/documentState.js +100 -0
  297. package/es/components/organism/TextEditor/utils/font.d.ts +73 -0
  298. package/es/components/organism/TextEditor/utils/font.js +160 -0
  299. package/es/components/organism/TextEditor/utils/htmlProcessing.d.ts +63 -0
  300. package/es/components/organism/TextEditor/utils/htmlProcessing.js +320 -0
  301. package/es/components/organism/TextEditor/utils/indent.d.ts +11 -0
  302. package/es/components/organism/TextEditor/utils/indent.js +56 -0
  303. package/es/components/organism/TextEditor/utils/index.d.ts +8 -0
  304. package/es/components/organism/TextEditor/utils/index.js +16 -0
  305. package/es/components/organism/TextEditor/utils/link.d.ts +102 -0
  306. package/es/components/organism/TextEditor/utils/link.js +150 -0
  307. package/es/components/organism/TextEditor/utils/menu.d.ts +134 -0
  308. package/es/components/organism/TextEditor/utils/menu.js +317 -0
  309. package/es/components/organism/TextEditor/utils/selection.d.ts +25 -0
  310. package/es/components/organism/TextEditor/utils/selection.js +57 -0
  311. package/es/components/organism/TextEditor/utils/shared.d.ts +1 -0
  312. package/es/components/organism/TextEditor/utils/shared.js +9 -0
  313. package/es/components/organism/TextEditor/utils/smartTag.d.ts +49 -0
  314. package/es/components/organism/TextEditor/utils/smartTag.js +89 -0
  315. package/es/components/organism/TextEditor/utils/style.d.ts +78 -0
  316. package/es/components/organism/TextEditor/utils/style.js +193 -0
  317. package/es/components/organism/TicketEditor/index.js +24 -16
  318. package/es/components/organism/index.d.ts +1 -0
  319. package/es/components/organism/index.js +1 -0
  320. package/es/components/organism/index.scss +1 -0
  321. package/es/hooks/index.d.ts +4 -0
  322. package/es/hooks/index.js +4 -0
  323. package/es/hooks/useBroadcastedLocalStorage.d.ts +5 -0
  324. package/es/hooks/useBroadcastedLocalStorage.js +71 -0
  325. package/es/hooks/useElementSize.d.ts +7 -0
  326. package/es/hooks/useElementSize.js +56 -0
  327. package/es/hooks/useEyedropper/attach.d.ts +4 -0
  328. package/es/hooks/useEyedropper/attach.js +9 -0
  329. package/es/hooks/useEyedropper/eyedropper.d.ts +69 -0
  330. package/es/hooks/useEyedropper/eyedropper.js +205 -0
  331. package/es/hooks/useEyedropper/index.d.ts +2 -0
  332. package/es/hooks/useEyedropper/index.js +7 -0
  333. package/es/hooks/useEyedropper/support.d.ts +1 -0
  334. package/es/hooks/useEyedropper/support.js +3 -0
  335. package/es/hooks/useEyedropper/types.d.ts +9 -0
  336. package/es/hooks/useEyedropper/types.js +1 -0
  337. package/es/hooks/useEyedropper/useEyedropper.d.ts +8 -0
  338. package/es/hooks/useEyedropper/useEyedropper.js +50 -0
  339. package/es/hooks/useEyedropper/utils.d.ts +11 -0
  340. package/es/hooks/useEyedropper/utils.js +17 -0
  341. package/es/hooks/useIsMounted.d.ts +1 -0
  342. package/es/hooks/useIsMounted.js +11 -0
  343. package/es/locales/en/translation.json +2 -1
  344. package/es/locales/i18n.d.ts +3 -1
  345. package/es/locales/vi/translation.json +2 -1
  346. package/es/utils/common.d.ts +14 -9
  347. package/es/utils/common.js +60 -23
  348. package/es/utils/index.d.ts +1 -0
  349. package/es/utils/index.js +1 -0
  350. package/es/utils/tree.d.ts +225 -0
  351. package/es/utils/tree.js +469 -0
  352. package/es/utils/web.d.ts +15 -0
  353. package/es/utils/web.js +39 -0
  354. package/package.json +26 -5
@@ -1,6 +1,8 @@
1
+ @import url('../../components/index.scss');
2
+
1
3
  :root {
2
4
  --primary-color: #005fb8;
3
5
  --text-base-color: #222222;
6
+ --antsomi-box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
7
+ 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
4
8
  }
5
-
6
-
@@ -0,0 +1,2 @@
1
+ import { EyedropperProps } from './types';
2
+ export declare const Eyedropper: (props: EyedropperProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,53 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useEffect, useState } from 'react';
3
+ import { Typography, message } from 'antd';
4
+ import { BgColorsOutlined } from '@ant-design/icons'; // Icon hình giọt nước
5
+ import { ColorSwatch, StyledButton, StyledColorTag, StyledEyedropperContainer } from './styled';
6
+ import tinycolor from 'tinycolor2';
7
+ import clsx from 'clsx';
8
+ const { Text } = Typography;
9
+ export const Eyedropper = (props) => {
10
+ const { defaultColor, onColorPick, className } = props;
11
+ const [pickedColor, setPickedColor] = useState(defaultColor);
12
+ const [isLoading, setIsLoading] = useState(false);
13
+ const apiSupported = 'EyeDropper' in window;
14
+ // Cập nhật màu mặc định nếu prop thay đổi
15
+ useEffect(() => {
16
+ setPickedColor(defaultColor);
17
+ }, [defaultColor]);
18
+ const handlePickColor = async () => {
19
+ if (!apiSupported) {
20
+ message.error('Trình duyệt của bạn không hỗ trợ EyeDropper API.');
21
+ return;
22
+ }
23
+ setIsLoading(true);
24
+ try {
25
+ const eyeDropper = new window.EyeDropper();
26
+ const { sRGBHex } = await eyeDropper.open();
27
+ setPickedColor(sRGBHex);
28
+ message.success(`Đã chọn màu: ${sRGBHex}`);
29
+ onColorPick?.(sRGBHex);
30
+ }
31
+ catch (e) {
32
+ if (e instanceof Error && e.name === 'AbortError') {
33
+ message.info('Người dùng đã hủy chọn màu.');
34
+ }
35
+ else if (e instanceof Error) {
36
+ message.error(`Đã xảy ra lỗi khi chọn màu: ${e.message}`);
37
+ }
38
+ }
39
+ finally {
40
+ setIsLoading(false);
41
+ }
42
+ };
43
+ const isCurrentColorLight = tinycolor(pickedColor).isLight();
44
+ return (_jsxs(StyledEyedropperContainer, { className: className, children: [_jsxs(Typography.Title, { level: 4, children: [_jsx(BgColorsOutlined, {}), " C\u00F4ng c\u1EE5 tr\u00EDch xu\u1EA5t m\u00E0u"] }), _jsx(Text, { type: "secondary", children: "B\u1EA5m n\u00FAt b\u00EAn d\u01B0\u1EDBi \u0111\u1EC3 k\u00EDch ho\u1EA1t c\u00F4ng c\u1EE5 Eyedropper c\u1EE7a tr\u00ECnh duy\u1EC7t v\u00E0 ch\u1ECDn m\u00E0u t\u1EEB b\u1EA5t k\u1EF3 \u0111\u00E2u tr\u00EAn m\u00E0n h\u00ECnh." }), _jsx(StyledButton, { type: "primary", icon: _jsx(BgColorsOutlined, {}), onClick: handlePickColor, loading: isLoading, disabled: isLoading || !apiSupported, size: "large", children: "Ch\u1ECDn M\u00E0u" }), pickedColor && (_jsxs("div", { style: {
45
+ marginTop: '20px',
46
+ display: 'flex',
47
+ justifyContent: 'center',
48
+ alignItems: 'center',
49
+ gap: '10px',
50
+ }, children: [_jsx(Text, { children: "M\u00E0u \u0111\u00E3 ch\u1ECDn:" }), _jsx(StyledColorTag, { color: pickedColor, className: clsx({
51
+ 'is-lightcolor': isCurrentColorLight,
52
+ }), children: pickedColor }), _jsx(ColorSwatch, { "$color": pickedColor })] })), !apiSupported && (_jsx(Text, { type: "danger", style: { marginTop: '15px', display: 'block' }, children: "Tr\u00ECnh duy\u1EC7t hi\u1EC7n t\u1EA1i kh\u00F4ng h\u1ED7 tr\u1EE3 EyeDropper API. Vui l\u00F2ng s\u1EED d\u1EE5ng Chrome, Edge ho\u1EB7c c\u00E1c tr\u00ECnh duy\u1EC7t d\u1EF1a tr\u00EAn Chromium." }))] }));
53
+ };
File without changes
@@ -0,0 +1 @@
1
+ "use strict";
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledEyedropperContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const StyledButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd").ButtonProps & import("react").RefAttributes<HTMLElement>> & {
4
+ Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
5
+ }, any, {}, never>;
6
+ export declare const StyledColorTag: import("styled-components").StyledComponent<import("antd").TagType, any, {}, never>;
7
+ export declare const ColorSwatch: import("styled-components").StyledComponent<"div", any, {
8
+ $color: string;
9
+ }, never>;
@@ -0,0 +1,45 @@
1
+ import { Button, Tag } from 'antd';
2
+ import styled from 'styled-components';
3
+ export const StyledEyedropperContainer = styled.div `
4
+ padding: 20px;
5
+ border: 1px solid #e8e8e8;
6
+ border-radius: 8px;
7
+ max-width: 450px;
8
+ margin: 20px auto;
9
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
10
+ text-align: center; /* Căn giữa nội dung */
11
+
12
+ h4 {
13
+ margin-bottom: 15px;
14
+ color: #333;
15
+ display: flex;
16
+ align-items: center;
17
+ justify-content: center; /* Căn giữa icon và tiêu đề */
18
+ gap: 8px; /* Khoảng cách giữa icon và chữ */
19
+ }
20
+ `;
21
+ export const StyledButton = styled(Button) `
22
+ margin-top: 20px;
23
+ width: auto; /* Để nút không bị giãn full chiều rộng */
24
+ `;
25
+ export const StyledColorTag = styled(Tag) `
26
+ padding: 4px 8px;
27
+ font-size: 1em;
28
+ font-weight: bold;
29
+ min-width: 100px;
30
+ text-align: center;
31
+ border: none;
32
+ color: white;
33
+
34
+ &.is-lightcolor {
35
+ border: 1px solid #d9d9d9;
36
+ color: #333;
37
+ }
38
+ `;
39
+ export const ColorSwatch = styled.div `
40
+ width: 30px;
41
+ height: 30px;
42
+ background-color: ${props => props.$color || 'transparent'}; /* Nhận prop $color */
43
+ border: 1px solid #d9d9d9;
44
+ border-radius: 4px;
45
+ `;
@@ -0,0 +1,5 @@
1
+ export type EyedropperProps = {
2
+ defaultColor?: string;
3
+ onColorPick?: (color: string) => void;
4
+ className?: string;
5
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ALignRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const ALignRightIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M3 21H21V19H3V21ZM9 17H21V15H9V17ZM3 13H21V11H3V13ZM9 9H21V7H9V9ZM3 3V5H21V3H3Z", fill: "currentColor" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AlignCenterIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const AlignCenterIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M7 15V17H17V15H7ZM3 21H21V19H3V21ZM3 13H21V11H3V13ZM7 7V9H17V7H7ZM3 3V5H21V3H3Z", fill: "currentColor" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AlignJustifyIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const AlignJustifyIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M3 21H21V19H3V21ZM3 17H21V15H3V17ZM3 13H21V11H3V13ZM3 9H21V7H3V9ZM3 3V5H21V3H3Z", fill: "currentColor" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AlignLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const AlignLeftIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M15 15H3V17H15V15ZM15 7H3V9H15V7ZM3 13H21V11H3V13ZM3 21H21V19H3V21ZM3 3V5H21V3H3Z", fill: "currentColor" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AntsomiAIIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const AntsomiAIIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsxs("svg", { viewBox: "0 0 60 60", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M33.0997 25.3651L25.1083 7.28243C24.8076 6.60574 24.3188 6.02572 23.6905 5.61755C23.0675 5.20939 22.3371 4.99457 21.596 4.99457C20.8548 4.99457 20.1244 5.20939 19.5014 5.61755C18.8784 6.02572 18.3844 6.60037 18.0836 7.28243L0.3285 47.4328C0.124418 47.8947 0.0116362 48.3888 0.000895095 48.8882C-0.00984604 49.3877 0.0760831 49.8925 0.258682 50.3598C0.441282 50.827 0.715181 51.2567 1.06427 51.6219C1.41335 51.9871 1.82689 52.2771 2.28876 52.4811C2.75063 52.6852 3.24472 52.7926 3.74955 52.8088C4.25439 52.8249 4.75385 52.7336 5.22646 52.551C5.69907 52.3684 6.12872 52.0998 6.48854 51.7508C6.84837 51.4017 7.14375 50.9881 7.34783 50.5316L21.5906 18.319L27.278 31.1761L33.0997 25.3651Z", fill: "#005EB8" }), _jsx("path", { d: "M42.8598 47.4328L37.6718 35.6874L31.8555 41.4823L35.8458 50.5102C36.2593 51.4393 37.022 52.1643 37.9725 52.5349C38.9231 52.9001 39.9811 52.8786 40.9102 52.4704C41.8394 52.0623 42.5698 51.2997 42.9403 50.3544C43.3109 49.4092 43.284 48.3566 42.8705 47.4275", fill: "#005EB8" }), _jsx("path", { d: "M42.063 20.4941C41.3433 19.7744 40.3659 19.3716 39.3509 19.3716C38.3358 19.3716 37.3584 19.7744 36.6387 20.4941L21.4991 35.5747L15.5378 29.6348L12.2188 37.1482L18.7816 43.6842C19.5012 44.4039 20.4787 44.8067 21.4937 44.8067C22.5088 44.8067 23.4862 44.4039 24.2059 43.6842L42.0576 25.8915C42.7773 25.1772 43.1801 24.1998 43.1801 23.1847C43.1801 22.1697 42.7773 21.1976 42.0576 20.4834L42.063 20.4941Z", fill: "#EF3340" }), _jsx("path", { d: "M16.6787 29.4307L12.5273 38.8185L6.71094 33.0236L10.8624 23.6359L16.6787 29.4307Z", fill: "#005EB8" }), _jsx("path", { d: "M57.004 49.8389C57.7881 49.8389 58.4164 49.2052 58.8837 47.9431L60.0007 48.1203C60.0007 48.5177 59.845 49.0279 59.5281 49.6617C59.2542 50.2524 58.9213 50.7465 58.5292 51.144C57.5088 52.2503 55.9782 52.8035 53.9427 52.8035C49.7483 52.8035 47.6484 50.8486 47.6484 46.9334V23.55C47.6484 21.3427 49.4368 19.5489 51.6495 19.5489C53.8568 19.5489 55.6506 21.3373 55.6506 23.55V47.8196C55.6506 49.1622 56.1017 49.8335 57.004 49.8335V49.8389Z", fill: "url(#paint0_linear_2513_39378)" }), _jsx("path", { d: "M51.4106 16.015C54.2284 16.015 56.5127 13.7307 56.5127 10.913C56.5127 8.09517 54.2284 5.81091 51.4106 5.81091C48.5929 5.81091 46.3086 8.09517 46.3086 10.913C46.3086 13.7307 48.5929 16.015 51.4106 16.015Z", fill: "#EF3340" })] }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ArrowDropDownIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const ArrowDropDownIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M7 10L12 15L17 10H7Z", fill: "black" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ChevronRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const ChevronRightIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "m9 18 6-6-6-6" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ColorizeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const ColorizeIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M21.6764 4.92454L19.0766 2.32489C18.9738 2.2219 18.8517 2.1402 18.7173 2.08445C18.5829 2.0287 18.4388 2 18.2933 2C18.1478 2 18.0037 2.0287 17.8693 2.08445C17.7349 2.1402 17.6128 2.2219 17.51 2.32489L14.0436 5.79109L11.8993 3.66916L10.3327 5.23561L11.9104 6.81317L2 16.7229V22H7.27741L17.1878 12.0902L18.7655 13.6678L20.332 12.1013L18.1989 9.9683L21.6653 6.50211C22.1097 6.05772 22.1097 5.35782 21.6764 4.92454ZM6.35525 19.7781L4.22207 17.645L13.177 8.6907L15.3102 10.8237L6.35525 19.7781Z", fill: "black" }) }));
7
+ });
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const EmotionFeedbackIcon: React.ForwardRefExoticComponent<IconProps & {
4
+ iconHappyColor?: string | undefined;
5
+ iconSadColor?: string | undefined;
6
+ } & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const EmotionFeedbackIcon = forwardRef((props, ref) => {
5
+ const { iconHappyColor, iconSadColor } = props;
6
+ const { width, height } = useIcon(props);
7
+ return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M7.46387 2C11.0421 2 13.9414 4.89894 13.9414 8.4707C13.9414 8.62276 13.9332 8.77341 13.9229 8.92285C13.4325 9.0975 12.9645 9.31902 12.5254 9.58398C12.604 9.22531 12.6475 8.85305 12.6475 8.4707C12.6475 5.61074 10.3307 3.29401 7.4707 3.29395C4.6107 3.29395 2.29395 5.6107 2.29395 8.4707C2.29401 11.3307 4.61074 13.6475 7.4707 13.6475C8.13206 13.6474 8.76342 13.5208 9.34473 13.2949C9.15122 13.7675 9.00388 14.2636 8.90625 14.7773C8.44232 14.8828 7.9598 14.9414 7.46387 14.9414C3.89226 14.9413 1.00006 12.0423 1 8.4707C1 4.89902 3.89222 2.00014 7.46387 2Z", fill: iconSadColor || 'currentColor' }), _jsx("path", { d: "M7.4707 9.76465C8.72592 9.76469 9.82718 10.4161 10.46 11.3994C10.299 11.6014 10.1484 11.8117 10.0078 12.0293H9.70312C9.2502 11.2593 8.4283 10.7354 7.4707 10.7354C6.5131 10.7354 5.68477 11.2594 5.23828 12.0293H4.15723C4.67487 10.7028 5.96306 9.76465 7.4707 9.76465Z", fill: iconSadColor || 'currentColor' }), _jsx("path", { d: "M5.20605 5.88281C5.74188 5.88291 6.17654 6.31674 6.17676 6.85254C6.17676 7.38852 5.74202 7.82315 5.20605 7.82324C4.67001 7.82324 4.23535 7.38858 4.23535 6.85254C4.23557 6.31668 4.67015 5.88281 5.20605 5.88281Z", fill: iconSadColor || 'currentColor' }), _jsx("path", { d: "M9.73535 5.88281C10.2713 5.88281 10.7058 6.31668 10.7061 6.85254C10.7061 7.38858 10.2714 7.82324 9.73535 7.82324C9.19936 7.82319 8.76465 7.38855 8.76465 6.85254C8.76487 6.31672 9.19949 5.88287 9.73535 5.88281Z", fill: iconSadColor || 'currentColor' }), _jsx("path", { d: "M14.2971 17.529C14.7501 18.2988 15.572 18.8229 16.5295 18.8229C17.4871 18.8229 18.3155 18.2989 18.762 17.529H19.842C19.3243 18.8552 18.037 19.7936 16.5295 19.7936C15.0219 19.7936 13.7337 18.8554 13.2161 17.529H14.2971Z", fill: iconHappyColor || 'currentColor' }), _jsx("path", { d: "M14.2649 13.6461C14.8008 13.6463 15.2356 14.0809 15.2356 14.6169C15.2356 15.1528 14.8008 15.5874 14.2649 15.5876C13.7289 15.5876 13.2942 15.1529 13.2942 14.6169C13.2942 14.0808 13.7289 13.6461 14.2649 13.6461Z", fill: iconHappyColor || 'currentColor' }), _jsx("path", { d: "M18.7942 13.6461C19.3302 13.6461 19.7649 14.0808 19.7649 14.6169C19.7649 15.1529 19.3302 15.5876 18.7942 15.5876C18.2582 15.5875 17.8235 15.1529 17.8235 14.6169C17.8235 14.0808 18.2582 13.6462 18.7942 13.6461Z", fill: iconHappyColor || 'currentColor' }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.5227 9.76431C20.1009 9.76431 23.0002 12.6633 23.0002 16.235C23 19.8066 20.1008 22.7047 16.5227 22.7047C12.9512 22.7046 10.0591 19.8065 10.0588 16.235C10.0588 12.6633 12.951 9.76443 16.5227 9.76431ZM16.5295 11.0583C13.6695 11.0583 11.3528 13.375 11.3528 16.235C11.353 19.0948 13.6697 21.4108 16.5295 21.4108C19.3893 21.4107 21.706 19.0948 21.7063 16.235C21.7063 13.3751 19.3895 11.0583 16.5295 11.0583Z", fill: iconHappyColor || 'currentColor' }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.5227 9.76431C20.1009 9.76431 23.0002 12.6633 23.0002 16.235C23 19.8066 20.1008 22.7047 16.5227 22.7047C12.9512 22.7046 10.0591 19.8065 10.0588 16.235C10.0588 12.6633 12.951 9.76443 16.5227 9.76431ZM16.5295 11.0583C13.6695 11.0583 11.3528 13.375 11.3528 16.235C11.353 19.0948 13.6697 21.4108 16.5295 21.4108C19.3893 21.4107 21.706 19.0948 21.7063 16.235C21.7063 13.3751 19.3895 11.0583 16.5295 11.0583Z", fill: iconHappyColor || 'currentColor' })] }));
8
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const FeedbackRatingIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const FeedbackRatingIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M19.3058 16.2229L16.9275 15.1776C16.8461 15.14 16.7523 15.115 16.6521 15.115H16.2453V12.2984C16.2453 11.4346 15.5443 10.7336 14.6806 10.7336C13.8169 10.7336 13.1159 11.4346 13.1159 12.2984V17.3996L11.9455 17.1492C11.8266 17.1304 11.3071 17.0553 10.8628 17.4997L9.98653 18.3822L13.191 21.6307C13.4226 21.8686 13.7418 22 14.0735 22H18.173C18.7864 22 19.3058 21.5619 19.406 20.9547L19.9818 17.5498C20.0757 17.0115 19.8003 16.4732 19.3058 16.2229ZM18.173 20.7482H14.0735L11.7578 18.3822L14.3677 18.9393V12.2984C14.3677 12.1231 14.5054 11.9854 14.6806 11.9854C14.8558 11.9854 14.9935 12.1231 14.9935 12.2984V16.1665H16.0951L18.7488 17.3432L18.173 20.7482Z", fill: "currentColor" }), _jsx("path", { d: "M12.8444 7.08751L18.37 7.56427L16.2652 9.39032C15.8423 9.15932 15.3637 9.01754 14.8546 8.99116L15.3654 8.54851L11.9993 8.25597L10.685 5.15144L9.37845 8.24829L6.01226 8.54084L8.56398 10.7541L7.79556 14.0437L10.685 12.2987L11.369 12.7123V14.1486L10.685 13.7358L5.9355 16.6024L7.19601 11.1993L3 7.56427L8.5256 7.09518L10.685 2L12.8444 7.08751Z", fill: "currentColor" })] }));
7
+ });
@@ -2,16 +2,20 @@
2
2
  export declare const LazyIcon: {
3
3
  AccountCircleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
4
4
  AccountCircleOutlineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
5
+ Accounts30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
5
6
  AccountSharing30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
6
7
  AccountSharingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
7
8
  AccountTreeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
8
- Accounts30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
9
9
  AddChartIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
10
10
  AddFolderIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
11
11
  AddIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
12
12
  AddRadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
13
13
  AddShoppingCartIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
14
14
  AdjustIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
15
+ AlignCenterIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
16
+ AlignJustifyIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
17
+ AlignLeftIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
18
+ ALignRightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
15
19
  AllDevicesIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
16
20
  AllJourneyChannelsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
17
21
  AnalyticModels30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -20,6 +24,8 @@ export declare const LazyIcon: {
20
24
  AnalyticsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
21
25
  AnlysisIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
22
26
  AnlyticModelsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
27
+ AntsomiAIIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
28
+ ArrowDropDownIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
23
29
  ArrowGrowIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
24
30
  ArrowLineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
25
31
  ArticleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -54,7 +60,6 @@ export declare const LazyIcon: {
54
60
  ChatConversationCommentAddCommentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
55
61
  ChatMentionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
56
62
  ChatUnreadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
57
- CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
58
63
  CheckboxChecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
59
64
  CheckboxCheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
60
65
  CheckboxIndeterminate5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -62,12 +67,15 @@ export declare const LazyIcon: {
62
67
  CheckboxUnchecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
63
68
  CheckboxUncheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
64
69
  ChecklistRtlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
70
+ CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
71
+ ChevronRightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
65
72
  CircleAddElementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
66
73
  CircleInfoIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
67
74
  CircleNotificationsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
68
75
  CloseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
69
76
  CodeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
70
77
  Collection30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
78
+ ColorizeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
71
79
  ColorProfileStyleThemeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
72
80
  ColumnIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
73
81
  CommentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -97,15 +105,15 @@ export declare const LazyIcon: {
97
105
  DataDestinationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
98
106
  DataEncryption30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
99
107
  DataEncryptionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
108
+ Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
100
109
  DataIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
101
110
  DataRefreshIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
102
111
  DataSchema30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
103
112
  DataSource30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
104
- DataView30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
105
- DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
106
- Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
107
113
  DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
108
114
  DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
115
+ DataView30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
116
+ DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
109
117
  DecreaseDecimalIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
110
118
  DeleteRemoveTrashIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
111
119
  DeliveryLogIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -145,6 +153,10 @@ export declare const LazyIcon: {
145
153
  EmojiRamenDiningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
146
154
  EmojiReactionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
147
155
  EmojiSmileIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
156
+ EmotionFeedbackIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & {
157
+ iconHappyColor?: string | undefined;
158
+ iconSadColor?: string | undefined;
159
+ } & import("react").RefAttributes<SVGSVGElement>>>;
148
160
  ErrorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
149
161
  EventAttribute30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
150
162
  EventAttributeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -168,6 +180,7 @@ export declare const LazyIcon: {
168
180
  ExportMenuIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
169
181
  ExtendValueIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
170
182
  FactCheckIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
183
+ FeedbackRatingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
171
184
  FileDownloadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
172
185
  FileTransferIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
173
186
  FileUpload1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -182,13 +195,13 @@ export declare const LazyIcon: {
182
195
  ForwardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
183
196
  FreeDrawIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
184
197
  FullReviewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
185
- GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
186
198
  GalleryTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
187
199
  GeneralSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
188
200
  GeneralSettings30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
189
201
  GenerateAutoWizardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
190
202
  Geofence30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
191
203
  GetInsightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
204
+ GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
192
205
  GridViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
193
206
  GroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
194
207
  GroupLayerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -223,6 +236,7 @@ export declare const LazyIcon: {
223
236
  LineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
224
237
  LinkManagement30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
225
238
  LinkManagementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
239
+ LinkOffIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
226
240
  ListIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
227
241
  LoadingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & {
228
242
  backgroundColor?: string | undefined;
@@ -242,6 +256,7 @@ export declare const LazyIcon: {
242
256
  MenuImageMultiIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
243
257
  MenuImageSingleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
244
258
  MergeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
259
+ MinusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
245
260
  MobileFriendlyIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
246
261
  MobilePhoneIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
247
262
  MonitorAppIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -250,9 +265,10 @@ export declare const LazyIcon: {
250
265
  MoveToIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
251
266
  MuteIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
252
267
  NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
268
+ NoteNewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
253
269
  NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
254
- NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
255
270
  NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
271
+ NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
256
272
  OpenNewTabIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
257
273
  OpenUrlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
258
274
  OrchestrationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -304,12 +320,12 @@ export declare const LazyIcon: {
304
320
  ResumeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
305
321
  RightExpandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
306
322
  Role30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
307
- SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
308
323
  SaveAsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
309
324
  SaveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
310
325
  ScheduleEmailDeliveryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
311
326
  ScreenshotMonitorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
312
327
  SearchIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
328
+ SearchNotFoundIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
313
329
  SectionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
314
330
  Segments30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
315
331
  SegmentsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -328,6 +344,7 @@ export declare const LazyIcon: {
328
344
  SlideGroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
329
345
  Sort1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
330
346
  SortIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
347
+ SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
331
348
  SqlWorkspaceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
332
349
  StatisticIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
333
350
  StatusInfoIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -336,6 +353,7 @@ export declare const LazyIcon: {
336
353
  StoreIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
337
354
  StudioTemplates30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
338
355
  SubtractRadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
356
+ SummarizeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
339
357
  SupportAssistantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
340
358
  Survey30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
341
359
  SurveyDirectorProfileIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -378,9 +396,9 @@ export declare const LazyIcon: {
378
396
  VisitorInformationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
379
397
  WarningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
380
398
  WebAssetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
399
+ WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
381
400
  WebIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
382
401
  WebPersonalizationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
383
- WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
384
402
  WidgetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
385
403
  WritingAIAssitantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
386
404
  };