@appcorp/fusion-storybook 0.1.60 → 0.1.61

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.
@@ -319,14 +319,14 @@ export const useWorkspaceUserModule = () => {
319
319
  // ============================================================================
320
320
  const headerActions = useMemo(() => [
321
321
  {
322
- enabled: true,
322
+ enabled: false,
323
323
  handleOnClick: handleFilters,
324
324
  label: t("headerActionsFilters"),
325
325
  order: 1,
326
326
  icon: Filter,
327
327
  },
328
328
  {
329
- enabled: true,
329
+ enabled: false,
330
330
  handleOnClick: handleMoreActions,
331
331
  label: t("headerActionsMoreActions"),
332
332
  order: 2,
@@ -40,10 +40,10 @@ const createWorkspaceUserConfig = ({ cancelLabel, dispatch, drawerTitle, labelAc
40
40
  tableColumns: [
41
41
  { label: labelId, width: "5%" },
42
42
  { label: labelUser, width: "30%" },
43
- { label: labelWorkspace, width: "20%" },
44
- { label: labelRole, width: "15%" },
43
+ { label: labelWorkspace, width: "25%" },
44
+ { label: labelRole, width: "20%" },
45
45
  { label: labelSystemRole, width: "15%" },
46
- { label: labelActions, width: "15%" },
46
+ { label: labelActions, width: "5%" },
47
47
  ],
48
48
  cancelLabel,
49
49
  drawerTitle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",