@appcorp/fusion-storybook 0.1.91 → 0.1.93

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.
@@ -66,12 +66,12 @@ const createAttendanceConfig = ({ cancelLabel, dispatch, drawerTitle, labelActio
66
66
  moduleName: "attendance",
67
67
  tableColumns: [
68
68
  { label: labelId, width: "5%" },
69
- { label: labelStudent, width: "15%" },
70
- { label: labelDate, width: "15%" },
69
+ { label: labelStudent, width: "20%" },
70
+ { label: labelDate, width: "20%" },
71
71
  { label: labelStatus, width: "10%" },
72
72
  { label: labelRemarks, width: "20%" },
73
- { label: labelEnabled, width: "15%" },
74
- { label: labelActions, width: "20%" },
73
+ { label: labelEnabled, width: "20%" },
74
+ { label: labelActions, width: "5%" },
75
75
  ],
76
76
  cancelLabel,
77
77
  drawerTitle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.1.91",
3
+ "version": "0.1.93",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@appcorp/app-corp-vista": "^1.0.0",
40
- "@appcorp/shadcn": "^1.1.80",
40
+ "@appcorp/shadcn": "^1.1.83",
41
41
  "@chromatic-com/storybook": "^5.1.2",
42
42
  "@commitlint/cli": "^20.5.0",
43
43
  "@commitlint/config-conventional": "^20.5.0",