@micromag/core 0.3.487 → 0.3.488

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/es/components.js CHANGED
@@ -1517,7 +1517,7 @@ var Navbar = function Navbar(_ref) {
1517
1517
  className: classNames(['navbar-brand', _defineProperty({
1518
1518
  'py-0': compact
1519
1519
  }, brandClassName, brandClassName !== null)]),
1520
- to: brandLink
1520
+ href: brandLink
1521
1521
  }, brand) : null, brand !== null && brandLink === null ? /*#__PURE__*/React.createElement("span", {
1522
1522
  className: classNames(['navbar-brand', _defineProperty({
1523
1523
  'py-0': compact
package/lib/components.js CHANGED
@@ -1787,7 +1787,7 @@ var Navbar = function Navbar(_ref) {
1787
1787
  className: classNames(['navbar-brand', _defineProperty({
1788
1788
  'py-0': compact
1789
1789
  }, brandClassName, brandClassName !== null)]),
1790
- to: brandLink
1790
+ href: brandLink
1791
1791
  }, brand) : null, brand !== null && brandLink === null ? /*#__PURE__*/React.createElement("span", {
1792
1792
  className: classNames(['navbar-brand', _defineProperty({
1793
1793
  'py-0': compact
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.3.487",
3
+ "version": "0.3.488",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -155,5 +155,5 @@
155
155
  "access": "public",
156
156
  "registry": "https://registry.npmjs.org/"
157
157
  },
158
- "gitHead": "aaa0df7566c8291eca5aab8ab6c8b103152c110c"
158
+ "gitHead": "36ecbf590ebb8eabac17e47fc48ffb8bf8c8178c"
159
159
  }