@micromag/core 0.3.486 → 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/assets/css/vendor.css +3 -4
- package/es/components.js +1 -1
- package/lib/components.js +1 -1
- package/package.json +3 -3
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
|
-
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "0.3.488",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"@uppy/webcam": "^2.0.5",
|
|
130
130
|
"@uppy/xhr-upload": "^2.0.7",
|
|
131
131
|
"@use-gesture/react": "^10.3.0",
|
|
132
|
-
"bootstrap": "5.
|
|
132
|
+
"bootstrap": "^5.3.0",
|
|
133
133
|
"change-case": "^4.0.0",
|
|
134
134
|
"classnames": "^2.2.6",
|
|
135
135
|
"css-mediaquery": "^0.1.2",
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"access": "public",
|
|
156
156
|
"registry": "https://registry.npmjs.org/"
|
|
157
157
|
},
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "36ecbf590ebb8eabac17e47fc48ffb8bf8c8178c"
|
|
159
159
|
}
|