@genarou/blazir-icons 1.2.0 → 1.2.2
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/icons-api.d.ts +30 -16
- package/dist/icons-api.js +30 -16
- package/package.json +1 -1
package/dist/icons-api.d.ts
CHANGED
|
@@ -165,6 +165,24 @@ export declare const iconCategories: {
|
|
|
165
165
|
};
|
|
166
166
|
export type IconCategory = keyof typeof iconCategories;
|
|
167
167
|
export declare const icons: {
|
|
168
|
+
readonly actions: {
|
|
169
|
+
readonly plus: "plus";
|
|
170
|
+
readonly download: "download";
|
|
171
|
+
readonly downloadAnimated: "downloadAnimated";
|
|
172
|
+
readonly edit: "editOutline";
|
|
173
|
+
readonly upload: "upload";
|
|
174
|
+
readonly uploadAnimated: "uploadAnimated";
|
|
175
|
+
readonly uploadLoader: "uploadLoader";
|
|
176
|
+
readonly fileUpdate: "fileUpdateAnimated";
|
|
177
|
+
readonly delete: "trash";
|
|
178
|
+
readonly x: "close";
|
|
179
|
+
readonly check: "check";
|
|
180
|
+
readonly search: "magnifyingGlass";
|
|
181
|
+
readonly filter: "filterOutline";
|
|
182
|
+
readonly copy: "copy";
|
|
183
|
+
readonly favorites: "favorites";
|
|
184
|
+
readonly star: "star";
|
|
185
|
+
};
|
|
168
186
|
readonly nav: {
|
|
169
187
|
readonly home: "home";
|
|
170
188
|
readonly dashboard: "dashboard";
|
|
@@ -174,6 +192,8 @@ export declare const icons: {
|
|
|
174
192
|
readonly search: "search";
|
|
175
193
|
readonly filter: "filterOutline";
|
|
176
194
|
readonly copy: "copy";
|
|
195
|
+
readonly location: "location";
|
|
196
|
+
readonly locationAnimated: "locationAnimated";
|
|
177
197
|
};
|
|
178
198
|
readonly user: {
|
|
179
199
|
readonly profile: "user";
|
|
@@ -181,13 +201,15 @@ export declare const icons: {
|
|
|
181
201
|
readonly team: "team";
|
|
182
202
|
readonly supervisor: "supervisor";
|
|
183
203
|
readonly enterprise: "enterprise";
|
|
184
|
-
readonly
|
|
204
|
+
readonly key: "key";
|
|
185
205
|
readonly logout: "logout";
|
|
186
206
|
readonly lock: "lock";
|
|
187
207
|
readonly lockOpen: "lockOpen";
|
|
188
208
|
readonly eye: "eye";
|
|
189
209
|
readonly eyeOff: "eyeOff";
|
|
190
210
|
readonly shield: "shield";
|
|
211
|
+
readonly trash: "trash";
|
|
212
|
+
readonly trashOutline: "trashOutline";
|
|
191
213
|
};
|
|
192
214
|
readonly comm: {
|
|
193
215
|
readonly email: "email";
|
|
@@ -221,13 +243,15 @@ export declare const icons: {
|
|
|
221
243
|
readonly excel: "excel";
|
|
222
244
|
readonly notes: "notes";
|
|
223
245
|
readonly book: "book";
|
|
224
|
-
readonly image: "image";
|
|
225
246
|
readonly csv: "csv";
|
|
226
247
|
readonly word: "word";
|
|
227
248
|
readonly powerpoint: "powerpoint";
|
|
228
249
|
readonly xml: "xml";
|
|
229
250
|
readonly zip: "zip";
|
|
230
251
|
readonly png: "png";
|
|
252
|
+
readonly excelAnimated: "excelAnimated";
|
|
253
|
+
readonly image: "image";
|
|
254
|
+
readonly imageAnimated: "imageAnimated";
|
|
231
255
|
};
|
|
232
256
|
readonly calendar: {
|
|
233
257
|
readonly calendar: "calendar";
|
|
@@ -253,11 +277,10 @@ export declare const icons: {
|
|
|
253
277
|
readonly warning: "warning";
|
|
254
278
|
readonly info: "circleInfo";
|
|
255
279
|
readonly question: "circleQuestion";
|
|
256
|
-
readonly star: "star";
|
|
257
|
-
readonly favorites: "favorites";
|
|
258
280
|
readonly reset: "reset";
|
|
259
281
|
readonly alternate: "alternate";
|
|
260
282
|
readonly height: "height";
|
|
283
|
+
readonly measure: "measure";
|
|
261
284
|
};
|
|
262
285
|
readonly loading: {
|
|
263
286
|
readonly dots: "loadingDots";
|
|
@@ -271,27 +294,18 @@ export declare const icons: {
|
|
|
271
294
|
readonly categoryAdd: "categoryAdd";
|
|
272
295
|
readonly categorySearch: "categorySearch";
|
|
273
296
|
readonly boxAdd: "boxAdd";
|
|
274
|
-
readonly measure: "measure";
|
|
275
297
|
readonly box: "box";
|
|
276
|
-
|
|
277
|
-
readonly logistics: {
|
|
298
|
+
readonly scan: "scan";
|
|
278
299
|
readonly truck: "truck";
|
|
279
300
|
readonly truckReturn: "truckReturn";
|
|
280
301
|
readonly warehouse: "warehouse";
|
|
281
|
-
readonly location: "location";
|
|
282
|
-
readonly locationAnimated: "locationAnimated";
|
|
283
|
-
};
|
|
284
|
-
readonly tools: {
|
|
285
|
-
readonly edit: "editOutline";
|
|
286
|
-
readonly trash: "trash";
|
|
287
|
-
readonly trashOutline: "trashOutline";
|
|
288
|
-
readonly scan: "scan";
|
|
289
|
-
readonly security: "security";
|
|
290
302
|
};
|
|
291
303
|
readonly entities: {
|
|
292
304
|
readonly entities: "objectGroup";
|
|
293
305
|
readonly objectGroup: "objectGroup";
|
|
294
306
|
readonly project: "project";
|
|
307
|
+
readonly security: "security";
|
|
308
|
+
readonly menuBurger: "hamburguer";
|
|
295
309
|
};
|
|
296
310
|
readonly platforms: {
|
|
297
311
|
readonly google: "google";
|
package/dist/icons-api.js
CHANGED
|
@@ -293,6 +293,24 @@ export const iconCategories = {
|
|
|
293
293
|
// 🧰 Shortcuts: agrupaciones amigables para autocompletado
|
|
294
294
|
// -------------------------------------------------------------------
|
|
295
295
|
export const icons = {
|
|
296
|
+
actions: {
|
|
297
|
+
plus: bzIcons.Plus,
|
|
298
|
+
download: bzIcons.Download,
|
|
299
|
+
downloadAnimated: bzIcons.DownloadAnimated,
|
|
300
|
+
edit: bzIcons.EditOutline,
|
|
301
|
+
upload: bzIcons.Upload,
|
|
302
|
+
uploadAnimated: bzIcons.UploadAnimated,
|
|
303
|
+
uploadLoader: bzIcons.UploadLoader,
|
|
304
|
+
fileUpdate: bzIcons.FileUpdateAnimated,
|
|
305
|
+
delete: bzIcons.Trash,
|
|
306
|
+
x: bzIcons.Close,
|
|
307
|
+
check: bzIcons.Check,
|
|
308
|
+
search: bzIcons.MagnifyingGlass,
|
|
309
|
+
filter: bzIcons.Filter,
|
|
310
|
+
copy: bzIcons.Copy,
|
|
311
|
+
favorites: bzIcons.Favorites,
|
|
312
|
+
star: bzIcons.Star,
|
|
313
|
+
},
|
|
296
314
|
nav: {
|
|
297
315
|
home: bzIcons.Home,
|
|
298
316
|
dashboard: bzIcons.Dashboard,
|
|
@@ -302,6 +320,8 @@ export const icons = {
|
|
|
302
320
|
search: bzIcons.Search,
|
|
303
321
|
filter: bzIcons.Filter,
|
|
304
322
|
copy: bzIcons.Copy,
|
|
323
|
+
location: bzIcons.Location,
|
|
324
|
+
locationAnimated: bzIcons.LocationAnimated,
|
|
305
325
|
},
|
|
306
326
|
user: {
|
|
307
327
|
profile: bzIcons.User,
|
|
@@ -309,13 +329,15 @@ export const icons = {
|
|
|
309
329
|
team: bzIcons.Team,
|
|
310
330
|
supervisor: bzIcons.Supervisor,
|
|
311
331
|
enterprise: bzIcons.Enterprise,
|
|
312
|
-
|
|
332
|
+
key: bzIcons.Key,
|
|
313
333
|
logout: bzIcons.Logout,
|
|
314
334
|
lock: bzIcons.Lock,
|
|
315
335
|
lockOpen: bzIcons.LockOpen,
|
|
316
336
|
eye: bzIcons.Eye,
|
|
317
337
|
eyeOff: bzIcons.EyeOff,
|
|
318
338
|
shield: bzIcons.Shield,
|
|
339
|
+
trash: bzIcons.Trash,
|
|
340
|
+
trashOutline: bzIcons.TrashOutline,
|
|
319
341
|
},
|
|
320
342
|
comm: {
|
|
321
343
|
email: bzIcons.Email,
|
|
@@ -349,13 +371,15 @@ export const icons = {
|
|
|
349
371
|
excel: bzIcons.Excel,
|
|
350
372
|
notes: bzIcons.Notes,
|
|
351
373
|
book: bzIcons.Book,
|
|
352
|
-
image: bzIcons.Image,
|
|
353
374
|
csv: bzIcons.Csv,
|
|
354
375
|
word: bzIcons.Word,
|
|
355
376
|
powerpoint: bzIcons.Powerpoint,
|
|
356
377
|
xml: bzIcons.Xml,
|
|
357
378
|
zip: bzIcons.Zip,
|
|
358
379
|
png: bzIcons.Png,
|
|
380
|
+
excelAnimated: bzIcons.ExcelAnimated,
|
|
381
|
+
image: bzIcons.Image,
|
|
382
|
+
imageAnimated: bzIcons.ImageAnimated,
|
|
359
383
|
},
|
|
360
384
|
calendar: {
|
|
361
385
|
calendar: bzIcons.Calendar,
|
|
@@ -381,11 +405,10 @@ export const icons = {
|
|
|
381
405
|
warning: bzIcons.Warning,
|
|
382
406
|
info: bzIcons.CircleInfo,
|
|
383
407
|
question: bzIcons.CircleQuestion,
|
|
384
|
-
star: bzIcons.Star,
|
|
385
|
-
favorites: bzIcons.Favorites,
|
|
386
408
|
reset: bzIcons.Reset,
|
|
387
409
|
alternate: bzIcons.Alternate,
|
|
388
410
|
height: bzIcons.Height,
|
|
411
|
+
measure: bzIcons.Measure,
|
|
389
412
|
},
|
|
390
413
|
loading: {
|
|
391
414
|
dots: bzIcons.LoadingDots,
|
|
@@ -399,27 +422,18 @@ export const icons = {
|
|
|
399
422
|
categoryAdd: bzIcons.CategoryAdd,
|
|
400
423
|
categorySearch: bzIcons.CategorySearch,
|
|
401
424
|
boxAdd: bzIcons.BoxAdd,
|
|
402
|
-
measure: bzIcons.Measure,
|
|
403
425
|
box: bzIcons.Box,
|
|
404
|
-
|
|
405
|
-
logistics: {
|
|
426
|
+
scan: bzIcons.Scan,
|
|
406
427
|
truck: bzIcons.Truck,
|
|
407
428
|
truckReturn: bzIcons.TruckReturn,
|
|
408
429
|
warehouse: bzIcons.Warehouse,
|
|
409
|
-
location: bzIcons.Location,
|
|
410
|
-
locationAnimated: bzIcons.LocationAnimated,
|
|
411
|
-
},
|
|
412
|
-
tools: {
|
|
413
|
-
edit: bzIcons.EditOutline,
|
|
414
|
-
trash: bzIcons.Trash,
|
|
415
|
-
trashOutline: bzIcons.TrashOutline,
|
|
416
|
-
scan: bzIcons.Scan,
|
|
417
|
-
security: bzIcons.Security,
|
|
418
430
|
},
|
|
419
431
|
entities: {
|
|
420
432
|
entities: bzIcons.Entities, // alias a objectGroup
|
|
421
433
|
objectGroup: bzIcons.ObjectGroup,
|
|
422
434
|
project: bzIcons.Project,
|
|
435
|
+
security: bzIcons.Security,
|
|
436
|
+
menuBurger: bzIcons.MenuBurger,
|
|
423
437
|
},
|
|
424
438
|
platforms: {
|
|
425
439
|
google: bzIcons.Google,
|