@oc-digital/react-component-library 2.1.6-beta.0 → 2.1.7-beta.0

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 +1 @@
1
- export declare const useLayoutStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"contentBox" | "limitWidth60rem" | "limitWidth50rem" | "limitWidth45rem" | "limitWidth40rem" | "limitWidth35rem" | "limitWidth30rem" | "limitWidth25rem" | "centeredText" | "startAlignedText" | "width20" | "width49" | "width50" | "width60" | "width100" | "flexCenter" | "centerJustify" | "leftJustify" | "rightJustify">;
1
+ export declare const useLayoutStyles: (props?: any) => import("@mui/styles").ClassNameMap<"contentBox" | "limitWidth60rem" | "limitWidth50rem" | "limitWidth45rem" | "limitWidth40rem" | "limitWidth35rem" | "limitWidth30rem" | "limitWidth25rem" | "centeredText" | "startAlignedText" | "width20" | "width49" | "width50" | "width60" | "width100" | "flexCenter" | "centerJustify" | "leftJustify" | "rightJustify">;
@@ -1 +1 @@
1
- export declare const useSpacingStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"labelBreak" | "contentBreak" | "sectionBreak" | "doubleSectionBreak" | "rightSpacer1" | "rightSpacer2" | "leftSpacer1" | "leftSpacer2" | "buttonSpacing" | "leftRightPadding1" | "leftRightPadding2" | "topBottomPadding1" | "topBottomPadding2">;
1
+ export declare const useSpacingStyles: (props?: any) => import("@mui/styles").ClassNameMap<"labelBreak" | "contentBreak" | "sectionBreak" | "doubleSectionBreak" | "rightSpacer1" | "rightSpacer2" | "leftSpacer1" | "leftSpacer2" | "buttonSpacing" | "leftRightPadding1" | "leftRightPadding2" | "topBottomPadding1" | "topBottomPadding2">;
@@ -2,4 +2,4 @@ import { TableCellValues } from "../EditableTable/EditableTable.types";
2
2
  export declare function sortDescendingStartDateString<T extends {
3
3
  startDate: string;
4
4
  }>(array: T[]): T[];
5
- export declare const didCellValueChange: (oldVal: TableCellValues, newVal: TableCellValues, isDateValue?: boolean) => boolean;
5
+ export declare const didCellValueChange: (oldVal: TableCellValues, newVal: TableCellValues, isDateValue?: boolean | undefined) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oc-digital/react-component-library",
3
- "version": "2.1.6-beta.0",
3
+ "version": "2.1.7-beta.0",
4
4
  "description": "React component library for Optimal Compliance",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -130,6 +130,6 @@
130
130
  "*.+(json|css|md)": "prettier --write"
131
131
  },
132
132
  "dependencies": {
133
- "@mui/styles": "^5.11.13"
133
+ "storybook-addon-material-ui5": "^1.0.0"
134
134
  }
135
135
  }