@northlight/ui 2.36.2 → 2.36.3

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.
@@ -1249,7 +1249,7 @@ interface ToolboxProps extends Omit<FlexProps, 'direction' | 'zIndex'> {
1249
1249
  /** limit the sizing of the toolbox */
1250
1250
  resizeLimit?: 'half' | 'full';
1251
1251
  zIndex?: number;
1252
- slideProps: SlideProps;
1252
+ slideProps?: SlideProps;
1253
1253
  }
1254
1254
  interface ToolboxHeaderProps extends FlexProps {
1255
1255
  onClose?: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@northlight/ui",
3
- "version": "2.36.2",
3
+ "version": "2.36.3",
4
4
  "description": "Northlight UI library, based on Chakra-ui",
5
5
  "license": "MIT",
6
6
  "author": "Camphouse",
@@ -108,5 +108,5 @@
108
108
  "react-dom": ">=18.0.0",
109
109
  "react-router-dom": "^5.0.0"
110
110
  },
111
- "gitHead": "15c69476cee62631c8d3746c10de1e38c750feb4"
111
+ "gitHead": "e136d912282911b76abca9102cb86efd4a273c7e"
112
112
  }