@primeicons/angular 8.0.0-alpha.5 → 8.0.0-alpha.6
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/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primeicons/angular",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.6",
|
|
4
4
|
"author": "PrimeTek Informatics",
|
|
5
5
|
"homepage": "https://primeicons.org/",
|
|
6
6
|
"description": "PrimeIcons for Angular - 300+ customizable SVG icons as Angular components",
|
|
@@ -28,21 +28,23 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@primeuix/utils": "^0.6.4",
|
|
30
30
|
"tslib": "^2",
|
|
31
|
-
"@primeicons/core": "8.0.0-alpha.
|
|
31
|
+
"@primeicons/core": "8.0.0-alpha.6"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@angular/core": ">=21"
|
|
35
35
|
},
|
|
36
|
-
"module": "fesm2022/primeicons-angular.mjs",
|
|
37
|
-
"typings": "types/primeicons-angular.d.ts",
|
|
38
36
|
"exports": {
|
|
39
|
-
"./package.json": {
|
|
40
|
-
"default": "./package.json"
|
|
41
|
-
},
|
|
42
37
|
".": {
|
|
43
38
|
"types": "./types/primeicons-angular.d.ts",
|
|
44
39
|
"default": "./fesm2022/primeicons-angular.mjs"
|
|
45
40
|
},
|
|
41
|
+
"./core": {
|
|
42
|
+
"types": "./types/primeicons-angular-core.d.ts",
|
|
43
|
+
"default": "./fesm2022/primeicons-angular-core.mjs"
|
|
44
|
+
},
|
|
45
|
+
"./package.json": {
|
|
46
|
+
"default": "./package.json"
|
|
47
|
+
},
|
|
46
48
|
"./address-book": {
|
|
47
49
|
"types": "./types/primeicons-angular-address-book.d.ts",
|
|
48
50
|
"default": "./fesm2022/primeicons-angular-address-book.mjs"
|
|
@@ -427,10 +429,6 @@
|
|
|
427
429
|
"types": "./types/primeicons-angular-copy.d.ts",
|
|
428
430
|
"default": "./fesm2022/primeicons-angular-copy.mjs"
|
|
429
431
|
},
|
|
430
|
-
"./core": {
|
|
431
|
-
"types": "./types/primeicons-angular-core.d.ts",
|
|
432
|
-
"default": "./fesm2022/primeicons-angular-core.mjs"
|
|
433
|
-
},
|
|
434
432
|
"./credit-card": {
|
|
435
433
|
"types": "./types/primeicons-angular-credit-card.d.ts",
|
|
436
434
|
"default": "./fesm2022/primeicons-angular-credit-card.mjs"
|
|
@@ -1299,5 +1297,7 @@
|
|
|
1299
1297
|
"types": "./types/primeicons-angular-youtube.d.ts",
|
|
1300
1298
|
"default": "./fesm2022/primeicons-angular-youtube.mjs"
|
|
1301
1299
|
}
|
|
1302
|
-
}
|
|
1300
|
+
},
|
|
1301
|
+
"module": "fesm2022/primeicons-angular.mjs",
|
|
1302
|
+
"typings": "types/primeicons-angular.d.ts"
|
|
1303
1303
|
}
|