@studiocubics/cms 0.0.24 → 0.0.26
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsx as r}from"react/jsx-runtime";import{Newspaper as t,ShieldUser as s,
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import{Newspaper as t,ShieldUser as s,SquareUser as e,DoorClosedLocked as o,Users as c,Send as n}from"lucide-react";const i=[{startIcon:r(t,{}),children:"Content",href:"/dashboard/content"},{startIcon:r(s,{}),href:"/dashboard/security",children:"Security"}],a=[{children:"Your Account",startIcon:r(e,{}),href:"/dashboard/security/account"},{children:"Roles & Permissions",startIcon:r(o,{}),href:"/dashboard/security/permissions"},{children:"System Users",startIcon:r(c,{}),href:"/dashboard/security/systemUsers"},{children:"Invitations",startIcon:r(n,{}),href:"/dashboard/security/invitations"}];export{i as defaultNavLinks,a as defaultSecurityLinks};
|
|
2
2
|
//# sourceMappingURL=defaults.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.js","sources":["../../../src/client/constants/defaults.tsx"],"sourcesContent":["import type { ListItemProps, TabProps } from \"@studiocubics/components\";\nimport {\n Newspaper,\n
|
|
1
|
+
{"version":3,"file":"defaults.js","sources":["../../../src/client/constants/defaults.tsx"],"sourcesContent":["import type { ListItemProps, TabProps } from \"@studiocubics/components\";\nimport {\n Newspaper,\n ShieldUser,\n SquareUser,\n DoorClosedLocked,\n Users,\n Send,\n} from \"lucide-react\";\n\nexport const defaultNavLinks: ListItemProps[] = [\n {\n startIcon: <Newspaper />,\n children: \"Content\",\n href: \"/dashboard/content\",\n },\n {\n startIcon: <ShieldUser />,\n href: \"/dashboard/security\",\n children: \"Security\",\n },\n // {\n // startIcon: <Settings />,\n // href: \"/dashboard/settings\",\n // children: \"Settings\",\n // },\n];\nexport const defaultSecurityLinks: TabProps[] = [\n {\n children: \"Your Account\",\n startIcon: <SquareUser />,\n href: \"/dashboard/security/account\",\n },\n {\n children: \"Roles & Permissions\",\n startIcon: <DoorClosedLocked />,\n href: \"/dashboard/security/permissions\",\n },\n {\n children: \"System Users\",\n startIcon: <Users />,\n href: \"/dashboard/security/systemUsers\",\n },\n {\n children: \"Invitations\",\n startIcon: <Send />,\n href: \"/dashboard/security/invitations\",\n },\n];\n"],"names":["defaultNavLinks","startIcon","_jsx","Newspaper","children","href","ShieldUser","defaultSecurityLinks","SquareUser","DoorClosedLocked","Users","Send"],"mappings":"4JAUO,MAAMA,EAAmC,CAC9C,CACEC,UAAWC,EAACC,EAAS,IACrBC,SAAU,UACVC,KAAM,sBAER,CACEJ,UAAWC,EAACI,EAAU,IACtBD,KAAM,sBACND,SAAU,aAQDG,EAAmC,CAC9C,CACEH,SAAU,eACVH,UAAWC,EAACM,EAAU,IACtBH,KAAM,+BAER,CACED,SAAU,sBACVH,UAAWC,EAACO,EAAgB,IAC5BJ,KAAM,mCAER,CACED,SAAU,eACVH,UAAWC,EAACQ,EAAK,IACjBL,KAAM,mCAER,CACED,SAAU,cACVH,UAAWC,EAACS,EAAI,IAChBN,KAAM"}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"private": false,
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.26",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"@studiocubics",
|
|
11
11
|
"cubics",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"lucide-react": "^0.554.0",
|
|
38
38
|
"next-themes": "^0.4.6",
|
|
39
39
|
"zod": "^4.3.6",
|
|
40
|
-
"@studiocubics/components": "^0.0.
|
|
41
|
-
"@studiocubics/hooks": "^0.0.
|
|
42
|
-
"@studiocubics/next": "^0.0.
|
|
43
|
-
"@studiocubics/utils": "^0.0.
|
|
40
|
+
"@studiocubics/components": "^0.0.26",
|
|
41
|
+
"@studiocubics/hooks": "^0.0.26",
|
|
42
|
+
"@studiocubics/next": "^0.0.26",
|
|
43
|
+
"@studiocubics/utils": "^0.0.26"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@eslint/js": "^9.39.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"rollup-plugin-bundle-stats": "^4.21.9",
|
|
62
62
|
"typescript": "^5.9.3",
|
|
63
63
|
"typescript-eslint": "^8.46.4",
|
|
64
|
-
"@studiocubics/types": "^0.0.
|
|
64
|
+
"@studiocubics/types": "^0.0.26"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@clerk/nextjs": ">= 6",
|