@react-stately/autocomplete
Advanced tools
Comparing version 3.0.0-nightly-50c7ada5d-241223 to 3.0.0-nightly-56da82e3e-250212
@@ -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,5 +9,5 @@ var $lcwab$react = require("react"); | ||
$parcel$export(module.exports, "useAutocompleteState", () => $af5197e4b74cd279$export$ce1595f6e1a63433); | ||
$parcel$export(module.exports, "UNSTABLE_useAutocompleteState", () => $af5197e4b74cd279$export$130b939e942a109d); | ||
/* | ||
* Copyright 2020 Adobe. All rights reserved. | ||
* Copyright 2024 Adobe. All rights reserved. | ||
* This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -23,3 +23,3 @@ * you may not use this file except in compliance with the License. You may obtain a copy | ||
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)=>{ |
@@ -5,3 +5,3 @@ import {useState as $LM92H$useState} from "react"; | ||
/* | ||
* Copyright 2020 Adobe. All rights reserved. | ||
* Copyright 2024 Adobe. All rights reserved. | ||
* This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -17,3 +17,3 @@ * you may not use this file except in compliance with the License. You may obtain a copy | ||
function $94680be9a48a8f2d$export$ce1595f6e1a63433(props) { | ||
function $94680be9a48a8f2d$export$130b939e942a109d(props) { | ||
let { onInputChange: propsOnInputChange, inputValue: propsInputValue, defaultInputValue: propsDefaultInputValue = '' } = props; | ||
@@ -34,3 +34,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-50c7ada5d-241223", | ||
"version": "3.0.0-nightly-56da82e3e-250212", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,3 +25,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-stately/utils": "3.0.0-nightly-50c7ada5d-241223", | ||
"@react-stately/utils": "3.0.0-nightly-56da82e3e-250212", | ||
"@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'; |
/* | ||
* Copyright 2020 Adobe. All rights reserved. | ||
* Copyright 2024 Adobe. All rights reserved. | ||
* This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -44,3 +44,3 @@ * you may not use this file except in compliance with the License. You may obtain a copy | ||
*/ | ||
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-56da82e3e-250212(transitive)
- Removed@react-stately/utils@3.0.0-nightly-50c7ada5d-241223(transitive)