@commercetools-uikit/collapsible-panel 16.2.1 → 16.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.
|
@@ -307,7 +307,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
307
307
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
308
308
|
|
|
309
309
|
// NOTE: This string will be replaced on build time with the package version.
|
|
310
|
-
var version = "16.
|
|
310
|
+
var version = "16.3.0";
|
|
311
311
|
|
|
312
312
|
exports["default"] = CollapsiblePanel$1;
|
|
313
313
|
exports.version = version;
|
|
@@ -245,7 +245,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
245
245
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
246
246
|
|
|
247
247
|
// NOTE: This string will be replaced on build time with the package version.
|
|
248
|
-
var version = "16.
|
|
248
|
+
var version = "16.3.0";
|
|
249
249
|
|
|
250
250
|
exports["default"] = CollapsiblePanel$1;
|
|
251
251
|
exports.version = version;
|
|
@@ -292,6 +292,6 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
292
292
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
293
293
|
|
|
294
294
|
// NOTE: This string will be replaced on build time with the package version.
|
|
295
|
-
var version = "16.
|
|
295
|
+
var version = "16.3.0";
|
|
296
296
|
|
|
297
297
|
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.
|
|
4
|
+
"version": "16.3.0",
|
|
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.
|
|
25
|
-
"@commercetools-uikit/collapsible-motion": "16.
|
|
26
|
-
"@commercetools-uikit/constraints": "16.
|
|
27
|
-
"@commercetools-uikit/design-system": "16.
|
|
28
|
-
"@commercetools-uikit/hooks": "16.
|
|
29
|
-
"@commercetools-uikit/icons": "16.
|
|
30
|
-
"@commercetools-uikit/spacings": "16.
|
|
31
|
-
"@commercetools-uikit/text": "16.
|
|
32
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "16.3.0",
|
|
25
|
+
"@commercetools-uikit/collapsible-motion": "16.3.0",
|
|
26
|
+
"@commercetools-uikit/constraints": "16.3.0",
|
|
27
|
+
"@commercetools-uikit/design-system": "16.3.0",
|
|
28
|
+
"@commercetools-uikit/hooks": "16.3.0",
|
|
29
|
+
"@commercetools-uikit/icons": "16.3.0",
|
|
30
|
+
"@commercetools-uikit/spacings": "16.3.0",
|
|
31
|
+
"@commercetools-uikit/text": "16.3.0",
|
|
32
|
+
"@commercetools-uikit/utils": "16.3.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|