@homebound/beam 3.33.0 → 3.33.1

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.
package/dist/index.d.cts CHANGED
@@ -8,7 +8,7 @@ import { VirtuosoHandle, ListRange } from 'react-virtuoso';
8
8
  import { AriaButtonProps } from '@react-types/button';
9
9
  import { MenuTriggerState } from 'react-stately';
10
10
  import { FieldState, ListFieldState, ObjectState } from '@homebound/form-state';
11
- import { NumberFieldAria } from '@react-aria/numberfield';
11
+ import { NumberFieldAria } from 'react-aria';
12
12
 
13
13
  /** Given a type X, and the user's proposed type T, only allow keys in X and nothing else. */
14
14
  type Only<X, T> = X & Record<Exclude<keyof T, keyof X | "__kind">, never>;
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ import { VirtuosoHandle, ListRange } from 'react-virtuoso';
8
8
  import { AriaButtonProps } from '@react-types/button';
9
9
  import { MenuTriggerState } from 'react-stately';
10
10
  import { FieldState, ListFieldState, ObjectState } from '@homebound/form-state';
11
- import { NumberFieldAria } from '@react-aria/numberfield';
11
+ import { NumberFieldAria } from 'react-aria';
12
12
 
13
13
  /** Given a type X, and the user's proposed type T, only allow keys in X and nothing else. */
14
14
  type Only<X, T> = X & Record<Exclude<keyof T, keyof X | "__kind">, never>;
package/dist/index.js CHANGED
@@ -7720,8 +7720,8 @@ function MenuSectionImpl(props) {
7720
7720
  }
7721
7721
 
7722
7722
  // src/inputs/internal/MenuSearchField.tsx
7723
- import { useTextField } from "@react-aria/textfield";
7724
7723
  import { useRef as useRef11 } from "react";
7724
+ import { useTextField } from "react-aria";
7725
7725
 
7726
7726
  // src/inputs/TextFieldBase.tsx
7727
7727
  import { useState as useState11 } from "react";