@edifice.io/react 2.0.0-develop-enabling.20250613090611 → 2.0.0-develop-enabling.20250616111400
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/hooks/useLibraryUrl/useLibraryUrl.js +1 -3
- package/dist/icons.js +178 -174
- package/dist/modules/icons/components/IconLibrary.d.ts +7 -0
- package/dist/modules/icons/components/IconLibrary.js +12 -0
- package/dist/modules/icons/components/IconStar.d.ts +7 -0
- package/dist/modules/icons/components/IconStar.js +13 -0
- package/dist/modules/icons/components/index.d.ts +2 -0
- package/package.json +6 -6
|
@@ -5,9 +5,7 @@ const useLibraryUrl = (appCodeName) => {
|
|
|
5
5
|
const {
|
|
6
6
|
user,
|
|
7
7
|
appCode
|
|
8
|
-
} = useEdificeClient(), appName = libraryMaps[appCodeName ?? appCode];
|
|
9
|
-
console.log("appCodeName:", appCodeName), console.log("appCode:", appCode), console.log("appCodeToUse:", appCodeName ?? appCode), console.log("appName:", appName);
|
|
10
|
-
const libraryApp = user == null ? void 0 : user.apps.find((app) => app.isExternal && app.address.includes("library"));
|
|
8
|
+
} = useEdificeClient(), appName = libraryMaps[appCodeName ?? appCode], libraryApp = user == null ? void 0 : user.apps.find((app) => app.isExternal && app.address.includes("library"));
|
|
11
9
|
if (!libraryApp)
|
|
12
10
|
return null;
|
|
13
11
|
const libraryUrlSplit = (_a = libraryApp.address) == null ? void 0 : _a.split("?");
|
package/dist/icons.js
CHANGED
|
@@ -62,93 +62,95 @@ import { default as default62 } from "./modules/icons/components/IconImageSizeSm
|
|
|
62
62
|
import { default as default63 } from "./modules/icons/components/IconInbox.js";
|
|
63
63
|
import { default as default64 } from "./modules/icons/components/IconInfoCircle.js";
|
|
64
64
|
import { default as default65 } from "./modules/icons/components/IconLandscape.js";
|
|
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/
|
|
65
|
+
import { default as default66 } from "./modules/icons/components/IconLibrary.js";
|
|
66
|
+
import { default as default67 } from "./modules/icons/components/IconLink.js";
|
|
67
|
+
import { default as default68 } from "./modules/icons/components/IconListOrder.js";
|
|
68
|
+
import { default as default69 } from "./modules/icons/components/IconLoader.js";
|
|
69
|
+
import { default as default70 } from "./modules/icons/components/IconLock.js";
|
|
70
|
+
import { default as default71 } from "./modules/icons/components/IconMail.js";
|
|
71
|
+
import { default as default72 } from "./modules/icons/components/IconMergeCells.js";
|
|
72
|
+
import { default as default73 } from "./modules/icons/components/IconMessageInfo.js";
|
|
73
|
+
import { default as default74 } from "./modules/icons/components/IconMic.js";
|
|
74
|
+
import { default as default75 } from "./modules/icons/components/IconMinus.js";
|
|
75
|
+
import { default as default76 } from "./modules/icons/components/IconMove.js";
|
|
76
|
+
import { default as default77 } from "./modules/icons/components/IconNoColors.js";
|
|
77
|
+
import { default as default78 } from "./modules/icons/components/IconOptions.js";
|
|
78
|
+
import { default as default79 } from "./modules/icons/components/IconOrderedList.js";
|
|
79
|
+
import { default as default80 } from "./modules/icons/components/IconPaperclip.js";
|
|
80
|
+
import { default as default81 } from "./modules/icons/components/IconPause.js";
|
|
81
|
+
import { default as default82 } from "./modules/icons/components/IconPinOff.js";
|
|
82
|
+
import { default as default83 } from "./modules/icons/components/IconPinOn.js";
|
|
83
|
+
import { default as default84 } from "./modules/icons/components/IconPlaceholder.js";
|
|
84
|
+
import { default as default85 } from "./modules/icons/components/IconPlayFilled.js";
|
|
85
|
+
import { default as default86 } from "./modules/icons/components/IconPlay.js";
|
|
86
|
+
import { default as default87 } from "./modules/icons/components/IconPlus.js";
|
|
87
|
+
import { default as default88 } from "./modules/icons/components/IconPointerDefault.js";
|
|
88
|
+
import { default as default89 } from "./modules/icons/components/IconPointerHand.js";
|
|
89
|
+
import { default as default90 } from "./modules/icons/components/IconPrint.js";
|
|
90
|
+
import { default as default91 } from "./modules/icons/components/IconQuestion.js";
|
|
91
|
+
import { default as default92 } from "./modules/icons/components/IconRafterDown.js";
|
|
92
|
+
import { default as default93 } from "./modules/icons/components/IconRafterLeft.js";
|
|
93
|
+
import { default as default94 } from "./modules/icons/components/IconRafterRight.js";
|
|
94
|
+
import { default as default95 } from "./modules/icons/components/IconRafterUp.js";
|
|
95
|
+
import { default as default96 } from "./modules/icons/components/IconReaction.js";
|
|
96
|
+
import { default as default97 } from "./modules/icons/components/IconRecordPause.js";
|
|
97
|
+
import { default as default98 } from "./modules/icons/components/IconRecordStop.js";
|
|
98
|
+
import { default as default99 } from "./modules/icons/components/IconRecordVideo.js";
|
|
99
|
+
import { default as default100 } from "./modules/icons/components/IconRecord.js";
|
|
100
|
+
import { default as default101 } from "./modules/icons/components/IconRedo.js";
|
|
101
|
+
import { default as default102 } from "./modules/icons/components/IconRefresh.js";
|
|
102
|
+
import { default as default103 } from "./modules/icons/components/IconReset.js";
|
|
103
|
+
import { default as default104 } from "./modules/icons/components/IconRestart.js";
|
|
104
|
+
import { default as default105 } from "./modules/icons/components/IconRestore.js";
|
|
105
|
+
import { default as default106 } from "./modules/icons/components/IconSave.js";
|
|
106
|
+
import { default as default107 } from "./modules/icons/components/IconSearch.js";
|
|
107
|
+
import { default as default108 } from "./modules/icons/components/IconSee.js";
|
|
108
|
+
import { default as default109 } from "./modules/icons/components/IconSend.js";
|
|
109
|
+
import { default as default110 } from "./modules/icons/components/IconSetBackground.js";
|
|
110
|
+
import { default as default111 } from "./modules/icons/components/IconSettings.js";
|
|
111
|
+
import { default as default112 } from "./modules/icons/components/IconShare.js";
|
|
112
|
+
import { default as default113 } from "./modules/icons/components/IconSmartphone.js";
|
|
113
|
+
import { default as default114 } from "./modules/icons/components/IconSmiley.js";
|
|
114
|
+
import { default as default115 } from "./modules/icons/components/IconSortAscendingLetters.js";
|
|
115
|
+
import { default as default116 } from "./modules/icons/components/IconSortDescendingLetters.js";
|
|
116
|
+
import { default as default117 } from "./modules/icons/components/IconSortDescending.js";
|
|
117
|
+
import { default as default118 } from "./modules/icons/components/IconSortTime.js";
|
|
118
|
+
import { default as default119 } from "./modules/icons/components/IconSpeechToText.js";
|
|
119
|
+
import { default as default120 } from "./modules/icons/components/IconSplitCells.js";
|
|
120
|
+
import { default as default121 } from "./modules/icons/components/IconSquareRoot.js";
|
|
121
|
+
import { default as default122 } from "./modules/icons/components/IconStar.js";
|
|
122
|
+
import { default as default123 } from "./modules/icons/components/IconSubscript.js";
|
|
123
|
+
import { default as default124 } from "./modules/icons/components/IconSuccessFill.js";
|
|
124
|
+
import { default as default125 } from "./modules/icons/components/IconSuccessOutline.js";
|
|
125
|
+
import { default as default126 } from "./modules/icons/components/IconSuperscript.js";
|
|
126
|
+
import { default as default127 } from "./modules/icons/components/IconTable.js";
|
|
127
|
+
import { default as default128 } from "./modules/icons/components/IconTextBold.js";
|
|
128
|
+
import { default as default129 } from "./modules/icons/components/IconTextColor.js";
|
|
129
|
+
import { default as default130 } from "./modules/icons/components/IconTextHighlight.js";
|
|
130
|
+
import { default as default131 } from "./modules/icons/components/IconTextItalic.js";
|
|
131
|
+
import { default as default132 } from "./modules/icons/components/IconTextPage.js";
|
|
132
|
+
import { default as default133 } from "./modules/icons/components/IconTextSize.js";
|
|
133
|
+
import { default as default134 } from "./modules/icons/components/IconTextToSpeech.js";
|
|
134
|
+
import { default as default135 } from "./modules/icons/components/IconTextTypo.js";
|
|
135
|
+
import { default as default136 } from "./modules/icons/components/IconTextUnderline.js";
|
|
136
|
+
import { default as default137 } from "./modules/icons/components/IconTextVanilla.js";
|
|
137
|
+
import { default as default138 } from "./modules/icons/components/IconToolCenter.js";
|
|
138
|
+
import { default as default139 } from "./modules/icons/components/IconTool.js";
|
|
139
|
+
import { default as default140 } from "./modules/icons/components/IconTrendingUp.js";
|
|
140
|
+
import { default as default141 } from "./modules/icons/components/IconUndo.js";
|
|
141
|
+
import { default as default142 } from "./modules/icons/components/IconUnlink.js";
|
|
142
|
+
import { default as default143 } from "./modules/icons/components/IconUnlock.js";
|
|
143
|
+
import { default as default144 } from "./modules/icons/components/IconUpload.js";
|
|
144
|
+
import { default as default145 } from "./modules/icons/components/IconUserSearch.js";
|
|
145
|
+
import { default as default146 } from "./modules/icons/components/IconUser.js";
|
|
146
|
+
import { default as default147 } from "./modules/icons/components/IconUsers.js";
|
|
147
|
+
import { default as default148 } from "./modules/icons/components/IconVideo.js";
|
|
148
|
+
import { default as default149 } from "./modules/icons/components/IconViewCalendar.js";
|
|
149
|
+
import { default as default150 } from "./modules/icons/components/IconViewList.js";
|
|
150
|
+
import { default as default151 } from "./modules/icons/components/IconWand.js";
|
|
151
|
+
import { default as default152 } from "./modules/icons/components/IconWrite.js";
|
|
152
|
+
import { default as default153 } from "./modules/icons/components/IconZoomIn.js";
|
|
153
|
+
import { default as default154 } from "./modules/icons/components/IconZoomOut.js";
|
|
152
154
|
export {
|
|
153
155
|
default3 as IconAdd,
|
|
154
156
|
default2 as IconAddUser,
|
|
@@ -214,91 +216,93 @@ export {
|
|
|
214
216
|
default63 as IconInbox,
|
|
215
217
|
default64 as IconInfoCircle,
|
|
216
218
|
default65 as IconLandscape,
|
|
217
|
-
default66 as
|
|
218
|
-
default67 as
|
|
219
|
-
default68 as
|
|
220
|
-
default69 as
|
|
221
|
-
default70 as
|
|
222
|
-
default71 as
|
|
223
|
-
default72 as
|
|
224
|
-
default73 as
|
|
225
|
-
default74 as
|
|
226
|
-
default75 as
|
|
227
|
-
default76 as
|
|
228
|
-
default77 as
|
|
229
|
-
default78 as
|
|
230
|
-
default79 as
|
|
231
|
-
default80 as
|
|
232
|
-
default81 as
|
|
233
|
-
default82 as
|
|
234
|
-
default83 as
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
default87 as
|
|
239
|
-
default88 as
|
|
240
|
-
default89 as
|
|
241
|
-
default90 as
|
|
242
|
-
default91 as
|
|
243
|
-
default92 as
|
|
244
|
-
default93 as
|
|
245
|
-
default94 as
|
|
246
|
-
default95 as
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
default97 as
|
|
250
|
-
default98 as
|
|
251
|
-
|
|
252
|
-
default101 as
|
|
253
|
-
default102 as
|
|
254
|
-
default103 as
|
|
255
|
-
default104 as
|
|
256
|
-
default105 as
|
|
257
|
-
default106 as
|
|
258
|
-
default107 as
|
|
259
|
-
default108 as
|
|
260
|
-
default109 as
|
|
261
|
-
default110 as
|
|
262
|
-
default111 as
|
|
263
|
-
default112 as
|
|
264
|
-
default113 as
|
|
265
|
-
default114 as
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
default118 as
|
|
270
|
-
default119 as
|
|
271
|
-
default120 as
|
|
272
|
-
default121 as
|
|
273
|
-
default122 as
|
|
274
|
-
default123 as
|
|
275
|
-
default124 as
|
|
276
|
-
default125 as
|
|
277
|
-
default126 as
|
|
278
|
-
default127 as
|
|
279
|
-
default128 as
|
|
280
|
-
default129 as
|
|
281
|
-
default130 as
|
|
282
|
-
default131 as
|
|
283
|
-
default132 as
|
|
284
|
-
default133 as
|
|
285
|
-
default134 as
|
|
286
|
-
default135 as
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
default140 as
|
|
292
|
-
default141 as
|
|
293
|
-
default142 as
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
default147 as
|
|
299
|
-
default148 as
|
|
300
|
-
default149 as
|
|
301
|
-
default150 as
|
|
302
|
-
default151 as
|
|
303
|
-
default152 as
|
|
219
|
+
default66 as IconLibrary,
|
|
220
|
+
default67 as IconLink,
|
|
221
|
+
default68 as IconListOrder,
|
|
222
|
+
default69 as IconLoader,
|
|
223
|
+
default70 as IconLock,
|
|
224
|
+
default71 as IconMail,
|
|
225
|
+
default72 as IconMergeCells,
|
|
226
|
+
default73 as IconMessageInfo,
|
|
227
|
+
default74 as IconMic,
|
|
228
|
+
default75 as IconMinus,
|
|
229
|
+
default76 as IconMove,
|
|
230
|
+
default77 as IconNoColors,
|
|
231
|
+
default78 as IconOptions,
|
|
232
|
+
default79 as IconOrderedList,
|
|
233
|
+
default80 as IconPaperclip,
|
|
234
|
+
default81 as IconPause,
|
|
235
|
+
default82 as IconPinOff,
|
|
236
|
+
default83 as IconPinOn,
|
|
237
|
+
default84 as IconPlaceholder,
|
|
238
|
+
default86 as IconPlay,
|
|
239
|
+
default85 as IconPlayFilled,
|
|
240
|
+
default87 as IconPlus,
|
|
241
|
+
default88 as IconPointerDefault,
|
|
242
|
+
default89 as IconPointerHand,
|
|
243
|
+
default90 as IconPrint,
|
|
244
|
+
default91 as IconQuestion,
|
|
245
|
+
default92 as IconRafterDown,
|
|
246
|
+
default93 as IconRafterLeft,
|
|
247
|
+
default94 as IconRafterRight,
|
|
248
|
+
default95 as IconRafterUp,
|
|
249
|
+
default96 as IconReaction,
|
|
250
|
+
default100 as IconRecord,
|
|
251
|
+
default97 as IconRecordPause,
|
|
252
|
+
default98 as IconRecordStop,
|
|
253
|
+
default99 as IconRecordVideo,
|
|
254
|
+
default101 as IconRedo,
|
|
255
|
+
default102 as IconRefresh,
|
|
256
|
+
default103 as IconReset,
|
|
257
|
+
default104 as IconRestart,
|
|
258
|
+
default105 as IconRestore,
|
|
259
|
+
default106 as IconSave,
|
|
260
|
+
default107 as IconSearch,
|
|
261
|
+
default108 as IconSee,
|
|
262
|
+
default109 as IconSend,
|
|
263
|
+
default110 as IconSetBackground,
|
|
264
|
+
default111 as IconSettings,
|
|
265
|
+
default112 as IconShare,
|
|
266
|
+
default113 as IconSmartphone,
|
|
267
|
+
default114 as IconSmiley,
|
|
268
|
+
default115 as IconSortAscendingLetters,
|
|
269
|
+
default117 as IconSortDescending,
|
|
270
|
+
default116 as IconSortDescendingLetters,
|
|
271
|
+
default118 as IconSortTime,
|
|
272
|
+
default119 as IconSpeechToText,
|
|
273
|
+
default120 as IconSplitCells,
|
|
274
|
+
default121 as IconSquareRoot,
|
|
275
|
+
default122 as IconStar,
|
|
276
|
+
default123 as IconSubscript,
|
|
277
|
+
default124 as IconSuccessFill,
|
|
278
|
+
default125 as IconSuccessOutline,
|
|
279
|
+
default126 as IconSuperscript,
|
|
280
|
+
default127 as IconTable,
|
|
281
|
+
default128 as IconTextBold,
|
|
282
|
+
default129 as IconTextColor,
|
|
283
|
+
default130 as IconTextHighlight,
|
|
284
|
+
default131 as IconTextItalic,
|
|
285
|
+
default132 as IconTextPage,
|
|
286
|
+
default133 as IconTextSize,
|
|
287
|
+
default134 as IconTextToSpeech,
|
|
288
|
+
default135 as IconTextTypo,
|
|
289
|
+
default136 as IconTextUnderline,
|
|
290
|
+
default137 as IconTextVanilla,
|
|
291
|
+
default139 as IconTool,
|
|
292
|
+
default138 as IconToolCenter,
|
|
293
|
+
default140 as IconTrendingUp,
|
|
294
|
+
default141 as IconUndo,
|
|
295
|
+
default142 as IconUnlink,
|
|
296
|
+
default143 as IconUnlock,
|
|
297
|
+
default144 as IconUpload,
|
|
298
|
+
default146 as IconUser,
|
|
299
|
+
default145 as IconUserSearch,
|
|
300
|
+
default147 as IconUsers,
|
|
301
|
+
default148 as IconVideo,
|
|
302
|
+
default149 as IconViewCalendar,
|
|
303
|
+
default150 as IconViewList,
|
|
304
|
+
default151 as IconWand,
|
|
305
|
+
default152 as IconWrite,
|
|
306
|
+
default153 as IconZoomIn,
|
|
307
|
+
default154 as IconZoomOut
|
|
304
308
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconLibrary: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconLibrary;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconLibrary = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", "aria-hidden": "true", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M24.02 12.14c0 3.2-1.24 6.22-3.51 8.5s-5.3 3.51-8.5 3.51A12.03 12.03 0 0 1 12 .11c1.38 0 2.37.23 3.65.68.25.08.48.18.67.26l.08.03.06.04a.76.76 0 0 1 .29.26.73.73 0 0 1 .13.45.78.78 0 0 1-.76.79.7.7 0 0 1-.34-.1 26 26 0 0 0-.66-.25 8.6 8.6 0 0 0-3.13-.6 10.46 10.46 0 1 0 10.47 10.47c0-1.72-.37-3.1-1.18-4.62a14 14 0 0 1-.2-.36L21.03 7 21 6.96l-.03-.03-.01-.04-.04-.06-.14-.24-.04.14a.73.73 0 0 1-.89.53.73.73 0 0 1-.45-.34.76.76 0 0 1-.07-.55l.46-1.76a.78.78 0 0 1 .36-.49.87.87 0 0 1 .63-.06l1.75.56a.73.73 0 0 1 .47.9v.01a.73.73 0 0 1-.72.5c.17.3.32.59.4.77a10.9 10.9 0 0 1 1.35 5.33zm-4.18-8.96a1.38 1.38 0 1 1-2.76 0 1.38 1.38 0 0 1 2.76 0m-7.78 1.44c-2.62 0-5.15 2.02-5.15 4.9 0 3.5 2.48 4.4 2.76 6.68h4.77c.29-2.28 2.76-3.17 2.76-6.68 0-2.88-2.53-4.9-5.14-4.9m-.48 1.1c.28-.02.52.12.5.4a.45.45 0 0 1-.4.45 3.21 3.21 0 0 0-2.84 3.2c0 .32.05.64.14.94.09.22-.05.5-.27.57s-.5-.09-.55-.32a4 4 0 0 1-.18-1.2 4.08 4.08 0 0 1 3.6-4.04M9.7 17.05v.85h4.72v-.85zm0 1.71v.43c0 .5.4.86.85.86h3a.86.86 0 0 0 .87-.86v-.43zm1.5 1.72a.86.86 0 1 0 1.71 0z" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconLibrary as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconStar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconStar;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconStar = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#icon-star_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.272 1.977c.772-1.323 2.684-1.323 3.455 0l2.769 4.746 5.16 1.19a2 2 0 0 1 1.099 3.216l-3.653 4.464.778 5.446c.224 1.569-1.379 2.763-2.818 2.099L12 20.8l-5.062 2.337c-1.44.664-3.042-.53-2.818-2.1l.778-5.445-3.653-4.464a2 2 0 0 1 1.098-3.215l5.161-1.191zm4.496 5.754L12 2.985 9.232 7.73a2 2 0 0 1-1.278.94l-5.16 1.191 3.652 4.465a2 2 0 0 1 .432 1.55L6.1 21.321l5.062-2.337a2 2 0 0 1 1.676 0l5.062 2.337-.778-5.446a2 2 0 0 1 .432-1.55l3.653-4.464-5.16-1.19a2 2 0 0 1-1.279-.941", clipRule: "evenodd" }) }),
|
|
9
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-star_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
10
|
+
] });
|
|
11
|
+
export {
|
|
12
|
+
SvgIconStar as default
|
|
13
|
+
};
|
|
@@ -62,6 +62,7 @@ export { default as IconImageSizeSmall } from './IconImageSizeSmall';
|
|
|
62
62
|
export { default as IconInbox } from './IconInbox';
|
|
63
63
|
export { default as IconInfoCircle } from './IconInfoCircle';
|
|
64
64
|
export { default as IconLandscape } from './IconLandscape';
|
|
65
|
+
export { default as IconLibrary } from './IconLibrary';
|
|
65
66
|
export { default as IconLink } from './IconLink';
|
|
66
67
|
export { default as IconListOrder } from './IconListOrder';
|
|
67
68
|
export { default as IconLoader } from './IconLoader';
|
|
@@ -117,6 +118,7 @@ export { default as IconSortTime } from './IconSortTime';
|
|
|
117
118
|
export { default as IconSpeechToText } from './IconSpeechToText';
|
|
118
119
|
export { default as IconSplitCells } from './IconSplitCells';
|
|
119
120
|
export { default as IconSquareRoot } from './IconSquareRoot';
|
|
121
|
+
export { default as IconStar } from './IconStar';
|
|
120
122
|
export { default as IconSubscript } from './IconSubscript';
|
|
121
123
|
export { default as IconSuccessFill } from './IconSuccessFill';
|
|
122
124
|
export { default as IconSuccessOutline } from './IconSuccessOutline';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.0.0-develop-enabling.
|
|
3
|
+
"version": "2.0.0-develop-enabling.20250616111400",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"react-slugify": "^3.0.3",
|
|
119
119
|
"swiper": "^10.1.0",
|
|
120
120
|
"ua-parser-js": "^1.0.36",
|
|
121
|
-
"@edifice.io/bootstrap": "2.0.0-develop-enabling.
|
|
122
|
-
"@edifice.io/tiptap-extensions": "2.0.0-develop-enabling.
|
|
123
|
-
"@edifice.io/utilities": "2.0.0-develop-enabling.
|
|
121
|
+
"@edifice.io/bootstrap": "2.0.0-develop-enabling.20250616111400",
|
|
122
|
+
"@edifice.io/tiptap-extensions": "2.0.0-develop-enabling.20250616111400",
|
|
123
|
+
"@edifice.io/utilities": "2.0.0-develop-enabling.20250616111400"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -151,8 +151,8 @@
|
|
|
151
151
|
"vite": "^5.4.11",
|
|
152
152
|
"vite-plugin-dts": "^4.1.0",
|
|
153
153
|
"vite-tsconfig-paths": "^5.0.1",
|
|
154
|
-
"@edifice.io/
|
|
155
|
-
"@edifice.io/
|
|
154
|
+
"@edifice.io/client": "2.0.0-develop-enabling.20250616111400",
|
|
155
|
+
"@edifice.io/config": "2.0.0-develop-enabling.20250616111400"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"@react-spring/web": "^9.7.5",
|