@marigold/components 17.0.0 → 17.0.1

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.
Files changed (2) hide show
  1. package/dist/index.d.cts +111 -111
  2. package/package.json +3 -3
package/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@ import * as _react_types_shared0 from "@react-types/shared";
2
2
  import { AriaLabelingProps, Orientation, RefObject, Selection } from "@react-types/shared";
3
3
  import RAC, { BreadcrumbsProps as BreadcrumbsProps$1, ButtonProps as ButtonProps$1, DateValue, DialogProps as DialogProps$1, DisclosurePanelProps, DisclosureProps as DisclosureProps$1, DropIndicatorProps, HeadingProps, Key, ProgressBarProps, RouterProvider, SlotProps, TagListProps, TimeValue, TimeValue as TimeValue$1, ValidationResult, useAsyncList, useDragAndDrop, useListData } from "react-aria-components";
4
4
  import { AspectProp, CursorProp, DateFormat, FontSizeProp, FontStyleProp, FontWeightProp, HeightProp, LineHeightProp, MaxWidthProp, NumericFormat, PaddingBottomProp, PaddingLeftProp, PaddingRightProp, PaddingSpaceProp, PaddingSpacePropX, PaddingSpacePropY, PaddingTopProp, PlaceItemsProp, SpaceProp, SpacingTokens, TextAlignProp, TextWrapProp, Theme, ThemeProvider, ThemeProviderProps, WhiteSpaceProps, WidthProp, alignment, textAlign, useTheme } from "@marigold/system";
5
- import * as react_jsx_runtime3 from "react/jsx-runtime";
5
+ import * as react_jsx_runtime9 from "react/jsx-runtime";
6
6
  import * as react10 from "react";
7
7
  import { CSSProperties, ComponentPropsWithRef, Dispatch, ElementType, FormEvent, FormHTMLAttributes, 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";
@@ -35,7 +35,7 @@ declare const AccordionItem: ({
35
35
  disabled,
36
36
  expanded,
37
37
  ...props
38
- }: DisclosureProps) => react_jsx_runtime3.JSX.Element;
38
+ }: DisclosureProps) => react_jsx_runtime9.JSX.Element;
39
39
  //#endregion
40
40
  //#region src/Accordion/Accordion.d.ts
41
41
  type RemovedProps$47 = 'isDisabled';
@@ -58,19 +58,19 @@ declare const Accordion: {
58
58
  stickyHeader,
59
59
  iconPosition,
60
60
  ...props
61
- }: AccordionProps): react_jsx_runtime3.JSX.Element;
61
+ }: AccordionProps): react_jsx_runtime9.JSX.Element;
62
62
  Header: ({
63
63
  children
64
- }: AccordionHeaderProps) => react_jsx_runtime3.JSX.Element;
64
+ }: AccordionHeaderProps) => react_jsx_runtime9.JSX.Element;
65
65
  Content: ({
66
66
  children
67
- }: AccordionPanelProps) => react_jsx_runtime3.JSX.Element;
67
+ }: AccordionPanelProps) => react_jsx_runtime9.JSX.Element;
68
68
  Item: ({
69
69
  children,
70
70
  disabled,
71
71
  expanded,
72
72
  ...props
73
- }: DisclosureProps) => react_jsx_runtime3.JSX.Element;
73
+ }: DisclosureProps) => react_jsx_runtime9.JSX.Element;
74
74
  };
75
75
  //#endregion
76
76
  //#region src/ActionBar/ActionButton.d.ts
@@ -85,7 +85,7 @@ interface ActionButtonProps extends Omit<RAC.ButtonProps, RemovedProps$46> {
85
85
  declare const ActionButton: ({
86
86
  onPress,
87
87
  children
88
- }: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
88
+ }: ActionButtonProps) => react_jsx_runtime9.JSX.Element;
89
89
  //#endregion
90
90
  //#region src/ActionBar/ActionBar.d.ts
91
91
  interface ActionBarProps {
@@ -124,11 +124,11 @@ declare const ActionBar: {
124
124
  selectedItemCount,
125
125
  variant,
126
126
  size
127
- }: ActionBarProps): react_jsx_runtime3.JSX.Element | null;
127
+ }: ActionBarProps): react_jsx_runtime9.JSX.Element | null;
128
128
  Button: ({
129
129
  onPress,
130
130
  children
131
- }: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
131
+ }: ActionButtonProps) => react_jsx_runtime9.JSX.Element;
132
132
  };
133
133
  //#endregion
134
134
  //#region src/Aside/Aside.d.ts
@@ -164,7 +164,7 @@ declare const Aside: ({
164
164
  space,
165
165
  side,
166
166
  wrap
167
- }: AsideProps) => react_jsx_runtime3.JSX.Element;
167
+ }: AsideProps) => react_jsx_runtime9.JSX.Element;
168
168
  //#endregion
169
169
  //#region src/Aspect/Aspect.d.ts
170
170
  interface AspectProps extends AspectProp, AriaRegionProps {
@@ -182,7 +182,7 @@ declare const Aspect: ({
182
182
  ratio,
183
183
  maxWidth,
184
184
  children
185
- }: AspectProps) => react_jsx_runtime3.JSX.Element;
185
+ }: AspectProps) => react_jsx_runtime9.JSX.Element;
186
186
  //#endregion
187
187
  //#region src/HelpText/HelpText.d.ts
188
188
  interface HelpTextProps {
@@ -203,7 +203,7 @@ declare const HelpText: ({
203
203
  description,
204
204
  errorMessage,
205
205
  ...props
206
- }: HelpTextProps) => react_jsx_runtime3.JSX.Element | null;
206
+ }: HelpTextProps) => react_jsx_runtime9.JSX.Element | null;
207
207
  //#endregion
208
208
  //#region src/FieldBase/FieldBase.d.ts
209
209
  interface FieldBaseProps<T extends ElementType> extends WidthProp, Pick<HelpTextProps, 'description' | 'errorMessage'> {
@@ -232,7 +232,7 @@ type ListBoxItemProps = Omit<RAC.ListBoxItemProps, 'style' | 'className' | 'chil
232
232
  };
