Results 8 issues of acd

### Description, Motivation and Context This PR is primarily for testing and isn't intended for merging, it will be closed by the end of this week

This ongoing task, which may extend over multiple sprints, involves navigating the **Polaris** codebase. The goal is to replace the use of `styled-components` and `Brikke` components with the Tailwind theming...

There is a common use case in Polaris where users want to have a picture within the Dialog or Drawer (or Popover) component that takes up the full width. Currently,...

Since using the `updateIf` function with primitives has no effect, this PR updates the TS types accordingly to warn users at the call site. ```ts const example = update(['one', 'two'],...

We've discovered that React is being included in the bundle for the `Snackbar` and `Pagination` components. This unnecessary inclusion not only increases the bundle size but also poses a risk...

Several auto-generated props tables in our` Storybook` documentation are malfunctioning. This issue requires investigation Examples: - Navigate to https://sparkui.vercel.app/?path=/docs/components-pagination--docs#props, - Select `Pagination.Pages`. You'll notice that the props are not displayed....

### Description ## Summary: `Select` currently exposes `onValueChange` but not `onBlur`. Many form libraries (React Hook Form, TanStack Form, etc.) rely on `onBlur` to mark fields as touched and trigger...

Type: Feature Request
Needs Triage