slice-machine-ui 2.7.2-beta.2 → 2.8.0

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.
Files changed (75) hide show
  1. package/out/404.html +1 -1
  2. package/out/_next/static/NHNPoIm5ZybAGepO-LVh5/_buildManifest.js +1 -0
  3. package/out/_next/static/chunks/{150-84da9b485587e8c4.js → 150-96a0c443c430ec4b.js} +1 -1
  4. package/out/_next/static/chunks/18539003-9b393c900c89e552.js +22 -0
  5. package/out/_next/static/chunks/372-cfee53700e416e09.js +1 -0
  6. package/out/_next/static/chunks/441-76bd8e7cf8cc22da.js +12 -0
  7. package/out/_next/static/chunks/588-d017e0fe2a651a87.js +1 -0
  8. package/out/_next/static/chunks/{918-38ab72e6ee071fec.js → 591-a272f15a4bf9830a.js} +2 -2
  9. package/out/_next/static/chunks/{479-6205c85aa978fc0b.js → 627-092c9e4c99442c08.js} +2 -2
  10. package/out/_next/static/chunks/750-aa35f21031ee1f96.js +1 -0
  11. package/out/_next/static/chunks/{772-58d0c8f8ae1c6791.js → 772-db5f72095641ec1d.js} +1 -1
  12. package/out/_next/static/chunks/{882-1ccb9dbd9bd4734b.js → 882-32959ffa63fa455c.js} +1 -1
  13. package/out/_next/static/chunks/pages/{_app-8405076cd58a41f0.js → _app-51bef5d3c62d085e.js} +156 -154
  14. package/out/_next/static/chunks/pages/{changelog-f9055af0d38a0c24.js → changelog-86f30b15d852e710.js} +1 -1
  15. package/out/_next/static/chunks/pages/changes-6c05ef623617785e.js +1 -0
  16. package/out/_next/static/chunks/pages/custom-types/{[customTypeId]-2eb64c9ea82fcd0a.js → [customTypeId]-fd2416081ef2ffca.js} +1 -1
  17. package/out/_next/static/chunks/pages/{custom-types-ddc20cfdd8049c04.js → custom-types-5de2dd7b9b93236e.js} +1 -1
  18. package/out/_next/static/chunks/pages/{index-17f953c11b46cb20.js → index-2d7f95201a656c12.js} +1 -1
  19. package/out/_next/static/chunks/pages/{labs-867606e5aff179cd.js → labs-81cf5c5f09fa0bda.js} +1 -1
  20. package/out/_next/static/chunks/pages/page-types/{[pageTypeId]-e5a5e6b345081e0a.js → [pageTypeId]-59e143620505f73f.js} +1 -1
  21. package/out/_next/static/chunks/pages/settings-80e0d6f1c79282d3.js +1 -0
  22. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]/{simulator-783b6577bd4e3728.js → simulator-908e779f6d24760d.js} +1 -1
  23. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]-0b6162eb591ee324.js +1 -0
  24. package/out/_next/static/chunks/pages/{slices-0f6e50acfb5957ed.js → slices-317ec2bd3451566e.js} +1 -1
  25. package/out/_next/static/css/{22103e0fe77e9b53.css → 4e475d945cf8a890.css} +1 -1
  26. package/out/_next/static/css/850c81be38195a0f.css +1 -0
  27. package/out/_next/static/css/{00e9fba6d8022425.css → 9d17b7d9f44c5c5d.css} +1 -1
  28. package/out/_next/static/css/{cc20f7c46912c5dc.css → e5c7f63f02ff4d0f.css} +1 -1
  29. package/out/_next/static/css/{7f2ebc8f03a13272.css → e5f781f20e24a5ea.css} +1 -1
  30. package/out/changelog.html +1 -1
  31. package/out/changes.html +1 -1
  32. package/out/custom-types/[customTypeId].html +1 -1
  33. package/out/custom-types.html +1 -1
  34. package/out/index.html +1 -1
  35. package/out/labs.html +1 -1
  36. package/out/page-types/[pageTypeId].html +1 -1
  37. package/out/settings.html +1 -1
  38. package/out/slices/[lib]/[sliceName]/[variation]/simulator.html +1 -1
  39. package/out/slices/[lib]/[sliceName]/[variation].html +1 -1
  40. package/out/slices.html +1 -1
  41. package/package.json +9 -10
  42. package/src/components/BlankSlate/BlankSlate.module.css +0 -10
  43. package/src/components/BlankSlate/BlankSlate.module.css.d.ts +0 -1
  44. package/src/components/BlankSlate/BlankSlate.tsx +2 -2
  45. package/src/components/Breadcrumb/Breadcrumb.module.css +0 -4
  46. package/src/components/Breadcrumb/Breadcrumb.module.css.d.ts +0 -1
  47. package/src/components/Breadcrumb/Breadcrumb.tsx +1 -2
  48. package/src/components/ContentTabs/ContentTabs.tsx +2 -1
  49. package/src/components/FieldSet/FieldSet.module.css +0 -8
  50. package/src/components/FieldSet/FieldSet.module.css.d.ts +0 -2
  51. package/src/components/FieldSet/FieldSet.tsx +2 -7
  52. package/src/components/SideNav/SideNavEnvironmentSelector.tsx +2 -1
  53. package/src/features/builder/AddFieldDropdown.tsx +1 -1
  54. package/src/features/documentation/MarkdownRenderer/index.tsx +4 -2
  55. package/src/features/onboarding/OnboardingProgressStepper.tsx +2 -1
  56. package/src/features/sync/components/AutoSyncStatusIndicator.tsx +5 -1
  57. package/src/legacy/lib/builders/CustomTypeBuilder/TabZone/index.tsx +3 -0
  58. package/src/legacy/lib/builders/SliceBuilder/FieldZones/index.tsx +3 -0
  59. package/src/legacy/lib/models/common/widgets/Group/ListItem/index.jsx +3 -0
  60. package/src/legacy/lib/models/common/widgets/Link/Form.jsx +43 -3
  61. package/src/legacy/lib/models/common/widgets/Link/components.tsx +56 -0
  62. package/src/legacy/lib/models/common/widgets/Link/index.ts +8 -3
  63. package/src/legacy/lib/models/common/widgets/LinkToMedia/Form.jsx +14 -1
  64. package/src/legacy/lib/models/common/widgets/LinkToMedia/index.ts +1 -0
  65. package/out/_next/static/E30Hv5Nt7vNi3zj5fcpLn/_buildManifest.js +0 -1
  66. package/out/_next/static/chunks/18539003-080f6b8eec027936.js +0 -22
  67. package/out/_next/static/chunks/372-a86e2c479a721702.js +0 -1
  68. package/out/_next/static/chunks/441-126d623f1b578785.js +0 -12
  69. package/out/_next/static/chunks/50-586dc7ab5e584e76.js +0 -1
  70. package/out/_next/static/chunks/764-e040bcebe6027fea.js +0 -1
  71. package/out/_next/static/chunks/pages/changes-72a49635f1ee5057.js +0 -1
  72. package/out/_next/static/chunks/pages/settings-0edb6f6c78439c20.js +0 -1
  73. package/out/_next/static/chunks/pages/slices/[lib]/[sliceName]/[variation]-68074c174d83cf1e.js +0 -1
  74. package/out/_next/static/css/34067e4b880866ca.css +0 -1
  75. /package/out/_next/static/{E30Hv5Nt7vNi3zj5fcpLn → NHNPoIm5ZybAGepO-LVh5}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[750],{98863:function(e,t,l){function r(e,...t){let l={...e};return t.forEach(e=>{delete l[e]}),l}function n(e){return Object.keys(e)}l.d(t,{XP:function(){return n},ud:function(){return r}})},5726:function(e,t,l){l.d(t,{F:function(){return V}});var r=l(52322),n=l(38392),a=l(97729),s=l.n(a),c=l(2784),i=l(23335),o=l(30988),d=l(77507),u=l(28948),x=l(5632),h=l(56580),p=l(75289),j=l(93216),m=l(88932),f=l(93188),g=l(91133);async function v(e){let{id:t,label:l,repeatable:r,format:n,onSuccess:a}=e,s=d.$[n],c=(0,j.Ue)({id:t,label:l,repeatable:r,format:n});try{let{errors:e}=await (0,f.KA)(c);if(e.length>0)throw e;f.Xe.track({event:"custom-type:created",id:c.id,name:l,format:n,type:r?"repeatable":"single",origin:"table"}),await a(c),m.Am.success((0,g.GX)({message:"".concat(s.name({start:!0,plural:!1})," saved successfully at "),path:"./customtypes/".concat(c.id,"/index.json")}))}catch(t){let e="Internal Error: ".concat(s.name({start:!0,plural:!1})," not saved");console.error(e,t),m.Am.error(e)}}var b=l(63447),y=l(80546),C=l(1490),S=l(17186),w=l(99510),k=l(40572),I=l(41067),R=l(28801),z=l(63397);let L=e=>{let{selected:t,...l}=e;return(0,r.jsx)(p.kC,{sx:{p:"24px",mb:3,alignItems:"top",cursor:"pointer",borderRadius:"6px",backgroundColor:"grayLight",boxShadow:t?e=>{var t;return"0 0 0 2px ".concat(String(null===(t=e.colors)||void 0===t?void 0:t.primary))}:"none","&:hover":{boxShadow:e=>{var t;return"0 0 0 2px ".concat(String(null===(t=e.colors)||void 0===t?void 0:t.primary))}}},...l})},T=e=>{let{format:t}=e,[l,,n]=(0,z.U$)("repeatable"),a=d.$[t];return(0,r.jsxs)(p.xu,{mb:2,children:[(0,r.jsxs)(L,{selected:l.value,onClick:()=>n.setValue(!0),children:[(0,r.jsx)(p.Y8,{checked:l.value,onChange:()=>{},"data-testid":"repeatable-type-radio-btn"}),(0,r.jsxs)(p.xu,{sx:{marginLeft:2},children:["Reusable type",(0,r.jsx)(p.xu,{as:"p",sx:{fontSize:"12px",color:"textClear",mt:1},children:a.hintRepeatable})]})]}),(0,r.jsxs)(L,{selected:!l.value,onClick:()=>n.setValue(!1),children:[(0,r.jsx)(p.Y8,{checked:!l.value,onChange:()=>{},"data-testid":"single-type-radio-btn"}),(0,r.jsxs)(p.xu,{sx:{marginLeft:2},children:["Single type",(0,r.jsx)(p.xu,{as:"p",sx:{fontSize:"12px",color:"textClear",mt:1},children:a.hintSingle})]})]})]})},_=e=>{let{format:t,isCreating:l,isOpen:n,origin:a="table",onCreateChange:s,onOpenChange:i}=e,{createCustomTypeSuccess:o}=(0,I.Z)(),{customTypeIds:u,customTypeLabels:m}=(0,h.v9)(e=>({customTypeIds:(0,k.W6)(e),customTypeLabels:(0,k.YS)(e)})),f=d.$[t],[g,z]=(0,c.useState)(!0),{syncChanges:L}=(0,y.g)(),_=(0,x.useRouter)(),N=async e=>{let{id:l,label:r,repeatable:n}=e;s(!0),await v({format:t,id:l,label:r,origin:a,repeatable:n,onSuccess:async e=>{o(e);let t=(0,j.y6)(e),r=b.cd[t];z(!0),await _.push({pathname:r.getBuilderPagePathname(l)}),L()}}),s(!1),i(!1)},A=(e,t,l)=>{l(g?{...t,label:e.target.value,id:(0,w.lV)(e.target.value)}:{...t,label:e.target.value})},D=(e,t)=>{t("id",e.target.value),z(!1)};return(0,r.jsx)(C.Z,{testId:"create-ct-modal",isOpen:n,widthInPx:"530px",formId:"create-custom-type",buttonLabel:"Create",close:()=>{i(!1),z(!0)},onSubmit:e=>{N(e)},isLoading:l,initialValues:{repeatable:!0,id:"",label:""},validate:e=>{let{id:t,label:l}=e,r={};return l&&l.length||(r.label="Cannot be empty."),!r.label&&m.includes(l)&&(r.label="".concat(f.name({start:!0,plural:!1})," name is already taken.")),t&&t.length||(r.id="ID cannot be empty."),r.id||!t||S.xo.exec(t)||(r.id="Invalid id: No special characters allowed."),!r.id&&t&&u.map(e=>e.toLowerCase()).includes(t)&&(r.id='ID "'.concat(t,'" exists already.')),Object.keys(r).length>0?r:void 0},content:{title:"Create a new ".concat(f.name({start:!1,plural:!1}))},children:e=>{let{errors:l,setValues:n,setFieldValue:a,values:s,touched:c}=e;return(0,r.jsxs)(p.xu,{children:[(0,r.jsx)(T,{format:t}),(0,r.jsx)(R.W,{name:"label",label:"".concat(f.name({start:!0,plural:!1})," Name"),testId:"ct-name-input",placeholder:"A display name for the ".concat(f.name({start:!1,plural:!1})),error:c.label?l.label:void 0,onChange:e=>A(e,s,n)}),(0,r.jsx)(R.W,{name:"id",testId:"ct-id-input",label:"".concat(f.name({start:!0,plural:!1})," ID"),placeholder:f.inputPlaceholder,error:c.id?l.id:void 0,onChange:e=>D(e,a)})]})}})};var N=l(28574);let A=e=>(0,r.jsxs)("svg",{viewBox:"0 0 20 24",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,r.jsx)("path",{d:"m2 24h16c1.1046 0 2-.8954 2-2v-17l-5-5h-13c-1.10457 0-2 .89543-2 2v20c0 1.1046.89543 2 2 2z",fill:"#6e56cf"}),(0,r.jsx)("path",{d:"m17 5h3l-5-5v3c0 1.10457.8954 2 2 2z",fill:"#9e8cfc"}),(0,r.jsx)("path",{d:"m10.0912 8c-2.8118 0-5.0912 2.2794-5.0912 5.0912s2.2794 5.0912 5.0912 5.0912c1.8851 0 3.5303-1.0247 4.4098-2.5452.1553-.2684.2868-.5523.3916-.8489.092-.2604-.0444-.5461-.3048-.6381-.2603-.092-.546.0445-.638.3048-.0841.238-.1897.4659-.3144.6815-.7081 1.2241-2.0305 2.0459-3.5442 2.0459-2.2595 0-4.0912-1.8317-4.0912-4.0912s1.8317-4.0912 4.0912-4.0912c1.3566 0 2.5595.66 3.3043 1.6782h-1.7739c-.2761 0-.5.2239-.5.5 0 .2762.2239.5.5.5h2.6782c.2762 0 .5-.2238.5-.5v-2.6782c0-.2761-.2238-.5-.5-.5-.2761 0-.5.2239-.5.5v1.1032c-.9281-.9865-2.2462-1.6032-3.7086-1.6032z",fill:"#fff"})]}),D=e=>(0,r.jsxs)("svg",{viewBox:"0 0 20 24",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,r.jsx)("path",{d:"m2 24h16c1.1046 0 2-.8954 2-2v-17l-5-5h-13c-1.10457 0-2 .89543-2 2v20c0 1.1046.89543 2 2 2z",fill:"#6e56cf",fillRule:"nonzero"}),(0,r.jsx)("path",{d:"m17 5h3l-5-5v3c0 1.10457.8954 2 2 2z",fill:"#9e8cfc",fillRule:"nonzero"}),(0,r.jsx)("path",{d:"m8.0869 10.6818.5758-2.3031c.0556-.2226.2556-.3787.485-.3787.3253 0 .564.3057.4851.6213l-.5151 2.0605h2.6055l.5758-2.3031c.0557-.2226.2557-.3787.4851-.3787.3253 0 .564.3057.4851.6213l-.5152 2.0605h2.246c.2761 0 .5.2239.5.5 0 .2762-.2239.5-.5.5h-2.496l-.6591 2.6364h2.1551c.2761 0 .5.2238.5.5 0 .2761-.2239.5-.5.5h-2.4051l-.5757 2.3031c-.0557.2226-.2557.3787-.4851.3787-.3253 0-.564-.3057-.4851-.6213l.5152-2.0605h-2.6056l-.5758 2.3031c-.0556.2226-.2556.3787-.4851.3787-.3253 0-.5639-.3057-.485-.6213l.5151-2.0605h-1.9278c-.2761 0-.5-.2239-.5-.5 0-.2762.2239-.5.5-.5h2.1778l.6591-2.6364h-1.8369c-.2761 0-.5-.2238-.5-.5 0-.2761.2239-.5.5-.5zm2.7273 3.6364.659-2.6364h-2.6055l-.6591 2.6364z",fill:"#fff"})]});var E=l(64910),P=l(18566),O=l(95799),$=l(1744),W=l(70647);async function B(e){let{errors:t,models:l}=await W.j.customTypes.readAllCustomTypes({format:e});if(t.length>0)throw t;return l.map(e=>{let{model:t}=e;return t})}let M=e=>{let{format:t,isCreatingCustomType:l,openCreateCustomTypeModal:a}=e,s=(0,x.useRouter)(),{customTypes:i,updateCustomTypes:o}=function(e){let t=(0,c.useCallback)(t=>(0,P.VA)(B,[e],t),[e]);return{customTypes:(0,P.QT)(B,[e]),updateCustomTypes:t}}(t),u=i.sort((e,t)=>e.id.localeCompare(t.id)),p=b.cd[t],j=d.$[t];return(!function(e,t,l){let{storeCustomTypes:r}=(0,h.v9)(e=>({storeCustomTypes:(0,k.Ch)(e).filter($.TG)}));(0,c.useEffect)(()=>{let n=r.filter(e=>{let{local:l}=e;return l.format===t});(n.length!==e.length||n.some(t=>{let l=e.find(e=>e.id===t.local.id);return!l||JSON.stringify(O.Dc.fromSM(t.local))!==JSON.stringify(l)}))&&l(n.map(e=>{let{local:t}=e;return O.Dc.fromSM(t)}))},[t,l,e,r])}(i,t,o),0===u.length)?(0,r.jsxs)(N.R$,{"data-testid":"blank-slate",style:{alignSelf:"center",marginTop:n.rS.space[72]},children:[(0,r.jsx)(N.u2,{children:(0,r.jsx)(n.Ee,{src:p.blankSlateImage,sizing:"cover"})}),(0,r.jsxs)(N.T9,{children:[(0,r.jsx)(N._T,{children:j.name({start:!0,plural:!0})}),(0,r.jsx)(N.nf,{children:j.blankSlateDescription}),(0,r.jsx)(N.Qj,{children:(0,r.jsx)(n.zx,{onClick:a,loading:l,children:"Create"})})]})]}):(0,r.jsx)("div",{children:(0,r.jsxs)(n.iA,{columnLayout:"28px 1fr 1fr 1fr 42px",children:[(0,r.jsx)(n.ss,{children:(0,r.jsxs)(n.SC,{children:[(0,r.jsx)(n.pj,{children:(0,r.jsx)(n.I5,{name:"notes",size:"medium"})}),(0,r.jsx)(n.pj,{children:(0,r.jsx)(n.xv,{color:"grey11",variant:"small",children:"Label"})}),(0,r.jsx)(n.pj,{children:(0,r.jsx)(n.xv,{color:"grey11",variant:"small",children:"API ID"})}),(0,r.jsx)(n.pj,{children:(0,r.jsx)(n.xv,{color:"grey11",variant:"small",children:"Limit"})}),(0,r.jsx)(n.pj,{})]})}),(0,r.jsx)(n.RM,{children:u.map(e=>{let{repeatable:l,label:a,id:c}=e;return(0,r.jsxs)(n.SC,{onClick:()=>{s.push(b.cd[t].getBuilderPagePathname(c))},children:[(0,r.jsx)(n.pj,{children:l?(0,r.jsx)(A,{width:n.rS.space[20]}):(0,r.jsx)(D,{width:n.rS.space[20]})}),(0,r.jsx)(n.pj,{children:(0,r.jsx)(n.xv,{variant:"bold",noWrap:!0,children:a})}),(0,r.jsx)(n.pj,{children:(0,r.jsx)(n.xv,{color:"grey11",noWrap:!0,children:c})}),(0,r.jsx)(n.pj,{children:(0,r.jsx)(n.xv,{color:"grey11",noWrap:!0,children:l?"Reusable":"Single"})}),(0,r.jsx)(n.pj,{children:(0,r.jsx)(E._,{isChangesLocal:!1,format:t,customType:e})})]},c)})})]})})},V=e=>{let{format:t}=e,l=d.$[t],[a,x]=(0,c.useState)(!1),[h,p]=(0,c.useState)(!1);return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(s(),{children:(0,r.jsxs)("title",{children:[l.name({start:!0,plural:!0})," - Slice Machine"]})}),(0,r.jsx)(o.S,{renderError:()=>(0,r.jsx)(u.LN,{children:(0,r.jsx)(u.RN,{children:(0,r.jsx)(n.xu,{alignItems:"center",justifyContent:"center",children:(0,r.jsx)(n.Iq,{title:"Request failed",description:"An error occurred while fetching your ".concat(l.name({start:!1,plural:!0}),".")})})})}),children:(0,r.jsx)(c.Suspense,{fallback:(0,r.jsxs)(u.LN,{children:[(0,r.jsxs)(u.wd,{children:[(0,r.jsx)(u.Cx,{children:(0,r.jsx)(i.g,{children:l.name({start:!0,plural:!0})})}),(0,r.jsx)(u.K2,{children:(0,r.jsx)(n.zx,{disabled:!0,startIcon:"add",children:"Create"})})]}),(0,r.jsx)(u.RN,{children:(0,r.jsx)(n._3,{})})]}),children:(0,r.jsxs)(u.LN,{children:[(0,r.jsxs)(u.wd,{children:[(0,r.jsx)(u.Cx,{children:(0,r.jsx)(i.g,{children:l.name({start:!0,plural:!0})})}),(0,r.jsx)(u.K2,{children:(0,r.jsx)(n.zx,{"data-testid":"create-ct",loading:a,onClick:()=>{p(!0)},startIcon:"add",children:"Create"})})]}),(0,r.jsx)(u.RN,{children:(0,r.jsxs)(n.xu,{flexDirection:"column",children:[(0,r.jsx)(M,{format:t,isCreatingCustomType:a,openCreateCustomTypeModal:()=>{p(!0)}}),(0,r.jsx)(_,{format:t,isCreating:a,isOpen:h,onCreateChange:x,onOpenChange:p})]})})]})})})]})}},76805:function(e,t,l){l.d(t,{Z:function(){return s}});var r=l(52322);l(2784);var n=l(75289);let a=e=>{let{bg:t,background:l,sx:a,withRadius:s,radius:c,children:i}=e;return(0,r.jsx)(n.xu,{sx:{p:4,bg:t||l,...s?{borderBottomLeftRadius:c,borderBottomRightRadius:c}:null,...a},children:i})};var s=e=>{let{Header:t=null,SubHeader:l=null,Body:s=null,Footer:c=null,borderFooter:i=!1,radius:o="6px",bodySx:d={},footerSx:u={},sx:x=null,bg:h,background:p,children:j,...m}=e;return(0,r.jsxs)(n.Zb,{sx:{border:e=>{var t;return"1px solid ".concat(String(null===(t=e.colors)||void 0===t?void 0:t.borders))},borderRadius:o,...x},...m,children:[t?(0,r.jsx)(t,{radius:o}):null,l?(0,r.jsx)(l,{radius:o}):null,(0,r.jsxs)(a,{bg:h,background:p,sx:d,withRadius:!c,children:[s?(0,r.jsx)(s,{}):null,j||null]}),c?(0,r.jsx)(a,{bg:h,background:p,sx:{...i?{borderTop:e=>{let{colors:t}=e;return"1px solid ".concat(String(null==t?void 0:t.borders))}}:null,...u},radius:o,withRadius:!0,children:"object"==typeof c?c:(0,r.jsx)(c,{})}):null]})}},17186:function(e,t,l){l.d(t,{Sn:function(){return c},lS:function(){return r},nG:function(){return n},pq:function(){return i},rd:function(){return s},xo:function(){return a}});let r=["components"],n=["png","jpg","jpeg"],a=/^[A-Za-z0-9]+(?:_[A-Za-z0-9]+)*$/,s="placeholders/What_are_Slices_mrvome",c="SM_HELP_VIDEOS/mock_data",i="slice-machine-simulator"}}]);
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[772],{80218:function(e,t,n){"use strict";n.d(t,{Zb:function(){return c},T$:function(){return m},eW:function(){return _},ZB:function(){return u},Lm:function(){return h}});var o=n(52322),r=n(50002),i=n(33760),a=n(6277),l=n(2784),d=n(66243),s=n.n(d);let c=e=>{let{checked:t=!1,size:n="medium",variant:i="solid",interactive:d,disabled:c,onClick:u,href:m,component:_="a",replace:h,...C}=e,v={...C,className:(0,a.W)(s().root,s()["size-".concat(n)],s()[i],{[s().interactive]:e.interactive}),"data-state":!0===t?"checked":void 0};return!0===e.interactive&&void 0===e.href?(0,o.jsx)("div",{...v,"data-disabled":!0===e.disabled?"":void 0,onClick:t=>{if(!0===e.disabled||void 0===e.onClick)return;let n=t.target;(0,r.JY)(n)===t.currentTarget&&e.onClick(t)},tabIndex:!0===e.disabled?void 0:0}):!0===e.interactive?(0,l.createElement)(_,{...v,href:e.href,onClick:e=>{let t=e.target;(0,r.JY)(t)!==e.currentTarget&&e.preventDefault()},..."a"===_?{}:{replace:e.replace}}):(0,o.jsx)("div",{...v})},u=e=>{let{className:t,component:n="img",overlay:r,...i}=e;return(0,o.jsxs)("div",{className:s().media,children:[(0,l.createElement)(n,{...i,className:(0,a.W)(s()["mediaComponent-".concat(n)],t)}),r?(0,o.jsx)("div",{className:s().mediaOverlay,children:r}):void 0]})},m=e=>(0,o.jsx)("div",{...e,className:s().actions}),_=e=>{let{action:t,subtitle:n,title:r,...a}=e;return(0,o.jsxs)("div",{...a,className:s().footer,children:[(0,o.jsxs)("div",{className:s().footerTexts,children:[(0,o.jsx)(i.xv,{component:"span",noWrap:!0,variant:"bold",children:r}),(0,o.jsx)(i.xv,{color:"grey11",component:"span",noWrap:!0,variant:"small",children:n})]}),t]})},h=e=>{let{children:t,...n}=e;return(0,o.jsx)("div",{...n,className:s().status,children:(0,o.jsx)(i.xv,{align:"center",color:"inherit",component:"span",noWrap:!0,variant:"smallBold",children:t})})}},51159:function(e,t,n){"use strict";n.d(t,{O:function(){return l}});var o=n(52322),r=n(33760),i=n(5274),a=n(58161);let l=e=>{let{badgeColor:t,badgeTitle:n,tooltipContent:l}=function(e){let t=d[e.modelType];switch(e.modelStatus){case i.GJ.New:return{badgeColor:"green",badgeTitle:"New",tooltipContent:"This ".concat(t," exists only locally. Upon sync, it will be pushed to your remote repository.")};case i.GJ.Modified:return{badgeColor:"amber",badgeTitle:"Modified",tooltipContent:"This ".concat(t," has been modified locally. Upon sync, changes will be pushed to your remote repository.")};case i.GJ.Synced:return{badgeColor:"purple",badgeTitle:"Synced",tooltipContent:"This ".concat(t," is in sync with the remote repository.")};case i.GJ.Deleted:return{badgeColor:"tomato",badgeTitle:"Deleted",tooltipContent:"This ".concat(t," has been deleted locally.")};case i.GJ.Unknown:if(!e.isOnline)return{badgeColor:"grey",badgeTitle:"Unknown",tooltipContent:"Data from the remote repository could not be fetched (no internet connection)."};if(e.authStatus===a.t.UNAUTHORIZED)return{badgeColor:"grey",badgeTitle:"Unknown",tooltipContent:"Data from the remote repository could not be fetched (not connected to Prismic)."};if(e.authStatus===a.t.FORBIDDEN)return{badgeColor:"grey",badgeTitle:"Unknown",tooltipContent:"Data from the remote repository could not be fetched (you don't have access to the repository)."};default:return{badgeColor:"grey",badgeTitle:"Unknown",tooltipContent:"Data from the remote repository could not be fetched (unknown error)."}}}(e);return(0,o.jsx)(r.u,{content:l,side:"bottom",children:(0,o.jsx)(r.Ct,{color:t,title:n})})},d={CustomType:"type",Slice:"slice"}},53850:function(e,t,n){"use strict";n.d(t,{b:function(){return C}});var o=n(52322),r=n(33760),i=n(39097),a=n.n(i),l=n(80218),d=n(3181),s=n(51159),c=n(89513);let u=e=>(0,o.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 5.5C4 4.67157 4.67157 4 5.5 4H18.5C19.3284 4 20 4.67157 20 5.5V12.4413C20 12.4512 19.9997 12.461 19.9991 12.4707C20.0072 12.6083 19.9586 12.7485 19.8536 12.8536C19.6583 13.0488 19.3417 13.0488 19.1464 12.8536L16.3536 10.0607C16.1583 9.8654 15.8417 9.8654 15.6464 10.0607L11.8536 13.8536C11.6583 14.0488 11.3417 14.0488 11.1464 13.8536L9.35355 12.0607C9.15829 11.8654 8.84171 11.8654 8.64645 12.0607L5 15.7071V18.5C5 18.7761 5.22386 19 5.5 19H12.5C12.7761 19 13 19.2239 13 19.5C13 19.7761 12.7761 20 12.5 20H5.5C4.67157 20 4 19.3284 4 18.5V15.5003V15.4997V5.5ZM11.5 12.7929L14.9393 9.35355C15.5251 8.76777 16.4749 8.76777 17.0607 9.35355L19 11.2929V5.5C19 5.22386 18.7761 5 18.5 5H5.5C5.22386 5 5 5.22386 5 5.5V14.2929L7.93934 11.3536C8.52513 10.7678 9.47487 10.7678 10.0607 11.3536L11.5 12.7929ZM16.5 13C16.7761 13 17 13.2239 17 13.5V16H19.5C19.7761 16 20 16.2239 20 16.5C20 16.7761 19.7761 17 19.5 17H17V19.5C17 19.7761 16.7761 20 16.5 20C16.2239 20 16 19.7761 16 19.5V17H13.5C13.2239 17 13 16.7761 13 16.5C13 16.2239 13.2239 16 13.5 16H16V13.5C16 13.2239 16.2239 13 16.5 13Z",fill:"currentColor"})}),m=e=>({hash:e.hash}),_=e=>e?Object.entries(e).reduce((e,t)=>{let[n,o]=t;return o.hash?{...e,[n]:{...o,...m(o)}}:e},{}):{},h={build:e=>({...e,screenshots:_(e.screenshots)}),variation(e,t){if(e.model.variations.length)return t?e.model.variations.find(e=>e.id===t):e.model.variations[0]}},C=e=>{let t;let{action:n,isComingSoon:i=!1,isDeleted:m=!1,onUpdateScreenshot:_,selected:C=!1,slice:p,variant:b,variationId:f}=e,g=h.variation(p,f);if(!g)return null;let j=(0,d.d7)(p,g),y=i||m,k=!y&&!!_,S="outlined"===b,T=void 0!==f;return t="selection"===e.mode?{disabled:y,interactive:!0,onClick:()=>{e.onSelectedChange(!C)}}:y?{interactive:!1}:{component:a(),href:c.Y.getBuilderPagePathname({libraryName:p.href,sliceName:p.model.name,variationId:g.id}),interactive:!0,replace:e.replace},(0,o.jsxs)(l.Zb,{"aria-label":"".concat(p.model.name," ").concat(g.name," slice card"),checked:C,"data-testid":"shared-slice-card",...t,..."outlined"===b?{size:"small",variant:"outlined"}:{},children:[void 0!==j?(0,o.jsx)(l.ZB,{alt:"Preview image",overlay:k&&!S?(0,o.jsx)(r.xu,{alignItems:"center",justifyContent:"center",children:(0,o.jsx)(v,{onClick:_})}):void 0,src:j}):(0,o.jsx)(l.ZB,{component:"div",children:(0,o.jsxs)(r.xu,{alignItems:"center",flexDirection:"column",gap:8,justifyContent:"center",children:[(0,o.jsx)(r.xv,{color:"grey11",component:"span",children:"No screenshot available"}),k&&!S?(0,o.jsx)(v,{onClick:_}):void 0]})}),(0,o.jsx)(l.eW,{action:"checkbox"===n.type&&"selection"===e.mode?(0,o.jsx)("div",{onClick:e=>e.stopPropagation(),children:(0,o.jsx)(r.XZ,{checked:C,disabled:y,onCheckedChange:e.onSelectedChange})}):"menu"===n.type?(0,o.jsxs)(r.h_,{modal:!0,children:[(0,o.jsx)(r.$F,{disabled:y,children:(0,o.jsx)(r.hU,{hiddenLabel:"Slice actions",icon:"moreVert"})}),(0,o.jsxs)(r.AW,{align:"end","data-testid":"slice-action-icon-dropdown",children:[k&&S?(0,o.jsx)(r.Xi,{onSelect:_,startIcon:(0,o.jsx)(u,{}),children:"Update screenshot"}):void 0,(0,o.jsx)(r.Xi,{onSelect:n.onRename,startIcon:(0,o.jsx)(r.I5,{name:"edit"}),children:"Rename"}),!0===n.removeDisabled&&T?(0,o.jsx)(r.u,{content:"The slice needs to have at least one variation.",side:"bottom",stableMount:!0,children:(0,o.jsx)(x,{disabled:!0,onSelect:n.onRemove})}):(0,o.jsx)(x,{disabled:!0===n.removeDisabled,onSelect:n.onRemove})]})]}):"remove"===n.type?(0,o.jsx)(r.hU,{icon:"close",onClick:()=>!y&&n.onRemove(),hiddenLabel:"Remove slice"}):"status"===n.type?(0,o.jsx)(s.O,{authStatus:n.authStatus,isOnline:n.isOnline,modelStatus:n.modelStatus,modelType:"Slice"}):void 0,subtitle:(0,o.jsxs)(o.Fragment,{children:[T?g.id:"".concat(p.model.variations.length," variation").concat(p.model.variations.length>1?"s":""),i?(0,o.jsxs)(r.xv,{color:"purple11",component:"span",variant:"small",children:[" ","• (coming soon)"]}):void 0]}),title:T?g.name:p.model.name}),k&&!T&&(0,d.cx)(p)>0?(0,o.jsx)(l.Lm,{children:"Missing screenshot"}):void 0]})},v=e=>(0,o.jsx)(r.zx,{onClick:e.onClick,renderStartIcon:()=>(0,o.jsx)(u,{color:r.rS.color.grey11}),color:"grey",children:"Update screenshot"}),x=e=>(0,o.jsx)(r.Xi,{...e,color:"tomato",startIcon:(0,o.jsx)(r.I5,{name:"delete"}),children:"Delete"})},89513:function(e,t,n){"use strict";n.d(t,{Y:function(){return o}});let o={getBuilderPagePathname:e=>"/slices/".concat(e.libraryName.replaceAll("/","--"),"/").concat(e.sliceName,"/").concat(e.variationId)}},76805:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(52322);n(2784);var r=n(75289);let i=e=>{let{bg:t,background:n,sx:i,withRadius:a,radius:l,children:d}=e;return(0,o.jsx)(r.xu,{sx:{p:4,bg:t||n,...a?{borderBottomLeftRadius:l,borderBottomRightRadius:l}:null,...i},children:d})};var a=e=>{let{Header:t=null,SubHeader:n=null,Body:a=null,Footer:l=null,borderFooter:d=!1,radius:s="6px",bodySx:c={},footerSx:u={},sx:m=null,bg:_,background:h,children:C,...v}=e;return(0,o.jsxs)(r.Zb,{sx:{border:e=>{var t;return"1px solid ".concat(String(null===(t=e.colors)||void 0===t?void 0:t.borders))},borderRadius:s,...m},...v,children:[t?(0,o.jsx)(t,{radius:s}):null,n?(0,o.jsx)(n,{radius:s}):null,(0,o.jsxs)(i,{bg:_,background:h,sx:c,withRadius:!l,children:[a?(0,o.jsx)(a,{}):null,C||null]}),l?(0,o.jsx)(i,{bg:_,background:h,sx:{...d?{borderTop:e=>{let{colors:t}=e;return"1px solid ".concat(String(null==t?void 0:t.borders))}}:null,...u},radius:s,withRadius:!0,children:"object"==typeof l?l:(0,o.jsx)(l,{})}):null]})}},17186:function(e,t,n){"use strict";n.d(t,{Sn:function(){return l},lS:function(){return o},nG:function(){return r},pq:function(){return d},rd:function(){return a},xo:function(){return i}});let o=["components"],r=["png","jpg","jpeg"],i=/^[A-Za-z0-9]+(?:_[A-Za-z0-9]+)*$/,a="placeholders/What_are_Slices_mrvome",l="SM_HELP_VIDEOS/mock_data",d="slice-machine-simulator"},66243:function(e){e.exports={flex:"Card_flex__opby1",grid:"Card_grid__VAvIS",column:"Card_column__W4ACG Card_flex__opby1",root:"Card_root__YVuvU Card_column__W4ACG Card_flex__opby1","size-small":"Card_size-small__aIlxd","size-medium":"Card_size-medium__xegz0",solid:"Card_solid__GNGar",outlined:"Card_outlined__W_dxI",interactive:"Card_interactive__rXw5L",media:"Card_media__l0kHL Card_column__W4ACG Card_flex__opby1","mediaComponent-div":"Card_mediaComponent-div__Y2_PZ Card_grid__VAvIS","mediaComponent-img":"Card_mediaComponent-img__ezOTu",mediaOverlay:"Card_mediaOverlay__Aa__Q Card_grid__VAvIS",nonMedia:"Card_nonMedia__Fv3Mz Card_flex__opby1",actions:"Card_actions__XdhOt Card_nonMedia__Fv3Mz Card_flex__opby1",footer:"Card_footer__U0HS1 Card_nonMedia__Fv3Mz Card_flex__opby1",footerTexts:"Card_footerTexts__rTXup Card_column__W4ACG Card_flex__opby1",status:"Card_status__PNN2a Card_column__W4ACG Card_flex__opby1"}}}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[772],{80218:function(e,t,n){"use strict";n.d(t,{Zb:function(){return c},T$:function(){return m},eW:function(){return _},ZB:function(){return u},Lm:function(){return h}});var o=n(52322),r=n(50002),i=n(38392),a=n(6277),l=n(2784),d=n(66243),s=n.n(d);let c=e=>{let{checked:t=!1,size:n="medium",variant:i="solid",interactive:d,disabled:c,onClick:u,href:m,component:_="a",replace:h,...C}=e,v={...C,className:(0,a.W)(s().root,s()["size-".concat(n)],s()[i],{[s().interactive]:e.interactive}),"data-state":!0===t?"checked":void 0};return!0===e.interactive&&void 0===e.href?(0,o.jsx)("div",{...v,"data-disabled":!0===e.disabled?"":void 0,onClick:t=>{if(!0===e.disabled||void 0===e.onClick)return;let n=t.target;(0,r.JY)(n)===t.currentTarget&&e.onClick(t)},tabIndex:!0===e.disabled?void 0:0}):!0===e.interactive?(0,l.createElement)(_,{...v,href:e.href,onClick:e=>{let t=e.target;(0,r.JY)(t)!==e.currentTarget&&e.preventDefault()},..."a"===_?{}:{replace:e.replace}}):(0,o.jsx)("div",{...v})},u=e=>{let{className:t,component:n="img",overlay:r,...i}=e;return(0,o.jsxs)("div",{className:s().media,children:[(0,l.createElement)(n,{...i,className:(0,a.W)(s()["mediaComponent-".concat(n)],t)}),r?(0,o.jsx)("div",{className:s().mediaOverlay,children:r}):void 0]})},m=e=>(0,o.jsx)("div",{...e,className:s().actions}),_=e=>{let{action:t,subtitle:n,title:r,...a}=e;return(0,o.jsxs)("div",{...a,className:s().footer,children:[(0,o.jsxs)("div",{className:s().footerTexts,children:[(0,o.jsx)(i.xv,{component:"span",noWrap:!0,variant:"bold",children:r}),(0,o.jsx)(i.xv,{color:"grey11",component:"span",noWrap:!0,variant:"small",children:n})]}),t]})},h=e=>{let{children:t,...n}=e;return(0,o.jsx)("div",{...n,className:s().status,children:(0,o.jsx)(i.xv,{align:"center",color:"inherit",component:"span",noWrap:!0,variant:"smallBold",children:t})})}},51159:function(e,t,n){"use strict";n.d(t,{O:function(){return l}});var o=n(52322),r=n(38392),i=n(5274),a=n(58161);let l=e=>{let{badgeColor:t,badgeTitle:n,tooltipContent:l}=function(e){let t=d[e.modelType];switch(e.modelStatus){case i.GJ.New:return{badgeColor:"green",badgeTitle:"New",tooltipContent:"This ".concat(t," exists only locally. Upon sync, it will be pushed to your remote repository.")};case i.GJ.Modified:return{badgeColor:"amber",badgeTitle:"Modified",tooltipContent:"This ".concat(t," has been modified locally. Upon sync, changes will be pushed to your remote repository.")};case i.GJ.Synced:return{badgeColor:"purple",badgeTitle:"Synced",tooltipContent:"This ".concat(t," is in sync with the remote repository.")};case i.GJ.Deleted:return{badgeColor:"tomato",badgeTitle:"Deleted",tooltipContent:"This ".concat(t," has been deleted locally.")};case i.GJ.Unknown:if(!e.isOnline)return{badgeColor:"grey",badgeTitle:"Unknown",tooltipContent:"Data from the remote repository could not be fetched (no internet connection)."};if(e.authStatus===a.t.UNAUTHORIZED)return{badgeColor:"grey",badgeTitle:"Unknown",tooltipContent:"Data from the remote repository could not be fetched (not connected to Prismic)."};if(e.authStatus===a.t.FORBIDDEN)return{badgeColor:"grey",badgeTitle:"Unknown",tooltipContent:"Data from the remote repository could not be fetched (you don't have access to the repository)."};default:return{badgeColor:"grey",badgeTitle:"Unknown",tooltipContent:"Data from the remote repository could not be fetched (unknown error)."}}}(e);return(0,o.jsx)(r.u,{content:l,side:"bottom",children:(0,o.jsx)(r.Ct,{color:t,title:n})})},d={CustomType:"type",Slice:"slice"}},53850:function(e,t,n){"use strict";n.d(t,{b:function(){return C}});var o=n(52322),r=n(38392),i=n(39097),a=n.n(i),l=n(80218),d=n(3181),s=n(51159),c=n(89513);let u=e=>(0,o.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 5.5C4 4.67157 4.67157 4 5.5 4H18.5C19.3284 4 20 4.67157 20 5.5V12.4413C20 12.4512 19.9997 12.461 19.9991 12.4707C20.0072 12.6083 19.9586 12.7485 19.8536 12.8536C19.6583 13.0488 19.3417 13.0488 19.1464 12.8536L16.3536 10.0607C16.1583 9.8654 15.8417 9.8654 15.6464 10.0607L11.8536 13.8536C11.6583 14.0488 11.3417 14.0488 11.1464 13.8536L9.35355 12.0607C9.15829 11.8654 8.84171 11.8654 8.64645 12.0607L5 15.7071V18.5C5 18.7761 5.22386 19 5.5 19H12.5C12.7761 19 13 19.2239 13 19.5C13 19.7761 12.7761 20 12.5 20H5.5C4.67157 20 4 19.3284 4 18.5V15.5003V15.4997V5.5ZM11.5 12.7929L14.9393 9.35355C15.5251 8.76777 16.4749 8.76777 17.0607 9.35355L19 11.2929V5.5C19 5.22386 18.7761 5 18.5 5H5.5C5.22386 5 5 5.22386 5 5.5V14.2929L7.93934 11.3536C8.52513 10.7678 9.47487 10.7678 10.0607 11.3536L11.5 12.7929ZM16.5 13C16.7761 13 17 13.2239 17 13.5V16H19.5C19.7761 16 20 16.2239 20 16.5C20 16.7761 19.7761 17 19.5 17H17V19.5C17 19.7761 16.7761 20 16.5 20C16.2239 20 16 19.7761 16 19.5V17H13.5C13.2239 17 13 16.7761 13 16.5C13 16.2239 13.2239 16 13.5 16H16V13.5C16 13.2239 16.2239 13 16.5 13Z",fill:"currentColor"})}),m=e=>({hash:e.hash}),_=e=>e?Object.entries(e).reduce((e,t)=>{let[n,o]=t;return o.hash?{...e,[n]:{...o,...m(o)}}:e},{}):{},h={build:e=>({...e,screenshots:_(e.screenshots)}),variation(e,t){if(e.model.variations.length)return t?e.model.variations.find(e=>e.id===t):e.model.variations[0]}},C=e=>{let t;let{action:n,isComingSoon:i=!1,isDeleted:m=!1,onUpdateScreenshot:_,selected:C=!1,slice:p,variant:b,variationId:f}=e,g=h.variation(p,f);if(!g)return null;let j=(0,d.d7)(p,g),y=i||m,k=!y&&!!_,S="outlined"===b,T=void 0!==f;return t="selection"===e.mode?{disabled:y,interactive:!0,onClick:()=>{e.onSelectedChange(!C)}}:y?{interactive:!1}:{component:a(),href:c.Y.getBuilderPagePathname({libraryName:p.href,sliceName:p.model.name,variationId:g.id}),interactive:!0,replace:e.replace},(0,o.jsxs)(l.Zb,{"aria-label":"".concat(p.model.name," ").concat(g.name," slice card"),checked:C,"data-testid":"shared-slice-card",...t,..."outlined"===b?{size:"small",variant:"outlined"}:{},children:[void 0!==j?(0,o.jsx)(l.ZB,{alt:"Preview image",overlay:k&&!S?(0,o.jsx)(r.xu,{alignItems:"center",justifyContent:"center",children:(0,o.jsx)(v,{onClick:_})}):void 0,src:j}):(0,o.jsx)(l.ZB,{component:"div",children:(0,o.jsxs)(r.xu,{alignItems:"center",flexDirection:"column",gap:8,justifyContent:"center",children:[(0,o.jsx)(r.xv,{color:"grey11",component:"span",children:"No screenshot available"}),k&&!S?(0,o.jsx)(v,{onClick:_}):void 0]})}),(0,o.jsx)(l.eW,{action:"checkbox"===n.type&&"selection"===e.mode?(0,o.jsx)("div",{onClick:e=>e.stopPropagation(),children:(0,o.jsx)(r.XZ,{checked:C,disabled:y,onCheckedChange:e.onSelectedChange})}):"menu"===n.type?(0,o.jsxs)(r.h_,{modal:!0,children:[(0,o.jsx)(r.$F,{disabled:y,children:(0,o.jsx)(r.hU,{hiddenLabel:"Slice actions",icon:"moreVert"})}),(0,o.jsxs)(r.AW,{align:"end","data-testid":"slice-action-icon-dropdown",children:[k&&S?(0,o.jsx)(r.Xi,{onSelect:_,startIcon:(0,o.jsx)(u,{}),children:"Update screenshot"}):void 0,(0,o.jsx)(r.Xi,{onSelect:n.onRename,startIcon:(0,o.jsx)(r.I5,{name:"edit"}),children:"Rename"}),!0===n.removeDisabled&&T?(0,o.jsx)(r.u,{content:"The slice needs to have at least one variation.",side:"bottom",stableMount:!0,children:(0,o.jsx)(x,{disabled:!0,onSelect:n.onRemove})}):(0,o.jsx)(x,{disabled:!0===n.removeDisabled,onSelect:n.onRemove})]})]}):"remove"===n.type?(0,o.jsx)(r.hU,{icon:"close",onClick:()=>!y&&n.onRemove(),hiddenLabel:"Remove slice"}):"status"===n.type?(0,o.jsx)(s.O,{authStatus:n.authStatus,isOnline:n.isOnline,modelStatus:n.modelStatus,modelType:"Slice"}):void 0,subtitle:(0,o.jsxs)(o.Fragment,{children:[T?g.id:"".concat(p.model.variations.length," variation").concat(p.model.variations.length>1?"s":""),i?(0,o.jsxs)(r.xv,{color:"purple11",component:"span",variant:"small",children:[" ","• (coming soon)"]}):void 0]}),title:T?g.name:p.model.name}),k&&!T&&(0,d.cx)(p)>0?(0,o.jsx)(l.Lm,{children:"Missing screenshot"}):void 0]})},v=e=>(0,o.jsx)(r.zx,{onClick:e.onClick,renderStartIcon:()=>(0,o.jsx)(u,{color:r.rS.color.grey11}),color:"grey",children:"Update screenshot"}),x=e=>(0,o.jsx)(r.Xi,{...e,color:"tomato",startIcon:(0,o.jsx)(r.I5,{name:"delete"}),children:"Delete"})},89513:function(e,t,n){"use strict";n.d(t,{Y:function(){return o}});let o={getBuilderPagePathname:e=>"/slices/".concat(e.libraryName.replaceAll("/","--"),"/").concat(e.sliceName,"/").concat(e.variationId)}},76805:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(52322);n(2784);var r=n(75289);let i=e=>{let{bg:t,background:n,sx:i,withRadius:a,radius:l,children:d}=e;return(0,o.jsx)(r.xu,{sx:{p:4,bg:t||n,...a?{borderBottomLeftRadius:l,borderBottomRightRadius:l}:null,...i},children:d})};var a=e=>{let{Header:t=null,SubHeader:n=null,Body:a=null,Footer:l=null,borderFooter:d=!1,radius:s="6px",bodySx:c={},footerSx:u={},sx:m=null,bg:_,background:h,children:C,...v}=e;return(0,o.jsxs)(r.Zb,{sx:{border:e=>{var t;return"1px solid ".concat(String(null===(t=e.colors)||void 0===t?void 0:t.borders))},borderRadius:s,...m},...v,children:[t?(0,o.jsx)(t,{radius:s}):null,n?(0,o.jsx)(n,{radius:s}):null,(0,o.jsxs)(i,{bg:_,background:h,sx:c,withRadius:!l,children:[a?(0,o.jsx)(a,{}):null,C||null]}),l?(0,o.jsx)(i,{bg:_,background:h,sx:{...d?{borderTop:e=>{let{colors:t}=e;return"1px solid ".concat(String(null==t?void 0:t.borders))}}:null,...u},radius:s,withRadius:!0,children:"object"==typeof l?l:(0,o.jsx)(l,{})}):null]})}},17186:function(e,t,n){"use strict";n.d(t,{Sn:function(){return l},lS:function(){return o},nG:function(){return r},pq:function(){return d},rd:function(){return a},xo:function(){return i}});let o=["components"],r=["png","jpg","jpeg"],i=/^[A-Za-z0-9]+(?:_[A-Za-z0-9]+)*$/,a="placeholders/What_are_Slices_mrvome",l="SM_HELP_VIDEOS/mock_data",d="slice-machine-simulator"},66243:function(e){e.exports={flex:"Card_flex__opby1",grid:"Card_grid__VAvIS",column:"Card_column__W4ACG Card_flex__opby1",root:"Card_root__YVuvU Card_column__W4ACG Card_flex__opby1","size-small":"Card_size-small__aIlxd","size-medium":"Card_size-medium__xegz0",solid:"Card_solid__GNGar",outlined:"Card_outlined__W_dxI",interactive:"Card_interactive__rXw5L",media:"Card_media__l0kHL Card_column__W4ACG Card_flex__opby1","mediaComponent-div":"Card_mediaComponent-div__Y2_PZ Card_grid__VAvIS","mediaComponent-img":"Card_mediaComponent-img__ezOTu",mediaOverlay:"Card_mediaOverlay__Aa__Q Card_grid__VAvIS",nonMedia:"Card_nonMedia__Fv3Mz Card_flex__opby1",actions:"Card_actions__XdhOt Card_nonMedia__Fv3Mz Card_flex__opby1",footer:"Card_footer__U0HS1 Card_nonMedia__Fv3Mz Card_flex__opby1",footerTexts:"Card_footerTexts__rTXup Card_column__W4ACG Card_flex__opby1",status:"Card_status__PNN2a Card_column__W4ACG Card_flex__opby1"}}}]);
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[882],{80775:function(e,t,n){"use strict";n.d(t,{aV:function(){return s},Bu:function(){return d}});var i=n(52322),l=n(33760),r=n(6277),o=n(13938),a=n.n(o);let s=e=>{let{border:t=!0,...n}=e;return(0,i.jsx)("div",{...n,className:(0,r.Z)(a().root,t&&a()["root-border"])})},d=e=>{let{actions:t,children:n,toggle:r,...o}=e;return(0,i.jsxs)("div",{...o,className:a().header,children:[(0,i.jsx)(l.xv,{color:"grey11",component:"span",noWrap:!0,variant:"bold",children:n}),r,t?(0,i.jsx)("div",{className:a().headerActions,children:t}):null]})}},87782:function(e,t,n){"use strict";n.d(t,{J9:function(){return i},U:function(){return r},XU:function(){return a},fF:function(){return l}});let i=[{name:"Image",description:"A responsive image.",icon:"image",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295520/DEV_TOOLS/SM_FIELDS/Type_Image_zyatxy.png",type:"Image"},{name:"Text",description:"A text string without formatting.",icon:"title",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295529/DEV_TOOLS/SM_FIELDS/Type_Key_Text_xrqf45.png",type:"Text"},{name:"Rich Text",description:"Text with formatting options.",icon:"textFields",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295530/DEV_TOOLS/SM_FIELDS/Type_Rich_Text_fxdyar.png",type:"StructuredText"},{name:"Boolean",description:"A true or false toggle.",icon:"toggleOff",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295526/DEV_TOOLS/SM_FIELDS/Type_Boolean_cbwg8k.png",type:"Boolean"},{name:"Number",description:"An integer or float.",icon:"pin",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295522/DEV_TOOLS/SM_FIELDS/Type_Number_o3olop.png",type:"Number"},{name:"Select",description:"A dropdown of options.",icon:"arrowDropDownCircle",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295527/DEV_TOOLS/SM_FIELDS/Type_Select_bedjei.png",type:"Select"},{name:"Link",description:"A link to a website, asset, or document.",icon:"link",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295528/DEV_TOOLS/SM_FIELDS/Type_Link_bgslgy.png",type:"Link"},{name:"Link To Media",description:"A link to a media asset.",icon:"attachFile",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295519/DEV_TOOLS/SM_FIELDS/Type_LinkToMedia_m2p0ce.png",type:"Link",variant:"LinkToMedia"},{name:"Color",description:"A color in hex format.",icon:"colorLens",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295521/DEV_TOOLS/SM_FIELDS/Type_Color_nyoeit.png",type:"Color"},{name:"Date",description:"A date without time.",icon:"dateRange",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295525/DEV_TOOLS/SM_FIELDS/Type_Date_dsuaeq.png",type:"Date"},{name:"Timestamp",description:"A date and time.",icon:"schedule",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295524/DEV_TOOLS/SM_FIELDS/Type_Timestamp_fkr5iw.png",type:"Timestamp"},{name:"Embed",description:"A video, song, or oEmbed link.",icon:"code",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295523/DEV_TOOLS/SM_FIELDS/Type_Embed_wwssvd.png",type:"Embed"},{name:"Geopoint",description:"A geographical coordinate.",icon:"place",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295522/DEV_TOOLS/SM_FIELDS/Type_GeoPoint_lpq0sm.png",type:"GeoPoint"},{name:"Content Relationship",description:"A reference to a Prismic document.",icon:"settingsEthernet",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295527/DEV_TOOLS/SM_FIELDS/Type_Content_RelationShip_s4z4nh.png",type:"Link",variant:"ContentRelationship"}],l={name:"UID",description:"Unique Identifier",icon:"tag",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295519/DEV_TOOLS/SM_FIELDS/Type_UID_hrwzug.png",type:"UID"},r={name:"Repeatable Group",description:"A set of fields that editors can repeat.",icon:"createNewFolder",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721314577/DEV_TOOLS/SM_FIELDS/Type_Group_uwwco0.png",type:"Group"},o={...r,variant:"NestedGroup"},a=[...i,l,r,o]},6697:function(e,t,n){"use strict";n.d(t,{X:function(){return r}});var i=n(52322),l=n(33760);let r=e=>{let t;let{status:n}=e;switch(n){case"pending":t={icon:(0,i.jsx)(l._3,{color:"grey11"}),text:"Saving..."};break;case"failed":t={icon:(0,i.jsx)(l.I5,{name:"close",color:"tomato11",size:"medium"}),text:"Failed to save"};break;case"done":t={icon:(0,i.jsx)(l.I5,{name:"check",color:"green11",size:"medium"}),text:"Auto-saved"}}return(0,i.jsxs)(l.xu,{gap:8,alignItems:"center",children:[t.icon,(0,i.jsx)(l.xv,{color:"grey11",children:t.text})]})}},81271:function(e,t,n){"use strict";n.d(t,{S:function(){return o}});var i=n(52322),l=n(33760),r=n(87782);function o(e){let{open:t,onOpenChange:n,disabled:o=!1,onSelectField:s,fields:d,triggerDataTestId:c="add-field",trigger:u}=e,p=d.filter(e=>r.J9.some(t=>t.name===e.name)||e.name===r.fF.name),m=d.find(e=>e.name===r.U.name);return(0,i.jsxs)(l.h_,{open:t,onOpenChange:n,children:[(0,i.jsx)(l.$F,{disabled:o,children:null!=u?u:(0,i.jsx)(l.zx,{startIcon:"add",color:"grey","data-testid":c,children:"Add a field"})}),(0,i.jsxs)(l.AW,{align:"end",maxHeight:400,collisionPadding:8,children:[(0,i.jsx)(l.Ju,{children:"Single fields"}),p.map(e=>(0,i.jsx)(a,{field:e,onSelectField:s},e.name)),m&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.Ju,{children:"Set of fields"}),(0,i.jsx)(a,{field:m,onSelectField:s})]})]})]})}function a(e){let{field:t,onSelectField:n}=e,{type:r,variant:o,name:a,icon:s,description:d,thumbnail:c}=t;return(0,i.jsx)(l.Xi,{startIcon:(0,i.jsx)(l.I5,{name:s,size:"large"}),description:d,onSelect:()=>n(null!=o?o:r),renderTooltip:e=>(0,i.jsx)(l.u,{visible:!0,variant:"custom",content:(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.Ee,{src:c,sx:{height:170,width:278,borderRadius:4},animateOnLoad:!1}),(0,i.jsx)(l.xv,{color:"white",children:"How it will look for content editors."})]}),align:"start",side:"left",sideOffset:4,animation:"none",children:e}),children:a},"".concat(r).concat(o?"-".concat(o):""))}},47760:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var i=n(52322),l=n(61183);n(2784);var r=n(59326),o=n(75289);l.Z.registerLanguage("svelte",e=>({subLanguage:"xml",contains:[e.COMMENT("<!--","-->",{relevance:10}),{begin:/^(\s*)(<script(\s*context="module")?>)/gm,end:/^(\s*)(<\/script>)/gm,subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,contains:[{begin:/^(\s*)(\$:)/gm,end:/(\s*)/gm,className:"keyword"}]},{begin:/^(\s*)(<style.*>)/gm,end:/^(\s*)(<\/style>)/gm,subLanguage:"css",excludeBegin:!0,excludeEnd:!0},{begin:/\{/gm,end:/\}/gm,subLanguage:"javascript",contains:[{begin:/[\{]/,end:/[\}]/,skip:!0},{begin:/([#:\/@])(if|else|each|await|then|catch|debug|html)/gm,className:"keyword",relevance:10}]}]}));let a=["javascript","bash","xml","html","json"];var s=e=>{var t;let{children:n,lang:s,sx:d,codeStyle:c,codeClass:u,Header:p}=e,{theme:m}=(0,r.B7)(),x=s?l.Z.highlight(n,{language:"vue"===s?"html":s}).value:l.Z.highlightAuto(n,a).value;return(0,i.jsxs)(o.kC,{as:"pre",sx:d,children:[p?(0,i.jsx)(p,{}):null,(0,i.jsx)("code",{className:"hljs".concat(u?" ".concat(u):""),style:{overflowX:"auto",padding:"3px 5px",borderRadius:"6px",border:"1px solid",borderColor:String(null===(t=m.colors)||void 0===t?void 0:t.textClear),...c},dangerouslySetInnerHTML:{__html:x}})]})}},28325:function(e,t,n){"use strict";n.d(t,{J:function(){return o},k:function(){return r}});var i=n(52322);n(2784);var l=n(75289);let r=e=>{let{children:t,sx:n,...r}=e;return(0,i.jsx)(l.xu,{sx:{display:["block","block","flex"],flexWrap:"wrap",justifyContent:"space-between",...n},...r,children:t})},o=e=>{let{children:t,cols:n=2}=e;return(0,i.jsx)(l.xu,{sx:{flex:"0 ".concat(100/n-1,"%"),mb:1},children:t})}},81699:function(e,t,n){"use strict";n.d(t,{kp:function(){return d},sP:function(){return c},w8:function(){return u},Hq:function(){return m}});var i,l,r=n(52322),o=n(63397),a=n(2784),s=n(75289),d=e=>{let{field:t,meta:n,fieldName:i,label:l,focusOnNewEntry:d=!0,inputPlaceholder:c,buttonLabel:u}=e,[p,m]=(0,a.useState)(n.value.length),x=(0,a.useRef)(Array(n.value.length));return(0,a.useEffect)(()=>{x.current=x.current.slice(0,n.value.length)},[n.value.length]),(0,a.useEffect)(()=>{let e=x.current.length;d&&e>p&&x.current[e-1].focus(),m(e)},[x.current.length,d,p]),(0,r.jsxs)(a.Fragment,{children:[(0,r.jsxs)(s.__,{variant:"label.primary",htmlFor:i,children:[l,n.touched&&n.error?(0,r.jsx)(s.xv,{as:"span",variant:"text.labelError",children:n.error}):null]}),(0,r.jsx)(o.F2,{name:i,id:i,...t,render:e=>(0,r.jsxs)("div",{children:[t.value&&t.value.length>0?t.value.map((t,n)=>(0,r.jsxs)(s.kC,{my:2,children:[(0,r.jsx)(s.II,{placeholder:c,name:"".concat(i,".").concat(n),value:t,ref:e=>x.current[n]=e,onChange:t=>{let{target:{value:i}}=t;return e.replace(n,i)}}),(0,r.jsx)(s.zx,{ml:2,type:"button",variant:"secondary",onClick:()=>e.remove(n),children:"-"})]},"".concat(i,"-").concat(+n+1))):null,(0,r.jsx)(s.zx,{type:"button",onClick:()=>e.insert(t.value.length,""),children:u})]})})]})},c=e=>{let{initialValues:t,meta:n,label:i,fieldName:l,onChange:a,...d}=e;return(0,r.jsxs)(s.__,{variant:"label.border",...d,children:[(0,r.jsx)(o.gN,{as:s.XZ,type:"checkbox",name:l,onChange:()=>a(!n.value),checked:n.value}),i]})},u=e=>{let{field:t,label:n,defaultValue:i,onChange:l,controlledValue:o,setControlledValue:s,buildControlledValue:d}=e,[u,p]=(0,a.useState)(i||t.defaultValue||!1);return(0,a.useEffect)(()=>{d?s(d(o,u)):s(d)},[u,o,d]),(0,r.jsx)(c,{meta:{value:u},fieldName:t.name,onChange:e=>p(e)&&l&&l(e),label:"function"==typeof n?n(o,u):n})};(i=l||(l={}))[i.ERROR=0]="ERROR",i[i.DISABLED=1]="DISABLED",i[i.WARNING=2]="WARNING";let p=e=>{let t={"&::placeholder":{color:"#C9D0D8"}};switch(e){case 1:return{...t,border:"1px solid #E6E6EA",backgroundColor:"#F3F5F7"};case 0:return{...t,border:"1px solid #E26049","&:focus":{outline:"none",borderColor:"#E26049",boxShadow:"0 0 0 3px rgba(226, 96, 73, 0.2), inset 0 1px 2px rgba(226, 96, 73, 0.2)"}};case 2:return{...t,border:"1px solid orange","&:focus":{outline:"none",borderColor:"orange",boxShadow:"0 0 0 3px rgba(255, 165, 0, 0.2), inset 0 1px 2px rgba(255, 165, 0, 0.2)"}};default:return t}},m=e=>{let{sx:t={},field:n,meta:i,formField:l,fieldName:a,fields:d,initialValues:c,isDisabled:u,autoFocus:m}=e,x=i.error?0:u||l.disabled?1:void 0;return(0,r.jsxs)(s.xu,{sx:t,children:[(0,r.jsxs)(s.__,{variant:"label.primary",htmlFor:a,children:[l.label||a,i.touched&&i.error?(0,r.jsx)(s.xv,{as:"span",variant:"text.labelError",children:i.error}):null]}),(0,r.jsx)(o.gN,{id:a,name:a,type:"text",placeholder:l.placeholder||l.label||a,...l.fieldLevelValidation&&c?{validate:e=>l.fieldLevelValidation&&l.fieldLevelValidation({value:e,fields:d,initialId:c.id})}:null,...n,as:s.II,sx:p(x),disabled:u||l.disabled,autoFocus:null!=m?m:l.autoFocus})]})}},89753:function(e,t,n){"use strict";var i=n(52322),l=n(2784),r=n(75289);let o=(0,l.forwardRef)((e,t)=>{let{children:n,Component:l=r.kC,sx:o={},...a}=e;return(0,i.jsx)(l,{as:"li",sx:{p:3,mx:3,alignItems:"center",variant:"styles.listItem",...o},ref:t,...a,children:n})});t.Z=o},4687:function(e,t,n){"use strict";n.d(t,{Z:function(){return y}});var i=n(52322),l=n(5446),r=n(2784),o=n(40023),a=n(951),s=n(8799),d=n(18978),c=n(59326),u=n(75289),p=n(89753),m=n(96666),x=n(33710),h=n(28316),f=n(65077);let g=e=>{let{children:t}=e;return(0,h.createPortal)((0,i.jsx)(f.xR,{children:t}),document.body)},v=e=>{let{text:t,as:n,sx:l={},...o}=e,a=(0,r.useRef)(null),[s,d]=(0,r.useState)(null),c=()=>{d(a.current&&a.current.offsetWidth<a.current.scrollWidth)};return(0,r.useEffect)(()=>(c(),window.addEventListener("resize",c),()=>{window.removeEventListener("resize",c)}),[]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(u.xv,{"data-for":t,"data-tip":!0,sx:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",...l},as:n,ref:a,...o,children:t}),s&&(0,i.jsx)(g,{children:(0,i.jsx)(x.Z,{id:t,type:"dark",multiline:!0,border:!0,borderColor:"black",place:"bottom",effect:"solid",children:t})})]})};var b=e=>{var t,n;let{text:l,sliceFieldName:r,theme:o,WidgetIcon:a}=e;return(0,i.jsxs)(u.kC,{sx:{alignItems:"center",position:"relative"},children:[(0,i.jsx)(a,{size:28,style:{color:null===(t=o.colors)||void 0===t?void 0:t.primary,marginRight:"8px",borderRadius:"4px",padding:"4px",border:"2px solid",borderColor:null===(n=o.colors)||void 0===n?void 0:n.primary}}),(0,i.jsx)(v,{text:l,as:"p",sx:{py:0,px:1,fontWeight:"label",fontSize:"15px"},"data-testid":"field-name"}),(0,i.jsx)(u.xv,{as:"p",sx:{display:["none","none","initial"],fontSize:"14px",ml:1,color:"textClear"},"data-testid":"field-id",children:r})]})},y=function(e){let{item:t,index:n,deleteItem:x,enterEditMode:h,modelFieldName:f,renderFieldAccessor:g,HintElement:v,CustomEditElement:y,CustomEditElements:j,widget:_,draggableId:S,testId:I,isRepeatableCustomType:k,children:E}=e,{theme:F}=(0,c.B7)(),{key:T,value:{config:C,type:w}}=t;return(0,i.jsx)(r.Fragment,{children:(0,i.jsx)(o._l,{draggableId:S,index:n,children:e=>{var o,c,S,L,M;return(0,i.jsx)(r.Fragment,{children:(0,i.jsxs)(p.Z,{"data-testid":I,ref:e.innerRef,...e.draggableProps,Component:u.xu,sx:{p:0,mx:0,my:3},children:[(0,i.jsxs)(u.kC,{sx:{width:"100%"},children:[(0,i.jsx)(m.Z,{label:"Reorder slice field (drag and drop)",Icon:d.Fm7,color:null===(o=F.colors)||void 0===o?void 0:o.icons,mr:1,mt:3,...e.dragHandleProps}),(0,i.jsxs)(u.xu,{sx:{bg:"headSection",width:"100%",borderRadius:"3px",border:e=>{var t;return"1px solid ".concat(String(null===(t=e.colors)||void 0===t?void 0:t.borders))}},children:[(0,i.jsxs)(u.kC,{sx:{p:3,alignItems:"center",justifyContent:"space-between",width:"100%"},children:[(0,i.jsx)(b,{theme:F,text:(null==C?void 0:C.label)||T,sliceFieldName:g&&g(T),WidgetIcon:_.Meta.icon}),(0,i.jsxs)(u.kC,{children:[j||null,y||(0,i.jsx)(m.Z,{size:22,Icon:a.$iz,label:"Edit field",sx:{cursor:"pointer",color:null===(c=F.colors)||void 0===c?void 0:c.icons},onClick:()=>h([T,t.value],f,n)}),!(!0===k&&"UID"==w)&&(0,i.jsxs)(l.v2,{children:[(0,i.jsx)(l.j2,{className:"sliceMenuButton","data-testid":"field-menu-button",style:{padding:"0",cursor:"pointer",width:"32px",height:"32px",border:"none",background:"transparent",outline:"0"},children:(0,i.jsx)(s.FQA,{size:20,color:null===(S=F.colors)||void 0===S?void 0:S.icons,style:{pointerEvents:"none"}})}),(0,i.jsx)(l.qy,{style:{background:null===(L=F.colors)||void 0===L?void 0:L.gray,border:"1px solid",borderRadius:"3px",borderColor:null===(M=F.colors)||void 0===M?void 0:M.borders,outline:"0"},children:(0,i.jsx)(l.sN,{style:{padding:"6px",cursor:"pointer"},onSelect:()=>x(T),children:"Delete field"})})]})]})]}),v||null]})]}),E]})})}})})}},96666:function(e,t,n){"use strict";var i=n(52322),l=n(75289);let r=(e,t)=>t?{border:e=>{let{colors:t}=e;return"1px solid ".concat(t.error)}}:e?{border:e=>{let{colors:t}=e;return"1px solid ".concat(t.primary)}}:{border:e=>{let{colors:t}=e;return"1px solid ".concat(t.borders)}};t.Z=e=>{let{sx:t=null,onClick:n=()=>null,label:o,Icon:a,error:s=null,size:d=16,fitButton:c=!1,active:u=!1,useActive:p=!1,activeSx:m=r,...x}=e;return(0,i.jsx)(l.hU,{onClick:n,"aria-label":o,type:"button",sx:{...c?{width:d,height:d}:null,...p&&m(u,s),...t},...x,children:(0,i.jsx)(a,{size:d})})}},4205:function(e,t,n){"use strict";var i=n(52322),l=n(63397),r=n(2784),o=n(75289),a=n(81699),s=n(1646);t.Z=e=>{let{fieldName:t,formField:n,fields:d,initialValues:c,autoFocus:u}=e,[p,m,x]=(0,l.U$)(t),h=n.component;return(0,i.jsx)(o.xu,{sx:{mt:2,alignItems:"center",...n.type===s.h.CHECKBOX?{display:"flex",height:"130%"}:null},children:h?(0,i.jsx)(h,{meta:m,field:p,helpers:x,fieldName:t,formField:n,initialValues:c}):(0,i.jsxs)(r.Fragment,{children:[n.type===s.h.INPUT?(0,i.jsx)(a.Hq,{meta:m,field:p,fields:d,formField:n,fieldName:t,initialValues:c,autoFocus:u}):null,n.type===s.h.CHECKBOX&&(0,i.jsx)(a.sP,{meta:m,label:n.label,fieldName:t,initialValues:c,onChange:e=>x.setValue(e)})]})})}},64602:function(e,t,n){"use strict";n.d(t,{Z:function(){return L}});var i=n(52322),l=n(37149),r=n.n(l),o=n(59326),a=n(75289),s=n(65413),d=n(2784),c=n(92928),u=n(76805);let p=e=>{let{children:t,...n}=e;return(0,i.jsx)(a.xu,{as:"ul",sx:{p:0,m:0,px:e=>"calc(".concat(e.space[3],"px + 8px)"),borderBottom:"1px solid #DFE1E5",position:"relative"},...n,children:t})};p.tabsRole="TabList";let m=e=>{let{children:t,...n}=e,{theme:l}=(0,o.B7)();return(0,i.jsx)(c.OK,{...n,style:{margin:"0 32px 0 0",top:"0",padding:"8px 0px",border:"none",bottom:"-1px",opacity:"0.8",transition:"all 150ms cubic-bezier(0.215,0.60,0.355,1)",borderRadius:"0",...n.selected?{borderBottom:"3px solid ".concat(l.colors.primary),color:l.colors.text,fontWeight:"500",opacity:"1",backgroundColor:"transparent"}:{borderBottom:"3px solid transparent"}},children:t})};m.tabsRole="Tab";var x=(0,d.memo)(e=>{let{children:t,Footer:n,Header:l,tabs:r,bodySx:o,footerSx:s,defaultIndex:x=0}=e,[h,f]=(0,d.useState)(x);return(0,i.jsx)(u.Z,{borderFooter:!0,footerSx:{p:0,...s},bodySx:{p:0,...o},sx:{border:"none"},Header:l,Footer:n,children:(0,i.jsxs)(c.mQ,{defaultIndex:x,onSelect:e=>f(e),children:[(0,i.jsx)(p,{children:(r||[]).map(e=>(0,i.jsx)(m,{children:e},e))}),d.Children.map(t,(e,t)=>(0,i.jsx)(a.xu,{sx:{p:e=>"calc(".concat(e.space[3],"px + 8px)"),display:t===h?"block":"none"},children:(0,i.jsx)(c.x4,{children:e})}))]})})}),h=n(28325),f=e=>{var t,n;let{text:l,sliceFieldName:r,theme:o,WidgetIcon:s}=e;return(0,i.jsxs)(a.kC,{sx:{alignItems:"center"},children:[(0,i.jsx)(s,{size:28,style:{color:null===(t=o.colors)||void 0===t?void 0:t.primary,marginRight:"8px",borderRadius:"4px",padding:"4px",border:"2px solid",borderColor:null===(n=o.colors)||void 0===n?void 0:n.primary}}),(0,i.jsx)(a.xv,{as:"p","data-testid":"item-header-text",sx:{py:0,px:1,fontWeight:"label",fontSize:"15px"},children:l}),(0,i.jsx)(a.xv,{as:"p",sx:{display:["none","none","initial"],fontSize:"14px",ml:1,color:"textClear"},children:r})]})},g=n(11104),v=n(22863),b=n(5632),y=n(65186),j=n(17186);let _=()=>{let e=(0,b.useRouter)();return(0,i.jsxs)(a.xu,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",padding:"60px"},children:[(0,i.jsx)(y.wr$,{size:48,color:"#C9D0D8"}),(0,i.jsx)(a.xu,{sx:{height:"12px"}}),(0,i.jsx)(a.xv,{color:"text",sx:{fontWeight:600,fontSize:"24px",lineHeight:"32px",textAlign:"center"},children:"Your mock data has moved"}),(0,i.jsx)(a.xu,{sx:{height:"8px"}}),(0,i.jsx)(a.xv,{color:"text",sx:{fontWeight:400,fontSize:"14px",lineHeight:"24px",textAlign:"center"},children:"You can now edit directly your mock data in the new Slice Simulator."}),(0,i.jsx)(a.xu,{sx:{height:"24px"}}),(0,i.jsx)(a.zx,{onClick:t=>{t.preventDefault(),window.open("".concat(e.asPath,"/simulator"),j.pq)},children:"Go to the Slice Simulator"})]})};var S=n(94599),I=n(85357),k=n(38369),E=n(4205),F=n(63397),T=n(99510);function C(){let[{value:e}]=(0,F.U$)("config.label"),[{value:t},n,i]=(0,F.U$)("id"),l=(0,d.useRef)(null!=n.initialValue&&n.initialValue.length>0);(0,d.useEffect)(()=>{l.current||null==e||i.setValue((0,T.lV)(e),!1)},[e]),(0,d.useEffect)(()=>{let n=null==t||0===t.length;if(l.current){if(!n)return;l.current=!1}else n||null!=e&&t===(0,T.lV)(e)||(l.current=!0)},[t])}var w=(0,d.memo)(e=>{let{formId:t,initialValues:n,validationSchema:l,onSave:r,FormFields:o,children:s}=e;return(0,i.jsx)(a.xu,{children:(0,i.jsx)(F.J9,{initialValues:n,validationSchema:l,onSubmit:(e,t)=>{let{id:n,...i}=e;r({newKey:n,value:Object.entries(i).reduce((e,t)=>{let[n,i]=t;if(typeof i!==Boolean&&!i){var l;let t=null===(l=o[n])||void 0===l?void 0:l.defaultValue;if(void 0!==t)return{...e,[n]:t}}return{...e,[n]:i}},{})})},children:e=>(0,i.jsxs)(F.l0,{id:t,children:[(0,i.jsx)(C,{}),s({...e,initialValues:n})]})})})});r().setAppElement("#__next");var L=e=>{let{close:t,data:n,fields:l,onSave:r,zoneType:d}=e,{theme:c}=(0,o.B7)();if(!n.isOpen)return null;let{field:[u,p]}=n,m=(0,k.t)(S.C,p.config,p.type);if(!m)return(0,i.jsxs)("div",{children:[p.type," not found"]});let{Meta:{icon:b},FormFields:y,Form:j,schema:F}=m,T={...(0,v.f7)((0,I.B9)(y,"id")),...m.prepareInitialValues?m.prepareInitialValues(p.config):p.config},{res:C,err:L}=(()=>{try{return{res:F.validateSync({type:p.type,config:T},{stripUnknown:!0})}}catch(e){return{err:e}}})();L&&(console.error("[EditModal] Failed to validate field of type ".concat(p.type,".\n Please update model.json accordingly.")),console.error(L));let M={id:u,config:C?C.config:T},[O,N]=y.id.validate.matches,A=s.object().shape({id:s.string().matches(O,N).min(3).max(35).required(),config:F.fields.config}),D="".concat("edit-modal-form","-").concat(Math.random().toString());return(0,i.jsx)(g.Z,{isOpen:!0,shouldCloseOnOverlayClick:!0,onRequestClose:t,contentLabel:"Widget Form Modal",children:(0,i.jsx)(w,{apiId:u,formId:D,initialValues:M,validationSchema:A,FormFields:y,onSave:e=>{let{newKey:n,value:i}=e;r({apiId:u,newKey:n,value:{...p,...i}}),t()},children:e=>{let{values:{id:n,config:{label:r}},isValid:o,isSubmitting:s,initialValues:p}=e,m=j?(0,i.jsx)(j,{...e,fields:l},"field-model-tab-content"):(0,i.jsx)(h.k,{children:Object.entries(y).map(e=>{let[t,n]=e;return(0,i.jsx)(h.J,{children:(0,i.jsx)(E.Z,{fieldName:(0,v.lm)(t),formField:n,fields:l,initialValues:p,autoFocus:""===u&&void 0})},t)})},"field-model-tab-content"),g=["Field Model"],S=[m];if("slice"===d){let e=(0,i.jsx)(a.xu,{children:(0,i.jsx)(_,{})},"mock-data-tab-content");g.push("Mock Data"),S.push(e)}return(0,i.jsx)(x,{borderFooter:!0,footerSx:{position:"sticky",bottom:0,p:0},tabs:g,Header:e=>{let{radius:l}=e;return(0,i.jsxs)(a.kC,{sx:{position:"sticky",zIndex:1,top:0,p:3,bg:"headSection",alignItems:"center",justifyContent:"space-between",borderTopLeftRadius:l,borderTopRightRadius:l},children:[(0,i.jsx)(f,{theme:c,text:r||n,WidgetIcon:b}),(0,i.jsx)(a.x8,{onClick:t,type:"button"})]})},Footer:(0,i.jsxs)(a.kC,{sx:{position:"sticky",bottom:0,alignItems:"space-between",bg:"headSection",p:3},children:[(0,i.jsx)(a.xu,{sx:{ml:"auto"}}),(0,i.jsx)(a.zx,{mr:2,type:"button",onClick:t,variant:"secondary",children:"Cancel"}),(0,i.jsx)(a.zx,{form:D,type:"submit",disabled:!o&&s,sx:{fontWeight:"400",paddingBlock:"8px",paddingInline:"16px",fontSize:"14px",borderRadius:"4px"},children:"Done"})]}),children:S})}})})}},56309:function(e,t,n){"use strict";n.d(t,{Z:function(){return h}});var i=n(52322),l=n(2784),r=n(49857),o=n(70647),a=n(77245),s=n(8799),d=n(65186),c=n(59326),u=n(75289),p=n(47760);let m={position:"relative",top:"3px"};var x=e=>{var t,n,r;let{code:o,lang:x}=e,{theme:h}=(0,c.B7)(),[f,g]=(0,l.useState)(!1);return o?(0,i.jsxs)(u.kC,{sx:{p:2,px:3,alignItems:"center",borderTop:"1px solid",borderColor:"borders",justifyContent:"space-between"},children:[(0,i.jsxs)(u.kC,{sx:{alignItems:"center",display:["none","none","flex"],maxWidth:"80%"},children:[(0,i.jsx)(s.vcz,{size:26,color:null==h?void 0:null===(t=h.colors)||void 0===t?void 0:t.icons,style:{border:"1px solid",borderColor:null==h?void 0:null===(n=h.colors)||void 0===n?void 0:n.borders,borderRadius:"3px",padding:"4px",marginRight:"2px"}}),(0,i.jsx)(p.Z,{sx:{margin:"0px 8px",border:"none",borderRadius:"3px",fontSize:"13px"},lang:x,children:o})]}),(0,i.jsx)(u.xu,{children:(0,i.jsxs)(u.zx,{"aria-label":f?"Code snippet copied":"Copy code snippet",onClick:()=>{o&&navigator.clipboard.writeText(o).then(()=>{g(!0),setTimeout(()=>{g(!1)},1200)})},variant:"textButton",children:[f?(0,i.jsx)(d.HhX,{size:16,color:null==h?void 0:null===(r=h.colors)||void 0===r?void 0:r.success,style:m}):(0,i.jsx)(a.LhG,{size:16,style:m}),(0,i.jsx)(u.xv,{as:"span",sx:{display:["none","inline","none","inline"]},children:"\xa0Copy"})]})})]}):null},h=e=>{let{show:t,renderHintBase:n,item:l,hintItemName:a}=e,s=n({item:l}),{data:d,error:c}=(0,r.ZP)(s,async()=>await o.j.snippets.readSnippets({fieldPath:s.split("."),model:l.value,itemName:a}));if(c&&console.error(c),!d||c)return null;let u=d.snippets||[];return u[0]?(0,i.jsx)("div",{style:{display:t?"initial":"none"},children:(0,i.jsx)(x,{code:u[0].code,lang:u[0].language})}):null}},18183:function(e,t,n){"use strict";n.d(t,{Z:function(){return M}});var i=n(52322),l=n(33760),r=n(13980),o=n(2784),a=n(65077),s=n(93188),d=n(80775),c=n(87782),u=n(81271);function p(e){let{open:t,onOpenChange:n,onConfirm:r}=e;return(0,i.jsxs)(l.Vq,{open:t,onOpenChange:n,size:"small",children:[(0,i.jsx)(l.fK,{title:"Static zone"}),(0,i.jsx)(l.cZ,{children:(0,i.jsx)(l.xr,{children:(0,i.jsxs)(l.xu,{as:"article",flexDirection:"column",padding:16,gap:4,children:[(0,i.jsx)(l.xv,{sx:{marginBottom:4},color:"purple9",variant:"smallBold",children:"About"}),(0,i.jsx)(l.xv,{variant:"h3",children:"What is the static zone?"}),(0,i.jsx)(l.xv,{color:"grey11",children:"The static zone in Prismic page types contain fields that are always present on the page. Use it for essential information like a page's title, page design settings, or metadata. Unlike slices, which can be added or removed, static zone fields remain fixed."}),(0,i.jsx)(l.nk,{src:"https://res.cloudinary.com/dmtf1daqp/video/upload/v1723540305/DEV_TOOLS/STATES/Explication_vide%CC%81o_zone_statique_phibeq.mp4",sizing:"contain",autoPlay:!0,loop:!0})]})})}),(0,i.jsx)(l.kX,{children:(0,i.jsx)(l._d,{size:"medium",sx:{flexGrow:1},onClick:()=>{r(),n(!1)},children:"Got it"})})]})}var m=n(4315);let x=(0,o.forwardRef)((e,t)=>{var n;return(0,i.jsx)(l.zx,{...e,ref:t,startIcon:"add",color:"grey","aria-label":"Add a field","data-testid":null!==(n=e["data-testid"])&&void 0!==n?n:"add-field"})});function h(e){let{zoneTypeFormat:t,...n}=e;return"page"===t?(0,i.jsx)(g,{...n}):(0,i.jsx)(v,{...n})}let f=(0,i.jsx)("div",{style:{position:"absolute",bottom:0,right:0}});function g(e){let{disabled:t,fields:n,triggerDataTestId:r,onSelectField:a}=e,[s,d]=(0,o.useState)(!1),[c,h]=(0,o.useState)(!1),[g,v]=(0,m.V)("staticFieldsInfoDialogDismissed",!1);return(0,i.jsxs)(l.xu,{position:"relative",children:[(0,i.jsx)(x,{onClick:()=>{g?d(!0):h(!0)},"data-testid":r}),(0,i.jsx)(p,{open:c,onOpenChange:e=>{h(e),e||d(!0)},onConfirm:()=>v(!0)}),(0,i.jsx)(u.S,{open:s,onOpenChange:d,disabled:t,onSelectField:a,fields:n,trigger:f})]})}function v(e){let{disabled:t,fields:n,triggerDataTestId:l,onSelectField:r}=e;return(0,i.jsx)(u.S,{disabled:t,onSelectField:r,fields:n,trigger:(0,i.jsx)(x,{"data-testid":l})})}var b=n(94599),y=n(46622),j=n(40023),_=n(75289),S=n(89753),I=n(4687),k=n(38369),E=n(56309),F=e=>{let{fields:t,title:n,tabId:l,enterEditMode:r,enterSelectMode:o,onDragEnd:a,renderFieldAccessor:s,onDeleteItem:d,onSave:c,showHints:u,renderHintBase:p,isRepeatable:m,testId:x,isRepeatableCustomType:h}=e;return(0,i.jsx)(j.Z5,{onDragEnd:a,children:(0,i.jsx)(j.bK,{droppableId:n,children:(e,n)=>(0,i.jsxs)(_.xu,{as:"ul",ref:e.innerRef,...e.droppableProps,"data-testid":x,sx:{paddingInline:"16px !important"},children:[t.map((e,t)=>{let{value:{config:a,type:x}}=e,f=(0,k.t)(b.C,a,x);if(!f)return(0,i.jsx)(S.Z,{children:(0,i.jsxs)(_.xv,{children:['Field type "',x,'" not supported']})});let g={item:e,index:t,tabId:l,widget:f,showHints:u,key:e.key,enterSelectMode:o,renderFieldAccessor:s,enterEditMode:r,parentSnapshot:n,deleteItem:d,saveItem:c,draggableId:"list-item-".concat(e.key),isRepeatableCustomType:h,testId:"list-item-".concat(e.key)},v=(0,i.jsx)(E.Z,{item:e,show:u,isRepeatable:m,renderHintBase:p,hintItemName:f.hintItemName,Widgets:b.C,typeName:f.CUSTOM_NAME||f.TYPE_NAME});if(f.CustomListItem){let{CustomListItem:e}=f;return(0,i.jsx)(e,{...g,HintElement:v})}return(0,i.jsx)(I.Z,{...g,HintElement:v})}),e.placeholder]})})})},T=n(83288),C=n.n(T);let w=e=>{let{zoneType:t,heading:n="Your ".concat(t," has no fields yet"),action:r}=e;return(0,i.jsxs)("div",{className:C().root,children:[(0,i.jsxs)("div",{children:[(0,i.jsx)(l.xv,{variant:"bold",children:n}),(0,i.jsx)(l.xv,{color:"grey11",children:"A field is an input for content (e.g. text, images, links)."})]}),r]})},L=e=>{let t,{zoneType:n,zoneTypeFormat:r,tabId:p,title:m,fields:x,poolOfFieldsToCheck:f,widgetsArray:g,isRepeatable:v,onDeleteItem:j,onDragEnd:_,EditModal:S,onSave:I,dataTip:k,renderHintBase:E,renderFieldAccessor:T,testId:C,isRepeatableCustomType:L,emptyStateHeading:M}=e,O=(()=>{let e=!!Object.entries(f).find(e=>{let[,{value:t}]=e;return"UID"===t.type}),t=g.filter(e=>{let{TYPE_NAME:t}=e;return"UID"!==t});return e?t:[...t,g.find(e=>{let{TYPE_NAME:t}=e;return"UID"===t})]})(),[N,A]=(0,o.useState)(!1),[D,q]=(0,o.useState)({isOpen:!1}),R={onSelectField:e=>{q({isOpen:!0,field:["",b.C[e].create("")]})},fields:O.filter(Boolean).map(e=>{let{TYPE_NAME:t,CUSTOM_NAME:n}=e;return c.XU.find(e=>e.type===t&&(void 0===n||e.variant===n))}),triggerDataTestId:v?"add-field-in-items":void 0};return"slice"===n&&x.length>0?t=(0,i.jsx)(u.S,{...R}):"customType"===n&&(t=(0,i.jsx)(h,{...R,zoneTypeFormat:r})),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(d.Bu,{actions:(0,i.jsxs)(i.Fragment,{children:[x.length>0&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.xv,{color:"grey11",component:"span",noWrap:!0,children:"Show code snippets?"}),(0,i.jsx)(l.rs,{checked:N,onCheckedChange:A,size:"small",style:{flexShrink:0},"data-testid":"code-snippets-switch"})]}),t]}),children:m}),0===x.length&&"slice"===n?(0,i.jsx)(w,{zoneType:"customType"===n?"page"===r?"page type":"custom type":n,heading:M,action:(0,i.jsx)(u.S,{...R})}):x.length>0?(0,i.jsx)(a.xR,{children:(0,i.jsx)(F,{tabId:p,isRepeatable:v,fields:x,showHints:N,dataTip:k,title:m,renderFieldAccessor:T,renderHintBase:E,enterEditMode:e=>{q({isOpen:!0,field:e});let[t,n]=e;s.Xe.track({event:"field:settings-opened",id:t,name:n.config.label,type:n.type,isInAGroup:!1,contentType:(0,y.T)(window.location.pathname)})},onDragEnd:_,onDeleteItem:j,onSave:I,testId:C,isRepeatableCustomType:L})}):void 0,(0,i.jsx)(S,{data:D,close:()=>{q({isOpen:!1})},onSave:I,fields:f,zoneType:n})]})};L.propTypes={isRepeatable:r.bool,title:r.string.isRequired,dataTip:r.string.isRequired,onSave:r.func.isRequired,onDragEnd:r.func.isRequired,onDeleteItem:r.func.isRequired,poolOfFieldsToCheck:(0,r.arrayOf)((0,r.shape)({key:r.string,value:r.object})),renderHintBase:r.func.isRequired,renderFieldAccessor:r.func.isRequired,widgetsArray:r.array.isRequired,fields:(0,r.arrayOf)((0,r.shape)({key:r.string.isRequired,value:(0,r.shape)({config:r.object,fields:r.array,type:r.string.isRequired})}))};var M=L},38369:function(e,t,n){"use strict";n.d(t,{t:function(){return l}});var i=n(59050);let l=(e,t,n)=>{if("Link"===n)switch(null==t?void 0:t.select){case"document":return e.ContentRelationship;case"media":return e.LinkToMedia;default:return e.Link}if(n===i.GroupFieldType){var l;return null!==(l=e.Group)&&void 0!==l?l:e.NestedGroup}return e[n]}},25273:function(e,t,n){"use strict";n.d(t,{Jp:function(){return o},OR:function(){return r}});var i=n(17186),l=n(37429);let r={label:(0,l.II)("Label",{required:"This field is required",max:!0},void 0,void 0,"Label for content creators (defaults to field type)",!0),id:(0,l.II)("API ID*",{min:!0,max:!0,required:"This field is required",matches:[i.xo,"No special characters allowed (except _)"]},e=>{let{value:t,fields:n,initialId:i}=e;return t?n.find(e=>{let{key:n}=e;return n===t})&&t!==i?'Field "'.concat(t,'" already exists.'):void 0:"Field is required"},void 0,"A unique identifier for the field (e.g. buttonLink)")},o={...r,placeholder:(0,l.II)("Placeholder",{required:"This field is required",max:[100,"String is too long. Max: 100"]},void 0,void 0,"Placeholder text for content creators")}},37429:function(e,t,n){"use strict";n.d(t,{II:function(){return d},Jg:function(){return r}});var i=n(22863),l=n(1646);let r=function(e){let t=!(arguments.length>1)||void 0===arguments[1]||arguments[1],n=!(arguments.length>2)||void 0===arguments[2]||arguments[2];return{type:l.h.CHECKBOX,validate:{required:(0,i.MJ)(t,s)},required:t,label:e,defaultValue:n,yupType:"boolean"}},o=[3,"String is too short. Min: 3"],a=[35,"String is too long. Max: 35"],s=["Field is required"],d=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{min:o,max:a,required:s},n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,d=arguments.length>4?arguments[4]:void 0,c=arguments.length>5&&void 0!==arguments[5]&&arguments[5],{min:u,max:p,required:m,matches:x}=t||{};return{type:l.h.INPUT,label:e,validate:{required:(0,i.MJ)(m,s),min:(0,i.MJ)(u,o),max:(0,i.MJ)(p,a),matches:x},defaultValue:r,fieldLevelValidation:n,yupType:"string",placeholder:d,autoFocus:c}}},22863:function(e,t,n){"use strict";n.d(t,{MJ:function(){return a},f7:function(){return s},gc:function(){return d},lm:function(){return o}});var i=n(65413),l=n(1646);let r=e=>null===e.defaultValue?void 0:void 0!==e.defaultValue?e.defaultValue:e.type===l.h.CHECKBOX||(e.type===l.h.INPUT?"":e.type===l.h.SELECT?[]:void 0),o=e=>"id"===e?"id":"config.".concat(e),a=(e,t)=>Array.isArray(e)?e:"boolean"==typeof e&&e?t:null,s=e=>Object.entries(e).reduce((e,t)=>{let[n,i]=t,l=r(i);return void 0!==l?{...e,[n]:l}:e},{}),d=e=>i.object().shape(Object.entries(e).filter(e=>e).reduce((e,t)=>{let[n,l]=t,{validate:r,yupType:o}=l;if(!r)return e;if("function"==typeof r)return{...e,[n]:r(n,l)};let a=i[o]();return Object.entries(r).filter(e=>e&&e[1]).forEach(e=>{let[t,i]=e;if(i&&a[t]){a=a[t](...Array.isArray(i)?i:[i]);return}console.warn('Invalid Yup validator for field "'.concat(n,'"'))}),{...e,[n]:a}},{})).required().default(void 0).noUnknown(!0)},1646:function(e,t,n){"use strict";var i,l;n.d(t,{h:function(){return i}}),(l=i||(i={})).CHECKBOX="checkbox",l.INPUT="input",l.SELECT="select"},94599:function(e,t,n){"use strict";n.d(t,{C:function(){return tl}});var i=n(52322),l=n(53085),r=n(65186),o=n(65413),a=n(75289),s=n(28325),d=n(4205),c=n(22863),u=n(25273),p=n(37429);let m={...u.OR,repeat:(0,p.Jg)("Repeatable",!1,!0)};var x=e=>{let{initialValues:t,fields:n,values:l,setFieldValue:r}=e,{config:{repeat:o}}=l;return(0,i.jsxs)(s.k,{children:[Object.entries(m).filter(e=>{let[t]=e;return"repeat"!==t}).map(e=>{let[l,r]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(l),formField:r,fields:n,initialValues:t})},l)}),(0,i.jsx)(s.J,{children:(0,i.jsx)(a.xu,{sx:{mt:2,alignItems:"center",display:"flex",height:"130%"},children:(0,i.jsxs)(a.__,{variant:"label.border",sx:{mb:0},children:[(0,i.jsx)(a.XZ,{checked:o,onChange:()=>r("config.repeat",!o)}),"Repeatable"]})})})]})};let h={icon:r.iy3},f=e=>o.object().shape({type:o.string().matches(e,{excludeEmptyString:!0}).required(),config:o.object().shape({fields:o.array(),label:o.string(),repeat:o.boolean().optional()})});function g(e){let{schemaTypeRegex:t,customListItem:n,customName:i,hintItemName:l}=e;return{Meta:h,Form:x,FormFields:m,schema:f(t),create:e=>({type:"Group",config:{label:e,repeat:!0,fields:[]}}),CustomListItem:n,TYPE_NAME:"Group",CUSTOM_NAME:i,hintItemName:l}}var v=n(59050),b=n(2784),y=n(40023),j=n(28316),_=n(93188),S=n(87782),I=n(81271),k=n(4687),E=n(64602),F=n(56309),T=n(38369),C=n(2439),w=n(85357),L=n(99510),M=n(46622);let O=e=>{let{tabId:t,widget:n,Widgets:l,widgetsArray:r,hintBase:o,parentSnapshot:s,showHints:d,isRepeatable:c,item:u,draggableId:p,saveItem:m,HintElement:x,...h}=e,[f,g]=(0,b.useState)({isOpen:!1}),O=e=>{var t;let{apiId:n,value:i}=e,l=null===(t=i.config)||void 0===t?void 0:t.label,r=function(e){var t,n,i;let l=structuredClone(e.group);return null!==(n=l.config)&&void 0!==n||(l.config={}),null!==(i=(t=l.config).fields)&&void 0!==i||(t.fields={}),l.config.fields[e.fieldId]=e.field,l}({group:C.Fl.fromSM(u.value),fieldId:n,field:i});m({apiId:u.key,newKey:u.key,value:C.Fl.toSM(r),isNewGroupField:!0}),_.Xe.track({event:"field:added",id:n,name:l,type:i.type,isInAGroup:!0,contentType:(0,M.T)(window.location.pathname)})},N=e=>{let{apiId:t,newKey:n,value:i}=e,l=function(e){var t,n;let i=structuredClone(e.group);if(!(null===(t=i.config)||void 0===t?void 0:t.fields)||!(null===(n=e.group.config)||void 0===n?void 0:n.fields))return i;for(let t in i.config.fields={},e.group.config.fields)t===e.previousFieldId?i.config.fields[e.newFieldId]=e.field:i.config.fields[t]=e.group.config.fields[t];return i}({group:C.Fl.fromSM(u.value),previousFieldId:t,newFieldId:n,field:i.type===v.GroupFieldType?C.Fl.fromSM(i):i});m({apiId:u.key,newKey:u.key,value:C.Fl.toSM(l)})},A=e=>{let t=function(e){var t,n;let i=structuredClone(e.group);return null===(n=i.config)||void 0===n||null===(t=n.fields)||void 0===t||delete t[e.fieldId],i}({group:C.Fl.fromSM(u.value),fieldId:e});m({apiId:u.key,newKey:u.key,value:C.Fl.toSM(t)})},D=e=>{g({isOpen:!0,field:e});let[t,n]=e;_.Xe.track({event:"field:settings-opened",id:t,name:n.config.label,type:n.type,isInAGroup:!0,contentType:(0,M.T)(window.location.pathname)})};return(0,i.jsxs)(b.Fragment,{children:[(0,i.jsx)(k.Z,{item:u,widget:n,draggableId:p,...h,HintElement:x,CustomEditElements:[(0,i.jsx)(I.S,{onSelectField:e=>{g({isOpen:!0,field:["",l[e].create("")]})},fields:r.filter(Boolean).map(e=>{let{TYPE_NAME:t,CUSTOM_NAME:n}=e,i=S.XU.find(e=>e.type===t&&(void 0===n||e.variant===n));if(!i)throw Error("Field not found for widget: ".concat(t," - ").concat(n));return i})},"add-field-dropdown")],children:(0,i.jsx)(a.xu,{sx:{ml:4},children:(0,i.jsx)(y.Z5,{onDragEnd:e=>{if((0,w.uS)(e))return;let{source:t,destination:n}=e;if(!n)return;let{index:i}=t,{index:l}=n,r=function(e){var t;let n=structuredClone(e.group);if(!(null===(t=n.config)||void 0===t?void 0:t.fields))return n;let i=Object.entries(n.config.fields),[l]=i.splice(e.sourceIndex,1);return i.splice(e.destinationIndex,0,l),n.config.fields=Object.fromEntries(i),n}({group:C.Fl.fromSM(u.value),sourceIndex:i,destinationIndex:l});(0,j.flushSync)(()=>{m({apiId:u.key,newKey:u.key,value:C.Fl.toSM(r)})})},children:(0,i.jsx)(y.bK,{droppableId:"".concat(t,"-").concat(u.key,"-zone"),children:e=>(0,i.jsxs)("ul",{ref:e.innerRef,...e.droppableProps,children:[u.value.config.fields.map((e,t)=>{let{value:{config:n,type:r}}=e,a=(0,T.t)(l,n,r);if(!a)return null;let s={item:e,index:t,widget:a,key:e.key,enterEditMode:D,deleteItem:A,saveItem:N,showHints:d,renderFieldAccessor:t=>"item".concat((0,L.Ti)(e.key)),draggableId:"group-".concat(u.key,"-").concat(e.key,"-").concat(t),testId:"list-item-group-".concat(u.key,"-").concat(e.key)},p=(0,i.jsx)(F.Z,{item:e,show:d,isRepeatable:c,renderHintBase:e=>{let{item:t}=e;return"".concat(o).concat((0,L.Ti)(t.key))},hintItemName:a.hintItemName,Widgets:l,typeName:a.CUSTOM_NAME||a.TYPE_NAME});if(a.CustomListItem){let{CustomListItem:e}=a;return(0,i.jsx)(e,{...s,HintElement:p})}return(0,i.jsx)(k.Z,{...s,HintElement:p})}),e.placeholder]})})})})}),(0,i.jsx)(E.Z,{data:f,close:()=>{g({isOpen:!1})},onSave:e=>""===e.apiId?O({...e,apiId:e.newKey}):N(e),fields:u.value.config.fields})]})},N={icon:r.hs8},A={label:u.Jp.label,id:u.Jp.id,placeholder_false:(0,p.II)("False Placeholder",{required:!1},null,"false","Value the content creator sees (Output as 'false' in the API)."),placeholder_true:(0,p.II)("True Placeholder",{required:!1},null,"true","Value the content creator sees (Output as 'true' in the API)"),default_value:(0,p.Jg)("Default to true")},D=o.object().shape({type:o.string().matches(/^Boolean$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(A,"id"))}),q={icon:r.U8L},{TYPE_NAME:R,FormFields:z,schema:B}=(0,w.zg)("Color");var V=n(56580),P=n(1744),J=n(40572);let G={...u.Jp,allowTargetBlank:(0,p.Jg)("Allow target blank",!1,!1)},Z={icon:r.$l_},U=o.object().shape({label:o.string().optional(),useAsTitle:o.boolean().optional(),placeholder:o.string().optional(),select:o.string().optional().oneOf(["media","document","web",null]).nullable(),customtypes:o.array(o.string()).strict().optional(),masks:o.array(o.string()).optional(),tags:o.array(o.string()).optional(),allowTargetBlank:o.boolean().strict().optional()}).required().default(void 0).noUnknown(!0),H=o.object().shape({type:o.string().matches(/^Link$/,{excludeEmptyString:!0}).required(),config:U.optional()});var W=n(36131);let $={label:u.Jp.label,id:u.Jp.id,customtypes:{validate:()=>o.array().of(o.string())}},K={icon:r.I2R},Y=U.shape({label:o.string().max(35,"String is too long. Max: 35"),select:o.string().required().matches(/^document$/,{excludeEmptyString:!0}),customtypes:o.array(o.string()).strict().optional()}),X=o.object().shape({type:o.string().matches(/^Link$/,{excludeEmptyString:!0}).required(),config:Y}),{FormFields:Q,schema:ee}=(0,w.zg)("Date"),et={icon:r.f$3},{FormFields:en,schema:ei}=(0,w.zg)("Embed"),el={icon:r.xoN},er={label:u.Jp.label,id:u.Jp.id},eo=o.object().shape({type:o.string().matches(/^GeoPoint$/,{excludeEmptyString:!0}).required(),config:o.object().shape({label:o.string()}).required().default(void 0).noUnknown(!0)}),ea={icon:r.lPv};var es=n(63397),ed=n(8799),ec=n(81699),eu=n(96666);let ep=e=>{let{onClick:t,error:n,onDelete:l,active:o,text:s,sx:d}=e;return(0,i.jsx)(eu.Z,{useActive:!0,fitButton:!0,error:n,onClick:t,active:o,sx:{position:"relative",width:"64px",height:"64px",...d},Icon:()=>(0,i.jsxs)(b.Fragment,{children:[(0,i.jsxs)(a.kC,{sx:{flexDirection:"column",justifyContent:"center",alignItems:"center"},children:[(0,i.jsx)(ed.jnY,{size:22}),(0,i.jsx)(a.xv,{mt:1,children:s})]}),l?(0,i.jsx)(a.Ct,{onClick:l,variant:"circle-right",children:(0,i.jsx)(r.B4e,{})}):null]})})},em=e=>{let{onClick:t}=e;return(0,i.jsx)(eu.Z,{fitButton:!0,onClick:t,sx:{width:"64px",height:"64px",border:e=>{let{colors:t}=e;return"1px solid ".concat(String(null==t?void 0:t.borders))}},Icon:()=>(0,i.jsx)(a.kC,{sx:{flexDirection:"column",justifyContent:"center",alignItems:"center"},children:(0,i.jsx)(ed.iTs,{size:34,color:"#5263BA","aria-label":"Add a thumbnail"})})})},ex=e=>{let{prefix:t,required:n=!1,display:l}=e,[r,o]=(0,es.U$)(t),a=n?"*":"";return l?(0,i.jsxs)(b.Fragment,{children:[(0,i.jsx)(eh,{name:"".concat(t,".name"),label:"Name".concat(a),placeholder:"main",sx:{mb:3},isConstraint:"config.constraint"===t,meta:o}),(0,i.jsx)(ef,{name:"".concat(t,".width"),label:"Width (px)".concat(a),placeholder:" ",sx:{mb:3}}),(0,i.jsx)(ef,{name:"".concat(t,".height"),label:"Height (px)".concat(a),placeholder:" "})]}):null},eh=e=>{let{name:t,label:n,placeholder:l,meta:r,isConstraint:o,...a}=e,[s]=(0,es.U$)(t);return(0,i.jsx)(ec.Hq,{...a,fieldName:t,meta:r,formField:{label:n,placeholder:l},field:o?{value:"main",readOnly:!0}:{value:s.value},variant:o?"disabled":"primary"})},ef=e=>{let{name:t,label:n,placeholder:l,...r}=e,[o,a]=(0,es.U$)(t);return(0,i.jsx)(ec.Hq,{...r,fieldName:t,formField:{label:n,placeholder:l},meta:a,field:{min:0,type:"number",value:o.value||"",onKeyDown:e=>{("e"===e.key||"-"===e.key||"+"===e.key)&&e.preventDefault()}}})},eg=()=>o.number().nullable().transform((e,t)=>""===t?null:e),ev={label:u.Jp.label,id:u.Jp.id,constraint:{validate:()=>o.object().defined().shape({width:eg(),height:eg()})},thumbnails:{validate:()=>o.array().defined().of(o.object().test({name:"Thumbnails",message:"Must set name and width or height at minimum",test:function(e){if(!e.name)return!1;let t="number"==typeof e.width&&e.width,n="number"==typeof e.height&&e.height;return e.name&&(t||n)}}))}},eb={name:"",width:"",height:""},ey=function(){let{width:e,height:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return!n||e||t?e||t?"".concat(e||"auto","x").concat(t||"auto"):"...":"auto"},ej=o.object().shape({type:o.string().matches(/^Image$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(ev,"id"))}),e_={icon:r.Fwj},eS={...u.Jp},eI={icon:r._b$},ek=U.shape({select:o.string().required().matches(/^media$/,{excludeEmptyString:!0})}),eE=o.object().shape({type:o.string().matches(/^Link$/,{excludeEmptyString:!0}).required(),config:ek.optional()}),{FormFields:eF,schema:eT}=(0,w.zg)("Number"),eC={icon:r.KZU};var ew=n(1646);let eL=e=>"use first value as default ".concat(e?'("'.concat(e,'")'):""),eM=(e,t)=>t?e:void 0,eO={...u.Jp,default_value:{type:ew.h.CHECKBOX,yupType:"string",defaultValue:null,validate:function(){return o.string().test({name:"default_value",message:'Default value is not part of field "options" in Select',test:function(e){return void 0===e||this.parent&&this.parent.options&&this.parent.options.find(t=>t===e)}})},component:e=>{var t;let{values:n}=(0,es.u6)(),l=null===(t=n.config)||void 0===t?void 0:t.options[0];return(0,i.jsx)(ec.w8,{...e,defaultValue:e.field.value,controlledValue:l,setControlledValue:e.helpers.setValue,buildControlledValue:eM,label:eL})}},options:{yupType:"array",defaultValue:["1","2"],validate:{required:["Select requires a minimum of 2 options"],min:[2,"Choose at least 2 options"],test:{name:"non-empty values",message:"Values cannot be empty",test:e=>!e.some(e=>!e||!e.length)}},component:e=>(0,i.jsx)(ec.kp,{label:"Options",inputPlaceholder:"Select option output in API (e.g. 'blueTheme')",buttonLabel:"Add option",...e})}},eN={icon:r.nwY},eA=o.object().shape({type:o.string().matches(/^Select$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(eO,"id"))});var eD=n(47927),eq=n(29259),eR=n.n(eq),ez=n(85505),eB=n.n(ez),eV=n(34543);let eP=e=>t=>{let{size:n}=t;return(0,i.jsx)("span",{style:{fontSize:n},children:e})},eJ=[{value:"paragraph",label:"P",icon:eP("p")},{value:"preformatted",label:"PRE",icon:eP("pre")},{value:"heading1",label:"H1",icon:eP("h1")},{value:"heading2",label:"H2",icon:eP("h2")},{value:"heading3",label:"H3",icon:eP("h3")},{value:"heading4",label:"H4",icon:eP("h4")},{value:"heading5",label:"H5",icon:eP("h5")},{value:"heading6",label:"H6",icon:eP("h6")},{value:"strong",label:"Strong",icon:eP((0,i.jsx)("b",{children:"b"}))},{value:"em",label:"em",icon:eP((0,i.jsx)("em",{style:{fontFamily:"serif"},children:"I"}))},{value:"hyperlink",label:"hyperlink",icon:eP((0,i.jsx)(eV.eR7,{}))},{value:"image",label:"image",icon:eP((0,i.jsx)(eV.LFN,{}))},{value:"embed",label:"embed",icon:eP((0,i.jsx)(eV.xqv,{}))},{value:"list-item",label:"list",icon:eP((0,i.jsx)(eV.SnF,{}))},{value:"o-list-item",label:"o",icon:eP((0,i.jsx)(ed.KyO,{}))},{value:"rtl",label:"rtl",icon:eP("rtl")}],eG=eJ.map(e=>e.value),eZ=e=>!eG.find(t=>!e.includes(t)),eU=e=>{let t=e.split(",");return eJ.reduce((e,n)=>{let{value:i}=n;return t.includes(i)?[...e,i]:e},[])};function eH(e,t){return(0,eD.has)("parent",e)&&eR()(e.parent)&&(0,eD.has)(t,e.parent)&&eB()(e.parent[t])?e.parent[t]:null}function eW(e){return()=>o.string().test({name:e,message:"Options cannot be empty",test:function(t,n){let i="single"===e?"multi":"single",l=eH(n,e),r=eH(n,i);return!!r&&"string"==typeof r||!("string"!=typeof l||(!l||!l.length)&&(!r||!r.length)||l.split(",").find(e=>!eG.includes(e)))}})}let e$={...u.Jp,allowTargetBlank:(0,p.Jg)("Allow target blank for links"),single:{validate:eW("single")},multi:{validate:eW("multi")}},eK=["config.single","config.multi"],eY={icon:r.BAW},eX=o.object().shape({type:o.string().matches(/^StructuredText$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)({...e$,labels:{yupType:"array",validate:{}}},"id"))}),eQ=u.Jp,e0=o.object().shape({type:o.string().matches(/^Text$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(eQ,"id"))}),e2={icon:r.SQS},e1=u.Jp,e3=o.object().shape({type:o.string().matches(/^Timestamp$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(e1,"id"))}),e5={icon:r.k71},e6={label:u.Jp.label,id:{...u.Jp.id,validate:{required:"This field is required",matches:[/^uid$/,"Api ID must be 'uid' for this field."]},disabled:!0},placeholder:u.Jp.placeholder},e7=o.object().shape({type:o.string().matches(/^UID$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(e6,"id"))}),e8={Boolean:{TYPE_NAME:"Boolean",create:e=>({type:"Boolean",config:{label:e,default_value:!1,placeholder_true:"true",placeholder_false:"false"}}),Meta:N,schema:D,FormFields:A},Color:{create:e=>({type:"Color",config:{label:e,placeholder:""}}),FormFields:z,TYPE_NAME:R,schema:B,Meta:q},ContentRelationship:{create:e=>({type:"Link",config:{label:e,select:"document"}}),Meta:K,schema:X,TYPE_NAME:"Link",FormFields:$,CUSTOM_NAME:"ContentRelationship",Form:e=>{let{initialValues:t,values:n,fields:l,setFieldValue:r}=e,o=(0,V.v9)(J.Ch).filter(P.TG),u=o.map(e=>({value:e.local.id,label:e.local.label})),p=n.config.customtypes?n.config.customtypes.map(e=>{let t=o.find(t=>t.local.id===e);return{value:null==t?void 0:t.local.id,label:null==t?void 0:t.local.label}}):null;return(0,i.jsxs)(s.k,{children:[Object.entries($).filter(e=>"customtypes"!==e[0]).map(e=>{let[n,r]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(n),formField:r,fields:l,initialValues:t})},n)}),(0,i.jsx)(s.J,{children:(0,i.jsxs)(a.xu,{sx:{mt:2,alignItems:"center"},children:[(0,i.jsx)(a.__,{htmlFor:"origin",mb:"1",children:"Types"}),(0,i.jsx)(W.ZP,{isMulti:!0,name:"origin",options:u,onChange:e=>{e&&r("config.customtypes",e.map(e=>{let{value:t}=e;return t}))},value:p,theme:e=>({...e,colors:{...e.colors,text:"text",primary:"background"}})})]})})]})},prepareInitialValues:e=>{let t=(0,V.v9)(J.Ch).filter(P.TG);return(null==e?void 0:e.customtypes)?{...e,customtypes:e.customtypes.filter(e=>t.find(t=>t.local.id===e))}:e}},Date:{create:e=>({type:"Date",config:{label:e,placeholder:""}}),FormFields:Q,TYPE_NAME:"Date",schema:ee,Meta:et},Embed:{create:e=>({type:"Embed",config:{label:e,placeholder:""}}),FormFields:en,TYPE_NAME:"Embed",schema:ei,Meta:el},GeoPoint:{create:e=>({type:"GeoPoint",config:{label:e}}),FormFields:er,TYPE_NAME:"GeoPoint",schema:eo,Meta:ea},Image:{Meta:e_,Form:e=>{let{initialValues:t,values:n,errors:l,fields:r,touched:o}=e,[u,p]=(0,b.useState)(0),{config:{thumbnails:m,constraint:x}}=n;return(0,b.useEffect)(()=>{p(m.length)},[m.length]),(0,i.jsxs)(s.k,{children:[Object.entries(ev).map(e=>{let[n,l]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(n),formField:l,fields:r,initialValues:t})},n)}),(0,i.jsxs)(s.J,{children:[(0,i.jsx)(a.__,{htmlFor:"thumbnails",variant:"label.primary",sx:{mt:1,display:"flex",alignItems:"center"},children:"Responsive views*"}),(0,i.jsx)(a.Zb,{p:3,children:(0,i.jsx)(es.F2,{name:"config.thumbnails",render:t=>{let{push:n,remove:r}=t;return(0,i.jsxs)(b.Fragment,{children:[(0,i.jsxs)(a.kC,{mb:3,children:[(0,i.jsx)(ep,{active:0===u,text:ey(x,!0),sx:{mr:2},onClick:()=>p(0)}),m.map((e,t)=>(0,i.jsx)(ep,{sx:{mr:3},active:u===+t+1,text:ey(e),error:!!l.thumbnails&&!!o.thumbnails&&!!o.thumbnails[t]&&!!l.thumbnails&&!!l.thumbnails[t],onDelete:()=>r(t),onClick:()=>p(+t+1)},"thumbnail-button-".concat(+t+1))),(0,i.jsx)(em,{onClick:()=>{n(eb)}})]}),(0,i.jsx)(ex,{...e,display:0===u,prefix:"config.constraint"}),m.map((t,n)=>(0,b.createElement)(ex,{...e,required:!0,key:"thumbnail-".concat(+n+1),display:u===+n+1,prefix:"config.thumbnails[".concat(n,"]")}))]})}})})]})]})},schema:ej,create:e=>({type:"Image",config:{label:e,constraint:{},thumbnails:[]}}),FormFields:ev,TYPE_NAME:"Image"},Link:{Meta:Z,FormFields:G,schema:H,Form:e=>{let{initialValues:t,fields:n}=e;return(0,i.jsx)(s.k,{children:Object.entries(G).map(e=>{let[l,r]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(l),formField:r,fields:n,initialValues:t})},l)})})},create:e=>({type:"Link",config:{label:e,placeholder:"",select:null}}),TYPE_NAME:"Link"},LinkToMedia:{Meta:eI,FormFields:eS,schema:eE,Form:e=>{let{initialValues:t,fields:n}=e;return(0,i.jsx)(s.k,{children:Object.entries(eS).map(e=>{let[l,r]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(l),formField:r,fields:n,initialValues:t})},l)})})},create:e=>({type:"Link",config:{label:e,placeholder:"",select:"media"}}),TYPE_NAME:"Link",CUSTOM_NAME:"LinkToMedia"},Number:{create:e=>({type:"Number",config:{label:e,placeholder:""}}),FormFields:eF,TYPE_NAME:"Number",schema:eT,Meta:eC},Select:{FormFields:eO,create:e=>({type:"Select",config:{label:e,placeholder:"",options:["1","2"]}}),schema:eA,Meta:eN,TYPE_NAME:"Select"},StructuredText:{create:e=>({type:"StructuredText",config:{label:e,placeholder:"",allowTargetBlank:!0,multi:eG.join(",")}}),FormFields:e$,Meta:eY,schema:eX,TYPE_NAME:"StructuredText",Form:e=>{var t;let{initialValues:n,values:l,errors:r,fields:o,setFieldValue:u}=e,{config:{single:p,multi:m}}=l,x=p?eU(p):m?eU(m):eG,[h,f]=(0,b.useState)(!p),[g,v]=(0,b.useState)(x);return(0,b.useEffect)(()=>{let e=h?1:0;u(eK[e],g.join(",")),setTimeout(()=>{u(eK[1-e],void 0)},100)},[h,g]),(0,i.jsxs)(s.k,{children:[Object.entries(e$).map(e=>{let[t,l]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(t),formField:l,fields:o,initialValues:n})},t)}),(0,i.jsxs)(s.J,{children:[(0,i.jsxs)(a.__,{htmlFor:"accept",variant:"label.primary",sx:{mt:1,display:"flex",alignItems:"center"},children:["Accept*",(0,i.jsx)(a.zx,{type:"button",variant:"buttons.textButton",onClick:()=>{if(eZ(g))return v([]);v(eG)},children:eZ(g)?"Unselect All":"Select all"})]}),eJ.map(e=>(0,i.jsx)(eu.Z,{fitButton:!0,useActive:!0,label:e.label,size:14,Icon:e.icon,sx:{p:"16px",mb:2,mr:2,variant:"buttons.selectIcon"},active:g.includes(e.value),onClick:()=>{if(g.find(t=>t===e.value))return v(g.filter(t=>t!==e.value));v([...g,e.value])}},e.value)),(null===(t=r.config)||void 0===t?void 0:t[h?"multi":"single"])?(0,i.jsx)(a.xu,{sx:{position:"absolute"},children:(0,i.jsx)(a.xv,{as:"span",variant:"text.labelError",pl:0,children:r.config[h?"multi":"single"]})}):null]}),(0,i.jsx)(s.J,{children:(0,i.jsx)(a.kC,{sx:{mt:2,alignItems:"center",height:"100%"},children:(0,i.jsxs)(a.__,{variant:"label.border",children:[(0,i.jsx)(a.XZ,{checked:h,onChange:()=>f(!h)}),"Allow multiple paragraphs"]})})})]})}},Text:{create:e=>({type:"Text",config:{label:e,placeholder:""}}),Meta:e2,schema:e0,TYPE_NAME:"Text",FormFields:eQ},Timestamp:{create:e=>({type:"Timestamp",config:{label:e,placeholder:""}}),schema:e3,FormFields:e1,TYPE_NAME:"Timestamp",Meta:e5},UID:{create:e=>({type:"UID",config:{label:e,placeholder:""}}),Meta:{icon:r.XN7},schema:e7,TYPE_NAME:"UID",FormFields:e6}},e9=[e8.Image,e8.Text,e8.StructuredText,e8.Link,e8.Select,e8.Boolean,e8.Number,e8.Color,e8.Date,e8.Embed,e8.Timestamp,e8.GeoPoint,e8.ContentRelationship,e8.LinkToMedia],e4="subItem",te=g({schemaTypeRegex:/^NestedGroup$/,customListItem:e=>(0,i.jsx)(O,{Widgets:e8,widgetsArray:e9,hintBase:e4,...e}),customName:"NestedGroup",hintItemName:e4}),tt={...e8,NestedGroup:te},tn=[tt.Image,tt.Text,tt.StructuredText,tt.Link,tt.Select,tt.Boolean,tt.Number,tt.Color,tt.Date,tt.Embed,tt.Timestamp,tt.GeoPoint,tt.ContentRelationship,tt.LinkToMedia,tt.NestedGroup],ti="item",tl={Group:g({schemaTypeRegex:/^Group$/,customListItem:e=>{let t=function(){let e=(0,l.L)("slicemachine-nested-groups");return{eligible:(null==e?void 0:e.value)==="on"}}().eligible?tn:tn.filter(e=>"NestedGroup"!==e.CUSTOM_NAME);return(0,i.jsx)(O,{Widgets:tt,widgetsArray:t,hintBase:ti,...e})},hintItemName:ti}),NestedGroup:te,...e8}},85357:function(e,t,n){"use strict";n.d(t,{B9:function(){return o},Ss:function(){return s},uS:function(){return a},zg:function(){return d}});var i=n(65413),l=n(22863),r=n(25273);let o=(e,t)=>{let{[t]:n,...i}=e;return i},a=e=>!e.destination||e.source.index===e.destination.index||e.source.droppableId!==e.destination.droppableId,s=(e,t)=>!e[t]&&(console.log('Could not find widget with type name "'.concat(t,'".')),!0),d=e=>({TYPE_NAME:e,FormFields:r.Jp,schema:i.object().shape({type:i.string().test({name:"type",test:function(t){return t===e}}),config:(0,l.gc)(o(r.Jp,"id"))}),create:()=>({type:e,config:(0,l.f7)(o(r.Jp,"id"))})})},46622:function(e,t,n){"use strict";function i(e){if(e.startsWith("/slices/"))return"slice";if(e.startsWith("/custom-types/"))return"custom type";if(e.startsWith("/page-types/"))return"page type";throw Error("Did not detect a content type from: ".concat(e))}n.d(t,{T:function(){return i}})},13938:function(e){e.exports={flex:"List_flex__b6acG",row:"List_row__zKnOI List_flex__b6acG",root:"List_root__m_SiQ List_flex__b6acG","root-border":"List_root-border__UW3vp",child:"List_child__MJ49i List_row__zKnOI List_flex__b6acG",header:"List_header__T0WM5 List_child__MJ49i List_row__zKnOI List_flex__b6acG",headerActions:"List_headerActions__mNgLY List_row__zKnOI List_flex__b6acG",item:"List_item__LMBx4 List_child__MJ49i List_row__zKnOI List_flex__b6acG"}},83288:function(e){e.exports={root:"ZoneEmptyState_root__DAfG2"}}}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[882],{80775:function(e,t,n){"use strict";n.d(t,{aV:function(){return s},Bu:function(){return d}});var i=n(52322),l=n(38392),r=n(6277),o=n(13938),a=n.n(o);let s=e=>{let{border:t=!0,...n}=e;return(0,i.jsx)("div",{...n,className:(0,r.Z)(a().root,t&&a()["root-border"])})},d=e=>{let{actions:t,children:n,toggle:r,...o}=e;return(0,i.jsxs)("div",{...o,className:a().header,children:[(0,i.jsx)(l.xv,{color:"grey11",component:"span",noWrap:!0,variant:"bold",children:n}),r,t?(0,i.jsx)("div",{className:a().headerActions,children:t}):null]})}},87782:function(e,t,n){"use strict";n.d(t,{J9:function(){return i},U:function(){return r},XU:function(){return a},fF:function(){return l}});let i=[{name:"Image",description:"A responsive image.",icon:"image",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295520/DEV_TOOLS/SM_FIELDS/Type_Image_zyatxy.png",type:"Image"},{name:"Text",description:"A text string without formatting.",icon:"title",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295529/DEV_TOOLS/SM_FIELDS/Type_Key_Text_xrqf45.png",type:"Text"},{name:"Rich Text",description:"Text with formatting options.",icon:"textFields",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295530/DEV_TOOLS/SM_FIELDS/Type_Rich_Text_fxdyar.png",type:"StructuredText"},{name:"Boolean",description:"A true or false toggle.",icon:"toggleOff",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295526/DEV_TOOLS/SM_FIELDS/Type_Boolean_cbwg8k.png",type:"Boolean"},{name:"Number",description:"An integer or float.",icon:"pin",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295522/DEV_TOOLS/SM_FIELDS/Type_Number_o3olop.png",type:"Number"},{name:"Select",description:"A dropdown of options.",icon:"arrowDropDownCircle",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295527/DEV_TOOLS/SM_FIELDS/Type_Select_bedjei.png",type:"Select"},{name:"Link",description:"A link to a website, asset, or document.",icon:"link",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295528/DEV_TOOLS/SM_FIELDS/Type_Link_bgslgy.png",type:"Link"},{name:"Link To Media",description:"A link to a media asset.",icon:"attachFile",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295519/DEV_TOOLS/SM_FIELDS/Type_LinkToMedia_m2p0ce.png",type:"Link",variant:"LinkToMedia"},{name:"Color",description:"A color in hex format.",icon:"colorLens",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295521/DEV_TOOLS/SM_FIELDS/Type_Color_nyoeit.png",type:"Color"},{name:"Date",description:"A date without time.",icon:"dateRange",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295525/DEV_TOOLS/SM_FIELDS/Type_Date_dsuaeq.png",type:"Date"},{name:"Timestamp",description:"A date and time.",icon:"schedule",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295524/DEV_TOOLS/SM_FIELDS/Type_Timestamp_fkr5iw.png",type:"Timestamp"},{name:"Embed",description:"A video, song, or oEmbed link.",icon:"code",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295523/DEV_TOOLS/SM_FIELDS/Type_Embed_wwssvd.png",type:"Embed"},{name:"Geopoint",description:"A geographical coordinate.",icon:"place",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295522/DEV_TOOLS/SM_FIELDS/Type_GeoPoint_lpq0sm.png",type:"GeoPoint"},{name:"Content Relationship",description:"A reference to a Prismic document.",icon:"settingsEthernet",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295527/DEV_TOOLS/SM_FIELDS/Type_Content_RelationShip_s4z4nh.png",type:"Link",variant:"ContentRelationship"}],l={name:"UID",description:"Unique Identifier",icon:"tag",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721295519/DEV_TOOLS/SM_FIELDS/Type_UID_hrwzug.png",type:"UID"},r={name:"Repeatable Group",description:"A set of fields that editors can repeat.",icon:"createNewFolder",thumbnail:"https://res.cloudinary.com/dmtf1daqp/image/upload/v1721314577/DEV_TOOLS/SM_FIELDS/Type_Group_uwwco0.png",type:"Group"},o={...r,variant:"NestedGroup"},a=[...i,l,r,o]},6697:function(e,t,n){"use strict";n.d(t,{X:function(){return r}});var i=n(52322),l=n(38392);let r=e=>{let t;let{status:n}=e;switch(n){case"pending":t={icon:(0,i.jsx)(l._3,{color:"grey11"}),text:"Saving..."};break;case"failed":t={icon:(0,i.jsx)(l.I5,{name:"close",color:"tomato11",size:"medium"}),text:"Failed to save"};break;case"done":t={icon:(0,i.jsx)(l.I5,{name:"check",color:"green11",size:"medium"}),text:"Auto-saved"}}return(0,i.jsxs)(l.xu,{gap:8,alignItems:"center",children:[t.icon,(0,i.jsx)(l.xv,{color:"grey11",children:t.text})]})}},81271:function(e,t,n){"use strict";n.d(t,{S:function(){return o}});var i=n(52322),l=n(38392),r=n(87782);function o(e){let{open:t,onOpenChange:n,disabled:o=!1,onSelectField:s,fields:d,triggerDataTestId:c="add-field",trigger:u}=e,p=d.filter(e=>r.J9.some(t=>t.name===e.name)||e.name===r.fF.name),m=d.find(e=>e.name===r.U.name);return(0,i.jsxs)(l.h_,{open:t,onOpenChange:n,children:[(0,i.jsx)(l.$F,{disabled:o,children:null!=u?u:(0,i.jsx)(l.zx,{startIcon:"add",color:"grey","data-testid":c,children:"Add a field"})}),(0,i.jsxs)(l.AW,{align:"end",maxHeight:400,collisionPadding:8,children:[(0,i.jsx)(l.Ju,{children:"Single fields"}),p.map(e=>(0,i.jsx)(a,{field:e,onSelectField:s},e.name)),m&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.Ju,{children:"Set of fields"}),(0,i.jsx)(a,{field:m,onSelectField:s})]})]})]})}function a(e){let{field:t,onSelectField:n}=e,{type:r,variant:o,name:a,icon:s,description:d,thumbnail:c}=t;return(0,i.jsx)(l.Xi,{startIcon:(0,i.jsx)(l.I5,{name:s,size:"large"}),description:d,onSelect:()=>n(null!=o?o:r),renderTooltip:e=>(0,i.jsx)(l.u,{visible:!0,variant:"custom",content:(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.Ee,{src:c,borderRadius:4,sx:{height:170,width:278},animateOnLoad:!1}),(0,i.jsx)(l.xv,{color:"white",children:"How it will look for content editors."})]}),align:"start",side:"left",sideOffset:4,animation:"none",children:e}),children:a},"".concat(r).concat(o?"-".concat(o):""))}},47760:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var i=n(52322),l=n(61183);n(2784);var r=n(59326),o=n(75289);l.Z.registerLanguage("svelte",e=>({subLanguage:"xml",contains:[e.COMMENT("<!--","-->",{relevance:10}),{begin:/^(\s*)(<script(\s*context="module")?>)/gm,end:/^(\s*)(<\/script>)/gm,subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,contains:[{begin:/^(\s*)(\$:)/gm,end:/(\s*)/gm,className:"keyword"}]},{begin:/^(\s*)(<style.*>)/gm,end:/^(\s*)(<\/style>)/gm,subLanguage:"css",excludeBegin:!0,excludeEnd:!0},{begin:/\{/gm,end:/\}/gm,subLanguage:"javascript",contains:[{begin:/[\{]/,end:/[\}]/,skip:!0},{begin:/([#:\/@])(if|else|each|await|then|catch|debug|html)/gm,className:"keyword",relevance:10}]}]}));let a=["javascript","bash","xml","html","json"];var s=e=>{var t;let{children:n,lang:s,sx:d,codeStyle:c,codeClass:u,Header:p}=e,{theme:m}=(0,r.B7)(),x=s?l.Z.highlight(n,{language:"vue"===s?"html":s}).value:l.Z.highlightAuto(n,a).value;return(0,i.jsxs)(o.kC,{as:"pre",sx:d,children:[p?(0,i.jsx)(p,{}):null,(0,i.jsx)("code",{className:"hljs".concat(u?" ".concat(u):""),style:{overflowX:"auto",padding:"3px 5px",borderRadius:"6px",border:"1px solid",borderColor:String(null===(t=m.colors)||void 0===t?void 0:t.textClear),...c},dangerouslySetInnerHTML:{__html:x}})]})}},28325:function(e,t,n){"use strict";n.d(t,{J:function(){return o},k:function(){return r}});var i=n(52322);n(2784);var l=n(75289);let r=e=>{let{children:t,sx:n,...r}=e;return(0,i.jsx)(l.xu,{sx:{display:["block","block","flex"],flexWrap:"wrap",justifyContent:"space-between",...n},...r,children:t})},o=e=>{let{children:t,cols:n=2}=e;return(0,i.jsx)(l.xu,{sx:{flex:"0 ".concat(100/n-1,"%"),mb:1},children:t})}},81699:function(e,t,n){"use strict";n.d(t,{kp:function(){return d},sP:function(){return c},w8:function(){return u},Hq:function(){return m}});var i,l,r=n(52322),o=n(63397),a=n(2784),s=n(75289),d=e=>{let{field:t,meta:n,fieldName:i,label:l,focusOnNewEntry:d=!0,inputPlaceholder:c,buttonLabel:u}=e,[p,m]=(0,a.useState)(n.value.length),x=(0,a.useRef)(Array(n.value.length));return(0,a.useEffect)(()=>{x.current=x.current.slice(0,n.value.length)},[n.value.length]),(0,a.useEffect)(()=>{let e=x.current.length;d&&e>p&&x.current[e-1].focus(),m(e)},[x.current.length,d,p]),(0,r.jsxs)(a.Fragment,{children:[(0,r.jsxs)(s.__,{variant:"label.primary",htmlFor:i,children:[l,n.touched&&n.error?(0,r.jsx)(s.xv,{as:"span",variant:"text.labelError",children:n.error}):null]}),(0,r.jsx)(o.F2,{name:i,id:i,...t,render:e=>(0,r.jsxs)("div",{children:[t.value&&t.value.length>0?t.value.map((t,n)=>(0,r.jsxs)(s.kC,{my:2,children:[(0,r.jsx)(s.II,{placeholder:c,name:"".concat(i,".").concat(n),value:t,ref:e=>x.current[n]=e,onChange:t=>{let{target:{value:i}}=t;return e.replace(n,i)}}),(0,r.jsx)(s.zx,{ml:2,type:"button",variant:"secondary",onClick:()=>e.remove(n),children:"-"})]},"".concat(i,"-").concat(+n+1))):null,(0,r.jsx)(s.zx,{type:"button",onClick:()=>e.insert(t.value.length,""),children:u})]})})]})},c=e=>{let{initialValues:t,meta:n,label:i,fieldName:l,onChange:a,...d}=e;return(0,r.jsxs)(s.__,{variant:"label.border",...d,children:[(0,r.jsx)(o.gN,{as:s.XZ,type:"checkbox",name:l,onChange:()=>a(!n.value),checked:n.value}),i]})},u=e=>{let{field:t,label:n,defaultValue:i,onChange:l,controlledValue:o,setControlledValue:s,buildControlledValue:d}=e,[u,p]=(0,a.useState)(i||t.defaultValue||!1);return(0,a.useEffect)(()=>{d?s(d(o,u)):s(d)},[u,o,d]),(0,r.jsx)(c,{meta:{value:u},fieldName:t.name,onChange:e=>p(e)&&l&&l(e),label:"function"==typeof n?n(o,u):n})};(i=l||(l={}))[i.ERROR=0]="ERROR",i[i.DISABLED=1]="DISABLED",i[i.WARNING=2]="WARNING";let p=e=>{let t={"&::placeholder":{color:"#C9D0D8"}};switch(e){case 1:return{...t,border:"1px solid #E6E6EA",backgroundColor:"#F3F5F7"};case 0:return{...t,border:"1px solid #E26049","&:focus":{outline:"none",borderColor:"#E26049",boxShadow:"0 0 0 3px rgba(226, 96, 73, 0.2), inset 0 1px 2px rgba(226, 96, 73, 0.2)"}};case 2:return{...t,border:"1px solid orange","&:focus":{outline:"none",borderColor:"orange",boxShadow:"0 0 0 3px rgba(255, 165, 0, 0.2), inset 0 1px 2px rgba(255, 165, 0, 0.2)"}};default:return t}},m=e=>{let{sx:t={},field:n,meta:i,formField:l,fieldName:a,fields:d,initialValues:c,isDisabled:u,autoFocus:m}=e,x=i.error?0:u||l.disabled?1:void 0;return(0,r.jsxs)(s.xu,{sx:t,children:[(0,r.jsxs)(s.__,{variant:"label.primary",htmlFor:a,children:[l.label||a,i.touched&&i.error?(0,r.jsx)(s.xv,{as:"span",variant:"text.labelError",children:i.error}):null]}),(0,r.jsx)(o.gN,{id:a,name:a,type:"text",placeholder:l.placeholder||l.label||a,...l.fieldLevelValidation&&c?{validate:e=>l.fieldLevelValidation&&l.fieldLevelValidation({value:e,fields:d,initialId:c.id})}:null,...n,as:s.II,sx:p(x),disabled:u||l.disabled,autoFocus:null!=m?m:l.autoFocus})]})}},89753:function(e,t,n){"use strict";var i=n(52322),l=n(2784),r=n(75289);let o=(0,l.forwardRef)((e,t)=>{let{children:n,Component:l=r.kC,sx:o={},...a}=e;return(0,i.jsx)(l,{as:"li",sx:{p:3,mx:3,alignItems:"center",variant:"styles.listItem",...o},ref:t,...a,children:n})});t.Z=o},4687:function(e,t,n){"use strict";n.d(t,{Z:function(){return y}});var i=n(52322),l=n(5446),r=n(2784),o=n(40023),a=n(951),s=n(8799),d=n(18978),c=n(59326),u=n(75289),p=n(89753),m=n(96666),x=n(33710),h=n(28316),f=n(65077);let g=e=>{let{children:t}=e;return(0,h.createPortal)((0,i.jsx)(f.xR,{children:t}),document.body)},v=e=>{let{text:t,as:n,sx:l={},...o}=e,a=(0,r.useRef)(null),[s,d]=(0,r.useState)(null),c=()=>{d(a.current&&a.current.offsetWidth<a.current.scrollWidth)};return(0,r.useEffect)(()=>(c(),window.addEventListener("resize",c),()=>{window.removeEventListener("resize",c)}),[]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(u.xv,{"data-for":t,"data-tip":!0,sx:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",...l},as:n,ref:a,...o,children:t}),s&&(0,i.jsx)(g,{children:(0,i.jsx)(x.Z,{id:t,type:"dark",multiline:!0,border:!0,borderColor:"black",place:"bottom",effect:"solid",children:t})})]})};var b=e=>{var t,n;let{text:l,sliceFieldName:r,theme:o,WidgetIcon:a}=e;return(0,i.jsxs)(u.kC,{sx:{alignItems:"center",position:"relative"},children:[(0,i.jsx)(a,{size:28,style:{color:null===(t=o.colors)||void 0===t?void 0:t.primary,marginRight:"8px",borderRadius:"4px",padding:"4px",border:"2px solid",borderColor:null===(n=o.colors)||void 0===n?void 0:n.primary}}),(0,i.jsx)(v,{text:l,as:"p",sx:{py:0,px:1,fontWeight:"label",fontSize:"15px"},"data-testid":"field-name"}),(0,i.jsx)(u.xv,{as:"p",sx:{display:["none","none","initial"],fontSize:"14px",ml:1,color:"textClear"},"data-testid":"field-id",children:r})]})},y=function(e){let{item:t,index:n,deleteItem:x,enterEditMode:h,modelFieldName:f,renderFieldAccessor:g,HintElement:v,CustomEditElement:y,CustomEditElements:j,widget:_,draggableId:S,testId:k,isRepeatableCustomType:I,children:T}=e,{theme:F}=(0,c.B7)(),{key:E,value:{config:C,type:w}}=t;return(0,i.jsx)(r.Fragment,{children:(0,i.jsx)(o._l,{draggableId:S,index:n,children:e=>{var o,c,S,L,M;return(0,i.jsx)(r.Fragment,{children:(0,i.jsxs)(p.Z,{"data-testid":k,ref:e.innerRef,...e.draggableProps,Component:u.xu,sx:{p:0,mx:0,my:3},children:[(0,i.jsxs)(u.kC,{sx:{width:"100%"},children:[(0,i.jsx)(m.Z,{label:"Reorder slice field (drag and drop)",Icon:d.Fm7,color:null===(o=F.colors)||void 0===o?void 0:o.icons,mr:1,mt:3,...e.dragHandleProps}),(0,i.jsxs)(u.xu,{sx:{bg:"headSection",width:"100%",borderRadius:"3px",border:e=>{var t;return"1px solid ".concat(String(null===(t=e.colors)||void 0===t?void 0:t.borders))}},children:[(0,i.jsxs)(u.kC,{sx:{p:3,alignItems:"center",justifyContent:"space-between",width:"100%"},children:[(0,i.jsx)(b,{theme:F,text:(null==C?void 0:C.label)||E,sliceFieldName:g&&g(E),WidgetIcon:_.Meta.icon}),(0,i.jsxs)(u.kC,{children:[j||null,y||(0,i.jsx)(m.Z,{size:22,Icon:a.$iz,label:"Edit field",sx:{cursor:"pointer",color:null===(c=F.colors)||void 0===c?void 0:c.icons},onClick:()=>h([E,t.value],f,n)}),!(!0===I&&"UID"==w)&&(0,i.jsxs)(l.v2,{children:[(0,i.jsx)(l.j2,{className:"sliceMenuButton","data-testid":"field-menu-button",style:{padding:"0",cursor:"pointer",width:"32px",height:"32px",border:"none",background:"transparent",outline:"0"},children:(0,i.jsx)(s.FQA,{size:20,color:null===(S=F.colors)||void 0===S?void 0:S.icons,style:{pointerEvents:"none"}})}),(0,i.jsx)(l.qy,{style:{background:null===(L=F.colors)||void 0===L?void 0:L.gray,border:"1px solid",borderRadius:"3px",borderColor:null===(M=F.colors)||void 0===M?void 0:M.borders,outline:"0"},children:(0,i.jsx)(l.sN,{style:{padding:"6px",cursor:"pointer"},onSelect:()=>x(E),children:"Delete field"})})]})]})]}),v||null]})]}),T]})})}})})}},96666:function(e,t,n){"use strict";var i=n(52322),l=n(75289);let r=(e,t)=>t?{border:e=>{let{colors:t}=e;return"1px solid ".concat(t.error)}}:e?{border:e=>{let{colors:t}=e;return"1px solid ".concat(t.primary)}}:{border:e=>{let{colors:t}=e;return"1px solid ".concat(t.borders)}};t.Z=e=>{let{sx:t=null,onClick:n=()=>null,label:o,Icon:a,error:s=null,size:d=16,fitButton:c=!1,active:u=!1,useActive:p=!1,activeSx:m=r,...x}=e;return(0,i.jsx)(l.hU,{onClick:n,"aria-label":o,type:"button",sx:{...c?{width:d,height:d}:null,...p&&m(u,s),...t},...x,children:(0,i.jsx)(a,{size:d})})}},4205:function(e,t,n){"use strict";var i=n(52322),l=n(63397),r=n(2784),o=n(75289),a=n(81699),s=n(1646);t.Z=e=>{let{fieldName:t,formField:n,fields:d,initialValues:c,autoFocus:u}=e,[p,m,x]=(0,l.U$)(t),h=n.component;return(0,i.jsx)(o.xu,{sx:{mt:2,alignItems:"center",...n.type===s.h.CHECKBOX?{display:"flex",height:"130%"}:null},children:h?(0,i.jsx)(h,{meta:m,field:p,helpers:x,fieldName:t,formField:n,initialValues:c}):(0,i.jsxs)(r.Fragment,{children:[n.type===s.h.INPUT?(0,i.jsx)(a.Hq,{meta:m,field:p,fields:d,formField:n,fieldName:t,initialValues:c,autoFocus:u}):null,n.type===s.h.CHECKBOX&&(0,i.jsx)(a.sP,{meta:m,label:n.label,fieldName:t,initialValues:c,onChange:e=>x.setValue(e)})]})})}},64602:function(e,t,n){"use strict";n.d(t,{Z:function(){return L}});var i=n(52322),l=n(37149),r=n.n(l),o=n(59326),a=n(75289),s=n(65413),d=n(2784),c=n(92928),u=n(76805);let p=e=>{let{children:t,...n}=e;return(0,i.jsx)(a.xu,{as:"ul",sx:{p:0,m:0,px:e=>"calc(".concat(e.space[3],"px + 8px)"),borderBottom:"1px solid #DFE1E5",position:"relative"},...n,children:t})};p.tabsRole="TabList";let m=e=>{let{children:t,...n}=e,{theme:l}=(0,o.B7)();return(0,i.jsx)(c.OK,{...n,style:{margin:"0 32px 0 0",top:"0",padding:"8px 0px",border:"none",bottom:"-1px",opacity:"0.8",transition:"all 150ms cubic-bezier(0.215,0.60,0.355,1)",borderRadius:"0",...n.selected?{borderBottom:"3px solid ".concat(l.colors.primary),color:l.colors.text,fontWeight:"500",opacity:"1",backgroundColor:"transparent"}:{borderBottom:"3px solid transparent"}},children:t})};m.tabsRole="Tab";var x=(0,d.memo)(e=>{let{children:t,Footer:n,Header:l,tabs:r,bodySx:o,footerSx:s,defaultIndex:x=0}=e,[h,f]=(0,d.useState)(x);return(0,i.jsx)(u.Z,{borderFooter:!0,footerSx:{p:0,...s},bodySx:{p:0,...o},sx:{border:"none"},Header:l,Footer:n,children:(0,i.jsxs)(c.mQ,{defaultIndex:x,onSelect:e=>f(e),children:[(0,i.jsx)(p,{children:(r||[]).map(e=>(0,i.jsx)(m,{children:e},e))}),d.Children.map(t,(e,t)=>(0,i.jsx)(a.xu,{sx:{p:e=>"calc(".concat(e.space[3],"px + 8px)"),display:t===h?"block":"none"},children:(0,i.jsx)(c.x4,{children:e})}))]})})}),h=n(28325),f=e=>{var t,n;let{text:l,sliceFieldName:r,theme:o,WidgetIcon:s}=e;return(0,i.jsxs)(a.kC,{sx:{alignItems:"center"},children:[(0,i.jsx)(s,{size:28,style:{color:null===(t=o.colors)||void 0===t?void 0:t.primary,marginRight:"8px",borderRadius:"4px",padding:"4px",border:"2px solid",borderColor:null===(n=o.colors)||void 0===n?void 0:n.primary}}),(0,i.jsx)(a.xv,{as:"p","data-testid":"item-header-text",sx:{py:0,px:1,fontWeight:"label",fontSize:"15px"},children:l}),(0,i.jsx)(a.xv,{as:"p",sx:{display:["none","none","initial"],fontSize:"14px",ml:1,color:"textClear"},children:r})]})},g=n(11104),v=n(22863),b=n(5632),y=n(65186),j=n(17186);let _=()=>{let e=(0,b.useRouter)();return(0,i.jsxs)(a.xu,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",padding:"60px"},children:[(0,i.jsx)(y.wr$,{size:48,color:"#C9D0D8"}),(0,i.jsx)(a.xu,{sx:{height:"12px"}}),(0,i.jsx)(a.xv,{color:"text",sx:{fontWeight:600,fontSize:"24px",lineHeight:"32px",textAlign:"center"},children:"Your mock data has moved"}),(0,i.jsx)(a.xu,{sx:{height:"8px"}}),(0,i.jsx)(a.xv,{color:"text",sx:{fontWeight:400,fontSize:"14px",lineHeight:"24px",textAlign:"center"},children:"You can now edit directly your mock data in the new Slice Simulator."}),(0,i.jsx)(a.xu,{sx:{height:"24px"}}),(0,i.jsx)(a.zx,{onClick:t=>{t.preventDefault(),window.open("".concat(e.asPath,"/simulator"),j.pq)},children:"Go to the Slice Simulator"})]})};var S=n(67875),k=n(85357),I=n(38369),T=n(4205),F=n(63397),E=n(99510);function C(){let[{value:e}]=(0,F.U$)("config.label"),[{value:t},n,i]=(0,F.U$)("id"),l=(0,d.useRef)(null!=n.initialValue&&n.initialValue.length>0);(0,d.useEffect)(()=>{l.current||null==e||i.setValue((0,E.lV)(e),!1)},[e]),(0,d.useEffect)(()=>{let n=null==t||0===t.length;if(l.current){if(!n)return;l.current=!1}else n||null!=e&&t===(0,E.lV)(e)||(l.current=!0)},[t])}var w=(0,d.memo)(e=>{let{formId:t,initialValues:n,validationSchema:l,onSave:r,FormFields:o,children:s}=e;return(0,i.jsx)(a.xu,{children:(0,i.jsx)(F.J9,{initialValues:n,validationSchema:l,onSubmit:(e,t)=>{let{id:n,...i}=e;r({newKey:n,value:Object.entries(i).reduce((e,t)=>{let[n,i]=t;if(typeof i!==Boolean&&!i){var l;let t=null===(l=o[n])||void 0===l?void 0:l.defaultValue;if(void 0!==t)return{...e,[n]:t}}return{...e,[n]:i}},{})})},children:e=>(0,i.jsxs)(F.l0,{id:t,children:[(0,i.jsx)(C,{}),s({...e,initialValues:n})]})})})});r().setAppElement("#__next");var L=e=>{let{close:t,data:n,fields:l,onSave:r,zoneType:d}=e,{theme:c}=(0,o.B7)();if(!n.isOpen)return null;let{field:[u,p]}=n,m=(0,I.t)(S.C,p.config,p.type);if(!m)return(0,i.jsxs)("div",{children:[p.type," not found"]});let{Meta:{icon:b},FormFields:y,Form:j,schema:F}=m,E={...(0,v.f7)((0,k.B9)(y,"id")),...m.prepareInitialValues?m.prepareInitialValues(p.config):p.config},{res:C,err:L}=(()=>{try{return{res:F.validateSync({type:p.type,config:E},{stripUnknown:!0})}}catch(e){return{err:e}}})();L&&(console.error("[EditModal] Failed to validate field of type ".concat(p.type,".\n Please update model.json accordingly.")),console.error(L));let M={id:u,config:C?C.config:E},[O,N]=y.id.validate.matches,A=s.object().shape({id:s.string().matches(O,N).min(3).max(35).required(),config:F.fields.config}),D="".concat("edit-modal-form","-").concat(Math.random().toString());return(0,i.jsx)(g.Z,{isOpen:!0,shouldCloseOnOverlayClick:!0,onRequestClose:t,contentLabel:"Widget Form Modal",children:(0,i.jsx)(w,{apiId:u,formId:D,initialValues:M,validationSchema:A,FormFields:y,onSave:e=>{let{newKey:n,value:i}=e;r({apiId:u,newKey:n,value:{...p,...i}}),t()},children:e=>{let{values:{id:n,config:{label:r}},isValid:o,isSubmitting:s,initialValues:p}=e,m=j?(0,i.jsx)(j,{...e,fields:l},"field-model-tab-content"):(0,i.jsx)(h.k,{children:Object.entries(y).map(e=>{let[t,n]=e;return(0,i.jsx)(h.J,{children:(0,i.jsx)(T.Z,{fieldName:(0,v.lm)(t),formField:n,fields:l,initialValues:p,autoFocus:""===u&&void 0})},t)})},"field-model-tab-content"),g=["Field Model"],S=[m];if("slice"===d){let e=(0,i.jsx)(a.xu,{children:(0,i.jsx)(_,{})},"mock-data-tab-content");g.push("Mock Data"),S.push(e)}return(0,i.jsx)(x,{borderFooter:!0,footerSx:{position:"sticky",bottom:0,p:0},tabs:g,Header:e=>{let{radius:l}=e;return(0,i.jsxs)(a.kC,{sx:{position:"sticky",zIndex:1,top:0,p:3,bg:"headSection",alignItems:"center",justifyContent:"space-between",borderTopLeftRadius:l,borderTopRightRadius:l},children:[(0,i.jsx)(f,{theme:c,text:r||n,WidgetIcon:b}),(0,i.jsx)(a.x8,{onClick:t,type:"button"})]})},Footer:(0,i.jsxs)(a.kC,{sx:{position:"sticky",bottom:0,alignItems:"space-between",bg:"headSection",p:3},children:[(0,i.jsx)(a.xu,{sx:{ml:"auto"}}),(0,i.jsx)(a.zx,{mr:2,type:"button",onClick:t,variant:"secondary",children:"Cancel"}),(0,i.jsx)(a.zx,{form:D,type:"submit",disabled:!o&&s,sx:{fontWeight:"400",paddingBlock:"8px",paddingInline:"16px",fontSize:"14px",borderRadius:"4px"},children:"Done"})]}),children:S})}})})}},56309:function(e,t,n){"use strict";n.d(t,{Z:function(){return h}});var i=n(52322),l=n(2784),r=n(49857),o=n(70647),a=n(77245),s=n(8799),d=n(65186),c=n(59326),u=n(75289),p=n(47760);let m={position:"relative",top:"3px"};var x=e=>{var t,n,r;let{code:o,lang:x}=e,{theme:h}=(0,c.B7)(),[f,g]=(0,l.useState)(!1);return o?(0,i.jsxs)(u.kC,{sx:{p:2,px:3,alignItems:"center",borderTop:"1px solid",borderColor:"borders",justifyContent:"space-between"},children:[(0,i.jsxs)(u.kC,{sx:{alignItems:"center",display:["none","none","flex"],maxWidth:"80%"},children:[(0,i.jsx)(s.vcz,{size:26,color:null==h?void 0:null===(t=h.colors)||void 0===t?void 0:t.icons,style:{border:"1px solid",borderColor:null==h?void 0:null===(n=h.colors)||void 0===n?void 0:n.borders,borderRadius:"3px",padding:"4px",marginRight:"2px"}}),(0,i.jsx)(p.Z,{sx:{margin:"0px 8px",border:"none",borderRadius:"3px",fontSize:"13px"},lang:x,children:o})]}),(0,i.jsx)(u.xu,{children:(0,i.jsxs)(u.zx,{"aria-label":f?"Code snippet copied":"Copy code snippet",onClick:()=>{o&&navigator.clipboard.writeText(o).then(()=>{g(!0),setTimeout(()=>{g(!1)},1200)})},variant:"textButton",children:[f?(0,i.jsx)(d.HhX,{size:16,color:null==h?void 0:null===(r=h.colors)||void 0===r?void 0:r.success,style:m}):(0,i.jsx)(a.LhG,{size:16,style:m}),(0,i.jsx)(u.xv,{as:"span",sx:{display:["none","inline","none","inline"]},children:"\xa0Copy"})]})})]}):null},h=e=>{let{show:t,renderHintBase:n,item:l,hintItemName:a}=e,s=n({item:l}),{data:d,error:c}=(0,r.ZP)(s,async()=>await o.j.snippets.readSnippets({fieldPath:s.split("."),model:l.value,itemName:a}));if(c&&console.error(c),!d||c)return null;let u=d.snippets||[];return u[0]?(0,i.jsx)("div",{style:{display:t?"initial":"none"},children:(0,i.jsx)(x,{code:u[0].code,lang:u[0].language})}):null}},18183:function(e,t,n){"use strict";n.d(t,{Z:function(){return M}});var i=n(52322),l=n(38392),r=n(13980),o=n(2784),a=n(65077),s=n(93188),d=n(80775),c=n(87782),u=n(81271);function p(e){let{open:t,onOpenChange:n,onConfirm:r}=e;return(0,i.jsxs)(l.Vq,{open:t,onOpenChange:n,size:"small",children:[(0,i.jsx)(l.fK,{title:"Static zone"}),(0,i.jsx)(l.cZ,{children:(0,i.jsx)(l.xr,{children:(0,i.jsxs)(l.xu,{as:"article",flexDirection:"column",padding:16,gap:4,children:[(0,i.jsx)(l.xv,{sx:{marginBottom:4},color:"purple9",variant:"smallBold",children:"About"}),(0,i.jsx)(l.xv,{variant:"h3",children:"What is the static zone?"}),(0,i.jsx)(l.xv,{color:"grey11",children:"The static zone in Prismic page types contain fields that are always present on the page. Use it for essential information like a page's title, page design settings, or metadata. Unlike slices, which can be added or removed, static zone fields remain fixed."}),(0,i.jsx)(l.nk,{src:"https://res.cloudinary.com/dmtf1daqp/video/upload/v1723540305/DEV_TOOLS/STATES/Explication_vide%CC%81o_zone_statique_phibeq.mp4",sizing:"contain",autoPlay:!0,loop:!0})]})})}),(0,i.jsx)(l.kX,{children:(0,i.jsx)(l._d,{size:"medium",sx:{flexGrow:1},onClick:()=>{r(),n(!1)},children:"Got it"})})]})}var m=n(4315);let x=(0,o.forwardRef)((e,t)=>{var n;return(0,i.jsx)(l.zx,{...e,ref:t,startIcon:"add",color:"grey","aria-label":"Add a field","data-testid":null!==(n=e["data-testid"])&&void 0!==n?n:"add-field"})});function h(e){let{zoneTypeFormat:t,...n}=e;return"page"===t?(0,i.jsx)(g,{...n}):(0,i.jsx)(v,{...n})}let f=(0,i.jsx)("div",{style:{position:"absolute",bottom:0,right:0}});function g(e){let{disabled:t,fields:n,triggerDataTestId:r,onSelectField:a}=e,[s,d]=(0,o.useState)(!1),[c,h]=(0,o.useState)(!1),[g,v]=(0,m.V)("staticFieldsInfoDialogDismissed",!1);return(0,i.jsxs)(l.xu,{position:"relative",children:[(0,i.jsx)(x,{onClick:()=>{g?d(!0):h(!0)},"data-testid":r}),(0,i.jsx)(p,{open:c,onOpenChange:e=>{h(e),e||d(!0)},onConfirm:()=>v(!0)}),(0,i.jsx)(u.S,{open:s,onOpenChange:d,disabled:t,onSelectField:a,fields:n,trigger:f})]})}function v(e){let{disabled:t,fields:n,triggerDataTestId:l,onSelectField:r}=e;return(0,i.jsx)(u.S,{disabled:t,onSelectField:r,fields:n,trigger:(0,i.jsx)(x,{"data-testid":l})})}var b=n(67875),y=n(46622),j=n(40023),_=n(75289),S=n(89753),k=n(4687),I=n(38369),T=n(56309),F=e=>{let{fields:t,title:n,tabId:l,enterEditMode:r,enterSelectMode:o,onDragEnd:a,renderFieldAccessor:s,onDeleteItem:d,onSave:c,showHints:u,renderHintBase:p,isRepeatable:m,testId:x,isRepeatableCustomType:h}=e;return(0,i.jsx)(j.Z5,{onDragEnd:a,children:(0,i.jsx)(j.bK,{droppableId:n,children:(e,n)=>(0,i.jsxs)(_.xu,{as:"ul",ref:e.innerRef,...e.droppableProps,"data-testid":x,sx:{paddingInline:"16px !important"},children:[t.map((e,t)=>{let{value:{config:a,type:x}}=e,f=(0,I.t)(b.C,a,x);if(!f)return(0,i.jsx)(S.Z,{children:(0,i.jsxs)(_.xv,{children:['Field type "',x,'" not supported']})});let g={item:e,index:t,tabId:l,widget:f,showHints:u,key:e.key,enterSelectMode:o,renderFieldAccessor:s,enterEditMode:r,parentSnapshot:n,deleteItem:d,saveItem:c,draggableId:"list-item-".concat(e.key),isRepeatableCustomType:h,testId:"list-item-".concat(e.key)},v=(0,i.jsx)(T.Z,{item:e,show:u,isRepeatable:m,renderHintBase:p,hintItemName:f.hintItemName,Widgets:b.C,typeName:f.CUSTOM_NAME||f.TYPE_NAME});if(f.CustomListItem){let{CustomListItem:e}=f;return(0,i.jsx)(e,{...g,HintElement:v})}return(0,i.jsx)(k.Z,{...g,HintElement:v})}),e.placeholder]})})})},E=n(83288),C=n.n(E);let w=e=>{let{zoneType:t,heading:n="Your ".concat(t," has no fields yet"),action:r}=e;return(0,i.jsxs)("div",{className:C().root,children:[(0,i.jsxs)("div",{children:[(0,i.jsx)(l.xv,{variant:"bold",children:n}),(0,i.jsx)(l.xv,{color:"grey11",children:"A field is an input for content (e.g. text, images, links)."})]}),r]})},L=e=>{let t,{zoneType:n,zoneTypeFormat:r,tabId:p,title:m,fields:x,poolOfFieldsToCheck:f,widgetsArray:g,isRepeatable:v,onDeleteItem:j,onDragEnd:_,EditModal:S,onSave:k,dataTip:I,renderHintBase:T,renderFieldAccessor:E,testId:C,isRepeatableCustomType:L,emptyStateHeading:M}=e,O=(()=>{let e=!!Object.entries(f).find(e=>{let[,{value:t}]=e;return"UID"===t.type}),t=g.filter(e=>{let{TYPE_NAME:t}=e;return"UID"!==t});return e?t:[...t,g.find(e=>{let{TYPE_NAME:t}=e;return"UID"===t})]})(),[N,A]=(0,o.useState)(!1),[D,q]=(0,o.useState)({isOpen:!1}),R={onSelectField:e=>{q({isOpen:!0,field:["",b.C[e].create("")]})},fields:O.filter(Boolean).map(e=>{let{TYPE_NAME:t,CUSTOM_NAME:n}=e;return c.XU.find(e=>e.type===t&&(void 0===n||e.variant===n))}),triggerDataTestId:v?"add-field-in-items":void 0};return"slice"===n&&x.length>0?t=(0,i.jsx)(u.S,{...R}):"customType"===n&&(t=(0,i.jsx)(h,{...R,zoneTypeFormat:r})),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(d.Bu,{actions:(0,i.jsxs)(i.Fragment,{children:[x.length>0&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.xv,{color:"grey11",component:"span",noWrap:!0,children:"Show code snippets?"}),(0,i.jsx)(l.rs,{checked:N,onCheckedChange:A,size:"small",style:{flexShrink:0},"data-testid":"code-snippets-switch"})]}),t]}),children:m}),0===x.length&&"slice"===n?(0,i.jsx)(w,{zoneType:"customType"===n?"page"===r?"page type":"custom type":n,heading:M,action:(0,i.jsx)(u.S,{...R})}):x.length>0?(0,i.jsx)(a.xR,{children:(0,i.jsx)(F,{tabId:p,isRepeatable:v,fields:x,showHints:N,dataTip:I,title:m,renderFieldAccessor:E,renderHintBase:T,enterEditMode:e=>{q({isOpen:!0,field:e});let[t,n]=e;s.Xe.track({event:"field:settings-opened",id:t,name:n.config.label,type:n.type,isInAGroup:!1,contentType:(0,y.T)(window.location.pathname)})},onDragEnd:_,onDeleteItem:j,onSave:k,testId:C,isRepeatableCustomType:L})}):void 0,(0,i.jsx)(S,{data:D,close:()=>{q({isOpen:!1})},onSave:k,fields:f,zoneType:n})]})};L.propTypes={isRepeatable:r.bool,title:r.string.isRequired,dataTip:r.string.isRequired,onSave:r.func.isRequired,onDragEnd:r.func.isRequired,onDeleteItem:r.func.isRequired,poolOfFieldsToCheck:(0,r.arrayOf)((0,r.shape)({key:r.string,value:r.object})),renderHintBase:r.func.isRequired,renderFieldAccessor:r.func.isRequired,widgetsArray:r.array.isRequired,fields:(0,r.arrayOf)((0,r.shape)({key:r.string.isRequired,value:(0,r.shape)({config:r.object,fields:r.array,type:r.string.isRequired})}))};var M=L},38369:function(e,t,n){"use strict";n.d(t,{t:function(){return l}});var i=n(59050);let l=(e,t,n)=>{if("Link"===n)switch(null==t?void 0:t.select){case"document":return e.ContentRelationship;case"media":return e.LinkToMedia;default:return e.Link}if(n===i.GroupFieldType){var l;return null!==(l=e.Group)&&void 0!==l?l:e.NestedGroup}return e[n]}},25273:function(e,t,n){"use strict";n.d(t,{Jp:function(){return o},OR:function(){return r}});var i=n(17186),l=n(37429);let r={label:(0,l.II)("Label",{required:"This field is required",max:!0},void 0,void 0,"Label for content creators (defaults to field type)",!0),id:(0,l.II)("API ID*",{min:!0,max:!0,required:"This field is required",matches:[i.xo,"No special characters allowed (except _)"]},e=>{let{value:t,fields:n,initialId:i}=e;return t?n.find(e=>{let{key:n}=e;return n===t})&&t!==i?'Field "'.concat(t,'" already exists.'):void 0:"Field is required"},void 0,"A unique identifier for the field (e.g. buttonLink)")},o={...r,placeholder:(0,l.II)("Placeholder",{required:"This field is required",max:[100,"String is too long. Max: 100"]},void 0,void 0,"Placeholder text for content creators")}},37429:function(e,t,n){"use strict";n.d(t,{II:function(){return d},Jg:function(){return r}});var i=n(22863),l=n(1646);let r=function(e){let t=!(arguments.length>1)||void 0===arguments[1]||arguments[1],n=!(arguments.length>2)||void 0===arguments[2]||arguments[2];return{type:l.h.CHECKBOX,validate:{required:(0,i.MJ)(t,s)},required:t,label:e,defaultValue:n,yupType:"boolean"}},o=[3,"String is too short. Min: 3"],a=[35,"String is too long. Max: 35"],s=["Field is required"],d=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{min:o,max:a,required:s},n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,d=arguments.length>4?arguments[4]:void 0,c=arguments.length>5&&void 0!==arguments[5]&&arguments[5],{min:u,max:p,required:m,matches:x}=t||{};return{type:l.h.INPUT,label:e,validate:{required:(0,i.MJ)(m,s),min:(0,i.MJ)(u,o),max:(0,i.MJ)(p,a),matches:x},defaultValue:r,fieldLevelValidation:n,yupType:"string",placeholder:d,autoFocus:c}}},22863:function(e,t,n){"use strict";n.d(t,{MJ:function(){return a},f7:function(){return s},gc:function(){return d},lm:function(){return o}});var i=n(65413),l=n(1646);let r=e=>null===e.defaultValue?void 0:void 0!==e.defaultValue?e.defaultValue:e.type===l.h.CHECKBOX||(e.type===l.h.INPUT?"":e.type===l.h.SELECT?[]:void 0),o=e=>"id"===e?"id":"config.".concat(e),a=(e,t)=>Array.isArray(e)?e:"boolean"==typeof e&&e?t:null,s=e=>Object.entries(e).reduce((e,t)=>{let[n,i]=t,l=r(i);return void 0!==l?{...e,[n]:l}:e},{}),d=e=>i.object().shape(Object.entries(e).filter(e=>e).reduce((e,t)=>{let[n,l]=t,{validate:r,yupType:o}=l;if(!r)return e;if("function"==typeof r)return{...e,[n]:r(n,l)};let a=i[o]();return Object.entries(r).filter(e=>e&&e[1]).forEach(e=>{let[t,i]=e;if(i&&a[t]){a=a[t](...Array.isArray(i)?i:[i]);return}console.warn('Invalid Yup validator for field "'.concat(n,'"'))}),{...e,[n]:a}},{})).required().default(void 0).noUnknown(!0)},1646:function(e,t,n){"use strict";var i,l;n.d(t,{h:function(){return i}}),(l=i||(i={})).CHECKBOX="checkbox",l.INPUT="input",l.SELECT="select"},67875:function(e,t,n){"use strict";n.d(t,{C:function(){return to}});var i=n(52322),l=n(53085),r=n(65186),o=n(65413),a=n(75289),s=n(28325),d=n(4205),c=n(22863),u=n(25273),p=n(37429);let m={...u.OR,repeat:(0,p.Jg)("Repeatable",!1,!0)};var x=e=>{let{initialValues:t,fields:n,values:l,setFieldValue:r}=e,{config:{repeat:o}}=l;return(0,i.jsxs)(s.k,{children:[Object.entries(m).filter(e=>{let[t]=e;return"repeat"!==t}).map(e=>{let[l,r]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(l),formField:r,fields:n,initialValues:t})},l)}),(0,i.jsx)(s.J,{children:(0,i.jsx)(a.xu,{sx:{mt:2,alignItems:"center",display:"flex",height:"130%"},children:(0,i.jsxs)(a.__,{variant:"label.border",sx:{mb:0},children:[(0,i.jsx)(a.XZ,{checked:o,onChange:()=>r("config.repeat",!o)}),"Repeatable"]})})})]})};let h={icon:r.iy3},f=e=>o.object().shape({type:o.string().matches(e,{excludeEmptyString:!0}).required(),config:o.object().shape({fields:o.array(),label:o.string(),repeat:o.boolean().optional()})});function g(e){let{schemaTypeRegex:t,customListItem:n,customName:i,hintItemName:l}=e;return{Meta:h,Form:x,FormFields:m,schema:f(t),create:e=>({type:"Group",config:{label:e,repeat:!0,fields:[]}}),CustomListItem:n,TYPE_NAME:"Group",CUSTOM_NAME:i,hintItemName:l}}var v=n(59050),b=n(2784),y=n(40023),j=n(28316),_=n(93188),S=n(87782),k=n(81271),I=n(4687),T=n(64602),F=n(56309),E=n(38369),C=n(2439),w=n(85357),L=n(99510),M=n(46622);let O=e=>{let{tabId:t,widget:n,Widgets:l,widgetsArray:r,hintBase:o,parentSnapshot:s,showHints:d,isRepeatable:c,item:u,draggableId:p,saveItem:m,HintElement:x,...h}=e,[f,g]=(0,b.useState)({isOpen:!1}),O=e=>{var t,n;let{apiId:i,value:l}=e,r=null===(t=l.config)||void 0===t?void 0:t.label,o=function(e){var t,n,i;let l=structuredClone(e.group);return null!==(n=l.config)&&void 0!==n||(l.config={}),null!==(i=(t=l.config).fields)&&void 0!==i||(t.fields={}),l.config.fields[e.fieldId]=e.field,l}({group:C.Fl.fromSM(u.value),fieldId:i,field:l});m({apiId:u.key,newKey:u.key,value:C.Fl.toSM(o),isNewGroupField:!0}),_.Xe.track({event:"field:added",id:i,name:r,type:l.type,isInAGroup:!0,contentType:(0,M.T)(window.location.pathname),..."Link"===l.type&&{allowText:null===(n=l.config)||void 0===n?void 0:n.allowText}})},N=e=>{let{apiId:t,newKey:n,value:i}=e,l=function(e){var t,n;let i=structuredClone(e.group);if(!(null===(t=i.config)||void 0===t?void 0:t.fields)||!(null===(n=e.group.config)||void 0===n?void 0:n.fields))return i;for(let t in i.config.fields={},e.group.config.fields)t===e.previousFieldId?i.config.fields[e.newFieldId]=e.field:i.config.fields[t]=e.group.config.fields[t];return i}({group:C.Fl.fromSM(u.value),previousFieldId:t,newFieldId:n,field:i.type===v.GroupFieldType?C.Fl.fromSM(i):i});m({apiId:u.key,newKey:u.key,value:C.Fl.toSM(l)})},A=e=>{let t=function(e){var t,n;let i=structuredClone(e.group);return null===(n=i.config)||void 0===n||null===(t=n.fields)||void 0===t||delete t[e.fieldId],i}({group:C.Fl.fromSM(u.value),fieldId:e});m({apiId:u.key,newKey:u.key,value:C.Fl.toSM(t)})},D=e=>{g({isOpen:!0,field:e});let[t,n]=e;_.Xe.track({event:"field:settings-opened",id:t,name:n.config.label,type:n.type,isInAGroup:!0,contentType:(0,M.T)(window.location.pathname)})};return(0,i.jsxs)(b.Fragment,{children:[(0,i.jsx)(I.Z,{item:u,widget:n,draggableId:p,...h,HintElement:x,CustomEditElements:[(0,i.jsx)(k.S,{onSelectField:e=>{g({isOpen:!0,field:["",l[e].create("")]})},fields:r.filter(Boolean).map(e=>{let{TYPE_NAME:t,CUSTOM_NAME:n}=e,i=S.XU.find(e=>e.type===t&&(void 0===n||e.variant===n));if(!i)throw Error("Field not found for widget: ".concat(t," - ").concat(n));return i})},"add-field-dropdown")],children:(0,i.jsx)(a.xu,{sx:{ml:4},children:(0,i.jsx)(y.Z5,{onDragEnd:e=>{if((0,w.uS)(e))return;let{source:t,destination:n}=e;if(!n)return;let{index:i}=t,{index:l}=n,r=function(e){var t;let n=structuredClone(e.group);if(!(null===(t=n.config)||void 0===t?void 0:t.fields))return n;let i=Object.entries(n.config.fields),[l]=i.splice(e.sourceIndex,1);return i.splice(e.destinationIndex,0,l),n.config.fields=Object.fromEntries(i),n}({group:C.Fl.fromSM(u.value),sourceIndex:i,destinationIndex:l});(0,j.flushSync)(()=>{m({apiId:u.key,newKey:u.key,value:C.Fl.toSM(r)})})},children:(0,i.jsx)(y.bK,{droppableId:"".concat(t,"-").concat(u.key,"-zone"),children:e=>(0,i.jsxs)("ul",{ref:e.innerRef,...e.droppableProps,children:[u.value.config.fields.map((e,t)=>{let{value:{config:n,type:r}}=e,a=(0,E.t)(l,n,r);if(!a)return null;let s={item:e,index:t,widget:a,key:e.key,enterEditMode:D,deleteItem:A,saveItem:N,showHints:d,renderFieldAccessor:t=>"item".concat((0,L.Ti)(e.key)),draggableId:"group-".concat(u.key,"-").concat(e.key,"-").concat(t),testId:"list-item-group-".concat(u.key,"-").concat(e.key)},p=(0,i.jsx)(F.Z,{item:e,show:d,isRepeatable:c,renderHintBase:e=>{let{item:t}=e;return"".concat(o).concat((0,L.Ti)(t.key))},hintItemName:a.hintItemName,Widgets:l,typeName:a.CUSTOM_NAME||a.TYPE_NAME});if(a.CustomListItem){let{CustomListItem:e}=a;return(0,i.jsx)(e,{...s,HintElement:p})}return(0,i.jsx)(I.Z,{...s,HintElement:p})}),e.placeholder]})})})})}),(0,i.jsx)(T.Z,{data:f,close:()=>{g({isOpen:!1})},onSave:e=>""===e.apiId?O({...e,apiId:e.newKey}):N(e),fields:u.value.config.fields})]})},N={icon:r.hs8},A={label:u.Jp.label,id:u.Jp.id,placeholder_false:(0,p.II)("False Placeholder",{required:!1},null,"false","Value the content creator sees (Output as 'false' in the API)."),placeholder_true:(0,p.II)("True Placeholder",{required:!1},null,"true","Value the content creator sees (Output as 'true' in the API)"),default_value:(0,p.Jg)("Default to true")},D=o.object().shape({type:o.string().matches(/^Boolean$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(A,"id"))}),q={icon:r.U8L},{TYPE_NAME:R,FormFields:z,schema:B}=(0,w.zg)("Color");var V=n(56580),J=n(1744),P=n(40572),Z=n(38392);function G(e){let{allowText:t,height:n=130,setFieldValue:l}=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(a.kC,{sx:{mt:2,alignItems:"center",height:"".concat(n,"%")},children:(0,i.jsx)(a.__,{variant:"label.border",children:(0,i.jsxs)(Z.xu,{display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%",children:[(0,i.jsxs)(a.kC,{children:[(0,i.jsx)(a.XZ,{checked:t,onChange:e=>{l("config.allowText",e.target.checked)}}),"Allow display text"]}),(0,i.jsx)(Z.u,{content:"Allow editors to customize the link display text",align:"end",zIndexHack:!0,children:(0,i.jsx)(Z.I5,{name:"alert",size:"medium",color:"grey11"})})]})})})})}let U={...u.Jp,allowTargetBlank:(0,p.Jg)("Allow target blank",!1,!0)},H={icon:r.$l_},W=o.object().shape({label:o.string().optional(),useAsTitle:o.boolean().optional(),placeholder:o.string().optional(),select:o.string().optional().oneOf(["media","document","web",null]).nullable(),customtypes:o.array(o.string()).strict().optional(),masks:o.array(o.string()).optional(),tags:o.array(o.string()).optional(),allowTargetBlank:o.boolean().strict().optional(),allowText:o.boolean().strict().optional()}).required().default(void 0).noUnknown(!0),$=o.object().shape({type:o.string().matches(/^Link$/,{excludeEmptyString:!0}).required(),config:W.optional()});var K=n(36131);let Y={label:u.Jp.label,id:u.Jp.id,customtypes:{validate:()=>o.array().of(o.string())}},X={icon:r.I2R},Q=W.shape({label:o.string().max(35,"String is too long. Max: 35"),select:o.string().required().matches(/^document$/,{excludeEmptyString:!0}),customtypes:o.array(o.string()).strict().optional()}),ee=o.object().shape({type:o.string().matches(/^Link$/,{excludeEmptyString:!0}).required(),config:Q}),{FormFields:et,schema:en}=(0,w.zg)("Date"),ei={icon:r.f$3},{FormFields:el,schema:er}=(0,w.zg)("Embed"),eo={icon:r.xoN},ea={label:u.Jp.label,id:u.Jp.id},es=o.object().shape({type:o.string().matches(/^GeoPoint$/,{excludeEmptyString:!0}).required(),config:o.object().shape({label:o.string()}).required().default(void 0).noUnknown(!0)}),ed={icon:r.lPv};var ec=n(63397),eu=n(8799),ep=n(81699),em=n(96666);let ex=e=>{let{onClick:t,error:n,onDelete:l,active:o,text:s,sx:d}=e;return(0,i.jsx)(em.Z,{useActive:!0,fitButton:!0,error:n,onClick:t,active:o,sx:{position:"relative",width:"64px",height:"64px",...d},Icon:()=>(0,i.jsxs)(b.Fragment,{children:[(0,i.jsxs)(a.kC,{sx:{flexDirection:"column",justifyContent:"center",alignItems:"center"},children:[(0,i.jsx)(eu.jnY,{size:22}),(0,i.jsx)(a.xv,{mt:1,children:s})]}),l?(0,i.jsx)(a.Ct,{onClick:l,variant:"circle-right",children:(0,i.jsx)(r.B4e,{})}):null]})})},eh=e=>{let{onClick:t}=e;return(0,i.jsx)(em.Z,{fitButton:!0,onClick:t,sx:{width:"64px",height:"64px",border:e=>{let{colors:t}=e;return"1px solid ".concat(String(null==t?void 0:t.borders))}},Icon:()=>(0,i.jsx)(a.kC,{sx:{flexDirection:"column",justifyContent:"center",alignItems:"center"},children:(0,i.jsx)(eu.iTs,{size:34,color:"#5263BA","aria-label":"Add a thumbnail"})})})},ef=e=>{let{prefix:t,required:n=!1,display:l}=e,[r,o]=(0,ec.U$)(t),a=n?"*":"";return l?(0,i.jsxs)(b.Fragment,{children:[(0,i.jsx)(eg,{name:"".concat(t,".name"),label:"Name".concat(a),placeholder:"main",sx:{mb:3},isConstraint:"config.constraint"===t,meta:o}),(0,i.jsx)(ev,{name:"".concat(t,".width"),label:"Width (px)".concat(a),placeholder:" ",sx:{mb:3}}),(0,i.jsx)(ev,{name:"".concat(t,".height"),label:"Height (px)".concat(a),placeholder:" "})]}):null},eg=e=>{let{name:t,label:n,placeholder:l,meta:r,isConstraint:o,...a}=e,[s]=(0,ec.U$)(t);return(0,i.jsx)(ep.Hq,{...a,fieldName:t,meta:r,formField:{label:n,placeholder:l},field:o?{value:"main",readOnly:!0}:{value:s.value},variant:o?"disabled":"primary"})},ev=e=>{let{name:t,label:n,placeholder:l,...r}=e,[o,a]=(0,ec.U$)(t);return(0,i.jsx)(ep.Hq,{...r,fieldName:t,formField:{label:n,placeholder:l},meta:a,field:{min:0,type:"number",value:o.value||"",onKeyDown:e=>{("e"===e.key||"-"===e.key||"+"===e.key)&&e.preventDefault()}}})},eb=()=>o.number().nullable().transform((e,t)=>""===t?null:e),ey={label:u.Jp.label,id:u.Jp.id,constraint:{validate:()=>o.object().defined().shape({width:eb(),height:eb()})},thumbnails:{validate:()=>o.array().defined().of(o.object().test({name:"Thumbnails",message:"Must set name and width or height at minimum",test:function(e){if(!e.name)return!1;let t="number"==typeof e.width&&e.width,n="number"==typeof e.height&&e.height;return e.name&&(t||n)}}))}},ej={name:"",width:"",height:""},e_=function(){let{width:e,height:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return!n||e||t?e||t?"".concat(e||"auto","x").concat(t||"auto"):"...":"auto"},eS=o.object().shape({type:o.string().matches(/^Image$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(ey,"id"))}),ek={icon:r.Fwj},eI={...u.Jp},eT={icon:r._b$},eF=W.shape({select:o.string().required().matches(/^media$/,{excludeEmptyString:!0})}),eE=o.object().shape({type:o.string().matches(/^Link$/,{excludeEmptyString:!0}).required(),config:eF.optional()}),{FormFields:eC,schema:ew}=(0,w.zg)("Number"),eL={icon:r.KZU};var eM=n(1646);let eO=e=>"use first value as default ".concat(e?'("'.concat(e,'")'):""),eN=(e,t)=>t?e:void 0,eA={...u.Jp,default_value:{type:eM.h.CHECKBOX,yupType:"string",defaultValue:null,validate:function(){return o.string().test({name:"default_value",message:'Default value is not part of field "options" in Select',test:function(e){return void 0===e||this.parent&&this.parent.options&&this.parent.options.find(t=>t===e)}})},component:e=>{var t;let{values:n}=(0,ec.u6)(),l=null===(t=n.config)||void 0===t?void 0:t.options[0];return(0,i.jsx)(ep.w8,{...e,defaultValue:e.field.value,controlledValue:l,setControlledValue:e.helpers.setValue,buildControlledValue:eN,label:eO})}},options:{yupType:"array",defaultValue:["1","2"],validate:{required:["Select requires a minimum of 2 options"],min:[2,"Choose at least 2 options"],test:{name:"non-empty values",message:"Values cannot be empty",test:e=>!e.some(e=>!e||!e.length)}},component:e=>(0,i.jsx)(ep.kp,{label:"Options",inputPlaceholder:"Select option output in API (e.g. 'blueTheme')",buttonLabel:"Add option",...e})}},eD={icon:r.nwY},eq=o.object().shape({type:o.string().matches(/^Select$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(eA,"id"))});var eR=n(47927),ez=n(29259),eB=n.n(ez),eV=n(85505),eJ=n.n(eV),eP=n(34543);let eZ=e=>t=>{let{size:n}=t;return(0,i.jsx)("span",{style:{fontSize:n},children:e})},eG=[{value:"paragraph",label:"P",icon:eZ("p")},{value:"preformatted",label:"PRE",icon:eZ("pre")},{value:"heading1",label:"H1",icon:eZ("h1")},{value:"heading2",label:"H2",icon:eZ("h2")},{value:"heading3",label:"H3",icon:eZ("h3")},{value:"heading4",label:"H4",icon:eZ("h4")},{value:"heading5",label:"H5",icon:eZ("h5")},{value:"heading6",label:"H6",icon:eZ("h6")},{value:"strong",label:"Strong",icon:eZ((0,i.jsx)("b",{children:"b"}))},{value:"em",label:"em",icon:eZ((0,i.jsx)("em",{style:{fontFamily:"serif"},children:"I"}))},{value:"hyperlink",label:"hyperlink",icon:eZ((0,i.jsx)(eP.eR7,{}))},{value:"image",label:"image",icon:eZ((0,i.jsx)(eP.LFN,{}))},{value:"embed",label:"embed",icon:eZ((0,i.jsx)(eP.xqv,{}))},{value:"list-item",label:"list",icon:eZ((0,i.jsx)(eP.SnF,{}))},{value:"o-list-item",label:"o",icon:eZ((0,i.jsx)(eu.KyO,{}))},{value:"rtl",label:"rtl",icon:eZ("rtl")}],eU=eG.map(e=>e.value),eH=e=>!eU.find(t=>!e.includes(t)),eW=e=>{let t=e.split(",");return eG.reduce((e,n)=>{let{value:i}=n;return t.includes(i)?[...e,i]:e},[])};function e$(e,t){return(0,eR.has)("parent",e)&&eB()(e.parent)&&(0,eR.has)(t,e.parent)&&eJ()(e.parent[t])?e.parent[t]:null}function eK(e){return()=>o.string().test({name:e,message:"Options cannot be empty",test:function(t,n){let i="single"===e?"multi":"single",l=e$(n,e),r=e$(n,i);return!!r&&"string"==typeof r||!("string"!=typeof l||(!l||!l.length)&&(!r||!r.length)||l.split(",").find(e=>!eU.includes(e)))}})}let eY={...u.Jp,allowTargetBlank:(0,p.Jg)("Allow target blank for links"),single:{validate:eK("single")},multi:{validate:eK("multi")}},eX=["config.single","config.multi"],eQ={icon:r.BAW},e0=o.object().shape({type:o.string().matches(/^StructuredText$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)({...eY,labels:{yupType:"array",validate:{}}},"id"))}),e2=u.Jp,e1=o.object().shape({type:o.string().matches(/^Text$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(e2,"id"))}),e3={icon:r.SQS},e5=u.Jp,e6=o.object().shape({type:o.string().matches(/^Timestamp$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(e5,"id"))}),e7={icon:r.k71},e8={label:u.Jp.label,id:{...u.Jp.id,validate:{required:"This field is required",matches:[/^uid$/,"Api ID must be 'uid' for this field."]},disabled:!0},placeholder:u.Jp.placeholder},e9=o.object().shape({type:o.string().matches(/^UID$/,{excludeEmptyString:!0}).required(),config:(0,c.gc)((0,w.B9)(e8,"id"))}),e4={Boolean:{TYPE_NAME:"Boolean",create:e=>({type:"Boolean",config:{label:e,default_value:!1,placeholder_true:"true",placeholder_false:"false"}}),Meta:N,schema:D,FormFields:A},Color:{create:e=>({type:"Color",config:{label:e,placeholder:""}}),FormFields:z,TYPE_NAME:R,schema:B,Meta:q},ContentRelationship:{create:e=>({type:"Link",config:{label:e,select:"document"}}),Meta:X,schema:ee,TYPE_NAME:"Link",FormFields:Y,CUSTOM_NAME:"ContentRelationship",Form:e=>{let{initialValues:t,values:n,fields:l,setFieldValue:r}=e,o=(0,V.v9)(P.Ch).filter(J.TG),u=o.map(e=>({value:e.local.id,label:e.local.label})),p=n.config.customtypes?n.config.customtypes.map(e=>{let t=o.find(t=>t.local.id===e);return{value:null==t?void 0:t.local.id,label:null==t?void 0:t.local.label}}):null;return(0,i.jsxs)(s.k,{children:[Object.entries(Y).filter(e=>"customtypes"!==e[0]).map(e=>{let[n,r]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(n),formField:r,fields:l,initialValues:t})},n)}),(0,i.jsx)(s.J,{children:(0,i.jsxs)(a.xu,{sx:{mt:2,alignItems:"center"},children:[(0,i.jsx)(a.__,{htmlFor:"origin",mb:"1",children:"Types"}),(0,i.jsx)(K.ZP,{isMulti:!0,name:"origin",options:u,onChange:e=>{e&&r("config.customtypes",e.map(e=>{let{value:t}=e;return t}))},value:p,theme:e=>({...e,colors:{...e.colors,text:"text",primary:"background"}})})]})})]})},prepareInitialValues:e=>{let t=(0,V.v9)(P.Ch).filter(J.TG);return(null==e?void 0:e.customtypes)?{...e,customtypes:e.customtypes.filter(e=>t.find(t=>t.local.id===e))}:e}},Date:{create:e=>({type:"Date",config:{label:e,placeholder:""}}),FormFields:et,TYPE_NAME:"Date",schema:en,Meta:ei},Embed:{create:e=>({type:"Embed",config:{label:e,placeholder:""}}),FormFields:el,TYPE_NAME:"Embed",schema:er,Meta:eo},GeoPoint:{create:e=>({type:"GeoPoint",config:{label:e}}),FormFields:ea,TYPE_NAME:"GeoPoint",schema:es,Meta:ed},Image:{Meta:ek,Form:e=>{let{initialValues:t,values:n,errors:l,fields:r,touched:o}=e,[u,p]=(0,b.useState)(0),{config:{thumbnails:m,constraint:x}}=n;return(0,b.useEffect)(()=>{p(m.length)},[m.length]),(0,i.jsxs)(s.k,{children:[Object.entries(ey).map(e=>{let[n,l]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(n),formField:l,fields:r,initialValues:t})},n)}),(0,i.jsxs)(s.J,{children:[(0,i.jsx)(a.__,{htmlFor:"thumbnails",variant:"label.primary",sx:{mt:1,display:"flex",alignItems:"center"},children:"Responsive views*"}),(0,i.jsx)(a.Zb,{p:3,children:(0,i.jsx)(ec.F2,{name:"config.thumbnails",render:t=>{let{push:n,remove:r}=t;return(0,i.jsxs)(b.Fragment,{children:[(0,i.jsxs)(a.kC,{mb:3,children:[(0,i.jsx)(ex,{active:0===u,text:e_(x,!0),sx:{mr:2},onClick:()=>p(0)}),m.map((e,t)=>(0,i.jsx)(ex,{sx:{mr:3},active:u===+t+1,text:e_(e),error:!!l.thumbnails&&!!o.thumbnails&&!!o.thumbnails[t]&&!!l.thumbnails&&!!l.thumbnails[t],onDelete:()=>r(t),onClick:()=>p(+t+1)},"thumbnail-button-".concat(+t+1))),(0,i.jsx)(eh,{onClick:()=>{n(ej)}})]}),(0,i.jsx)(ef,{...e,display:0===u,prefix:"config.constraint"}),m.map((t,n)=>(0,b.createElement)(ef,{...e,required:!0,key:"thumbnail-".concat(+n+1),display:u===+n+1,prefix:"config.thumbnails[".concat(n,"]")}))]})}})})]})]})},schema:eS,create:e=>({type:"Image",config:{label:e,constraint:{},thumbnails:[]}}),FormFields:ey,TYPE_NAME:"Image"},Link:{Meta:H,FormFields:U,schema:$,Form:e=>{let{initialValues:t,values:n,fields:l,setFieldValue:r}=e,{config:{allowText:o}}=n;return(0,i.jsxs)(s.k,{children:[Object.entries(u.Jp).map(e=>{let[n,r]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(n),formField:r,fields:l,initialValues:t})},n)}),(0,i.jsx)(s.J,{}),(0,i.jsx)(s.J,{children:(0,i.jsxs)(a.xu,{sx:{mt:2},children:[(0,i.jsx)(a.__,{htmlFor:"allowTargetBlank",variant:"label.primary",sx:{display:"flex",alignItems:"center"},children:"Link properties"}),(0,i.jsx)(d.Z,{fieldName:(0,c.lm)("allowTargetBlank"),formField:(0,p.Jg)("Allow target blank",!1,!0),fields:l,initialValues:t})]})},"allowTargetBlank"),(0,i.jsx)(G,{allowText:o,height:127,setFieldValue:r})]})},create:e=>({type:"Link",config:{label:e,placeholder:"",select:null,allowText:!0}}),TYPE_NAME:"Link"},LinkToMedia:{Meta:eT,FormFields:eI,schema:eE,Form:e=>{let{initialValues:t,values:n,fields:l,setFieldValue:r}=e,{config:{allowText:o}}=n;return(0,i.jsxs)(s.k,{children:[Object.entries(eI).map(e=>{let[n,r]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(n),formField:r,fields:l,initialValues:t})},n)}),(0,i.jsx)(G,{allowText:o,setFieldValue:r})]})},create:e=>({type:"Link",config:{label:e,placeholder:"",select:"media",allowText:!0}}),TYPE_NAME:"Link",CUSTOM_NAME:"LinkToMedia"},Number:{create:e=>({type:"Number",config:{label:e,placeholder:""}}),FormFields:eC,TYPE_NAME:"Number",schema:ew,Meta:eL},Select:{FormFields:eA,create:e=>({type:"Select",config:{label:e,placeholder:"",options:["1","2"]}}),schema:eq,Meta:eD,TYPE_NAME:"Select"},StructuredText:{create:e=>({type:"StructuredText",config:{label:e,placeholder:"",allowTargetBlank:!0,multi:eU.join(",")}}),FormFields:eY,Meta:eQ,schema:e0,TYPE_NAME:"StructuredText",Form:e=>{var t;let{initialValues:n,values:l,errors:r,fields:o,setFieldValue:u}=e,{config:{single:p,multi:m}}=l,x=p?eW(p):m?eW(m):eU,[h,f]=(0,b.useState)(!p),[g,v]=(0,b.useState)(x);return(0,b.useEffect)(()=>{let e=h?1:0;u(eX[e],g.join(",")),setTimeout(()=>{u(eX[1-e],void 0)},100)},[h,g]),(0,i.jsxs)(s.k,{children:[Object.entries(eY).map(e=>{let[t,l]=e;return(0,i.jsx)(s.J,{children:(0,i.jsx)(d.Z,{fieldName:(0,c.lm)(t),formField:l,fields:o,initialValues:n})},t)}),(0,i.jsxs)(s.J,{children:[(0,i.jsxs)(a.__,{htmlFor:"accept",variant:"label.primary",sx:{mt:1,display:"flex",alignItems:"center"},children:["Accept*",(0,i.jsx)(a.zx,{type:"button",variant:"buttons.textButton",onClick:()=>{if(eH(g))return v([]);v(eU)},children:eH(g)?"Unselect All":"Select all"})]}),eG.map(e=>(0,i.jsx)(em.Z,{fitButton:!0,useActive:!0,label:e.label,size:14,Icon:e.icon,sx:{p:"16px",mb:2,mr:2,variant:"buttons.selectIcon"},active:g.includes(e.value),onClick:()=>{if(g.find(t=>t===e.value))return v(g.filter(t=>t!==e.value));v([...g,e.value])}},e.value)),(null===(t=r.config)||void 0===t?void 0:t[h?"multi":"single"])?(0,i.jsx)(a.xu,{sx:{position:"absolute"},children:(0,i.jsx)(a.xv,{as:"span",variant:"text.labelError",pl:0,children:r.config[h?"multi":"single"]})}):null]}),(0,i.jsx)(s.J,{children:(0,i.jsx)(a.kC,{sx:{mt:2,alignItems:"center",height:"100%"},children:(0,i.jsxs)(a.__,{variant:"label.border",children:[(0,i.jsx)(a.XZ,{checked:h,onChange:()=>f(!h)}),"Allow multiple paragraphs"]})})})]})}},Text:{create:e=>({type:"Text",config:{label:e,placeholder:""}}),Meta:e3,schema:e1,TYPE_NAME:"Text",FormFields:e2},Timestamp:{create:e=>({type:"Timestamp",config:{label:e,placeholder:""}}),schema:e6,FormFields:e5,TYPE_NAME:"Timestamp",Meta:e7},UID:{create:e=>({type:"UID",config:{label:e,placeholder:""}}),Meta:{icon:r.XN7},schema:e9,TYPE_NAME:"UID",FormFields:e8}},te=[e4.Image,e4.Text,e4.StructuredText,e4.Link,e4.Select,e4.Boolean,e4.Number,e4.Color,e4.Date,e4.Embed,e4.Timestamp,e4.GeoPoint,e4.ContentRelationship,e4.LinkToMedia],tt="subItem",tn=g({schemaTypeRegex:/^NestedGroup$/,customListItem:e=>(0,i.jsx)(O,{Widgets:e4,widgetsArray:te,hintBase:tt,...e}),customName:"NestedGroup",hintItemName:tt}),ti={...e4,NestedGroup:tn},tl=[ti.Image,ti.Text,ti.StructuredText,ti.Link,ti.Select,ti.Boolean,ti.Number,ti.Color,ti.Date,ti.Embed,ti.Timestamp,ti.GeoPoint,ti.ContentRelationship,ti.LinkToMedia,ti.NestedGroup],tr="item",to={Group:g({schemaTypeRegex:/^Group$/,customListItem:e=>{let t=function(){let e=(0,l.L)("slicemachine-nested-groups");return{eligible:(null==e?void 0:e.value)==="on"}}().eligible?tl:tl.filter(e=>"NestedGroup"!==e.CUSTOM_NAME);return(0,i.jsx)(O,{Widgets:ti,widgetsArray:t,hintBase:tr,...e})},hintItemName:tr}),NestedGroup:tn,...e4}},85357:function(e,t,n){"use strict";n.d(t,{B9:function(){return o},Ss:function(){return s},uS:function(){return a},zg:function(){return d}});var i=n(65413),l=n(22863),r=n(25273);let o=(e,t)=>{let{[t]:n,...i}=e;return i},a=e=>!e.destination||e.source.index===e.destination.index||e.source.droppableId!==e.destination.droppableId,s=(e,t)=>!e[t]&&(console.log('Could not find widget with type name "'.concat(t,'".')),!0),d=e=>({TYPE_NAME:e,FormFields:r.Jp,schema:i.object().shape({type:i.string().test({name:"type",test:function(t){return t===e}}),config:(0,l.gc)(o(r.Jp,"id"))}),create:()=>({type:e,config:(0,l.f7)(o(r.Jp,"id"))})})},46622:function(e,t,n){"use strict";function i(e){if(e.startsWith("/slices/"))return"slice";if(e.startsWith("/custom-types/"))return"custom type";if(e.startsWith("/page-types/"))return"page type";throw Error("Did not detect a content type from: ".concat(e))}n.d(t,{T:function(){return i}})},13938:function(e){e.exports={flex:"List_flex__b6acG",row:"List_row__zKnOI List_flex__b6acG",root:"List_root__m_SiQ List_flex__b6acG","root-border":"List_root-border__UW3vp",child:"List_child__MJ49i List_row__zKnOI List_flex__b6acG",header:"List_header__T0WM5 List_child__MJ49i List_row__zKnOI List_flex__b6acG",headerActions:"List_headerActions__mNgLY List_row__zKnOI List_flex__b6acG",item:"List_item__LMBx4 List_child__MJ49i List_row__zKnOI List_flex__b6acG"}},83288:function(e){e.exports={root:"ZoneEmptyState_root__DAfG2"}}}]);