{"version":3,"file":"defaultTfootTheme.mjs","sources":["../../../../../src/components/ui/table/defaultTfootTheme.ts"],"sourcesContent":["import { ComponentTheme, defaultLayoutClassMappers, bgAppearance, textAppearance } from \"../theme/common\";\nimport type { TfootProps } from \"./TfootProps\";\nimport type { TfootTheme } from \"./TfootTheme\";\nimport { TFOOT_CATEGORIES } from \"./TfootCategories\";\nimport { tfootDefaults } from \"./tfootDefaults\";\n\nexport const defaultTfootTheme = new ComponentTheme<TfootProps, TfootTheme>(\n  \"tfoot\",\n  \"vane-table-foot\",\n  {\n    appearance: {\n      background: bgAppearance,\n      text: textAppearance,\n    },\n    layout: defaultLayoutClassMappers,\n  },\n  tfootDefaults,\n  TFOOT_CATEGORIES,\n  undefined,\n  'layout'\n);\n"],"names":[],"mappings":";;;;;;;;AAMO,MAAM,oBAAoB,IAAI,cAAA;AAAA,EACnC,OAAA;AAAA,EACA,iBAAA;AAAA,EACA;AAAA,IACE,UAAA,EAAY;AAAA,MACV,UAAA,EAAY,YAAA;AAAA,MACZ,IAAA,EAAM;AAAA,KACR;AAAA,IACA,MAAA,EAAQ;AAAA,GACV;AAAA,EACA,aAAA;AAAA,EACA,gBAAA;AAAA,EACA,MAAA;AAAA,EACA;AACF;;;;"}