dcp-design-react 1.8.9 → 1.8.10

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.
@@ -120,6 +120,7 @@ export declare const propTypes: {
120
120
  height: (props: any, propName: any, componentName: any) => void;
121
121
  minHeight: (props: any, propName: any, componentName: any) => void;
122
122
  maxHeight: (props: any, propName: any, componentName: any) => void;
123
+ rowHeight: PropTypes.Requireable<number>;
123
124
  border: PropTypes.Requireable<boolean>;
124
125
  stripe: PropTypes.Requireable<boolean>;
125
126
  fetch: PropTypes.Requireable<PropTypes.InferProps<{
@@ -325,6 +325,7 @@ export type ITableProps = {
325
325
  height?: number | string;
326
326
  minHeight?: number | string;
327
327
  maxHeight?: number | string;
328
+ rowHeight?: number;
328
329
  border?: boolean;
329
330
  stripe?: boolean;
330
331
  fetch?: IFetch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-design-react",
3
- "version": "1.8.9",
3
+ "version": "1.8.10",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",