@antscorp/antsomi-ui 2.0.89 → 2.0.91-text-editor-beta.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 (336) hide show
  1. package/es/assets/css/main.scss +4 -2
  2. package/es/components/icons/ALignRightIcon.d.ts +3 -0
  3. package/es/components/icons/ALignRightIcon.js +7 -0
  4. package/es/components/icons/AlignCenterIcon.d.ts +3 -0
  5. package/es/components/icons/AlignCenterIcon.js +7 -0
  6. package/es/components/icons/AlignJustifyIcon.d.ts +3 -0
  7. package/es/components/icons/AlignJustifyIcon.js +7 -0
  8. package/es/components/icons/AlignLeftIcon.d.ts +3 -0
  9. package/es/components/icons/AlignLeftIcon.js +7 -0
  10. package/es/components/icons/AntsomiAIIcon.d.ts +3 -0
  11. package/es/components/icons/AntsomiAIIcon.js +7 -0
  12. package/es/components/icons/ArrowDropDownIcon.d.ts +3 -0
  13. package/es/components/icons/ArrowDropDownIcon.js +7 -0
  14. package/es/components/icons/ChevronRightIcon.d.ts +3 -0
  15. package/es/components/icons/ChevronRightIcon.js +7 -0
  16. package/es/components/icons/EmotionFeedbackIcon.d.ts +6 -0
  17. package/es/components/icons/EmotionFeedbackIcon.js +8 -0
  18. package/es/components/icons/FeedbackRatingIcon.d.ts +3 -0
  19. package/es/components/icons/FeedbackRatingIcon.js +7 -0
  20. package/es/components/icons/LazyIcon/LazyIcon.d.ts +17 -0
  21. package/es/components/icons/LazyIcon/LazyIcon.js +14 -0
  22. package/es/components/icons/LinkOffIcon.d.ts +3 -0
  23. package/es/components/icons/LinkOffIcon.js +7 -0
  24. package/es/components/icons/MinusIcon.d.ts +3 -0
  25. package/es/components/icons/MinusIcon.js +7 -0
  26. package/es/components/icons/NoteNewIcon.d.ts +3 -0
  27. package/es/components/icons/NoteNewIcon.js +7 -0
  28. package/es/components/icons/SearchNotFoundIcon.d.ts +3 -0
  29. package/es/components/icons/SearchNotFoundIcon.js +7 -0
  30. package/es/components/icons/SummarizeIcon.d.ts +3 -0
  31. package/es/components/icons/SummarizeIcon.js +7 -0
  32. package/es/components/icons/index.d.ts +14 -0
  33. package/es/components/icons/index.js +14 -0
  34. package/es/components/index.scss +2 -0
  35. package/es/components/molecules/ColorSetting/index.js +2 -11
  36. package/es/components/molecules/ColorSetting/styled.d.ts +1 -1
  37. package/es/components/molecules/ColorSetting/styled.js +9 -1
  38. package/es/components/molecules/EmojiCollections/CommonCollection/index.js +2 -2
  39. package/es/components/molecules/EmojiCollections/types.d.ts +1 -0
  40. package/es/components/molecules/EmojiPopover/EmojiPopover.d.ts +1 -0
  41. package/es/components/molecules/EmojiPopover/EmojiPopover.js +10 -6
  42. package/es/components/molecules/EmojiPopover/styled.d.ts +2 -2
  43. package/es/components/molecules/EmojiPopover/styled.js +1 -1
  44. package/es/components/molecules/FontSizeInput/FontSizeInput.d.ts +3 -0
  45. package/es/components/molecules/FontSizeInput/FontSizeInput.js +127 -0
  46. package/es/components/molecules/FontSizeInput/components/FontSizeControl.d.ts +8 -0
  47. package/es/components/molecules/FontSizeInput/components/FontSizeControl.js +14 -0
  48. package/es/components/molecules/FontSizeInput/components/FontSizeDropdown.d.ts +20 -0
  49. package/es/components/molecules/FontSizeInput/components/FontSizeDropdown.js +19 -0
  50. package/es/components/molecules/FontSizeInput/constants.d.ts +2 -0
  51. package/es/components/molecules/FontSizeInput/constants.js +5 -0
  52. package/es/components/molecules/FontSizeInput/index.d.ts +2 -0
  53. package/es/components/molecules/FontSizeInput/index.js +1 -0
  54. package/es/components/molecules/FontSizeInput/styled.d.ts +7 -0
  55. package/es/components/molecules/FontSizeInput/styled.js +36 -0
  56. package/es/components/molecules/FontSizeInput/styles.scss +15 -0
  57. package/es/components/molecules/FontSizeInput/types.d.ts +23 -0
  58. package/es/components/molecules/FontSizeInput/types.js +1 -0
  59. package/es/components/molecules/FontSizeInput/utils.d.ts +7 -0
  60. package/es/components/molecules/FontSizeInput/utils.js +9 -0
  61. package/es/components/molecules/ItemNotFound/ItemNotFound.d.ts +6 -0
  62. package/es/components/molecules/ItemNotFound/ItemNotFound.js +9 -0
  63. package/es/components/molecules/ItemNotFound/index.d.ts +1 -0
  64. package/es/components/molecules/ItemNotFound/index.js +1 -0
  65. package/es/components/molecules/ItemNotFound/styled.d.ts +4 -0
  66. package/es/components/molecules/ItemNotFound/styled.js +29 -0
  67. package/es/components/molecules/MatchAnySelect/MatchesAnySelect.js +23 -7
  68. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.d.ts +1 -0
  69. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +7 -2
  70. package/es/components/molecules/MatchAnySelect/types.d.ts +2 -1
  71. package/es/components/molecules/MatchAnySelect/utils.d.ts +1 -0
  72. package/es/components/molecules/MatchAnySelect/utils.js +2 -0
  73. package/es/components/molecules/QuillEditor/EditorToolbar.js +1 -0
  74. package/es/components/molecules/QuillEditor/QuillEditor.d.ts +6 -1
  75. package/es/components/molecules/QuillEditor/QuillEditor.js +90 -55
  76. package/es/components/molecules/QuillEditor/styled.d.ts +5 -0
  77. package/es/components/molecules/QuillEditor/styled.js +29 -0
  78. package/es/components/molecules/VirtualizedMenu/VirtualizedMenu.d.ts +6 -3
  79. package/es/components/molecules/VirtualizedMenu/__mocks__/index.js +2550 -938
  80. package/es/components/molecules/VirtualizedMenu/components/Item/Item.d.ts +1 -11
  81. package/es/components/molecules/VirtualizedMenu/components/Item/Item.js +53 -25
  82. package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.d.ts +8 -5
  83. package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.js +289 -46
  84. package/es/components/molecules/VirtualizedMenu/components/MenuInline/index.js +1 -0
  85. package/es/components/molecules/VirtualizedMenu/styled.d.ts +2 -2
  86. package/es/components/molecules/VirtualizedMenu/styled.js +23 -4
  87. package/es/components/molecules/VirtualizedMenu/types.d.ts +27 -10
  88. package/es/components/molecules/VirtualizedMenu/utils.d.ts +8 -5
  89. package/es/components/molecules/VirtualizedMenu/utils.js +13 -18
  90. package/es/components/molecules/index.d.ts +2 -0
  91. package/es/components/molecules/index.js +2 -0
  92. package/es/components/molecules/index.scss +1 -0
  93. package/es/components/organism/ActivityTimeline/ActivityTimeline.js +15 -9
  94. package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +1290 -0
  95. package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +3059 -0
  96. package/es/components/organism/ActivityTimeline/components/ItemEvent/ItemEvent.d.ts +3 -4
  97. package/es/components/organism/ActivityTimeline/components/ItemEvent/ItemEvent.js +4 -3
  98. package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/ItemGroupEvent.d.ts +4 -6
  99. package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/ItemGroupEvent.js +4 -4
  100. package/es/components/organism/ActivityTimeline/components/TimeLineTitle/TimelineTitle.js +1 -1
  101. package/es/components/organism/ActivityTimeline/types.d.ts +2 -1
  102. package/es/components/organism/ActivityTimeline/utils.d.ts +1 -1
  103. package/es/components/organism/ActivityTimeline/utils.js +1 -1
  104. package/es/components/organism/Help/Help.js +47 -10
  105. package/es/components/organism/TextEditor/TextEditor.d.ts +3 -0
  106. package/es/components/organism/TextEditor/TextEditor.js +257 -0
  107. package/es/components/organism/TextEditor/__mocks__/text-block.settings.json +320 -0
  108. package/es/components/organism/TextEditor/__mocks__/text-contennt.d.ts +1 -0
  109. package/es/components/organism/TextEditor/__mocks__/text-contennt.js +38 -0
  110. package/es/components/organism/TextEditor/constants.d.ts +175 -0
  111. package/es/components/organism/TextEditor/constants.js +321 -0
  112. package/es/components/organism/TextEditor/extensions/BackgroundColor.d.ts +25 -0
  113. package/es/components/organism/TextEditor/extensions/BackgroundColor.js +46 -0
  114. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu-plugin.d.ts +130 -0
  115. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu-plugin.js +247 -0
  116. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu.d.ts +15 -0
  117. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu.js +31 -0
  118. package/es/components/organism/TextEditor/extensions/BubbleMenu/index.d.ts +2 -0
  119. package/es/components/organism/TextEditor/extensions/BubbleMenu/index.js +2 -0
  120. package/es/components/organism/TextEditor/extensions/Color.d.ts +6 -0
  121. package/es/components/organism/TextEditor/extensions/Color.js +34 -0
  122. package/es/components/organism/TextEditor/extensions/Emoji.d.ts +57 -0
  123. package/es/components/organism/TextEditor/extensions/Emoji.js +184 -0
  124. package/es/components/organism/TextEditor/extensions/FontFamily.d.ts +6 -0
  125. package/es/components/organism/TextEditor/extensions/FontFamily.js +36 -0
  126. package/es/components/organism/TextEditor/extensions/FontSize.d.ts +32 -0
  127. package/es/components/organism/TextEditor/extensions/FontSize.js +47 -0
  128. package/es/components/organism/TextEditor/extensions/FontWeight.d.ts +23 -0
  129. package/es/components/organism/TextEditor/extensions/FontWeight.js +41 -0
  130. package/es/components/organism/TextEditor/extensions/Highlight.d.ts +1 -0
  131. package/es/components/organism/TextEditor/extensions/Highlight.js +14 -0
  132. package/es/components/organism/TextEditor/extensions/Indent.d.ts +21 -0
  133. package/es/components/organism/TextEditor/extensions/Indent.js +63 -0
  134. package/es/components/organism/TextEditor/extensions/LetterSpacing.d.ts +32 -0
  135. package/es/components/organism/TextEditor/extensions/LetterSpacing.js +48 -0
  136. package/es/components/organism/TextEditor/extensions/LineHeight.d.ts +20 -0
  137. package/es/components/organism/TextEditor/extensions/LineHeight.js +36 -0
  138. package/es/components/organism/TextEditor/extensions/Link.d.ts +16 -0
  139. package/es/components/organism/TextEditor/extensions/Link.js +48 -0
  140. package/es/components/organism/TextEditor/extensions/ListItemMarker.d.ts +13 -0
  141. package/es/components/organism/TextEditor/extensions/ListItemMarker.js +174 -0
  142. package/es/components/organism/TextEditor/extensions/OrderedList.d.ts +56 -0
  143. package/es/components/organism/TextEditor/extensions/OrderedList.js +187 -0
  144. package/es/components/organism/TextEditor/extensions/SmartTag.d.ts +39 -0
  145. package/es/components/organism/TextEditor/extensions/SmartTag.js +167 -0
  146. package/es/components/organism/TextEditor/extensions/StyleMemory.d.ts +36 -0
  147. package/es/components/organism/TextEditor/extensions/StyleMemory.js +163 -0
  148. package/es/components/organism/TextEditor/extensions/TextTransform.d.ts +31 -0
  149. package/es/components/organism/TextEditor/extensions/TextTransform.js +37 -0
  150. package/es/components/organism/TextEditor/extensions/UnorderedList.d.ts +55 -0
  151. package/es/components/organism/TextEditor/extensions/UnorderedList.js +176 -0
  152. package/es/components/organism/TextEditor/hooks/index.d.ts +7 -0
  153. package/es/components/organism/TextEditor/hooks/index.js +7 -0
  154. package/es/components/organism/TextEditor/hooks/useColorSet.d.ts +4 -0
  155. package/es/components/organism/TextEditor/hooks/useColorSet.js +22 -0
  156. package/es/components/organism/TextEditor/hooks/useDocumentState.d.ts +18 -0
  157. package/es/components/organism/TextEditor/hooks/useDocumentState.js +42 -0
  158. package/es/components/organism/TextEditor/hooks/useLinkHandler.d.ts +11 -0
  159. package/es/components/organism/TextEditor/hooks/useLinkHandler.js +125 -0
  160. package/es/components/organism/TextEditor/hooks/useMarkTracking.d.ts +26 -0
  161. package/es/components/organism/TextEditor/hooks/useMarkTracking.js +68 -0
  162. package/es/components/organism/TextEditor/hooks/usePersistence.d.ts +31 -0
  163. package/es/components/organism/TextEditor/hooks/usePersistence.js +169 -0
  164. package/es/components/organism/TextEditor/hooks/useStyleMemory.d.ts +6 -0
  165. package/es/components/organism/TextEditor/hooks/useStyleMemory.js +42 -0
  166. package/es/components/organism/TextEditor/hooks/useStylePresets.d.ts +34 -0
  167. package/es/components/organism/TextEditor/hooks/useStylePresets.js +83 -0
  168. package/es/components/organism/TextEditor/index.d.ts +14 -0
  169. package/es/components/organism/TextEditor/index.js +6 -0
  170. package/es/components/organism/TextEditor/index.scss +61 -0
  171. package/es/components/organism/TextEditor/provider.d.ts +15 -0
  172. package/es/components/organism/TextEditor/provider.js +33 -0
  173. package/es/components/organism/TextEditor/store.d.ts +13 -0
  174. package/es/components/organism/TextEditor/store.js +20 -0
  175. package/es/components/organism/TextEditor/styled.d.ts +10 -0
  176. package/es/components/organism/TextEditor/styled.js +94 -0
  177. package/es/components/organism/TextEditor/types.d.ts +96 -0
  178. package/es/components/organism/TextEditor/types.js +3 -0
  179. package/es/components/organism/TextEditor/ui/BubbleMenu/BubbleMenu.d.ts +6 -0
  180. package/es/components/organism/TextEditor/ui/BubbleMenu/BubbleMenu.js +85 -0
  181. package/es/components/organism/TextEditor/ui/BubbleMenu/index.d.ts +1 -0
  182. package/es/components/organism/TextEditor/ui/BubbleMenu/index.js +1 -0
  183. package/es/components/organism/TextEditor/ui/BubbleToolbar/BubbleToolbar.d.ts +1 -0
  184. package/es/components/organism/TextEditor/ui/BubbleToolbar/BubbleToolbar.js +1 -0
  185. package/es/components/organism/TextEditor/ui/BubbleToolbar/index.d.ts +0 -0
  186. package/es/components/organism/TextEditor/ui/BubbleToolbar/index.js +1 -0
  187. package/es/components/organism/TextEditor/ui/Button/Button.d.ts +2 -0
  188. package/es/components/organism/TextEditor/ui/Button/Button.js +31 -0
  189. package/es/components/organism/TextEditor/ui/Button/index.d.ts +2 -0
  190. package/es/components/organism/TextEditor/ui/Button/index.js +1 -0
  191. package/es/components/organism/TextEditor/ui/Button/types.d.ts +10 -0
  192. package/es/components/organism/TextEditor/ui/Button/types.js +1 -0
  193. package/es/components/organism/TextEditor/ui/ColorPicker/ColorPicker.d.ts +39 -0
  194. package/es/components/organism/TextEditor/ui/ColorPicker/ColorPicker.js +131 -0
  195. package/es/components/organism/TextEditor/ui/ColorPicker/index.d.ts +1 -0
  196. package/es/components/organism/TextEditor/ui/ColorPicker/index.js +1 -0
  197. package/es/components/organism/TextEditor/ui/DropdownButton/DropdownButton.d.ts +17 -0
  198. package/es/components/organism/TextEditor/ui/DropdownButton/DropdownButton.js +51 -0
  199. package/es/components/organism/TextEditor/ui/DropdownButton/index.d.ts +1 -0
  200. package/es/components/organism/TextEditor/ui/DropdownButton/index.js +1 -0
  201. package/es/components/organism/TextEditor/ui/Emoji/EmojiList.d.ts +11 -0
  202. package/es/components/organism/TextEditor/ui/Emoji/EmojiList.js +66 -0
  203. package/es/components/organism/TextEditor/ui/Emoji/index.d.ts +2 -0
  204. package/es/components/organism/TextEditor/ui/Emoji/index.js +2 -0
  205. package/es/components/organism/TextEditor/ui/Emoji/suggestion.d.ts +4 -0
  206. package/es/components/organism/TextEditor/ui/Emoji/suggestion.js +71 -0
  207. package/es/components/organism/TextEditor/ui/FontPopover/FontPopover.d.ts +12 -0
  208. package/es/components/organism/TextEditor/ui/FontPopover/FontPopover.js +69 -0
  209. package/es/components/organism/TextEditor/ui/FontPopover/styled.d.ts +1 -0
  210. package/es/components/organism/TextEditor/ui/FontPopover/styled.js +22 -0
  211. package/es/components/organism/TextEditor/ui/Popover/Popover.d.ts +6 -0
  212. package/es/components/organism/TextEditor/ui/Popover/Popover.js +9 -0
  213. package/es/components/organism/TextEditor/ui/Popover/index.d.ts +1 -0
  214. package/es/components/organism/TextEditor/ui/Popover/index.js +1 -0
  215. package/es/components/organism/TextEditor/ui/Select/Select.d.ts +4 -0
  216. package/es/components/organism/TextEditor/ui/Select/Select.js +7 -0
  217. package/es/components/organism/TextEditor/ui/Select/index.d.ts +1 -0
  218. package/es/components/organism/TextEditor/ui/Select/index.js +1 -0
  219. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/SplitButtonDropdown.d.ts +2 -0
  220. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/SplitButtonDropdown.js +44 -0
  221. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/index.d.ts +1 -0
  222. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/index.js +1 -0
  223. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/styled.d.ts +2 -0
  224. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/styled.js +52 -0
  225. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/types.d.ts +19 -0
  226. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/types.js +1 -0
  227. package/es/components/organism/TextEditor/ui/TextAlignSelect/TextAlignSelect.d.ts +30 -0
  228. package/es/components/organism/TextEditor/ui/TextAlignSelect/TextAlignSelect.js +77 -0
  229. package/es/components/organism/TextEditor/ui/TextAlignSelect/index.d.ts +1 -0
  230. package/es/components/organism/TextEditor/ui/TextAlignSelect/index.js +1 -0
  231. package/es/components/organism/TextEditor/ui/Toolbar/Toolbar.d.ts +15 -0
  232. package/es/components/organism/TextEditor/ui/Toolbar/Toolbar.js +41 -0
  233. package/es/components/organism/TextEditor/ui/Toolbar/actions/BoldAction.d.ts +5 -0
  234. package/es/components/organism/TextEditor/ui/Toolbar/actions/BoldAction.js +18 -0
  235. package/es/components/organism/TextEditor/ui/Toolbar/actions/BulletListAction.d.ts +6 -0
  236. package/es/components/organism/TextEditor/ui/Toolbar/actions/BulletListAction.js +84 -0
  237. package/es/components/organism/TextEditor/ui/Toolbar/actions/ClearFormattingAction.d.ts +5 -0
  238. package/es/components/organism/TextEditor/ui/Toolbar/actions/ClearFormattingAction.js +27 -0
  239. package/es/components/organism/TextEditor/ui/Toolbar/actions/EmojiAction.d.ts +4 -0
  240. package/es/components/organism/TextEditor/ui/Toolbar/actions/EmojiAction.js +31 -0
  241. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontFamilyAction.d.ts +7 -0
  242. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontFamilyAction.js +28 -0
  243. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontSizeAction.d.ts +7 -0
  244. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontSizeAction.js +47 -0
  245. package/es/components/organism/TextEditor/ui/Toolbar/actions/HistoryAction.d.ts +5 -0
  246. package/es/components/organism/TextEditor/ui/Toolbar/actions/HistoryAction.js +21 -0
  247. package/es/components/organism/TextEditor/ui/Toolbar/actions/IndentAction.d.ts +5 -0
  248. package/es/components/organism/TextEditor/ui/Toolbar/actions/IndentAction.js +17 -0
  249. package/es/components/organism/TextEditor/ui/Toolbar/actions/ItalicAction.d.ts +5 -0
  250. package/es/components/organism/TextEditor/ui/Toolbar/actions/ItalicAction.js +18 -0
  251. package/es/components/organism/TextEditor/ui/Toolbar/actions/LetterSpacing.d.ts +5 -0
  252. package/es/components/organism/TextEditor/ui/Toolbar/actions/LetterSpacing.js +28 -0
  253. package/es/components/organism/TextEditor/ui/Toolbar/actions/LinkAction.d.ts +6 -0
  254. package/es/components/organism/TextEditor/ui/Toolbar/actions/LinkAction.js +17 -0
  255. package/es/components/organism/TextEditor/ui/Toolbar/actions/OrderedListAction.d.ts +5 -0
  256. package/es/components/organism/TextEditor/ui/Toolbar/actions/OrderedListAction.js +67 -0
  257. package/es/components/organism/TextEditor/ui/Toolbar/actions/OutdentAction.d.ts +5 -0
  258. package/es/components/organism/TextEditor/ui/Toolbar/actions/OutdentAction.js +17 -0
  259. package/es/components/organism/TextEditor/ui/Toolbar/actions/SmartTagAction.d.ts +7 -0
  260. package/es/components/organism/TextEditor/ui/Toolbar/actions/SmartTagAction.js +18 -0
  261. package/es/components/organism/TextEditor/ui/Toolbar/actions/SpacingAction.d.ts +10 -0
  262. package/es/components/organism/TextEditor/ui/Toolbar/actions/SpacingAction.js +45 -0
  263. package/es/components/organism/TextEditor/ui/Toolbar/actions/StrikeAction.d.ts +5 -0
  264. package/es/components/organism/TextEditor/ui/Toolbar/actions/StrikeAction.js +18 -0
  265. package/es/components/organism/TextEditor/ui/Toolbar/actions/SubscriptAction.d.ts +5 -0
  266. package/es/components/organism/TextEditor/ui/Toolbar/actions/SubscriptAction.js +26 -0
  267. package/es/components/organism/TextEditor/ui/Toolbar/actions/SuperscriptAction.d.ts +5 -0
  268. package/es/components/organism/TextEditor/ui/Toolbar/actions/SuperscriptAction.js +26 -0
  269. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextAlignAction.d.ts +5 -0
  270. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextAlignAction.js +3 -0
  271. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextBackgroundColorAction.d.ts +5 -0
  272. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextBackgroundColorAction.js +29 -0
  273. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextColorAction.d.ts +14 -0
  274. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextColorAction.js +22 -0
  275. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextTransformAction.d.ts +5 -0
  276. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextTransformAction.js +36 -0
  277. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnderlineAction.d.ts +5 -0
  278. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnderlineAction.js +18 -0
  279. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnsetLink.d.ts +6 -0
  280. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnsetLink.js +19 -0
  281. package/es/components/organism/TextEditor/ui/Toolbar/actions/index.d.ts +19 -0
  282. package/es/components/organism/TextEditor/ui/Toolbar/actions/index.js +19 -0
  283. package/es/components/organism/TextEditor/ui/Toolbar/index.d.ts +1 -0
  284. package/es/components/organism/TextEditor/ui/Toolbar/index.js +1 -0
  285. package/es/components/organism/TextEditor/utils/documentState.d.ts +57 -0
  286. package/es/components/organism/TextEditor/utils/documentState.js +100 -0
  287. package/es/components/organism/TextEditor/utils/font.d.ts +73 -0
  288. package/es/components/organism/TextEditor/utils/font.js +160 -0
  289. package/es/components/organism/TextEditor/utils/htmlProcessing.d.ts +63 -0
  290. package/es/components/organism/TextEditor/utils/htmlProcessing.js +319 -0
  291. package/es/components/organism/TextEditor/utils/indent.d.ts +11 -0
  292. package/es/components/organism/TextEditor/utils/indent.js +56 -0
  293. package/es/components/organism/TextEditor/utils/index.d.ts +8 -0
  294. package/es/components/organism/TextEditor/utils/index.js +16 -0
  295. package/es/components/organism/TextEditor/utils/link.d.ts +100 -0
  296. package/es/components/organism/TextEditor/utils/link.js +149 -0
  297. package/es/components/organism/TextEditor/utils/menu.d.ts +134 -0
  298. package/es/components/organism/TextEditor/utils/menu.js +317 -0
  299. package/es/components/organism/TextEditor/utils/selection.d.ts +25 -0
  300. package/es/components/organism/TextEditor/utils/selection.js +57 -0
  301. package/es/components/organism/TextEditor/utils/shared.d.ts +1 -0
  302. package/es/components/organism/TextEditor/utils/shared.js +9 -0
  303. package/es/components/organism/TextEditor/utils/smartTag.d.ts +49 -0
  304. package/es/components/organism/TextEditor/utils/smartTag.js +89 -0
  305. package/es/components/organism/TextEditor/utils/style.d.ts +78 -0
  306. package/es/components/organism/TextEditor/utils/style.js +193 -0
  307. package/es/components/organism/TicketEditor/Content.js +47 -33
  308. package/es/components/organism/TicketEditor/components/MessageComponent.js +1 -0
  309. package/es/components/organism/TicketEditor/index.js +24 -16
  310. package/es/components/organism/TicketEditor/styled.js +1 -0
  311. package/es/components/organism/TicketEditorV2/Content.js +41 -7
  312. package/es/components/organism/TicketEditorV2/components/MessageComponent.js +1 -0
  313. package/es/components/organism/TicketEditorV2/styled.js +2 -1
  314. package/es/components/organism/index.d.ts +1 -0
  315. package/es/components/organism/index.js +1 -0
  316. package/es/components/organism/index.scss +1 -0
  317. package/es/hooks/index.d.ts +3 -0
  318. package/es/hooks/index.js +3 -0
  319. package/es/hooks/useBroadcastedLocalStorage.d.ts +5 -0
  320. package/es/hooks/useBroadcastedLocalStorage.js +71 -0
  321. package/es/hooks/useElementSize.d.ts +7 -0
  322. package/es/hooks/useElementSize.js +56 -0
  323. package/es/hooks/useIsMounted.d.ts +1 -0
  324. package/es/hooks/useIsMounted.js +11 -0
  325. package/es/locales/en/translation.json +2 -1
  326. package/es/locales/i18n.d.ts +3 -1
  327. package/es/locales/vi/translation.json +2 -1
  328. package/es/utils/common.d.ts +6 -9
  329. package/es/utils/common.js +44 -23
  330. package/es/utils/index.d.ts +1 -0
  331. package/es/utils/index.js +1 -0
  332. package/es/utils/tree.d.ts +225 -0
  333. package/es/utils/tree.js +469 -0
  334. package/es/utils/web.d.ts +15 -0
  335. package/es/utils/web.js +39 -0
  336. package/package.json +25 -4
