{"version":3,"file":"EmptyState.context.mjs","names":[],"sources":["../../../src/components/EmptyState/EmptyState.context.ts"],"sourcesContent":["import { createSafeContext, GetStylesApi } from '../../core';\nimport type { EmptyStateFactory } from './EmptyState';\n\ninterface EmptyStateContextValue {\n  getStyles: GetStylesApi<EmptyStateFactory>;\n  withIndicatorBackground: boolean | undefined;\n}\n\nexport const [EmptyStateProvider, useEmptyStateContext] = createSafeContext<EmptyStateContextValue>(\n  'EmptyState component was not found in tree'\n);\n\nexport type { EmptyStateContextValue };\n"],"mappings":";;;AAQA,MAAa,CAAC,oBAAoB,wBAAwB,kBACxD,4CACF"}