@donkit-ai/design-system 1.4.21 → 1.4.22

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
@@ -220,6 +220,7 @@ export interface ModalProps extends HTMLAttributes<HTMLDivElement> {
220
220
  title?: string;
221
221
  onClose?: () => void;
222
222
  size?: 's' | 'm' | 'l';
223
+ scrollable?: boolean;
223
224
  }
224
225
 
225
226
  export declare function Modal(props: ModalProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donkit-ai/design-system",
3
- "version": "1.4.21",
3
+ "version": "1.4.22",
4
4
  "description": "Donkit Design System - minimal design tokens and React components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",