233
233
  declare const _ListBoxItem: ({
234
234
  ...props
235
- }: ListBoxItemProps) => react_jsx_runtime3.JSX.Element;
235
+ }: ListBoxItemProps) => react_jsx_runtime9.JSX.Element;
236
236
  //#endregion
237
237
  //#region src/ListBox/ListBoxSection.d.ts
238
238
  interface SectionProps extends Omit<RAC.SectionProps<object>, 'className' | 'style' | 'children'> {
@@ -249,7 +249,7 @@ declare const _Section: ({
249
249
  header,
250
250
  children,
251
251
  ...props
252
- }: SectionProps) => react_jsx_runtime3.JSX.Element;
252
+ }: SectionProps) => react_jsx_runtime9.JSX.Element;
253
253
  //#endregion
254
254
  //#region src/ListBox/ListBox.d.ts
255
255
  interface ListBoxProps extends Omit<RAC.ListBoxProps<object>, 'className' | 'style'> {
@@ -360,7 +360,7 @@ declare const Badge: ({
360
360
  size,
361
361
  children,
362
362
  ...props
363
- }: BadgeProps) => react_jsx_runtime3.JSX.Element;
363
+ }: BadgeProps) => react_jsx_runtime9.JSX.Element;
364
364
  //#endregion
365
365
  //#region src/Breadcrumbs/BreadcrumbsItem.d.ts
366
366
  type RemovedProps$44 = 'className' | 'style';
@@ -408,7 +408,7 @@ interface BreakoutProps extends AriaRegionProps {
408
408
  }
409
409
  declare const Breakout: ({
410
410
  children
411
- }: BreakoutProps) => react_jsx_runtime3.JSX.Element;
411
+ }: BreakoutProps) => react_jsx_runtime9.JSX.Element;
412
412
  //#endregion
413
413
  //#region src/Button/Button.d.ts
414
414
  type RemovedProps$42 = 'isDisabled' | 'isPending' | 'className' | 'style';
@@ -492,7 +492,7 @@ declare const _Calendar: ({
492
492
  visibleDuration,
493
493
  pageBehavior,
494
494
  ...rest
495
- }: CalendarProps) => react_jsx_runtime3.JSX.Element;
495
+ }: CalendarProps) => react_jsx_runtime9.JSX.Element;
496
496
  //#endregion
497
497
  //#region src/Card/Card.d.ts
498
498
  interface CardProps {
@@ -559,7 +559,7 @@ declare const Card: ({
559
559
  pl,
560
560
  pr,
561
561
  ...props
562
- }: CardProps) => react_jsx_runtime3.JSX.Element;
562
+ }: CardProps) => react_jsx_runtime9.JSX.Element;
563
563
  //#endregion
564
564
  //#region src/Center/Center.d.ts
565
565
  interface CenterProps extends AriaRegionProps {
@@ -580,7 +580,7 @@ declare const Center: ({
580
580
  space,
581
581
  children,
582
582
  ...props
583
- }: CenterProps) => react_jsx_runtime3.JSX.Element;
583
+ }: CenterProps) => react_jsx_runtime9.JSX.Element;
584
584
  //#endregion
585
585
  //#region src/Checkbox/CheckboxGroup.d.ts
586
586
  type RemovedProps$40 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly';
@@ -649,7 +649,7 @@ declare const _CheckboxGroup: ({
649
649
  orientation,
650
650
  collapseAt,
651
651
  ...rest
652
- }: CheckboxGroupProps) => react_jsx_runtime3.JSX.Element;
652
+ }: CheckboxGroupProps) => react_jsx_runtime9.JSX.Element;
653
653
  //#endregion
654
654
  //#region src/Checkbox/Checkbox.d.ts
655
655
  type RemovedProps$39 = 'children' | 'className' | 'style' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'isSelected' | 'isIndeterminate' | 'defaultSelected';
@@ -744,20 +744,20 @@ declare const Collapsible: {
744
744
  children,
745
745
  unstyled,
746
746
  ...props
747
- }: CollapsibleProps): react_jsx_runtime3.JSX.Element;
747
+ }: CollapsibleProps): react_jsx_runtime9.JSX.Element;
748
748
  Trigger: ({
749
749
  variant,
750
750
  size,
751
751
  children,
752
752
  level,
753
753
  ...props
754
- }: CollapsibleProps$1) => react_jsx_runtime3.JSX.Element;
754
+ }: CollapsibleProps$1) => react_jsx_runtime9.JSX.Element;
755
755
  Content: ({
756
756
  variant,
757
757
  size,
758
758
  children,
759
759
  ...props
760
- }: CollapsibleContentProps) => react_jsx_runtime3.JSX.Element;
760
+ }: CollapsibleContentProps) => react_jsx_runtime9.JSX.Element;
761
761
  };
762
762
  //#endregion
763
763
  //#region src/Columns/Columns.d.ts
@@ -792,7 +792,7 @@ declare const Columns: ({
792
792
  stretch,
793
793
  children,
794
794
  ...props
795
- }: ColumnsProps) => react_jsx_runtime3.JSX.Element;
795
+ }: ColumnsProps) => react_jsx_runtime9.JSX.Element;
796
796
  //#endregion
797
797
  //#region src/ComboBox/ComboBox.d.ts
798
798
  type RemovedProps$38 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'defaultInputValue' | 'inputValue' | 'onInputChange';
@@ -905,7 +905,7 @@ declare const Container: ({
905
905
  space,
906
906
  children,
907
907
  ...props
908
- }: ContainerProps) => react_jsx_runtime3.JSX.Element;
908
+ }: ContainerProps) => react_jsx_runtime9.JSX.Element;
909
909
  //#endregion
910
910
  //#region src/icons/Icons.types.d.ts
911
911
  interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> {
@@ -922,7 +922,7 @@ declare const ContextualHelpContent: ({
922
922
  children,
923
923
  variant,
924
924
  size
925
- }: ContextualHelpContentProps) => react_jsx_runtime3.JSX.Element;
925
+ }: ContextualHelpContentProps) => react_jsx_runtime9.JSX.Element;
926
926
  //#endregion
927
927
  //#region src/ContextualHelp/ContextualHelpTitle.d.ts
