@yamada-ui/autocomplete 0.3.8 → 0.4.0
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/autocomplete-create.mjs +1 -1
- package/dist/autocomplete-empty.mjs +1 -1
- package/dist/autocomplete-icon.mjs +1 -1
- package/dist/autocomplete-list.mjs +1 -1
- package/dist/autocomplete-option-group.mjs +1 -1
- package/dist/autocomplete-option.mjs +1 -1
- package/dist/autocomplete.js +1 -1
- package/dist/autocomplete.mjs +1 -1
- package/dist/{chunk-DZFAQKS4.mjs → chunk-2GZO4Q4I.mjs} +5 -2
- package/dist/index.js +5 -2
- package/dist/index.mjs +1 -1
- package/dist/multi-autocomplete.js +4 -1
- package/dist/multi-autocomplete.mjs +1 -1
- package/dist/use-autocomplete.mjs +1 -1
- package/package.json +6 -6
package/dist/autocomplete.js
CHANGED
|
@@ -1445,7 +1445,7 @@ var AutocompleteItemIcon = (0, import_core7.forwardRef)(({ className, ...rest },
|
|
|
1445
1445
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
1446
1446
|
var Autocomplete = (0, import_core8.forwardRef)(
|
|
1447
1447
|
(props, ref) => {
|
|
1448
|
-
const [styles, mergedProps] = (0, import_core8.useMultiComponentStyle)("
|
|
1448
|
+
const [styles, mergedProps] = (0, import_core8.useMultiComponentStyle)("Autocomplete", props);
|
|
1449
1449
|
let {
|
|
1450
1450
|
className,
|
|
1451
1451
|
defaultValue = "",
|
package/dist/autocomplete.mjs
CHANGED
|
@@ -149,7 +149,7 @@ var AutocompleteItemIcon = forwardRef(({ className, ...rest }, ref) => {
|
|
|
149
149
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
150
150
|
var Autocomplete = forwardRef2(
|
|
151
151
|
(props, ref) => {
|
|
152
|
-
const [styles, mergedProps] = useMultiComponentStyle("
|
|
152
|
+
const [styles, mergedProps] = useMultiComponentStyle("Autocomplete", props);
|
|
153
153
|
let {
|
|
154
154
|
className,
|
|
155
155
|
defaultValue = "",
|
|
@@ -452,7 +452,10 @@ import {
|
|
|
452
452
|
import { jsx as jsx7, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
453
453
|
var MultiAutocomplete = forwardRef7(
|
|
454
454
|
(props, ref) => {
|
|
455
|
-
const [styles, mergedProps] = useMultiComponentStyle2(
|
|
455
|
+
const [styles, mergedProps] = useMultiComponentStyle2(
|
|
456
|
+
"MultiAutocomplete",
|
|
457
|
+
props
|
|
458
|
+
);
|
|
456
459
|
let {
|
|
457
460
|
className,
|
|
458
461
|
defaultValue = [],
|
package/dist/index.js
CHANGED
|
@@ -1299,7 +1299,7 @@ var AutocompleteList = (0, import_core3.forwardRef)(
|
|
|
1299
1299
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
1300
1300
|
var Autocomplete = (0, import_core4.forwardRef)(
|
|
1301
1301
|
(props, ref) => {
|
|
1302
|
-
const [styles, mergedProps] = (0, import_core4.useMultiComponentStyle)("
|
|
1302
|
+
const [styles, mergedProps] = (0, import_core4.useMultiComponentStyle)("Autocomplete", props);
|
|
1303
1303
|
let {
|
|
1304
1304
|
className,
|
|
1305
1305
|
defaultValue = "",
|
|
@@ -1594,7 +1594,10 @@ var import_react3 = require("react");
|
|
|
1594
1594
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
1595
1595
|
var MultiAutocomplete = (0, import_core9.forwardRef)(
|
|
1596
1596
|
(props, ref) => {
|
|
1597
|
-
const [styles, mergedProps] = (0, import_core9.useMultiComponentStyle)(
|
|
1597
|
+
const [styles, mergedProps] = (0, import_core9.useMultiComponentStyle)(
|
|
1598
|
+
"MultiAutocomplete",
|
|
1599
|
+
props
|
|
1600
|
+
);
|
|
1598
1601
|
let {
|
|
1599
1602
|
className,
|
|
1600
1603
|
defaultValue = [],
|
package/dist/index.mjs
CHANGED
|
@@ -1469,7 +1469,10 @@ var AutocompleteItemIcon = (0, import_core7.forwardRef)(({ className, ...rest },
|
|
|
1469
1469
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
1470
1470
|
var MultiAutocomplete = (0, import_core8.forwardRef)(
|
|
1471
1471
|
(props, ref) => {
|
|
1472
|
-
const [styles, mergedProps] = (0, import_core8.useMultiComponentStyle)(
|
|
1472
|
+
const [styles, mergedProps] = (0, import_core8.useMultiComponentStyle)(
|
|
1473
|
+
"MultiAutocomplete",
|
|
1474
|
+
props
|
|
1475
|
+
);
|
|
1473
1476
|
let {
|
|
1474
1477
|
className,
|
|
1475
1478
|
defaultValue = [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/autocomplete",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Yamada UI autocomplete component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@yamada-ui/core": "0.11.
|
|
39
|
+
"@yamada-ui/core": "0.11.1",
|
|
40
40
|
"@yamada-ui/utils": "0.3.0",
|
|
41
|
-
"@yamada-ui/icon": "0.3.
|
|
42
|
-
"@yamada-ui/select": "0.
|
|
43
|
-
"@yamada-ui/form-control": "0.3.
|
|
44
|
-
"@yamada-ui/popover": "0.3.
|
|
41
|
+
"@yamada-ui/icon": "0.3.7",
|
|
42
|
+
"@yamada-ui/select": "0.4.0",
|
|
43
|
+
"@yamada-ui/form-control": "0.3.9",
|
|
44
|
+
"@yamada-ui/popover": "0.3.7",
|
|
45
45
|
"@yamada-ui/use-descendant": "0.2.2",
|
|
46
46
|
"@yamada-ui/use-clickable": "0.3.2",
|
|
47
47
|
"@yamada-ui/use-outside-click": "0.2.2",
|