@commercetools-uikit/collapsible-panel 16.7.3 → 16.7.5
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.
|
@@ -312,7 +312,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
312
312
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
313
313
|
|
|
314
314
|
// NOTE: This string will be replaced on build time with the package version.
|
|
315
|
-
var version = "16.7.
|
|
315
|
+
var version = "16.7.5";
|
|
316
316
|
|
|
317
317
|
exports["default"] = CollapsiblePanel$1;
|
|
318
318
|
exports.version = version;
|
|
@@ -249,7 +249,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
249
249
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
250
250
|
|
|
251
251
|
// NOTE: This string will be replaced on build time with the package version.
|
|
252
|
-
var version = "16.7.
|
|
252
|
+
var version = "16.7.5";
|
|
253
253
|
|
|
254
254
|
exports["default"] = CollapsiblePanel$1;
|
|
255
255
|
exports.version = version;
|
|
@@ -297,6 +297,6 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
297
297
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
298
298
|
|
|
299
299
|
// NOTE: This string will be replaced on build time with the package version.
|
|
300
|
-
var version = "16.7.
|
|
300
|
+
var version = "16.7.5";
|
|
301
301
|
|
|
302
302
|
export { CollapsiblePanel$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/collapsible-panel",
|
|
3
3
|
"description": "A panel to collapse and expand your content.",
|
|
4
|
-
"version": "16.7.
|
|
4
|
+
"version": "16.7.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "16.7.
|
|
25
|
-
"@commercetools-uikit/collapsible-motion": "16.7.
|
|
26
|
-
"@commercetools-uikit/constraints": "16.7.
|
|
27
|
-
"@commercetools-uikit/design-system": "16.7.
|
|
28
|
-
"@commercetools-uikit/hooks": "16.7.
|
|
29
|
-
"@commercetools-uikit/icons": "16.7.
|
|
30
|
-
"@commercetools-uikit/spacings": "16.7.
|
|
31
|
-
"@commercetools-uikit/text": "16.7.
|
|
32
|
-
"@commercetools-uikit/utils": "16.7.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "16.7.5",
|
|
25
|
+
"@commercetools-uikit/collapsible-motion": "16.7.5",
|
|
26
|
+
"@commercetools-uikit/constraints": "16.7.5",
|
|
27
|
+
"@commercetools-uikit/design-system": "16.7.5",
|
|
28
|
+
"@commercetools-uikit/hooks": "16.7.5",
|
|
29
|
+
"@commercetools-uikit/icons": "16.7.5",
|
|
30
|
+
"@commercetools-uikit/spacings": "16.7.5",
|
|
31
|
+
"@commercetools-uikit/text": "16.7.5",
|
|
32
|
+
"@commercetools-uikit/utils": "16.7.5",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|