material-symbols-class 0.9.1 → 0.9.3

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/outlined.css CHANGED
@@ -5,7 +5,9 @@
5
5
  font-display: block;
6
6
  src: url("./material-symbols-outlined.woff2") format("woff2");
7
7
  }
8
- .material-symbols-outlined, .msc {
8
+ .material-symbols-outlined, .msc,
9
+ .msc-o,
10
+ .msc-outlined {
9
11
  font-family: "Material Symbols Outlined";
10
12
  font-weight: normal;
11
13
  font-style: normal;
@@ -23,6 +25,8 @@
23
25
  font-feature-settings: "liga";
24
26
  }
25
27
 
26
- .msc {
28
+ .msc,
29
+ .msc-o,
30
+ .msc-outlined {
27
31
  font-size: 1.25em;
28
32
  }
package/outlined.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:"Material Symbols Outlined";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-outlined.woff2") format("woff2")}.material-symbols-outlined,.msc{font-family:"Material Symbols Outlined";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc{font-size:1.25em}
1
+ @font-face{font-family:"Material Symbols Outlined";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-outlined.woff2") format("woff2")}.material-symbols-outlined,.msc,.msc-o,.msc-outlined{font-family:"Material Symbols Outlined";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc,.msc-o,.msc-outlined{font-size:1.25em}
package/outlined.scss CHANGED
@@ -1,6 +1,8 @@
1
1
  @use "./node_modules/material-symbols/outlined.scss";
2
2
 
3
- .msc {
3
+ .msc,
4
+ .msc-o,
5
+ .msc-outlined {
4
6
  @extend .material-symbols-outlined;
5
7
  font-size: 1.25em;
6
8
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "material-symbols-class",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "description": "material-symbols implementation to use them with classes",
5
- "author": "Joel Corrales <joel.corrales@super7ui.com>",
5
+ "author": "Joel Corrales <joel.corrales@outlook.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/joelcorrales/material-symbols-class/issues"
8
8
  },
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "license": "MIT License",
16
16
  "devDependencies": {
17
- "sass": "1.56.1",
18
- "material-symbols": "0.29.2"
17
+ "sass": "1.79.6",
18
+ "material-symbols": "0.31.2"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
@@ -38,5 +38,6 @@
38
38
  "README.md",
39
39
  "*.{css,scss}",
40
40
  "*.woff2"
41
- ]
41
+ ],
42
+ "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
42
43
  }
package/rounded.css CHANGED
@@ -5,7 +5,8 @@
5
5
  font-display: block;
6
6
  src: url("./material-symbols-rounded.woff2") format("woff2");
7
7
  }
8
- .material-symbols-rounded, .msc-rounded {
8
+ .material-symbols-rounded, .msc-r,
9
+ .msc-rounded {
9
10
  font-family: "Material Symbols Rounded";
10
11
  font-weight: normal;
11
12
  font-style: normal;
@@ -23,6 +24,7 @@
23
24
  font-feature-settings: "liga";
24
25
  }
25
26
 
27
+ .msc-r,
26
28
  .msc-rounded {
27
29
  font-size: 1.25em;
28
30
  }
package/rounded.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:"Material Symbols Rounded";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-rounded.woff2") format("woff2")}.material-symbols-rounded,.msc-rounded{font-family:"Material Symbols Rounded";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc-rounded{font-size:1.25em}
1
+ @font-face{font-family:"Material Symbols Rounded";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-rounded.woff2") format("woff2")}.material-symbols-rounded,.msc-r,.msc-rounded{font-family:"Material Symbols Rounded";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc-r,.msc-rounded{font-size:1.25em}
package/rounded.scss CHANGED
@@ -1,5 +1,6 @@
1
1
  @use "./node_modules/material-symbols/rounded.scss";
2
2
 
3
+ .msc-r,
3
4
  .msc-rounded {
4
5
  @extend .material-symbols-rounded;
5
6
  font-size: 1.25em;
package/sharp.css CHANGED
@@ -5,7 +5,8 @@
5
5
  font-display: block;
6
6
  src: url("./material-symbols-sharp.woff2") format("woff2");
7
7
  }
8
- .material-symbols-sharp, .msc-sharp {
8
+ .material-symbols-sharp, .msc-s,
9
+ .msc-sharp {
9
10
  font-family: "Material Symbols Sharp";
10
11
  font-weight: normal;
11
12
  font-style: normal;
@@ -23,6 +24,7 @@
23
24
  font-feature-settings: "liga";
24
25
  }
25
26
 
27
+ .msc-s,
26
28
  .msc-sharp {
27
29
  font-size: 1.25em;
28
30
  }
package/sharp.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:"Material Symbols Sharp";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-sharp.woff2") format("woff2")}.material-symbols-sharp,.msc-sharp{font-family:"Material Symbols Sharp";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc-sharp{font-size:1.25em}
1
+ @font-face{font-family:"Material Symbols Sharp";font-style:normal;font-weight:100 700;font-display:block;src:url("./material-symbols-sharp.woff2") format("woff2")}.material-symbols-sharp,.msc-s,.msc-sharp{font-family:"Material Symbols Sharp";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.msc-s,.msc-sharp{font-size:1.25em}
package/sharp.scss CHANGED
@@ -1,5 +1,6 @@
1
1
  @use "./node_modules/material-symbols/sharp.scss";
2
2
 
3
+ .msc-s,
3
4
  .msc-sharp {
4
5
  @extend .material-symbols-sharp;
5
6
  font-size: 1.25em;