@edifice.io/react 2.2.8-develop-b2school.20250602164507 → 2.2.8-develop.20250605102441
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Button/IconButton.js +1 -1
- package/dist/components/Combobox/Combobox.d.ts +5 -60
- package/dist/components/Combobox/Combobox.js +7 -18
- package/dist/components/Combobox/ComboboxTrigger.d.ts +3 -34
- package/dist/components/Combobox/ComboboxTrigger.js +8 -33
- package/dist/components/Dropdown/Dropdown.d.ts +2 -10
- package/dist/components/Dropdown/Dropdown.js +3 -5
- package/dist/components/Dropdown/DropdownItem.d.ts +1 -5
- package/dist/components/Dropdown/DropdownItem.js +1 -4
- package/dist/components/Dropdown/DropdownTrigger.js +1 -5
- package/dist/components/Input/Input.d.ts +0 -4
- package/dist/components/Input/Input.js +5 -21
- package/dist/components/Layout/components/Header.js +1 -1
- package/dist/components/List/List.d.ts +1 -16
- package/dist/components/List/List.js +26 -30
- package/dist/components/Modal/ModalHeader.js +2 -2
- package/dist/components/SearchBar/SearchBar.d.ts +1 -1
- package/dist/components/SearchBar/SearchBar.js +1 -3
- package/dist/components/Tabs/components/Tabs.d.ts +1 -1
- package/dist/components/Tabs/components/TabsItem.d.ts +5 -1
- package/dist/components/Tabs/components/TabsItem.js +6 -1
- package/dist/components/Toolbar/Toolbar.d.ts +0 -4
- package/dist/components/Toolbar/Toolbar.js +3 -8
- package/dist/components/Tree/components/Tree.js +2 -1
- package/dist/components/Tree/hooks/useTree.d.ts +1 -0
- package/dist/components/Tree/hooks/useTree.js +25 -2
- package/dist/components/Tree/types/index.d.ts +4 -0
- package/dist/editor.js +24 -28
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/useCheckable/useCheckable.js +3 -10
- package/dist/hooks/useConversation/useConversation.d.ts +1 -1
- package/dist/hooks/useConversation/useConversation.js +17 -13
- package/dist/hooks/useDate/useDate.d.ts +0 -1
- package/dist/hooks/useDate/useDate.js +27 -33
- package/dist/hooks/useDropdown/useDropdown.d.ts +1 -2
- package/dist/hooks/useDropdown/useDropdown.js +3 -5
- package/dist/hooks/useDropzone/useDropzone.js +1 -1
- package/dist/hooks/useHttpErrorToast/useHttpErrorToast.js +3 -12
- package/dist/icons.js +216 -236
- package/dist/index.d.ts +0 -1
- package/dist/index.js +20 -50
- package/dist/modals.js +14 -16
- package/dist/modules/editor/components/Editor/Editor.d.ts +1 -8
- package/dist/modules/editor/components/Editor/Editor.js +3 -7
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.DropdownMenu.js +1 -1
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.PlusMenu.js +1 -1
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.TextSize.js +2 -2
- package/dist/modules/editor/components/EditorToolbar/EditorToolbar.Typography.js +2 -2
- package/dist/modules/editor/components/NodeView/index.d.ts +1 -2
- package/dist/modules/editor/components/Renderer/index.d.ts +1 -2
- package/dist/modules/editor/components/Toolbar/TableToolbar.AddMenu.js +33 -12
- package/dist/modules/editor/components/Toolbar/TableToolbar.DelMenu.js +28 -11
- package/dist/modules/editor/hooks/useTipTapEditor.d.ts +2 -6
- package/dist/modules/editor/hooks/useTipTapEditor.js +2 -2
- package/dist/modules/icons/components/index.d.ts +0 -10
- package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +5 -9
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +4 -5
- package/dist/modules/modals/index.d.ts +0 -1
- package/dist/modules/multimedia/index.d.ts +0 -1
- package/dist/multimedia.js +1 -3
- package/package.json +6 -6
- package/dist/hooks/useWorkspaceFolders/index.d.ts +0 -3
- package/dist/hooks/useWorkspaceFolders/useWorkspaceFolders.js +0 -54
- package/dist/hooks/useWorkspaceFolders/useWorkspaceFoldersTree.d.ts +0 -13
- package/dist/hooks/useWorkspaceFolders/useWorkspaceFoldersTree.js +0 -51
- package/dist/modules/editor/components/NodeView/ConversationHistoryNodeView.d.ts +0 -2
- package/dist/modules/editor/components/NodeView/ConversationHistoryNodeView.js +0 -10
- package/dist/modules/editor/components/Renderer/ConversationHistoryRenderer.d.ts +0 -8
- package/dist/modules/editor/components/Renderer/ConversationHistoryRenderer.js +0 -28
- package/dist/modules/icons/components/IconFolderAdd.d.ts +0 -7
- package/dist/modules/icons/components/IconFolderAdd.js +0 -13
- package/dist/modules/icons/components/IconFolderDelete.d.ts +0 -7
- package/dist/modules/icons/components/IconFolderDelete.js +0 -12
- package/dist/modules/icons/components/IconGlobe2.d.ts +0 -7
- package/dist/modules/icons/components/IconGlobe2.js +0 -16
- package/dist/modules/icons/components/IconGroupAvatar.d.ts +0 -7
- package/dist/modules/icons/components/IconGroupAvatar.js +0 -12
- package/dist/modules/icons/components/IconMailRecall.d.ts +0 -7
- package/dist/modules/icons/components/IconMailRecall.js +0 -13
- package/dist/modules/icons/components/IconQuestionMark.d.ts +0 -7
- package/dist/modules/icons/components/IconQuestionMark.js +0 -13
- package/dist/modules/icons/components/IconReadMail.d.ts +0 -7
- package/dist/modules/icons/components/IconReadMail.js +0 -16
- package/dist/modules/icons/components/IconSignature.d.ts +0 -7
- package/dist/modules/icons/components/IconSignature.js +0 -13
- package/dist/modules/icons/components/IconUndoAll.d.ts +0 -7
- package/dist/modules/icons/components/IconUndoAll.js +0 -14
- package/dist/modules/icons/components/IconUnreadMail.d.ts +0 -7
- package/dist/modules/icons/components/IconUnreadMail.js +0 -16
- package/dist/modules/modals/ConfirmModal/ConfirmModal.d.ts +0 -47
- package/dist/modules/modals/ConfirmModal/ConfirmModal.js +0 -37
- package/dist/modules/modals/ConfirmModal/index.d.ts +0 -1
- package/dist/modules/multimedia/WorkspaceFolders/WorkspaceFolders.d.ts +0 -8
- package/dist/modules/multimedia/WorkspaceFolders/WorkspaceFolders.js +0 -55
- package/dist/modules/multimedia/WorkspaceFolders/components/NewFolderForm.d.ts +0 -16
- package/dist/modules/multimedia/WorkspaceFolders/components/NewFolderForm.js +0 -39
- package/dist/modules/multimedia/WorkspaceFolders/index.d.ts +0 -1
package/dist/icons.js
CHANGED
|
@@ -45,124 +45,114 @@ import { default as default45 } from "./modules/icons/components/IconExternalLin
|
|
|
45
45
|
import { default as default46 } from "./modules/icons/components/IconFiles.js";
|
|
46
46
|
import { default as default47 } from "./modules/icons/components/IconFilter.js";
|
|
47
47
|
import { default as default48 } from "./modules/icons/components/IconFlag.js";
|
|
48
|
-
import { default as default49 } from "./modules/icons/components/
|
|
49
|
-
import { default as default50 } from "./modules/icons/components/
|
|
50
|
-
import { default as default51 } from "./modules/icons/components/
|
|
51
|
-
import { default as default52 } from "./modules/icons/components/
|
|
52
|
-
import { default as default53 } from "./modules/icons/components/
|
|
53
|
-
import { default as default54 } from "./modules/icons/components/
|
|
54
|
-
import { default as default55 } from "./modules/icons/components/
|
|
55
|
-
import { default as default56 } from "./modules/icons/components/
|
|
56
|
-
import { default as default57 } from "./modules/icons/components/
|
|
57
|
-
import { default as default58 } from "./modules/icons/components/
|
|
58
|
-
import { default as default59 } from "./modules/icons/components/
|
|
59
|
-
import { default as default60 } from "./modules/icons/components/
|
|
60
|
-
import { default as default61 } from "./modules/icons/components/
|
|
61
|
-
import { default as default62 } from "./modules/icons/components/
|
|
62
|
-
import { default as default63 } from "./modules/icons/components/
|
|
63
|
-
import { default as default64 } from "./modules/icons/components/
|
|
64
|
-
import { default as default65 } from "./modules/icons/components/
|
|
65
|
-
import { default as default66 } from "./modules/icons/components/
|
|
66
|
-
import { default as default67 } from "./modules/icons/components/
|
|
67
|
-
import { default as default68 } from "./modules/icons/components/
|
|
68
|
-
import { default as default69 } from "./modules/icons/components/
|
|
69
|
-
import { default as default70 } from "./modules/icons/components/
|
|
70
|
-
import { default as default71 } from "./modules/icons/components/
|
|
71
|
-
import { default as default72 } from "./modules/icons/components/
|
|
72
|
-
import { default as default73 } from "./modules/icons/components/
|
|
73
|
-
import { default as default74 } from "./modules/icons/components/
|
|
74
|
-
import { default as default75 } from "./modules/icons/components/
|
|
75
|
-
import { default as default76 } from "./modules/icons/components/
|
|
76
|
-
import { default as default77 } from "./modules/icons/components/
|
|
77
|
-
import { default as default78 } from "./modules/icons/components/
|
|
78
|
-
import { default as default79 } from "./modules/icons/components/
|
|
79
|
-
import { default as default80 } from "./modules/icons/components/
|
|
80
|
-
import { default as default81 } from "./modules/icons/components/
|
|
81
|
-
import { default as default82 } from "./modules/icons/components/
|
|
82
|
-
import { default as default83 } from "./modules/icons/components/
|
|
83
|
-
import { default as default84 } from "./modules/icons/components/
|
|
84
|
-
import { default as default85 } from "./modules/icons/components/
|
|
85
|
-
import { default as default86 } from "./modules/icons/components/
|
|
86
|
-
import { default as default87 } from "./modules/icons/components/
|
|
87
|
-
import { default as default88 } from "./modules/icons/components/
|
|
88
|
-
import { default as default89 } from "./modules/icons/components/
|
|
89
|
-
import { default as default90 } from "./modules/icons/components/
|
|
90
|
-
import { default as default91 } from "./modules/icons/components/
|
|
91
|
-
import { default as default92 } from "./modules/icons/components/
|
|
92
|
-
import { default as default93 } from "./modules/icons/components/
|
|
93
|
-
import { default as default94 } from "./modules/icons/components/
|
|
94
|
-
import { default as default95 } from "./modules/icons/components/
|
|
95
|
-
import { default as default96 } from "./modules/icons/components/
|
|
96
|
-
import { default as default97 } from "./modules/icons/components/
|
|
97
|
-
import { default as default98 } from "./modules/icons/components/
|
|
98
|
-
import { default as default99 } from "./modules/icons/components/
|
|
99
|
-
import { default as default100 } from "./modules/icons/components/
|
|
100
|
-
import { default as default101 } from "./modules/icons/components/
|
|
101
|
-
import { default as default102 } from "./modules/icons/components/
|
|
102
|
-
import { default as default103 } from "./modules/icons/components/
|
|
103
|
-
import { default as default104 } from "./modules/icons/components/
|
|
104
|
-
import { default as default105 } from "./modules/icons/components/
|
|
105
|
-
import { default as default106 } from "./modules/icons/components/
|
|
106
|
-
import { default as default107 } from "./modules/icons/components/
|
|
107
|
-
import { default as default108 } from "./modules/icons/components/
|
|
108
|
-
import { default as default109 } from "./modules/icons/components/
|
|
109
|
-
import { default as default110 } from "./modules/icons/components/
|
|
110
|
-
import { default as default111 } from "./modules/icons/components/
|
|
111
|
-
import { default as default112 } from "./modules/icons/components/
|
|
112
|
-
import { default as default113 } from "./modules/icons/components/
|
|
113
|
-
import { default as default114 } from "./modules/icons/components/
|
|
114
|
-
import { default as default115 } from "./modules/icons/components/
|
|
115
|
-
import { default as default116 } from "./modules/icons/components/
|
|
116
|
-
import { default as default117 } from "./modules/icons/components/
|
|
117
|
-
import { default as default118 } from "./modules/icons/components/
|
|
118
|
-
import { default as default119 } from "./modules/icons/components/
|
|
119
|
-
import { default as default120 } from "./modules/icons/components/
|
|
120
|
-
import { default as default121 } from "./modules/icons/components/
|
|
121
|
-
import { default as default122 } from "./modules/icons/components/
|
|
122
|
-
import { default as default123 } from "./modules/icons/components/
|
|
123
|
-
import { default as default124 } from "./modules/icons/components/
|
|
124
|
-
import { default as default125 } from "./modules/icons/components/
|
|
125
|
-
import { default as default126 } from "./modules/icons/components/
|
|
126
|
-
import { default as default127 } from "./modules/icons/components/
|
|
127
|
-
import { default as default128 } from "./modules/icons/components/
|
|
128
|
-
import { default as default129 } from "./modules/icons/components/
|
|
129
|
-
import { default as default130 } from "./modules/icons/components/
|
|
130
|
-
import { default as default131 } from "./modules/icons/components/
|
|
131
|
-
import { default as default132 } from "./modules/icons/components/
|
|
132
|
-
import { default as default133 } from "./modules/icons/components/
|
|
133
|
-
import { default as default134 } from "./modules/icons/components/
|
|
134
|
-
import { default as default135 } from "./modules/icons/components/
|
|
135
|
-
import { default as default136 } from "./modules/icons/components/
|
|
136
|
-
import { default as default137 } from "./modules/icons/components/
|
|
137
|
-
import { default as default138 } from "./modules/icons/components/
|
|
138
|
-
import { default as default139 } from "./modules/icons/components/
|
|
139
|
-
import { default as default140 } from "./modules/icons/components/
|
|
140
|
-
import { default as default141 } from "./modules/icons/components/
|
|
141
|
-
import { default as default142 } from "./modules/icons/components/
|
|
142
|
-
import { default as default143 } from "./modules/icons/components/
|
|
143
|
-
import { default as default144 } from "./modules/icons/components/
|
|
144
|
-
import { default as default145 } from "./modules/icons/components/
|
|
145
|
-
import { default as default146 } from "./modules/icons/components/
|
|
146
|
-
import { default as default147 } from "./modules/icons/components/
|
|
147
|
-
import { default as default148 } from "./modules/icons/components/
|
|
148
|
-
import { default as default149 } from "./modules/icons/components/
|
|
149
|
-
import { default as default150 } from "./modules/icons/components/
|
|
150
|
-
import { default as default151 } from "./modules/icons/components/
|
|
151
|
-
import { default as default152 } from "./modules/icons/components/
|
|
152
|
-
import { default as default153 } from "./modules/icons/components/
|
|
153
|
-
import { default as default154 } from "./modules/icons/components/
|
|
154
|
-
import { default as default155 } from "./modules/icons/components/
|
|
155
|
-
import { default as default156 } from "./modules/icons/components/
|
|
156
|
-
import { default as default157 } from "./modules/icons/components/IconUserSearch.js";
|
|
157
|
-
import { default as default158 } from "./modules/icons/components/IconUser.js";
|
|
158
|
-
import { default as default159 } from "./modules/icons/components/IconUsers.js";
|
|
159
|
-
import { default as default160 } from "./modules/icons/components/IconVideo.js";
|
|
160
|
-
import { default as default161 } from "./modules/icons/components/IconViewCalendar.js";
|
|
161
|
-
import { default as default162 } from "./modules/icons/components/IconViewList.js";
|
|
162
|
-
import { default as default163 } from "./modules/icons/components/IconWand.js";
|
|
163
|
-
import { default as default164 } from "./modules/icons/components/IconWrite.js";
|
|
164
|
-
import { default as default165 } from "./modules/icons/components/IconZoomIn.js";
|
|
165
|
-
import { default as default166 } from "./modules/icons/components/IconZoomOut.js";
|
|
48
|
+
import { default as default49 } from "./modules/icons/components/IconFolderMove.js";
|
|
49
|
+
import { default as default50 } from "./modules/icons/components/IconFolder.js";
|
|
50
|
+
import { default as default51 } from "./modules/icons/components/IconForgoing.js";
|
|
51
|
+
import { default as default52 } from "./modules/icons/components/IconFullScreen.js";
|
|
52
|
+
import { default as default53 } from "./modules/icons/components/IconGlobe.js";
|
|
53
|
+
import { default as default54 } from "./modules/icons/components/IconHandMove.js";
|
|
54
|
+
import { default as default55 } from "./modules/icons/components/IconHeadphone.js";
|
|
55
|
+
import { default as default56 } from "./modules/icons/components/IconHide.js";
|
|
56
|
+
import { default as default57 } from "./modules/icons/components/IconHighlightColumn.js";
|
|
57
|
+
import { default as default58 } from "./modules/icons/components/IconHighlightRow.js";
|
|
58
|
+
import { default as default59 } from "./modules/icons/components/IconHome.js";
|
|
59
|
+
import { default as default60 } from "./modules/icons/components/IconHourglass.js";
|
|
60
|
+
import { default as default61 } from "./modules/icons/components/IconImageSizeLarge.js";
|
|
61
|
+
import { default as default62 } from "./modules/icons/components/IconImageSizeMedium.js";
|
|
62
|
+
import { default as default63 } from "./modules/icons/components/IconImageSizeSmall.js";
|
|
63
|
+
import { default as default64 } from "./modules/icons/components/IconInbox.js";
|
|
64
|
+
import { default as default65 } from "./modules/icons/components/IconInfoCircle.js";
|
|
65
|
+
import { default as default66 } from "./modules/icons/components/IconInfoRectangle.js";
|
|
66
|
+
import { default as default67 } from "./modules/icons/components/IconLandscape.js";
|
|
67
|
+
import { default as default68 } from "./modules/icons/components/IconLink.js";
|
|
68
|
+
import { default as default69 } from "./modules/icons/components/IconListOrder.js";
|
|
69
|
+
import { default as default70 } from "./modules/icons/components/IconLoader.js";
|
|
70
|
+
import { default as default71 } from "./modules/icons/components/IconLock.js";
|
|
71
|
+
import { default as default72 } from "./modules/icons/components/IconMail.js";
|
|
72
|
+
import { default as default73 } from "./modules/icons/components/IconMergeCells.js";
|
|
73
|
+
import { default as default74 } from "./modules/icons/components/IconMessageInfo.js";
|
|
74
|
+
import { default as default75 } from "./modules/icons/components/IconMicOff.js";
|
|
75
|
+
import { default as default76 } from "./modules/icons/components/IconMic.js";
|
|
76
|
+
import { default as default77 } from "./modules/icons/components/IconMinus.js";
|
|
77
|
+
import { default as default78 } from "./modules/icons/components/IconMove.js";
|
|
78
|
+
import { default as default79 } from "./modules/icons/components/IconNoColors.js";
|
|
79
|
+
import { default as default80 } from "./modules/icons/components/IconOptions.js";
|
|
80
|
+
import { default as default81 } from "./modules/icons/components/IconOrderedList.js";
|
|
81
|
+
import { default as default82 } from "./modules/icons/components/IconPaperclip.js";
|
|
82
|
+
import { default as default83 } from "./modules/icons/components/IconPause.js";
|
|
83
|
+
import { default as default84 } from "./modules/icons/components/IconPinOff.js";
|
|
84
|
+
import { default as default85 } from "./modules/icons/components/IconPinOn.js";
|
|
85
|
+
import { default as default86 } from "./modules/icons/components/IconPlaceholder.js";
|
|
86
|
+
import { default as default87 } from "./modules/icons/components/IconPlayFilled.js";
|
|
87
|
+
import { default as default88 } from "./modules/icons/components/IconPlay.js";
|
|
88
|
+
import { default as default89 } from "./modules/icons/components/IconPlus.js";
|
|
89
|
+
import { default as default90 } from "./modules/icons/components/IconPointerDefault.js";
|
|
90
|
+
import { default as default91 } from "./modules/icons/components/IconPointerHand.js";
|
|
91
|
+
import { default as default92 } from "./modules/icons/components/IconPrint.js";
|
|
92
|
+
import { default as default93 } from "./modules/icons/components/IconQuestion.js";
|
|
93
|
+
import { default as default94 } from "./modules/icons/components/IconRafterDown.js";
|
|
94
|
+
import { default as default95 } from "./modules/icons/components/IconRafterLeft.js";
|
|
95
|
+
import { default as default96 } from "./modules/icons/components/IconRafterRight.js";
|
|
96
|
+
import { default as default97 } from "./modules/icons/components/IconRafterUp.js";
|
|
97
|
+
import { default as default98 } from "./modules/icons/components/IconReaction.js";
|
|
98
|
+
import { default as default99 } from "./modules/icons/components/IconRecordPause.js";
|
|
99
|
+
import { default as default100 } from "./modules/icons/components/IconRecordStop.js";
|
|
100
|
+
import { default as default101 } from "./modules/icons/components/IconRecordVideo.js";
|
|
101
|
+
import { default as default102 } from "./modules/icons/components/IconRecord.js";
|
|
102
|
+
import { default as default103 } from "./modules/icons/components/IconRedo.js";
|
|
103
|
+
import { default as default104 } from "./modules/icons/components/IconRefresh.js";
|
|
104
|
+
import { default as default105 } from "./modules/icons/components/IconReset.js";
|
|
105
|
+
import { default as default106 } from "./modules/icons/components/IconRestart.js";
|
|
106
|
+
import { default as default107 } from "./modules/icons/components/IconRestore.js";
|
|
107
|
+
import { default as default108 } from "./modules/icons/components/IconSave.js";
|
|
108
|
+
import { default as default109 } from "./modules/icons/components/IconSearch.js";
|
|
109
|
+
import { default as default110 } from "./modules/icons/components/IconSee.js";
|
|
110
|
+
import { default as default111 } from "./modules/icons/components/IconSend.js";
|
|
111
|
+
import { default as default112 } from "./modules/icons/components/IconSetBackground.js";
|
|
112
|
+
import { default as default113 } from "./modules/icons/components/IconSettings.js";
|
|
113
|
+
import { default as default114 } from "./modules/icons/components/IconShare.js";
|
|
114
|
+
import { default as default115 } from "./modules/icons/components/IconSmartphone.js";
|
|
115
|
+
import { default as default116 } from "./modules/icons/components/IconSmiley.js";
|
|
116
|
+
import { default as default117 } from "./modules/icons/components/IconSortAscendingLetters.js";
|
|
117
|
+
import { default as default118 } from "./modules/icons/components/IconSortDescendingLetters.js";
|
|
118
|
+
import { default as default119 } from "./modules/icons/components/IconSortDescending.js";
|
|
119
|
+
import { default as default120 } from "./modules/icons/components/IconSortTime.js";
|
|
120
|
+
import { default as default121 } from "./modules/icons/components/IconSpeechToText.js";
|
|
121
|
+
import { default as default122 } from "./modules/icons/components/IconSplitCells.js";
|
|
122
|
+
import { default as default123 } from "./modules/icons/components/IconSquareRoot.js";
|
|
123
|
+
import { default as default124 } from "./modules/icons/components/IconSubscript.js";
|
|
124
|
+
import { default as default125 } from "./modules/icons/components/IconSuccessFill.js";
|
|
125
|
+
import { default as default126 } from "./modules/icons/components/IconSuccessOutline.js";
|
|
126
|
+
import { default as default127 } from "./modules/icons/components/IconSuperscript.js";
|
|
127
|
+
import { default as default128 } from "./modules/icons/components/IconTable.js";
|
|
128
|
+
import { default as default129 } from "./modules/icons/components/IconTextBold.js";
|
|
129
|
+
import { default as default130 } from "./modules/icons/components/IconTextColor.js";
|
|
130
|
+
import { default as default131 } from "./modules/icons/components/IconTextHighlight.js";
|
|
131
|
+
import { default as default132 } from "./modules/icons/components/IconTextItalic.js";
|
|
132
|
+
import { default as default133 } from "./modules/icons/components/IconTextPage.js";
|
|
133
|
+
import { default as default134 } from "./modules/icons/components/IconTextSize.js";
|
|
134
|
+
import { default as default135 } from "./modules/icons/components/IconTextToSpeechOff.js";
|
|
135
|
+
import { default as default136 } from "./modules/icons/components/IconTextToSpeech.js";
|
|
136
|
+
import { default as default137 } from "./modules/icons/components/IconTextTypo.js";
|
|
137
|
+
import { default as default138 } from "./modules/icons/components/IconTextUnderline.js";
|
|
138
|
+
import { default as default139 } from "./modules/icons/components/IconTextVanilla.js";
|
|
139
|
+
import { default as default140 } from "./modules/icons/components/IconToolCenter.js";
|
|
140
|
+
import { default as default141 } from "./modules/icons/components/IconTool.js";
|
|
141
|
+
import { default as default142 } from "./modules/icons/components/IconTrendingUp.js";
|
|
142
|
+
import { default as default143 } from "./modules/icons/components/IconUndo.js";
|
|
143
|
+
import { default as default144 } from "./modules/icons/components/IconUnlink.js";
|
|
144
|
+
import { default as default145 } from "./modules/icons/components/IconUnlock.js";
|
|
145
|
+
import { default as default146 } from "./modules/icons/components/IconUpload.js";
|
|
146
|
+
import { default as default147 } from "./modules/icons/components/IconUserSearch.js";
|
|
147
|
+
import { default as default148 } from "./modules/icons/components/IconUser.js";
|
|
148
|
+
import { default as default149 } from "./modules/icons/components/IconUsers.js";
|
|
149
|
+
import { default as default150 } from "./modules/icons/components/IconVideo.js";
|
|
150
|
+
import { default as default151 } from "./modules/icons/components/IconViewCalendar.js";
|
|
151
|
+
import { default as default152 } from "./modules/icons/components/IconViewList.js";
|
|
152
|
+
import { default as default153 } from "./modules/icons/components/IconWand.js";
|
|
153
|
+
import { default as default154 } from "./modules/icons/components/IconWrite.js";
|
|
154
|
+
import { default as default155 } from "./modules/icons/components/IconZoomIn.js";
|
|
155
|
+
import { default as default156 } from "./modules/icons/components/IconZoomOut.js";
|
|
166
156
|
export {
|
|
167
157
|
default3 as IconAdd,
|
|
168
158
|
default2 as IconAddUser,
|
|
@@ -211,122 +201,112 @@ export {
|
|
|
211
201
|
default46 as IconFiles,
|
|
212
202
|
default47 as IconFilter,
|
|
213
203
|
default48 as IconFlag,
|
|
214
|
-
|
|
215
|
-
default49 as
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
default53 as
|
|
219
|
-
default54 as
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
default57 as
|
|
223
|
-
default58 as
|
|
224
|
-
default59 as
|
|
225
|
-
default60 as
|
|
226
|
-
default61 as
|
|
227
|
-
default62 as
|
|
228
|
-
default63 as
|
|
229
|
-
default64 as
|
|
230
|
-
default65 as
|
|
231
|
-
default66 as
|
|
232
|
-
default67 as
|
|
233
|
-
default68 as
|
|
234
|
-
default69 as
|
|
235
|
-
default70 as
|
|
236
|
-
default71 as
|
|
237
|
-
default72 as
|
|
238
|
-
default73 as
|
|
239
|
-
default74 as
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
default78 as
|
|
244
|
-
default79 as
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
default82 as
|
|
248
|
-
default83 as
|
|
249
|
-
default84 as
|
|
250
|
-
default85 as
|
|
251
|
-
default86 as
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
default89 as
|
|
255
|
-
default90 as
|
|
256
|
-
default91 as
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
default94 as
|
|
260
|
-
default95 as
|
|
261
|
-
default96 as
|
|
262
|
-
default97 as
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
default103 as
|
|
269
|
-
default104 as
|
|
270
|
-
default105 as
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
default110 as
|
|
276
|
-
default111 as
|
|
277
|
-
default112 as
|
|
278
|
-
default113 as
|
|
279
|
-
default114 as
|
|
280
|
-
default115 as
|
|
281
|
-
default116 as
|
|
282
|
-
default117 as
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
default120 as
|
|
286
|
-
default121 as
|
|
287
|
-
default122 as
|
|
288
|
-
default123 as
|
|
289
|
-
default124 as
|
|
290
|
-
default125 as
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
default128 as
|
|
294
|
-
default129 as
|
|
295
|
-
default130 as
|
|
296
|
-
default131 as
|
|
297
|
-
default132 as
|
|
298
|
-
default133 as
|
|
299
|
-
default134 as
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
default137 as
|
|
303
|
-
default138 as
|
|
304
|
-
default139 as
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
default142 as
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
default145 as
|
|
311
|
-
default146 as
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
default150 as
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
default153 as
|
|
319
|
-
default154 as
|
|
320
|
-
default155 as
|
|
321
|
-
default156 as
|
|
322
|
-
default158 as IconUser,
|
|
323
|
-
default157 as IconUserSearch,
|
|
324
|
-
default159 as IconUsers,
|
|
325
|
-
default160 as IconVideo,
|
|
326
|
-
default161 as IconViewCalendar,
|
|
327
|
-
default162 as IconViewList,
|
|
328
|
-
default163 as IconWand,
|
|
329
|
-
default164 as IconWrite,
|
|
330
|
-
default165 as IconZoomIn,
|
|
331
|
-
default166 as IconZoomOut
|
|
204
|
+
default50 as IconFolder,
|
|
205
|
+
default49 as IconFolderMove,
|
|
206
|
+
default51 as IconForgoing,
|
|
207
|
+
default52 as IconFullScreen,
|
|
208
|
+
default53 as IconGlobe,
|
|
209
|
+
default54 as IconHandMove,
|
|
210
|
+
default55 as IconHeadphone,
|
|
211
|
+
default56 as IconHide,
|
|
212
|
+
default57 as IconHighlightColumn,
|
|
213
|
+
default58 as IconHighlightRow,
|
|
214
|
+
default59 as IconHome,
|
|
215
|
+
default60 as IconHourglass,
|
|
216
|
+
default61 as IconImageSizeLarge,
|
|
217
|
+
default62 as IconImageSizeMedium,
|
|
218
|
+
default63 as IconImageSizeSmall,
|
|
219
|
+
default64 as IconInbox,
|
|
220
|
+
default65 as IconInfoCircle,
|
|
221
|
+
default66 as IconInfoRectangle,
|
|
222
|
+
default67 as IconLandscape,
|
|
223
|
+
default68 as IconLink,
|
|
224
|
+
default69 as IconListOrder,
|
|
225
|
+
default70 as IconLoader,
|
|
226
|
+
default71 as IconLock,
|
|
227
|
+
default72 as IconMail,
|
|
228
|
+
default73 as IconMergeCells,
|
|
229
|
+
default74 as IconMessageInfo,
|
|
230
|
+
default76 as IconMic,
|
|
231
|
+
default75 as IconMicOff,
|
|
232
|
+
default77 as IconMinus,
|
|
233
|
+
default78 as IconMove,
|
|
234
|
+
default79 as IconNoColors,
|
|
235
|
+
default80 as IconOptions,
|
|
236
|
+
default81 as IconOrderedList,
|
|
237
|
+
default82 as IconPaperclip,
|
|
238
|
+
default83 as IconPause,
|
|
239
|
+
default84 as IconPinOff,
|
|
240
|
+
default85 as IconPinOn,
|
|
241
|
+
default86 as IconPlaceholder,
|
|
242
|
+
default88 as IconPlay,
|
|
243
|
+
default87 as IconPlayFilled,
|
|
244
|
+
default89 as IconPlus,
|
|
245
|
+
default90 as IconPointerDefault,
|
|
246
|
+
default91 as IconPointerHand,
|
|
247
|
+
default92 as IconPrint,
|
|
248
|
+
default93 as IconQuestion,
|
|
249
|
+
default94 as IconRafterDown,
|
|
250
|
+
default95 as IconRafterLeft,
|
|
251
|
+
default96 as IconRafterRight,
|
|
252
|
+
default97 as IconRafterUp,
|
|
253
|
+
default98 as IconReaction,
|
|
254
|
+
default102 as IconRecord,
|
|
255
|
+
default99 as IconRecordPause,
|
|
256
|
+
default100 as IconRecordStop,
|
|
257
|
+
default101 as IconRecordVideo,
|
|
258
|
+
default103 as IconRedo,
|
|
259
|
+
default104 as IconRefresh,
|
|
260
|
+
default105 as IconReset,
|
|
261
|
+
default106 as IconRestart,
|
|
262
|
+
default107 as IconRestore,
|
|
263
|
+
default108 as IconSave,
|
|
264
|
+
default109 as IconSearch,
|
|
265
|
+
default110 as IconSee,
|
|
266
|
+
default111 as IconSend,
|
|
267
|
+
default112 as IconSetBackground,
|
|
268
|
+
default113 as IconSettings,
|
|
269
|
+
default114 as IconShare,
|
|
270
|
+
default115 as IconSmartphone,
|
|
271
|
+
default116 as IconSmiley,
|
|
272
|
+
default117 as IconSortAscendingLetters,
|
|
273
|
+
default119 as IconSortDescending,
|
|
274
|
+
default118 as IconSortDescendingLetters,
|
|
275
|
+
default120 as IconSortTime,
|
|
276
|
+
default121 as IconSpeechToText,
|
|
277
|
+
default122 as IconSplitCells,
|
|
278
|
+
default123 as IconSquareRoot,
|
|
279
|
+
default124 as IconSubscript,
|
|
280
|
+
default125 as IconSuccessFill,
|
|
281
|
+
default126 as IconSuccessOutline,
|
|
282
|
+
default127 as IconSuperscript,
|
|
283
|
+
default128 as IconTable,
|
|
284
|
+
default129 as IconTextBold,
|
|
285
|
+
default130 as IconTextColor,
|
|
286
|
+
default131 as IconTextHighlight,
|
|
287
|
+
default132 as IconTextItalic,
|
|
288
|
+
default133 as IconTextPage,
|
|
289
|
+
default134 as IconTextSize,
|
|
290
|
+
default136 as IconTextToSpeech,
|
|
291
|
+
default135 as IconTextToSpeechOff,
|
|
292
|
+
default137 as IconTextTypo,
|
|
293
|
+
default138 as IconTextUnderline,
|
|
294
|
+
default139 as IconTextVanilla,
|
|
295
|
+
default141 as IconTool,
|
|
296
|
+
default140 as IconToolCenter,
|
|
297
|
+
default142 as IconTrendingUp,
|
|
298
|
+
default143 as IconUndo,
|
|
299
|
+
default144 as IconUnlink,
|
|
300
|
+
default145 as IconUnlock,
|
|
301
|
+
default146 as IconUpload,
|
|
302
|
+
default148 as IconUser,
|
|
303
|
+
default147 as IconUserSearch,
|
|
304
|
+
default149 as IconUsers,
|
|
305
|
+
default150 as IconVideo,
|
|
306
|
+
default151 as IconViewCalendar,
|
|
307
|
+
default152 as IconViewList,
|
|
308
|
+
default153 as IconWand,
|
|
309
|
+
default154 as IconWrite,
|
|
310
|
+
default155 as IconZoomIn,
|
|
311
|
+
default156 as IconZoomOut
|
|
332
312
|
};
|