@micromag/media-gallery 0.3.445 → 0.3.452
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/index.js +0 -1
- package/lib/index.js +0 -1
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -1071,7 +1071,6 @@ var TagSection = function TagSection(_ref) {
|
|
|
1071
1071
|
'btn-primary': active === true
|
|
1072
1072
|
// 'btn-outline-light': active === false,
|
|
1073
1073
|
}]);
|
|
1074
|
-
|
|
1075
1074
|
return /*#__PURE__*/React.createElement("button", {
|
|
1076
1075
|
className: itemClassNames,
|
|
1077
1076
|
type: "button",
|
package/lib/index.js
CHANGED
|
@@ -1073,7 +1073,6 @@ var TagSection = function TagSection(_ref) {
|
|
|
1073
1073
|
'btn-primary': active === true
|
|
1074
1074
|
// 'btn-outline-light': active === false,
|
|
1075
1075
|
}]);
|
|
1076
|
-
|
|
1077
1076
|
return /*#__PURE__*/React.createElement("button", {
|
|
1078
1077
|
className: itemClassNames,
|
|
1079
1078
|
type: "button",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/media-gallery",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.452",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
65
65
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
66
66
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
67
|
-
"@micromag/core": "^0.3.
|
|
68
|
-
"@micromag/data": "^0.3.
|
|
67
|
+
"@micromag/core": "^0.3.452",
|
|
68
|
+
"@micromag/data": "^0.3.452",
|
|
69
69
|
"bootstrap": "5.2.0-beta1",
|
|
70
70
|
"change-case": "^4.1.2",
|
|
71
71
|
"classnames": "^2.2.6",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"access": "public",
|
|
80
80
|
"registry": "https://registry.npmjs.org/"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "aec551095929a41f43406d0da6e3cfe7f394b92e"
|
|
83
83
|
}
|