@commercetools-uikit/collapsible-motion 19.16.0 → 19.17.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.
|
@@ -188,7 +188,7 @@ CollapsibleMotion.defaultProps = defaultProps;
|
|
|
188
188
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
189
189
|
|
|
190
190
|
// NOTE: This string will be replaced on build time with the package version.
|
|
191
|
-
var version = "19.
|
|
191
|
+
var version = "19.17.0";
|
|
192
192
|
|
|
193
193
|
exports["default"] = CollapsibleMotion$1;
|
|
194
194
|
exports.version = version;
|
|
@@ -167,7 +167,7 @@ CollapsibleMotion.defaultProps = defaultProps;
|
|
|
167
167
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
168
168
|
|
|
169
169
|
// NOTE: This string will be replaced on build time with the package version.
|
|
170
|
-
var version = "19.
|
|
170
|
+
var version = "19.17.0";
|
|
171
171
|
|
|
172
172
|
exports["default"] = CollapsibleMotion$1;
|
|
173
173
|
exports.version = version;
|
|
@@ -171,6 +171,6 @@ CollapsibleMotion.defaultProps = defaultProps;
|
|
|
171
171
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
172
172
|
|
|
173
173
|
// NOTE: This string will be replaced on build time with the package version.
|
|
174
|
-
var version = "19.
|
|
174
|
+
var version = "19.17.0";
|
|
175
175
|
|
|
176
176
|
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": "19.
|
|
4
|
+
"version": "19.17.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/hooks": "19.
|
|
25
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/hooks": "19.17.0",
|
|
25
|
+
"@commercetools-uikit/utils": "19.17.0",
|
|
26
26
|
"@emotion/react": "^11.10.5",
|
|
27
27
|
"@emotion/styled": "^11.10.5",
|
|
28
28
|
"lodash": "4.17.21",
|