@react-md/core 6.5.1 → 6.5.2

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 (2) hide show
  1. package/dist/_utils.scss +3 -0
  2. package/package.json +1 -1
package/dist/_utils.scss CHANGED
@@ -142,6 +142,9 @@ $_swappable-properties: text-align;
142
142
  /// @returns {String} the name to be used in a `var()`
143
143
  @function get-var-name($variables, $name, $group) {
144
144
  @if $group == icon {
145
+ @if $name == symbol-fill {
146
+ @return --rmd-symbol-fill;
147
+ }
145
148
  @if $name == symbol-grade {
146
149
  @return --rmd-symbol-grad;
147
150
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-md/core",
3
- "version": "6.5.1",
3
+ "version": "6.5.2",
4
4
  "description": "The core components and functionality for react-md.",
5
5
  "type": "module",
6
6
  "sass": "./dist/_core.scss",