UNPKG

@voice-ai-workforce/react

Version:

React components with 3-tier interface modes for voice-controlled workforce applications

15 lines (14 loc) 1.15 kB
export { VoiceButton } from './VoiceButton'; export type { VoiceButtonProps } from './VoiceButton'; export { VoiceCommandCenter } from './VoiceCommandCenter'; export type { VoiceCommandCenterProps } from '../../../types/src/types'; export { VoiceStatusIndicator } from './VoiceStatusIndicator'; export type { VoiceStatusIndicatorProps } from './VoiceStatusIndicator'; export { VoiceHistoryPanel } from './VoiceHistoryPanel'; export type { VoiceHistoryPanelProps } from './VoiceHistoryPanel'; export { VoiceSettingsPanel } from './VoiceSettingsPanel'; export type { VoiceSettingsPanelProps } from './VoiceSettingsPanel'; export { VoiceProvider, useVoiceThemeContext, useComponentTheme } from './VoiceProvider'; export type { VoiceProviderProps } from './VoiceProvider'; export type { VoiceAITheme, VoiceAIThemeProps, VoiceAISize, VoiceAIVariant, VoiceAIPosition, VoiceAIStatusVariant, VoiceAIHistoryFilters, } from '../types/theme'; export { SIZE_CLASSES, POSITION_CLASSES, ANIMATION_CLASSES, getStatusColor, getVariantStyles, getSizeStyles, validateTheme, mergeThemes, generateCSSCustomProperties, createDarkTheme, COMMON_THEMES } from '../utils/theme';