@donkit-ai/design-system 1.4.31 → 1.4.32

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
@@ -222,6 +222,7 @@ export interface ModalProps extends HTMLAttributes<HTMLDivElement> {
222
222
  onClose?: () => void;
223
223
  size?: 's' | 'm' | 'l';
224
224
  scrollable?: boolean;
225
+ subHeader?: ReactNode;
225
226
  }
226
227
 
227
228
  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.31",
3
+ "version": "1.4.32",
4
4
  "description": "Donkit Design System - minimal design tokens and React components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",