@orion-studios/payload-studio 0.5.0-beta.110 → 0.5.0-beta.111

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.
@@ -72,6 +72,14 @@ function NavIcon({ name }) {
72
72
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "8", y1: "13", x2: "16", y2: "13" }),
73
73
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "8", y1: "17", x2: "12", y2: "17" })
74
74
  ] });
75
+ case "forms":
76
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, children: [
77
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 3h6" }),
78
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 3v18" }),
79
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5 7h14a2 2 0 0 1 2 2v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a2 2 0 0 1 2-2Z" }),
80
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7 11h10" }),
81
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7 15h6" })
82
+ ] });
75
83
  case "globals":
76
84
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, children: [
77
85
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "3" }),
@@ -45,6 +45,14 @@ function NavIcon({ name }) {
45
45
  /* @__PURE__ */ jsx("line", { x1: "8", y1: "13", x2: "16", y2: "13" }),
46
46
  /* @__PURE__ */ jsx("line", { x1: "8", y1: "17", x2: "12", y2: "17" })
47
47
  ] });
48
+ case "forms":
49
+ return /* @__PURE__ */ jsxs("svg", { ...props, children: [
50
+ /* @__PURE__ */ jsx("path", { d: "M9 3h6" }),
51
+ /* @__PURE__ */ jsx("path", { d: "M12 3v18" }),
52
+ /* @__PURE__ */ jsx("path", { d: "M5 7h14a2 2 0 0 1 2 2v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a2 2 0 0 1 2-2Z" }),
53
+ /* @__PURE__ */ jsx("path", { d: "M7 11h10" }),
54
+ /* @__PURE__ */ jsx("path", { d: "M7 15h6" })
55
+ ] });
48
56
  case "globals":
49
57
  return /* @__PURE__ */ jsxs("svg", { ...props, children: [
50
58
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "3" }),
@@ -1,3 +1,3 @@
1
- export { A as AdminBreadcrumbItem, a as AdminBreadcrumbs, b as AdminNavIcon, c as AdminNavInput, d as AdminNavItem, e as AdminNavLinkItem, f as AdminPage, g as AdminPageLinkOption, h as AdminPageRecord, j as AdminRole, M as MediaDetailPanelProps, k as MediaListItemProps, N as NestedNavItem, l as NestedNavItemInput, m as NestedNavTree, n as buildAdminPageLinkOptions, o as buildNestedNavTree, p as getAdminNavRows, q as navItemIsActive, r as normalizeAdminNavInputs, s as normalizeNestedNavItems, t as parseAdminHeaderNavFromForm, u as roleCanAccessNav } from '../index-ZbOx4OCF.mjs';
1
+ export { A as AdminBreadcrumbItem, a as AdminBreadcrumbs, b as AdminNavIcon, c as AdminNavInput, d as AdminNavItem, e as AdminNavLinkItem, f as AdminPage, g as AdminPageLinkOption, h as AdminPageRecord, j as AdminRole, M as MediaDetailPanelProps, k as MediaListItemProps, N as NestedNavItem, l as NestedNavItemInput, m as NestedNavTree, n as buildAdminPageLinkOptions, o as buildNestedNavTree, p as getAdminNavRows, q as navItemIsActive, r as normalizeAdminNavInputs, s as normalizeNestedNavItems, t as parseAdminHeaderNavFromForm, u as roleCanAccessNav } from '../index-7lxTrxSG.mjs';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
@@ -1,3 +1,3 @@
1
- export { A as AdminBreadcrumbItem, a as AdminBreadcrumbs, b as AdminNavIcon, c as AdminNavInput, d as AdminNavItem, e as AdminNavLinkItem, f as AdminPage, g as AdminPageLinkOption, h as AdminPageRecord, j as AdminRole, M as MediaDetailPanelProps, k as MediaListItemProps, N as NestedNavItem, l as NestedNavItemInput, m as NestedNavTree, n as buildAdminPageLinkOptions, o as buildNestedNavTree, p as getAdminNavRows, q as navItemIsActive, r as normalizeAdminNavInputs, s as normalizeNestedNavItems, t as parseAdminHeaderNavFromForm, u as roleCanAccessNav } from '../index-ZbOx4OCF.js';
1
+ export { A as AdminBreadcrumbItem, a as AdminBreadcrumbs, b as AdminNavIcon, c as AdminNavInput, d as AdminNavItem, e as AdminNavLinkItem, f as AdminPage, g as AdminPageLinkOption, h as AdminPageRecord, j as AdminRole, M as MediaDetailPanelProps, k as MediaListItemProps, N as NestedNavItem, l as NestedNavItemInput, m as NestedNavTree, n as buildAdminPageLinkOptions, o as buildNestedNavTree, p as getAdminNavRows, q as navItemIsActive, r as normalizeAdminNavInputs, s as normalizeNestedNavItems, t as parseAdminHeaderNavFromForm, u as roleCanAccessNav } from '../index-7lxTrxSG.js';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
3
 
4
4
  type AdminRole = 'admin' | 'editor' | 'client';
5
- type AdminNavIcon = 'dashboard' | 'pages' | 'globals' | 'media' | 'tools' | 'account';
5
+ type AdminNavIcon = 'dashboard' | 'pages' | 'forms' | 'globals' | 'media' | 'tools' | 'account';
6
6
  type AdminNavItem = {
7
7
  href: string;
8
8
  icon?: AdminNavIcon;
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
3
 
4
4
  type AdminRole = 'admin' | 'editor' | 'client';
5
- type AdminNavIcon = 'dashboard' | 'pages' | 'globals' | 'media' | 'tools' | 'account';
5
+ type AdminNavIcon = 'dashboard' | 'pages' | 'forms' | 'globals' | 'media' | 'tools' | 'account';
6
6
  type AdminNavItem = {
7
7
  href: string;
8
8
  icon?: AdminNavIcon;
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { i as admin } from './index-B7QvY3yF.mjs';
2
- export { i as adminApp } from './index-ZbOx4OCF.mjs';
2
+ export { i as adminApp } from './index-7lxTrxSG.mjs';
3
3
  export { i as blocks } from './index-CluwY0ZQ.mjs';
4
4
  export { i as nextjs } from './index-D8BNfUJb.mjs';
5
5
  export { i as studio } from './index-BzKOThsI.mjs';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { i as admin } from './index-BK03FiEM.js';
2
- export { i as adminApp } from './index-ZbOx4OCF.js';
2
+ export { i as adminApp } from './index-7lxTrxSG.js';
3
3
  export { i as blocks } from './index-CluwY0ZQ.js';
4
4
  export { i as nextjs } from './index-DD_E2UfJ.js';
5
5
  export { i as studio } from './index-BzKOThsI.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.5.0-beta.110",
3
+ "version": "0.5.0-beta.111",
4
4
  "description": "Unified Payload CMS toolkit for Orion Studios",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",