{"version":3,"file":"defaultTfootTheme.cjs","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":["ComponentTheme","bgAppearance","textAppearance","defaultLayoutClassMappers","tfootDefaults","TFOOT_CATEGORIES"],"mappings":";;;;;;;;;;AAMO,MAAM,oBAAoB,IAAIA,6BAAA;AAAA,EACnC,OAAA;AAAA,EACA,iBAAA;AAAA,EACA;AAAA,IACE,UAAA,EAAY;AAAA,MACV,UAAA,EAAYC,mCAAA;AAAA,MACZ,IAAA,EAAMC;AAAA,KACR;AAAA,IACA,MAAA,EAAQC;AAAA,GACV;AAAA,EACAC,2BAAA;AAAA,EACAC,gCAAA;AAAA,EACA,MAAA;AAAA,EACA;AACF;;;;"}