dfh-ui-library 1.2.12 → 1.2.13

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.
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  interface RowProps {
3
3
  children: React.ReactNode;
4
+ additionalClasses?: string;
4
5
  }
5
6
  declare const Row: React.FC<RowProps>;
6
7
  export default Row;
package/dist/index.d.ts CHANGED
@@ -452,6 +452,7 @@ declare const CustomDatePicker: React$1.FC<CustomDatePickerProps>;
452
452
 
453
453
  interface RowProps {
454
454
  children: React$1.ReactNode;
455
+ additionalClasses?: string;
455
456
  }
456
457
  declare const Row: React$1.FC<RowProps>;
457
458
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",