@appcorp/fusion-storybook 0.1.80 → 0.1.82

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.
@@ -28,7 +28,7 @@ export declare const CLASS_ACTION_TYPES: {
28
28
  drawer: string | null;
29
29
  errors: Record<string, string>;
30
30
  code: string;
31
- description: string | null;
31
+ description: string;
32
32
  enabled: boolean;
33
33
  id: string;
34
34
  name: string;
@@ -44,7 +44,7 @@ export declare const CLASS_ACTION_TYPES: {
44
44
  drawer: string | null;
45
45
  errors: Record<string, string>;
46
46
  code: string;
47
- description: string | null;
47
+ description: string;
48
48
  enabled: boolean;
49
49
  id: string;
50
50
  name: string;
@@ -62,7 +62,7 @@ export declare const CLASS_ACTION_TYPES: {
62
62
  drawer: string | null;
63
63
  errors: Record<string, string>;
64
64
  code: string;
65
- description: string | null;
65
+ description: string;
66
66
  enabled: boolean;
67
67
  id: string;
68
68
  name: string;
@@ -78,7 +78,7 @@ export declare const CLASS_ACTION_TYPES: {
78
78
  drawer: string | null;
79
79
  errors: Record<string, string>;
80
80
  code: string;
81
- description: string | null;
81
+ description: string;
82
82
  enabled: boolean;
83
83
  id: string;
84
84
  name: string;
@@ -94,7 +94,7 @@ export declare const CLASS_ACTION_TYPES: {
94
94
  drawer: string | null;
95
95
  errors: Record<string, string>;
96
96
  code: string;
97
- description: string | null;
97
+ description: string;
98
98
  enabled: boolean;
99
99
  id: string;
100
100
  name: string;
@@ -141,7 +141,7 @@ export declare const useClassModule: () => {
141
141
  drawer: string | null;
142
142
  errors: Record<string, string>;
143
143
  code: string;
144
- description: string | null;
144
+ description: string;
145
145
  enabled: boolean;
146
146
  id: string;
147
147
  name: string;
@@ -57,7 +57,7 @@ const classConfig = {
57
57
  errors: {},
58
58
  // Form State
59
59
  code: "",
60
- description: null,
60
+ description: "",
61
61
  enabled: true,
62
62
  id: "",
63
63
  name: "",
@@ -27,7 +27,7 @@ export declare const SUBJECT_ACTION_TYPES: {
27
27
  disableSaveButton: boolean;
28
28
  drawer: string | null;
29
29
  code: string;
30
- description: string | null;
30
+ description: string;
31
31
  enabled: boolean;
32
32
  errors: Record<string, string>;
33
33
  filterEnabled: boolean | undefined;
@@ -43,7 +43,7 @@ export declare const SUBJECT_ACTION_TYPES: {
43
43
  disableSaveButton: boolean;
44
44
  drawer: string | null;
45
45
  code: string;
46
- description: string | null;
46
+ description: string;
47
47
  enabled: boolean;
48
48
  errors: Record<string, string>;
49
49
  filterEnabled: boolean | undefined;
@@ -61,7 +61,7 @@ export declare const SUBJECT_ACTION_TYPES: {
61
61
  disableSaveButton: boolean;
62
62
  drawer: string | null;
63
63
  code: string;
64
- description: string | null;
64
+ description: string;
65
65
  enabled: boolean;
66
66
  errors: Record<string, string>;
67
67
  filterEnabled: boolean | undefined;
@@ -77,7 +77,7 @@ export declare const SUBJECT_ACTION_TYPES: {
77
77
  disableSaveButton: boolean;
78
78
  drawer: string | null;
79
79
  code: string;
80
- description: string | null;
80
+ description: string;
81
81
  enabled: boolean;
82
82
  errors: Record<string, string>;
83
83
  filterEnabled: boolean | undefined;
@@ -93,7 +93,7 @@ export declare const SUBJECT_ACTION_TYPES: {
93
93
  disableSaveButton: boolean;
94
94
  drawer: string | null;
95
95
  code: string;
96
- description: string | null;
96
+ description: string;
97
97
  enabled: boolean;
98
98
  errors: Record<string, string>;
99
99
  filterEnabled: boolean | undefined;
@@ -138,7 +138,7 @@ export declare const useSubjectModule: () => {
138
138
  disableSaveButton: boolean;
139
139
  drawer: string | null;
140
140
  code: string;
141
- description: string | null;
141
+ description: string;
142
142
  enabled: boolean;
143
143
  errors: Record<string, string>;
144
144
  filterEnabled: boolean | undefined;
@@ -60,7 +60,7 @@ const subjectConfig = {
60
60
  drawer: null,
61
61
  // Form State
62
62
  code: "",
63
- description: null,
63
+ description: "",
64
64
  enabled: true,
65
65
  errors: {},
66
66
  filterEnabled: undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.1.80",
3
+ "version": "0.1.82",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",