928
928
  interface ContextualHelpTitleProps {
@@ -934,7 +934,7 @@ declare const ContextualHelpTitle: ({
934
934
  children,
935
935
  variant,
936
936
  size
937
- }: ContextualHelpTitleProps) => react_jsx_runtime3.JSX.Element;
937
+ }: ContextualHelpTitleProps) => react_jsx_runtime9.JSX.Element;
938
938
  //#endregion
939
939
  //#region src/ContextualHelp/ContextualHelp.d.ts
940
940
  declare const icons$1: {
@@ -942,12 +942,12 @@ declare const icons$1: {
942
942
  size,
943
943
  className,
944
944
  ...props
945
- }: IconProps) => react_jsx_runtime3.JSX.Element;
945
+ }: IconProps) => react_jsx_runtime9.JSX.Element;
946
946
  info: ({
947
947
  size,
948
948
  className,
949
949
  ...props
950
- }: IconProps) => react_jsx_runtime3.JSX.Element;
950
+ }: IconProps) => react_jsx_runtime9.JSX.Element;
951
951
  };
952
952
  interface ContextualHelpComponent extends ForwardRefExoticComponent<ContextualHelpProps & RefAttributes<HTMLInputElement>> {
953
953
  /**
@@ -1098,7 +1098,7 @@ declare const DialogActions: ({
1098
1098
  variant,
1099
1099
  size,
1100
1100
  children
1101
- }: DialogActions) => react_jsx_runtime3.JSX.Element;
1101
+ }: DialogActions) => react_jsx_runtime9.JSX.Element;
1102
1102
  //#endregion
1103
1103
  //#region src/Dialog/DialogContent.d.ts
1104
1104
  interface DialogContentProps {
@@ -1113,7 +1113,7 @@ declare const DialogContent: ({
1113
1113
  variant,
1114
1114
  size,
1115
1115
  children
1116
- }: DialogContentProps) => react_jsx_runtime3.JSX.Element;
1116
+ }: DialogContentProps) => react_jsx_runtime9.JSX.Element;
1117
1117
  //#endregion
1118
1118
  //#region src/Dialog/DialogTitle.d.ts
1119
1119
  interface DialogTitleProps {
@@ -1126,7 +1126,7 @@ declare const DialogTitle: ({
1126
1126
  variant,
1127
1127
  size,
1128
1128
  children
1129
- }: DialogTitleProps) => react_jsx_runtime3.JSX.Element;
1129
+ }: DialogTitleProps) => react_jsx_runtime9.JSX.Element;
1130
1130
  //#endregion
1131
1131
  //#region src/Dialog/Context.d.ts
1132
1132
  interface DialogContextProps extends RAC.ModalOverlayProps {
@@ -1207,7 +1207,7 @@ declare const ConfirmationDialog: {
1207
1207
  variant,
1208
1208
  size,
1209
1209
  ...props
1210
- }: ConfirmationDialogProps): react_jsx_runtime3.JSX.Element;
1210
+ }: ConfirmationDialogProps): react_jsx_runtime9.JSX.Element;
1211
1211
  Trigger: ({
1212
1212
  open,
1213
1213
  dismissable,
@@ -1225,7 +1225,7 @@ type ConfirmationFn = (props: ConfirmationConfig) => Promise<ConfirmationResult>
1225
1225
  declare const ConfirmationContext: react10.Context<ConfirmationFn | null>;
1226
1226
  declare const ConfirmationProvider: ({
1227
1227
  children
1228
- }: PropsWithChildren) => react_jsx_runtime3.JSX.Element;
1228
+ }: PropsWithChildren) => react_jsx_runtime9.JSX.Element;
1229
1229
  declare const useConfirmation: () => ConfirmationFn;
1230
1230
  //#endregion
1231
1231
  //#region src/Divider/Divider.d.ts
@@ -1236,7 +1236,7 @@ interface DividerProps extends Omit<RAC.SeparatorProps, RemovedProps$34> {
1236
1236
  declare const _Divider: ({
1237
1237
  variant,
1238
1238
  ...props
1239
- }: DividerProps) => react_jsx_runtime3.JSX.Element;
1239
+ }: DividerProps) => react_jsx_runtime9.JSX.Element;
1240
1240
  //#endregion
1241
1241
  //#region src/Drawer/DrawerTrigger.d.ts
1242
1242
  interface DrawerTriggerProps extends Omit<RAC.DialogTriggerProps, 'isOpen'> {
@@ -1280,7 +1280,7 @@ declare const DrawerActions: ({
1280
1280
  variant,
1281
1281
  size,
1282
1282
  children
1283
- }: DrawerActions) => react_jsx_runtime3.JSX.Element;
1283
+ }: DrawerActions) => react_jsx_runtime9.JSX.Element;
1284
1284
  //#endregion
1285
1285
  //#region src/Drawer/Drawer.d.ts
1286
1286
  interface DrawerProps extends Omit<DialogProps$1, 'className' | 'style' | 'isOpen' | 'role'> {
@@ -1327,27 +1327,27 @@ declare const Drawer: {
1327
1327
  role,
1328
1328
  placement,
1329
1329
  ...props
1330
- }: DrawerProps): react_jsx_runtime3.JSX.Element;
1330
+ }: DrawerProps): react_jsx_runtime9.JSX.Element;
1331
1331
  Trigger: ({
1332
1332
  open,
1333
1333
  children,
1334
1334
  ...props
1335
- }: DrawerTriggerProps) => react_jsx_runtime3.JSX.Element;
1335
+ }: DrawerTriggerProps) => react_jsx_runtime9.JSX.Element;
1336
1336
  Title: ({
1337
1337
  variant,
1338
1338
  size,
1339
1339
  children
1340
- }: DrawerTitleProps) => react_jsx_runtime3.JSX.Element;
1340
+ }: DrawerTitleProps) => react_jsx_runtime9.JSX.Element;
1341
1341
  Content: ({
1342
1342
  variant,
1343
1343
  size,
1344
1344
  children
1345
- }: DrawerContentProps) => react_jsx_runtime3.JSX.Element;
1345
+ }: DrawerContentProps) => react_jsx_runtime9.JSX.Element;
1346
1346
  Actions: ({
1347
1347
  variant,
1348
1348
  size,
1349
1349
  children
1350
- }: DrawerActions) => react_jsx_runtime3.JSX.Element;
1350
+ }: DrawerActions) => react_jsx_runtime9.JSX.Element;
1351
1351
  };
1352
1352
  //#endregion
1353
1353
  //#region src/EmptyState/EmptyState.d.ts
@@ -1375,7 +1375,7 @@ declare const EmptyState: ({
1375
1375
  variant,
1376
1376
  size,
1377
1377
  ...props
1378
- }: EmptyStateProps) => react_jsx_runtime3.JSX.Element;
1378
+ }: EmptyStateProps) => react_jsx_runtime9.JSX.Element;
1379
1379
  //#endregion
1380
1380
  //#region src/FileField/FileTrigger.d.ts
1381
1381
  type RemovedProps$33 = 'className' | 'style';
@@ -1438,11 +1438,11 @@ declare const FileField: {
1438
1438
  label,
1439
1439
  name,
1440
1440
  ...props
1441
- }: FileFieldProps): react_jsx_runtime3.JSX.Element;
1441
+ }: FileFieldProps): react_jsx_runtime9.JSX.Element;
1442
1442
  Item: ({
1443
1443
  children,
1444
1444
  onRemove
1445
- }: FileFieldItemProps) => react_jsx_runtime3.JSX.Element;
1445
+ }: FileFieldItemProps) => react_jsx_runtime9.JSX.Element;
1446
1446
  };
1447
1447
  //#endregion
1448
1448
  //#region src/Form/Form.d.ts
@@ -1520,11 +1520,11 @@ declare const Grid: {
1520
1520
  height,
1521
1521
  space,
1522
1522
  ...props
1523
- }: GridProps): react_jsx_runtime3.JSX.Element;
1523
+ }: GridProps): react_jsx_runtime9.JSX.Element;
1524
1524
  Area: ({
1525
1525
  name,
1526
1526
  children
1527
- }: GridAreaProps) => react_jsx_runtime3.JSX.Element;
1527
+ }: GridAreaProps) => react_jsx_runtime9.JSX.Element;
1528
1528
  };
1529
1529
  //#endregion
1530
1530
  //#region src/Headline/Headline.d.ts
@@ -1557,7 +1557,7 @@ declare const _Headline: ({
1557
1557
  level,
1558
1558
  lineHeight,
1559
1559
  ...props
1560
- }: HeadlineProps) => react_jsx_runtime3.JSX.Element;
1560
+ }: HeadlineProps) => react_jsx_runtime9.JSX.Element;
1561
1561
  //#endregion
1562
1562
  //#region src/IconButton/IconButton.d.ts
1563
1563
  interface IconButtonProps extends RAC.ButtonProps {
@@ -1571,7 +1571,7 @@ declare const IconButton: ({
1571
1571
  variant,
1572
1572
  size,
1573
1573
  ...props
1574
- }: IconButtonProps) => react_jsx_runtime3.JSX.Element;
1574
+ }: IconButtonProps) => react_jsx_runtime9.JSX.Element;
1575
1575
  //#endregion
1576
1576
  //#region src/Inline/Inline.d.ts
1577
1577
  declare const inlineAlignmentY: any;
@@ -1605,7 +1605,7 @@ declare const Inline: ({
1605
1605
  alignY,
1606
1606
  children,
1607
1607
  ...props
1608
- }: InlineProps) => react_jsx_runtime3.JSX.Element;
1608
+ }: InlineProps) => react_jsx_runtime9.JSX.Element;
1609
1609
  //#endregion
1610
1610
  //#region src/Input/Input.d.ts
1611
1611
  type RemovedProps$31 = 'className' | 'style' | 'size';
@@ -1661,7 +1661,7 @@ declare const Inset: ({
1661
1661
  spaceX,
1662
1662
  spaceY,
1663
1663
  children
1664
- }: InsetProps) => react_jsx_runtime3.JSX.Element;
1664
+ }: InsetProps) => react_jsx_runtime9.JSX.Element;
1665
1665
  //#endregion
1666
1666
  //#region src/Label/Label.d.ts
1667
1667
  type RemovedProps$30 = 'className';
@@ -1674,7 +1674,7 @@ declare const _Label: ({
1674
1674
  variant,
1675
1675
  children,
1676
1676
  ...props
1677
- }: LabelProps) => react_jsx_runtime3.JSX.Element;
1677
+ }: LabelProps) => react_jsx_runtime9.JSX.Element;
1678
1678
  //#endregion
1679
1679
  //#region src/Link/Link.d.ts
1680
1680
  type RemovedProps$29 = 'className' | 'isDisabled' | 'slot';
@@ -1740,11 +1740,11 @@ declare const List: {
1740
1740
  variant,
1741
1741
  size,
1742
1742
  ...props
1743
- }: ListProps): react_jsx_runtime3.JSX.Element;
1743
+ }: ListProps): react_jsx_runtime9.JSX.Element;
1744
1744
  Item: ({
1745
1745
  children,
1746
1746
  ...props
1747
- }: ListItemProps) => react_jsx_runtime3.JSX.Element;
1747
+ }: ListItemProps) => react_jsx_runtime9.JSX.Element;
1748
1748
  };
1749
1749
  //#endregion
1750
1750
  //#region src/Menu/MenuItem.d.ts
@@ -1812,18 +1812,18 @@ declare const _Menu: {
1812
1812
  placement,
1813
1813
  "aria-label": ariaLabel,
1814
1814
  ...props
1815
- }: MenuProps): react_jsx_runtime3.JSX.Element;
1815
+ }: MenuProps): react_jsx_runtime9.JSX.Element;
1816
1816
  Item: ({
1817
1817
  children,
1818
1818
  variant,
1819
1819
  size,
1820
1820
  ...props
1821
- }: MenuItemProps) => react_jsx_runtime3.JSX.Element;
1821
+ }: MenuItemProps) => react_jsx_runtime9.JSX.Element;
1822
1822
  Section: ({
1823
1823
  children,
1824
1824
  title,
1825
1825
  ...props
1826
- }: MenuSectionProps) => react_jsx_runtime3.JSX.Element;
1826
+ }: MenuSectionProps) => react_jsx_runtime9.JSX.Element;
1827
1827
  };
1828
1828
  //#endregion
1829
1829
  //#region src/Menu/ActionMenu.d.ts
@@ -1832,18 +1832,18 @@ declare const ActionMenu: {
1832
1832
  ({
1833
1833
  children,
1834
1834
  ...props
1835
- }: ActionMenuProps): react_jsx_runtime3.JSX.Element;
1835
+ }: ActionMenuProps): react_jsx_runtime9.JSX.Element;
1836
1836
  Item: ({
1837
1837
  children,
1838
1838
  variant,
1839
1839
  size,
1840
1840
  ...props
1841
- }: MenuItemProps) => react_jsx_runtime3.JSX.Element;
1841
+ }: MenuItemProps) => react_jsx_runtime9.JSX.Element;
1842
1842
  Section: ({
1843
1843
  children,
1844
1844
  title,
1845
1845
  ...props
1846
- }: MenuSectionProps) => react_jsx_runtime3.JSX.Element;
1846
+ }: MenuSectionProps) => react_jsx_runtime9.JSX.Element;
1847
1847
  };
1848
1848
  //#endregion
1849
1849
  //#region src/Multiselect/Multiselect.d.ts
@@ -1979,7 +1979,7 @@ declare const Multiselect: ({
1979
1979
  onSelectionChange,
1980
1980
  width,
1981
1981
  ...rest
1982
- }: MultipleSelectProps) => react_jsx_runtime3.JSX.Element;
1982
+ }: MultipleSelectProps) => react_jsx_runtime9.JSX.Element;
1983
1983
  //#endregion
1984
1984
  //#region src/NumberField/NumberField.d.ts
1985
1985
  type RemovedProps$24 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'size';
@@ -2122,7 +2122,7 @@ declare const Underlay: ({
2122
2122
  dismissable,
2123
2123
  keyboardDismissable,
2124
2124
  ...rest
2125
- }: UnderlayProps) => react_jsx_runtime3.JSX.Element;
2125
+ }: UnderlayProps) => react_jsx_runtime9.JSX.Element;
2126
2126
  //#endregion
2127
2127
  //#region src/Pagination/Pagination.d.ts
2128
2128
  interface PaginationProps {
@@ -2157,7 +2157,7 @@ declare const _Pagination: ({
2157
2157
  totalItems,
2158
2158
  pageSize,
2159
2159
  ...props
2160
- }: PaginationProps) => react_jsx_runtime3.JSX.Element;
2160
+ }: PaginationProps) => react_jsx_runtime9.JSX.Element;
2161
2161
  //#endregion
2162
2162
  //#region src/ProgressCircle/ProgressCircle.d.ts
2163
2163
  interface ProgressCircleProps extends RAC.ProgressBarProps {
@@ -2171,11 +2171,11 @@ interface ProgressCircleProps extends RAC.ProgressBarProps {
2171
2171
  declare const ProgressCircleSvg: ({
2172
2172
  size,
2173
2173
  variant
2174
- }: ProgressCircleProps) => react_jsx_runtime3.JSX.Element;
2174
+ }: ProgressCircleProps) => react_jsx_runtime9.JSX.Element;
2175
2175
  declare const ProgressCircle: ({
2176
2176
  size,
2177
2177
  ...props
2178
- }: ProgressCircleProps) => react_jsx_runtime3.JSX.Element;
2178
+ }: ProgressCircleProps) => react_jsx_runtime9.JSX.Element;
2179
2179
  //#endregion
2180
2180
  //#region src/Provider/MarigoldProvider.d.ts
2181
2181
  type MarigoldProviderProps<T extends Theme> = ThemeProviderProps<T>;
@@ -2183,7 +2183,7 @@ declare function MarigoldProvider<T extends Theme>({
2183
2183
  children,
2184
2184
  className,
2185
2185
  theme
2186
- }: MarigoldProviderProps<T>): react_jsx_runtime3.JSX.Element;
2186
+ }: MarigoldProviderProps<T>): react_jsx_runtime9.JSX.Element;
2187
2187
  //#endregion
2188
2188
  //#region src/Provider/OverlayContainerProvider.d.ts
2189
2189
  interface OverlayContainerProps extends PropsWithChildren {
@@ -2198,7 +2198,7 @@ interface OverlayContainerProps extends PropsWithChildren {
2198
2198
  declare const OverlayContainerProvider: ({
2199
2199
  container,
2200
2200
  children
2201
- }: OverlayContainerProps) => react_jsx_runtime3.JSX.Element;
2201
+ }: OverlayContainerProps) => react_jsx_runtime9.JSX.Element;
2202
2202
  //#endregion
2203
2203
  //#region src/Radio/RadioGroup.d.ts
2204
2204
  type RemovedProps$23 = 'className' | 'style' | 'isDisabled' | 'isInvalid' | 'isRequired' | 'isSelected';
@@ -2283,7 +2283,7 @@ declare const _RadioGroup: ({
2283
2283
  width,
2284
2284
  collapseAt,
2285
2285
  ...rest
2286
- }: RadioGroupProps) => react_jsx_runtime3.JSX.Element;
2286
+ }: RadioGroupProps) => react_jsx_runtime9.JSX.Element;
2287
2287
  //#endregion
2288
2288
  //#region src/Radio/Radio.d.ts
2289
2289
  type RemovedProps$22 = 'className' | 'style' | 'children' | 'isDisabled';
@@ -2332,7 +2332,7 @@ declare const Scrollable: ({
2332
2332
  width,
2333
2333
  height,
2334
2334
  ...props
2335
- }: ScrollableProps) => react_jsx_runtime3.JSX.Element;
2335
+ }: ScrollableProps) => react_jsx_runtime9.JSX.Element;
2336
2336
  //#endregion
2337
2337
  //#region src/SearchField/SearchField.d.ts
2338
2338
  type RemovedProps$21 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'value' | 'defaultValue';
@@ -2409,22 +2409,22 @@ declare const icons: {
2409
2409
  size,
2410
2410
  className,
2411
2411
  ...props
2412
- }: IconProps) => react_jsx_runtime3.JSX.Element;
2412
+ }: IconProps) => react_jsx_runtime9.JSX.Element;
2413
2413
  readonly info: ({
2414
2414
  size,
2415
2415
  className,
2416
2416
  ...props
2417
- }: IconProps) => react_jsx_runtime3.JSX.Element;
2417
+ }: IconProps) => react_jsx_runtime9.JSX.Element;
2418
2418
  readonly warning: ({
2419
2419
  size,
2420
2420
  className,
2421
2421
  ...props
2422
- }: IconProps) => react_jsx_runtime3.JSX.Element;
2422
+ }: IconProps) => react_jsx_runtime9.JSX.Element;
2423
2423
  readonly error: ({
2424
2424
  size,
2425
2425
  className,
2426
2426
  ...props
2427
- }: IconProps) => react_jsx_runtime3.JSX.Element;
2427
+ }: IconProps) => react_jsx_runtime9.JSX.Element;
2428
2428
  };
2429
2429
  interface SectionMessageProps {
2430
2430
  variant?: keyof typeof icons;
@@ -2455,13 +2455,13 @@ declare const SectionMessage: {
2455
2455
  close,
2456
2456
  onCloseChange,
2457
2457
  ...props
2458
- }: SectionMessageProps): react_jsx_runtime3.JSX.Element | null;
2458
+ }: SectionMessageProps): react_jsx_runtime9.JSX.Element | null;
2459
2459
  Title: ({
2460
2460
  children
2461
- }: SectionMessageTitleProps) => react_jsx_runtime3.JSX.Element;
2461
+ }: SectionMessageTitleProps) => react_jsx_runtime9.JSX.Element;
2462
2462
  Content: ({
2463
2463
  children
2464
- }: SectionMessageContentProps) => react_jsx_runtime3.JSX.Element;
2464
+ }: SectionMessageContentProps) => react_jsx_runtime9.JSX.Element;
2465
2465
  };
2466
2466
  //#endregion
2467
2467
  //#region src/Select/Select.d.ts
@@ -2522,12 +2522,12 @@ interface SelectProps<T extends object, M extends SelectionMode = 'single'> exte
2522
2522
  declare const Select: (<T extends object, M extends SelectionMode = "single">(props: SelectProps<T, M> & react10.RefAttributes<HTMLButtonElement>) => react10.ReactElement | null) & {
2523
2523
  Option: ({
2524
2524
  ...props
2525
- }: ListBoxItemProps) => react_jsx_runtime3.JSX.Element;
2525
+ }: ListBoxItemProps) => react_jsx_runtime9.JSX.Element;
2526
2526
  Section: ({
2527
2527
  header,
2528
2528
  children,
2529
2529
  ...props
2530
- }: SectionProps) => react_jsx_runtime3.JSX.Element;
2530
+ }: SectionProps) => react_jsx_runtime9.JSX.Element;
2531
2531
  };
2532
2532
  //#endregion
2533
2533
  //#region src/SelectList/SelectListAction.d.ts
@@ -2536,7 +2536,7 @@ interface SelectListAction {
2536
2536
  }
2537
2537
  declare const SelectListAction: ({
2538
2538
  children
2539
- }: SelectListAction) => react_jsx_runtime3.JSX.Element;
2539
+ }: SelectListAction) => react_jsx_runtime9.JSX.Element;
2540
2540
  //#endregion
2541
2541
  //#region src/SelectList/SelectListItem.d.ts
2542
2542
  type RemovedProps$19 = 'className' | 'style' | 'isDisabled';
@@ -2599,7 +2599,7 @@ interface SliderProps<T> extends Omit<RAC.SliderProps<T>, 'children' | 'isDisabl
2599
2599
  declare const _Slider: react10.ForwardRefExoticComponent<SliderProps<number | number[]> & react10.RefAttributes<HTMLDivElement>>;
2600
2600
  //#endregion
2601
2601
  //#region src/Split/Split.d.ts
2602
- declare const Split: () => react_jsx_runtime3.JSX.Element;
2602
+ declare const Split: () => react_jsx_runtime9.JSX.Element;
2603
2603
  //#endregion
2604
2604
  //#region src/Stack/Stack.d.ts
2605
2605
  interface StackProps extends AriaRegionProps {
@@ -2641,7 +2641,7 @@ declare const Stack: ({
2641
2641
  alignY,
2642
2642
  asList,
2643
2643
  ...props
2644
- }: StackProps) => react_jsx_runtime3.JSX.Element;
2644
+ }: StackProps) => react_jsx_runtime9.JSX.Element;
2645
2645
  //#endregion
2646
2646
  //#region src/Switch/Switch.d.ts
2647
2647
  type RemovedProps$18 = 'children' | 'className' | 'isDisabled' | 'isReadOnly' | 'isSelected' | 'children' | 'slot';
@@ -2832,24 +2832,24 @@ declare const Table: (({
2832
2832
  allowTextSelection,
2833
2833
  alignY,
2834
2834
  ...props
2835
- }: TableProps) => react_jsx_runtime3.JSX.Element) & {
2835
+ }: TableProps) => react_jsx_runtime9.JSX.Element) & {
2836
2836
  Header: <T extends object>({
2837
2837
  sticky,
2838
2838
  columns,
2839
2839
  children,
2840
2840
  ...props
2841
- }: TableHeaderProps<T>) => react_jsx_runtime3.JSX.Element;
2841
+ }: TableHeaderProps<T>) => react_jsx_runtime9.JSX.Element;
2842
2842
  Column: ({
2843
2843
  alignX,
2844
2844
  width,
2845
2845
  minWidth,
2846
2846
  rowHeader,
2847
2847
  ...props
2848
- }: TableColumnProps) => react_jsx_runtime3.JSX.Element;
2848
+ }: TableColumnProps) => react_jsx_runtime9.JSX.Element;
2849
2849
  Body: <T extends object = object>({
2850
2850
  emptyState,
2851
2851
  ...props
2852
- }: TableBodyProps<T>) => react_jsx_runtime3.JSX.Element;
2852
+ }: TableBodyProps<T>) => react_jsx_runtime9.JSX.Element;
2853
2853
  Row: <T extends object>({
2854
2854
  id,
2855
2855
  columns,
@@ -2857,13 +2857,13 @@ declare const Table: (({
2857
2857
  variant: variantProp,
2858
2858
  size: sizeProp,
2859
2859
  ...otherProps
2860
- }: TableRowProps<T>) => react_jsx_runtime3.JSX.Element;
2860
+ }: TableRowProps<T>) => react_jsx_runtime9.JSX.Element;
2861
2861
  Cell: ({
2862
2862
  children,
2863
2863
  alignX,
2864
2864
  overflow: cellOverflow,
2865
2865
  ...props
2866
- }: TableCellProps) => react_jsx_runtime3.JSX.Element;
2866
+ }: TableCellProps) => react_jsx_runtime9.JSX.Element;
2867
2867
  EditableCell: ({
2868
2868
  children,
2869
2869
  field,
@@ -2874,7 +2874,7 @@ declare const Table: (({
2874
2874
  action,
2875
2875
  alignX,
2876
2876
  overflow: cellOverflow
2877
- }: TableEditableCellProps) => react_jsx_runtime3.JSX.Element;
2877
+ }: TableEditableCellProps) => react_jsx_runtime9.JSX.Element;
2878
2878
  renderDropIndicator: ((target: RAC.DropTarget) => react10.JSX.Element) | undefined;
2879
2879
  renderDragPreview: ((items: _react_types_shared0.DragItem[]) => react10.JSX.Element | {
2880
2880
  element: react10.JSX.Element;
@@ -2908,10 +2908,10 @@ declare const _Tabs: {
2908
2908
  variant,
2909
2909
  size,
2910
2910
  ...rest
2911
- }: TabsProps): react_jsx_runtime3.JSX.Element;
2912
- List: (props: TabListProps) => react_jsx_runtime3.JSX.Element;
2913
- TabPanel: (props: TabPanelProps) => react_jsx_runtime3.JSX.Element;
2914
- Item: (props: TabProps) => react_jsx_runtime3.JSX.Element;
2911
+ }: TabsProps): react_jsx_runtime9.JSX.Element;
2912
+ List: (props: TabListProps) => react_jsx_runtime9.JSX.Element;
2913
+ TabPanel: (props: TabPanelProps) => react_jsx_runtime9.JSX.Element;
2914
+ Item: (props: TabProps) => react_jsx_runtime9.JSX.Element;
2915
2915
  };
2916
2916
  //#endregion
2917
2917
  //#region src/TagGroup/TagGroup.d.ts
@@ -2947,7 +2947,7 @@ declare const _TagGroup: ({
2947
2947
  name,
2948
2948
  removeAll,
2949
2949
  ...rest
2950
- }: TagGroupProps) => react_jsx_runtime3.JSX.Element;
2950
+ }: TagGroupProps) => react_jsx_runtime9.JSX.Element;
2951
2951
  //#endregion
2952
2952
  //#region src/TagGroup/Tag.d.ts
2953
2953
  type RemovedProps$10 = 'className' | 'style' | 'isDisabled';
@@ -2964,7 +2964,7 @@ declare const _Tag: {
2964
2964
  children,
2965
2965
  disabled,
2966
2966
  ...rest
2967
- }: TagProps): react_jsx_runtime3.JSX.Element;
2967
+ }: TagProps): react_jsx_runtime9.JSX.Element;
2968
2968
  Group: ({
2969
2969
  items,
2970
2970
  children,
@@ -2974,7 +2974,7 @@ declare const _Tag: {
2974
2974
  name,
2975
2975
  removeAll,
2976
2976
  ...rest
2977
- }: TagGroupProps) => react_jsx_runtime3.JSX.Element;
2977
+ }: TagGroupProps) => react_jsx_runtime9.JSX.Element;
2978
2978
  };
2979
2979
  //#endregion
2980
2980
  //#region src/TagField/TagField.d.ts
@@ -3034,12 +3034,12 @@ interface TagFieldProps<T extends object> extends Omit<RAC.SelectProps<T, 'multi
3034
3034
  declare const TagField: (<T extends object>(props: TagFieldProps<T> & react10.RefAttributes<HTMLDivElement>) => react10.ReactElement | null) & {
3035
3035
  Option: ({
3036
3036
  ...props
3037
- }: ListBoxItemProps) => react_jsx_runtime3.JSX.Element;
3037
+ }: ListBoxItemProps) => react_jsx_runtime9.JSX.Element;
3038
3038
  Section: ({
3039
3039
  header,
3040
3040
  children,
3041
3041
  ...props
3042
- }: SectionProps) => react_jsx_runtime3.JSX.Element;
3042
+ }: SectionProps) => react_jsx_runtime9.JSX.Element;
3043
3043
  };
3044
3044
  //#endregion
3045
3045
  //#region src/Text/Text.d.ts
@@ -3081,7 +3081,7 @@ declare const _Text: ({
3081
3081
  children,
3082
3082
  as,
3083
3083
  ...props
3084
- }: TextProps) => react_jsx_runtime3.JSX.Element;
3084
+ }: TextProps) => react_jsx_runtime9.JSX.Element;
3085
3085
  //#endregion
3086
3086
  //#region src/TextArea/TextArea.d.ts
3087
3087
  type RemovedProps$7 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'value' | 'defaultValue';
@@ -3228,7 +3228,7 @@ declare const Tiles: ({
3228
3228
  tilesWidth,
3229
3229
  children,
3230
3230
  ...props
3231
- }: TilesProps) => react_jsx_runtime3.JSX.Element;
3231
+ }: TilesProps) => react_jsx_runtime9.JSX.Element;
3232
3232
  //#endregion
3233
3233
  //#region src/TimeField/TimeField.d.ts
3234
3234
  type RemovedProps$5 = 'className' | 'style' | 'children' | 'isDisabled' | 'isRequired' | 'isInvalid' | 'isReadOnly' | 'slot';
@@ -3293,7 +3293,7 @@ interface ToastProps {
3293
3293
  }
3294
3294
  declare const Toast: ({
3295
3295
  toast
3296
- }: ToastProps) => react_jsx_runtime3.JSX.Element;
3296
+ }: ToastProps) => react_jsx_runtime9.JSX.Element;
3297
3297
  //#endregion
3298
3298
  //#region src/Toast/ToastProvider.d.ts
3299
3299
  interface ToastProviderProps extends Omit<RAC.ToastRegionProps<object>, RemovedProps$4> {
@@ -3303,7 +3303,7 @@ type RemovedProps$4 = 'children' | 'className' | 'style' | 'queue';
3303
3303
  type ToastPosition = 'bottom-left' | 'bottom-right' | 'top-left' | 'top-right' | 'top' | 'bottom';
3304
3304
  declare const ToastProvider: ({
3305
3305
  position
3306
- }: ToastProviderProps) => react_jsx_runtime3.JSX.Element;
3306
+ }: ToastProviderProps) => react_jsx_runtime9.JSX.Element;
3307
3307
  //#endregion
3308
3308
  //#region src/Toast/ToastQueue.d.ts
3309
3309
  declare function useToast(): {
@@ -3356,14 +3356,14 @@ declare const _Tooltip: {
3356
3356
  size,
3357
3357
  open,
3358
3358
  ...rest
3359
- }: TooltipProps): react_jsx_runtime3.JSX.Element;
3359
+ }: TooltipProps): react_jsx_runtime9.JSX.Element;
3360
3360
  Trigger: ({
3361
3361
  delay,
3362
3362
  children,
3363
3363
  disabled,
3364
3364
  open,
3365
3365
  ...rest
3366
- }: TooltipTriggerProps) => react_jsx_runtime3.JSX.Element;
3366
+ }: TooltipTriggerProps) => react_jsx_runtime9.JSX.Element;
3367
3367
  };
3368
3368
  //#endregion
3369
3369
  //#region src/Loader/BaseLoader.d.ts
@@ -3395,7 +3395,7 @@ declare const Loader: ({
3395
3395
  mode,
3396
3396
  variant,
3397
3397
  ...props
3398
- }: LoaderProps) => react_jsx_runtime3.JSX.Element;
3398
+ }: LoaderProps) => react_jsx_runtime9.JSX.Element;
3399
3399
  //#endregion
3400
3400
  //#region src/ToggleButton/ToggleButtonGroup.d.ts
3401
3401
  type RemovedProps$1 = 'className' | 'style' | 'isDisabled' | 'orientation';
@@ -3413,7 +3413,7 @@ declare const _ToggleButtonGroup: ({
3413
3413
  variant,
3414
3414
  size,
3415
3415
  ...props
3416
- }: ToggleButtonGroupProps) => react_jsx_runtime3.JSX.Element;
3416
+ }: ToggleButtonGroupProps) => react_jsx_runtime9.JSX.Element;
3417
3417
  //#endregion
3418
3418
  //#region src/ToggleButton/ToggleButton.d.ts
3419
3419
  type RemovedProps = 'className' | 'style' | 'isSelected' | 'isDisabled';
@@ -3437,14 +3437,14 @@ declare const _ToggleButton: {
3437
3437
  variant,
3438
3438
  size,
3439
3439
  ...props
3440
- }: ToggleButtonProps): react_jsx_runtime3.JSX.Element;
3440
+ }: ToggleButtonProps): react_jsx_runtime9.JSX.Element;
3441
3441
  Group: ({
3442
3442
  children,
3443
3443
  disabled,
3444
3444
  variant,
3445
3445
  size,
3446
3446
  ...props
3447
- }: ToggleButtonGroupProps) => react_jsx_runtime3.JSX.Element;
3447
+ }: ToggleButtonGroupProps) => react_jsx_runtime9.JSX.Element;
3448
3448
  };
3449
3449
  //#endregion
3450
3450
  //#region src/Tray/TrayTrigger.d.ts
@@ -3519,22 +3519,22 @@ declare const Tray: {
3519
3519
  keyboardDismissable,
3520
3520
  children,
3521
3521
  ...props
3522
- }: TrayProps): react_jsx_runtime3.JSX.Element;
3522
+ }: TrayProps): react_jsx_runtime9.JSX.Element;
3523
3523
  Trigger: ({
3524
3524
  open,
3525
3525
  children,
3526
3526
  ...props
3527
- }: TrayTriggerProps) => react_jsx_runtime3.JSX.Element;
3527
+ }: TrayTriggerProps) => react_jsx_runtime9.JSX.Element;
3528
3528
  Title: ({
3529
3529
  children
3530
- }: TrayTitleProps) => react_jsx_runtime3.JSX.Element;
3530
+ }: TrayTitleProps) => react_jsx_runtime9.JSX.Element;
3531
3531
  Content: ({
3532
3532
  children,
3533
3533
  className
3534
- }: TrayContentProps) => react_jsx_runtime3.JSX.Element;
3534
+ }: TrayContentProps) => react_jsx_runtime9.JSX.Element;
3535
3535
  Actions: ({
3536
3536
  children
3537
- }: TrayActionsProps) => react_jsx_runtime3.JSX.Element;
3537
+ }: TrayActionsProps) => react_jsx_runtime9.JSX.Element;
3538
3538
  };
3539
3539
  //#endregion
3540
3540
  //#region src/utils/form.utils.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/components",
3
- "version": "17.0.0",
3
+ "version": "17.0.1",
4
4
  "description": "Components for the Marigold Design System",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -69,7 +69,7 @@
69
69
  "motion": "12.23.26",
70
70
  "react-aria-components": "^1.15.0",
71
71
  "react-stately": "^3.44.0",
72
- "@marigold/system": "17.0.0",
72
+ "@marigold/system": "17.0.1",
73
73
  "@marigold/types": "1.4.0"
74
74
  },
75
75
  "peerDependencies": {
@@ -82,7 +82,7 @@
82
82
  "react": "19.2.3",
83
83
  "react-dom": "19.2.3",
84
84
  "tsdown": "0.16.8",
85
- "@marigold/icons": "1.3.31",
85
+ "@marigold/icons": "1.3.32",
86
86
  "@marigold/tsconfig": "0.4.2"
87
87
  },
88
88
  "scripts": {