@commercetools-uikit/collapsible 19.22.5 → 19.22.6

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.
package/README.md CHANGED
@@ -53,7 +53,7 @@ export default Example;
53
53
  | `isDefaultClosed` | `boolean` | | `false` | This is only used to initialize the `isOpen` state once, when the component mounts.
Therefore there should not be any `componentWillReceiveProps` to update the state
from an external source. |
54
54
  | `children` | `Function`<br/>[See signature.](#signature-children) | ✅ | | A render-prop function.&#xA;<br/>&#xA;`children` will be called with `options: { isOpen: boolean; toggle: TToggleCallback }`&#xA;<br />&#xA;`options.toggle` will be defined given that Collapsible is a controlled component. |
55
55
  | `isClosed` | `boolean` | | | Passing this prop makes the component a controlled component.&#xA;Controlled components also require to pass a `onToggle` callback function. |
56
- | `onToggle` | `Function`<br/>[See signature.](#signature-onToggle) | | | A callback function, called when the consumer calls the `toggle` function.&#xA;This function is only required when the component is controlled. |
56
+ | `onToggle` | `Function`<br/>[See signature.](#signature-ontoggle) | | | A callback function, called when the consumer calls the `toggle` function.&#xA;This function is only required when the component is controlled. |
57
57
 
58
58
  ## Signatures
59
59
 
@@ -81,7 +81,7 @@ Collapsible.displayName = 'Collapsible';
81
81
  var Collapsible$1 = Collapsible;
82
82
 
83
83
  // NOTE: This string will be replaced on build time with the package version.
84
- var version = "19.22.5";
84
+ var version = "19.22.6";
85
85
 
86
86
  exports["default"] = Collapsible$1;
87
87
  exports.version = version;
@@ -73,7 +73,7 @@ Collapsible.displayName = 'Collapsible';
73
73
  var Collapsible$1 = Collapsible;
74
74
 
75
75
  // NOTE: This string will be replaced on build time with the package version.
76
- var version = "19.22.5";
76
+ var version = "19.22.6";
77
77
 
78
78
  exports["default"] = Collapsible$1;
79
79
  exports.version = version;
@@ -64,6 +64,6 @@ Collapsible.displayName = 'Collapsible';
64
64
  var Collapsible$1 = Collapsible;
65
65
 
66
66
  // NOTE: This string will be replaced on build time with the package version.
67
- var version = "19.22.5";
67
+ var version = "19.22.6";
68
68
 
69
69
  export { Collapsible$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/collapsible",
3
3
  "description": "A render-prop component to manage a toggle state",
4
- "version": "19.22.5",
4
+ "version": "19.22.6",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/hooks": "19.22.5",
25
- "@commercetools-uikit/utils": "19.22.5",
24
+ "@commercetools-uikit/hooks": "19.22.6",
25
+ "@commercetools-uikit/utils": "19.22.6",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "lodash": "4.17.21",