@micromag/core 0.3.3 → 0.3.4
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 +1 -1
- package/lib/components.js +1 -1
- package/package.json +2 -2
package/es/components.js
CHANGED
|
@@ -1314,7 +1314,7 @@ var Navbar = function Navbar(_ref) {
|
|
|
1314
1314
|
className: classNames(['navbar', (_ref2 = {}, _defineProperty(_ref2, "bg-".concat(theme), theme !== null), _defineProperty(_ref2, "navbar-".concat(theme === 'light' ? 'light' : 'dark'), theme !== null), _defineProperty(_ref2, "text-".concat(theme === 'light' ? 'dark' : 'light'), theme !== null), _defineProperty(_ref2, "navbar-expand-".concat(size), !withoutCollapse), _defineProperty(_ref2, 'navbar-expand', withoutCollapse), _defineProperty(_ref2, 'py-2', compact), _defineProperty(_ref2, 'px-2', compact), _defineProperty(_ref2, 'flex-nowrap', noWrap), _defineProperty(_ref2, className, className !== null), _ref2)])
|
|
1315
1315
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1316
1316
|
className: classNames(['container-fluid', {
|
|
1317
|
-
'px-0':
|
|
1317
|
+
'px-0': compact
|
|
1318
1318
|
}])
|
|
1319
1319
|
}, brand !== null && brandLink !== null ? /*#__PURE__*/React.createElement(Link, {
|
|
1320
1320
|
className: classNames(['navbar-brand', _defineProperty({
|
package/lib/components.js
CHANGED
|
@@ -1337,7 +1337,7 @@ var Navbar = function Navbar(_ref) {
|
|
|
1337
1337
|
className: classNames__default["default"](['navbar', (_ref2 = {}, _defineProperty__default["default"](_ref2, "bg-".concat(theme), theme !== null), _defineProperty__default["default"](_ref2, "navbar-".concat(theme === 'light' ? 'light' : 'dark'), theme !== null), _defineProperty__default["default"](_ref2, "text-".concat(theme === 'light' ? 'dark' : 'light'), theme !== null), _defineProperty__default["default"](_ref2, "navbar-expand-".concat(size), !withoutCollapse), _defineProperty__default["default"](_ref2, 'navbar-expand', withoutCollapse), _defineProperty__default["default"](_ref2, 'py-2', compact), _defineProperty__default["default"](_ref2, 'px-2', compact), _defineProperty__default["default"](_ref2, 'flex-nowrap', noWrap), _defineProperty__default["default"](_ref2, className, className !== null), _ref2)])
|
|
1338
1338
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1339
1339
|
className: classNames__default["default"](['container-fluid', {
|
|
1340
|
-
'px-0':
|
|
1340
|
+
'px-0': compact
|
|
1341
1341
|
}])
|
|
1342
1342
|
}, brand !== null && brandLink !== null ? /*#__PURE__*/React__default["default"].createElement(Link, {
|
|
1343
1343
|
className: classNames__default["default"](['navbar-brand', _defineProperty__default["default"]({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"access": "public"
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "a85c206472bc1d8615b6cd756f98a3602b3740f0"
|
|
135
135
|
}
|