@react-stately/autocomplete
Advanced tools
Comparing version 3.0.0-nightly-adae13c78-241218 to 3.0.0-nightly-e7053dd8f-250108
@@ -8,3 +8,3 @@ var $af5197e4b74cd279$exports = require("./useAutocompleteState.main.js"); | ||
$parcel$export(module.exports, "useAutocompleteState", () => $af5197e4b74cd279$exports.useAutocompleteState); | ||
$parcel$export(module.exports, "UNSTABLE_useAutocompleteState", () => $af5197e4b74cd279$exports.UNSTABLE_useAutocompleteState); | ||
/* | ||
@@ -11,0 +11,0 @@ * Copyright 2024 Adobe. All rights reserved. |
@@ -1,2 +0,2 @@ | ||
import {useAutocompleteState as $94680be9a48a8f2d$export$ce1595f6e1a63433} from "./useAutocompleteState.module.js"; | ||
import {UNSTABLE_useAutocompleteState as $94680be9a48a8f2d$export$130b939e942a109d} from "./useAutocompleteState.module.js"; | ||
@@ -16,3 +16,3 @@ /* | ||
export {$94680be9a48a8f2d$export$ce1595f6e1a63433 as useAutocompleteState}; | ||
export {$94680be9a48a8f2d$export$130b939e942a109d as UNSTABLE_useAutocompleteState}; | ||
//# sourceMappingURL=module.js.map |
@@ -27,4 +27,4 @@ import { ReactNode } from "react"; | ||
*/ | ||
export function useAutocompleteState(props: AutocompleteStateOptions): AutocompleteState; | ||
export function UNSTABLE_useAutocompleteState(props: AutocompleteStateOptions): AutocompleteState; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -9,3 +9,3 @@ var $lcwab$react = require("react"); | ||
$parcel$export(module.exports, "useAutocompleteState", () => $af5197e4b74cd279$export$ce1595f6e1a63433); | ||
$parcel$export(module.exports, "UNSTABLE_useAutocompleteState", () => $af5197e4b74cd279$export$130b939e942a109d); | ||
/* | ||
@@ -23,3 +23,3 @@ * Copyright 2020 Adobe. All rights reserved. | ||
function $af5197e4b74cd279$export$ce1595f6e1a63433(props) { | ||
function $af5197e4b74cd279$export$130b939e942a109d(props) { | ||
let { onInputChange: propsOnInputChange, inputValue: propsInputValue, defaultInputValue: propsDefaultInputValue = '' } = props; | ||
@@ -26,0 +26,0 @@ let onInputChange = (value)=>{ |
@@ -16,3 +16,3 @@ import {useState as $LM92H$useState} from "react"; | ||
function $94680be9a48a8f2d$export$ce1595f6e1a63433(props) { | ||
function $94680be9a48a8f2d$export$130b939e942a109d(props) { | ||
let { onInputChange: propsOnInputChange, inputValue: propsInputValue, defaultInputValue: propsDefaultInputValue = '' } = props; | ||
@@ -33,3 +33,3 @@ let onInputChange = (value)=>{ | ||
export {$94680be9a48a8f2d$export$ce1595f6e1a63433 as useAutocompleteState}; | ||
export {$94680be9a48a8f2d$export$130b939e942a109d as UNSTABLE_useAutocompleteState}; | ||
//# sourceMappingURL=useAutocompleteState.module.js.map |
{ | ||
"name": "@react-stately/autocomplete", | ||
"version": "3.0.0-nightly-adae13c78-241218", | ||
"version": "3.0.0-nightly-e7053dd8f-250108", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,3 +25,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-stately/utils": "3.0.0-nightly-adae13c78-241218", | ||
"@react-stately/utils": "3.0.0-nightly-e7053dd8f-250108", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -28,0 +28,0 @@ }, |
@@ -13,4 +13,4 @@ /* | ||
export {useAutocompleteState} from './useAutocompleteState'; | ||
export {UNSTABLE_useAutocompleteState} from './useAutocompleteState'; | ||
export type {AutocompleteProps, AutocompleteStateOptions, AutocompleteState} from './useAutocompleteState'; |
@@ -44,3 +44,3 @@ /* | ||
*/ | ||
export function useAutocompleteState(props: AutocompleteStateOptions): AutocompleteState { | ||
export function UNSTABLE_useAutocompleteState(props: AutocompleteStateOptions): AutocompleteState { | ||
let { | ||
@@ -47,0 +47,0 @@ onInputChange: propsOnInputChange, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23179
+ Added@react-stately/utils@3.0.0-nightly-e7053dd8f-250108(transitive)
- Removed@react-stately/utils@3.0.0-nightly-adae13c78-241218(transitive)