@cfinnestad/react-form-builder 1.0.14 → 1.0.15

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,14 @@
1
1
  export declare const TestTheme: import("@mui/material").Theme;
2
+ declare module '@mui/material/styles' {
3
+ interface Palette {
4
+ custom: Palette['primary'];
5
+ }
6
+ interface PaletteOptions {
7
+ custom: PaletteOptions['primary'];
8
+ }
9
+ }
10
+ declare module '@mui/material/Button' {
11
+ interface ButtonPropsColorOverrides {
12
+ custom: true;
13
+ }
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfinnestad/react-form-builder",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "FormBuilder and FormRender Component library for building and gathering custom form data",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c",