finform-react-builder 1.7.1 → 1.8.1

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.
@@ -0,0 +1 @@
1
+ export * from './palette';
@@ -0,0 +1,80 @@
1
+ export declare const finflowPalette: {
2
+ primary: {
3
+ main: string;
4
+ contrastText: string;
5
+ };
6
+ secondary: {
7
+ main: string;
8
+ contrastText: string;
9
+ };
10
+ error: {
11
+ main: string;
12
+ };
13
+ warning: {
14
+ main: string;
15
+ };
16
+ info: {
17
+ main: string;
18
+ };
19
+ success: {
20
+ main: string;
21
+ };
22
+ background: {
23
+ default: string;
24
+ paper: string;
25
+ };
26
+ text: {
27
+ primary: string;
28
+ secondary: string;
29
+ disabled: string;
30
+ };
31
+ divider: string;
32
+ };
33
+ export type FinflowPalette = typeof finflowPalette;
34
+ export declare const primary: {
35
+ readonly 50: string;
36
+ readonly 100: string;
37
+ readonly 200: string;
38
+ readonly 300: string;
39
+ readonly 400: string;
40
+ readonly 500: string;
41
+ readonly 600: string;
42
+ readonly 700: string;
43
+ readonly 800: string;
44
+ readonly 900: string;
45
+ };
46
+ export declare const secondary: {
47
+ readonly 50: string;
48
+ readonly 100: string;
49
+ readonly 200: string;
50
+ readonly 300: string;
51
+ readonly 400: string;
52
+ readonly 500: string;
53
+ readonly 600: string;
54
+ readonly 700: string;
55
+ readonly 800: string;
56
+ readonly 900: string;
57
+ };
58
+ export declare const neutral: {
59
+ readonly 50: string;
60
+ readonly 100: string;
61
+ readonly 200: string;
62
+ readonly 300: string;
63
+ readonly 400: string;
64
+ readonly 500: string;
65
+ readonly 600: string;
66
+ readonly 700: string;
67
+ readonly 800: string;
68
+ readonly 900: string;
69
+ };
70
+ export declare const brand: {
71
+ primary: string;
72
+ secondary: string;
73
+ textPrimary: string;
74
+ textSecondary: string;
75
+ divider: string;
76
+ background: {
77
+ default: string;
78
+ paper: string;
79
+ };
80
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finform-react-builder",
3
- "version": "1.7.1",
3
+ "version": "1.8.1",
4
4
  "description": "A powerful, flexible React form builder with dynamic field rendering, custom validation, multi-step forms, Material-UI integration, image component support, toggle/radio buttons, switches, autocomplete, and advanced button positioning",
5
5
  "keywords": [
6
6
  "react",