@commercetools-uikit/collapsible-panel 15.13.0 → 15.13.2
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.
|
@@ -396,7 +396,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
396
396
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
397
397
|
|
|
398
398
|
// NOTE: This string will be replaced on build time with the package version.
|
|
399
|
-
var version = "15.13.
|
|
399
|
+
var version = "15.13.2";
|
|
400
400
|
|
|
401
401
|
exports["default"] = CollapsiblePanel$1;
|
|
402
402
|
exports.version = version;
|
|
@@ -334,7 +334,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
334
334
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
335
335
|
|
|
336
336
|
// NOTE: This string will be replaced on build time with the package version.
|
|
337
|
-
var version = "15.13.
|
|
337
|
+
var version = "15.13.2";
|
|
338
338
|
|
|
339
339
|
exports["default"] = CollapsiblePanel$1;
|
|
340
340
|
exports.version = version;
|
|
@@ -373,6 +373,6 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
373
373
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
374
374
|
|
|
375
375
|
// NOTE: This string will be replaced on build time with the package version.
|
|
376
|
-
var version = "15.13.
|
|
376
|
+
var version = "15.13.2";
|
|
377
377
|
|
|
378
378
|
export { CollapsiblePanel$1 as default, version };
|
|
@@ -23,7 +23,7 @@ declare const CollapsiblePanel: {
|
|
|
23
23
|
(props: TCollapsiblePanel): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
24
24
|
getPanelContentId(): string;
|
|
25
25
|
displayName: string;
|
|
26
|
-
defaultProps: Pick<TCollapsiblePanel, "
|
|
26
|
+
defaultProps: Pick<TCollapsiblePanel, "theme" | "condensed" | "isDisabled" | "horizontalConstraint" | "headerControlsAlignment">;
|
|
27
27
|
Header: {
|
|
28
28
|
(props: {
|
|
29
29
|
children: ReactNode;
|
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": "15.13.
|
|
4
|
+
"version": "15.13.2",
|
|
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": "15.13.
|
|
25
|
-
"@commercetools-uikit/collapsible-motion": "15.13.
|
|
26
|
-
"@commercetools-uikit/constraints": "15.13.
|
|
27
|
-
"@commercetools-uikit/design-system": "15.13.
|
|
28
|
-
"@commercetools-uikit/hooks": "15.13.
|
|
29
|
-
"@commercetools-uikit/icons": "15.13.
|
|
30
|
-
"@commercetools-uikit/spacings": "15.13.
|
|
31
|
-
"@commercetools-uikit/text": "15.13.
|
|
32
|
-
"@commercetools-uikit/utils": "15.13.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.13.2",
|
|
25
|
+
"@commercetools-uikit/collapsible-motion": "15.13.2",
|
|
26
|
+
"@commercetools-uikit/constraints": "15.13.2",
|
|
27
|
+
"@commercetools-uikit/design-system": "15.13.2",
|
|
28
|
+
"@commercetools-uikit/hooks": "15.13.2",
|
|
29
|
+
"@commercetools-uikit/icons": "15.13.2",
|
|
30
|
+
"@commercetools-uikit/spacings": "15.13.2",
|
|
31
|
+
"@commercetools-uikit/text": "15.13.2",
|
|
32
|
+
"@commercetools-uikit/utils": "15.13.2",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|