@commercetools-uikit/collapsible-panel 15.2.0 → 15.2.1
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.
|
@@ -299,7 +299,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
299
299
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
300
300
|
|
|
301
301
|
// NOTE: This string will be replaced on build time with the package version.
|
|
302
|
-
var version = "15.2.
|
|
302
|
+
var version = "15.2.1";
|
|
303
303
|
|
|
304
304
|
exports["default"] = CollapsiblePanel$1;
|
|
305
305
|
exports.version = version;
|
|
@@ -243,7 +243,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
243
243
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
244
244
|
|
|
245
245
|
// NOTE: This string will be replaced on build time with the package version.
|
|
246
|
-
var version = "15.2.
|
|
246
|
+
var version = "15.2.1";
|
|
247
247
|
|
|
248
248
|
exports["default"] = CollapsiblePanel$1;
|
|
249
249
|
exports.version = version;
|
|
@@ -283,6 +283,6 @@ 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 = "15.2.
|
|
286
|
+
var version = "15.2.1";
|
|
287
287
|
|
|
288
288
|
export { CollapsiblePanel$1 as default, version };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { TCollapsiblePanel } from './collapsible-panel';
|
|
3
|
-
declare function getThemeStyle(theme?: TCollapsiblePanel['theme']): import("@emotion/
|
|
4
|
-
declare const getHeaderContainerStyles: (props: Pick<TCollapsiblePanel, 'headerControlsAlignment' | 'condensed' | 'isDisabled' | 'isSticky'>, isOpen: boolean) => (false | import("@emotion/
|
|
5
|
-
declare const baseContainerStyles: import("@emotion/
|
|
3
|
+
declare function getThemeStyle(theme?: TCollapsiblePanel['theme']): import("@emotion/react").SerializedStyles;
|
|
4
|
+
declare const getHeaderContainerStyles: (props: Pick<TCollapsiblePanel, 'headerControlsAlignment' | 'condensed' | 'isDisabled' | 'isSticky'>, isOpen: boolean) => (false | import("@emotion/react").SerializedStyles | undefined)[];
|
|
5
|
+
declare const baseContainerStyles: import("@emotion/react").SerializedStyles;
|
|
6
6
|
declare const HeaderControlsWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
8
|
as?: import("react").ElementType<any> | undefined;
|
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.2.
|
|
4
|
+
"version": "15.2.1",
|
|
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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.2.
|
|
25
|
-
"@commercetools-uikit/collapsible-motion": "15.2.
|
|
26
|
-
"@commercetools-uikit/constraints": "15.2.
|
|
27
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
28
|
-
"@commercetools-uikit/hooks": "15.2.
|
|
29
|
-
"@commercetools-uikit/icons": "15.2.
|
|
30
|
-
"@commercetools-uikit/spacings": "15.2.
|
|
31
|
-
"@commercetools-uikit/text": "15.2.
|
|
32
|
-
"@commercetools-uikit/utils": "15.2.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.2.1",
|
|
25
|
+
"@commercetools-uikit/collapsible-motion": "15.2.1",
|
|
26
|
+
"@commercetools-uikit/constraints": "15.2.1",
|
|
27
|
+
"@commercetools-uikit/design-system": "15.2.1",
|
|
28
|
+
"@commercetools-uikit/hooks": "15.2.1",
|
|
29
|
+
"@commercetools-uikit/icons": "15.2.1",
|
|
30
|
+
"@commercetools-uikit/spacings": "15.2.1",
|
|
31
|
+
"@commercetools-uikit/text": "15.2.1",
|
|
32
|
+
"@commercetools-uikit/utils": "15.2.1",
|
|
33
33
|
"@emotion/react": "^11.4.0",
|
|
34
34
|
"@emotion/styled": "^11.3.0",
|
|
35
35
|
"lodash": "4.17.21",
|