# @mdxui/widgets

## 6.1.1

### Patch Changes

- Updated dependencies [aba212e]
- Updated dependencies [aba212e]
  - @mdxui/primitives@6.1.0

## 6.1.0

### Minor Changes

- 9173242: Add Feedback component for collecting user sentiment and messages
  - New `Feedback` component with popover and modal variants
  - 5-point sentiment scale with Material Design face icons
  - Optional message textarea
  - Supports both callback (`onSubmit`) and API endpoint submission
  - Auto-captures metadata (URL, timestamp, viewport, user agent)
  - Accepts user context and app-specific context props
  - Fully accessible with keyboard navigation and ARIA labels
  - Uses theme variables for consistent styling

## 6.0.0

### Patch Changes

- @mdxui/primitives@6.0.0

## 5.0.2

### Patch Changes

- @mdxui/primitives@5.0.2

## 5.0.1

### Patch Changes

- @mdxui/primitives@5.0.1

## 5.0.0

### Patch Changes

- @mdxui/primitives@5.0.0

## 4.0.0

### Patch Changes

- @mdxui/primitives@4.0.0

## 3.0.1

### Patch Changes

- @mdxui/primitives@3.0.1

## 3.0.0

### Patch Changes

- @mdxui/primitives@3.0.0

## 2.1.1

### Patch Changes

- @mdxui/primitives@2.1.1

## 2.0.0

### Patch Changes

- 100ef92: Add package README with documentation

## 0.4.1

### Patch Changes

- Updated dependencies [4d0d1a0]
  - @mdxui/primitives@0.4.1

## 0.4.0

### Patch Changes

- 7a6a33f: Fix TypeScript errors and update Storybook patterns
  - Replace @storybook/addon-actions with fn() from @storybook/test for Storybook 10 compatibility
  - Fix kanban-column disabled prop type to properly evaluate boolean
  - Update smart-datetime-picker to use Calendar from @mdxui/primitives instead of react-day-picker
  - Remove unused imports
