@commercetools-uikit/collapsible-motion 19.2.0 → 19.3.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.
|
@@ -177,7 +177,7 @@ CollapsibleMotion.defaultProps = defaultProps;
|
|
|
177
177
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
178
178
|
|
|
179
179
|
// NOTE: This string will be replaced on build time with the package version.
|
|
180
|
-
var version = "19.
|
|
180
|
+
var version = "19.3.0";
|
|
181
181
|
|
|
182
182
|
exports["default"] = CollapsibleMotion$1;
|
|
183
183
|
exports.version = version;
|
|
@@ -156,7 +156,7 @@ CollapsibleMotion.defaultProps = defaultProps;
|
|
|
156
156
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
157
157
|
|
|
158
158
|
// NOTE: This string will be replaced on build time with the package version.
|
|
159
|
-
var version = "19.
|
|
159
|
+
var version = "19.3.0";
|
|
160
160
|
|
|
161
161
|
exports["default"] = CollapsibleMotion$1;
|
|
162
162
|
exports.version = version;
|
|
@@ -160,6 +160,6 @@ CollapsibleMotion.defaultProps = defaultProps;
|
|
|
160
160
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
161
161
|
|
|
162
162
|
// NOTE: This string will be replaced on build time with the package version.
|
|
163
|
-
var version = "19.
|
|
163
|
+
var version = "19.3.0";
|
|
164
164
|
|
|
165
165
|
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.3.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.3.0",
|
|
25
|
+
"@commercetools-uikit/utils": "19.3.0",
|
|
26
26
|
"@emotion/react": "^11.10.5",
|
|
27
27
|
"@emotion/styled": "^11.10.5",
|
|
28
28
|
"lodash": "4.17.21",
|