@appcorp/fusion-storybook 0.1.30 → 0.1.31

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.
@@ -19,7 +19,6 @@ import { SubjectMoreActions } from "./more-actions";
19
19
  import { SubjectView } from "./view";
20
20
  import { resolveRbacPermissions } from "../../utils/resolve-rbac-permissions";
21
21
  import { RbacNoAccess } from "../../components/rbac-no-access";
22
- import { useTranslations } from "next-intl";
23
22
  // ============================================================================
24
23
  // TABLE COLUMN CONFIGURATION (static — no runtime deps)
25
24
  // ============================================================================
@@ -74,7 +73,6 @@ const GenericSubjectPage = createGenericModulePage();
74
73
  // INNER PAGE (requires SubjectProvider context)
75
74
  // ============================================================================
76
75
  const SubjectPageInner = (props) => {
77
- const t = useTranslations("subject");
78
76
  const context = useSubjectModule();
79
77
  // Memoize config creation - destructure props to avoid object reference changes
80
78
  const subjectConfig = useMemo(() => createSubjectConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",