@marigold/components 15.0.1 → 15.0.2
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -2183,4 +2183,4 @@ interface BreadcrumbsComponent extends ForwardRefExoticComponent<BreadcrumbsProp
|
|
|
2183
2183
|
}
|
|
2184
2184
|
declare const _Breadcrumbs: BreadcrumbsComponent;
|
|
2185
2185
|
|
|
2186
|
-
export { Accordion, AccordionItem, type AccordionProps, ActionMenu, type ActionMenuProps, type GridAreaProps as AreaProps, Aside, type AsideProps, Aspect, type AspectProps, _Autocomplete as Autocomplete, type AutocompleteProps, Badge, type BadgeProps, _Breadcrumbs as Breadcrumbs, type BreadcrumbsComponent, type BreadcrumbsProps, Breakout, type BreakoutProps, _Button as Button, type ButtonProps, _Calendar as Calendar, type CalendarProps, Card, type CardProps, Center, type CenterProps, _Checkbox as Checkbox, type CheckboxComponent, _CheckboxGroup as CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, type ColumnProps, Columns, type ColumnsProps, _ComboBox as ComboBox, type ComboBoxProps, Container, type ContainerProps, _ContextualHelp as ContextualHelp, type ContextualHelpProps, _DateField as DateField, type DateFieldProps, _DatePicker as DatePicker, type DatePickerProps, _Dialog as Dialog, type DialogProps, type DisclosureProps, _Divider as Divider, type DividerProps, Drawer, FieldBase, type FieldBaseProps, _Form as Form, type FormProps, Grid, type GridProps, _Headline as Headline, type HeadlineProps, Inline, type InlineProps, _Input as Input, type InputProps, Inset, type InsetProps, _Label as Label, type LabelProps, _Link as Link, type LinkProps, List, type ListProps, MarigoldProvider, type MarigoldProviderProps, _Menu as Menu, type MenuProps, _Modal as Modal, type ModalProps, Multiselect, NonModal, type NonModalProps, type NonModalRenderProps, _NumberField as NumberField, type NumberFieldProps, type OverlayContainerProps, OverlayContainerProvider, _Pagination as Pagination, type PaginationProps, _Popover as Popover, type PopoverProps, _Radio as Radio, type RadioComponent, _RadioGroup as RadioGroup, type RadioGroupProps, type RadioProps, type RemovedProps$s as RemovedProps, type RowProps, Scrollable, type ScrollableProps, _SearchField as SearchField, type SearchFieldProps, SectionMessage, type SectionMessageProps, _Select as Select, type SelectComponent, _SelectList as SelectList, type SelectListProps, type SelectProps, _Slider as Slider, type SliderProps, Split, Stack, type StackProps, _Switch as Switch, type SwitchProps, Table, type TableProps, _Tabs as Tabs, type TabsProps, _Tag as Tag, type TagProps, type TemplateValue, _Text as Text, _TextArea as TextArea, type TextAreaProps, _TextField as TextField, type TextFieldProps, type TextProps, Tiles, type TilesProps, _TimeField as TimeField, type TimeFieldProps, Toast, ToastProvider, type ToastProviderProps, _Tooltip as Tooltip, type TooltipProps, Underlay, type UnderlayProps, XLoader, type XLoaderProps, _ContextualHelp, gridColsAlign, gridColumn, queue, useToast };
|
|
2186
|
+
export { Accordion, AccordionItem, type AccordionProps, ActionMenu, type ActionMenuProps, type GridAreaProps as AreaProps, Aside, type AsideProps, Aspect, type AspectProps, _Autocomplete as Autocomplete, type AutocompleteProps, Badge, type BadgeProps, _Breadcrumbs as Breadcrumbs, type BreadcrumbsComponent, type BreadcrumbsProps, Breakout, type BreakoutProps, _Button as Button, type ButtonProps, _Calendar as Calendar, type CalendarProps, Card, type CardProps, Center, type CenterProps, _Checkbox as Checkbox, type CheckboxComponent, _CheckboxGroup as CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, type ColumnProps, Columns, type ColumnsProps, _ComboBox as ComboBox, type ComboBoxProps, Container, type ContainerProps, _ContextualHelp as ContextualHelp, type ContextualHelpProps, _DateField as DateField, type DateFieldProps, _DatePicker as DatePicker, type DatePickerProps, _Dialog as Dialog, type DialogProps, type DisclosureProps, _Divider as Divider, type DividerProps, Drawer, FieldBase, type FieldBaseProps, _Form as Form, type FormProps, Grid, type GridProps, _Headline as Headline, type HeadlineProps, Inline, type InlineProps, _Input as Input, type InputProps, Inset, type InsetProps, _Label as Label, type LabelProps, _Link as Link, type LinkProps, List, type ListProps, MarigoldProvider, type MarigoldProviderProps, _Menu as Menu, type MenuProps, _Modal as Modal, type ModalProps, Multiselect, NonModal, type NonModalProps, type NonModalRenderProps, _NumberField as NumberField, type NumberFieldProps, type OverlayContainerProps, OverlayContainerProvider, _Pagination as Pagination, type PaginationProps, _Popover as Popover, type PopoverProps, _Radio as Radio, type RadioComponent, _RadioGroup as RadioGroup, type RadioGroupProps, type RadioProps, type RemovedProps$s as RemovedProps, type RowProps, Scrollable, type ScrollableProps, _SearchField as SearchField, type SearchFieldProps, SectionMessage, type SectionMessageProps, _Select as Select, type SelectComponent, _SelectList as SelectList, type SelectListProps, type SelectProps, _Slider as Slider, type SliderProps, Split, Stack, type StackProps, _Switch as Switch, type SwitchProps, Table, type TableProps, _Tabs as Tabs, type TabsProps, _Tag as Tag, type TagProps, type TemplateValue, _Text as Text, _TextArea as TextArea, type TextAreaProps, _TextField as TextField, type TextFieldProps, type TextProps, Tiles, type TilesProps, _TimeField as TimeField, type TimeFieldProps, Toast, type ToastContentProps, ToastProvider, type ToastProviderProps, _Tooltip as Tooltip, type TooltipProps, Underlay, type UnderlayProps, XLoader, type XLoaderProps, _ContextualHelp, gridColsAlign, gridColumn, queue, useToast };
|
package/dist/index.d.ts
CHANGED
|
@@ -2183,4 +2183,4 @@ interface BreadcrumbsComponent extends ForwardRefExoticComponent<BreadcrumbsProp
|
|
|
2183
2183
|
}
|
|
2184
2184
|
declare const _Breadcrumbs: BreadcrumbsComponent;
|
|
2185
2185
|
|
|
2186
|
-
export { Accordion, AccordionItem, type AccordionProps, ActionMenu, type ActionMenuProps, type GridAreaProps as AreaProps, Aside, type AsideProps, Aspect, type AspectProps, _Autocomplete as Autocomplete, type AutocompleteProps, Badge, type BadgeProps, _Breadcrumbs as Breadcrumbs, type BreadcrumbsComponent, type BreadcrumbsProps, Breakout, type BreakoutProps, _Button as Button, type ButtonProps, _Calendar as Calendar, type CalendarProps, Card, type CardProps, Center, type CenterProps, _Checkbox as Checkbox, type CheckboxComponent, _CheckboxGroup as CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, type ColumnProps, Columns, type ColumnsProps, _ComboBox as ComboBox, type ComboBoxProps, Container, type ContainerProps, _ContextualHelp as ContextualHelp, type ContextualHelpProps, _DateField as DateField, type DateFieldProps, _DatePicker as DatePicker, type DatePickerProps, _Dialog as Dialog, type DialogProps, type DisclosureProps, _Divider as Divider, type DividerProps, Drawer, FieldBase, type FieldBaseProps, _Form as Form, type FormProps, Grid, type GridProps, _Headline as Headline, type HeadlineProps, Inline, type InlineProps, _Input as Input, type InputProps, Inset, type InsetProps, _Label as Label, type LabelProps, _Link as Link, type LinkProps, List, type ListProps, MarigoldProvider, type MarigoldProviderProps, _Menu as Menu, type MenuProps, _Modal as Modal, type ModalProps, Multiselect, NonModal, type NonModalProps, type NonModalRenderProps, _NumberField as NumberField, type NumberFieldProps, type OverlayContainerProps, OverlayContainerProvider, _Pagination as Pagination, type PaginationProps, _Popover as Popover, type PopoverProps, _Radio as Radio, type RadioComponent, _RadioGroup as RadioGroup, type RadioGroupProps, type RadioProps, type RemovedProps$s as RemovedProps, type RowProps, Scrollable, type ScrollableProps, _SearchField as SearchField, type SearchFieldProps, SectionMessage, type SectionMessageProps, _Select as Select, type SelectComponent, _SelectList as SelectList, type SelectListProps, type SelectProps, _Slider as Slider, type SliderProps, Split, Stack, type StackProps, _Switch as Switch, type SwitchProps, Table, type TableProps, _Tabs as Tabs, type TabsProps, _Tag as Tag, type TagProps, type TemplateValue, _Text as Text, _TextArea as TextArea, type TextAreaProps, _TextField as TextField, type TextFieldProps, type TextProps, Tiles, type TilesProps, _TimeField as TimeField, type TimeFieldProps, Toast, ToastProvider, type ToastProviderProps, _Tooltip as Tooltip, type TooltipProps, Underlay, type UnderlayProps, XLoader, type XLoaderProps, _ContextualHelp, gridColsAlign, gridColumn, queue, useToast };
|
|
2186
|
+
export { Accordion, AccordionItem, type AccordionProps, ActionMenu, type ActionMenuProps, type GridAreaProps as AreaProps, Aside, type AsideProps, Aspect, type AspectProps, _Autocomplete as Autocomplete, type AutocompleteProps, Badge, type BadgeProps, _Breadcrumbs as Breadcrumbs, type BreadcrumbsComponent, type BreadcrumbsProps, Breakout, type BreakoutProps, _Button as Button, type ButtonProps, _Calendar as Calendar, type CalendarProps, Card, type CardProps, Center, type CenterProps, _Checkbox as Checkbox, type CheckboxComponent, _CheckboxGroup as CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, type ColumnProps, Columns, type ColumnsProps, _ComboBox as ComboBox, type ComboBoxProps, Container, type ContainerProps, _ContextualHelp as ContextualHelp, type ContextualHelpProps, _DateField as DateField, type DateFieldProps, _DatePicker as DatePicker, type DatePickerProps, _Dialog as Dialog, type DialogProps, type DisclosureProps, _Divider as Divider, type DividerProps, Drawer, FieldBase, type FieldBaseProps, _Form as Form, type FormProps, Grid, type GridProps, _Headline as Headline, type HeadlineProps, Inline, type InlineProps, _Input as Input, type InputProps, Inset, type InsetProps, _Label as Label, type LabelProps, _Link as Link, type LinkProps, List, type ListProps, MarigoldProvider, type MarigoldProviderProps, _Menu as Menu, type MenuProps, _Modal as Modal, type ModalProps, Multiselect, NonModal, type NonModalProps, type NonModalRenderProps, _NumberField as NumberField, type NumberFieldProps, type OverlayContainerProps, OverlayContainerProvider, _Pagination as Pagination, type PaginationProps, _Popover as Popover, type PopoverProps, _Radio as Radio, type RadioComponent, _RadioGroup as RadioGroup, type RadioGroupProps, type RadioProps, type RemovedProps$s as RemovedProps, type RowProps, Scrollable, type ScrollableProps, _SearchField as SearchField, type SearchFieldProps, SectionMessage, type SectionMessageProps, _Select as Select, type SelectComponent, _SelectList as SelectList, type SelectListProps, type SelectProps, _Slider as Slider, type SliderProps, Split, Stack, type StackProps, _Switch as Switch, type SwitchProps, Table, type TableProps, _Tabs as Tabs, type TabsProps, _Tag as Tag, type TagProps, type TemplateValue, _Text as Text, _TextArea as TextArea, type TextAreaProps, _TextField as TextField, type TextFieldProps, type TextProps, Tiles, type TilesProps, _TimeField as TimeField, type TimeFieldProps, Toast, type ToastContentProps, ToastProvider, type ToastProviderProps, _Tooltip as Tooltip, type TooltipProps, Underlay, type UnderlayProps, XLoader, type XLoaderProps, _ContextualHelp, gridColsAlign, gridColumn, queue, useToast };
|
package/dist/index.js
CHANGED
|
@@ -2703,8 +2703,8 @@ var _Dialog = (0, import_react32.forwardRef)(
|
|
|
2703
2703
|
const { isDismissable, isKeyboardDismissDisabled, isOpen, onOpenChange } = (0, import_react32.useContext)(DialogContext);
|
|
2704
2704
|
const state = (0, import_react32.useContext)(import_react_aria_components31.OverlayTriggerStateContext);
|
|
2705
2705
|
const children = typeof props.children === "function" ? props.children({
|
|
2706
|
-
close: (_a = state == null ? void 0 : state.close) != null ? _a : () => {
|
|
2707
|
-
}
|
|
2706
|
+
close: (_a = state == null ? void 0 : state.close) != null ? _a : (() => {
|
|
2707
|
+
})
|
|
2708
2708
|
}) : props.children;
|
|
2709
2709
|
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2710
2710
|
_Modal,
|
|
@@ -4213,7 +4213,7 @@ function createStyleElement(options2) {
|
|
|
4213
4213
|
tag.setAttribute("data-s", "");
|
|
4214
4214
|
return tag;
|
|
4215
4215
|
}
|
|
4216
|
-
var StyleSheet = /* @__PURE__ */ function() {
|
|
4216
|
+
var StyleSheet = /* @__PURE__ */ (function() {
|
|
4217
4217
|
function StyleSheet2(options2) {
|
|
4218
4218
|
var _this = this;
|
|
4219
4219
|
this._insertTag = function(tag) {
|
|
@@ -4271,7 +4271,7 @@ var StyleSheet = /* @__PURE__ */ function() {
|
|
|
4271
4271
|
this.ctr = 0;
|
|
4272
4272
|
};
|
|
4273
4273
|
return StyleSheet2;
|
|
4274
|
-
}();
|
|
4274
|
+
})();
|
|
4275
4275
|
|
|
4276
4276
|
// ../../node_modules/.pnpm/stylis@4.2.0/node_modules/stylis/src/Enum.js
|
|
4277
4277
|
var MS = "-ms-";
|
|
@@ -8011,7 +8011,7 @@ var shouldHideSelectedOptions = function shouldHideSelectedOptions2(props) {
|
|
|
8011
8011
|
return hideSelectedOptions;
|
|
8012
8012
|
};
|
|
8013
8013
|
var instanceId = 1;
|
|
8014
|
-
var Select = /* @__PURE__ */ function(_Component) {
|
|
8014
|
+
var Select = /* @__PURE__ */ (function(_Component) {
|
|
8015
8015
|
_inherits(Select3, _Component);
|
|
8016
8016
|
var _super = _createSuper(Select3);
|
|
8017
8017
|
function Select3(_props) {
|
|
@@ -9297,7 +9297,7 @@ var Select = /* @__PURE__ */ function(_Component) {
|
|
|
9297
9297
|
}
|
|
9298
9298
|
}]);
|
|
9299
9299
|
return Select3;
|
|
9300
|
-
}(import_react52.Component);
|
|
9300
|
+
})(import_react52.Component);
|
|
9301
9301
|
Select.defaultProps = defaultProps;
|
|
9302
9302
|
|
|
9303
9303
|
// ../../node_modules/.pnpm/react-select@5.10.2_@types+react@19.1.12_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/react-select/dist/react-select.esm.js
|
package/dist/index.mjs
CHANGED
|
@@ -2650,8 +2650,8 @@ var _Dialog = forwardRef19(
|
|
|
2650
2650
|
const { isDismissable, isKeyboardDismissDisabled, isOpen, onOpenChange } = useContext9(DialogContext);
|
|
2651
2651
|
const state = useContext9(OverlayTriggerStateContext2);
|
|
2652
2652
|
const children = typeof props.children === "function" ? props.children({
|
|
2653
|
-
close: (_a = state == null ? void 0 : state.close) != null ? _a : () => {
|
|
2654
|
-
}
|
|
2653
|
+
close: (_a = state == null ? void 0 : state.close) != null ? _a : (() => {
|
|
2654
|
+
})
|
|
2655
2655
|
}) : props.children;
|
|
2656
2656
|
return /* @__PURE__ */ jsx50(
|
|
2657
2657
|
_Modal,
|
|
@@ -4188,7 +4188,7 @@ function createStyleElement(options2) {
|
|
|
4188
4188
|
tag.setAttribute("data-s", "");
|
|
4189
4189
|
return tag;
|
|
4190
4190
|
}
|
|
4191
|
-
var StyleSheet = /* @__PURE__ */ function() {
|
|
4191
|
+
var StyleSheet = /* @__PURE__ */ (function() {
|
|
4192
4192
|
function StyleSheet2(options2) {
|
|
4193
4193
|
var _this = this;
|
|
4194
4194
|
this._insertTag = function(tag) {
|
|
@@ -4246,7 +4246,7 @@ var StyleSheet = /* @__PURE__ */ function() {
|
|
|
4246
4246
|
this.ctr = 0;
|
|
4247
4247
|
};
|
|
4248
4248
|
return StyleSheet2;
|
|
4249
|
-
}();
|
|
4249
|
+
})();
|
|
4250
4250
|
|
|
4251
4251
|
// ../../node_modules/.pnpm/stylis@4.2.0/node_modules/stylis/src/Enum.js
|
|
4252
4252
|
var MS = "-ms-";
|
|
@@ -7986,7 +7986,7 @@ var shouldHideSelectedOptions = function shouldHideSelectedOptions2(props) {
|
|
|
7986
7986
|
return hideSelectedOptions;
|
|
7987
7987
|
};
|
|
7988
7988
|
var instanceId = 1;
|
|
7989
|
-
var Select = /* @__PURE__ */ function(_Component) {
|
|
7989
|
+
var Select = /* @__PURE__ */ (function(_Component) {
|
|
7990
7990
|
_inherits(Select3, _Component);
|
|
7991
7991
|
var _super = _createSuper(Select3);
|
|
7992
7992
|
function Select3(_props) {
|
|
@@ -9272,7 +9272,7 @@ var Select = /* @__PURE__ */ function(_Component) {
|
|
|
9272
9272
|
}
|
|
9273
9273
|
}]);
|
|
9274
9274
|
return Select3;
|
|
9275
|
-
}(Component);
|
|
9275
|
+
})(Component);
|
|
9276
9276
|
Select.defaultProps = defaultProps;
|
|
9277
9277
|
|
|
9278
9278
|
// ../../node_modules/.pnpm/react-select@5.10.2_@types+react@19.1.12_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/react-select/dist/react-select.esm.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/components",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.2",
|
|
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.3",
|
|
56
56
|
"react-aria-components": "^1.12.1",
|
|
57
57
|
"react-stately": "^3.41.0",
|
|
58
|
-
"@marigold/system": "15.0.
|
|
58
|
+
"@marigold/system": "15.0.2",
|
|
59
59
|
"@marigold/types": "1.3.2"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"react": "19.1.1",
|
|
68
68
|
"react-dom": "19.1.1",
|
|
69
69
|
"tsup": "8.5.0",
|
|
70
|
-
"@marigold/icons": "1.3.
|
|
70
|
+
"@marigold/icons": "1.3.20",
|
|
71
71
|
"@marigold/tsconfig": "0.4.1"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|