@marigold/components 15.4.1 → 15.4.3
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/index.d.ts +88 -88
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { AriaLabelingProps, Orientation, RefObject, Selection } from "@react-typ
|
|
|
2
2
|
import RAC, { BreadcrumbsProps as BreadcrumbsProps$1, ButtonProps as ButtonProps$1, DateValue, DialogProps as DialogProps$1, DisclosurePanelProps, DisclosureProps as DisclosureProps$1, HeadingProps, Key, ProgressBarProps, RouterProvider, SlotProps, TagListProps, TimeValue, TimeValue as TimeValue$1, ValidationResult } from "react-aria-components";
|
|
3
3
|
import { useAsyncList, useListData } from "@react-stately/data";
|
|
4
4
|
import { AspectProp, CursorProp, DateFormat, FontSizeProp, FontStyleProp, FontWeightProp, GapSpaceProp, HeightProp, MaxWidthProp, NumericFormat, PaddingBottomProp, PaddingLeftProp, PaddingRightProp, PaddingSpaceProp, PaddingSpacePropX, PaddingSpacePropY, PaddingTopProp, PlaceItemsProp, TextAlignProp, TextWrapProp, Theme, ThemeProvider, ThemeProviderProps, WhiteSpaceProps, WidthProp, alignment, useTheme } from "@marigold/system";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
6
6
|
import * as react6 from "react";
|
|
7
7
|
import React$1, { CSSProperties, ComponentPropsWithRef, Dispatch, ElementType, FormEvent, ForwardRefExoticComponent, JSX, Key as Key$1, PropsWithChildren, ReactElement, ReactNode, RefAttributes, SVGProps, SetStateAction } from "react";
|
|
8
8
|
import { AriaLabelingProps as AriaLabelingProps$1, AriaRegionProps, DistributiveOmit, NonZeroPercentage } from "@marigold/types";
|
|
@@ -37,7 +37,7 @@ declare const AccordionItem: ({
|
|
|
37
37
|
disabled,
|
|
38
38
|
expanded,
|
|
39
39
|
...props
|
|
40
|
-
}: DisclosureProps) =>
|
|
40
|
+
}: DisclosureProps) => react_jsx_runtime0.JSX.Element;
|
|
41
41
|
//#endregion
|
|
42
42
|
//#region src/Accordion/Accordion.d.ts
|
|
43
43
|
type RemovedProps$35 = 'isDisabled';
|
|
@@ -58,19 +58,19 @@ declare const Accordion: {
|
|
|
58
58
|
stickyHeader,
|
|
59
59
|
iconPosition,
|
|
60
60
|
...props
|
|
61
|
-
}: AccordionProps):
|
|
61
|
+
}: AccordionProps): react_jsx_runtime0.JSX.Element;
|
|
62
62
|
Header: ({
|
|
63
63
|
children
|
|
64
|
-
}: AccordionHeaderProps) =>
|
|
64
|
+
}: AccordionHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
65
65
|
Content: ({
|
|
66
66
|
children
|
|
67
|
-
}: AccordionPanelProps) =>
|
|
67
|
+
}: AccordionPanelProps) => react_jsx_runtime0.JSX.Element;
|
|
68
68
|
Item: ({
|
|
69
69
|
children,
|
|
70
70
|
disabled,
|
|
71
71
|
expanded,
|
|
72
72
|
...props
|
|
73
|
-
}: DisclosureProps) =>
|
|
73
|
+
}: DisclosureProps) => react_jsx_runtime0.JSX.Element;
|
|
74
74
|
};
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/Aside/Aside.d.ts
|
|
@@ -100,7 +100,7 @@ declare const Aside: ({
|
|
|
100
100
|
space,
|
|
101
101
|
side,
|
|
102
102
|
wrap
|
|
103
|
-
}: AsideProps) =>
|
|
103
|
+
}: AsideProps) => react_jsx_runtime0.JSX.Element;
|
|
104
104
|
//#endregion
|
|
105
105
|
//#region src/Aspect/Aspect.d.ts
|
|
106
106
|
interface AspectProps extends AspectProp, AriaRegionProps {
|
|
@@ -118,7 +118,7 @@ declare const Aspect: ({
|
|
|
118
118
|
ratio,
|
|
119
119
|
maxWidth,
|
|
120
120
|
children
|
|
121
|
-
}: AspectProps) =>
|
|
121
|
+
}: AspectProps) => react_jsx_runtime0.JSX.Element;
|
|
122
122
|
//#endregion
|
|
123
123
|
//#region src/HelpText/HelpText.d.ts
|
|
124
124
|
interface HelpTextProps {
|
|
@@ -139,7 +139,7 @@ declare const HelpText: ({
|
|
|
139
139
|
description,
|
|
140
140
|
errorMessage,
|
|
141
141
|
...props
|
|
142
|
-
}: HelpTextProps) =>
|
|
142
|
+
}: HelpTextProps) => react_jsx_runtime0.JSX.Element | null;
|
|
143
143
|
//#endregion
|
|
144
144
|
//#region src/FieldBase/FieldBase.d.ts
|
|
145
145
|
interface FieldBaseProps<T extends ElementType> extends WidthProp, Pick<HelpTextProps, 'description' | 'errorMessage'> {
|
|
@@ -168,7 +168,7 @@ type ListBoxItemProps = Omit<RAC.ListBoxItemProps, 'style' | 'className' | 'chil
|
|
|
168
168
|
};
|
|
169
169
|
declare const _ListBoxItem: ({
|
|
170
170
|
...props
|
|
171
|
-
}: ListBoxItemProps) =>
|
|
171
|
+
}: ListBoxItemProps) => react_jsx_runtime0.JSX.Element;
|
|
172
172
|
//#endregion
|
|
173
173
|
//#region src/ListBox/ListBoxSection.d.ts
|
|
174
174
|
interface SectionProps extends Omit<RAC.SectionProps<object>, 'className' | 'style' | 'children'> {
|
|
@@ -185,7 +185,7 @@ declare const _Section: ({
|
|
|
185
185
|
header,
|
|
186
186
|
children,
|
|
187
187
|
...props
|
|
188
|
-
}: SectionProps) =>
|
|
188
|
+
}: SectionProps) => react_jsx_runtime0.JSX.Element;
|
|
189
189
|
//#endregion
|
|
190
190
|
//#region src/ListBox/ListBox.d.ts
|
|
191
191
|
interface ListBoxProps extends Omit<RAC.ListBoxProps<object>, 'className' | 'style'> {
|
|
@@ -290,7 +290,7 @@ declare const Badge: ({
|
|
|
290
290
|
size,
|
|
291
291
|
children,
|
|
292
292
|
...props
|
|
293
|
-
}: BadgeProps) =>
|
|
293
|
+
}: BadgeProps) => react_jsx_runtime0.JSX.Element;
|
|
294
294
|
//#endregion
|
|
295
295
|
//#region src/Breadcrumbs/BreadcrumbsItem.d.ts
|
|
296
296
|
type RemovedProps$33 = 'className' | 'style';
|
|
@@ -338,7 +338,7 @@ interface BreakoutProps extends AriaRegionProps {
|
|
|
338
338
|
}
|
|
339
339
|
declare const Breakout: ({
|
|
340
340
|
children
|
|
341
|
-
}: BreakoutProps) =>
|
|
341
|
+
}: BreakoutProps) => react_jsx_runtime0.JSX.Element;
|
|
342
342
|
//#endregion
|
|
343
343
|
//#region src/Button/Button.d.ts
|
|
344
344
|
type RemovedProps$31 = 'isDisabled' | 'isPending' | 'className' | 'style';
|
|
@@ -402,7 +402,7 @@ declare const _Calendar: ({
|
|
|
402
402
|
minValue: _minValue,
|
|
403
403
|
maxValue: _maxValue,
|
|
404
404
|
...rest
|
|
405
|
-
}: CalendarProps) =>
|
|
405
|
+
}: CalendarProps) => react_jsx_runtime0.JSX.Element;
|
|
406
406
|
//#endregion
|
|
407
407
|
//#region src/Card/Card.d.ts
|
|
408
408
|
interface CardProps extends PaddingRightProp, PaddingLeftProp, PaddingBottomProp, PaddingTopProp {
|
|
@@ -439,7 +439,7 @@ declare const Card: ({
|
|
|
439
439
|
pl,
|
|
440
440
|
pr,
|
|
441
441
|
...props
|
|
442
|
-
}: CardProps) =>
|
|
442
|
+
}: CardProps) => react_jsx_runtime0.JSX.Element;
|
|
443
443
|
//#endregion
|
|
444
444
|
//#region src/Center/Center.d.ts
|
|
445
445
|
interface CenterProps extends GapSpaceProp, AriaRegionProps {
|
|
@@ -455,7 +455,7 @@ declare const Center: ({
|
|
|
455
455
|
space,
|
|
456
456
|
children,
|
|
457
457
|
...props
|
|
458
|
-
}: CenterProps) =>
|
|
458
|
+
}: CenterProps) => react_jsx_runtime0.JSX.Element;
|
|
459
459
|
//#endregion
|
|
460
460
|
//#region src/Checkbox/CheckboxGroup.d.ts
|
|
461
461
|
type RemovedProps$29 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly';
|
|
@@ -523,7 +523,7 @@ declare const _CheckboxGroup: ({
|
|
|
523
523
|
orientation,
|
|
524
524
|
collapseAt,
|
|
525
525
|
...rest
|
|
526
|
-
}: CheckboxGroupProps) =>
|
|
526
|
+
}: CheckboxGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
527
527
|
//#endregion
|
|
528
528
|
//#region src/Checkbox/Checkbox.d.ts
|
|
529
529
|
type RemovedProps$28 = 'children' | 'className' | 'style' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'isSelected' | 'isIndeterminate' | 'defaultSelected';
|
|
@@ -618,20 +618,20 @@ declare const Collapsible: {
|
|
|
618
618
|
children,
|
|
619
619
|
unstyled,
|
|
620
620
|
...props
|
|
621
|
-
}: CollapsibleProps):
|
|
621
|
+
}: CollapsibleProps): react_jsx_runtime0.JSX.Element;
|
|
622
622
|
Trigger: ({
|
|
623
623
|
variant,
|
|
624
624
|
size,
|
|
625
625
|
children,
|
|
626
626
|
level,
|
|
627
627
|
...props
|
|
628
|
-
}: CollapsibleProps$1) =>
|
|
628
|
+
}: CollapsibleProps$1) => react_jsx_runtime0.JSX.Element;
|
|
629
629
|
Content: ({
|
|
630
630
|
variant,
|
|
631
631
|
size,
|
|
632
632
|
children,
|
|
633
633
|
...props
|
|
634
|
-
}: CollapsibleContentProps) =>
|
|
634
|
+
}: CollapsibleContentProps) => react_jsx_runtime0.JSX.Element;
|
|
635
635
|
};
|
|
636
636
|
//#endregion
|
|
637
637
|
//#region src/Columns/Columns.d.ts
|
|
@@ -661,7 +661,7 @@ declare const Columns: ({
|
|
|
661
661
|
stretch,
|
|
662
662
|
children,
|
|
663
663
|
...props
|
|
664
|
-
}: ColumnsProps) =>
|
|
664
|
+
}: ColumnsProps) => react_jsx_runtime0.JSX.Element;
|
|
665
665
|
//#endregion
|
|
666
666
|
//#region src/ComboBox/ComboBox.d.ts
|
|
667
667
|
type RemovedProps$27 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'defaultInputValue' | 'inputValue' | 'onInputChange';
|
|
@@ -765,7 +765,7 @@ declare const Container: ({
|
|
|
765
765
|
space,
|
|
766
766
|
children,
|
|
767
767
|
...props
|
|
768
|
-
}: ContainerProps) =>
|
|
768
|
+
}: ContainerProps) => react_jsx_runtime0.JSX.Element;
|
|
769
769
|
//#endregion
|
|
770
770
|
//#region src/icons/Icons.types.d.ts
|
|
771
771
|
interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> {
|
|
@@ -782,7 +782,7 @@ declare const ContextualHelpContent: ({
|
|
|
782
782
|
children,
|
|
783
783
|
variant,
|
|
784
784
|
size
|
|
785
|
-
}: ContextualHelpContentProps) =>
|
|
785
|
+
}: ContextualHelpContentProps) => react_jsx_runtime0.JSX.Element;
|
|
786
786
|
//#endregion
|
|
787
787
|
//#region src/ContextualHelp/ContextualHelpTitle.d.ts
|
|
788
788
|
interface ContextualHelpTitleProps {
|
|
@@ -794,7 +794,7 @@ declare const ContextualHelpTitle: ({
|
|
|
794
794
|
children,
|
|
795
795
|
variant,
|
|
796
796
|
size
|
|
797
|
-
}: ContextualHelpTitleProps) =>
|
|
797
|
+
}: ContextualHelpTitleProps) => react_jsx_runtime0.JSX.Element;
|
|
798
798
|
//#endregion
|
|
799
799
|
//#region src/ContextualHelp/ContextualHelp.d.ts
|
|
800
800
|
declare const icons$1: {
|
|
@@ -802,12 +802,12 @@ declare const icons$1: {
|
|
|
802
802
|
size,
|
|
803
803
|
className,
|
|
804
804
|
...props
|
|
805
|
-
}: IconProps) =>
|
|
805
|
+
}: IconProps) => react_jsx_runtime0.JSX.Element;
|
|
806
806
|
info: ({
|
|
807
807
|
size,
|
|
808
808
|
className,
|
|
809
809
|
...props
|
|
810
|
-
}: IconProps) =>
|
|
810
|
+
}: IconProps) => react_jsx_runtime0.JSX.Element;
|
|
811
811
|
};
|
|
812
812
|
interface ContextualHelpComponent extends ForwardRefExoticComponent<ContextualHelpProps & RefAttributes<HTMLInputElement>> {
|
|
813
813
|
/**
|
|
@@ -955,7 +955,7 @@ declare const DialogActions: ({
|
|
|
955
955
|
variant,
|
|
956
956
|
size,
|
|
957
957
|
children
|
|
958
|
-
}: DialogActions) =>
|
|
958
|
+
}: DialogActions) => react_jsx_runtime0.JSX.Element;
|
|
959
959
|
//#endregion
|
|
960
960
|
//#region src/Dialog/DialogContent.d.ts
|
|
961
961
|
interface DialogContentProps {
|
|
@@ -970,7 +970,7 @@ declare const DialogContent: ({
|
|
|
970
970
|
variant,
|
|
971
971
|
size,
|
|
972
972
|
children
|
|
973
|
-
}: DialogContentProps) =>
|
|
973
|
+
}: DialogContentProps) => react_jsx_runtime0.JSX.Element;
|
|
974
974
|
//#endregion
|
|
975
975
|
//#region src/Dialog/DialogTitle.d.ts
|
|
976
976
|
interface DialogTitleProps {
|
|
@@ -983,7 +983,7 @@ declare const DialogTitle: ({
|
|
|
983
983
|
variant,
|
|
984
984
|
size,
|
|
985
985
|
children
|
|
986
|
-
}: DialogTitleProps) =>
|
|
986
|
+
}: DialogTitleProps) => react_jsx_runtime0.JSX.Element;
|
|
987
987
|
//#endregion
|
|
988
988
|
//#region src/Dialog/Context.d.ts
|
|
989
989
|
interface DialogContextProps extends RAC.ModalOverlayProps {
|
|
@@ -1064,7 +1064,7 @@ declare const ConfirmationDialog: {
|
|
|
1064
1064
|
variant,
|
|
1065
1065
|
size,
|
|
1066
1066
|
...props
|
|
1067
|
-
}: ConfirmationDialogProps):
|
|
1067
|
+
}: ConfirmationDialogProps): react_jsx_runtime0.JSX.Element;
|
|
1068
1068
|
Trigger: ({
|
|
1069
1069
|
open,
|
|
1070
1070
|
dismissable,
|
|
@@ -1082,7 +1082,7 @@ type ConfirmationFn = (props: ConfirmationConfig) => Promise<ConfirmationResult>
|
|
|
1082
1082
|
declare const ConfirmationContext: react6.Context<ConfirmationFn | null>;
|
|
1083
1083
|
declare const ConfirmationProvider: ({
|
|
1084
1084
|
children
|
|
1085
|
-
}: PropsWithChildren) =>
|
|
1085
|
+
}: PropsWithChildren) => react_jsx_runtime0.JSX.Element;
|
|
1086
1086
|
declare const useConfirmation: () => ConfirmationFn;
|
|
1087
1087
|
//#endregion
|
|
1088
1088
|
//#region src/Divider/Divider.d.ts
|
|
@@ -1093,7 +1093,7 @@ interface DividerProps extends Omit<RAC.SeparatorProps, RemovedProps$23> {
|
|
|
1093
1093
|
declare const _Divider: ({
|
|
1094
1094
|
variant,
|
|
1095
1095
|
...props
|
|
1096
|
-
}: DividerProps) =>
|
|
1096
|
+
}: DividerProps) => react_jsx_runtime0.JSX.Element;
|
|
1097
1097
|
//#endregion
|
|
1098
1098
|
//#region src/Drawer/DrawerTrigger.d.ts
|
|
1099
1099
|
interface DrawerTriggerProps extends Omit<RAC.DialogTriggerProps, 'isOpen'> {
|
|
@@ -1137,7 +1137,7 @@ declare const DrawerActions: ({
|
|
|
1137
1137
|
variant,
|
|
1138
1138
|
size,
|
|
1139
1139
|
children
|
|
1140
|
-
}: DrawerActions) =>
|
|
1140
|
+
}: DrawerActions) => react_jsx_runtime0.JSX.Element;
|
|
1141
1141
|
//#endregion
|
|
1142
1142
|
//#region src/Drawer/Drawer.d.ts
|
|
1143
1143
|
interface DrawerProps extends Omit<DialogProps$1, 'className' | 'style' | 'isOpen' | 'role'> {
|
|
@@ -1184,27 +1184,27 @@ declare const Drawer: {
|
|
|
1184
1184
|
role,
|
|
1185
1185
|
placement,
|
|
1186
1186
|
...props
|
|
1187
|
-
}: DrawerProps):
|
|
1187
|
+
}: DrawerProps): react_jsx_runtime0.JSX.Element;
|
|
1188
1188
|
Trigger: ({
|
|
1189
1189
|
open,
|
|
1190
1190
|
children,
|
|
1191
1191
|
...props
|
|
1192
|
-
}: DrawerTriggerProps) =>
|
|
1192
|
+
}: DrawerTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
1193
1193
|
Title: ({
|
|
1194
1194
|
variant,
|
|
1195
1195
|
size,
|
|
1196
1196
|
children
|
|
1197
|
-
}: DrawerTitleProps) =>
|
|
1197
|
+
}: DrawerTitleProps) => react_jsx_runtime0.JSX.Element;
|
|
1198
1198
|
Content: ({
|
|
1199
1199
|
variant,
|
|
1200
1200
|
size,
|
|
1201
1201
|
children
|
|
1202
|
-
}: DrawerContentProps) =>
|
|
1202
|
+
}: DrawerContentProps) => react_jsx_runtime0.JSX.Element;
|
|
1203
1203
|
Actions: ({
|
|
1204
1204
|
variant,
|
|
1205
1205
|
size,
|
|
1206
1206
|
children
|
|
1207
|
-
}: DrawerActions) =>
|
|
1207
|
+
}: DrawerActions) => react_jsx_runtime0.JSX.Element;
|
|
1208
1208
|
};
|
|
1209
1209
|
//#endregion
|
|
1210
1210
|
//#region src/Form/Form.d.ts
|
|
@@ -1219,7 +1219,7 @@ declare const _Form: ({
|
|
|
1219
1219
|
unstyled,
|
|
1220
1220
|
maxWidth,
|
|
1221
1221
|
...props
|
|
1222
|
-
}: FormProps) =>
|
|
1222
|
+
}: FormProps) => react_jsx_runtime0.JSX.Element;
|
|
1223
1223
|
//#endregion
|
|
1224
1224
|
//#region src/Grid/GridArea.d.ts
|
|
1225
1225
|
interface GridAreaProps {
|
|
@@ -1272,11 +1272,11 @@ declare const Grid: {
|
|
|
1272
1272
|
height,
|
|
1273
1273
|
space,
|
|
1274
1274
|
...props
|
|
1275
|
-
}: GridProps):
|
|
1275
|
+
}: GridProps): react_jsx_runtime0.JSX.Element;
|
|
1276
1276
|
Area: ({
|
|
1277
1277
|
name,
|
|
1278
1278
|
children
|
|
1279
|
-
}: GridAreaProps) =>
|
|
1279
|
+
}: GridAreaProps) => react_jsx_runtime0.JSX.Element;
|
|
1280
1280
|
};
|
|
1281
1281
|
//#endregion
|
|
1282
1282
|
//#region src/Headline/Headline.d.ts
|
|
@@ -1308,7 +1308,7 @@ declare const _Headline: ({
|
|
|
1308
1308
|
color,
|
|
1309
1309
|
level,
|
|
1310
1310
|
...props
|
|
1311
|
-
}: HeadlineProps) =>
|
|
1311
|
+
}: HeadlineProps) => react_jsx_runtime0.JSX.Element;
|
|
1312
1312
|
//#endregion
|
|
1313
1313
|
//#region src/IconButton/IconButton.d.ts
|
|
1314
1314
|
interface IconButtonProps extends RAC.ButtonProps {
|
|
@@ -1322,7 +1322,7 @@ declare const IconButton: ({
|
|
|
1322
1322
|
variant,
|
|
1323
1323
|
size,
|
|
1324
1324
|
...props
|
|
1325
|
-
}: IconButtonProps) =>
|
|
1325
|
+
}: IconButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
1326
1326
|
//#endregion
|
|
1327
1327
|
//#region src/Inline/Inline.d.ts
|
|
1328
1328
|
declare const inlineAlignmentY: {
|
|
@@ -1356,7 +1356,7 @@ declare const Inline: ({
|
|
|
1356
1356
|
alignY,
|
|
1357
1357
|
children,
|
|
1358
1358
|
...props
|
|
1359
|
-
}: InlineProps) =>
|
|
1359
|
+
}: InlineProps) => react_jsx_runtime0.JSX.Element;
|
|
1360
1360
|
//#endregion
|
|
1361
1361
|
//#region src/Input/Input.d.ts
|
|
1362
1362
|
type RemovedProps$22 = 'className' | 'style' | 'size';
|
|
@@ -1409,7 +1409,7 @@ declare const Inset: ({
|
|
|
1409
1409
|
spaceX,
|
|
1410
1410
|
spaceY,
|
|
1411
1411
|
children
|
|
1412
|
-
}: InsetProps) =>
|
|
1412
|
+
}: InsetProps) => react_jsx_runtime0.JSX.Element;
|
|
1413
1413
|
//#endregion
|
|
1414
1414
|
//#region src/Label/Label.d.ts
|
|
1415
1415
|
type RemovedProps$21 = 'className';
|
|
@@ -1422,7 +1422,7 @@ declare const _Label: ({
|
|
|
1422
1422
|
variant,
|
|
1423
1423
|
children,
|
|
1424
1424
|
...props
|
|
1425
|
-
}: LabelProps) =>
|
|
1425
|
+
}: LabelProps) => react_jsx_runtime0.JSX.Element;
|
|
1426
1426
|
//#endregion
|
|
1427
1427
|
//#region src/Link/Link.d.ts
|
|
1428
1428
|
type RemovedProps$20 = 'className' | 'isDisabled' | 'slot';
|
|
@@ -1488,11 +1488,11 @@ declare const List: {
|
|
|
1488
1488
|
variant,
|
|
1489
1489
|
size,
|
|
1490
1490
|
...props
|
|
1491
|
-
}: ListProps):
|
|
1491
|
+
}: ListProps): react_jsx_runtime0.JSX.Element;
|
|
1492
1492
|
Item: ({
|
|
1493
1493
|
children,
|
|
1494
1494
|
...props
|
|
1495
|
-
}: ListItemProps) =>
|
|
1495
|
+
}: ListItemProps) => react_jsx_runtime0.JSX.Element;
|
|
1496
1496
|
};
|
|
1497
1497
|
//#endregion
|
|
1498
1498
|
//#region src/Menu/MenuItem.d.ts
|
|
@@ -1560,18 +1560,18 @@ declare const _Menu: {
|
|
|
1560
1560
|
placement,
|
|
1561
1561
|
"aria-label": ariaLabel,
|
|
1562
1562
|
...props
|
|
1563
|
-
}: MenuProps):
|
|
1563
|
+
}: MenuProps): react_jsx_runtime0.JSX.Element;
|
|
1564
1564
|
Item: ({
|
|
1565
1565
|
children,
|
|
1566
1566
|
variant,
|
|
1567
1567
|
size,
|
|
1568
1568
|
...props
|
|
1569
|
-
}: MenuItemProps) =>
|
|
1569
|
+
}: MenuItemProps) => react_jsx_runtime0.JSX.Element;
|
|
1570
1570
|
Section: ({
|
|
1571
1571
|
children,
|
|
1572
1572
|
title,
|
|
1573
1573
|
...props
|
|
1574
|
-
}: MenuSectionProps) =>
|
|
1574
|
+
}: MenuSectionProps) => react_jsx_runtime0.JSX.Element;
|
|
1575
1575
|
};
|
|
1576
1576
|
//#endregion
|
|
1577
1577
|
//#region src/Menu/ActionMenu.d.ts
|
|
@@ -1580,18 +1580,18 @@ declare const ActionMenu: {
|
|
|
1580
1580
|
({
|
|
1581
1581
|
children,
|
|
1582
1582
|
...props
|
|
1583
|
-
}: ActionMenuProps):
|
|
1583
|
+
}: ActionMenuProps): react_jsx_runtime0.JSX.Element;
|
|
1584
1584
|
Item: ({
|
|
1585
1585
|
children,
|
|
1586
1586
|
variant,
|
|
1587
1587
|
size,
|
|
1588
1588
|
...props
|
|
1589
|
-
}: MenuItemProps) =>
|
|
1589
|
+
}: MenuItemProps) => react_jsx_runtime0.JSX.Element;
|
|
1590
1590
|
Section: ({
|
|
1591
1591
|
children,
|
|
1592
1592
|
title,
|
|
1593
1593
|
...props
|
|
1594
|
-
}: MenuSectionProps) =>
|
|
1594
|
+
}: MenuSectionProps) => react_jsx_runtime0.JSX.Element;
|
|
1595
1595
|
};
|
|
1596
1596
|
//#endregion
|
|
1597
1597
|
//#region src/Multiselect/Multiselect.d.ts
|
|
@@ -1719,7 +1719,7 @@ declare const Multiselect: ({
|
|
|
1719
1719
|
onSelectionChange,
|
|
1720
1720
|
width,
|
|
1721
1721
|
...rest
|
|
1722
|
-
}: MultipleSelectProps) =>
|
|
1722
|
+
}: MultipleSelectProps) => react_jsx_runtime0.JSX.Element;
|
|
1723
1723
|
//#endregion
|
|
1724
1724
|
//#region src/NumberField/NumberField.d.ts
|
|
1725
1725
|
type RemovedProps$15 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'size';
|
|
@@ -1861,7 +1861,7 @@ declare const Underlay: ({
|
|
|
1861
1861
|
dismissable,
|
|
1862
1862
|
keyboardDismissable,
|
|
1863
1863
|
...rest
|
|
1864
|
-
}: UnderlayProps) =>
|
|
1864
|
+
}: UnderlayProps) => react_jsx_runtime0.JSX.Element;
|
|
1865
1865
|
//#endregion
|
|
1866
1866
|
//#region src/Pagination/Pagination.d.ts
|
|
1867
1867
|
interface PaginationProps {
|
|
@@ -1896,7 +1896,7 @@ declare const _Pagination: ({
|
|
|
1896
1896
|
totalItems,
|
|
1897
1897
|
pageSize,
|
|
1898
1898
|
...props
|
|
1899
|
-
}: PaginationProps) =>
|
|
1899
|
+
}: PaginationProps) => react_jsx_runtime0.JSX.Element;
|
|
1900
1900
|
//#endregion
|
|
1901
1901
|
//#region src/ProgressCycle/ProgressCycle.d.ts
|
|
1902
1902
|
interface ProgressCycleProps extends RAC.ProgressBarProps {
|
|
@@ -1909,7 +1909,7 @@ interface ProgressCycleProps extends RAC.ProgressBarProps {
|
|
|
1909
1909
|
declare const ProgressCycle: ({
|
|
1910
1910
|
size,
|
|
1911
1911
|
...props
|
|
1912
|
-
}: ProgressCycleProps) =>
|
|
1912
|
+
}: ProgressCycleProps) => react_jsx_runtime0.JSX.Element;
|
|
1913
1913
|
//#endregion
|
|
1914
1914
|
//#region src/Provider/MarigoldProvider.d.ts
|
|
1915
1915
|
type MarigoldProviderProps<T extends Theme> = ThemeProviderProps<T>;
|
|
@@ -1917,7 +1917,7 @@ declare function MarigoldProvider<T extends Theme>({
|
|
|
1917
1917
|
children,
|
|
1918
1918
|
className,
|
|
1919
1919
|
theme
|
|
1920
|
-
}: MarigoldProviderProps<T>):
|
|
1920
|
+
}: MarigoldProviderProps<T>): react_jsx_runtime0.JSX.Element;
|
|
1921
1921
|
//#endregion
|
|
1922
1922
|
//#region src/Provider/OverlayContainerProvider.d.ts
|
|
1923
1923
|
interface OverlayContainerProps extends PropsWithChildren {
|
|
@@ -1932,7 +1932,7 @@ interface OverlayContainerProps extends PropsWithChildren {
|
|
|
1932
1932
|
declare const OverlayContainerProvider: ({
|
|
1933
1933
|
container,
|
|
1934
1934
|
children
|
|
1935
|
-
}: OverlayContainerProps) =>
|
|
1935
|
+
}: OverlayContainerProps) => react_jsx_runtime0.JSX.Element;
|
|
1936
1936
|
//#endregion
|
|
1937
1937
|
//#region src/Radio/RadioGroup.d.ts
|
|
1938
1938
|
type RemovedProps$14 = 'className' | 'style' | 'isDisabled' | 'isInvalid' | 'isRequired' | 'isSelected';
|
|
@@ -2016,7 +2016,7 @@ declare const _RadioGroup: ({
|
|
|
2016
2016
|
width,
|
|
2017
2017
|
collapseAt,
|
|
2018
2018
|
...rest
|
|
2019
|
-
}: RadioGroupProps) =>
|
|
2019
|
+
}: RadioGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
2020
2020
|
//#endregion
|
|
2021
2021
|
//#region src/Radio/Radio.d.ts
|
|
2022
2022
|
type RemovedProps$13 = 'className' | 'style' | 'children' | 'isDisabled';
|
|
@@ -2060,7 +2060,7 @@ declare const Scrollable: ({
|
|
|
2060
2060
|
width,
|
|
2061
2061
|
height,
|
|
2062
2062
|
...props
|
|
2063
|
-
}: ScrollableProps) =>
|
|
2063
|
+
}: ScrollableProps) => react_jsx_runtime0.JSX.Element;
|
|
2064
2064
|
//#endregion
|
|
2065
2065
|
//#region src/SearchField/SearchField.d.ts
|
|
2066
2066
|
type RemovedProps$12 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'value' | 'defaultValue';
|
|
@@ -2136,22 +2136,22 @@ declare const icons: {
|
|
|
2136
2136
|
size,
|
|
2137
2137
|
className,
|
|
2138
2138
|
...props
|
|
2139
|
-
}: IconProps) =>
|
|
2139
|
+
}: IconProps) => react_jsx_runtime0.JSX.Element;
|
|
2140
2140
|
readonly info: ({
|
|
2141
2141
|
size,
|
|
2142
2142
|
className,
|
|
2143
2143
|
...props
|
|
2144
|
-
}: IconProps) =>
|
|
2144
|
+
}: IconProps) => react_jsx_runtime0.JSX.Element;
|
|
2145
2145
|
readonly warning: ({
|
|
2146
2146
|
size,
|
|
2147
2147
|
className,
|
|
2148
2148
|
...props
|
|
2149
|
-
}: IconProps) =>
|
|
2149
|
+
}: IconProps) => react_jsx_runtime0.JSX.Element;
|
|
2150
2150
|
readonly error: ({
|
|
2151
2151
|
size,
|
|
2152
2152
|
className,
|
|
2153
2153
|
...props
|
|
2154
|
-
}: IconProps) =>
|
|
2154
|
+
}: IconProps) => react_jsx_runtime0.JSX.Element;
|
|
2155
2155
|
};
|
|
2156
2156
|
interface SectionMessageProps {
|
|
2157
2157
|
variant?: keyof typeof icons;
|
|
@@ -2182,13 +2182,13 @@ declare const SectionMessage: {
|
|
|
2182
2182
|
close,
|
|
2183
2183
|
onCloseChange,
|
|
2184
2184
|
...props
|
|
2185
|
-
}: SectionMessageProps):
|
|
2185
|
+
}: SectionMessageProps): react_jsx_runtime0.JSX.Element | null;
|
|
2186
2186
|
Title: ({
|
|
2187
2187
|
children
|
|
2188
|
-
}: SectionMessageTitleProps) =>
|
|
2188
|
+
}: SectionMessageTitleProps) => react_jsx_runtime0.JSX.Element;
|
|
2189
2189
|
Content: ({
|
|
2190
2190
|
children
|
|
2191
|
-
}: SectionMessageContentProps) =>
|
|
2191
|
+
}: SectionMessageContentProps) => react_jsx_runtime0.JSX.Element;
|
|
2192
2192
|
};
|
|
2193
2193
|
//#endregion
|
|
2194
2194
|
//#region src/Select/Select.d.ts
|
|
@@ -2245,12 +2245,12 @@ interface SelectProps<T extends object, M extends SelectionMode = 'single'> exte
|
|
|
2245
2245
|
declare const Select: (<T extends object, M extends SelectionMode = "single">(props: SelectProps<T, M> & react6.RefAttributes<HTMLButtonElement>) => react6.ReactElement | null) & {
|
|
2246
2246
|
Option: ({
|
|
2247
2247
|
...props
|
|
2248
|
-
}: ListBoxItemProps) =>
|
|
2248
|
+
}: ListBoxItemProps) => react_jsx_runtime0.JSX.Element;
|
|
2249
2249
|
Section: ({
|
|
2250
2250
|
header,
|
|
2251
2251
|
children,
|
|
2252
2252
|
...props
|
|
2253
|
-
}: SectionProps) =>
|
|
2253
|
+
}: SectionProps) => react_jsx_runtime0.JSX.Element;
|
|
2254
2254
|
};
|
|
2255
2255
|
//#endregion
|
|
2256
2256
|
//#region src/SelectList/SelectListAction.d.ts
|
|
@@ -2259,7 +2259,7 @@ interface SelectListAction {
|
|
|
2259
2259
|
}
|
|
2260
2260
|
declare const SelectListAction: ({
|
|
2261
2261
|
children
|
|
2262
|
-
}: SelectListAction) =>
|
|
2262
|
+
}: SelectListAction) => react_jsx_runtime0.JSX.Element;
|
|
2263
2263
|
//#endregion
|
|
2264
2264
|
//#region src/SelectList/SelectListItem.d.ts
|
|
2265
2265
|
type RemovedProps$10 = 'className' | 'style' | 'isDisabled';
|
|
@@ -2322,7 +2322,7 @@ interface SliderProps<T> extends Omit<RAC.SliderProps<T>, 'children' | 'isDisabl
|
|
|
2322
2322
|
declare const _Slider: react6.ForwardRefExoticComponent<SliderProps<number | number[]> & react6.RefAttributes<HTMLDivElement>>;
|
|
2323
2323
|
//#endregion
|
|
2324
2324
|
//#region src/Split/Split.d.ts
|
|
2325
|
-
declare const Split: () =>
|
|
2325
|
+
declare const Split: () => react_jsx_runtime0.JSX.Element;
|
|
2326
2326
|
//#endregion
|
|
2327
2327
|
//#region src/Stack/Stack.d.ts
|
|
2328
2328
|
interface StackProps extends GapSpaceProp, AriaRegionProps {
|
|
@@ -2358,7 +2358,7 @@ declare const Stack: ({
|
|
|
2358
2358
|
alignY,
|
|
2359
2359
|
asList,
|
|
2360
2360
|
...props
|
|
2361
|
-
}: StackProps) =>
|
|
2361
|
+
}: StackProps) => react_jsx_runtime0.JSX.Element;
|
|
2362
2362
|
//#endregion
|
|
2363
2363
|
//#region src/Switch/Switch.d.ts
|
|
2364
2364
|
type RemovedProps$9 = 'children' | 'className' | 'isDisabled' | 'isReadOnly' | 'isSelected' | 'children' | 'slot';
|
|
@@ -2471,13 +2471,13 @@ declare const _Tabs: {
|
|
|
2471
2471
|
variant,
|
|
2472
2472
|
size,
|
|
2473
2473
|
...rest
|
|
2474
|
-
}: TabsProps):
|
|
2474
|
+
}: TabsProps): react_jsx_runtime0.JSX.Element;
|
|
2475
2475
|
List: ({
|
|
2476
2476
|
space,
|
|
2477
2477
|
...props
|
|
2478
|
-
}: TabListProps) =>
|
|
2479
|
-
TabPanel: (props: TabPanelProps) =>
|
|
2480
|
-
Item: (props: TabProps) =>
|
|
2478
|
+
}: TabListProps) => react_jsx_runtime0.JSX.Element;
|
|
2479
|
+
TabPanel: (props: TabPanelProps) => react_jsx_runtime0.JSX.Element;
|
|
2480
|
+
Item: (props: TabProps) => react_jsx_runtime0.JSX.Element;
|
|
2481
2481
|
};
|
|
2482
2482
|
//#endregion
|
|
2483
2483
|
//#region src/TagGroup/TagGroup.d.ts
|
|
@@ -2513,7 +2513,7 @@ declare const _TagGroup: ({
|
|
|
2513
2513
|
name,
|
|
2514
2514
|
removeAll,
|
|
2515
2515
|
...rest
|
|
2516
|
-
}: TagGroupProps) =>
|
|
2516
|
+
}: TagGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
2517
2517
|
//#endregion
|
|
2518
2518
|
//#region src/TagGroup/Tag.d.ts
|
|
2519
2519
|
type RemovedProps$7 = 'className' | 'style' | 'isDisabled';
|
|
@@ -2530,7 +2530,7 @@ declare const _Tag: {
|
|
|
2530
2530
|
children,
|
|
2531
2531
|
disabled,
|
|
2532
2532
|
...rest
|
|
2533
|
-
}: TagProps):
|
|
2533
|
+
}: TagProps): react_jsx_runtime0.JSX.Element;
|
|
2534
2534
|
Group: ({
|
|
2535
2535
|
items,
|
|
2536
2536
|
children,
|
|
@@ -2540,7 +2540,7 @@ declare const _Tag: {
|
|
|
2540
2540
|
name,
|
|
2541
2541
|
removeAll,
|
|
2542
2542
|
...rest
|
|
2543
|
-
}: TagGroupProps) =>
|
|
2543
|
+
}: TagGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
2544
2544
|
};
|
|
2545
2545
|
//#endregion
|
|
2546
2546
|
//#region src/Text/Text.d.ts
|
|
@@ -2581,7 +2581,7 @@ declare const _Text: ({
|
|
|
2581
2581
|
children,
|
|
2582
2582
|
as,
|
|
2583
2583
|
...props
|
|
2584
|
-
}: TextProps) =>
|
|
2584
|
+
}: TextProps) => react_jsx_runtime0.JSX.Element;
|
|
2585
2585
|
//#endregion
|
|
2586
2586
|
//#region src/TextArea/TextArea.d.ts
|
|
2587
2587
|
type RemovedProps$5 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'value' | 'defaultValue';
|
|
@@ -2723,7 +2723,7 @@ declare const Tiles: ({
|
|
|
2723
2723
|
tilesWidth,
|
|
2724
2724
|
children,
|
|
2725
2725
|
...props
|
|
2726
|
-
}: TilesProps) =>
|
|
2726
|
+
}: TilesProps) => react_jsx_runtime0.JSX.Element;
|
|
2727
2727
|
//#endregion
|
|
2728
2728
|
//#region src/TimeField/TimeField.d.ts
|
|
2729
2729
|
type RemovedProps$3 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'slot';
|
|
@@ -2788,7 +2788,7 @@ interface ToastProps {
|
|
|
2788
2788
|
}
|
|
2789
2789
|
declare const Toast: ({
|
|
2790
2790
|
toast
|
|
2791
|
-
}: ToastProps) =>
|
|
2791
|
+
}: ToastProps) => react_jsx_runtime0.JSX.Element;
|
|
2792
2792
|
//#endregion
|
|
2793
2793
|
//#region src/Toast/ToastProvider.d.ts
|
|
2794
2794
|
interface ToastProviderProps extends Omit<RAC.ToastRegionProps<object>, RemovedProps$2> {
|
|
@@ -2798,7 +2798,7 @@ type RemovedProps$2 = 'children' | 'className' | 'style' | 'queue';
|
|
|
2798
2798
|
type ToastPosition = 'bottom-left' | 'bottom-right' | 'top-left' | 'top-right' | 'top' | 'bottom';
|
|
2799
2799
|
declare const ToastProvider: ({
|
|
2800
2800
|
position
|
|
2801
|
-
}: ToastProviderProps) =>
|
|
2801
|
+
}: ToastProviderProps) => react_jsx_runtime0.JSX.Element;
|
|
2802
2802
|
//#endregion
|
|
2803
2803
|
//#region src/Toast/ToastQueue.d.ts
|
|
2804
2804
|
declare function useToast(): {
|
|
@@ -2851,14 +2851,14 @@ declare const _Tooltip: {
|
|
|
2851
2851
|
size,
|
|
2852
2852
|
open,
|
|
2853
2853
|
...rest
|
|
2854
|
-
}: TooltipProps):
|
|
2854
|
+
}: TooltipProps): react_jsx_runtime0.JSX.Element;
|
|
2855
2855
|
Trigger: ({
|
|
2856
2856
|
delay,
|
|
2857
2857
|
children,
|
|
2858
2858
|
disabled,
|
|
2859
2859
|
open,
|
|
2860
2860
|
...rest
|
|
2861
|
-
}: TooltipTriggerProps) =>
|
|
2861
|
+
}: TooltipTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
2862
2862
|
};
|
|
2863
2863
|
//#endregion
|
|
2864
2864
|
//#region src/XLoader/BaseLoader.d.ts
|
|
@@ -2883,7 +2883,7 @@ declare const XLoader: ({
|
|
|
2883
2883
|
mode,
|
|
2884
2884
|
variant,
|
|
2885
2885
|
...props
|
|
2886
|
-
}: XLoaderProps) =>
|
|
2886
|
+
}: XLoaderProps) => react_jsx_runtime0.JSX.Element;
|
|
2887
2887
|
//#endregion
|
|
2888
2888
|
//#region src/utils/form.utils.d.ts
|
|
2889
2889
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/components",
|
|
3
|
-
"version": "15.4.
|
|
3
|
+
"version": "15.4.3",
|
|
4
4
|
"description": "Components for the Marigold Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@react-types/table": "^3.13.4",
|
|
56
56
|
"react-aria-components": "^1.13.0",
|
|
57
57
|
"react-stately": "^3.42.0",
|
|
58
|
-
"@marigold/system": "15.4.
|
|
58
|
+
"@marigold/system": "15.4.3",
|
|
59
59
|
"@marigold/types": "1.4.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"react": "19.2.0",
|
|
69
69
|
"react-dom": "19.2.0",
|
|
70
70
|
"tsdown": "0.15.6",
|
|
71
|
-
"@marigold/icons": "1.3.
|
|
71
|
+
"@marigold/icons": "1.3.27",
|
|
72
72
|
"@marigold/tsconfig": "0.4.1"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|