@yamada-ui/react 2.2.3-dev-20260616005017 → 2.2.3-dev-20260622124814
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/types/components/field/use-field-props.d.ts +1 -1
- package/dist/types/components/progress/use-progress.d.ts +6 -6
- package/dist/types/components/tree/tree.style.d.ts +1 -1
- package/dist/types/components/tree/use-tree.d.ts +2 -2
- package/dist/types/providers/i18n-provider/i18n-provider.d.ts +1 -1
- package/package.json +1 -1
|
@@ -30,7 +30,7 @@ declare const useFieldProps: <Y extends HTMLElement, M extends Dict>({
|
|
|
30
30
|
disabled: boolean | undefined;
|
|
31
31
|
readOnly: boolean | undefined;
|
|
32
32
|
required: boolean | undefined;
|
|
33
|
-
} & Omit<M & UseFieldProps<Y>, "disabled" | "readOnly" | "id" | "aria-describedby" | "onFocus" | "onBlur" | "
|
|
33
|
+
} & Omit<M & UseFieldProps<Y>, "disabled" | "readOnly" | "id" | "aria-describedby" | "onFocus" | "onBlur" | "name" | "invalid" | "required" | "notSupportReadOnly">;
|
|
34
34
|
ariaProps: {
|
|
35
35
|
"aria-describedby": any;
|
|
36
36
|
"aria-disabled": (boolean | "true" | "false") | undefined;
|
|
@@ -29,10 +29,11 @@ declare const useProgress: <Y extends "div" | "svg" = "div">({
|
|
|
29
29
|
getRangeProps: (props?: HTMLProps<Y extends "svg" ? "circle" : "div">) => {
|
|
30
30
|
slot?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["slot"] | undefined;
|
|
31
31
|
style?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["style"] | undefined;
|
|
32
|
+
id?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["id"] | undefined;
|
|
33
|
+
key?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["key"] | undefined;
|
|
32
34
|
ref?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["ref"] | undefined;
|
|
33
35
|
suppressHydrationWarning?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["suppressHydrationWarning"] | undefined;
|
|
34
36
|
className?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["className"] | undefined;
|
|
35
|
-
id?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["id"] | undefined;
|
|
36
37
|
lang?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["lang"] | undefined;
|
|
37
38
|
nonce?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["nonce"] | undefined;
|
|
38
39
|
tabIndex?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["tabIndex"] | undefined;
|
|
@@ -261,16 +262,16 @@ declare const useProgress: <Y extends "div" | "svg" = "div">({
|
|
|
261
262
|
onTransitionRunCapture?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRunCapture"] | undefined;
|
|
262
263
|
onTransitionStart?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStart"] | undefined;
|
|
263
264
|
onTransitionStartCapture?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStartCapture"] | undefined;
|
|
264
|
-
key?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["key"] | undefined;
|
|
265
265
|
"data-indeterminate": string | undefined;
|
|
266
266
|
};
|
|
267
267
|
getRootProps: (props?: HTMLProps<Y>) => {
|
|
268
268
|
slot?: import("react").JSX.IntrinsicElements[Y]["slot"] | undefined;
|
|
269
269
|
style?: import("react").JSX.IntrinsicElements[Y]["style"] | undefined;
|
|
270
|
+
id?: import("react").JSX.IntrinsicElements[Y]["id"] | undefined;
|
|
271
|
+
key?: import("react").JSX.IntrinsicElements[Y]["key"] | undefined;
|
|
270
272
|
ref?: import("react").JSX.IntrinsicElements[Y]["ref"] | undefined;
|
|
271
273
|
suppressHydrationWarning?: import("react").JSX.IntrinsicElements[Y]["suppressHydrationWarning"] | undefined;
|
|
272
274
|
className?: import("react").JSX.IntrinsicElements[Y]["className"] | undefined;
|
|
273
|
-
id?: import("react").JSX.IntrinsicElements[Y]["id"] | undefined;
|
|
274
275
|
lang?: import("react").JSX.IntrinsicElements[Y]["lang"] | undefined;
|
|
275
276
|
nonce?: import("react").JSX.IntrinsicElements[Y]["nonce"] | undefined;
|
|
276
277
|
tabIndex?: import("react").JSX.IntrinsicElements[Y]["tabIndex"] | undefined;
|
|
@@ -499,16 +500,16 @@ declare const useProgress: <Y extends "div" | "svg" = "div">({
|
|
|
499
500
|
onTransitionRunCapture?: import("react").JSX.IntrinsicElements[Y]["onTransitionRunCapture"] | undefined;
|
|
500
501
|
onTransitionStart?: import("react").JSX.IntrinsicElements[Y]["onTransitionStart"] | undefined;
|
|
501
502
|
onTransitionStartCapture?: import("react").JSX.IntrinsicElements[Y]["onTransitionStartCapture"] | undefined;
|
|
502
|
-
key?: import("react").JSX.IntrinsicElements[Y]["key"] | undefined;
|
|
503
503
|
"data-indeterminate": string | undefined;
|
|
504
504
|
};
|
|
505
505
|
getTrackProps: (props?: HTMLProps<Y extends "svg" ? "circle" : "div">) => {
|
|
506
506
|
slot?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["slot"] | undefined;
|
|
507
507
|
style?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["style"] | undefined;
|
|
508
|
+
id?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["id"] | undefined;
|
|
509
|
+
key?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["key"] | undefined;
|
|
508
510
|
ref?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["ref"] | undefined;
|
|
509
511
|
suppressHydrationWarning?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["suppressHydrationWarning"] | undefined;
|
|
510
512
|
className?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["className"] | undefined;
|
|
511
|
-
id?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["id"] | undefined;
|
|
512
513
|
lang?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["lang"] | undefined;
|
|
513
514
|
nonce?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["nonce"] | undefined;
|
|
514
515
|
tabIndex?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["tabIndex"] | undefined;
|
|
@@ -737,7 +738,6 @@ declare const useProgress: <Y extends "div" | "svg" = "div">({
|
|
|
737
738
|
onTransitionRunCapture?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRunCapture"] | undefined;
|
|
738
739
|
onTransitionStart?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStart"] | undefined;
|
|
739
740
|
onTransitionStartCapture?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStartCapture"] | undefined;
|
|
740
|
-
key?: import("react").JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["key"] | undefined;
|
|
741
741
|
"data-indeterminate": string | undefined;
|
|
742
742
|
};
|
|
743
743
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentSlotStyle } from "../../core/system/index.types.js";
|
|
2
2
|
//#region src/components/tree/tree.style.d.ts
|
|
3
|
-
declare const treeStyle: ComponentSlotStyle<"label" | "
|
|
3
|
+
declare const treeStyle: ComponentSlotStyle<"label" | "end" | "start" | "checkbox" | "group" | "element" | "root" | "indicator" | "item", {
|
|
4
4
|
/**
|
|
5
5
|
* The shape of the component
|
|
6
6
|
*
|
|
@@ -243,6 +243,8 @@ declare const useTreeItem: ({
|
|
|
243
243
|
title?: string | undefined | undefined;
|
|
244
244
|
translate?: "yes" | "no" | undefined | undefined;
|
|
245
245
|
hidden?: boolean | undefined | undefined;
|
|
246
|
+
id?: string | undefined | undefined;
|
|
247
|
+
key?: import("react").Key | null | undefined;
|
|
246
248
|
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
247
249
|
defaultChecked?: boolean | undefined | undefined;
|
|
248
250
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -257,7 +259,6 @@ declare const useTreeItem: ({
|
|
|
257
259
|
dir?: string | undefined | undefined;
|
|
258
260
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
259
261
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
260
|
-
id?: string | undefined | undefined;
|
|
261
262
|
lang?: string | undefined | undefined;
|
|
262
263
|
nonce?: string | undefined | undefined;
|
|
263
264
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
@@ -516,7 +517,6 @@ declare const useTreeItem: ({
|
|
|
516
517
|
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
517
518
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
518
519
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
519
|
-
key?: import("react").Key | null | undefined;
|
|
520
520
|
};
|
|
521
521
|
selected: boolean;
|
|
522
522
|
value: string;
|
|
@@ -133,7 +133,7 @@ declare const I18nContext: import("react").Context<I18nContext<{
|
|
|
133
133
|
readonly toggle: {
|
|
134
134
|
readonly "Toggle button": "Toggle button";
|
|
135
135
|
};
|
|
136
|
-
}, "progress.Loading..." | "progress.{value} percent" | "select.Clear value" | "table.Clear sorting" | "table.Page size" | "table.Select all rows" | "table.Select row" | "table.Sort ascending" | "table.Sort descending" | "
|
|
136
|
+
}, "progress.Loading..." | "progress.{value} percent" | "select.Clear value" | "table.Clear sorting" | "table.Page size" | "table.Select all rows" | "table.Select row" | "table.Sort ascending" | "table.Sort descending" | "modal.Close modal" | "modal.Open modal" | "toggle.Toggle button" | "slider.Slider thumb" | "actionBar.Close action bar" | "actionBar.Open action bar" | "autocomplete.Clear value" | "autocomplete.No results found" | "avatar.Avatar Icon" | "breadcrumb.Breadcrumb" | "breadcrumb.Ellipsis" | "calendar.Choose the month" | "calendar.Choose the year" | "calendar.Go to the next month" | "calendar.Go to the previous month" | "calendar.Today" | "carousel.Go to next slide" | "carousel.Go to previous slide" | "carousel.Go to {page} slide" | "carousel.Slides" | "carousel.{page} of {total}" | "closeButton.Close" | "colorPicker.Pick a color" | "colorSelector.Pick a color" | "colorSwatch.Color swatch group" | "datePicker.Clear value" | "hueSlider.Blue" | "hueSlider.Cyan" | "hueSlider.Green" | "hueSlider.Magenta" | "hueSlider.Red" | "hueSlider.Yellow" | "numberInput.Decrease" | "numberInput.Increase" | "pagination.Go to first page" | "pagination.Go to last page" | "pagination.Go to next page" | "pagination.Go to page {value}" | "pagination.Go to previous page" | "pagination.Pagination" | "pagination.{value} / {total}" | "pagination.{value} of {total}" | "passwordInput.Password strength meter" | "passwordInput.Toggle password visibility" | "saturationSlider.Saturation and brightness thumb" | "saturationSlider.Saturation {saturation}%, Brightness {brightness}%" | "sidebar.Close sidebar" | "sidebar.Open sidebar" | "stat.Decreased by" | "stat.Increased by" | "tag.Close tag">>;
|
|
137
137
|
interface I18nProviderProps {
|
|
138
138
|
children?: ReactNode;
|
|
139
139
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.2.3-dev-
|
|
4
|
+
"version": "2.2.3-dev-20260622124814",
|
|
5
5
|
"description": "React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"yamada",
|