{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/presets/material/editor/index.ts"],"sourcesContent":["import type { EditorDesignTokens, EditorTokenSections } from '@openng/optimus-ui-themes/types/editor';\n\nexport const toolbar: EditorTokenSections.Toolbar = {\n    background: '{content.background}',\n    borderColor: '{content.border.color}',\n    borderRadius: '{content.border.radius}'\n};\n\nexport const toolbarItem: EditorTokenSections.ToolbarItem = {\n    color: '{text.muted.color}',\n    hoverColor: '{text.color}',\n    activeColor: '{primary.color}'\n};\n\nexport const overlay: EditorTokenSections.Overlay = {\n    background: '{overlay.select.background}',\n    borderColor: '{overlay.select.border.color}',\n    borderRadius: '{overlay.select.border.radius}',\n    color: '{overlay.select.color}',\n    shadow: '{overlay.select.shadow}',\n    padding: '{list.padding}'\n};\n\nexport const overlayOption: EditorTokenSections.OverlayOption = {\n    focusBackground: '{list.option.focus.background}',\n    color: '{list.option.color}',\n    focusColor: '{list.option.focus.color}',\n    padding: '{list.option.padding}',\n    borderRadius: '{list.option.border.radius}'\n};\n\nexport const content: EditorTokenSections.Content = {\n    background: '{content.background}',\n    borderColor: '{content.border.color}',\n    color: '{content.color}',\n    borderRadius: '{content.border.radius}'\n};\n\nexport const css: EditorTokenSections.CSS = /*css*/ `\n.p-editor .p-editor-toolbar {\n    padding: 0.75rem\n}\n`;\n\nexport default {\n    toolbar,\n    toolbarItem,\n    overlay,\n    overlayOption,\n    content,\n    css\n} satisfies EditorDesignTokens;\n"],"mappings":"AAEA,MAAa,QAAuC,CAChD,WAAY,uBACZ,YAAa,yBACb,aAAc,yBAClB,EAEa,YAA+C,CACxD,MAAO,qBACP,WAAY,eACZ,YAAa,iBACjB,EAEa,QAAuC,CAChD,WAAY,8BACZ,YAAa,gCACb,aAAc,iCACd,MAAO,yBACP,OAAQ,0BACR,QAAS,gBACb,EAEa,cAAmD,CAC5D,gBAAiB,iCACjB,MAAO,sBACP,WAAY,4BACZ,QAAS,wBACT,aAAc,6BAClB,EAEa,QAAuC,CAChD,WAAY,uBACZ,YAAa,yBACb,MAAO,kBACP,aAAc,yBAClB,EAEa,IAAuC;;;;EAMpD,IAAA,eAAe,CACX,QACA,YACA,QACA,cACA,QACA,GACJ"}