@donkit-ai/design-system 1.4.43 → 1.4.44

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -878,6 +878,7 @@ export declare function ThinkingDot(props: ThinkingDotProps): JSX.Element;
878
878
 
879
879
  export interface ScrollableProps extends HTMLAttributes<HTMLDivElement> {
880
880
  axis?: 'x' | 'y' | 'both';
881
+ children?: ReactNode;
881
882
  }
882
883
 
883
884
  export declare function Scrollable(props: ScrollableProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donkit-ai/design-system",
3
- "version": "1.4.43",
3
+ "version": "1.4.44",
4
4
  "description": "Donkit Design System - minimal design tokens and React components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",