@appcorp/fusion-storybook 0.1.80 → 0.1.81

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: "",
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.81",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",