@igniteui/material-icons-extended
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-beta.1
{ | ||
"name": "@igniteui/material-icons-extended", | ||
"version": "3.0.0-alpha.3", | ||
"description": "A subset of Material Icons that extend the official Material Design Icons by Google.", | ||
"author": "Infragistics", | ||
"license": "MIT", | ||
"version": "3.0.0-beta.1", | ||
"type": "module", | ||
"scripts": { | ||
"build": "npm run build:a11y && vite build", | ||
"build:a11y": "npm run clean:tmp && node scripts/a11y.mjs", | ||
"build:migrations": "gulp copyMigrations && tsc --listEmittedFiles --project ./migrations/tsconfig.json", | ||
"clean:tmp": "rimraf ./.tmp" | ||
}, | ||
"workspaces": [ | ||
"./vite-plugins/*" | ||
], | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./build/migrations/*": { | ||
"default": "./dist/migrations/*" | ||
".": "./index.js", | ||
"./migrations/*": { | ||
"default": "./migrations/*" | ||
}, | ||
@@ -28,9 +18,3 @@ "./package.json": { | ||
}, | ||
"typesVersion": { | ||
"*": { | ||
"*": [ | ||
"dist/*" | ||
] | ||
} | ||
}, | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -45,6 +29,6 @@ "type": "git", | ||
"icons", | ||
"material" | ||
"material", | ||
"infragistics", | ||
"igniteui" | ||
], | ||
"author": "Infragistics", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -55,20 +39,4 @@ "url": "https://github.com/IgniteUI/material-icons-extended/issues" | ||
"ng-update": { | ||
"migrations": "./build/migrations/migration.json" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/schematics": "^10.0.8", | ||
"@spiriit/vite-plugin-svg-spritemap": "1.1.0", | ||
"@types/node": "^18.15.11", | ||
"@types/xmldom": "^0.1.31", | ||
"@xmldom/xmldom": "^0.8.7", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.0", | ||
"svg-loader": "^1.0.0", | ||
"svgo": "^3.0.2", | ||
"typescript": "^5.0.4", | ||
"vite": "^4.2.1", | ||
"vite-plugin-dts": "^2.3.0", | ||
"vite-plugin-static-copy": "^0.14.0", | ||
"yaml": "^2.2.1" | ||
"migrations": "./migrations/migration.json" | ||
} | ||
} |
@@ -107,3 +107,3 @@ ## Material Icons Extended by Infragistics | ||
<link | ||
href="../node_modules/@igniteui/material-icons-extended/dist/styles/sprite.css" | ||
href="../node_modules/@igniteui/material-icons-extended/styles/sprite.css" | ||
rel="stylesheet" | ||
@@ -126,3 +126,3 @@ /> | ||
```scss | ||
@use '@igniteui/material-icons-extended/dist/styles/sprite.scss' as *; | ||
@use '@igniteui/material-icons-extended/styles/sprite.scss' as *; | ||
@@ -137,3 +137,3 @@ .github-icon { | ||
```less | ||
@import '@igniteui/material-icons-extended/dist/styles/sprite.less'; | ||
@import '@igniteui/material-icons-extended/styles/sprite.less'; | ||
@@ -148,3 +148,3 @@ .github-icon { | ||
```stylus | ||
@import '@igniteui/material-icons-extended/dist/styles/sprite.styl' | ||
@import '@igniteui/material-icons-extended/styles/sprite.styl' | ||
@@ -163,3 +163,3 @@ .github-icon | ||
The package also includes an SVG sprite with all icons listed as `<symbol>` elements. This sprite can be imported from `@igniteui/material-icons-extended/dist/assets/sprite.symbol.svg`; | ||
The package also includes an SVG sprite with all icons listed as `<symbol>` elements. This sprite can be imported from `@igniteui/material-icons-extended/assets/sprite.symbol.svg`; | ||
Once you add the image to your application, you can use the encapsulated symbols like this: | ||
@@ -185,3 +185,3 @@ | ||
All SVG icons can be found in `@igniteui/material-icons-extended/dist/assets/svgs`; | ||
All SVG icons can be found in `@igniteui/material-icons-extended/assets/svgs`; | ||
@@ -195,2 +195,2 @@ ### Requests | ||
After some internal discussions and research, we've decided not to include a web font. | ||
There are various reasons for this decision, the main one being accesibility. SVG should be well supported across all modern browsers. | ||
There are various reasons for this decision, the main one being accessibility. SVG should be well supported across all modern browsers. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
1856359
7719
1