@antscorp/antsomi-ui 2.0.92-text-editor-beta.6 → 2.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/assets/css/main.scss +2 -4
- package/es/components/icons/LazyIcon/LazyIcon.d.ts +9 -18
- package/es/components/icons/LazyIcon/LazyIcon.js +9 -18
- package/es/components/icons/index.d.ts +9 -18
- package/es/components/icons/index.js +9 -18
- package/es/components/molecules/EmojiCollections/CommonCollection/index.js +2 -2
- package/es/components/molecules/EmojiCollections/types.d.ts +0 -1
- package/es/components/molecules/EmojiPopover/EmojiPopover.d.ts +0 -1
- package/es/components/molecules/EmojiPopover/EmojiPopover.js +6 -10
- package/es/components/molecules/EmojiPopover/styled.d.ts +2 -2
- package/es/components/molecules/EmojiPopover/styled.js +1 -1
- package/es/components/molecules/TagifyInput/patternHandlers.js +12 -0
- package/es/components/molecules/TagifyInput/utils.d.ts +1 -0
- package/es/components/molecules/TagifyInput/utils.js +1 -0
- package/es/components/molecules/VirtualizedMenu/VirtualizedMenu.d.ts +3 -6
- package/es/components/molecules/VirtualizedMenu/__mocks__/index.js +982 -2594
- package/es/components/molecules/VirtualizedMenu/components/Item/Item.d.ts +11 -1
- package/es/components/molecules/VirtualizedMenu/components/Item/Item.js +25 -53
- package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.d.ts +5 -8
- package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.js +46 -289
- package/es/components/molecules/VirtualizedMenu/components/MenuInline/index.js +0 -1
- package/es/components/molecules/VirtualizedMenu/styled.d.ts +2 -2
- package/es/components/molecules/VirtualizedMenu/styled.js +4 -23
- package/es/components/molecules/VirtualizedMenu/types.d.ts +10 -27
- package/es/components/molecules/VirtualizedMenu/utils.d.ts +5 -8
- package/es/components/molecules/VirtualizedMenu/utils.js +18 -13
- package/es/components/molecules/index.d.ts +0 -1
- package/es/components/molecules/index.js +0 -1
- package/es/components/organism/index.d.ts +0 -1
- package/es/components/organism/index.js +0 -1
- package/es/constants/api.js +3 -3
- package/es/hooks/index.d.ts +0 -4
- package/es/hooks/index.js +0 -4
- package/es/locales/i18n.d.ts +1 -1
- package/es/utils/common.d.ts +9 -14
- package/es/utils/common.js +23 -60
- package/es/utils/index.d.ts +0 -1
- package/es/utils/index.js +0 -1
- package/es/utils/web.d.ts +0 -15
- package/es/utils/web.js +0 -39
- package/package.json +4 -22
- package/es/components/atoms/Eyedropper/Eyedropper.d.ts +0 -2
- package/es/components/atoms/Eyedropper/Eyedropper.js +0 -53
- package/es/components/atoms/Eyedropper/index.d.ts +0 -0
- package/es/components/atoms/Eyedropper/index.js +0 -1
- package/es/components/atoms/Eyedropper/styled.d.ts +0 -9
- package/es/components/atoms/Eyedropper/styled.js +0 -45
- package/es/components/atoms/Eyedropper/types.d.ts +0 -5
- package/es/components/atoms/Eyedropper/types.js +0 -1
- package/es/components/icons/ALignRightIcon.d.ts +0 -3
- package/es/components/icons/ALignRightIcon.js +0 -7
- package/es/components/icons/AlignCenterIcon.d.ts +0 -3
- package/es/components/icons/AlignCenterIcon.js +0 -7
- package/es/components/icons/AlignJustifyIcon.d.ts +0 -3
- package/es/components/icons/AlignJustifyIcon.js +0 -7
- package/es/components/icons/AlignLeftIcon.d.ts +0 -3
- package/es/components/icons/AlignLeftIcon.js +0 -7
- package/es/components/icons/ArrowDropDownIcon.d.ts +0 -3
- package/es/components/icons/ArrowDropDownIcon.js +0 -7
- package/es/components/icons/ChevronRightIcon.d.ts +0 -3
- package/es/components/icons/ChevronRightIcon.js +0 -7
- package/es/components/icons/ColorizeIcon.d.ts +0 -3
- package/es/components/icons/ColorizeIcon.js +0 -7
- package/es/components/icons/LinkOffIcon.d.ts +0 -3
- package/es/components/icons/LinkOffIcon.js +0 -7
- package/es/components/icons/MinusIcon.d.ts +0 -3
- package/es/components/icons/MinusIcon.js +0 -7
- package/es/components/index.scss +0 -2
- package/es/components/molecules/EyedropperButton/EyedropperButton.d.ts +0 -11
- package/es/components/molecules/EyedropperButton/EyedropperButton.js +0 -34
- package/es/components/molecules/EyedropperButton/index.d.ts +0 -0
- package/es/components/molecules/EyedropperButton/index.js +0 -1
- package/es/components/molecules/EyedropperButton/styled.d.ts +0 -7
- package/es/components/molecules/EyedropperButton/styled.js +0 -23
- package/es/components/molecules/FontSizeInput/FontSizeInput.d.ts +0 -3
- package/es/components/molecules/FontSizeInput/FontSizeInput.js +0 -134
- package/es/components/molecules/FontSizeInput/components/FontSizeControl.d.ts +0 -8
- package/es/components/molecules/FontSizeInput/components/FontSizeControl.js +0 -14
- package/es/components/molecules/FontSizeInput/components/FontSizeDropdown.d.ts +0 -21
- package/es/components/molecules/FontSizeInput/components/FontSizeDropdown.js +0 -19
- package/es/components/molecules/FontSizeInput/constants.d.ts +0 -2
- package/es/components/molecules/FontSizeInput/constants.js +0 -5
- package/es/components/molecules/FontSizeInput/index.d.ts +0 -2
- package/es/components/molecules/FontSizeInput/index.js +0 -1
- package/es/components/molecules/FontSizeInput/styled.d.ts +0 -7
- package/es/components/molecules/FontSizeInput/styled.js +0 -40
- package/es/components/molecules/FontSizeInput/styles.scss +0 -15
- package/es/components/molecules/FontSizeInput/types.d.ts +0 -23
- package/es/components/molecules/FontSizeInput/types.js +0 -1
- package/es/components/molecules/FontSizeInput/utils.d.ts +0 -7
- package/es/components/molecules/FontSizeInput/utils.js +0 -9
- package/es/components/molecules/index.scss +0 -1
- package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +0 -1290
- package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +0 -3059
- package/es/components/organism/TextEditor/TextEditor.d.ts +0 -3
- package/es/components/organism/TextEditor/TextEditor.js +0 -264
- package/es/components/organism/TextEditor/__mocks__/text-block.settings.json +0 -320
- package/es/components/organism/TextEditor/__mocks__/text-contennt.d.ts +0 -1
- package/es/components/organism/TextEditor/__mocks__/text-contennt.js +0 -38
- package/es/components/organism/TextEditor/constants.d.ts +0 -177
- package/es/components/organism/TextEditor/constants.js +0 -323
- package/es/components/organism/TextEditor/extensions/BackgroundColor.d.ts +0 -25
- package/es/components/organism/TextEditor/extensions/BackgroundColor.js +0 -46
- package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu-plugin.d.ts +0 -140
- package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu-plugin.js +0 -366
- package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu.d.ts +0 -15
- package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu.js +0 -31
- package/es/components/organism/TextEditor/extensions/BubbleMenu/index.d.ts +0 -2
- package/es/components/organism/TextEditor/extensions/BubbleMenu/index.js +0 -2
- package/es/components/organism/TextEditor/extensions/ClearFormatting.d.ts +0 -16
- package/es/components/organism/TextEditor/extensions/ClearFormatting.js +0 -26
- package/es/components/organism/TextEditor/extensions/Color.d.ts +0 -6
- package/es/components/organism/TextEditor/extensions/Color.js +0 -34
- package/es/components/organism/TextEditor/extensions/Emoji.d.ts +0 -57
- package/es/components/organism/TextEditor/extensions/Emoji.js +0 -184
- package/es/components/organism/TextEditor/extensions/FontFamily.d.ts +0 -6
- package/es/components/organism/TextEditor/extensions/FontFamily.js +0 -36
- package/es/components/organism/TextEditor/extensions/FontSize.d.ts +0 -31
- package/es/components/organism/TextEditor/extensions/FontSize.js +0 -46
- package/es/components/organism/TextEditor/extensions/FontWeight.d.ts +0 -23
- package/es/components/organism/TextEditor/extensions/FontWeight.js +0 -41
- package/es/components/organism/TextEditor/extensions/Indent.d.ts +0 -21
- package/es/components/organism/TextEditor/extensions/Indent.js +0 -63
- package/es/components/organism/TextEditor/extensions/LetterSpacing.d.ts +0 -32
- package/es/components/organism/TextEditor/extensions/LetterSpacing.js +0 -48
- package/es/components/organism/TextEditor/extensions/LineHeight.d.ts +0 -20
- package/es/components/organism/TextEditor/extensions/LineHeight.js +0 -36
- package/es/components/organism/TextEditor/extensions/Link.d.ts +0 -29
- package/es/components/organism/TextEditor/extensions/Link.js +0 -187
- package/es/components/organism/TextEditor/extensions/ListItemMarker.d.ts +0 -13
- package/es/components/organism/TextEditor/extensions/ListItemMarker.js +0 -174
- package/es/components/organism/TextEditor/extensions/OrderedList.d.ts +0 -56
- package/es/components/organism/TextEditor/extensions/OrderedList.js +0 -187
- package/es/components/organism/TextEditor/extensions/SmartTag.d.ts +0 -39
- package/es/components/organism/TextEditor/extensions/SmartTag.js +0 -167
- package/es/components/organism/TextEditor/extensions/StyleMemory.d.ts +0 -36
- package/es/components/organism/TextEditor/extensions/StyleMemory.js +0 -163
- package/es/components/organism/TextEditor/extensions/TextTransform.d.ts +0 -30
- package/es/components/organism/TextEditor/extensions/TextTransform.js +0 -36
- package/es/components/organism/TextEditor/extensions/UnorderedList.d.ts +0 -55
- package/es/components/organism/TextEditor/extensions/UnorderedList.js +0 -176
- package/es/components/organism/TextEditor/hooks/index.d.ts +0 -6
- package/es/components/organism/TextEditor/hooks/index.js +0 -6
- package/es/components/organism/TextEditor/hooks/useColorSet.d.ts +0 -4
- package/es/components/organism/TextEditor/hooks/useColorSet.js +0 -22
- package/es/components/organism/TextEditor/hooks/useDocumentState.d.ts +0 -18
- package/es/components/organism/TextEditor/hooks/useDocumentState.js +0 -42
- package/es/components/organism/TextEditor/hooks/useMarkTracking.d.ts +0 -26
- package/es/components/organism/TextEditor/hooks/useMarkTracking.js +0 -68
- package/es/components/organism/TextEditor/hooks/usePersistence.d.ts +0 -31
- package/es/components/organism/TextEditor/hooks/usePersistence.js +0 -169
- package/es/components/organism/TextEditor/hooks/useStyleMemory.d.ts +0 -6
- package/es/components/organism/TextEditor/hooks/useStyleMemory.js +0 -42
- package/es/components/organism/TextEditor/hooks/useStylePresets.d.ts +0 -34
- package/es/components/organism/TextEditor/hooks/useStylePresets.js +0 -83
- package/es/components/organism/TextEditor/index.d.ts +0 -16
- package/es/components/organism/TextEditor/index.js +0 -8
- package/es/components/organism/TextEditor/index.scss +0 -61
- package/es/components/organism/TextEditor/provider.d.ts +0 -14
- package/es/components/organism/TextEditor/provider.js +0 -33
- package/es/components/organism/TextEditor/store.d.ts +0 -13
- package/es/components/organism/TextEditor/store.js +0 -20
- package/es/components/organism/TextEditor/styled.d.ts +0 -10
- package/es/components/organism/TextEditor/styled.js +0 -94
- package/es/components/organism/TextEditor/types.d.ts +0 -139
- package/es/components/organism/TextEditor/types.js +0 -5
- package/es/components/organism/TextEditor/ui/BubbleMenu/BubbleMenu.d.ts +0 -6
- package/es/components/organism/TextEditor/ui/BubbleMenu/BubbleMenu.js +0 -84
- package/es/components/organism/TextEditor/ui/BubbleMenu/index.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/BubbleMenu/index.js +0 -1
- package/es/components/organism/TextEditor/ui/BubbleToolbar/BubbleToolbar.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/BubbleToolbar/BubbleToolbar.js +0 -1
- package/es/components/organism/TextEditor/ui/BubbleToolbar/index.d.ts +0 -0
- package/es/components/organism/TextEditor/ui/BubbleToolbar/index.js +0 -1
- package/es/components/organism/TextEditor/ui/Button/Button.d.ts +0 -2
- package/es/components/organism/TextEditor/ui/Button/Button.js +0 -31
- package/es/components/organism/TextEditor/ui/Button/index.d.ts +0 -2
- package/es/components/organism/TextEditor/ui/Button/index.js +0 -1
- package/es/components/organism/TextEditor/ui/Button/types.d.ts +0 -10
- package/es/components/organism/TextEditor/ui/Button/types.js +0 -1
- package/es/components/organism/TextEditor/ui/ColorPicker/ColorPicker.d.ts +0 -39
- package/es/components/organism/TextEditor/ui/ColorPicker/ColorPicker.js +0 -131
- package/es/components/organism/TextEditor/ui/ColorPicker/index.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/ColorPicker/index.js +0 -1
- package/es/components/organism/TextEditor/ui/DropdownButton/DropdownButton.d.ts +0 -17
- package/es/components/organism/TextEditor/ui/DropdownButton/DropdownButton.js +0 -51
- package/es/components/organism/TextEditor/ui/DropdownButton/index.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/DropdownButton/index.js +0 -1
- package/es/components/organism/TextEditor/ui/Emoji/EmojiList.d.ts +0 -11
- package/es/components/organism/TextEditor/ui/Emoji/EmojiList.js +0 -66
- package/es/components/organism/TextEditor/ui/Emoji/index.d.ts +0 -2
- package/es/components/organism/TextEditor/ui/Emoji/index.js +0 -2
- package/es/components/organism/TextEditor/ui/Emoji/suggestion.d.ts +0 -4
- package/es/components/organism/TextEditor/ui/Emoji/suggestion.js +0 -71
- package/es/components/organism/TextEditor/ui/FontPopover/FontPopover.d.ts +0 -12
- package/es/components/organism/TextEditor/ui/FontPopover/FontPopover.js +0 -69
- package/es/components/organism/TextEditor/ui/FontPopover/styled.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/FontPopover/styled.js +0 -22
- package/es/components/organism/TextEditor/ui/Popover/Popover.d.ts +0 -6
- package/es/components/organism/TextEditor/ui/Popover/Popover.js +0 -9
- package/es/components/organism/TextEditor/ui/Popover/index.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/Popover/index.js +0 -1
- package/es/components/organism/TextEditor/ui/Select/Select.d.ts +0 -4
- package/es/components/organism/TextEditor/ui/Select/Select.js +0 -7
- package/es/components/organism/TextEditor/ui/Select/index.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/Select/index.js +0 -1
- package/es/components/organism/TextEditor/ui/SplitButtonDropdown/SplitButtonDropdown.d.ts +0 -2
- package/es/components/organism/TextEditor/ui/SplitButtonDropdown/SplitButtonDropdown.js +0 -44
- package/es/components/organism/TextEditor/ui/SplitButtonDropdown/index.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/SplitButtonDropdown/index.js +0 -1
- package/es/components/organism/TextEditor/ui/SplitButtonDropdown/styled.d.ts +0 -2
- package/es/components/organism/TextEditor/ui/SplitButtonDropdown/styled.js +0 -52
- package/es/components/organism/TextEditor/ui/SplitButtonDropdown/types.d.ts +0 -19
- package/es/components/organism/TextEditor/ui/SplitButtonDropdown/types.js +0 -1
- package/es/components/organism/TextEditor/ui/TextAlignSelect/TextAlignSelect.d.ts +0 -30
- package/es/components/organism/TextEditor/ui/TextAlignSelect/TextAlignSelect.js +0 -77
- package/es/components/organism/TextEditor/ui/TextAlignSelect/index.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/TextAlignSelect/index.js +0 -1
- package/es/components/organism/TextEditor/ui/Toolbar/Toolbar.d.ts +0 -16
- package/es/components/organism/TextEditor/ui/Toolbar/Toolbar.js +0 -42
- package/es/components/organism/TextEditor/ui/Toolbar/actions/BoldAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/BoldAction.js +0 -18
- package/es/components/organism/TextEditor/ui/Toolbar/actions/BulletListAction.d.ts +0 -6
- package/es/components/organism/TextEditor/ui/Toolbar/actions/BulletListAction.js +0 -93
- package/es/components/organism/TextEditor/ui/Toolbar/actions/ClearFormattingAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/ClearFormattingAction.js +0 -20
- package/es/components/organism/TextEditor/ui/Toolbar/actions/EmojiAction.d.ts +0 -4
- package/es/components/organism/TextEditor/ui/Toolbar/actions/EmojiAction.js +0 -31
- package/es/components/organism/TextEditor/ui/Toolbar/actions/FontFamilyAction.d.ts +0 -7
- package/es/components/organism/TextEditor/ui/Toolbar/actions/FontFamilyAction.js +0 -28
- package/es/components/organism/TextEditor/ui/Toolbar/actions/FontSizeAction.d.ts +0 -7
- package/es/components/organism/TextEditor/ui/Toolbar/actions/FontSizeAction.js +0 -44
- package/es/components/organism/TextEditor/ui/Toolbar/actions/HistoryAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/HistoryAction.js +0 -21
- package/es/components/organism/TextEditor/ui/Toolbar/actions/IndentAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/IndentAction.js +0 -17
- package/es/components/organism/TextEditor/ui/Toolbar/actions/ItalicAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/ItalicAction.js +0 -18
- package/es/components/organism/TextEditor/ui/Toolbar/actions/LetterSpacing.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/LetterSpacing.js +0 -28
- package/es/components/organism/TextEditor/ui/Toolbar/actions/LinkAction.d.ts +0 -6
- package/es/components/organism/TextEditor/ui/Toolbar/actions/LinkAction.js +0 -17
- package/es/components/organism/TextEditor/ui/Toolbar/actions/OrderedListAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/OrderedListAction.js +0 -67
- package/es/components/organism/TextEditor/ui/Toolbar/actions/OutdentAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/OutdentAction.js +0 -17
- package/es/components/organism/TextEditor/ui/Toolbar/actions/SmartTagAction.d.ts +0 -7
- package/es/components/organism/TextEditor/ui/Toolbar/actions/SmartTagAction.js +0 -18
- package/es/components/organism/TextEditor/ui/Toolbar/actions/SpacingAction.d.ts +0 -10
- package/es/components/organism/TextEditor/ui/Toolbar/actions/SpacingAction.js +0 -45
- package/es/components/organism/TextEditor/ui/Toolbar/actions/StrikeAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/StrikeAction.js +0 -18
- package/es/components/organism/TextEditor/ui/Toolbar/actions/SubscriptAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/SubscriptAction.js +0 -26
- package/es/components/organism/TextEditor/ui/Toolbar/actions/SuperscriptAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/SuperscriptAction.js +0 -26
- package/es/components/organism/TextEditor/ui/Toolbar/actions/TextAlignAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/TextAlignAction.js +0 -3
- package/es/components/organism/TextEditor/ui/Toolbar/actions/TextBackgroundColorAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/TextBackgroundColorAction.js +0 -29
- package/es/components/organism/TextEditor/ui/Toolbar/actions/TextColorAction.d.ts +0 -14
- package/es/components/organism/TextEditor/ui/Toolbar/actions/TextColorAction.js +0 -22
- package/es/components/organism/TextEditor/ui/Toolbar/actions/TextTransformAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/TextTransformAction.js +0 -36
- package/es/components/organism/TextEditor/ui/Toolbar/actions/UnderlineAction.d.ts +0 -5
- package/es/components/organism/TextEditor/ui/Toolbar/actions/UnderlineAction.js +0 -18
- package/es/components/organism/TextEditor/ui/Toolbar/actions/UnsetLink.d.ts +0 -6
- package/es/components/organism/TextEditor/ui/Toolbar/actions/UnsetLink.js +0 -19
- package/es/components/organism/TextEditor/ui/Toolbar/actions/index.d.ts +0 -24
- package/es/components/organism/TextEditor/ui/Toolbar/actions/index.js +0 -24
- package/es/components/organism/TextEditor/ui/Toolbar/index.d.ts +0 -1
- package/es/components/organism/TextEditor/ui/Toolbar/index.js +0 -1
- package/es/components/organism/TextEditor/utils/documentState.d.ts +0 -57
- package/es/components/organism/TextEditor/utils/documentState.js +0 -100
- package/es/components/organism/TextEditor/utils/font.d.ts +0 -73
- package/es/components/organism/TextEditor/utils/font.js +0 -160
- package/es/components/organism/TextEditor/utils/htmlProcessing.d.ts +0 -75
- package/es/components/organism/TextEditor/utils/htmlProcessing.js +0 -343
- package/es/components/organism/TextEditor/utils/indent.d.ts +0 -11
- package/es/components/organism/TextEditor/utils/indent.js +0 -56
- package/es/components/organism/TextEditor/utils/index.d.ts +0 -8
- package/es/components/organism/TextEditor/utils/index.js +0 -16
- package/es/components/organism/TextEditor/utils/link.d.ts +0 -108
- package/es/components/organism/TextEditor/utils/link.js +0 -151
- package/es/components/organism/TextEditor/utils/menu.d.ts +0 -134
- package/es/components/organism/TextEditor/utils/menu.js +0 -317
- package/es/components/organism/TextEditor/utils/selection.d.ts +0 -25
- package/es/components/organism/TextEditor/utils/selection.js +0 -57
- package/es/components/organism/TextEditor/utils/shared.d.ts +0 -1
- package/es/components/organism/TextEditor/utils/shared.js +0 -9
- package/es/components/organism/TextEditor/utils/smartTag.d.ts +0 -49
- package/es/components/organism/TextEditor/utils/smartTag.js +0 -89
- package/es/components/organism/TextEditor/utils/style.d.ts +0 -78
- package/es/components/organism/TextEditor/utils/style.js +0 -193
- package/es/components/organism/index.scss +0 -1
- package/es/hooks/useBroadcastedLocalStorage.d.ts +0 -5
- package/es/hooks/useBroadcastedLocalStorage.js +0 -71
- package/es/hooks/useElementSize.d.ts +0 -7
- package/es/hooks/useElementSize.js +0 -56
- package/es/hooks/useEyedropper/attach.d.ts +0 -4
- package/es/hooks/useEyedropper/attach.js +0 -9
- package/es/hooks/useEyedropper/eyedropper.d.ts +0 -69
- package/es/hooks/useEyedropper/eyedropper.js +0 -205
- package/es/hooks/useEyedropper/index.d.ts +0 -2
- package/es/hooks/useEyedropper/index.js +0 -7
- package/es/hooks/useEyedropper/support.d.ts +0 -1
- package/es/hooks/useEyedropper/support.js +0 -3
- package/es/hooks/useEyedropper/types.d.ts +0 -9
- package/es/hooks/useEyedropper/types.js +0 -1
- package/es/hooks/useEyedropper/useEyedropper.d.ts +0 -8
- package/es/hooks/useEyedropper/useEyedropper.js +0 -50
- package/es/hooks/useEyedropper/utils.d.ts +0 -11
- package/es/hooks/useEyedropper/utils.js +0 -17
- package/es/hooks/useIsMounted.d.ts +0 -1
- package/es/hooks/useIsMounted.js +0 -11
- package/es/utils/tree.d.ts +0 -225
- package/es/utils/tree.js +0 -469
package/es/assets/css/main.scss
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
@import url('../../components/index.scss');
|
|
2
|
-
|
|
3
1
|
:root {
|
|
4
2
|
--primary-color: #005fb8;
|
|
5
3
|
--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);
|
|
8
4
|
}
|
|
5
|
+
|
|
6
|
+
|
|
@@ -2,20 +2,16 @@
|
|
|
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>>>;
|
|
6
5
|
AccountSharing30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
7
6
|
AccountSharingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
8
7
|
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>>>;
|
|
19
15
|
AllDevicesIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
20
16
|
AllJourneyChannelsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
21
17
|
AnalyticModels30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -25,7 +21,6 @@ export declare const LazyIcon: {
|
|
|
25
21
|
AnlysisIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
26
22
|
AnlyticModelsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
27
23
|
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>>>;
|
|
29
24
|
ArrowGrowIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
30
25
|
ArrowLineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
31
26
|
ArticleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -60,6 +55,7 @@ export declare const LazyIcon: {
|
|
|
60
55
|
ChatConversationCommentAddCommentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
61
56
|
ChatMentionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
62
57
|
ChatUnreadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
58
|
+
CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
63
59
|
CheckboxChecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
64
60
|
CheckboxCheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
65
61
|
CheckboxIndeterminate5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -67,15 +63,12 @@ export declare const LazyIcon: {
|
|
|
67
63
|
CheckboxUnchecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
68
64
|
CheckboxUncheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
69
65
|
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>>>;
|
|
72
66
|
CircleAddElementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
73
67
|
CircleInfoIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
74
68
|
CircleNotificationsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
75
69
|
CloseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
76
70
|
CodeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
77
71
|
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>>>;
|
|
79
72
|
ColorProfileStyleThemeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
80
73
|
ColumnIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
81
74
|
CommentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -105,15 +98,15 @@ export declare const LazyIcon: {
|
|
|
105
98
|
DataDestinationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
106
99
|
DataEncryption30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
107
100
|
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>>>;
|
|
109
101
|
DataIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
110
102
|
DataRefreshIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
111
103
|
DataSchema30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
112
104
|
DataSource30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
113
|
-
DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
114
|
-
DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
115
105
|
DataView30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
116
106
|
DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
107
|
+
Dataflows30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
108
|
+
DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
109
|
+
DatasourceSegment30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
117
110
|
DecreaseDecimalIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
118
111
|
DeleteRemoveTrashIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
119
112
|
DeliveryLogIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -195,13 +188,13 @@ export declare const LazyIcon: {
|
|
|
195
188
|
ForwardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
196
189
|
FreeDrawIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
197
190
|
FullReviewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
191
|
+
GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
198
192
|
GalleryTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
199
193
|
GeneralSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
200
194
|
GeneralSettings30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
201
195
|
GenerateAutoWizardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
202
196
|
Geofence30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
203
197
|
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>>>;
|
|
205
198
|
GridViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
206
199
|
GroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
207
200
|
GroupLayerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -236,7 +229,6 @@ export declare const LazyIcon: {
|
|
|
236
229
|
LineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
237
230
|
LinkManagement30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
238
231
|
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>>>;
|
|
240
232
|
ListIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
241
233
|
LoadingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & {
|
|
242
234
|
backgroundColor?: string | undefined;
|
|
@@ -256,7 +248,6 @@ export declare const LazyIcon: {
|
|
|
256
248
|
MenuImageMultiIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
257
249
|
MenuImageSingleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
258
250
|
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>>>;
|
|
260
251
|
MobileFriendlyIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
261
252
|
MobilePhoneIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
262
253
|
MonitorAppIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -267,8 +258,8 @@ export declare const LazyIcon: {
|
|
|
267
258
|
NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
268
259
|
NoteNewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
269
260
|
NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
270
|
-
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
271
261
|
NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
262
|
+
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
272
263
|
OpenNewTabIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
273
264
|
OpenUrlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
274
265
|
OrchestrationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -320,6 +311,7 @@ export declare const LazyIcon: {
|
|
|
320
311
|
ResumeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
321
312
|
RightExpandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
322
313
|
Role30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
314
|
+
SQLWorkspace30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
323
315
|
SaveAsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
324
316
|
SaveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
325
317
|
ScheduleEmailDeliveryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -344,7 +336,6 @@ export declare const LazyIcon: {
|
|
|
344
336
|
SlideGroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
345
337
|
Sort1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
346
338
|
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>>>;
|
|
348
339
|
SqlWorkspaceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
349
340
|
StatisticIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
350
341
|
StatusInfoIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -396,9 +387,9 @@ export declare const LazyIcon: {
|
|
|
396
387
|
VisitorInformationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
397
388
|
WarningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
398
389
|
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>>>;
|
|
400
390
|
WebIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
401
391
|
WebPersonalizationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
392
|
+
WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
402
393
|
WidgetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
403
394
|
WritingAIAssitantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
404
395
|
FailSlim: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -2,20 +2,16 @@ import { lazy } from 'react';
|
|
|
2
2
|
export const LazyIcon = {
|
|
3
3
|
AccountCircleIcon: lazy(() => import('../AccountCircleIcon').then(m => ({ default: m.AccountCircleIcon }))),
|
|
4
4
|
AccountCircleOutlineIcon: lazy(() => import('../AccountCircleOutlineIcon').then(m => ({ default: m.AccountCircleOutlineIcon }))),
|
|
5
|
-
Accounts30Icon: lazy(() => import('../Accounts30Icon').then(m => ({ default: m.Accounts30Icon }))),
|
|
6
5
|
AccountSharing30Icon: lazy(() => import('../AccountSharing30Icon').then(m => ({ default: m.AccountSharing30Icon }))),
|
|
7
6
|
AccountSharingIcon: lazy(() => import('../AccountSharingIcon').then(m => ({ default: m.AccountSharingIcon }))),
|
|
8
7
|
AccountTreeIcon: lazy(() => import('../AccountTreeIcon').then(m => ({ default: m.AccountTreeIcon }))),
|
|
8
|
+
Accounts30Icon: lazy(() => import('../Accounts30Icon').then(m => ({ default: m.Accounts30Icon }))),
|
|
9
9
|
AddChartIcon: lazy(() => import('../AddChartIcon').then(m => ({ default: m.AddChartIcon }))),
|
|
10
10
|
AddFolderIcon: lazy(() => import('../AddFolderIcon').then(m => ({ default: m.AddFolderIcon }))),
|
|
11
11
|
AddIcon: lazy(() => import('../AddIcon').then(m => ({ default: m.AddIcon }))),
|
|
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 }))),
|
|
19
15
|
AllDevicesIcon: lazy(() => import('../AllDevicesIcon').then(m => ({ default: m.AllDevicesIcon }))),
|
|
20
16
|
AllJourneyChannelsIcon: lazy(() => import('../AllJourneyChannelsIcon').then(m => ({ default: m.AllJourneyChannelsIcon }))),
|
|
21
17
|
AnalyticModels30Icon: lazy(() => import('../AnalyticModels30Icon').then(m => ({ default: m.AnalyticModels30Icon }))),
|
|
@@ -25,7 +21,6 @@ export const LazyIcon = {
|
|
|
25
21
|
AnlysisIcon: lazy(() => import('../AnlysisIcon').then(m => ({ default: m.AnlysisIcon }))),
|
|
26
22
|
AnlyticModelsIcon: lazy(() => import('../AnlyticModelsIcon').then(m => ({ default: m.AnlyticModelsIcon }))),
|
|
27
23
|
AntsomiAIIcon: lazy(() => import('../AntsomiAIIcon').then(m => ({ default: m.AntsomiAIIcon }))),
|
|
28
|
-
ArrowDropDownIcon: lazy(() => import('../ArrowDropDownIcon').then(m => ({ default: m.ArrowDropDownIcon }))),
|
|
29
24
|
ArrowGrowIcon: lazy(() => import('../ArrowGrowIcon').then(m => ({ default: m.ArrowGrowIcon }))),
|
|
30
25
|
ArrowLineIcon: lazy(() => import('../ArrowLineIcon').then(m => ({ default: m.ArrowLineIcon }))),
|
|
31
26
|
ArticleIcon: lazy(() => import('../ArticleIcon').then(m => ({ default: m.ArticleIcon }))),
|
|
@@ -62,6 +57,7 @@ export const LazyIcon = {
|
|
|
62
57
|
}))),
|
|
63
58
|
ChatMentionIcon: lazy(() => import('../ChatMentionIcon').then(m => ({ default: m.ChatMentionIcon }))),
|
|
64
59
|
ChatUnreadIcon: lazy(() => import('../ChatUnreadIcon').then(m => ({ default: m.ChatUnreadIcon }))),
|
|
60
|
+
CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
|
|
65
61
|
CheckboxChecked5RadiusIcon: lazy(() => import('../CheckboxChecked5RadiusIcon').then(m => ({ default: m.CheckboxChecked5RadiusIcon }))),
|
|
66
62
|
CheckboxCheckedIcon: lazy(() => import('../CheckboxCheckedIcon').then(m => ({ default: m.CheckboxCheckedIcon }))),
|
|
67
63
|
CheckboxIndeterminate5RadiusIcon: lazy(() => import('../CheckboxIndeterminate5RadiusIcon').then(m => ({
|
|
@@ -73,15 +69,12 @@ export const LazyIcon = {
|
|
|
73
69
|
}))),
|
|
74
70
|
CheckboxUncheckedIcon: lazy(() => import('../CheckboxUncheckedIcon').then(m => ({ default: m.CheckboxUncheckedIcon }))),
|
|
75
71
|
ChecklistRtlIcon: lazy(() => import('../ChecklistRtlIcon').then(m => ({ default: m.ChecklistRtlIcon }))),
|
|
76
|
-
CheckSlimIcon: lazy(() => import('../CheckSlimIcon').then(m => ({ default: m.CheckSlimIcon }))),
|
|
77
|
-
ChevronRightIcon: lazy(() => import('../ChevronRightIcon').then(m => ({ default: m.ChevronRightIcon }))),
|
|
78
72
|
CircleAddElementIcon: lazy(() => import('../CircleAddElementIcon').then(m => ({ default: m.CircleAddElementIcon }))),
|
|
79
73
|
CircleInfoIcon: lazy(() => import('../CircleInfoIcon').then(m => ({ default: m.CircleInfoIcon }))),
|
|
80
74
|
CircleNotificationsIcon: lazy(() => import('../CircleNotificationsIcon').then(m => ({ default: m.CircleNotificationsIcon }))),
|
|
81
75
|
CloseIcon: lazy(() => import('../CloseIcon').then(m => ({ default: m.CloseIcon }))),
|
|
82
76
|
CodeIcon: lazy(() => import('../CodeIcon').then(m => ({ default: m.CodeIcon }))),
|
|
83
77
|
Collection30Icon: lazy(() => import('../Collection30Icon').then(m => ({ default: m.Collection30Icon }))),
|
|
84
|
-
ColorizeIcon: lazy(() => import('../ColorizeIcon').then(m => ({ default: m.ColorizeIcon }))),
|
|
85
78
|
ColorProfileStyleThemeIcon: lazy(() => import('../ColorProfileStyleThemeIcon').then(m => ({ default: m.ColorProfileStyleThemeIcon }))),
|
|
86
79
|
ColumnIcon: lazy(() => import('../ColumnIcon').then(m => ({ default: m.ColumnIcon }))),
|
|
87
80
|
CommentIcon: lazy(() => import('../CommentIcon').then(m => ({ default: m.CommentIcon }))),
|
|
@@ -111,15 +104,15 @@ export const LazyIcon = {
|
|
|
111
104
|
DataDestinationIcon: lazy(() => import('../DataDestinationIcon').then(m => ({ default: m.DataDestinationIcon }))),
|
|
112
105
|
DataEncryption30Icon: lazy(() => import('../DataEncryption30Icon').then(m => ({ default: m.DataEncryption30Icon }))),
|
|
113
106
|
DataEncryptionIcon: lazy(() => import('../DataEncryptionIcon').then(m => ({ default: m.DataEncryptionIcon }))),
|
|
114
|
-
Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
|
|
115
107
|
DataIcon: lazy(() => import('../DataIcon').then(m => ({ default: m.DataIcon }))),
|
|
116
108
|
DataRefreshIcon: lazy(() => import('../DataRefreshIcon').then(m => ({ default: m.DataRefreshIcon }))),
|
|
117
109
|
DataSchema30Icon: lazy(() => import('../DataSchema30Icon').then(m => ({ default: m.DataSchema30Icon }))),
|
|
118
110
|
DataSource30Icon: lazy(() => import('../DataSource30Icon').then(m => ({ default: m.DataSource30Icon }))),
|
|
119
|
-
DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
|
|
120
|
-
DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
|
|
121
111
|
DataView30Icon: lazy(() => import('../DataView30Icon').then(m => ({ default: m.DataView30Icon }))),
|
|
122
112
|
DataViewIcon: lazy(() => import('../DataViewIcon').then(m => ({ default: m.DataViewIcon }))),
|
|
113
|
+
Dataflows30Icon: lazy(() => import('../Dataflows30Icon').then(m => ({ default: m.Dataflows30Icon }))),
|
|
114
|
+
DatasourceIcon: lazy(() => import('../DatasourceIcon').then(m => ({ default: m.DatasourceIcon }))),
|
|
115
|
+
DatasourceSegment30Icon: lazy(() => import('../DatasourceSegment30Icon').then(m => ({ default: m.DatasourceSegment30Icon }))),
|
|
123
116
|
DecreaseDecimalIcon: lazy(() => import('../DecreaseDecimalIcon').then(m => ({ default: m.DecreaseDecimalIcon }))),
|
|
124
117
|
DeleteRemoveTrashIcon: lazy(() => import('../DeleteRemoveTrashIcon').then(m => ({ default: m.DeleteRemoveTrashIcon }))),
|
|
125
118
|
DeliveryLogIcon: lazy(() => import('../DeliveryLogIcon').then(m => ({ default: m.DeliveryLogIcon }))),
|
|
@@ -198,13 +191,13 @@ export const LazyIcon = {
|
|
|
198
191
|
ForwardIcon: lazy(() => import('../ForwardIcon').then(m => ({ default: m.ForwardIcon }))),
|
|
199
192
|
FreeDrawIcon: lazy(() => import('../FreeDrawIcon').then(m => ({ default: m.FreeDrawIcon }))),
|
|
200
193
|
FullReviewIcon: lazy(() => import('../FullReviewIcon').then(m => ({ default: m.FullReviewIcon }))),
|
|
194
|
+
GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
|
|
201
195
|
GalleryTemplateIcon: lazy(() => import('../GalleryTemplateIcon').then(m => ({ default: m.GalleryTemplateIcon }))),
|
|
202
196
|
GeneralSettingIcon: lazy(() => import('../GeneralSettingIcon').then(m => ({ default: m.GeneralSettingIcon }))),
|
|
203
197
|
GeneralSettings30Icon: lazy(() => import('../GeneralSettings30Icon').then(m => ({ default: m.GeneralSettings30Icon }))),
|
|
204
198
|
GenerateAutoWizardIcon: lazy(() => import('../GenerateAutoWizardIcon').then(m => ({ default: m.GenerateAutoWizardIcon }))),
|
|
205
199
|
Geofence30Icon: lazy(() => import('../Geofence30Icon').then(m => ({ default: m.Geofence30Icon }))),
|
|
206
200
|
GetInsightIcon: lazy(() => import('../GetInsightIcon').then(m => ({ default: m.GetInsightIcon }))),
|
|
207
|
-
GPTIcon: lazy(() => import('../GPTIcon').then(m => ({ default: m.GPTIcon }))),
|
|
208
201
|
GridViewIcon: lazy(() => import('../GridViewIcon').then(m => ({ default: m.GridViewIcon }))),
|
|
209
202
|
GroupIcon: lazy(() => import('../GroupIcon').then(m => ({ default: m.GroupIcon }))),
|
|
210
203
|
GroupLayerIcon: lazy(() => import('../GroupLayerIcon').then(m => ({ default: m.GroupLayerIcon }))),
|
|
@@ -239,7 +232,6 @@ export const LazyIcon = {
|
|
|
239
232
|
LineIcon: lazy(() => import('../LineIcon').then(m => ({ default: m.LineIcon }))),
|
|
240
233
|
LinkManagement30Icon: lazy(() => import('../LinkManagement30Icon').then(m => ({ default: m.LinkManagement30Icon }))),
|
|
241
234
|
LinkManagementIcon: lazy(() => import('../LinkManagementIcon').then(m => ({ default: m.LinkManagementIcon }))),
|
|
242
|
-
LinkOffIcon: lazy(() => import('../LinkOffIcon').then(m => ({ default: m.LinkOffIcon }))),
|
|
243
235
|
ListIcon: lazy(() => import('../ListIcon').then(m => ({ default: m.ListIcon }))),
|
|
244
236
|
LoadingIcon: lazy(() => import('../LoadingIcon').then(m => ({ default: m.LoadingIcon }))),
|
|
245
237
|
LocalMallIcon: lazy(() => import('../LocalMallIcon').then(m => ({ default: m.LocalMallIcon }))),
|
|
@@ -257,7 +249,6 @@ export const LazyIcon = {
|
|
|
257
249
|
MenuImageMultiIcon: lazy(() => import('../MenuImageMultiIcon').then(m => ({ default: m.MenuImageMultiIcon }))),
|
|
258
250
|
MenuImageSingleIcon: lazy(() => import('../MenuImageSingleIcon').then(m => ({ default: m.MenuImageSingleIcon }))),
|
|
259
251
|
MergeIcon: lazy(() => import('../MergeIcon').then(m => ({ default: m.MergeIcon }))),
|
|
260
|
-
MinusIcon: lazy(() => import('../MinusIcon').then(m => ({ default: m.MinusIcon }))),
|
|
261
252
|
MobileFriendlyIcon: lazy(() => import('../MobileFriendlyIcon').then(m => ({ default: m.MobileFriendlyIcon }))),
|
|
262
253
|
MobilePhoneIcon: lazy(() => import('../MobilePhoneIcon').then(m => ({ default: m.MobilePhoneIcon }))),
|
|
263
254
|
MonitorAppIcon: lazy(() => import('../MonitorAppIcon').then(m => ({ default: m.MonitorAppIcon }))),
|
|
@@ -268,8 +259,8 @@ export const LazyIcon = {
|
|
|
268
259
|
NodeViewIcon: lazy(() => import('../NodeViewIcon').then(m => ({ default: m.NodeViewIcon }))),
|
|
269
260
|
NoteNewIcon: lazy(() => import('../NoteNewIcon').then(m => ({ default: m.NoteNewIcon }))),
|
|
270
261
|
NotificationIcon: lazy(() => import('../NotificationIcon').then(m => ({ default: m.NotificationIcon }))),
|
|
271
|
-
NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
|
|
272
262
|
NotificationSettingIcon: lazy(() => import('../NotificationSettingIcon').then(m => ({ default: m.NotificationSettingIcon }))),
|
|
263
|
+
NotificationsActiveIcon: lazy(() => import('../NotificationsActiveIcon').then(m => ({ default: m.NotificationsActiveIcon }))),
|
|
273
264
|
OpenNewTabIcon: lazy(() => import('../OpenNewTabIcon').then(m => ({ default: m.OpenNewTabIcon }))),
|
|
274
265
|
OpenUrlIcon: lazy(() => import('../OpenUrlIcon').then(m => ({ default: m.OpenUrlIcon }))),
|
|
275
266
|
OrchestrationIcon: lazy(() => import('../OrchestrationIcon').then(m => ({ default: m.OrchestrationIcon }))),
|
|
@@ -323,6 +314,7 @@ export const LazyIcon = {
|
|
|
323
314
|
ResumeIcon: lazy(() => import('../ResumeIcon').then(m => ({ default: m.ResumeIcon }))),
|
|
324
315
|
RightExpandIcon: lazy(() => import('../RightExpandIcon').then(m => ({ default: m.RightExpandIcon }))),
|
|
325
316
|
Role30Icon: lazy(() => import('../Role30Icon').then(m => ({ default: m.Role30Icon }))),
|
|
317
|
+
SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
|
|
326
318
|
SaveAsIcon: lazy(() => import('../SaveAsIcon').then(m => ({ default: m.SaveAsIcon }))),
|
|
327
319
|
SaveIcon: lazy(() => import('../SaveIcon').then(m => ({ default: m.SaveIcon }))),
|
|
328
320
|
ScheduleEmailDeliveryIcon: lazy(() => import('../ScheduleEmailDeliveryIcon').then(m => ({ default: m.ScheduleEmailDeliveryIcon }))),
|
|
@@ -347,7 +339,6 @@ export const LazyIcon = {
|
|
|
347
339
|
SlideGroupIcon: lazy(() => import('../SlideGroupIcon').then(m => ({ default: m.SlideGroupIcon }))),
|
|
348
340
|
Sort1Icon: lazy(() => import('../Sort1Icon').then(m => ({ default: m.Sort1Icon }))),
|
|
349
341
|
SortIcon: lazy(() => import('../SortIcon').then(m => ({ default: m.SortIcon }))),
|
|
350
|
-
SQLWorkspace30Icon: lazy(() => import('../SQLWorkspace30Icon').then(m => ({ default: m.SQLWorkspace30Icon }))),
|
|
351
342
|
SqlWorkspaceIcon: lazy(() => import('../SqlWorkspaceIcon').then(m => ({ default: m.SqlWorkspaceIcon }))),
|
|
352
343
|
StatisticIcon: lazy(() => import('../StatisticIcon').then(m => ({ default: m.StatisticIcon }))),
|
|
353
344
|
StatusInfoIcon: lazy(() => import('../StatusInfoIcon').then(m => ({ default: m.StatusInfoIcon }))),
|
|
@@ -399,9 +390,9 @@ export const LazyIcon = {
|
|
|
399
390
|
VisitorInformationIcon: lazy(() => import('../VisitorInformationIcon').then(m => ({ default: m.VisitorInformationIcon }))),
|
|
400
391
|
WarningIcon: lazy(() => import('../WarningIcon').then(m => ({ default: m.WarningIcon }))),
|
|
401
392
|
WebAssetIcon: lazy(() => import('../WebAssetIcon').then(m => ({ default: m.WebAssetIcon }))),
|
|
402
|
-
WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
|
|
403
393
|
WebIcon: lazy(() => import('../WebIcon').then(m => ({ default: m.WebIcon }))),
|
|
404
394
|
WebPersonalizationIcon: lazy(() => import('../WebPersonalizationIcon').then(m => ({ default: m.WebPersonalizationIcon }))),
|
|
395
|
+
WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
|
|
405
396
|
WidgetIcon: lazy(() => import('../WidgetIcon').then(m => ({ default: m.WidgetIcon }))),
|
|
406
397
|
WritingAIAssitantIcon: lazy(() => import('../WritingAIAssitantIcon').then(m => ({ default: m.WritingAIAssitantIcon }))),
|
|
407
398
|
FailSlim: lazy(() => import('../FailSlim').then(m => ({ default: m.FailSlim }))),
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
export { AccountCircleIcon } from './AccountCircleIcon';
|
|
2
2
|
export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
|
|
3
|
-
export { Accounts30Icon } from './Accounts30Icon';
|
|
4
3
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
5
4
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
6
5
|
export { AccountTreeIcon } from './AccountTreeIcon';
|
|
6
|
+
export { Accounts30Icon } from './Accounts30Icon';
|
|
7
7
|
export { AddChartIcon } from './AddChartIcon';
|
|
8
8
|
export { AddFolderIcon } from './AddFolderIcon';
|
|
9
9
|
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';
|
|
17
13
|
export { AllDevicesIcon } from './AllDevicesIcon';
|
|
18
14
|
export { AllJourneyChannelsIcon } from './AllJourneyChannelsIcon';
|
|
19
15
|
export { AnalyticModels30Icon } from './AnalyticModels30Icon';
|
|
@@ -23,7 +19,6 @@ export { AnalyticsIcon } from './AnalyticsIcon';
|
|
|
23
19
|
export { AnlysisIcon } from './AnlysisIcon';
|
|
24
20
|
export { AnlyticModelsIcon } from './AnlyticModelsIcon';
|
|
25
21
|
export { AntsomiAIIcon } from './AntsomiAIIcon';
|
|
26
|
-
export { ArrowDropDownIcon } from './ArrowDropDownIcon';
|
|
27
22
|
export { ArrowGrowIcon } from './ArrowGrowIcon';
|
|
28
23
|
export { ArrowLineIcon } from './ArrowLineIcon';
|
|
29
24
|
export { ArticleIcon } from './ArticleIcon';
|
|
@@ -58,6 +53,7 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
58
53
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
59
54
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
60
55
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
56
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
61
57
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
62
58
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
63
59
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -65,15 +61,12 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
65
61
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
66
62
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
67
63
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
68
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
69
|
-
export { ChevronRightIcon } from './ChevronRightIcon';
|
|
70
64
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
71
65
|
export { CircleInfoIcon } from './CircleInfoIcon';
|
|
72
66
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
73
67
|
export { CloseIcon } from './CloseIcon';
|
|
74
68
|
export { CodeIcon } from './CodeIcon';
|
|
75
69
|
export { Collection30Icon } from './Collection30Icon';
|
|
76
|
-
export { ColorizeIcon } from './ColorizeIcon';
|
|
77
70
|
export { ColorProfileStyleThemeIcon } from './ColorProfileStyleThemeIcon';
|
|
78
71
|
export { ColumnIcon } from './ColumnIcon';
|
|
79
72
|
export { CommentIcon } from './CommentIcon';
|
|
@@ -103,15 +96,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
103
96
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
104
97
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
105
98
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
106
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
107
99
|
export { DataIcon } from './DataIcon';
|
|
108
100
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
109
101
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
110
102
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
111
|
-
export { DatasourceIcon } from './DatasourceIcon';
|
|
112
|
-
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
113
103
|
export { DataView30Icon } from './DataView30Icon';
|
|
114
104
|
export { DataViewIcon } from './DataViewIcon';
|
|
105
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
106
|
+
export { DatasourceIcon } from './DatasourceIcon';
|
|
107
|
+
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
115
108
|
export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
|
|
116
109
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
117
110
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
@@ -190,13 +183,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
190
183
|
export { ForwardIcon } from './ForwardIcon';
|
|
191
184
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
192
185
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
186
|
+
export { GPTIcon } from './GPTIcon';
|
|
193
187
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
194
188
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
195
189
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
196
190
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
197
191
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
198
192
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
199
|
-
export { GPTIcon } from './GPTIcon';
|
|
200
193
|
export { GridViewIcon } from './GridViewIcon';
|
|
201
194
|
export { GroupIcon } from './GroupIcon';
|
|
202
195
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -231,7 +224,6 @@ export { LibraryIcon } from './LibraryIcon';
|
|
|
231
224
|
export { LineIcon } from './LineIcon';
|
|
232
225
|
export { LinkManagement30Icon } from './LinkManagement30Icon';
|
|
233
226
|
export { LinkManagementIcon } from './LinkManagementIcon';
|
|
234
|
-
export { LinkOffIcon } from './LinkOffIcon';
|
|
235
227
|
export { ListIcon } from './ListIcon';
|
|
236
228
|
export { LoadingIcon } from './LoadingIcon';
|
|
237
229
|
export { LocalMallIcon } from './LocalMallIcon';
|
|
@@ -249,7 +241,6 @@ export { MenuExpandIcon } from './MenuExpandIcon';
|
|
|
249
241
|
export { MenuImageMultiIcon } from './MenuImageMultiIcon';
|
|
250
242
|
export { MenuImageSingleIcon } from './MenuImageSingleIcon';
|
|
251
243
|
export { MergeIcon } from './MergeIcon';
|
|
252
|
-
export { MinusIcon } from './MinusIcon';
|
|
253
244
|
export { MobileFriendlyIcon } from './MobileFriendlyIcon';
|
|
254
245
|
export { MobilePhoneIcon } from './MobilePhoneIcon';
|
|
255
246
|
export { MonitorAppIcon } from './MonitorAppIcon';
|
|
@@ -260,8 +251,8 @@ export { MuteIcon } from './MuteIcon';
|
|
|
260
251
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
261
252
|
export { NoteNewIcon } from './NoteNewIcon';
|
|
262
253
|
export { NotificationIcon } from './NotificationIcon';
|
|
263
|
-
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
264
254
|
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
255
|
+
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
265
256
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
266
257
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
267
258
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -313,6 +304,7 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
313
304
|
export { ResumeIcon } from './ResumeIcon';
|
|
314
305
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
315
306
|
export { Role30Icon } from './Role30Icon';
|
|
307
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
316
308
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
317
309
|
export { SaveIcon } from './SaveIcon';
|
|
318
310
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -337,7 +329,6 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
337
329
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
338
330
|
export { Sort1Icon } from './Sort1Icon';
|
|
339
331
|
export { SortIcon } from './SortIcon';
|
|
340
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
341
332
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
342
333
|
export { StatisticIcon } from './StatisticIcon';
|
|
343
334
|
export { StatusInfoIcon } from './StatusInfoIcon';
|
|
@@ -389,9 +380,9 @@ export { VisitorIcon } from './VisitorIcon';
|
|
|
389
380
|
export { VisitorInformationIcon } from './VisitorInformationIcon';
|
|
390
381
|
export { WarningIcon } from './WarningIcon';
|
|
391
382
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
392
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
393
383
|
export { WebIcon } from './WebIcon';
|
|
394
384
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
385
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
395
386
|
export { WidgetIcon } from './WidgetIcon';
|
|
396
387
|
export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
|
|
397
388
|
export { FailSlim } from './FailSlim';
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
export { AccountCircleIcon } from './AccountCircleIcon';
|
|
2
2
|
export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
|
|
3
|
-
export { Accounts30Icon } from './Accounts30Icon';
|
|
4
3
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
5
4
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
6
5
|
export { AccountTreeIcon } from './AccountTreeIcon';
|
|
6
|
+
export { Accounts30Icon } from './Accounts30Icon';
|
|
7
7
|
export { AddChartIcon } from './AddChartIcon';
|
|
8
8
|
export { AddFolderIcon } from './AddFolderIcon';
|
|
9
9
|
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';
|
|
17
13
|
export { AllDevicesIcon } from './AllDevicesIcon';
|
|
18
14
|
export { AllJourneyChannelsIcon } from './AllJourneyChannelsIcon';
|
|
19
15
|
export { AnalyticModels30Icon } from './AnalyticModels30Icon';
|
|
@@ -23,7 +19,6 @@ export { AnalyticsIcon } from './AnalyticsIcon';
|
|
|
23
19
|
export { AnlysisIcon } from './AnlysisIcon';
|
|
24
20
|
export { AnlyticModelsIcon } from './AnlyticModelsIcon';
|
|
25
21
|
export { AntsomiAIIcon } from './AntsomiAIIcon';
|
|
26
|
-
export { ArrowDropDownIcon } from './ArrowDropDownIcon';
|
|
27
22
|
export { ArrowGrowIcon } from './ArrowGrowIcon';
|
|
28
23
|
export { ArrowLineIcon } from './ArrowLineIcon';
|
|
29
24
|
export { ArticleIcon } from './ArticleIcon';
|
|
@@ -58,6 +53,7 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
58
53
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
59
54
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
60
55
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
56
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
61
57
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
62
58
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
63
59
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -65,15 +61,12 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
65
61
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
66
62
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
67
63
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
68
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
69
|
-
export { ChevronRightIcon } from './ChevronRightIcon';
|
|
70
64
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
71
65
|
export { CircleInfoIcon } from './CircleInfoIcon';
|
|
72
66
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
73
67
|
export { CloseIcon } from './CloseIcon';
|
|
74
68
|
export { CodeIcon } from './CodeIcon';
|
|
75
69
|
export { Collection30Icon } from './Collection30Icon';
|
|
76
|
-
export { ColorizeIcon } from './ColorizeIcon';
|
|
77
70
|
export { ColorProfileStyleThemeIcon } from './ColorProfileStyleThemeIcon';
|
|
78
71
|
export { ColumnIcon } from './ColumnIcon';
|
|
79
72
|
export { CommentIcon } from './CommentIcon';
|
|
@@ -103,15 +96,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
103
96
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
104
97
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
105
98
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
106
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
107
99
|
export { DataIcon } from './DataIcon';
|
|
108
100
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
109
101
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
110
102
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
111
|
-
export { DatasourceIcon } from './DatasourceIcon';
|
|
112
|
-
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
113
103
|
export { DataView30Icon } from './DataView30Icon';
|
|
114
104
|
export { DataViewIcon } from './DataViewIcon';
|
|
105
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
106
|
+
export { DatasourceIcon } from './DatasourceIcon';
|
|
107
|
+
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
115
108
|
export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
|
|
116
109
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
117
110
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
@@ -190,13 +183,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
190
183
|
export { ForwardIcon } from './ForwardIcon';
|
|
191
184
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
192
185
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
186
|
+
export { GPTIcon } from './GPTIcon';
|
|
193
187
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
194
188
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
195
189
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
196
190
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
197
191
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
198
192
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
199
|
-
export { GPTIcon } from './GPTIcon';
|
|
200
193
|
export { GridViewIcon } from './GridViewIcon';
|
|
201
194
|
export { GroupIcon } from './GroupIcon';
|
|
202
195
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -231,7 +224,6 @@ export { LibraryIcon } from './LibraryIcon';
|
|
|
231
224
|
export { LineIcon } from './LineIcon';
|
|
232
225
|
export { LinkManagement30Icon } from './LinkManagement30Icon';
|
|
233
226
|
export { LinkManagementIcon } from './LinkManagementIcon';
|
|
234
|
-
export { LinkOffIcon } from './LinkOffIcon';
|
|
235
227
|
export { ListIcon } from './ListIcon';
|
|
236
228
|
export { LoadingIcon } from './LoadingIcon';
|
|
237
229
|
export { LocalMallIcon } from './LocalMallIcon';
|
|
@@ -249,7 +241,6 @@ export { MenuExpandIcon } from './MenuExpandIcon';
|
|
|
249
241
|
export { MenuImageMultiIcon } from './MenuImageMultiIcon';
|
|
250
242
|
export { MenuImageSingleIcon } from './MenuImageSingleIcon';
|
|
251
243
|
export { MergeIcon } from './MergeIcon';
|
|
252
|
-
export { MinusIcon } from './MinusIcon';
|
|
253
244
|
export { MobileFriendlyIcon } from './MobileFriendlyIcon';
|
|
254
245
|
export { MobilePhoneIcon } from './MobilePhoneIcon';
|
|
255
246
|
export { MonitorAppIcon } from './MonitorAppIcon';
|
|
@@ -260,8 +251,8 @@ export { MuteIcon } from './MuteIcon';
|
|
|
260
251
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
261
252
|
export { NoteNewIcon } from './NoteNewIcon';
|
|
262
253
|
export { NotificationIcon } from './NotificationIcon';
|
|
263
|
-
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
264
254
|
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
255
|
+
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
265
256
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
266
257
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
267
258
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -313,6 +304,7 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
313
304
|
export { ResumeIcon } from './ResumeIcon';
|
|
314
305
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
315
306
|
export { Role30Icon } from './Role30Icon';
|
|
307
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
316
308
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
317
309
|
export { SaveIcon } from './SaveIcon';
|
|
318
310
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -337,7 +329,6 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
337
329
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
338
330
|
export { Sort1Icon } from './Sort1Icon';
|
|
339
331
|
export { SortIcon } from './SortIcon';
|
|
340
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
341
332
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
342
333
|
export { StatisticIcon } from './StatisticIcon';
|
|
343
334
|
export { StatusInfoIcon } from './StatusInfoIcon';
|
|
@@ -389,9 +380,9 @@ export { VisitorIcon } from './VisitorIcon';
|
|
|
389
380
|
export { VisitorInformationIcon } from './VisitorInformationIcon';
|
|
390
381
|
export { WarningIcon } from './WarningIcon';
|
|
391
382
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
392
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
393
383
|
export { WebIcon } from './WebIcon';
|
|
394
384
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
385
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
395
386
|
export { WidgetIcon } from './WidgetIcon';
|
|
396
387
|
export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
|
|
397
388
|
export { FailSlim } from './FailSlim';
|