@commercetools-uikit/collapsible-panel 19.0.0 → 19.1.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.
|
@@ -311,7 +311,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
311
311
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
312
312
|
|
|
313
313
|
// NOTE: This string will be replaced on build time with the package version.
|
|
314
|
-
var version = "19.
|
|
314
|
+
var version = "19.1.0";
|
|
315
315
|
|
|
316
316
|
exports["default"] = CollapsiblePanel$1;
|
|
317
317
|
exports.version = version;
|
|
@@ -248,7 +248,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
248
248
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
249
249
|
|
|
250
250
|
// NOTE: This string will be replaced on build time with the package version.
|
|
251
|
-
var version = "19.
|
|
251
|
+
var version = "19.1.0";
|
|
252
252
|
|
|
253
253
|
exports["default"] = CollapsiblePanel$1;
|
|
254
254
|
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 = "19.
|
|
298
|
+
var version = "19.1.0";
|
|
299
299
|
|
|
300
300
|
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, "condensed" | "theme" | "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": "19.
|
|
4
|
+
"version": "19.1.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": "19.
|
|
25
|
-
"@commercetools-uikit/collapsible-motion": "19.
|
|
26
|
-
"@commercetools-uikit/constraints": "19.
|
|
27
|
-
"@commercetools-uikit/design-system": "19.
|
|
28
|
-
"@commercetools-uikit/hooks": "19.
|
|
29
|
-
"@commercetools-uikit/icons": "19.
|
|
30
|
-
"@commercetools-uikit/spacings": "19.
|
|
31
|
-
"@commercetools-uikit/text": "19.
|
|
32
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.1.0",
|
|
25
|
+
"@commercetools-uikit/collapsible-motion": "19.1.0",
|
|
26
|
+
"@commercetools-uikit/constraints": "19.1.0",
|
|
27
|
+
"@commercetools-uikit/design-system": "19.1.0",
|
|
28
|
+
"@commercetools-uikit/hooks": "19.1.0",
|
|
29
|
+
"@commercetools-uikit/icons": "19.1.0",
|
|
30
|
+
"@commercetools-uikit/spacings": "19.1.0",
|
|
31
|
+
"@commercetools-uikit/text": "19.1.0",
|
|
32
|
+
"@commercetools-uikit/utils": "19.1.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|