bits-ui 0.19.4 → 0.19.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,10 +4,10 @@
4
4
  * but we don't want to document the HTML attributes.
5
5
  */
6
6
  import type { Builder } from "../../internal/index.js";
7
- type Props = Expand<{
7
+ type Props = {
8
8
  /**
9
9
  * Melt UI builders to apply to the button component.
10
10
  */
11
11
  builders?: Builder[];
12
- }>;
12
+ };
13
13
  export type { Props };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bits-ui",
3
- "version": "0.19.4",
3
+ "version": "0.19.5",
4
4
  "license": "MIT",
5
5
  "repository": "github:huntabyte/bits-ui",
6
6
  "exports": {