@edifice.io/react 2.5.4 → 2.5.5-develop-b2school.20251218111717
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/AppIcon/index.d.ts +1 -0
- package/dist/components/Divider/Divider.d.ts +38 -0
- package/dist/components/Divider/Divider.js +11 -0
- package/dist/components/Divider/index.d.ts +2 -0
- package/dist/components/Flex/Flex.js +1 -1
- package/dist/components/Menu/components/MenuButton.d.ts +2 -0
- package/dist/components/Menu/components/MenuButton.js +13 -4
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +59 -0
- package/dist/components/SegmentedControl/SegmentedControl.js +21 -0
- package/dist/components/SegmentedControl/index.d.ts +2 -0
- package/dist/components/Select/Select.d.ts +6 -2
- package/dist/components/Select/Select.js +10 -4
- package/dist/components/index.d.ts +2 -0
- package/dist/editor.js +40 -36
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useInfiniteScroll/index.d.ts +1 -0
- package/dist/hooks/useInfiniteScroll/useInfiniteScroll.d.ts +33 -0
- package/dist/hooks/useInfiniteScroll/useInfiniteScroll.js +20 -0
- package/dist/icons.js +300 -294
- package/dist/index.js +180 -170
- package/dist/modals.js +8 -6
- package/dist/modules/comments/components/Comment.js +4 -2
- package/dist/modules/comments/components/CommentList.js +1 -1
- package/dist/modules/comments/components/DeleteModal.js +14 -8
- package/dist/modules/editor/components/Editor/EditorPreview.d.ts +14 -0
- package/dist/modules/editor/components/Editor/EditorPreview.js +56 -0
- package/dist/modules/editor/components/Editor/EditorPreviewSkeleton.d.ts +8 -0
- package/dist/modules/editor/components/Editor/EditorPreviewSkeleton.js +24 -0
- package/dist/modules/editor/components/Editor/index.d.ts +2 -0
- package/dist/modules/editor/components/Renderer/MediaRenderer.js +2 -2
- package/dist/modules/editor/hooks/useResizeMedia.js +3 -3
- package/dist/modules/icons/components/IconClockAlert.d.ts +7 -0
- package/dist/modules/icons/components/IconClockAlert.js +17 -0
- package/dist/modules/icons/components/IconThumbDown.d.ts +7 -0
- package/dist/modules/icons/components/IconThumbDown.js +12 -0
- package/dist/modules/icons/components/IconThumbUp.d.ts +7 -0
- package/dist/modules/icons/components/IconThumbUp.js +12 -0
- package/dist/modules/icons/components/index.d.ts +3 -0
- package/dist/modules/modals/ShareModal/ShareBookmark.d.ts +1 -1
- package/dist/modules/modals/ShareModal/ShareBookmark.js +5 -2
- package/dist/modules/modals/ShareModal/ShareModal.d.ts +1 -11
- package/dist/modules/modals/ShareModal/ShareModal.js +13 -105
- package/dist/modules/modals/ShareModal/ShareResources.d.ts +174 -0
- package/dist/modules/modals/ShareModal/ShareResources.js +137 -0
- package/dist/modules/modals/ShareModal/hooks/useSearch.d.ts +2 -1
- package/dist/modules/modals/ShareModal/hooks/useSearch.js +3 -2
- package/dist/modules/modals/ShareModal/hooks/useShare.d.ts +12 -5
- package/dist/modules/modals/ShareModal/hooks/useShare.js +20 -13
- package/dist/modules/modals/ShareModal/hooks/useShareBookmark.d.ts +1 -1
- package/dist/modules/modals/ShareModal/hooks/useShareBookmark.js +1 -1
- package/dist/modules/modals/ShareModal/index.d.ts +3 -1
- package/dist/modules/multimedia/FileCard/FileCard.js +1 -1
- package/dist/modules/multimedia/FileCard/FileIcon.js +1 -1
- package/dist/modules/multimedia/Linker/InternalLinker/InternalLinker.js +4 -1
- package/dist/style.css +1 -1
- package/dist/utilities/index.d.ts +1 -0
- package/dist/utilities/react-query/index.d.ts +1 -0
- package/dist/utilities/react-query/react-query-utils.d.ts +21 -0
- package/dist/utilities/react-query/react-query-utils.js +13 -0
- package/package.json +6 -6
package/dist/icons.js
CHANGED
|
@@ -24,153 +24,156 @@ import { default as default24 } from "./modules/icons/components/IconCantoo.js";
|
|
|
24
24
|
import { default as default25 } from "./modules/icons/components/IconCenter.js";
|
|
25
25
|
import { default as default26 } from "./modules/icons/components/IconCheck.js";
|
|
26
26
|
import { default as default27 } from "./modules/icons/components/IconChecklist.js";
|
|
27
|
-
import { default as default28 } from "./modules/icons/components/
|
|
28
|
-
import { default as default29 } from "./modules/icons/components/
|
|
29
|
-
import { default as default30 } from "./modules/icons/components/
|
|
30
|
-
import { default as default31 } from "./modules/icons/components/
|
|
31
|
-
import { default as default32 } from "./modules/icons/components/
|
|
32
|
-
import { default as default33 } from "./modules/icons/components/
|
|
33
|
-
import { default as default34 } from "./modules/icons/components/
|
|
34
|
-
import { default as default35 } from "./modules/icons/components/
|
|
35
|
-
import { default as default36 } from "./modules/icons/components/
|
|
36
|
-
import { default as default37 } from "./modules/icons/components/
|
|
37
|
-
import { default as default38 } from "./modules/icons/components/
|
|
38
|
-
import { default as default39 } from "./modules/icons/components/
|
|
39
|
-
import { default as default40 } from "./modules/icons/components/
|
|
40
|
-
import { default as default41 } from "./modules/icons/components/
|
|
41
|
-
import { default as default42 } from "./modules/icons/components/
|
|
42
|
-
import { default as default43 } from "./modules/icons/components/
|
|
43
|
-
import { default as default44 } from "./modules/icons/components/
|
|
44
|
-
import { default as default45 } from "./modules/icons/components/
|
|
45
|
-
import { default as default46 } from "./modules/icons/components/
|
|
46
|
-
import { default as default47 } from "./modules/icons/components/
|
|
47
|
-
import { default as default48 } from "./modules/icons/components/
|
|
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/
|
|
157
|
-
import { default as default158 } from "./modules/icons/components/
|
|
158
|
-
import { default as default159 } from "./modules/icons/components/
|
|
159
|
-
import { default as default160 } from "./modules/icons/components/
|
|
160
|
-
import { default as default161 } from "./modules/icons/components/
|
|
161
|
-
import { default as default162 } from "./modules/icons/components/
|
|
162
|
-
import { default as default163 } from "./modules/icons/components/
|
|
163
|
-
import { default as default164 } from "./modules/icons/components/
|
|
164
|
-
import { default as default165 } from "./modules/icons/components/
|
|
165
|
-
import { default as default166 } from "./modules/icons/components/
|
|
166
|
-
import { default as default167 } from "./modules/icons/components/
|
|
167
|
-
import { default as default168 } from "./modules/icons/components/
|
|
168
|
-
import { default as default169 } from "./modules/icons/components/
|
|
169
|
-
import { default as default170 } from "./modules/icons/components/
|
|
170
|
-
import { default as default171 } from "./modules/icons/components/
|
|
171
|
-
import { default as default172 } from "./modules/icons/components/
|
|
172
|
-
import { default as default173 } from "./modules/icons/components/
|
|
173
|
-
import { default as default174 } from "./modules/icons/components/
|
|
27
|
+
import { default as default28 } from "./modules/icons/components/IconClockAlert.js";
|
|
28
|
+
import { default as default29 } from "./modules/icons/components/IconClock.js";
|
|
29
|
+
import { default as default30 } from "./modules/icons/components/IconCloseFullScreen.js";
|
|
30
|
+
import { default as default31 } from "./modules/icons/components/IconClose.js";
|
|
31
|
+
import { default as default32 } from "./modules/icons/components/IconCode.js";
|
|
32
|
+
import { default as default33 } from "./modules/icons/components/IconCopy.js";
|
|
33
|
+
import { default as default34 } from "./modules/icons/components/IconCrop.js";
|
|
34
|
+
import { default as default35 } from "./modules/icons/components/IconCut.js";
|
|
35
|
+
import { default as default36 } from "./modules/icons/components/IconDeleteColor.js";
|
|
36
|
+
import { default as default37 } from "./modules/icons/components/IconDeleteColumnHighlight.js";
|
|
37
|
+
import { default as default38 } from "./modules/icons/components/IconDeleteColumn.js";
|
|
38
|
+
import { default as default39 } from "./modules/icons/components/IconDeleteRowHighlight.js";
|
|
39
|
+
import { default as default40 } from "./modules/icons/components/IconDeleteRow.js";
|
|
40
|
+
import { default as default41 } from "./modules/icons/components/IconDelete.js";
|
|
41
|
+
import { default as default42 } from "./modules/icons/components/IconDepositeInbox.js";
|
|
42
|
+
import { default as default43 } from "./modules/icons/components/IconDownload.js";
|
|
43
|
+
import { default as default44 } from "./modules/icons/components/IconEdit.js";
|
|
44
|
+
import { default as default45 } from "./modules/icons/components/IconError.js";
|
|
45
|
+
import { default as default46 } from "./modules/icons/components/IconExternalLink.js";
|
|
46
|
+
import { default as default47 } from "./modules/icons/components/IconFiles.js";
|
|
47
|
+
import { default as default48 } from "./modules/icons/components/IconFilter.js";
|
|
48
|
+
import { default as default49 } from "./modules/icons/components/IconFlag.js";
|
|
49
|
+
import { default as default50 } from "./modules/icons/components/IconFolderAdd.js";
|
|
50
|
+
import { default as default51 } from "./modules/icons/components/IconFolderDelete.js";
|
|
51
|
+
import { default as default52 } from "./modules/icons/components/IconFolderMove.js";
|
|
52
|
+
import { default as default53 } from "./modules/icons/components/IconFolder.js";
|
|
53
|
+
import { default as default54 } from "./modules/icons/components/IconForgoing.js";
|
|
54
|
+
import { default as default55 } from "./modules/icons/components/IconFullScreen.js";
|
|
55
|
+
import { default as default56 } from "./modules/icons/components/IconGlobe2.js";
|
|
56
|
+
import { default as default57 } from "./modules/icons/components/IconGlobe.js";
|
|
57
|
+
import { default as default58 } from "./modules/icons/components/IconGroupAvatar.js";
|
|
58
|
+
import { default as default59 } from "./modules/icons/components/IconHandMove.js";
|
|
59
|
+
import { default as default60 } from "./modules/icons/components/IconHeadphone.js";
|
|
60
|
+
import { default as default61 } from "./modules/icons/components/IconHide.js";
|
|
61
|
+
import { default as default62 } from "./modules/icons/components/IconHighlightColumn.js";
|
|
62
|
+
import { default as default63 } from "./modules/icons/components/IconHighlightRow.js";
|
|
63
|
+
import { default as default64 } from "./modules/icons/components/IconHome.js";
|
|
64
|
+
import { default as default65 } from "./modules/icons/components/IconHourglass.js";
|
|
65
|
+
import { default as default66 } from "./modules/icons/components/IconImageSizeLarge.js";
|
|
66
|
+
import { default as default67 } from "./modules/icons/components/IconImageSizeMedium.js";
|
|
67
|
+
import { default as default68 } from "./modules/icons/components/IconImageSizeSmall.js";
|
|
68
|
+
import { default as default69 } from "./modules/icons/components/IconInbox.js";
|
|
69
|
+
import { default as default70 } from "./modules/icons/components/IconInfoCircle.js";
|
|
70
|
+
import { default as default71 } from "./modules/icons/components/IconInfoRectangle.js";
|
|
71
|
+
import { default as default72 } from "./modules/icons/components/IconLandscape.js";
|
|
72
|
+
import { default as default73 } from "./modules/icons/components/IconLibrary.js";
|
|
73
|
+
import { default as default74 } from "./modules/icons/components/IconLink.js";
|
|
74
|
+
import { default as default75 } from "./modules/icons/components/IconListOrder.js";
|
|
75
|
+
import { default as default76 } from "./modules/icons/components/IconLoader.js";
|
|
76
|
+
import { default as default77 } from "./modules/icons/components/IconLock.js";
|
|
77
|
+
import { default as default78 } from "./modules/icons/components/IconMailRecall.js";
|
|
78
|
+
import { default as default79 } from "./modules/icons/components/IconMail.js";
|
|
79
|
+
import { default as default80 } from "./modules/icons/components/IconMegaphone.js";
|
|
80
|
+
import { default as default81 } from "./modules/icons/components/IconMergeCells.js";
|
|
81
|
+
import { default as default82 } from "./modules/icons/components/IconMessageInfo.js";
|
|
82
|
+
import { default as default83 } from "./modules/icons/components/IconMicOff.js";
|
|
83
|
+
import { default as default84 } from "./modules/icons/components/IconMic.js";
|
|
84
|
+
import { default as default85 } from "./modules/icons/components/IconMinus.js";
|
|
85
|
+
import { default as default86 } from "./modules/icons/components/IconMove.js";
|
|
86
|
+
import { default as default87 } from "./modules/icons/components/IconNoColors.js";
|
|
87
|
+
import { default as default88 } from "./modules/icons/components/IconNotes.js";
|
|
88
|
+
import { default as default89 } from "./modules/icons/components/IconNotification.js";
|
|
89
|
+
import { default as default90 } from "./modules/icons/components/IconOptions.js";
|
|
90
|
+
import { default as default91 } from "./modules/icons/components/IconOrderedList.js";
|
|
91
|
+
import { default as default92 } from "./modules/icons/components/IconPaperclip.js";
|
|
92
|
+
import { default as default93 } from "./modules/icons/components/IconPause.js";
|
|
93
|
+
import { default as default94 } from "./modules/icons/components/IconPinOff.js";
|
|
94
|
+
import { default as default95 } from "./modules/icons/components/IconPinOn.js";
|
|
95
|
+
import { default as default96 } from "./modules/icons/components/IconPlaceholder.js";
|
|
96
|
+
import { default as default97 } from "./modules/icons/components/IconPlayFilled.js";
|
|
97
|
+
import { default as default98 } from "./modules/icons/components/IconPlay.js";
|
|
98
|
+
import { default as default99 } from "./modules/icons/components/IconPlus.js";
|
|
99
|
+
import { default as default100 } from "./modules/icons/components/IconPointerDefault.js";
|
|
100
|
+
import { default as default101 } from "./modules/icons/components/IconPointerHand.js";
|
|
101
|
+
import { default as default102 } from "./modules/icons/components/IconPrint.js";
|
|
102
|
+
import { default as default103 } from "./modules/icons/components/IconQuestionMark.js";
|
|
103
|
+
import { default as default104 } from "./modules/icons/components/IconQuestion.js";
|
|
104
|
+
import { default as default105 } from "./modules/icons/components/IconRafterDown.js";
|
|
105
|
+
import { default as default106 } from "./modules/icons/components/IconRafterLeft.js";
|
|
106
|
+
import { default as default107 } from "./modules/icons/components/IconRafterRight.js";
|
|
107
|
+
import { default as default108 } from "./modules/icons/components/IconRafterUp.js";
|
|
108
|
+
import { default as default109 } from "./modules/icons/components/IconReaction.js";
|
|
109
|
+
import { default as default110 } from "./modules/icons/components/IconReadMail.js";
|
|
110
|
+
import { default as default111 } from "./modules/icons/components/IconRecordPause.js";
|
|
111
|
+
import { default as default112 } from "./modules/icons/components/IconRecordStop.js";
|
|
112
|
+
import { default as default113 } from "./modules/icons/components/IconRecordVideo.js";
|
|
113
|
+
import { default as default114 } from "./modules/icons/components/IconRecord.js";
|
|
114
|
+
import { default as default115 } from "./modules/icons/components/IconRedo.js";
|
|
115
|
+
import { default as default116 } from "./modules/icons/components/IconRefresh.js";
|
|
116
|
+
import { default as default117 } from "./modules/icons/components/IconReset.js";
|
|
117
|
+
import { default as default118 } from "./modules/icons/components/IconRestart.js";
|
|
118
|
+
import { default as default119 } from "./modules/icons/components/IconRestore.js";
|
|
119
|
+
import { default as default120 } from "./modules/icons/components/IconSave.js";
|
|
120
|
+
import { default as default121 } from "./modules/icons/components/IconSearch.js";
|
|
121
|
+
import { default as default122 } from "./modules/icons/components/IconSee.js";
|
|
122
|
+
import { default as default123 } from "./modules/icons/components/IconSend.js";
|
|
123
|
+
import { default as default124 } from "./modules/icons/components/IconSetBackground.js";
|
|
124
|
+
import { default as default125 } from "./modules/icons/components/IconSettings.js";
|
|
125
|
+
import { default as default126 } from "./modules/icons/components/IconShare.js";
|
|
126
|
+
import { default as default127 } from "./modules/icons/components/IconSignature.js";
|
|
127
|
+
import { default as default128 } from "./modules/icons/components/IconSmartphone.js";
|
|
128
|
+
import { default as default129 } from "./modules/icons/components/IconSmiley.js";
|
|
129
|
+
import { default as default130 } from "./modules/icons/components/IconSortAscendingLetters.js";
|
|
130
|
+
import { default as default131 } from "./modules/icons/components/IconSortDescendingLetters.js";
|
|
131
|
+
import { default as default132 } from "./modules/icons/components/IconSortDescending.js";
|
|
132
|
+
import { default as default133 } from "./modules/icons/components/IconSortTime.js";
|
|
133
|
+
import { default as default134 } from "./modules/icons/components/IconSpeechToText.js";
|
|
134
|
+
import { default as default135 } from "./modules/icons/components/IconSplitCells.js";
|
|
135
|
+
import { default as default136 } from "./modules/icons/components/IconSquareRoot.js";
|
|
136
|
+
import { default as default137 } from "./modules/icons/components/IconStarFull.js";
|
|
137
|
+
import { default as default138 } from "./modules/icons/components/IconStar.js";
|
|
138
|
+
import { default as default139 } from "./modules/icons/components/IconSubscript.js";
|
|
139
|
+
import { default as default140 } from "./modules/icons/components/IconSuccessFill.js";
|
|
140
|
+
import { default as default141 } from "./modules/icons/components/IconSuccessOutline.js";
|
|
141
|
+
import { default as default142 } from "./modules/icons/components/IconSuperscript.js";
|
|
142
|
+
import { default as default143 } from "./modules/icons/components/IconTable.js";
|
|
143
|
+
import { default as default144 } from "./modules/icons/components/IconTextBold.js";
|
|
144
|
+
import { default as default145 } from "./modules/icons/components/IconTextColor.js";
|
|
145
|
+
import { default as default146 } from "./modules/icons/components/IconTextHighlight.js";
|
|
146
|
+
import { default as default147 } from "./modules/icons/components/IconTextItalic.js";
|
|
147
|
+
import { default as default148 } from "./modules/icons/components/IconTextPage.js";
|
|
148
|
+
import { default as default149 } from "./modules/icons/components/IconTextSize.js";
|
|
149
|
+
import { default as default150 } from "./modules/icons/components/IconTextToSpeechOff.js";
|
|
150
|
+
import { default as default151 } from "./modules/icons/components/IconTextToSpeech.js";
|
|
151
|
+
import { default as default152 } from "./modules/icons/components/IconTextTypo.js";
|
|
152
|
+
import { default as default153 } from "./modules/icons/components/IconTextUnderline.js";
|
|
153
|
+
import { default as default154 } from "./modules/icons/components/IconTextVanilla.js";
|
|
154
|
+
import { default as default155 } from "./modules/icons/components/IconThumbDown.js";
|
|
155
|
+
import { default as default156 } from "./modules/icons/components/IconThumbUp.js";
|
|
156
|
+
import { default as default157 } from "./modules/icons/components/IconToolCenter.js";
|
|
157
|
+
import { default as default158 } from "./modules/icons/components/IconTool.js";
|
|
158
|
+
import { default as default159 } from "./modules/icons/components/IconTrendingUp.js";
|
|
159
|
+
import { default as default160 } from "./modules/icons/components/IconUndoAll.js";
|
|
160
|
+
import { default as default161 } from "./modules/icons/components/IconUndoSlashed.js";
|
|
161
|
+
import { default as default162 } from "./modules/icons/components/IconUndo.js";
|
|
162
|
+
import { default as default163 } from "./modules/icons/components/IconUnion.js";
|
|
163
|
+
import { default as default164 } from "./modules/icons/components/IconUnlink.js";
|
|
164
|
+
import { default as default165 } from "./modules/icons/components/IconUnlock.js";
|
|
165
|
+
import { default as default166 } from "./modules/icons/components/IconUnreadMail.js";
|
|
166
|
+
import { default as default167 } from "./modules/icons/components/IconUpload.js";
|
|
167
|
+
import { default as default168 } from "./modules/icons/components/IconUserSearch.js";
|
|
168
|
+
import { default as default169 } from "./modules/icons/components/IconUser.js";
|
|
169
|
+
import { default as default170 } from "./modules/icons/components/IconUsers.js";
|
|
170
|
+
import { default as default171 } from "./modules/icons/components/IconVideo.js";
|
|
171
|
+
import { default as default172 } from "./modules/icons/components/IconViewCalendar.js";
|
|
172
|
+
import { default as default173 } from "./modules/icons/components/IconViewList.js";
|
|
173
|
+
import { default as default174 } from "./modules/icons/components/IconWand.js";
|
|
174
|
+
import { default as default175 } from "./modules/icons/components/IconWrite.js";
|
|
175
|
+
import { default as default176 } from "./modules/icons/components/IconZoomIn.js";
|
|
176
|
+
import { default as default177 } from "./modules/icons/components/IconZoomOut.js";
|
|
174
177
|
export {
|
|
175
178
|
default3 as IconAdd,
|
|
176
179
|
default2 as IconAddUser,
|
|
@@ -198,151 +201,154 @@ export {
|
|
|
198
201
|
default25 as IconCenter,
|
|
199
202
|
default26 as IconCheck,
|
|
200
203
|
default27 as IconChecklist,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
default32 as
|
|
206
|
-
default33 as
|
|
207
|
-
default34 as
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
default42 as
|
|
216
|
-
default43 as
|
|
217
|
-
default44 as
|
|
218
|
-
default45 as
|
|
219
|
-
default46 as
|
|
220
|
-
default47 as
|
|
221
|
-
default48 as
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
default50 as
|
|
225
|
-
default51 as
|
|
226
|
-
|
|
227
|
-
default54 as
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
default58 as
|
|
232
|
-
default59 as
|
|
233
|
-
default60 as
|
|
234
|
-
default61 as
|
|
235
|
-
default62 as
|
|
236
|
-
default63 as
|
|
237
|
-
default64 as
|
|
238
|
-
default65 as
|
|
239
|
-
default66 as
|
|
240
|
-
default67 as
|
|
241
|
-
default68 as
|
|
242
|
-
default69 as
|
|
243
|
-
default70 as
|
|
244
|
-
default71 as
|
|
245
|
-
default72 as
|
|
246
|
-
default73 as
|
|
247
|
-
default74 as
|
|
248
|
-
default75 as
|
|
249
|
-
default76 as
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
default80 as
|
|
254
|
-
default81 as
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
default85 as
|
|
259
|
-
default86 as
|
|
260
|
-
default87 as
|
|
261
|
-
default88 as
|
|
262
|
-
default89 as
|
|
263
|
-
default90 as
|
|
264
|
-
default91 as
|
|
265
|
-
default92 as
|
|
266
|
-
default93 as
|
|
267
|
-
default94 as
|
|
268
|
-
default95 as
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
default99 as
|
|
273
|
-
default100 as
|
|
274
|
-
default101 as
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
default105 as
|
|
279
|
-
default106 as
|
|
280
|
-
default107 as
|
|
281
|
-
default108 as
|
|
282
|
-
default109 as
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
default111 as
|
|
286
|
-
default112 as
|
|
287
|
-
|
|
288
|
-
default115 as
|
|
289
|
-
default116 as
|
|
290
|
-
default117 as
|
|
291
|
-
default118 as
|
|
292
|
-
default119 as
|
|
293
|
-
default120 as
|
|
294
|
-
default121 as
|
|
295
|
-
default122 as
|
|
296
|
-
default123 as
|
|
297
|
-
default124 as
|
|
298
|
-
default125 as
|
|
299
|
-
default126 as
|
|
300
|
-
default127 as
|
|
301
|
-
default128 as
|
|
302
|
-
default129 as
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
default133 as
|
|
307
|
-
default134 as
|
|
308
|
-
default135 as
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
default139 as
|
|
313
|
-
default140 as
|
|
314
|
-
default141 as
|
|
315
|
-
default142 as
|
|
316
|
-
default143 as
|
|
317
|
-
default144 as
|
|
318
|
-
default145 as
|
|
319
|
-
default146 as
|
|
320
|
-
default147 as
|
|
321
|
-
default148 as
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
default152 as
|
|
326
|
-
default153 as
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
default156 as
|
|
330
|
-
|
|
331
|
-
default157 as
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
default163 as
|
|
337
|
-
default164 as
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
default167 as
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
default170 as
|
|
344
|
-
default171 as
|
|
345
|
-
default172 as
|
|
346
|
-
default173 as
|
|
347
|
-
default174 as
|
|
204
|
+
default29 as IconClock,
|
|
205
|
+
default28 as IconClockAlert,
|
|
206
|
+
default31 as IconClose,
|
|
207
|
+
default30 as IconCloseFullScreen,
|
|
208
|
+
default32 as IconCode,
|
|
209
|
+
default33 as IconCopy,
|
|
210
|
+
default34 as IconCrop,
|
|
211
|
+
default35 as IconCut,
|
|
212
|
+
default41 as IconDelete,
|
|
213
|
+
default36 as IconDeleteColor,
|
|
214
|
+
default38 as IconDeleteColumn,
|
|
215
|
+
default37 as IconDeleteColumnHighlight,
|
|
216
|
+
default40 as IconDeleteRow,
|
|
217
|
+
default39 as IconDeleteRowHighlight,
|
|
218
|
+
default42 as IconDepositeInbox,
|
|
219
|
+
default43 as IconDownload,
|
|
220
|
+
default44 as IconEdit,
|
|
221
|
+
default45 as IconError,
|
|
222
|
+
default46 as IconExternalLink,
|
|
223
|
+
default47 as IconFiles,
|
|
224
|
+
default48 as IconFilter,
|
|
225
|
+
default49 as IconFlag,
|
|
226
|
+
default53 as IconFolder,
|
|
227
|
+
default50 as IconFolderAdd,
|
|
228
|
+
default51 as IconFolderDelete,
|
|
229
|
+
default52 as IconFolderMove,
|
|
230
|
+
default54 as IconForgoing,
|
|
231
|
+
default55 as IconFullScreen,
|
|
232
|
+
default57 as IconGlobe,
|
|
233
|
+
default56 as IconGlobe2,
|
|
234
|
+
default58 as IconGroupAvatar,
|
|
235
|
+
default59 as IconHandMove,
|
|
236
|
+
default60 as IconHeadphone,
|
|
237
|
+
default61 as IconHide,
|
|
238
|
+
default62 as IconHighlightColumn,
|
|
239
|
+
default63 as IconHighlightRow,
|
|
240
|
+
default64 as IconHome,
|
|
241
|
+
default65 as IconHourglass,
|
|
242
|
+
default66 as IconImageSizeLarge,
|
|
243
|
+
default67 as IconImageSizeMedium,
|
|
244
|
+
default68 as IconImageSizeSmall,
|
|
245
|
+
default69 as IconInbox,
|
|
246
|
+
default70 as IconInfoCircle,
|
|
247
|
+
default71 as IconInfoRectangle,
|
|
248
|
+
default72 as IconLandscape,
|
|
249
|
+
default73 as IconLibrary,
|
|
250
|
+
default74 as IconLink,
|
|
251
|
+
default75 as IconListOrder,
|
|
252
|
+
default76 as IconLoader,
|
|
253
|
+
default77 as IconLock,
|
|
254
|
+
default79 as IconMail,
|
|
255
|
+
default78 as IconMailRecall,
|
|
256
|
+
default80 as IconMegaphone,
|
|
257
|
+
default81 as IconMergeCells,
|
|
258
|
+
default82 as IconMessageInfo,
|
|
259
|
+
default84 as IconMic,
|
|
260
|
+
default83 as IconMicOff,
|
|
261
|
+
default85 as IconMinus,
|
|
262
|
+
default86 as IconMove,
|
|
263
|
+
default87 as IconNoColors,
|
|
264
|
+
default88 as IconNotes,
|
|
265
|
+
default89 as IconNotification,
|
|
266
|
+
default90 as IconOptions,
|
|
267
|
+
default91 as IconOrderedList,
|
|
268
|
+
default92 as IconPaperclip,
|
|
269
|
+
default93 as IconPause,
|
|
270
|
+
default94 as IconPinOff,
|
|
271
|
+
default95 as IconPinOn,
|
|
272
|
+
default96 as IconPlaceholder,
|
|
273
|
+
default98 as IconPlay,
|
|
274
|
+
default97 as IconPlayFilled,
|
|
275
|
+
default99 as IconPlus,
|
|
276
|
+
default100 as IconPointerDefault,
|
|
277
|
+
default101 as IconPointerHand,
|
|
278
|
+
default102 as IconPrint,
|
|
279
|
+
default104 as IconQuestion,
|
|
280
|
+
default103 as IconQuestionMark,
|
|
281
|
+
default105 as IconRafterDown,
|
|
282
|
+
default106 as IconRafterLeft,
|
|
283
|
+
default107 as IconRafterRight,
|
|
284
|
+
default108 as IconRafterUp,
|
|
285
|
+
default109 as IconReaction,
|
|
286
|
+
default110 as IconReadMail,
|
|
287
|
+
default114 as IconRecord,
|
|
288
|
+
default111 as IconRecordPause,
|
|
289
|
+
default112 as IconRecordStop,
|
|
290
|
+
default113 as IconRecordVideo,
|
|
291
|
+
default115 as IconRedo,
|
|
292
|
+
default116 as IconRefresh,
|
|
293
|
+
default117 as IconReset,
|
|
294
|
+
default118 as IconRestart,
|
|
295
|
+
default119 as IconRestore,
|
|
296
|
+
default120 as IconSave,
|
|
297
|
+
default121 as IconSearch,
|
|
298
|
+
default122 as IconSee,
|
|
299
|
+
default123 as IconSend,
|
|
300
|
+
default124 as IconSetBackground,
|
|
301
|
+
default125 as IconSettings,
|
|
302
|
+
default126 as IconShare,
|
|
303
|
+
default127 as IconSignature,
|
|
304
|
+
default128 as IconSmartphone,
|
|
305
|
+
default129 as IconSmiley,
|
|
306
|
+
default130 as IconSortAscendingLetters,
|
|
307
|
+
default132 as IconSortDescending,
|
|
308
|
+
default131 as IconSortDescendingLetters,
|
|
309
|
+
default133 as IconSortTime,
|
|
310
|
+
default134 as IconSpeechToText,
|
|
311
|
+
default135 as IconSplitCells,
|
|
312
|
+
default136 as IconSquareRoot,
|
|
313
|
+
default138 as IconStar,
|
|
314
|
+
default137 as IconStarFull,
|
|
315
|
+
default139 as IconSubscript,
|
|
316
|
+
default140 as IconSuccessFill,
|
|
317
|
+
default141 as IconSuccessOutline,
|
|
318
|
+
default142 as IconSuperscript,
|
|
319
|
+
default143 as IconTable,
|
|
320
|
+
default144 as IconTextBold,
|
|
321
|
+
default145 as IconTextColor,
|
|
322
|
+
default146 as IconTextHighlight,
|
|
323
|
+
default147 as IconTextItalic,
|
|
324
|
+
default148 as IconTextPage,
|
|
325
|
+
default149 as IconTextSize,
|
|
326
|
+
default151 as IconTextToSpeech,
|
|
327
|
+
default150 as IconTextToSpeechOff,
|
|
328
|
+
default152 as IconTextTypo,
|
|
329
|
+
default153 as IconTextUnderline,
|
|
330
|
+
default154 as IconTextVanilla,
|
|
331
|
+
default155 as IconThumbDown,
|
|
332
|
+
default156 as IconThumbUp,
|
|
333
|
+
default158 as IconTool,
|
|
334
|
+
default157 as IconToolCenter,
|
|
335
|
+
default159 as IconTrendingUp,
|
|
336
|
+
default162 as IconUndo,
|
|
337
|
+
default160 as IconUndoAll,
|
|
338
|
+
default161 as IconUndoSlashed,
|
|
339
|
+
default163 as IconUnion,
|
|
340
|
+
default164 as IconUnlink,
|
|
341
|
+
default165 as IconUnlock,
|
|
342
|
+
default166 as IconUnreadMail,
|
|
343
|
+
default167 as IconUpload,
|
|
344
|
+
default169 as IconUser,
|
|
345
|
+
default168 as IconUserSearch,
|
|
346
|
+
default170 as IconUsers,
|
|
347
|
+
default171 as IconVideo,
|
|
348
|
+
default172 as IconViewCalendar,
|
|
349
|
+
default173 as IconViewList,
|
|
350
|
+
default174 as IconWand,
|
|
351
|
+
default175 as IconWrite,
|
|
352
|
+
default176 as IconZoomIn,
|
|
353
|
+
default177 as IconZoomOut
|
|
348
354
|
};
|