@fontsource-variable/material-symbols-rounded 5.2.45 → 5.3.1

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Fontsource Material Symbols Rounded
2
2
 
3
- [![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/material-symbols-rounded?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/material-symbols-rounded) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/material-symbols-rounded)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/material-symbols-rounded)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers)
3
+ [![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/material-symbols-rounded?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/material-symbols-rounded) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/material-symbols-rounded)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/material-symbols-rounded)](https://github.com/fontsource/fontsource)
4
4
 
5
5
  The CSS and web font files to easily self-host the “Material Symbols Rounded” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/material-symbols-rounded) to view more details on this package.
6
6
 
@@ -43,6 +43,6 @@ Google Inc.
43
43
  [OFL-1.1](http://scripts.sil.org/OFL)
44
44
 
45
45
  ## Other Notes
46
- Font version (provided by source): `v340`.
46
+ Font version (provided by source): `v363`.
47
47
 
48
48
  If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues).
package/index.d.css.ts ADDED
@@ -0,0 +1 @@
1
+ export {};
package/metadata.json CHANGED
@@ -11,8 +11,8 @@
11
11
  "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"},
12
12
  "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"}
13
13
  },
14
- "lastModified": "2026-05-14",
15
- "version": "v340",
14
+ "lastModified": "2026-07-23",
15
+ "version": "v363",
16
16
  "category": "icons",
17
17
  "license": {
18
18
  "type": "OFL-1.1",
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@fontsource-variable/material-symbols-rounded",
3
- "version": "5.2.45",
3
+ "version": "5.3.1",
4
4
  "description": "Self-host the Material Symbols Rounded font in a neatly bundled NPM package.",
5
5
  "main": "index.css",
6
+ "types": "index.d.css.ts",
6
7
  "publishConfig": {"access": "public"},
7
8
  "keywords": [
8
9
  "fontsource",
@@ -19,7 +20,11 @@
19
20
  "variable"
20
21
  ],
21
22
  "exports": {
22
- ".": {"sass": "./index.css", "default": "./index.css"},
23
+ ".": {
24
+ "types": "./index.d.css.ts",
25
+ "sass": "./index.css",
26
+ "default": "./index.css"
27
+ },
23
28
  "./LICENSE": "./LICENSE",
24
29
  "./*": {"sass": "./*.css", "default": "./*.css"},
25
30
  "./*.css": {"sass": "./*.css", "default": "./*.css"},
@@ -43,5 +48,5 @@
43
48
  "url": "git+https://github.com/fontsource/font-files.git",
44
49
  "directory": "fonts/variable/material-symbols-rounded"
45
50
  },
46
- "publishHash": "0ddcc013b1d7a971"
51
+ "publishHash": "296235730a323799"
47
52
  }