@ng-icons/material-icons 29.3.0 → 29.4.0

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.
Files changed (1) hide show
  1. package/package.json +45 -45
package/package.json CHANGED
@@ -1,50 +1,50 @@
1
1
  {
2
- "name": "@ng-icons/material-icons",
3
- "version": "29.3.0",
4
- "dependencies": {
5
- "tslib": "^2.2.0"
2
+ "name": "@ng-icons/material-icons",
3
+ "version": "29.4.0",
4
+ "dependencies": {
5
+ "tslib": "^2.2.0"
6
+ },
7
+ "license": "MIT",
8
+ "repository": {
9
+ "url": "https://github.com/ng-icons/ng-icons"
10
+ },
11
+ "homepage": "https://ng-icons.github.io/ng-icons/",
12
+ "module": "fesm2022/ng-icons-material-icons.mjs",
13
+ "typings": "index.d.ts",
14
+ "exports": {
15
+ "./package.json": {
16
+ "default": "./package.json"
6
17
  },
7
- "license": "MIT",
8
- "repository": {
9
- "url": "https://github.com/ng-icons/ng-icons"
18
+ ".": {
19
+ "types": "./index.d.ts",
20
+ "esm2022": "./esm2022/ng-icons-material-icons.mjs",
21
+ "esm": "./esm2022/ng-icons-material-icons.mjs",
22
+ "default": "./fesm2022/ng-icons-material-icons.mjs"
10
23
  },
11
- "homepage": "https://ng-icons.github.io/ng-icons/",
12
- "module": "fesm2022/ng-icons-material-icons.mjs",
13
- "typings": "index.d.ts",
14
- "exports": {
15
- "./package.json": {
16
- "default": "./package.json"
17
- },
18
- ".": {
19
- "types": "./index.d.ts",
20
- "esm2022": "./esm2022/ng-icons-material-icons.mjs",
21
- "esm": "./esm2022/ng-icons-material-icons.mjs",
22
- "default": "./fesm2022/ng-icons-material-icons.mjs"
23
- },
24
- "./baseline": {
25
- "types": "./baseline/index.d.ts",
26
- "esm2022": "./esm2022/baseline/ng-icons-material-icons-baseline.mjs",
27
- "esm": "./esm2022/baseline/ng-icons-material-icons-baseline.mjs",
28
- "default": "./fesm2022/ng-icons-material-icons-baseline.mjs"
29
- },
30
- "./outline": {
31
- "types": "./outline/index.d.ts",
32
- "esm2022": "./esm2022/outline/ng-icons-material-icons-outline.mjs",
33
- "esm": "./esm2022/outline/ng-icons-material-icons-outline.mjs",
34
- "default": "./fesm2022/ng-icons-material-icons-outline.mjs"
35
- },
36
- "./round": {
37
- "types": "./round/index.d.ts",
38
- "esm2022": "./esm2022/round/ng-icons-material-icons-round.mjs",
39
- "esm": "./esm2022/round/ng-icons-material-icons-round.mjs",
40
- "default": "./fesm2022/ng-icons-material-icons-round.mjs"
41
- },
42
- "./sharp": {
43
- "types": "./sharp/index.d.ts",
44
- "esm2022": "./esm2022/sharp/ng-icons-material-icons-sharp.mjs",
45
- "esm": "./esm2022/sharp/ng-icons-material-icons-sharp.mjs",
46
- "default": "./fesm2022/ng-icons-material-icons-sharp.mjs"
47
- }
24
+ "./baseline": {
25
+ "types": "./baseline/index.d.ts",
26
+ "esm2022": "./esm2022/baseline/ng-icons-material-icons-baseline.mjs",
27
+ "esm": "./esm2022/baseline/ng-icons-material-icons-baseline.mjs",
28
+ "default": "./fesm2022/ng-icons-material-icons-baseline.mjs"
48
29
  },
49
- "sideEffects": false
30
+ "./outline": {
31
+ "types": "./outline/index.d.ts",
32
+ "esm2022": "./esm2022/outline/ng-icons-material-icons-outline.mjs",
33
+ "esm": "./esm2022/outline/ng-icons-material-icons-outline.mjs",
34
+ "default": "./fesm2022/ng-icons-material-icons-outline.mjs"
35
+ },
36
+ "./round": {
37
+ "types": "./round/index.d.ts",
38
+ "esm2022": "./esm2022/round/ng-icons-material-icons-round.mjs",
39
+ "esm": "./esm2022/round/ng-icons-material-icons-round.mjs",
40
+ "default": "./fesm2022/ng-icons-material-icons-round.mjs"
41
+ },
42
+ "./sharp": {
43
+ "types": "./sharp/index.d.ts",
44
+ "esm2022": "./esm2022/sharp/ng-icons-material-icons-sharp.mjs",
45
+ "esm": "./esm2022/sharp/ng-icons-material-icons-sharp.mjs",
46
+ "default": "./fesm2022/ng-icons-material-icons-sharp.mjs"
47
+ }
48
+ },
49
+ "sideEffects": false
50
50
  }