@@ -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,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,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
+ });
@@ -12,6 +12,10 @@ export declare const LazyIcon: {
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
+ ArrowDropDownIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
28
+ AntsomiAIIcon: 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>>>;
@@ -62,6 +68,7 @@ export declare const LazyIcon: {
62
68
  CheckboxUnchecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
63
69
  CheckboxUncheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
64
70
  ChecklistRtlIcon: 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>>>;
@@ -145,6 +152,10 @@ export declare const LazyIcon: {
145
152
  EmojiRamenDiningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
146
153
  EmojiReactionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
147
154
  EmojiSmileIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
155
+ EmotionFeedbackIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & {
156
+ iconHappyColor?: string | undefined;
157
+ iconSadColor?: string | undefined;
158
+ } & import("react").RefAttributes<SVGSVGElement>>>;
148
159
  ErrorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
149
160
  EventAttribute30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
150
161
  EventAttributeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -168,6 +179,7 @@ export declare const LazyIcon: {
168
179
  ExportMenuIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
169
180
  ExtendValueIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
170
181
  FactCheckIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
182
+ FeedbackRatingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
171
183
  FileDownloadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
172
184
  FileTransferIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
173
185
  FileUpload1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -223,6 +235,7 @@ export declare const LazyIcon: {
223
235
  LineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
224
236
  LinkManagement30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
225
237
  LinkManagementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
238
+ LinkOffIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
226
239
  ListIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
227
240
  LoadingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & {
228
241
  backgroundColor?: string | undefined;
@@ -242,6 +255,7 @@ export declare const LazyIcon: {
242
255
  MenuImageMultiIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
243
256
  MenuImageSingleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
244
257
  MergeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
258
+ MinusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
245
259
  MobileFriendlyIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
246
260
  MobilePhoneIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
247
261
  MonitorAppIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -250,6 +264,7 @@ export declare const LazyIcon: {
250
264
  MoveToIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
251
265
  MuteIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
252
266
  NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
267
+ NoteNewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
253
268
  NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
254
269
  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>>>;
@@ -310,6 +325,7 @@ export declare const LazyIcon: {
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>>>;
@@ -336,6 +352,7 @@ export declare const LazyIcon: {
336
352
  StoreIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
337
353
  StudioTemplates30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
338
354
  SubtractRadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
355
+ SummarizeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
339
356
  SupportAssistantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
340
357
  Survey30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
341
358
  SurveyDirectorProfileIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -12,6 +12,10 @@ export const LazyIcon = {
12
12
  AddRadiusIcon: lazy(() => import('../AddRadiusIcon').then(m => ({ default: m.AddRadiusIcon }))),
13
13
  AddShoppingCartIcon: lazy(() => import('../AddShoppingCartIcon').then(m => ({ default: m.AddShoppingCartIcon }))),
14
14
  AdjustIcon: lazy(() => import('../AdjustIcon').then(m => ({ default: m.AdjustIcon }))),
15
+ AlignCenterIcon: lazy(() => import('../AlignCenterIcon').then(m => ({ default: m.AlignCenterIcon }))),
16
+ AlignJustifyIcon: lazy(() => import('../AlignJustifyIcon').then(m => ({ default: m.AlignJustifyIcon }))),
17
+ AlignLeftIcon: lazy(() => import('../AlignLeftIcon').then(m => ({ default: m.AlignLeftIcon }))),
18
+ ALignRightIcon: lazy(() => import('../ALignRightIcon').then(m => ({ default: m.ALignRightIcon }))),
15
19
  AllDevicesIcon: lazy(() => import('../AllDevicesIcon').then(m => ({ default: m.AllDevicesIcon }))),
16
20
  AllJourneyChannelsIcon: lazy(() => import('../AllJourneyChannelsIcon').then(m => ({ default: m.AllJourneyChannelsIcon }))),
17
21
  AnalyticModels30Icon: lazy(() => import('../AnalyticModels30Icon').then(m => ({ default: m.AnalyticModels30Icon }))),
@@ -20,6 +24,8 @@ export const LazyIcon = {
20
24
  AnalyticsIcon: lazy(() => import('../AnalyticsIcon').then(m => ({ default: m.AnalyticsIcon }))),
21
25
  AnlysisIcon: lazy(() => import('../AnlysisIcon').then(m => ({ default: m.AnlysisIcon }))),
22
26
  AnlyticModelsIcon: lazy(() => import('../AnlyticModelsIcon').then(m => ({ default: m.AnlyticModelsIcon }))),
27
+ ArrowDropDownIcon: lazy(() => import('../ArrowDropDownIcon').then(m => ({ default: m.ArrowDropDownIcon }))),
28
+ AntsomiAIIcon: lazy(() => import('../AntsomiAIIcon').then(m => ({ default: m.AntsomiAIIcon }))),
23
29
  ArrowGrowIcon: lazy(() => import('../ArrowGrowIcon').then(m => ({ default: m.ArrowGrowIcon }))),
24
30
  ArrowLineIcon: lazy(() => import('../ArrowLineIcon').then(m => ({ default: m.ArrowLineIcon }))),
25
31
  ArticleIcon: lazy(() => import('../ArticleIcon').then(m => ({ default: m.ArticleIcon }))),
@@ -68,6 +74,7 @@ export const LazyIcon = {
68
74
  }))),
69
75
  CheckboxUncheckedIcon: lazy(() => import('../CheckboxUncheckedIcon').then(m => ({ default: m.CheckboxUncheckedIcon }))),
70
76
  ChecklistRtlIcon: lazy(() => import('../ChecklistRtlIcon').then(m => ({ default: m.ChecklistRtlIcon }))),
77
+ ChevronRightIcon: lazy(() => import('../ChevronRightIcon').then(m => ({ default: m.ChevronRightIcon }))),
71
78
  CircleAddElementIcon: lazy(() => import('../CircleAddElementIcon').then(m => ({ default: m.CircleAddElementIcon }))),
72
79
  CircleInfoIcon: lazy(() => import('../CircleInfoIcon').then(m => ({ default: m.CircleInfoIcon }))),
73
80
  CircleNotificationsIcon: lazy(() => import('../CircleNotificationsIcon').then(m => ({ default: m.CircleNotificationsIcon }))),
@@ -151,6 +158,7 @@ export const LazyIcon = {
151
158
  EmojiRamenDiningIcon: lazy(() => import('../EmojiRamenDiningIcon').then(m => ({ default: m.EmojiRamenDiningIcon }))),
152
159
  EmojiReactionIcon: lazy(() => import('../EmojiReactionIcon').then(m => ({ default: m.EmojiReactionIcon }))),
153
160
  EmojiSmileIcon: lazy(() => import('../EmojiSmileIcon').then(m => ({ default: m.EmojiSmileIcon }))),
161
+ EmotionFeedbackIcon: lazy(() => import('../EmotionFeedbackIcon').then(m => ({ default: m.EmotionFeedbackIcon }))),
154
162
  ErrorIcon: lazy(() => import('../ErrorIcon').then(m => ({ default: m.ErrorIcon }))),
155
163
  EventAttribute30Icon: lazy(() => import('../EventAttribute30Icon').then(m => ({ default: m.EventAttribute30Icon }))),
156
164
  EventAttributeIcon: lazy(() => import('../EventAttributeIcon').then(m => ({ default: m.EventAttributeIcon }))),
@@ -174,6 +182,7 @@ export const LazyIcon = {
174
182
  ExportMenuIcon: lazy(() => import('../ExportMenuIcon').then(m => ({ default: m.ExportMenuIcon }))),
175
183
  ExtendValueIcon: lazy(() => import('../ExtendValueIcon').then(m => ({ default: m.ExtendValueIcon }))),
176
184
  FactCheckIcon: lazy(() => import('../FactCheckIcon').then(m => ({ default: m.FactCheckIcon }))),
185
+ FeedbackRatingIcon: lazy(() => import('../FeedbackRatingIcon').then(m => ({ default: m.FeedbackRatingIcon }))),
177
186
  FileDownloadIcon: lazy(() => import('../FileDownloadIcon').then(m => ({ default: m.FileDownloadIcon }))),
178
187
  FileTransferIcon: lazy(() => import('../FileTransferIcon').then(m => ({ default: m.FileTransferIcon }))),
179
188
  FileUpload1Icon: lazy(() => import('../FileUpload1Icon').then(m => ({ default: m.FileUpload1Icon }))),
@@ -229,6 +238,7 @@ export const LazyIcon = {
229
238
  LineIcon: lazy(() => import('../LineIcon').then(m => ({ default: m.LineIcon }))),
230
239
  LinkManagement30Icon: lazy(() => import('../LinkManagement30Icon').then(m => ({ default: m.LinkManagement30Icon }))),
231
240
  LinkManagementIcon: lazy(() => import('../LinkManagementIcon').then(m => ({ default: m.LinkManagementIcon }))),
241
+ LinkOffIcon: lazy(() => import('../LinkOffIcon').then(m => ({ default: m.LinkOffIcon }))),
232
242
  ListIcon: lazy(() => import('../ListIcon').then(m => ({ default: m.ListIcon }))),
233
243
  LoadingIcon: lazy(() => import('../LoadingIcon').then(m => ({ default: m.LoadingIcon }))),
234
244
  LocalMallIcon: lazy(() => import('../LocalMallIcon').then(m => ({ default: m.LocalMallIcon }))),
@@ -246,6 +256,7 @@ export const LazyIcon = {
246
256
  MenuImageMultiIcon: lazy(() => import('../MenuImageMultiIcon').then(m => ({ default: m.MenuImageMultiIcon }))),
247
257
  MenuImageSingleIcon: lazy(() => import('../MenuImageSingleIcon').then(m => ({ default: m.MenuImageSingleIcon }))),
248
258
  MergeIcon: lazy(() => import('../MergeIcon').then(m => ({ default: m.MergeIcon }))),
259
+ MinusIcon: lazy(() => import('../MinusIcon').then(m => ({ default: m.MinusIcon }))),
249
260
  MobileFriendlyIcon: lazy(() => import('../MobileFriendlyIcon').then(m => ({ default: m.MobileFriendlyIcon }))),
250
261
  MobilePhoneIcon: lazy(() => import('../MobilePhoneIcon').then(m => ({ default: m.MobilePhoneIcon }))),
251
262
  MonitorAppIcon: lazy(() => import('../MonitorAppIcon').then(m => ({ default: m.MonitorAppIcon }))),
@@ -254,6 +265,7 @@ export const LazyIcon = {
254
265
  MoveToIcon: lazy(() => import('../MoveToIcon').then(m => ({ default: m.MoveToIcon }))),
255
266
  MuteIcon: lazy(() => import('../MuteIcon').then(m => ({ default: m.MuteIcon }))),
256
267
  NodeViewIcon: lazy(() => import('../NodeViewIcon').then(m => ({ default: m.NodeViewIcon }))),
268
+ NoteNewIcon: lazy(() => import('../NoteNewIcon').then(m => ({ default: m.NoteNewIcon }))),
257
269
  NotificationIcon: lazy(() => import('../NotificationIcon').then(m => ({ default: m.NotificationIcon }))),
258
270
  NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
259
271
  NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
@@ -316,6 +328,7 @@ export const LazyIcon = {
316
328
  ScheduleEmailDeliveryIcon: lazy(() => import('../ScheduleEmailDeliveryIcon').then(m => ({ default: m.ScheduleEmailDeliveryIcon }))),
317
329
  ScreenshotMonitorIcon: lazy(() => import('../ScreenshotMonitorIcon').then(m => ({ default: m.ScreenshotMonitorIcon }))),
318
330
  SearchIcon: lazy(() => import('../SearchIcon').then(m => ({ default: m.SearchIcon }))),
331
+ SearchNotFoundIcon: lazy(() => import('../SearchNotFoundIcon').then(m => ({ default: m.SearchNotFoundIcon }))),
319
332
  SectionIcon: lazy(() => import('../SectionIcon').then(m => ({ default: m.SectionIcon }))),
320
333
  Segments30Icon: lazy(() => import('../Segments30Icon').then(m => ({ default: m.Segments30Icon }))),
321
334
  SegmentsIcon: lazy(() => import('../SegmentsIcon').then(m => ({ default: m.SegmentsIcon }))),
@@ -342,6 +355,7 @@ export const LazyIcon = {
342
355
  StoreIcon: lazy(() => import('../StoreIcon').then(m => ({ default: m.StoreIcon }))),
343
356
  StudioTemplates30Icon: lazy(() => import('../StudioTemplates30Icon').then(m => ({ default: m.StudioTemplates30Icon }))),
344
357
  SubtractRadiusIcon: lazy(() => import('../SubtractRadiusIcon').then(m => ({ default: m.SubtractRadiusIcon }))),
358
+ SummarizeIcon: lazy(() => import('../SummarizeIcon').then(m => ({ default: m.SummarizeIcon }))),
345
359
  SupportAssistantIcon: lazy(() => import('../SupportAssistantIcon').then(m => ({ default: m.SupportAssistantIcon }))),
346
360
  Survey30Icon: lazy(() => import('../Survey30Icon').then(m => ({ default: m.Survey30Icon }))),
347
361
  SurveyDirectorProfileIcon: lazy(() => import('../SurveyDirectorProfileIcon').then(m => ({ default: m.SurveyDirectorProfileIcon }))),
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const LinkOffIcon: 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 LinkOffIcon = 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.7338 20.4488C22.0886 20.8038 22.0888 21.3789 21.7338 21.7338C21.3789 22.0888 20.8038 22.0886 20.4488 21.7338L21.7338 20.4488ZM2 12.0006C2 10.554 2.57508 9.16568 3.59799 8.14276C4.16642 7.57438 4.8477 7.14486 5.58882 6.875L2.26633 3.55247L2.15048 3.40998C1.91716 3.05707 1.95555 2.57685 2.26633 2.26607C2.57711 1.95529 3.05732 1.91689 3.41023 2.15021L3.55271 2.26607L21.7338 20.4488L21.0907 21.0906L20.4488 21.7338L11.6239 12.9088H8.364C7.86207 12.9088 7.45471 12.5025 7.45447 12.0006C7.45447 11.4985 7.86193 11.0911 8.364 11.0911H9.80485L7.09493 8.37979C6.26264 8.46253 5.47964 8.83254 4.88304 9.42915C4.20138 10.1111 3.81905 11.0364 3.81905 12.0006C3.81916 12.9649 4.2012 13.8902 4.88304 14.5721C5.56488 15.2539 6.49022 15.636 7.45447 15.6361H9.27352L9.45596 15.6547C9.87039 15.7394 10.1817 16.1062 10.1817 16.5456C10.1817 16.9851 9.87039 17.3519 9.45596 17.4365L9.27352 17.4552H7.45447C6.00802 17.455 4.6208 16.88 3.59799 15.8572C2.57518 14.8343 2.00012 13.4471 2 12.0006ZM16.5457 6.54608C17.5584 6.54608 18.5512 6.82743 19.4128 7.35973C20.2744 7.89228 20.9719 8.65496 21.4249 9.56099C21.8778 10.4669 22.0685 11.4819 21.9775 12.4907C21.8865 13.4992 21.517 14.4624 20.9096 15.2725L20.7844 15.4084C20.468 15.6888 19.9879 15.7185 19.6365 15.455C19.2348 15.1537 19.1541 14.5836 19.4554 14.1819L19.5992 13.9742C19.9185 13.4802 20.1148 12.9152 20.1678 12.3269C20.2285 11.6543 20.0996 10.9773 19.7976 10.3733C19.4957 9.76978 19.032 9.26202 18.458 8.90714C17.8835 8.5521 17.221 8.36381 16.5457 8.36381H14.728C14.2259 8.36381 13.8185 7.95636 13.8185 7.45428C13.8187 6.95241 14.2261 6.54608 14.728 6.54608H16.5457Z", fill: "currentColor" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const MinusIcon: 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 MinusIcon = 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: "M19 13H5V11H19V13Z", fill: "currentColor" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const NoteNewIcon: 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 NoteNewIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.17969 14.0781L16.7188 6.5L17.5 7.28125L9.92188 14.8203H9.17969V14.0781ZM20.3125 1.73438C20.1562 1.57812 19.9219 1.5 19.7266 1.5C19.4922 1.5 19.2969 1.57812 19.1406 1.73438L17.6172 3.25781L20.7422 6.38281L22.2656 4.85938C22.5781 4.54688 22.5781 4 22.2656 3.6875L20.3125 1.73438ZM19.8438 7.28125L16.7188 4.15625L7.5 13.375V16.5H10.625L19.8438 7.28125ZM17.9844 13V19.9844H4.01562V6.01562H11V4H4.01562C2.89062 4 2 4.89062 2 6.01562V19.9844C2 21.1094 2.89062 22 4.01562 22H17.9844C19.1094 22 20 21.1094 20 19.9844V13H17.9844Z", fill: "currentColor" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const SearchNotFoundIcon: 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 SearchNotFoundIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { viewBox: "0 0 21 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M15.5156 11.5156L20.4844 16.4844L18.9844 17.9844L14.0156 13.0156V12.2188L13.7344 11.9375C13.1719 12.4375 12.5156 12.8281 11.7656 13.1094C11.0469 13.3594 10.2969 13.4844 9.51562 13.4844C9.32812 13.4844 9.15625 13.4844 9 13.4844V11.4688C9.09375 11.4688 9.17188 11.4844 9.23438 11.5156C9.32812 11.5156 9.42188 11.5156 9.51562 11.5156C10.3281 11.5156 11.0781 11.3125 11.7656 10.9062C12.4531 10.5 13 9.95312 13.4062 9.26562C13.8125 8.57812 14.0156 7.82812 14.0156 7.01562C14.0156 6.17188 13.8125 5.42188 13.4062 4.76562C13 4.07812 12.4531 3.53125 11.7656 3.125C11.0781 2.71875 10.3281 2.51562 9.51562 2.51562C8.73438 2.51562 8.01562 2.6875 7.35938 3.03125C6.73438 3.375 6.20312 3.85938 5.76562 4.48438C5.35938 5.07813 5.125 5.75 5.0625 6.5H3.04688C3.10938 5.375 3.4375 4.35937 4.03125 3.45312C4.625 2.54688 5.39062 1.82812 6.32812 1.29688C7.29688 0.765625 8.35938 0.5 9.51562 0.5C10.3906 0.5 11.2188 0.671875 12 1.01562C12.8125 1.35937 13.5156 1.82812 14.1094 2.42188C14.7031 3.01563 15.1562 3.70312 15.4688 4.48438C15.8125 5.26563 15.9844 6.10938 15.9844 7.01562C15.9844 7.79688 15.8438 8.5625 15.5625 9.3125C15.3125 10.0312 14.9375 10.6719 14.4375 11.2344L14.7188 11.5156H15.5156ZM6.46875 8.32812L7.17188 9.03125L4.6875 11.5156L7.17188 13.9531L6.46875 14.7031L3.98438 12.2188L1.54688 14.7031L0.796875 13.9531L3.28125 11.5156L0.796875 9.03125L1.54688 8.32812L3.98438 10.8125L6.46875 8.32812Z", fill: "#666666" }) }));
7
+ });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const SummarizeIcon: 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 SummarizeIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M7.5 20C6.97005 19.9984 6.46225 19.7872 6.08752 19.4125C5.71279 19.0377 5.50158 18.5299 5.5 18L5.51001 6C5.51 5.4713 5.71934 4.9641 6.09225 4.58931C6.46517 4.21452 6.9713 4.00264 7.5 4H17.5C18.0299 4.00158 18.5377 4.2128 18.9125 4.58753C19.2872 4.96227 19.4984 5.47005 19.5 6V18C19.4984 18.5299 19.2872 19.0377 18.9125 19.4125C18.5377 19.7872 18.0299 19.9984 17.5 20H7.5ZM7.5 18H17.5V6H7.5V18ZM8.5 16V14H10.5V16H8.5ZM11.5 15V14H15.5V15H11.5ZM8.5 13V11H10.5V13H8.5ZM11.5 12V11H15.5V12H11.5ZM8.5 10V8H10.5V10H8.5ZM11.5 9V8H15.5V9H11.5Z", fill: "currentColor" }) }));
7
+ });
@@ -10,6 +10,10 @@ export { AddIcon } from './AddIcon';
10
10
  export { AddRadiusIcon } from './AddRadiusIcon';
11
11
  export { AddShoppingCartIcon } from './AddShoppingCartIcon';
12
12
  export { AdjustIcon } from './AdjustIcon';
13
+ export { AlignCenterIcon } from './AlignCenterIcon';
14
+ export { AlignJustifyIcon } from './AlignJustifyIcon';
15
+ export { AlignLeftIcon } from './AlignLeftIcon';
16
+ export { ALignRightIcon } from './ALignRightIcon';
13
17
  export { AllDevicesIcon } from './AllDevicesIcon';
14
18
  export { AllJourneyChannelsIcon } from './AllJourneyChannelsIcon';
15
19
  export { AnalyticModels30Icon } from './AnalyticModels30Icon';
@@ -18,6 +22,8 @@ export { Analytics30Icon } from './Analytics30Icon';
18
22
  export { AnalyticsIcon } from './AnalyticsIcon';
19
23
  export { AnlysisIcon } from './AnlysisIcon';
20
24
  export { AnlyticModelsIcon } from './AnlyticModelsIcon';
25
+ export { ArrowDropDownIcon } from './ArrowDropDownIcon';
26
+ export { AntsomiAIIcon } from './AntsomiAIIcon';
21
27
  export { ArrowGrowIcon } from './ArrowGrowIcon';
22
28
  export { ArrowLineIcon } from './ArrowLineIcon';
23
29
  export { ArticleIcon } from './ArticleIcon';
@@ -60,6 +66,7 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
60
66
  export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
61
67
  export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
62
68
  export { ChecklistRtlIcon } from './ChecklistRtlIcon';
69
+ export { ChevronRightIcon } from './ChevronRightIcon';
63
70
  export { CircleAddElementIcon } from './CircleAddElementIcon';
64
71
  export { CircleInfoIcon } from './CircleInfoIcon';
65
72
  export { CircleNotificationsIcon } from './CircleNotificationsIcon';
@@ -143,6 +150,7 @@ export { EmojiPetFootIcon } from './EmojiPetFootIcon';
143
150
  export { EmojiRamenDiningIcon } from './EmojiRamenDiningIcon';
144
151
  export { EmojiReactionIcon } from './EmojiReactionIcon';
145
152
  export { EmojiSmileIcon } from './EmojiSmileIcon';
153
+ export { EmotionFeedbackIcon } from './EmotionFeedbackIcon';
146
154
  export { ErrorIcon } from './ErrorIcon';
147
155
  export { EventAttribute30Icon } from './EventAttribute30Icon';
148
156
  export { EventAttributeIcon } from './EventAttributeIcon';
@@ -166,6 +174,7 @@ export { ExportHtmlIcon } from './ExportHtmlIcon';
166
174
  export { ExportMenuIcon } from './ExportMenuIcon';
167
175
  export { ExtendValueIcon } from './ExtendValueIcon';
168
176
  export { FactCheckIcon } from './FactCheckIcon';
177
+ export { FeedbackRatingIcon } from './FeedbackRatingIcon';
169
178
  export { FileDownloadIcon } from './FileDownloadIcon';
170
179
  export { FileTransferIcon } from './FileTransferIcon';
171
180
  export { FileUpload1Icon } from './FileUpload1Icon';
@@ -221,6 +230,7 @@ export { LibraryIcon } from './LibraryIcon';
221
230
  export { LineIcon } from './LineIcon';
222
231
  export { LinkManagement30Icon } from './LinkManagement30Icon';
223
232
  export { LinkManagementIcon } from './LinkManagementIcon';
233
+ export { LinkOffIcon } from './LinkOffIcon';
224
234
  export { ListIcon } from './ListIcon';
225
235
  export { LoadingIcon } from './LoadingIcon';
226
236
  export { LocalMallIcon } from './LocalMallIcon';
@@ -238,6 +248,7 @@ export { MenuExpandIcon } from './MenuExpandIcon';
238
248
  export { MenuImageMultiIcon } from './MenuImageMultiIcon';
239
249
  export { MenuImageSingleIcon } from './MenuImageSingleIcon';
240
250
  export { MergeIcon } from './MergeIcon';
251
+ export { MinusIcon } from './MinusIcon';
241
252
  export { MobileFriendlyIcon } from './MobileFriendlyIcon';
242
253
  export { MobilePhoneIcon } from './MobilePhoneIcon';
243
254
  export { MonitorAppIcon } from './MonitorAppIcon';
@@ -246,6 +257,7 @@ export { MoreInfoIcon } from './MoreInfoIcon';
246
257
  export { MoveToIcon } from './MoveToIcon';
247
258
  export { MuteIcon } from './MuteIcon';
248
259
  export { NodeViewIcon } from './NodeViewIcon';
260
+ export { NoteNewIcon } from './NoteNewIcon';
249
261
  export { NotificationIcon } from './NotificationIcon';
250
262
  export { NotificationSettingIcon } from './NotificationSettingIcon';
251
263
  export { NotificationsActiveIcon } from './NotificationsActiveIcon';
@@ -306,6 +318,7 @@ export { SaveIcon } from './SaveIcon';
306
318
  export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
307
319
  export { ScreenshotMonitorIcon } from './ScreenshotMonitorIcon';
308
320
  export { SearchIcon } from './SearchIcon';
321
+ export { SearchNotFoundIcon } from './SearchNotFoundIcon';
309
322
  export { SectionIcon } from './SectionIcon';
310
323
  export { Segments30Icon } from './Segments30Icon';
311
324
  export { SegmentsIcon } from './SegmentsIcon';
@@ -332,6 +345,7 @@ export { StopRecordIcon } from './StopRecordIcon';
332
345
  export { StoreIcon } from './StoreIcon';
333
346
  export { StudioTemplates30Icon } from './StudioTemplates30Icon';
334
347
  export { SubtractRadiusIcon } from './SubtractRadiusIcon';
348
+ export { SummarizeIcon } from './SummarizeIcon';
335
349
  export { SupportAssistantIcon } from './SupportAssistantIcon';
336
350
  export { Survey30Icon } from './Survey30Icon';
337
351
  export { SurveyDirectorProfileIcon } from './SurveyDirectorProfileIcon';
@@ -10,6 +10,10 @@ export { AddIcon } from './AddIcon';
10
10
  export { AddRadiusIcon } from './AddRadiusIcon';
11
11
  export { AddShoppingCartIcon } from './AddShoppingCartIcon';
12
12
  export { AdjustIcon } from './AdjustIcon';
13
+ export { AlignCenterIcon } from './AlignCenterIcon';
14
+ export { AlignJustifyIcon } from './AlignJustifyIcon';
15
+ export { AlignLeftIcon } from './AlignLeftIcon';
16
+ export { ALignRightIcon } from './ALignRightIcon';
13
17
  export { AllDevicesIcon } from './AllDevicesIcon';
14
18
  export { AllJourneyChannelsIcon } from './AllJourneyChannelsIcon';
15
19
  export { AnalyticModels30Icon } from './AnalyticModels30Icon';
@@ -18,6 +22,8 @@ export { Analytics30Icon } from './Analytics30Icon';
18
22
  export { AnalyticsIcon } from './AnalyticsIcon';
19
23
  export { AnlysisIcon } from './AnlysisIcon';
20
24
  export { AnlyticModelsIcon } from './AnlyticModelsIcon';
25
+ export { ArrowDropDownIcon } from './ArrowDropDownIcon';
26
+ export { AntsomiAIIcon } from './AntsomiAIIcon';
21
27
  export { ArrowGrowIcon } from './ArrowGrowIcon';
22
28
  export { ArrowLineIcon } from './ArrowLineIcon';
23
29
  export { ArticleIcon } from './ArticleIcon';
@@ -60,6 +66,7 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
60
66
  export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
61
67
  export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
62
68
  export { ChecklistRtlIcon } from './ChecklistRtlIcon';
69
+ export { ChevronRightIcon } from './ChevronRightIcon';
63
70
  export { CircleAddElementIcon } from './CircleAddElementIcon';
64
71
  export { CircleInfoIcon } from './CircleInfoIcon';
65
72
  export { CircleNotificationsIcon } from './CircleNotificationsIcon';
@@ -143,6 +150,7 @@ export { EmojiPetFootIcon } from './EmojiPetFootIcon';
143
150
  export { EmojiRamenDiningIcon } from './EmojiRamenDiningIcon';
144
151
  export { EmojiReactionIcon } from './EmojiReactionIcon';
145
152
  export { EmojiSmileIcon } from './EmojiSmileIcon';
153
+ export { EmotionFeedbackIcon } from './EmotionFeedbackIcon';
146
154
  export { ErrorIcon } from './ErrorIcon';
147
155
  export { EventAttribute30Icon } from './EventAttribute30Icon';
148
156
  export { EventAttributeIcon } from './EventAttributeIcon';
@@ -166,6 +174,7 @@ export { ExportHtmlIcon } from './ExportHtmlIcon';
166
174
  export { ExportMenuIcon } from './ExportMenuIcon';
167
175
  export { ExtendValueIcon } from './ExtendValueIcon';
168
176
  export { FactCheckIcon } from './FactCheckIcon';
177
+ export { FeedbackRatingIcon } from './FeedbackRatingIcon';
169
178
  export { FileDownloadIcon } from './FileDownloadIcon';
170
179
  export { FileTransferIcon } from './FileTransferIcon';
171
180
  export { FileUpload1Icon } from './FileUpload1Icon';
@@ -221,6 +230,7 @@ export { LibraryIcon } from './LibraryIcon';
221
230
  export { LineIcon } from './LineIcon';
222
231
  export { LinkManagement30Icon } from './LinkManagement30Icon';
223
232
  export { LinkManagementIcon } from './LinkManagementIcon';
233
+ export { LinkOffIcon } from './LinkOffIcon';
224
234
  export { ListIcon } from './ListIcon';
225
235
  export { LoadingIcon } from './LoadingIcon';
226
236
  export { LocalMallIcon } from './LocalMallIcon';
@@ -238,6 +248,7 @@ export { MenuExpandIcon } from './MenuExpandIcon';
238
248
  export { MenuImageMultiIcon } from './MenuImageMultiIcon';
239
249
  export { MenuImageSingleIcon } from './MenuImageSingleIcon';
240
250
  export { MergeIcon } from './MergeIcon';
251
+ export { MinusIcon } from './MinusIcon';
241
252
  export { MobileFriendlyIcon } from './MobileFriendlyIcon';
242
253
  export { MobilePhoneIcon } from './MobilePhoneIcon';
243
254
  export { MonitorAppIcon } from './MonitorAppIcon';
@@ -246,6 +257,7 @@ export { MoreInfoIcon } from './MoreInfoIcon';
246
257
  export { MoveToIcon } from './MoveToIcon';
247
258
  export { MuteIcon } from './MuteIcon';
248
259
  export { NodeViewIcon } from './NodeViewIcon';
260
+ export { NoteNewIcon } from './NoteNewIcon';
249
261
  export { NotificationIcon } from './NotificationIcon';
250
262
  export { NotificationSettingIcon } from './NotificationSettingIcon';
251
263
  export { NotificationsActiveIcon } from './NotificationsActiveIcon';
@@ -306,6 +318,7 @@ export { SaveIcon } from './SaveIcon';
306
318
  export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
307
319
  export { ScreenshotMonitorIcon } from './ScreenshotMonitorIcon';
308
320
  export { SearchIcon } from './SearchIcon';
321
+ export { SearchNotFoundIcon } from './SearchNotFoundIcon';
309
322
  export { SectionIcon } from './SectionIcon';
310
323
  export { Segments30Icon } from './Segments30Icon';
311
324
  export { SegmentsIcon } from './SegmentsIcon';
@@ -332,6 +345,7 @@ export { StopRecordIcon } from './StopRecordIcon';
332
345
  export { StoreIcon } from './StoreIcon';
333
346
  export { StudioTemplates30Icon } from './StudioTemplates30Icon';
334
347
  export { SubtractRadiusIcon } from './SubtractRadiusIcon';
348
+ export { SummarizeIcon } from './SummarizeIcon';
335
349
  export { SupportAssistantIcon } from './SupportAssistantIcon';
336
350
  export { Survey30Icon } from './Survey30Icon';
337
351
  export { SurveyDirectorProfileIcon } from './SurveyDirectorProfileIcon';
@@ -0,0 +1,2 @@
1
+ @import url('./organism/index.scss');
2
+ @import url('./molecules/index.scss');