@yamada-ui/react 2.1.8-dev-20260407030626 → 2.1.8-dev-20260407054700
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/cjs/components/input/input.style.cjs +4 -4
- package/dist/cjs/components/input/input.style.cjs.map +1 -1
- package/dist/esm/components/input/input.style.js +4 -4
- package/dist/esm/components/input/input.style.js.map +1 -1
- package/dist/types/components/accordion/accordion.d.ts +4 -2
- package/dist/types/components/accordion/use-accordion.d.ts +11 -11
- package/dist/types/components/airy/airy.d.ts +3 -2
- package/dist/types/components/alert/alert.d.ts +5 -2
- package/dist/types/components/alert/alert.style.d.ts +1 -1
- package/dist/types/components/alpha-slider/alpha-slider.d.ts +3 -2
- package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +2 -2
- package/dist/types/components/autocomplete/autocomplete.d.ts +4 -2
- package/dist/types/components/autocomplete/autocomplete.style.d.ts +52 -52
- package/dist/types/components/autocomplete/use-autocomplete.d.ts +7 -5
- package/dist/types/components/avatar/avatar.d.ts +3 -3
- package/dist/types/components/avatar/use-avatar-group.d.ts +2 -2
- package/dist/types/components/badge/badge.d.ts +2 -2
- package/dist/types/components/bleed/bleed.d.ts +2 -2
- package/dist/types/components/blockquote/blockquote.d.ts +2 -2
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +2 -2
- package/dist/types/components/breadcrumb/use-breadcrumb.d.ts +2 -2
- package/dist/types/components/button/button-group.d.ts +1 -0
- package/dist/types/components/button/button.d.ts +3 -2
- package/dist/types/components/button/icon-button.d.ts +2 -2
- package/dist/types/components/calendar/calendar.d.ts +3 -2
- package/dist/types/components/calendar/use-calendar.d.ts +9 -8
- package/dist/types/components/card/card.d.ts +2 -2
- package/dist/types/components/carousel/carousel.d.ts +3 -2
- package/dist/types/components/carousel/carousel.style.d.ts +2 -2
- package/dist/types/components/carousel/use-carousel.d.ts +3 -3
- package/dist/types/components/center/center.d.ts +2 -2
- package/dist/types/components/chart/area-chart.d.ts +2 -2
- package/dist/types/components/chart/bar-chart.d.ts +2 -2
- package/dist/types/components/chart/cartesian-chart.style.d.ts +1 -1
- package/dist/types/components/chart/chart.d.ts +5 -5
- package/dist/types/components/chart/pie-chart.d.ts +2 -2
- package/dist/types/components/chart/polar-chart.style.d.ts +1 -1
- package/dist/types/components/chart/radial-chart.d.ts +2 -2
- package/dist/types/components/chart/use-chart.d.ts +2 -2
- package/dist/types/components/checkbox/checkbox-group.d.ts +2 -0
- package/dist/types/components/checkbox/checkbox.d.ts +6 -5
- package/dist/types/components/checkbox/checkbox.style.d.ts +1 -1
- package/dist/types/components/checkbox/use-checkbox-group.d.ts +3 -2
- package/dist/types/components/checkbox/use-checkbox.d.ts +1 -0
- package/dist/types/components/checkbox-card/checkbox-card-group.d.ts +3 -0
- package/dist/types/components/checkbox-card/checkbox-card.d.ts +7 -5
- package/dist/types/components/checkbox-card/checkbox-card.style.d.ts +1 -1
- package/dist/types/components/circle-progress/circle-progress.d.ts +3 -2
- package/dist/types/components/close-button/close-button.d.ts +3 -2
- package/dist/types/components/code/code.d.ts +2 -2
- package/dist/types/components/collapse/collapse.d.ts +3 -2
- package/dist/types/components/color-picker/color-picker.d.ts +6 -2
- package/dist/types/components/color-picker/color-picker.style.d.ts +51 -51
- package/dist/types/components/color-picker/use-color-picker.d.ts +5 -2
- package/dist/types/components/color-selector/color-selector.d.ts +6 -2
- package/dist/types/components/color-selector/use-color-selector.d.ts +5 -3
- package/dist/types/components/color-swatch/color-swatch.d.ts +2 -2
- package/dist/types/components/container/container.d.ts +2 -2
- package/dist/types/components/data-list/data-list.d.ts +2 -2
- package/dist/types/components/data-list/data-list.style.d.ts +1 -1
- package/dist/types/components/date-picker/date-picker.d.ts +5 -2
- package/dist/types/components/date-picker/date-picker.style.d.ts +51 -51
- package/dist/types/components/date-picker/use-date-picker.d.ts +7 -4
- package/dist/types/components/drawer/drawer.d.ts +5 -2
- package/dist/types/components/drawer/use-drawer.d.ts +2 -0
- package/dist/types/components/dropzone/dropzone.d.ts +8 -5
- package/dist/types/components/dropzone/dropzone.style.d.ts +1 -1
- package/dist/types/components/dropzone/use-dropzone.d.ts +1 -0
- package/dist/types/components/editable/editable.d.ts +5 -4
- package/dist/types/components/editable/use-editable.d.ts +3 -2
- package/dist/types/components/em/em.d.ts +2 -2
- package/dist/types/components/empty-state/empty-state.d.ts +2 -2
- package/dist/types/components/empty-state/empty-state.style.d.ts +2 -2
- package/dist/types/components/fade/fade.d.ts +3 -2
- package/dist/types/components/fade-scale/fade-scale.d.ts +1 -0
- package/dist/types/components/field/field.d.ts +3 -3
- package/dist/types/components/field/use-field-props.d.ts +3 -3
- package/dist/types/components/fieldset/fieldset.d.ts +4 -3
- package/dist/types/components/file-button/file-button.d.ts +4 -2
- package/dist/types/components/file-button/use-file-button.d.ts +20 -18
- package/dist/types/components/file-input/file-input.d.ts +4 -2
- package/dist/types/components/file-input/file-input.style.d.ts +31 -31
- package/dist/types/components/file-input/use-file-input.d.ts +16 -15
- package/dist/types/components/flex/flex.d.ts +2 -2
- package/dist/types/components/flip/flip.d.ts +5 -4
- package/dist/types/components/float/float.d.ts +2 -2
- package/dist/types/components/form/form.d.ts +4 -3
- package/dist/types/components/form/form.style.d.ts +1 -1
- package/dist/types/components/format/format-byte.d.ts +4 -4
- package/dist/types/components/format/format-date-time.d.ts +4 -4
- package/dist/types/components/format/format-number.d.ts +2 -2
- package/dist/types/components/format/use-format-byte.d.ts +1 -0
- package/dist/types/components/format/use-format-date-time.d.ts +1 -0
- package/dist/types/components/format/use-format-number.d.ts +1 -0
- package/dist/types/components/grid/grid-item.d.ts +2 -2
- package/dist/types/components/grid/grid.d.ts +2 -2
- package/dist/types/components/group/group.d.ts +3 -2
- package/dist/types/components/group/use-group.d.ts +2 -2
- package/dist/types/components/heading/heading.d.ts +2 -2
- package/dist/types/components/highlight/highlight.d.ts +2 -0
- package/dist/types/components/hue-slider/hue-slider.d.ts +4 -3
- package/dist/types/components/icon/icon.d.ts +5 -5
- package/dist/types/components/image/image.d.ts +2 -2
- package/dist/types/components/indicator/indicator.d.ts +5 -4
- package/dist/types/components/infinite-scroll-area/infinite-scroll-area.d.ts +2 -2
- package/dist/types/components/input/input-addon.d.ts +2 -2
- package/dist/types/components/input/input-addon.style.d.ts +30 -30
- package/dist/types/components/input/input-element.d.ts +2 -2
- package/dist/types/components/input/input-group.d.ts +2 -0
- package/dist/types/components/input/input.d.ts +3 -2
- package/dist/types/components/input/input.style.d.ts +37 -37
- package/dist/types/components/kbd/kbd.d.ts +2 -2
- package/dist/types/components/link/link.d.ts +2 -2
- package/dist/types/components/link-box/link-box.d.ts +2 -2
- package/dist/types/components/list/list.d.ts +2 -2
- package/dist/types/components/loading/loading-provider.d.ts +2 -2
- package/dist/types/components/loading/loading.d.ts +4 -3
- package/dist/types/components/loading/use-loading-component.d.ts +1 -0
- package/dist/types/components/mark/mark.d.ts +2 -2
- package/dist/types/components/menu/menu.d.ts +3 -2
- package/dist/types/components/menu/use-menu.d.ts +11 -11
- package/dist/types/components/modal/modal.d.ts +6 -2
- package/dist/types/components/native-accordion/native-accordion.d.ts +2 -2
- package/dist/types/components/native-accordion/use-native-accordion.d.ts +2 -2
- package/dist/types/components/native-popover/native-popover.d.ts +2 -2
- package/dist/types/components/native-select/native-select.d.ts +4 -2
- package/dist/types/components/native-select/native-select.style.d.ts +51 -51
- package/dist/types/components/native-select/use-native-select.d.ts +1 -0
- package/dist/types/components/native-table/native-table.d.ts +4 -4
- package/dist/types/components/notice/use-notice.d.ts +3 -0
- package/dist/types/components/number-input/number-input.d.ts +3 -2
- package/dist/types/components/number-input/number-input.style.d.ts +61 -61
- package/dist/types/components/number-input/use-number-input.d.ts +1 -0
- package/dist/types/components/pagination/pagination.d.ts +3 -2
- package/dist/types/components/pagination/use-pagination.d.ts +2 -2
- package/dist/types/components/password-input/password-input.d.ts +3 -2
- package/dist/types/components/password-input/password-input.style.d.ts +61 -61
- package/dist/types/components/password-input/strength-meter.d.ts +2 -2
- package/dist/types/components/password-input/strength-meter.style.d.ts +1 -1
- package/dist/types/components/password-input/use-password-input.d.ts +3 -2
- package/dist/types/components/picture/picture.d.ts +1 -0
- package/dist/types/components/pin-input/pin-input.d.ts +4 -2
- package/dist/types/components/pin-input/use-pin-input.d.ts +8 -7
- package/dist/types/components/popover/popover.d.ts +3 -2
- package/dist/types/components/progress/progress.d.ts +4 -4
- package/dist/types/components/progress/use-progress.d.ts +706 -706
- package/dist/types/components/qr-code/qr-code.d.ts +2 -2
- package/dist/types/components/radio/radio-group.d.ts +2 -0
- package/dist/types/components/radio/radio.d.ts +6 -5
- package/dist/types/components/radio/radio.style.d.ts +1 -1
- package/dist/types/components/radio/use-radio-group.d.ts +3 -2
- package/dist/types/components/radio/use-radio.d.ts +1 -0
- package/dist/types/components/radio-card/radio-card-group.d.ts +3 -0
- package/dist/types/components/radio-card/radio-card.d.ts +7 -5
- package/dist/types/components/radio-card/radio-card.style.d.ts +1 -1
- package/dist/types/components/rating/use-rating.d.ts +8 -7
- package/dist/types/components/reorder/reorder.d.ts +3 -2
- package/dist/types/components/reorder/use-reorder.d.ts +3 -3
- package/dist/types/components/resizable/resizable.d.ts +2 -2
- package/dist/types/components/resizable/use-resizable.d.ts +2 -2
- package/dist/types/components/ripple/ripple.d.ts +3 -2
- package/dist/types/components/ripple/use-ripple.d.ts +2 -2
- package/dist/types/components/rotate/rotate.d.ts +3 -2
- package/dist/types/components/saturation-slider/saturation-slider.d.ts +2 -2
- package/dist/types/components/saturation-slider/use-saturation-slider.d.ts +3 -2
- package/dist/types/components/scroll-area/scroll-area.d.ts +2 -2
- package/dist/types/components/segmented-control/segmented-control.d.ts +3 -2
- package/dist/types/components/segmented-control/segmented-control.style.d.ts +2 -2
- package/dist/types/components/segmented-control/use-segmented-control.d.ts +10 -9
- package/dist/types/components/select/select.d.ts +4 -2
- package/dist/types/components/select/select.style.d.ts +52 -52
- package/dist/types/components/select/use-select.d.ts +6 -4
- package/dist/types/components/separator/separator.d.ts +2 -2
- package/dist/types/components/simple-grid/simple-grid.d.ts +3 -2
- package/dist/types/components/skeleton/skeleton.d.ts +2 -2
- package/dist/types/components/slide/slide.d.ts +3 -2
- package/dist/types/components/slide-fade/slide-fade.d.ts +3 -2
- package/dist/types/components/slider/slider.d.ts +2 -2
- package/dist/types/components/slider/use-slider.d.ts +3 -2
- package/dist/types/components/snacks/snacks.d.ts +2 -0
- package/dist/types/components/snacks/use-snacks.d.ts +1 -0
- package/dist/types/components/stack/h-stack.d.ts +2 -2
- package/dist/types/components/stack/stack.d.ts +2 -2
- package/dist/types/components/stack/v-stack.d.ts +2 -2
- package/dist/types/components/stack/z-stack.d.ts +2 -2
- package/dist/types/components/stat/stat.d.ts +2 -2
- package/dist/types/components/status/status.d.ts +2 -2
- package/dist/types/components/status/status.style.d.ts +2 -2
- package/dist/types/components/steps/steps.d.ts +2 -2
- package/dist/types/components/steps/steps.style.d.ts +1 -1
- package/dist/types/components/steps/use-steps.d.ts +10 -10
- package/dist/types/components/switch/switch.d.ts +2 -2
- package/dist/types/components/switch/use-switch.d.ts +1 -0
- package/dist/types/components/table/table.d.ts +4 -2
- package/dist/types/components/tabs/tabs.d.ts +2 -2
- package/dist/types/components/tabs/use-tabs.d.ts +16 -16
- package/dist/types/components/tag/tag.d.ts +2 -2
- package/dist/types/components/tag/tag.style.d.ts +1 -1
- package/dist/types/components/text/text.d.ts +2 -2
- package/dist/types/components/textarea/textarea.d.ts +4 -2
- package/dist/types/components/textarea/textarea.style.d.ts +30 -30
- package/dist/types/components/textarea/use-autosize.d.ts +2 -2
- package/dist/types/components/timeline/timeline.d.ts +5 -5
- package/dist/types/components/timeline/timeline.style.d.ts +2 -2
- package/dist/types/components/tip/tip.d.ts +2 -0
- package/dist/types/components/toggle/toggle-group.d.ts +1 -1
- package/dist/types/components/toggle/toggle.d.ts +5 -3
- package/dist/types/components/toggle/use-toggle-group.d.ts +2 -2
- package/dist/types/components/toggle/use-toggle.d.ts +3 -2
- package/dist/types/components/tooltip/tooltip.d.ts +4 -2
- package/dist/types/components/visually-hidden/visually-hidden.d.ts +2 -2
- package/dist/types/components/wrap/wrap.d.ts +3 -2
- package/dist/types/core/components/create-component.d.ts +7 -9
- package/dist/types/core/components/index.types.d.ts +0 -1
- package/dist/types/core/components/use-component-style.d.ts +0 -2
- package/dist/types/core/components/utils.d.ts +0 -1
- package/dist/types/core/constant.d.ts +0 -1
- package/dist/types/core/css/calc.d.ts +0 -1
- package/dist/types/core/css/config.d.ts +0 -1
- package/dist/types/core/css/css.d.ts +0 -1
- package/dist/types/core/css/index.types.d.ts +0 -1
- package/dist/types/core/css/styles.d.ts +0 -1
- package/dist/types/core/css/token.d.ts +0 -1
- package/dist/types/core/css/use-css.d.ts +0 -1
- package/dist/types/core/css/utils.d.ts +0 -2
- package/dist/types/core/generated-theme-tokens.types.d.ts +0 -1
- package/dist/types/core/index.d.ts +0 -2
- package/dist/types/core/system/color-mode-provider.d.ts +2 -2
- package/dist/types/core/system/config.d.ts +0 -1
- package/dist/types/core/system/create-system.d.ts +0 -1
- package/dist/types/core/system/factory.d.ts +0 -1
- package/dist/types/core/system/index.types.d.ts +0 -1
- package/dist/types/core/system/storage-script.d.ts +3 -3
- package/dist/types/core/system/styled.d.ts +2 -3
- package/dist/types/core/system/system-provider.d.ts +2 -2
- package/dist/types/core/system/var.d.ts +0 -2
- package/dist/types/hooks/use-async-callback/index.d.ts +1 -0
- package/dist/types/hooks/use-breakpoint/use-breakpoint-state.d.ts +2 -2
- package/dist/types/hooks/use-clickable/index.d.ts +7 -7
- package/dist/types/hooks/use-clipboard/index.d.ts +2 -2
- package/dist/types/hooks/use-combobox/index.d.ts +13 -12
- package/dist/types/hooks/use-counter/index.d.ts +2 -2
- package/dist/types/hooks/use-descendants/index.d.ts +2 -2
- package/dist/types/hooks/use-field-sizing/index.d.ts +2 -2
- package/dist/types/hooks/use-hover/index.d.ts +2 -2
- package/dist/types/index.d.ts +103 -0
- package/dist/types/providers/i18n-provider/i18n-provider.d.ts +3 -3
- package/dist/types/providers/ui-provider/ui-provider.d.ts +3 -2
- package/dist/types/utils/children.d.ts +2 -2
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
10
10
|
fontSize: "xs" | undefined;
|
|
11
11
|
};
|
|
12
12
|
field: {
|
|
13
|
-
"&:has(
|
|
13
|
+
"&:has(~ [data-input-element])": {
|
|
14
14
|
pe: string | undefined;
|
|
15
15
|
} | {
|
|
16
16
|
[x: string]: {
|
|
@@ -21,16 +21,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
21
21
|
minW: string | undefined;
|
|
22
22
|
};
|
|
23
23
|
"--height": string | undefined;
|
|
24
|
-
"[data-input-element]
|
|
24
|
+
"[data-input-element]:has(~ &)": {
|
|
25
|
+
minW: string | undefined;
|
|
26
|
+
};
|
|
27
|
+
"[data-input-element] ~ &": {
|
|
25
28
|
ps: string | undefined;
|
|
26
29
|
} | {
|
|
27
30
|
[x: string]: {
|
|
28
31
|
ps: string | undefined;
|
|
29
32
|
};
|
|
30
33
|
};
|
|
31
|
-
"[data-input-element]:has(~ &)": {
|
|
32
|
-
minW: string | undefined;
|
|
33
|
-
};
|
|
34
34
|
minH: string | undefined;
|
|
35
35
|
"--space-x": "spaces.2";
|
|
36
36
|
"--space-y": "spaces.1.5";
|
|
@@ -38,7 +38,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
38
38
|
px: "{space-x}";
|
|
39
39
|
} | undefined;
|
|
40
40
|
root: {
|
|
41
|
-
"&:has(
|
|
41
|
+
"&:has(~ [data-input-element])": {
|
|
42
42
|
pe: string | undefined;
|
|
43
43
|
} | {
|
|
44
44
|
[x: string]: {
|
|
@@ -49,16 +49,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
49
49
|
minW: string | undefined;
|
|
50
50
|
};
|
|
51
51
|
"--height": string | undefined;
|
|
52
|
-
"[data-input-element]
|
|
52
|
+
"[data-input-element]:has(~ &)": {
|
|
53
|
+
minW: string | undefined;
|
|
54
|
+
};
|
|
55
|
+
"[data-input-element] ~ &": {
|
|
53
56
|
ps: string | undefined;
|
|
54
57
|
} | {
|
|
55
58
|
[x: string]: {
|
|
56
59
|
ps: string | undefined;
|
|
57
60
|
};
|
|
58
61
|
};
|
|
59
|
-
"[data-input-element]:has(~ &)": {
|
|
60
|
-
minW: string | undefined;
|
|
61
|
-
};
|
|
62
62
|
minH: string | undefined;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
@@ -68,7 +68,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
68
68
|
fontSize: "sm" | undefined;
|
|
69
69
|
};
|
|
70
70
|
field: {
|
|
71
|
-
"&:has(
|
|
71
|
+
"&:has(~ [data-input-element])": {
|
|
72
72
|
pe: string | undefined;
|
|
73
73
|
} | {
|
|
74
74
|
[x: string]: {
|
|
@@ -79,16 +79,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
79
79
|
minW: string | undefined;
|
|
80
80
|
};
|
|
81
81
|
"--height": string | undefined;
|
|
82
|
-
"[data-input-element]
|
|
82
|
+
"[data-input-element]:has(~ &)": {
|
|
83
|
+
minW: string | undefined;
|
|
84
|
+
};
|
|
85
|
+
"[data-input-element] ~ &": {
|
|
83
86
|
ps: string | undefined;
|
|
84
87
|
} | {
|
|
85
88
|
[x: string]: {
|
|
86
89
|
ps: string | undefined;
|
|
87
90
|
};
|
|
88
91
|
};
|
|
89
|
-
"[data-input-element]:has(~ &)": {
|
|
90
|
-
minW: string | undefined;
|
|
91
|
-
};
|
|
92
92
|
minH: string | undefined;
|
|
93
93
|
"--space-x": "spaces.2.5";
|
|
94
94
|
"--space-y": "spaces.2";
|
|
@@ -96,7 +96,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
96
96
|
px: "{space-x}";
|
|
97
97
|
} | undefined;
|
|
98
98
|
root: {
|
|
99
|
-
"&:has(
|
|
99
|
+
"&:has(~ [data-input-element])": {
|
|
100
100
|
pe: string | undefined;
|
|
101
101
|
} | {
|
|
102
102
|
[x: string]: {
|
|
@@ -107,16 +107,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
107
107
|
minW: string | undefined;
|
|
108
108
|
};
|
|
109
109
|
"--height": string | undefined;
|
|
110
|
-
"[data-input-element]
|
|
110
|
+
"[data-input-element]:has(~ &)": {
|
|
111
|
+
minW: string | undefined;
|
|
112
|
+
};
|
|
113
|
+
"[data-input-element] ~ &": {
|
|
111
114
|
ps: string | undefined;
|
|
112
115
|
} | {
|
|
113
116
|
[x: string]: {
|
|
114
117
|
ps: string | undefined;
|
|
115
118
|
};
|
|
116
119
|
};
|
|
117
|
-
"[data-input-element]:has(~ &)": {
|
|
118
|
-
minW: string | undefined;
|
|
119
|
-
};
|
|
120
120
|
minH: string | undefined;
|
|
121
121
|
};
|
|
122
122
|
};
|
|
@@ -126,7 +126,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
126
126
|
fontSize: "md" | undefined;
|
|
127
127
|
};
|
|
128
128
|
field: {
|
|
129
|
-
"&:has(
|
|
129
|
+
"&:has(~ [data-input-element])": {
|
|
130
130
|
pe: string | undefined;
|
|
131
131
|
} | {
|
|
132
132
|
[x: string]: {
|
|
@@ -137,16 +137,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
137
137
|
minW: string | undefined;
|
|
138
138
|
};
|
|
139
139
|
"--height": string | undefined;
|
|
140
|
-
"[data-input-element]
|
|
140
|
+
"[data-input-element]:has(~ &)": {
|
|
141
|
+
minW: string | undefined;
|
|
142
|
+
};
|
|
143
|
+
"[data-input-element] ~ &": {
|
|
141
144
|
ps: string | undefined;
|
|
142
145
|
} | {
|
|
143
146
|
[x: string]: {
|
|
144
147
|
ps: string | undefined;
|
|
145
148
|
};
|
|
146
149
|
};
|
|
147
|
-
"[data-input-element]:has(~ &)": {
|
|
148
|
-
minW: string | undefined;
|
|
149
|
-
};
|
|
150
150
|
minH: string | undefined;
|
|
151
151
|
"--space-x": "spaces.3";
|
|
152
152
|
"--space-y": "spaces.2";
|
|
@@ -154,7 +154,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
154
154
|
px: "{space-x}";
|
|
155
155
|
} | undefined;
|
|
156
156
|
root: {
|
|
157
|
-
"&:has(
|
|
157
|
+
"&:has(~ [data-input-element])": {
|
|
158
158
|
pe: string | undefined;
|
|
159
159
|
} | {
|
|
160
160
|
[x: string]: {
|
|
@@ -165,16 +165,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
165
165
|
minW: string | undefined;
|
|
166
166
|
};
|
|
167
167
|
"--height": string | undefined;
|
|
168
|
-
"[data-input-element]
|
|
168
|
+
"[data-input-element]:has(~ &)": {
|
|
169
|
+
minW: string | undefined;
|
|
170
|
+
};
|
|
171
|
+
"[data-input-element] ~ &": {
|
|
169
172
|
ps: string | undefined;
|
|
170
173
|
} | {
|
|
171
174
|
[x: string]: {
|
|
172
175
|
ps: string | undefined;
|
|
173
176
|
};
|
|
174
177
|
};
|
|
175
|
-
"[data-input-element]:has(~ &)": {
|
|
176
|
-
minW: string | undefined;
|
|
177
|
-
};
|
|
178
178
|
minH: string | undefined;
|
|
179
179
|
};
|
|
180
180
|
};
|
|
@@ -184,7 +184,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
184
184
|
fontSize: "lg" | undefined;
|
|
185
185
|
};
|
|
186
186
|
field: {
|
|
187
|
-
"&:has(
|
|
187
|
+
"&:has(~ [data-input-element])": {
|
|
188
188
|
pe: string | undefined;
|
|
189
189
|
} | {
|
|
190
190
|
[x: string]: {
|
|
@@ -195,16 +195,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
195
195
|
minW: string | undefined;
|
|
196
196
|
};
|
|
197
197
|
"--height": string | undefined;
|
|
198
|
-
"[data-input-element]
|
|
198
|
+
"[data-input-element]:has(~ &)": {
|
|
199
|
+
minW: string | undefined;
|
|
200
|
+
};
|
|
201
|
+
"[data-input-element] ~ &": {
|
|
199
202
|
ps: string | undefined;
|
|
200
203
|
} | {
|
|
201
204
|
[x: string]: {
|
|
202
205
|
ps: string | undefined;
|
|
203
206
|
};
|
|
204
207
|
};
|
|
205
|
-
"[data-input-element]:has(~ &)": {
|
|
206
|
-
minW: string | undefined;
|
|
207
|
-
};
|
|
208
208
|
minH: string | undefined;
|
|
209
209
|
"--space-x": "spaces.3.5";
|
|
210
210
|
"--space-y": "spaces.2.5";
|
|
@@ -212,7 +212,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
212
212
|
px: "{space-x}";
|
|
213
213
|
} | undefined;
|
|
214
214
|
root: {
|
|
215
|
-
"&:has(
|
|
215
|
+
"&:has(~ [data-input-element])": {
|
|
216
216
|
pe: string | undefined;
|
|
217
217
|
} | {
|
|
218
218
|
[x: string]: {
|
|
@@ -223,16 +223,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
223
223
|
minW: string | undefined;
|
|
224
224
|
};
|
|
225
225
|
"--height": string | undefined;
|
|
226
|
-
"[data-input-element]
|
|
226
|
+
"[data-input-element]:has(~ &)": {
|
|
227
|
+
minW: string | undefined;
|
|
228
|
+
};
|
|
229
|
+
"[data-input-element] ~ &": {
|
|
227
230
|
ps: string | undefined;
|
|
228
231
|
} | {
|
|
229
232
|
[x: string]: {
|
|
230
233
|
ps: string | undefined;
|
|
231
234
|
};
|
|
232
235
|
};
|
|
233
|
-
"[data-input-element]:has(~ &)": {
|
|
234
|
-
minW: string | undefined;
|
|
235
|
-
};
|
|
236
236
|
minH: string | undefined;
|
|
237
237
|
};
|
|
238
238
|
};
|
|
@@ -242,7 +242,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
242
242
|
fontSize: "xl" | undefined;
|
|
243
243
|
};
|
|
244
244
|
field: {
|
|
245
|
-
"&:has(
|
|
245
|
+
"&:has(~ [data-input-element])": {
|
|
246
246
|
pe: string | undefined;
|
|
247
247
|
} | {
|
|
248
248
|
[x: string]: {
|
|
@@ -253,16 +253,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
253
253
|
minW: string | undefined;
|
|
254
254
|
};
|
|
255
255
|
"--height": string | undefined;
|
|
256
|
-
"[data-input-element]
|
|
256
|
+
"[data-input-element]:has(~ &)": {
|
|
257
|
+
minW: string | undefined;
|
|
258
|
+
};
|
|
259
|
+
"[data-input-element] ~ &": {
|
|
257
260
|
ps: string | undefined;
|
|
258
261
|
} | {
|
|
259
262
|
[x: string]: {
|
|
260
263
|
ps: string | undefined;
|
|
261
264
|
};
|
|
262
265
|
};
|
|
263
|
-
"[data-input-element]:has(~ &)": {
|
|
264
|
-
minW: string | undefined;
|
|
265
|
-
};
|
|
266
266
|
minH: string | undefined;
|
|
267
267
|
"--space-x": "spaces.4";
|
|
268
268
|
"--space-y": "spaces.3";
|
|
@@ -270,7 +270,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
270
270
|
px: "{space-x}";
|
|
271
271
|
} | undefined;
|
|
272
272
|
root: {
|
|
273
|
-
"&:has(
|
|
273
|
+
"&:has(~ [data-input-element])": {
|
|
274
274
|
pe: string | undefined;
|
|
275
275
|
} | {
|
|
276
276
|
[x: string]: {
|
|
@@ -281,16 +281,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
281
281
|
minW: string | undefined;
|
|
282
282
|
};
|
|
283
283
|
"--height": string | undefined;
|
|
284
|
-
"[data-input-element]
|
|
284
|
+
"[data-input-element]:has(~ &)": {
|
|
285
|
+
minW: string | undefined;
|
|
286
|
+
};
|
|
287
|
+
"[data-input-element] ~ &": {
|
|
285
288
|
ps: string | undefined;
|
|
286
289
|
} | {
|
|
287
290
|
[x: string]: {
|
|
288
291
|
ps: string | undefined;
|
|
289
292
|
};
|
|
290
293
|
};
|
|
291
|
-
"[data-input-element]:has(~ &)": {
|
|
292
|
-
minW: string | undefined;
|
|
293
|
-
};
|
|
294
294
|
minH: string | undefined;
|
|
295
295
|
};
|
|
296
296
|
};
|
|
@@ -300,7 +300,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
300
300
|
fontSize: "xl" | undefined;
|
|
301
301
|
};
|
|
302
302
|
field: {
|
|
303
|
-
"&:has(
|
|
303
|
+
"&:has(~ [data-input-element])": {
|
|
304
304
|
pe: string | undefined;
|
|
305
305
|
} | {
|
|
306
306
|
[x: string]: {
|
|
@@ -311,16 +311,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
311
311
|
minW: string | undefined;
|
|
312
312
|
};
|
|
313
313
|
"--height": string | undefined;
|
|
314
|
-
"[data-input-element]
|
|
314
|
+
"[data-input-element]:has(~ &)": {
|
|
315
|
+
minW: string | undefined;
|
|
316
|
+
};
|
|
317
|
+
"[data-input-element] ~ &": {
|
|
315
318
|
ps: string | undefined;
|
|
316
319
|
} | {
|
|
317
320
|
[x: string]: {
|
|
318
321
|
ps: string | undefined;
|
|
319
322
|
};
|
|
320
323
|
};
|
|
321
|
-
"[data-input-element]:has(~ &)": {
|
|
322
|
-
minW: string | undefined;
|
|
323
|
-
};
|
|
324
324
|
minH: string | undefined;
|
|
325
325
|
"--space-x": "spaces.4";
|
|
326
326
|
"--space-y": "spaces.3";
|
|
@@ -328,7 +328,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
328
328
|
px: "{space-x}";
|
|
329
329
|
} | undefined;
|
|
330
330
|
root: {
|
|
331
|
-
"&:has(
|
|
331
|
+
"&:has(~ [data-input-element])": {
|
|
332
332
|
pe: string | undefined;
|
|
333
333
|
} | {
|
|
334
334
|
[x: string]: {
|
|
@@ -339,16 +339,16 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
339
339
|
minW: string | undefined;
|
|
340
340
|
};
|
|
341
341
|
"--height": string | undefined;
|
|
342
|
-
"[data-input-element]
|
|
342
|
+
"[data-input-element]:has(~ &)": {
|
|
343
|
+
minW: string | undefined;
|
|
344
|
+
};
|
|
345
|
+
"[data-input-element] ~ &": {
|
|
343
346
|
ps: string | undefined;
|
|
344
347
|
} | {
|
|
345
348
|
[x: string]: {
|
|
346
349
|
ps: string | undefined;
|
|
347
350
|
};
|
|
348
351
|
};
|
|
349
|
-
"[data-input-element]:has(~ &)": {
|
|
350
|
-
minW: string | undefined;
|
|
351
|
-
};
|
|
352
352
|
minH: string | undefined;
|
|
353
353
|
};
|
|
354
354
|
};
|
|
@@ -402,7 +402,7 @@ declare const passwordInputStyle: ComponentSlotStyle<"button" | "root" | "field"
|
|
|
402
402
|
};
|
|
403
403
|
} | undefined;
|
|
404
404
|
root: {
|
|
405
|
-
"&:not([data-input-element]
|
|
405
|
+
"&:not([data-input-element] ~ &)": {
|
|
406
406
|
ps: "0px";
|
|
407
407
|
} | {
|
|
408
408
|
[x: string]: {
|
|
@@ -2,7 +2,7 @@ import { Component, HTMLStyledProps } from "../../core/components/index.types.js
|
|
|
2
2
|
import "../../core/index.js";
|
|
3
3
|
import { UseStrengthMeterProps } from "./use-strength-meter.js";
|
|
4
4
|
import "../../index.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react847 from "react";
|
|
6
6
|
import { ReactNode } from "react";
|
|
7
7
|
|
|
8
8
|
//#region src/components/password-input/strength-meter.d.ts
|
|
@@ -21,7 +21,7 @@ interface StrengthMeterProps extends HTMLStyledProps, UseStrengthMeterProps {
|
|
|
21
21
|
*/
|
|
22
22
|
getIndicatorProps?: (percent: number) => IndicatorProps;
|
|
23
23
|
}
|
|
24
|
-
declare const StrengthMeterPropsContext:
|
|
24
|
+
declare const StrengthMeterPropsContext: react847.Context<Partial<StrengthMeterProps> | undefined>, useStrengthMeterPropsContext: () => Partial<StrengthMeterProps> | undefined;
|
|
25
25
|
declare const StrengthMeter: Component<"div", StrengthMeterProps>;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { StrengthMeter, StrengthMeterProps, StrengthMeterPropsContext, useStrengthMeterPropsContext };
|
|
@@ -3,7 +3,7 @@ import { CSSModifierObject, CSSPropObject, CSSSlotObject } from "../../core/css/
|
|
|
3
3
|
import "../../index.js";
|
|
4
4
|
|
|
5
5
|
//#region src/components/password-input/strength-meter.style.d.ts
|
|
6
|
-
declare const strengthMeterStyle: ComponentSlotStyle<"label" | "
|
|
6
|
+
declare const strengthMeterStyle: ComponentSlotStyle<"label" | "indicator" | "root" | "indicators", CSSPropObject<CSSSlotObject<"label" | "indicator" | "root" | "indicators">>, CSSModifierObject<CSSSlotObject<"label" | "indicator" | "root" | "indicators">>, CSSModifierObject<CSSSlotObject<"label" | "indicator" | "root" | "indicators">>>;
|
|
7
7
|
type StrengthMeterStyle = typeof strengthMeterStyle;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { StrengthMeterStyle, strengthMeterStyle };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { HTMLProps, PropGetter } from "../../core/components/index.types.js";
|
|
2
2
|
import "../../core/index.js";
|
|
3
3
|
import { FieldProps } from "../field/field.js";
|
|
4
|
-
import
|
|
4
|
+
import "../field/index.js";
|
|
5
|
+
import * as react848 from "react";
|
|
5
6
|
|
|
6
7
|
//#region src/components/password-input/use-password-input.d.ts
|
|
7
8
|
interface UsePasswordInputProps extends HTMLProps<"input">, FieldProps {
|
|
@@ -23,7 +24,7 @@ interface UsePasswordInputProps extends HTMLProps<"input">, FieldProps {
|
|
|
23
24
|
onVisibleChange?: (visible: boolean) => void;
|
|
24
25
|
}
|
|
25
26
|
declare const usePasswordInput: (props?: UsePasswordInputProps) => {
|
|
26
|
-
setVisible:
|
|
27
|
+
setVisible: react848.Dispatch<react848.SetStateAction<boolean>>;
|
|
27
28
|
visible: boolean;
|
|
28
29
|
getButtonProps: PropGetter<"button", undefined, undefined>;
|
|
29
30
|
getInputProps: PropGetter<"input", undefined, undefined>;
|
|
@@ -3,6 +3,7 @@ import { ThemeTokens } from "../../core/system/index.types.js";
|
|
|
3
3
|
import { HTMLStyledProps } from "../../core/components/index.types.js";
|
|
4
4
|
import "../../core/index.js";
|
|
5
5
|
import { ImageProps } from "../image/image.js";
|
|
6
|
+
import "../image/index.js";
|
|
6
7
|
import { FC } from "react";
|
|
7
8
|
|
|
8
9
|
//#region src/components/picture/picture.d.ts
|
|
@@ -4,14 +4,16 @@ import "../../core/index.js";
|
|
|
4
4
|
import { UseInputBorderProps } from "../input/use-input-border.js";
|
|
5
5
|
import { InputProps } from "../input/input.js";
|
|
6
6
|
import { GroupProps } from "../group/group.js";
|
|
7
|
+
import "../group/index.js";
|
|
8
|
+
import "../input/index.js";
|
|
7
9
|
import { PinInputStyle } from "./pin-input.style.js";
|
|
8
10
|
import { UsePinInputProps } from "./use-pin-input.js";
|
|
9
11
|
import "../../index.js";
|
|
10
|
-
import * as
|
|
12
|
+
import * as react845 from "react";
|
|
11
13
|
|
|
12
14
|
//#region src/components/pin-input/pin-input.d.ts
|
|
13
15
|
interface PinInputRootProps extends Omit<WithoutThemeProps<GroupProps, PinInputStyle>, "defaultValue" | "mask" | "onChange">, ThemeProps<PinInputStyle>, UseInputBorderProps, UsePinInputProps {}
|
|
14
|
-
declare const PinInputPropsContext:
|
|
16
|
+
declare const PinInputPropsContext: react845.Context<Partial<PinInputRootProps> | undefined>, usePinInputPropsContext: () => Partial<PinInputRootProps> | undefined;
|
|
15
17
|
/**
|
|
16
18
|
* `PinInput` is a component used to capture pin codes or OTP (One-Time Password) inputs.
|
|
17
19
|
*
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { HTMLProps, PropGetter, RequiredPropGetter } from "../../core/components/index.types.js";
|
|
2
2
|
import "../../core/index.js";
|
|
3
3
|
import { FieldProps } from "../field/field.js";
|
|
4
|
+
import "../field/index.js";
|
|
4
5
|
import { Descendant } from "../../hooks/use-descendants/index.js";
|
|
5
6
|
import "../../index.js";
|
|
6
|
-
import * as
|
|
7
|
+
import * as react839 from "react";
|
|
7
8
|
|
|
8
9
|
//#region src/components/pin-input/use-pin-input.d.ts
|
|
9
|
-
declare const PinInputDescendantsContext:
|
|
10
|
+
declare const PinInputDescendantsContext: react839.Context<{
|
|
10
11
|
active: (target?: HTMLInputElement | Descendant<HTMLInputElement, {}> | null | undefined, options?: FocusOptions) => void;
|
|
11
12
|
count: (props?: Partial<{}> | undefined) => number;
|
|
12
13
|
destroy: () => void;
|
|
@@ -25,7 +26,7 @@ declare const PinInputDescendantsContext: react794.Context<{
|
|
|
25
26
|
prevValue: (indexOrNode: number | HTMLInputElement | Descendant<HTMLInputElement, {}> | null, loop?: boolean, props?: Partial<{}> | undefined) => Descendant<HTMLInputElement, {}> | undefined;
|
|
26
27
|
register: (props?: {
|
|
27
28
|
disabled?: boolean | ((node: HTMLInputElement) => boolean) | undefined;
|
|
28
|
-
} | undefined) =>
|
|
29
|
+
} | undefined) => react839.RefCallback<HTMLInputElement>;
|
|
29
30
|
unregister: (node?: HTMLInputElement | null | undefined) => void;
|
|
30
31
|
value: (indexOrNode: number | HTMLInputElement | null) => Descendant<HTMLInputElement, {}> | undefined;
|
|
31
32
|
values: (props?: Partial<{}> | undefined) => Descendant<HTMLInputElement, {}>[];
|
|
@@ -51,12 +52,12 @@ declare const PinInputDescendantsContext: react794.Context<{
|
|
|
51
52
|
prevValue: (indexOrNode: number | HTMLInputElement | Descendant<HTMLInputElement, {}> | null, loop?: boolean, props?: Partial<{}> | undefined) => Descendant<HTMLInputElement, {}> | undefined;
|
|
52
53
|
register: (props?: {
|
|
53
54
|
disabled?: boolean | ((node: HTMLInputElement) => boolean) | undefined;
|
|
54
|
-
} | undefined) =>
|
|
55
|
+
} | undefined) => react839.RefCallback<HTMLInputElement>;
|
|
55
56
|
unregister: (node?: HTMLInputElement | null | undefined) => void;
|
|
56
57
|
value: (indexOrNode: number | HTMLInputElement | null) => Descendant<HTMLInputElement, {}> | undefined;
|
|
57
58
|
values: (props?: Partial<{}> | undefined) => Descendant<HTMLInputElement, {}>[];
|
|
58
59
|
};
|
|
59
|
-
register:
|
|
60
|
+
register: react839.RefCallback<HTMLInputElement>;
|
|
60
61
|
}, usePinInputDescendants: () => {
|
|
61
62
|
active: (target?: HTMLInputElement | Descendant<HTMLInputElement, {}> | null | undefined, options?: FocusOptions) => void;
|
|
62
63
|
count: (props?: Partial<{}> | undefined) => number;
|
|
@@ -76,7 +77,7 @@ declare const PinInputDescendantsContext: react794.Context<{
|
|
|
76
77
|
prevValue: (indexOrNode: number | HTMLInputElement | Descendant<HTMLInputElement, {}> | null, loop?: boolean, props?: Partial<{}> | undefined) => Descendant<HTMLInputElement, {}> | undefined;
|
|
77
78
|
register: (props?: {
|
|
78
79
|
disabled?: boolean | ((node: HTMLInputElement) => boolean) | undefined;
|
|
79
|
-
} | undefined) =>
|
|
80
|
+
} | undefined) => react839.RefCallback<HTMLInputElement>;
|
|
80
81
|
unregister: (node?: HTMLInputElement | null | undefined) => void;
|
|
81
82
|
value: (indexOrNode: number | HTMLInputElement | null) => Descendant<HTMLInputElement, {}> | undefined;
|
|
82
83
|
values: (props?: Partial<{}> | undefined) => Descendant<HTMLInputElement, {}>[];
|
|
@@ -162,7 +163,7 @@ declare const usePinInput: (props?: UsePinInputProps) => {
|
|
|
162
163
|
prevValue: (indexOrNode: number | HTMLInputElement | Descendant<HTMLInputElement, {}> | null, loop?: boolean, props?: Partial<{}> | undefined) => Descendant<HTMLInputElement, {}> | undefined;
|
|
163
164
|
register: (props?: {
|
|
164
165
|
disabled?: boolean | ((node: HTMLInputElement) => boolean) | undefined;
|
|
165
|
-
} | undefined) =>
|
|
166
|
+
} | undefined) => react839.RefCallback<HTMLInputElement>;
|
|
166
167
|
unregister: (node?: HTMLInputElement | null | undefined) => void;
|
|
167
168
|
value: (indexOrNode: number | HTMLInputElement | null) => Descendant<HTMLInputElement, {}> | undefined;
|
|
168
169
|
values: (props?: Partial<{}> | undefined) => Descendant<HTMLInputElement, {}>[];
|
|
@@ -3,11 +3,12 @@ import { SimplePlacement, ThemeProps } from "../../core/system/index.types.js";
|
|
|
3
3
|
import { Component, HTMLStyledProps } from "../../core/components/index.types.js";
|
|
4
4
|
import "../../core/index.js";
|
|
5
5
|
import { HTMLMotionProps, MotionTransitionProps } from "../motion/index.types.js";
|
|
6
|
+
import "../motion/index.js";
|
|
6
7
|
import { PopoverStyle } from "./popover.style.js";
|
|
7
8
|
import { PortalProps } from "../portal/portal.js";
|
|
8
9
|
import { UsePopoverProps } from "./use-popover.js";
|
|
9
10
|
import "../../index.js";
|
|
10
|
-
import * as
|
|
11
|
+
import * as react837 from "react";
|
|
11
12
|
import { FC, PropsWithChildren } from "react";
|
|
12
13
|
|
|
13
14
|
//#region src/components/popover/popover.d.ts
|
|
@@ -41,7 +42,7 @@ interface PopoverRootProps extends UsePopoverProps, PopupAnimationProps, ThemePr
|
|
|
41
42
|
*/
|
|
42
43
|
duration?: PopupAnimationProps["duration"];
|
|
43
44
|
}
|
|
44
|
-
declare const PopoverPropsContext:
|
|
45
|
+
declare const PopoverPropsContext: react837.Context<Partial<PopoverRootProps> | undefined>, usePopoverPropsContext: () => Partial<PopoverRootProps> | undefined;
|
|
45
46
|
/**
|
|
46
47
|
* `Popover` is a component that floats around an element to display information.
|
|
47
48
|
*
|
|
@@ -5,8 +5,8 @@ import "../../core/index.js";
|
|
|
5
5
|
import { ProgressStyle } from "./progress.style.js";
|
|
6
6
|
import { UseProgressProps } from "./use-progress.js";
|
|
7
7
|
import "../../index.js";
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
8
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
9
|
+
import * as react131 from "react";
|
|
10
10
|
|
|
11
11
|
//#region src/components/progress/progress.d.ts
|
|
12
12
|
interface ProgressProps extends HTMLStyledProps, UseProgressProps, ThemeProps<ProgressStyle> {
|
|
@@ -27,7 +27,7 @@ interface ProgressProps extends HTMLStyledProps, UseProgressProps, ThemeProps<Pr
|
|
|
27
27
|
*/
|
|
28
28
|
rangeProps?: ProgressRangeProps;
|
|
29
29
|
}
|
|
30
|
-
declare const ProgressPropsContext:
|
|
30
|
+
declare const ProgressPropsContext: react131.Context<Partial<ProgressProps> | undefined>, useProgressPropsContext: () => Partial<ProgressProps> | undefined;
|
|
31
31
|
/**
|
|
32
32
|
* `Progress` is a component for visually indicating progress.
|
|
33
33
|
*
|
|
@@ -125,7 +125,7 @@ declare const Progress: Component<({
|
|
|
125
125
|
bg: ["colorScheme.muted", "colorScheme.subtle"];
|
|
126
126
|
};
|
|
127
127
|
};
|
|
128
|
-
}>, keyof ProgressProps>) =>
|
|
128
|
+
}>, keyof ProgressProps>) => react_jsx_runtime1.JSX.Element, ProgressProps>;
|
|
129
129
|
interface ProgressRangeProps extends HTMLStyledProps {}
|
|
130
130
|
//#endregion
|
|
131
131
|
export { Progress, ProgressProps, ProgressPropsContext, useProgressPropsContext };
|