@commercetools-uikit/collapsible-panel 19.22.3 → 19.22.4
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.
|
@@ -343,7 +343,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
343
343
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
344
344
|
|
|
345
345
|
// NOTE: This string will be replaced on build time with the package version.
|
|
346
|
-
var version = "19.22.
|
|
346
|
+
var version = "19.22.4";
|
|
347
347
|
|
|
348
348
|
exports["default"] = CollapsiblePanel$1;
|
|
349
349
|
exports.version = version;
|
|
@@ -283,7 +283,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
283
283
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
284
284
|
|
|
285
285
|
// NOTE: This string will be replaced on build time with the package version.
|
|
286
|
-
var version = "19.22.
|
|
286
|
+
var version = "19.22.4";
|
|
287
287
|
|
|
288
288
|
exports["default"] = CollapsiblePanel$1;
|
|
289
289
|
exports.version = version;
|
|
@@ -320,6 +320,6 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
320
320
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
321
321
|
|
|
322
322
|
// NOTE: This string will be replaced on build time with the package version.
|
|
323
|
-
var version = "19.22.
|
|
323
|
+
var version = "19.22.4";
|
|
324
324
|
|
|
325
325
|
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": "19.22.
|
|
4
|
+
"version": "19.22.4",
|
|
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": "19.22.
|
|
25
|
-
"@commercetools-uikit/collapsible-motion": "19.22.
|
|
26
|
-
"@commercetools-uikit/constraints": "19.22.
|
|
27
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
28
|
-
"@commercetools-uikit/hooks": "19.22.
|
|
29
|
-
"@commercetools-uikit/icons": "19.22.
|
|
30
|
-
"@commercetools-uikit/spacings": "19.22.
|
|
31
|
-
"@commercetools-uikit/text": "19.22.
|
|
32
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.22.4",
|
|
25
|
+
"@commercetools-uikit/collapsible-motion": "19.22.4",
|
|
26
|
+
"@commercetools-uikit/constraints": "19.22.4",
|
|
27
|
+
"@commercetools-uikit/design-system": "19.22.4",
|
|
28
|
+
"@commercetools-uikit/hooks": "19.22.4",
|
|
29
|
+
"@commercetools-uikit/icons": "19.22.4",
|
|
30
|
+
"@commercetools-uikit/spacings": "19.22.4",
|
|
31
|
+
"@commercetools-uikit/text": "19.22.4",
|
|
32
|
+
"@commercetools-uikit/utils": "19.22.4",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|