@careevolution/mydatahelps-ui 2.9.1-AsthmaUI.88 → 2.9.1-AsthmaUI.89

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.
@@ -5,7 +5,6 @@ export interface SectionProps {
5
5
  children?: React.ReactNode;
6
6
  className?: string;
7
7
  noTopMargin?: boolean;
8
- noBottomMargin?: boolean;
9
8
  innerRef?: React.Ref<HTMLDivElement>;
10
9
  backgroundColor?: ColorDefinition;
11
10
  style?: React.CSSProperties;
package/dist/index.d.ts CHANGED
@@ -455,7 +455,6 @@ interface SectionProps {
455
455
  children?: React.ReactNode;
456
456
  className?: string;
457
457
  noTopMargin?: boolean;
458
- noBottomMargin?: boolean;
459
458
  innerRef?: React.Ref<HTMLDivElement>;
460
459
  backgroundColor?: ColorDefinition;
461
460
  style?: React.CSSProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.9.1-AsthmaUI.88",
3
+ "version": "2.9.1-AsthmaUI.89",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",