rds-ui-system 2.0.10 → 2.0.12

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.
@@ -9,13 +9,15 @@ export interface ModalProps extends ButtonHTMLAttributes<HTMLButtonElement> {
9
9
  isDisabled?: boolean
10
10
  customWidth?: boolean
11
11
  width?: string
12
+ customHeight?: boolean
13
+ height?: string
12
14
  onClick?: () => void
13
15
  }
14
16
  export declare const Modal: ({
15
- variant,
16
- isDisabled,
17
17
  children,
18
18
  customWidth,
19
+ customHeight,
19
20
  onClick,
20
21
  width,
22
+ height,
21
23
  }: ModalProps) => import('react/jsx-runtime').JSX.Element
@@ -1,2 +1 @@
1
1
  export * from './or-footer'
2
- export * from './Filter/Filter'