@genarou/blazir-icons 1.3.2 → 1.3.4
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/LICENSE +67 -42
- package/dist/icons/Ai.svelte +34 -6
- package/dist/icons/Alternate.svelte +15 -8
- package/dist/icons/Alternate.svelte.d.ts +5 -2
- package/dist/icons/AnimatedArrowLeft.svelte +29 -11
- package/dist/icons/AnimatedArrowLeft.svelte.d.ts +5 -2
- package/dist/icons/Archive.svelte +21 -0
- package/dist/icons/Archive.svelte.d.ts +7 -0
- package/dist/icons/Attachment.svelte +10 -10
- package/dist/icons/Attachment.svelte.d.ts +5 -2
- package/dist/icons/Bank.svelte +16 -8
- package/dist/icons/Bank.svelte.d.ts +5 -2
- package/dist/icons/Bell.svelte +11 -8
- package/dist/icons/Bell.svelte.d.ts +5 -2
- package/dist/icons/Box.svelte +12 -10
- package/dist/icons/Box.svelte.d.ts +5 -2
- package/dist/icons/BoxAdd.svelte +11 -8
- package/dist/icons/BoxAdd.svelte.d.ts +5 -2
- package/dist/icons/Buy.svelte +11 -10
- package/dist/icons/Buy.svelte.d.ts +5 -2
- package/dist/icons/Calendar.svelte +12 -9
- package/dist/icons/Calendar.svelte.d.ts +5 -2
- package/dist/icons/CalendarEdit.svelte +5 -5
- package/dist/icons/CalendarPlus.svelte +11 -9
- package/dist/icons/CalendarPlus.svelte.d.ts +5 -2
- package/dist/icons/Cart.svelte +13 -10
- package/dist/icons/Connect.svelte +21 -0
- package/dist/icons/Connect.svelte.d.ts +7 -0
- package/dist/icons/Dashboard.svelte +10 -7
- package/dist/icons/Dashboard.svelte.d.ts +5 -2
- package/dist/icons/DashboardOutlined.svelte +14 -12
- package/dist/icons/DashboardOutlined.svelte.d.ts +5 -2
- package/dist/icons/Eye.svelte +42 -29
- package/dist/icons/Eye.svelte.d.ts +5 -2
- package/dist/icons/EyeOff.svelte +51 -51
- package/dist/icons/EyeOff.svelte.d.ts +5 -2
- package/dist/icons/Filter.svelte +9 -6
- package/dist/icons/Filter.svelte.d.ts +1 -1
- package/dist/icons/FilterOutline.svelte +8 -7
- package/dist/icons/FilterOutline.svelte.d.ts +5 -2
- package/dist/icons/HardDrive.svelte +21 -0
- package/dist/icons/HardDrive.svelte.d.ts +7 -0
- package/dist/icons/Historic.svelte +21 -0
- package/dist/icons/Historic.svelte.d.ts +7 -0
- package/dist/icons/Home.svelte +11 -7
- package/dist/icons/Home.svelte.d.ts +5 -2
- package/dist/icons/MagnifiyingGlass.svelte +12 -8
- package/dist/icons/MagnifiyingGlass.svelte.d.ts +5 -2
- package/dist/icons/Pause.svelte +21 -0
- package/dist/icons/Pause.svelte.d.ts +7 -0
- package/dist/icons/Play.svelte +21 -0
- package/dist/icons/Play.svelte.d.ts +7 -0
- package/dist/icons/Process.svelte +21 -0
- package/dist/icons/Process.svelte.d.ts +7 -0
- package/dist/icons/Qr.svelte +21 -0
- package/dist/icons/Qr.svelte.d.ts +7 -0
- package/dist/icons/Settings.svelte +16 -8
- package/dist/icons/Settings.svelte.d.ts +5 -2
- package/dist/icons/SyncPhoto.svelte +21 -0
- package/dist/icons/SyncPhoto.svelte.d.ts +7 -0
- package/dist/icons/UserShield.svelte +21 -0
- package/dist/icons/UserShield.svelte.d.ts +7 -0
- package/dist/icons/Work.svelte +21 -0
- package/dist/icons/Work.svelte.d.ts +7 -0
- package/dist/icons/lazy-registry.js +12 -1
- package/dist/icons/registry.d.ts +87 -18
- package/dist/icons/registry.js +24 -1
- package/dist/icons-api.d.ts +11 -0
- package/dist/icons-api.js +11 -0
- package/package.json +13 -12
package/dist/icons/registry.js
CHANGED
|
@@ -59,6 +59,7 @@ import EyeOff from "./EyeOff.svelte";
|
|
|
59
59
|
import Favorites from "./Favorites.svelte";
|
|
60
60
|
import File from "./File.svelte";
|
|
61
61
|
import FileUpdateAnimated from "./FileUploadAnimated.svelte";
|
|
62
|
+
import Filter from "./Filter.svelte";
|
|
62
63
|
import FilterOutline from "./FilterOutline.svelte";
|
|
63
64
|
import Fingerprint from "./Fingerprint.svelte";
|
|
64
65
|
import Folder from "./Folder.svelte";
|
|
@@ -135,7 +136,9 @@ import UpDownArrow from "./UpDownArrow.svelte";
|
|
|
135
136
|
import Upload from "./Upload.svelte";
|
|
136
137
|
import UploadAnimated from "./UploadAnimated.svelte";
|
|
137
138
|
import UploadLoader from "./UploadLoader.svelte";
|
|
139
|
+
import Qr from "./Qr.svelte";
|
|
138
140
|
import User from "./User.svelte";
|
|
141
|
+
import UserShield from "./UserShield.svelte";
|
|
139
142
|
import UserTie from "./UserTie.svelte";
|
|
140
143
|
import Wallet from "./Wallet.svelte";
|
|
141
144
|
import Warehouse from "./Warehouse.svelte";
|
|
@@ -161,6 +164,15 @@ import Power from "./Power.svelte";
|
|
|
161
164
|
import Receipt from "./Receipt.svelte";
|
|
162
165
|
import Sync from "./Sync.svelte";
|
|
163
166
|
import Wifi from "./Wifi.svelte";
|
|
167
|
+
import SyncPhoto from "./SyncPhoto.svelte";
|
|
168
|
+
import Process from "./Process.svelte";
|
|
169
|
+
import Play from "./Play.svelte";
|
|
170
|
+
import Pause from "./Pause.svelte";
|
|
171
|
+
import Historic from "./Historic.svelte";
|
|
172
|
+
import HardDrive from "./HardDrive.svelte";
|
|
173
|
+
import Connect from "./Connect.svelte";
|
|
174
|
+
import Archive from "./Archive.svelte";
|
|
175
|
+
import Work from "./Work.svelte";
|
|
164
176
|
// 🔑 Catálogo central de íconos - usando directamente los componentes
|
|
165
177
|
export const iconRegistry = {
|
|
166
178
|
// — Navegación y layout —
|
|
@@ -178,6 +190,7 @@ export const iconRegistry = {
|
|
|
178
190
|
more: More,
|
|
179
191
|
// — Usuarios y autenticación —
|
|
180
192
|
user: User,
|
|
193
|
+
userShield: UserShield,
|
|
181
194
|
userTie: UserTie,
|
|
182
195
|
team: Team,
|
|
183
196
|
group: Group,
|
|
@@ -251,6 +264,7 @@ export const iconRegistry = {
|
|
|
251
264
|
save: Save,
|
|
252
265
|
form: Form,
|
|
253
266
|
print: Print,
|
|
267
|
+
work: Work,
|
|
254
268
|
// — Calendario y tiempo —
|
|
255
269
|
calendar: Calendar,
|
|
256
270
|
calendarPlus: CalendarPlus,
|
|
@@ -271,6 +285,14 @@ export const iconRegistry = {
|
|
|
271
285
|
uploadProgress: UploadLoader,
|
|
272
286
|
fileUploadAnimated: FileUpdateAnimated,
|
|
273
287
|
refresh: Refresh,
|
|
288
|
+
syncPhoto: SyncPhoto,
|
|
289
|
+
process: Process,
|
|
290
|
+
play: Play,
|
|
291
|
+
pause: Pause,
|
|
292
|
+
historic: Historic,
|
|
293
|
+
hardDrive: HardDrive,
|
|
294
|
+
connect: Connect,
|
|
295
|
+
archive: Archive,
|
|
274
296
|
// — Estados y feedback —
|
|
275
297
|
check: Check,
|
|
276
298
|
checkOutline: CheckO,
|
|
@@ -322,7 +344,7 @@ export const iconRegistry = {
|
|
|
322
344
|
editOutline: EditOutline,
|
|
323
345
|
trash: Trash,
|
|
324
346
|
trashOutline: TrashOutline,
|
|
325
|
-
filter:
|
|
347
|
+
filter: Filter,
|
|
326
348
|
filterOutline: FilterOutline,
|
|
327
349
|
tags: Tags,
|
|
328
350
|
tools: Tools,
|
|
@@ -342,5 +364,6 @@ export const iconRegistry = {
|
|
|
342
364
|
earth: Earth,
|
|
343
365
|
globe: Globe,
|
|
344
366
|
lightHub: LightHub,
|
|
367
|
+
qr: Qr,
|
|
345
368
|
sync: Sync,
|
|
346
369
|
};
|
package/dist/icons-api.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export declare const bzIcons: {
|
|
|
17
17
|
readonly Sidebar: "sidebar";
|
|
18
18
|
readonly More: "more";
|
|
19
19
|
readonly User: "user";
|
|
20
|
+
readonly UserShield: "userShield";
|
|
20
21
|
readonly UserTie: "userTie";
|
|
21
22
|
readonly Team: "team";
|
|
22
23
|
readonly Group: "group";
|
|
@@ -86,6 +87,15 @@ export declare const bzIcons: {
|
|
|
86
87
|
readonly Save: "save";
|
|
87
88
|
readonly Form: "form";
|
|
88
89
|
readonly Print: "print";
|
|
90
|
+
readonly Work: "work";
|
|
91
|
+
readonly SyncPhoto: "syncPhoto";
|
|
92
|
+
readonly Process: "process";
|
|
93
|
+
readonly Play: "play";
|
|
94
|
+
readonly Pause: "pause";
|
|
95
|
+
readonly Historic: "historic";
|
|
96
|
+
readonly HardDrive: "hardDrive";
|
|
97
|
+
readonly Connect: "connect";
|
|
98
|
+
readonly Archive: "archive";
|
|
89
99
|
readonly Calendar: "calendar";
|
|
90
100
|
readonly CalendarPlus: "calendarPlus";
|
|
91
101
|
readonly CalendarEdit: "calendarEdit";
|
|
@@ -164,6 +174,7 @@ export declare const bzIcons: {
|
|
|
164
174
|
readonly Earth: "earth";
|
|
165
175
|
readonly Globe: "globe";
|
|
166
176
|
readonly LightHub: "lightHub";
|
|
177
|
+
readonly Qr: "qr";
|
|
167
178
|
readonly Sync: "sync";
|
|
168
179
|
};
|
|
169
180
|
export type BzIconKey = keyof typeof bzIcons;
|
package/dist/icons-api.js
CHANGED
|
@@ -18,6 +18,7 @@ export const bzIcons = {
|
|
|
18
18
|
More: "more",
|
|
19
19
|
// — Usuarios y autenticación —
|
|
20
20
|
User: "user",
|
|
21
|
+
UserShield: "userShield",
|
|
21
22
|
UserTie: "userTie",
|
|
22
23
|
Team: "team",
|
|
23
24
|
Group: "group",
|
|
@@ -91,6 +92,15 @@ export const bzIcons = {
|
|
|
91
92
|
Save: "save",
|
|
92
93
|
Form: "form",
|
|
93
94
|
Print: "print",
|
|
95
|
+
Work: "work",
|
|
96
|
+
SyncPhoto: "syncPhoto",
|
|
97
|
+
Process: "process",
|
|
98
|
+
Play: "play",
|
|
99
|
+
Pause: "pause",
|
|
100
|
+
Historic: "historic",
|
|
101
|
+
HardDrive: "hardDrive",
|
|
102
|
+
Connect: "connect",
|
|
103
|
+
Archive: "archive",
|
|
94
104
|
// — Calendario y tiempo —
|
|
95
105
|
Calendar: "calendar",
|
|
96
106
|
CalendarPlus: "calendarPlus",
|
|
@@ -180,5 +190,6 @@ export const bzIcons = {
|
|
|
180
190
|
Earth: "earth",
|
|
181
191
|
Globe: "globe",
|
|
182
192
|
LightHub: "lightHub",
|
|
193
|
+
Qr: "qr",
|
|
183
194
|
Sync: "sync",
|
|
184
195
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genarou/blazir-icons",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,6 +38,17 @@
|
|
|
38
38
|
"README.md",
|
|
39
39
|
"LICENSE"
|
|
40
40
|
],
|
|
41
|
+
"scripts": {
|
|
42
|
+
"dev": "vite",
|
|
43
|
+
"build": "svelte-package",
|
|
44
|
+
"preview": "vite preview",
|
|
45
|
+
"prepublishOnly": "npm run build",
|
|
46
|
+
"clean": "rm -rf dist",
|
|
47
|
+
"prebuild": "npm run clean",
|
|
48
|
+
"try": "npm run build && vite --config play/vite.config.js",
|
|
49
|
+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
50
|
+
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
|
|
51
|
+
},
|
|
41
52
|
"devDependencies": {
|
|
42
53
|
"@sveltejs/kit": "^2.47.1",
|
|
43
54
|
"@sveltejs/package": "^2.5.0",
|
|
@@ -64,15 +75,5 @@
|
|
|
64
75
|
"homepage": "https://github.com/GenaroUG/blazir-icons#readme",
|
|
65
76
|
"bugs": {
|
|
66
77
|
"url": "https://github.com/GenaroUG/blazir-icons/issues"
|
|
67
|
-
},
|
|
68
|
-
"scripts": {
|
|
69
|
-
"dev": "vite",
|
|
70
|
-
"build": "svelte-package",
|
|
71
|
-
"preview": "vite preview",
|
|
72
|
-
"clean": "rm -rf dist",
|
|
73
|
-
"prebuild": "npm run clean",
|
|
74
|
-
"try": "npm run build && vite --config play/vite.config.js",
|
|
75
|
-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
76
|
-
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
|
|
77
78
|
}
|
|
78
|
-
}
|
|
79
|
+
}
|