{"version":3,"file":"MenuLabelCategories.cjs","sources":["../../../../../src/components/ui/menu/MenuLabelCategories.ts"],"sourcesContent":["import { UI_ELEMENT_CATEGORIES } from \"../props/categoryBuilders\";\n\n/**\n * MenuLabel categories — same as `UI_ELEMENT_CATEGORIES` minus `transparent`.\n *\n * MenuLabel intentionally has no `bgAppearance` mapper (see\n * `defaultMenuLabelTheme.ts` and `menu.test.tsx` \"should have no\n * background classes\"). Since there's no background, `transparent` has no\n * meaning here and is excluded so it can't be passed as an inert prop.\n */\nexport const MENU_LABEL_CATEGORIES =\n  UI_ELEMENT_CATEGORIES.filter(c => c !== 'transparent') as readonly Exclude<typeof UI_ELEMENT_CATEGORIES[number], 'transparent'>[];\n"],"names":["UI_ELEMENT_CATEGORIES"],"mappings":";;;;AAUO,MAAM,qBAAA,GACXA,sCAAA,CAAsB,MAAA,CAAO,CAAA,CAAA,KAAK,MAAM,aAAa;;;;"}