@commercetools-uikit/collapsible-motion 20.0.0 → 20.2.0
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.
|
@@ -168,7 +168,7 @@ CollapsibleMotion.displayName = 'CollapsibleMotion';
|
|
|
168
168
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
169
169
|
|
|
170
170
|
// NOTE: This string will be replaced on build time with the package version.
|
|
171
|
-
var version = "20.
|
|
171
|
+
var version = "20.2.0";
|
|
172
172
|
|
|
173
173
|
exports["default"] = CollapsibleMotion$1;
|
|
174
174
|
exports.version = version;
|
|
@@ -166,7 +166,7 @@ CollapsibleMotion.displayName = 'CollapsibleMotion';
|
|
|
166
166
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
167
167
|
|
|
168
168
|
// NOTE: This string will be replaced on build time with the package version.
|
|
169
|
-
var version = "20.
|
|
169
|
+
var version = "20.2.0";
|
|
170
170
|
|
|
171
171
|
exports["default"] = CollapsibleMotion$1;
|
|
172
172
|
exports.version = version;
|
|
@@ -152,6 +152,6 @@ CollapsibleMotion.displayName = 'CollapsibleMotion';
|
|
|
152
152
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
153
153
|
|
|
154
154
|
// NOTE: This string will be replaced on build time with the package version.
|
|
155
|
-
var version = "20.
|
|
155
|
+
var version = "20.2.0";
|
|
156
156
|
|
|
157
157
|
export { CollapsibleMotion$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/collapsible-motion",
|
|
3
3
|
"description": "A component which allows building collapsible elements with an arbitrary height.",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.2.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/hooks": "20.
|
|
25
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/hooks": "20.2.0",
|
|
25
|
+
"@commercetools-uikit/utils": "20.2.0",
|
|
26
26
|
"@emotion/react": "^11.10.5",
|
|
27
27
|
"@emotion/styled": "^11.10.5",
|
|
28
28
|
"lodash": "4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"react": "19.
|
|
31
|
+
"react": "19.1.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "19.x"
|