purgetss 6.2.24 → 6.2.26
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/assets/fonts/FontAwesome6Brands-Regular.ttf +0 -0
- package/assets/fonts/FontAwesome6Free-Regular.ttf +0 -0
- package/assets/fonts/FontAwesome6Free-Solid.ttf +0 -0
- package/assets/fonts/MaterialSymbolsOutlined-Regular.ttf +0 -0
- package/assets/fonts/MaterialSymbolsRounded-Regular.ttf +0 -0
- package/assets/fonts/MaterialSymbolsSharp-Regular.ttf +0 -0
- package/dist/fontawesome.js +1 -1
- package/dist/fontawesome.tss +1 -1
- package/dist/materialicons.js +1 -1
- package/dist/materialicons.tss +1 -1
- package/dist/materialsymbols.js +395 -8
- package/dist/materialsymbols.tss +395 -8
- package/lib/templates/fontawesome/free-template.js +1 -1
- package/lib/templates/fontawesome/free-template.tss +1 -1
- package/lib/templates/materialicons/template.js +1 -1
- package/lib/templates/materialicons/template.tss +1 -1
- package/lib/templates/materialsymbols/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].codepoints +394 -7
- package/lib/templates/materialsymbols/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].codepoints +394 -7
- package/lib/templates/materialsymbols/MaterialSymbolsSharp[FILL,GRAD,opsz,wght].codepoints +394 -7
- package/lib/templates/materialsymbols/template.js +1 -1
- package/lib/templates/materialsymbols/template.tss +1 -1
- package/package.json +2 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/fontawesome.js
CHANGED
package/dist/fontawesome.tss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Font Awesome Free 6.
|
|
1
|
+
// Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
|
2
2
|
// License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
3
3
|
|
|
4
4
|
// Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons
|
package/dist/materialicons.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Material Icons 4.0.0. by Google (https://github.com/google/material-design-icons)
|
|
3
3
|
* Material icons is the official icon set from Google. https://fonts.google.com/icons
|
|
4
|
-
* Update material icons [
|
|
4
|
+
* Update material icons [03/22/23]
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
exports.getIcon = function getIcon(selector) {
|
package/dist/materialicons.tss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Material Icons 4.0.0. by Google (https://github.com/google/material-design-icons)
|
|
2
2
|
// Material Icons is the official icon set from Google. https://fonts.google.com/icons
|
|
3
|
-
// Update material icons [
|
|
3
|
+
// Update material icons [03/22/23]
|
|
4
4
|
|
|
5
5
|
// Font Families
|
|
6
6
|
'.mi': { font: { fontFamily: 'MaterialIcons-Regular' } }
|