@commercetools-uikit/collapsible-panel 20.2.1 → 20.2.3
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.
|
@@ -317,7 +317,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
317
317
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
318
318
|
|
|
319
319
|
// NOTE: This string will be replaced on build time with the package version.
|
|
320
|
-
var version = "20.2.
|
|
320
|
+
var version = "20.2.3";
|
|
321
321
|
|
|
322
322
|
exports["default"] = CollapsiblePanel$1;
|
|
323
323
|
exports.version = version;
|
|
@@ -280,7 +280,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
280
280
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
281
281
|
|
|
282
282
|
// NOTE: This string will be replaced on build time with the package version.
|
|
283
|
-
var version = "20.2.
|
|
283
|
+
var version = "20.2.3";
|
|
284
284
|
|
|
285
285
|
exports["default"] = CollapsiblePanel$1;
|
|
286
286
|
exports.version = version;
|
|
@@ -295,6 +295,6 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
295
295
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
296
296
|
|
|
297
297
|
// NOTE: This string will be replaced on build time with the package version.
|
|
298
|
-
var version = "20.2.
|
|
298
|
+
var version = "20.2.3";
|
|
299
299
|
|
|
300
300
|
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": "20.2.
|
|
4
|
+
"version": "20.2.3",
|
|
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": "20.2.
|
|
25
|
-
"@commercetools-uikit/collapsible-motion": "20.2.
|
|
26
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
27
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
28
|
-
"@commercetools-uikit/hooks": "20.2.
|
|
29
|
-
"@commercetools-uikit/icons": "20.2.
|
|
30
|
-
"@commercetools-uikit/spacings": "20.2.
|
|
31
|
-
"@commercetools-uikit/text": "20.2.
|
|
32
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.2.3",
|
|
25
|
+
"@commercetools-uikit/collapsible-motion": "20.2.3",
|
|
26
|
+
"@commercetools-uikit/constraints": "20.2.3",
|
|
27
|
+
"@commercetools-uikit/design-system": "20.2.3",
|
|
28
|
+
"@commercetools-uikit/hooks": "20.2.3",
|
|
29
|
+
"@commercetools-uikit/icons": "20.2.3",
|
|
30
|
+
"@commercetools-uikit/spacings": "20.2.3",
|
|
31
|
+
"@commercetools-uikit/text": "20.2.3",
|
|
32
|
+
"@commercetools-uikit/utils": "20.2.3",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|