{"version":3,"file":"defaultSectionTheme.cjs","sources":["../../../../../src/components/ui/section/defaultSectionTheme.ts"],"sourcesContent":["import { ComponentTheme, layoutClassMappers } from \"../theme/common\";\nimport type { SectionProps } from \"./SectionProps\";\nimport type { SectionTheme } from \"./SectionTheme\";\nimport { SECTION_CATEGORIES } from \"./SectionCategories\";\nimport { sectionDefaults } from \"./sectionDefaults\";\nimport { BreakpointClassMapper } from \"../theme/size\";\nimport { TextAlignClassMapper } from \"../theme/typography\";\n\nexport const defaultSectionTheme = new ComponentTheme<SectionProps, SectionTheme>(\n  \"div\",\n  \"vane-section\",\n  {\n    ...layoutClassMappers,\n    size: {\n      ...layoutClassMappers.size,\n      breakpoint: new BreakpointClassMapper(),\n    },\n    typography: {\n      textAlign: new TextAlignClassMapper(),\n    },\n  },\n  sectionDefaults,\n  SECTION_CATEGORIES,\n  undefined,\n  'layout'\n);\n"],"names":["ComponentTheme","layoutClassMappers","BreakpointClassMapper","TextAlignClassMapper","sectionDefaults","SECTION_CATEGORIES"],"mappings":";;;;;;;;;;;;AAQO,MAAM,sBAAsB,IAAIA,6BAAA;AAAA,EACrC,KAAA;AAAA,EACA,cAAA;AAAA,EACA;AAAA,IACE,GAAGC,qCAAA;AAAA,IACH,IAAA,EAAM;AAAA,MACJ,GAAGA,qCAAA,CAAmB,IAAA;AAAA,MACtB,UAAA,EAAY,IAAIC,2CAAA;AAAsB,KACxC;AAAA,IACA,UAAA,EAAY;AAAA,MACV,SAAA,EAAW,IAAIC,yCAAA;AAAqB;AACtC,GACF;AAAA,EACAC,+BAAA;AAAA,EACAC,oCAAA;AAAA,EACA,MAAA;AAAA,EACA;AACF;;;;"}