@mt-gloss/ui 0.1.139 → 0.2.0

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 (107) hide show
  1. package/{BaseAsyncButton-CJlY7Uik.js → BaseAsyncButton-Cq_l7clO.js} +29 -30
  2. package/COMMITS-Dm8qIHaq.js +444 -0
  3. package/Expandable-BcmIxWR8.js +13807 -0
  4. package/UIContext-DP6JGCto.js +1731 -0
  5. package/catalog.js +120 -122
  6. package/composites-panels.js +581 -1404
  7. package/index.d.ts +4 -2
  8. package/index.js +2368 -2029
  9. package/internals.js +80 -81
  10. package/lib/base/BaseAccordion/BaseAccordion.d.ts +4 -24
  11. package/lib/base/BaseCard/BaseCard.d.ts +8 -48
  12. package/lib/base/BaseCheckbox/BaseCheckbox.d.ts +1 -6
  13. package/lib/base/BaseInput/BaseInput.d.ts +1 -6
  14. package/lib/base/BaseMaskedInput/BaseMaskedInput.d.ts +1 -6
  15. package/lib/base/BaseMenu/BaseMenu.d.ts +2 -12
  16. package/lib/base/BaseRadio/BaseRadio.d.ts +1 -6
  17. package/lib/base/BaseRating/BaseRating.d.ts +1 -6
  18. package/lib/base/BaseSegmentedControl/BaseSegmentedControl.d.ts +1 -6
  19. package/lib/base/BaseSelect/BaseSelect.d.ts +2 -12
  20. package/lib/base/BaseTextarea/BaseTextarea.d.ts +1 -6
  21. package/lib/base/BaseToggle/BaseToggle.d.ts +1 -6
  22. package/lib/base/BaseTooltip/BaseTooltip.d.ts +1 -6
  23. package/lib/composites/dashboard/BellPopover/BellPopover.d.ts +0 -12
  24. package/lib/composites/forms/PasswordInput.d.ts +1 -6
  25. package/lib/composites/forms/PhoneInput.d.ts +1 -6
  26. package/lib/composites/forms/SearchInput.d.ts +1 -6
  27. package/lib/composites/forms/TagInput.d.ts +1 -6
  28. package/lib/composites/inputs/FilterChip.d.ts +1 -6
  29. package/lib/composites/overlay/SplitButton/SplitButton.d.ts +1 -6
  30. package/lib/composites/panels/PanelChrome.d.ts +1 -23
  31. package/lib/composites/panels/PanelSlot.d.ts +3 -14
  32. package/lib/composites/panels/coordinator/types.d.ts +1 -12
  33. package/lib/composites/panels/index.d.ts +4 -7
  34. package/lib/composites/panels/shells/CatalogAddShell.d.ts +8 -21
  35. package/lib/composites/panels/shells/CatalogReplaceShell.d.ts +4 -9
  36. package/lib/composites/panels/shells/PageMgmtShell.d.ts +3 -28
  37. package/lib/composites/panels/shells/SettingsShell.d.ts +3 -57
  38. package/lib/composites/panels/shells/index.d.ts +2 -4
  39. package/lib/composites/panels/shells/internals/CatalogLensPicker.d.ts +1 -14
  40. package/lib/composites/panels/shells/internals/CatalogTileGrid.d.ts +1 -18
  41. package/lib/composites/panels/shells/internals/PageMgmtFooter.d.ts +0 -11
  42. package/lib/composites/panels/shells/internals/PageMgmtRow.d.ts +1 -6
  43. package/lib/composites/panels/shells/internals/catalog-mocks.d.ts +8 -145
  44. package/lib/composites/panels/stage3d/CloneStage.d.ts +1 -11
  45. package/lib/containers/ContainerDialog/ContainerDialog.d.ts +3 -18
  46. package/lib/containers/ContainerFormSection/ContainerFormSection.d.ts +1 -6
  47. package/lib/containers/ContainerPanel/ContainerPanel.d.ts +1 -6
  48. package/lib/containers/ContainerTable/ContainerTable.d.ts +1 -6
  49. package/lib/containers/ContainerToolbar/ContainerToolbar.d.ts +1 -6
  50. package/lib/presets/PresetAccordion/PresetAccordion.d.ts +4 -24
  51. package/lib/presets/PresetBadge/PresetBadge.d.ts +1 -6
  52. package/lib/presets/PresetCard/PresetCard.d.ts +8 -48
  53. package/lib/presets/PresetCheckbox/PresetCheckbox.d.ts +1 -6
  54. package/lib/presets/PresetChip/PresetChip.d.ts +1 -6
  55. package/lib/presets/PresetColorPicker/PresetColorPicker.d.ts +1 -6
  56. package/lib/presets/PresetDatePicker/PresetDatePicker.d.ts +1 -6
  57. package/lib/presets/PresetDateRangePicker/PresetDateRangePicker.d.ts +1 -6
  58. package/lib/presets/PresetFileUpload/PresetFileUpload.d.ts +1 -6
  59. package/lib/presets/PresetInput/PresetInput.d.ts +1 -6
  60. package/lib/presets/PresetLink/PresetLink.d.ts +1 -6
  61. package/lib/presets/PresetMaskedInput/PresetMaskedInput.d.ts +1 -6
  62. package/lib/presets/PresetMenu/PresetMenu.d.ts +2 -12
  63. package/lib/presets/PresetNumberInput/PresetNumberInput.d.ts +1 -6
  64. package/lib/presets/PresetRadio/PresetRadio.d.ts +1 -6
  65. package/lib/presets/PresetRangeSlider/PresetRangeSlider.d.ts +1 -6
  66. package/lib/presets/PresetRating/PresetRating.d.ts +1 -6
  67. package/lib/presets/PresetTextarea/PresetTextarea.d.ts +1 -6
  68. package/lib/presets/PresetTimePicker/PresetTimePicker.d.ts +1 -6
  69. package/lib/presets/PresetToggle/PresetToggle.d.ts +1 -6
  70. package/lib/primitives/dashboard/ResizePill/ResizePill.d.ts +1 -7
  71. package/lib/primitives/dashboard/index.d.ts +0 -1
  72. package/lib/wrappers/Actionable/Actionable.d.ts +1 -6
  73. package/lib/wrappers/AsyncLoader/AsyncLoader.d.ts +1 -6
  74. package/lib/wrappers/ButtonGroup/ButtonGroup.d.ts +1 -6
  75. package/lib/wrappers/CheckboxGroup/CheckboxGroup.d.ts +1 -6
  76. package/lib/wrappers/Dismissible/Dismissible.d.ts +1 -6
  77. package/lib/wrappers/Expandable/Expandable.d.ts +1 -6
  78. package/lib/wrappers/InputGroup/InputGroup.d.ts +2 -12
  79. package/lib/wrappers/RadioGroup/RadioGroup.d.ts +1 -6
  80. package/lib/wrappers/Selectable/Selectable.d.ts +1 -6
  81. package/lib/wrappers/Sortable/Sortable.d.ts +1 -6
  82. package/package.json +1 -1
  83. package/ui.css +1 -1
  84. package/BaseText-Dxbk1JJa.js +0 -66
  85. package/COMMITS-DEdHYT0E.js +0 -963
  86. package/Expandable-DA4NFzCR.js +0 -13243
  87. package/MetricCard-DOPtBpek.js +0 -698
  88. package/UIContext-CGQI_KJk.js +0 -1808
  89. package/lib/composites/panels/chrome-v2/PanelBody.d.ts +0 -5
  90. package/lib/composites/panels/chrome-v2/PanelChromeV2.d.ts +0 -18
  91. package/lib/composites/panels/chrome-v2/PanelFooter.d.ts +0 -6
  92. package/lib/composites/panels/chrome-v2/PanelFooterMessage.d.ts +0 -6
  93. package/lib/composites/panels/chrome-v2/PanelHeader.d.ts +0 -10
  94. package/lib/composites/panels/chrome-v2/PanelNavigation.d.ts +0 -5
  95. package/lib/composites/panels/chrome-v2/PanelStage.d.ts +0 -5
  96. package/lib/composites/panels/chrome-v2/index.d.ts +0 -23
  97. package/lib/composites/panels/coordinator/settingsBufferSchemas.d.ts +0 -13
  98. package/lib/composites/panels/hooks/useEditingCardId.d.ts +0 -16
  99. package/lib/composites/panels/shells/MetricInfoShell.d.ts +0 -29
  100. package/lib/composites/panels/shells/NotificationCenterShell.d.ts +0 -2
  101. package/lib/composites/panels/shells/settings/GhostSlotPill.d.ts +0 -7
  102. package/lib/composites/panels/shells/settings/SlotsControls.d.ts +0 -11
  103. package/lib/composites/panels/shells/settings/TimeframeControls.d.ts +0 -6
  104. package/lib/composites/panels/shells/settings/index.d.ts +0 -14
  105. package/lib/primitives/dashboard/SettingsTabStrip/SettingsTabStrip.d.ts +0 -17
  106. package/lib/primitives/dashboard/SettingsTabStrip/index.d.ts +0 -6
  107. package/lib/primitives/dashboard/SettingsTabStrip/types.d.ts +0 -12
@@ -10,9 +10,4 @@ export interface ContainerFormSectionProps {
10
10
  * Form.Section Context-Container. Groups form fields within a fieldset.
11
11
  * Sets UIContext region='form-section'.
12
12
  */
13
- export declare const ContainerFormSection: {
14
- ({ ref, legend, description, density, children, ...rest }: ContainerFormSectionProps & Omit<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, "className" | "style"> & {
15
- ref?: React.Ref<HTMLFieldSetElement>;
16
- }): import("react/jsx-runtime").JSX.Element;
17
- displayName: string;
18
- };
13
+ export declare const ContainerFormSection: React.ForwardRefExoticComponent<ContainerFormSectionProps & Omit<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, "style" | "className"> & React.RefAttributes<HTMLFieldSetElement>>;
@@ -11,9 +11,4 @@ export interface ContainerPanelProps {
11
11
  * Panel Context-Container. Collapsible content region.
12
12
  * Sets UIContext region='panel'.
13
13
  */
14
- export declare const ContainerPanel: {
15
- ({ ref, title, collapsed, onToggle, density, children, ...rest }: ContainerPanelProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style" | "title"> & {
16
- ref?: React.Ref<HTMLDivElement>;
17
- }): import("react/jsx-runtime").JSX.Element;
18
- displayName: string;
19
- };
14
+ export declare const ContainerPanel: React.ForwardRefExoticComponent<ContainerPanelProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "title" | "className"> & React.RefAttributes<HTMLDivElement>>;
@@ -9,9 +9,4 @@ export interface ContainerTableProps {
9
9
  * Sets UIContext region='table', density defaults to 'compact'.
10
10
  * Wraps existing content -- does NOT replace BaseTable.
11
11
  */
12
- export declare const ContainerTable: {
13
- ({ ref, density, children, ...rest }: ContainerTableProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
14
- ref?: React.Ref<HTMLDivElement>;
15
- }): import("react/jsx-runtime").JSX.Element;
16
- displayName: string;
17
- };
12
+ export declare const ContainerTable: React.ForwardRefExoticComponent<ContainerTableProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
@@ -8,9 +8,4 @@ export interface ContainerToolbarProps {
8
8
  * Toolbar Context-Container. Compact layout context for action buttons and controls.
9
9
  * Sets UIContext region='toolbar', density defaults to 'compact'.
10
10
  */
11
- export declare const ContainerToolbar: {
12
- ({ ref, density, children, ...rest }: ContainerToolbarProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
13
- ref?: React.Ref<HTMLDivElement>;
14
- }): import("react/jsx-runtime").JSX.Element;
15
- displayName: string;
16
- };
11
+ export declare const ContainerToolbar: React.ForwardRefExoticComponent<ContainerToolbarProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
@@ -5,37 +5,17 @@ export interface PresetAccordionProps {
5
5
  /**
6
6
  * Accordion container. Wraps BaseAccordion.
7
7
  */
8
- export declare const PresetAccordion: {
9
- ({ ref, children, ...rest }: PresetAccordionProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
10
- ref?: React.Ref<HTMLDivElement>;
11
- }): import("react/jsx-runtime").JSX.Element;
12
- displayName: string;
13
- };
8
+ export declare const PresetAccordion: React.ForwardRefExoticComponent<PresetAccordionProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
14
9
  export interface PresetAccordionItemProps {
15
10
  open?: boolean;
16
11
  children: React.ReactNode;
17
12
  }
18
- export declare const PresetAccordionItem: {
19
- ({ ref, open, children, ...rest }: PresetAccordionItemProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
20
- ref?: React.Ref<HTMLDivElement>;
21
- }): import("react/jsx-runtime").JSX.Element;
22
- displayName: string;
23
- };
13
+ export declare const PresetAccordionItem: React.ForwardRefExoticComponent<PresetAccordionItemProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
24
14
  export interface PresetAccordionTriggerProps {
25
15
  children: React.ReactNode;
26
16
  }
27
- export declare const PresetAccordionTrigger: {
28
- ({ ref, children, ...rest }: PresetAccordionTriggerProps & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "className" | "style"> & {
29
- ref?: React.Ref<HTMLButtonElement>;
30
- }): import("react/jsx-runtime").JSX.Element;
31
- displayName: string;
32
- };
17
+ export declare const PresetAccordionTrigger: React.ForwardRefExoticComponent<PresetAccordionTriggerProps & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "style" | "className"> & React.RefAttributes<HTMLButtonElement>>;
33
18
  export interface PresetAccordionContentProps {
34
19
  children: React.ReactNode;
35
20
  }
36
- export declare const PresetAccordionContent: {
37
- ({ ref, children, ...rest }: PresetAccordionContentProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
38
- ref?: React.Ref<HTMLDivElement>;
39
- }): import("react/jsx-runtime").JSX.Element;
40
- displayName: string;
41
- };
21
+ export declare const PresetAccordionContent: React.ForwardRefExoticComponent<PresetAccordionContentProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
@@ -12,9 +12,4 @@ export interface PresetBadgeProps {
12
12
  * Badge with semantic variant/size API. Wraps BaseBadge.
13
13
  * Small status indicator with color-coded variants.
14
14
  */
15
- export declare const PresetBadge: {
16
- ({ ref, variant, size, dot, soft, children, ...allRest }: PresetBadgeProps & {
17
- ref?: React.Ref<HTMLSpanElement>;
18
- }): import("react/jsx-runtime").JSX.Element;
19
- displayName: string;
20
- };
15
+ export declare const PresetBadge: React.ForwardRefExoticComponent<PresetBadgeProps & React.RefAttributes<HTMLSpanElement>>;
@@ -11,75 +11,35 @@ export interface PresetCardProps {
11
11
  /**
12
12
  * Card with semantic variant/size API. Wraps BaseCard.
13
13
  */
14
- export declare const PresetCard: {
15
- ({ ref, variant, size, interactive, selected, children, ...rest }: PresetCardProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
16
- ref?: React.Ref<HTMLDivElement>;
17
- }): import("react/jsx-runtime").JSX.Element;
18
- displayName: string;
19
- };
14
+ export declare const PresetCard: React.ForwardRefExoticComponent<PresetCardProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
20
15
  export interface PresetCardHeaderProps {
21
16
  children?: React.ReactNode;
22
17
  }
23
- export declare const PresetCardHeader: {
24
- ({ ref, children, ...rest }: PresetCardHeaderProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
25
- ref?: React.Ref<HTMLDivElement>;
26
- }): import("react/jsx-runtime").JSX.Element;
27
- displayName: string;
28
- };
18
+ export declare const PresetCardHeader: React.ForwardRefExoticComponent<PresetCardHeaderProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
29
19
  export interface PresetCardBodyProps {
30
20
  children?: React.ReactNode;
31
21
  }
32
- export declare const PresetCardBody: {
33
- ({ ref, children, ...rest }: PresetCardBodyProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
34
- ref?: React.Ref<HTMLDivElement>;
35
- }): import("react/jsx-runtime").JSX.Element;
36
- displayName: string;
37
- };
22
+ export declare const PresetCardBody: React.ForwardRefExoticComponent<PresetCardBodyProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
38
23
  export interface PresetCardFooterProps {
39
24
  children?: React.ReactNode;
40
25
  }
41
- export declare const PresetCardFooter: {
42
- ({ ref, children, ...rest }: PresetCardFooterProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
43
- ref?: React.Ref<HTMLDivElement>;
44
- }): import("react/jsx-runtime").JSX.Element;
45
- displayName: string;
46
- };
26
+ export declare const PresetCardFooter: React.ForwardRefExoticComponent<PresetCardFooterProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
47
27
  export interface PresetCardMediaProps {
48
28
  src?: string;
49
29
  alt?: string;
50
30
  height?: string;
51
31
  children?: React.ReactNode;
52
32
  }
53
- export declare const PresetCardMedia: {
54
- ({ ref, src, alt, height, children, ...rest }: PresetCardMediaProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
55
- ref?: React.Ref<HTMLDivElement>;
56
- }): import("react/jsx-runtime").JSX.Element;
57
- displayName: string;
58
- };
33
+ export declare const PresetCardMedia: React.ForwardRefExoticComponent<PresetCardMediaProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
59
34
  export interface PresetCardTitleProps {
60
35
  children?: React.ReactNode;
61
36
  }
62
- export declare const PresetCardTitle: {
63
- ({ ref, children, ...rest }: PresetCardTitleProps & Omit<React.HTMLAttributes<HTMLHeadingElement>, "className" | "style"> & {
64
- ref?: React.Ref<HTMLHeadingElement>;
65
- }): import("react/jsx-runtime").JSX.Element;
66
- displayName: string;
67
- };
37
+ export declare const PresetCardTitle: React.ForwardRefExoticComponent<PresetCardTitleProps & Omit<React.HTMLAttributes<HTMLHeadingElement>, "style" | "className"> & React.RefAttributes<HTMLHeadingElement>>;
68
38
  export interface PresetCardSubtitleProps {
69
39
  children?: React.ReactNode;
70
40
  }
71
- export declare const PresetCardSubtitle: {
72
- ({ ref, children, ...rest }: PresetCardSubtitleProps & Omit<React.HTMLAttributes<HTMLParagraphElement>, "className" | "style"> & {
73
- ref?: React.Ref<HTMLParagraphElement>;
74
- }): import("react/jsx-runtime").JSX.Element;
75
- displayName: string;
76
- };
41
+ export declare const PresetCardSubtitle: React.ForwardRefExoticComponent<PresetCardSubtitleProps & Omit<React.HTMLAttributes<HTMLParagraphElement>, "style" | "className"> & React.RefAttributes<HTMLParagraphElement>>;
77
42
  export interface PresetCardActionsProps {
78
43
  children?: React.ReactNode;
79
44
  }
80
- export declare const PresetCardActions: {
81
- ({ ref, children, ...rest }: PresetCardActionsProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
82
- ref?: React.Ref<HTMLDivElement>;
83
- }): import("react/jsx-runtime").JSX.Element;
84
- displayName: string;
85
- };
45
+ export declare const PresetCardActions: React.ForwardRefExoticComponent<PresetCardActionsProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
@@ -20,9 +20,4 @@ export interface PresetCheckboxProps {
20
20
  /**
21
21
  * Checkbox with semantic variant/size API. Wraps BaseCheckbox.
22
22
  */
23
- export declare const PresetCheckbox: {
24
- ({ ref, ...props }: PresetCheckboxProps & {
25
- ref?: React.Ref<HTMLInputElement>;
26
- }): import("react/jsx-runtime").JSX.Element;
27
- displayName: string;
28
- };
23
+ export declare const PresetCheckbox: React.ForwardRefExoticComponent<PresetCheckboxProps & React.RefAttributes<HTMLInputElement>>;
@@ -19,9 +19,4 @@ export interface PresetChipProps {
19
19
  * Chip with semantic variant/color/size API. Wraps BaseChip.
20
20
  * Interactive tag/pill with click, delete, and keyboard support.
21
21
  */
22
- export declare const PresetChip: {
23
- ({ ref, ...props }: PresetChipProps & {
24
- ref?: React.Ref<HTMLSpanElement>;
25
- }): import("react/jsx-runtime").JSX.Element;
26
- displayName: string;
27
- };
22
+ export declare const PresetChip: React.ForwardRefExoticComponent<PresetChipProps & React.RefAttributes<HTMLSpanElement>>;
@@ -19,9 +19,4 @@ export interface PresetColorPickerProps {
19
19
  * ColorPicker with swatch presets, format conversion, size scale.
20
20
  * Re-exports ColorFormat type.
21
21
  */
22
- export declare const PresetColorPicker: {
23
- ({ ref, ...props }: PresetColorPickerProps & {
24
- ref?: React.Ref<HTMLInputElement>;
25
- }): import("react/jsx-runtime").JSX.Element;
26
- displayName: string;
27
- };
22
+ export declare const PresetColorPicker: React.ForwardRefExoticComponent<PresetColorPickerProps & React.RefAttributes<HTMLInputElement>>;
@@ -26,9 +26,4 @@ export interface PresetDatePickerProps {
26
26
  /**
27
27
  * DatePicker with calendar dropdown, variant styling, and size scale.
28
28
  */
29
- export declare const PresetDatePicker: {
30
- ({ ref, ...props }: PresetDatePickerProps & {
31
- ref?: React.Ref<HTMLInputElement>;
32
- }): import("react/jsx-runtime").JSX.Element;
33
- displayName: string;
34
- };
29
+ export declare const PresetDatePicker: React.ForwardRefExoticComponent<PresetDatePickerProps & React.RefAttributes<HTMLInputElement>>;
@@ -34,9 +34,4 @@ export interface PresetDateRangePickerProps {
34
34
  /**
35
35
  * DateRangePicker with dual calendar, range selection, variant styling.
36
36
  */
37
- export declare const PresetDateRangePicker: {
38
- ({ ref, ...props }: PresetDateRangePickerProps & {
39
- ref?: React.Ref<HTMLInputElement>;
40
- }): import("react/jsx-runtime").JSX.Element;
41
- displayName: string;
42
- };
37
+ export declare const PresetDateRangePicker: React.ForwardRefExoticComponent<PresetDateRangePickerProps & React.RefAttributes<HTMLInputElement>>;
@@ -32,9 +32,4 @@ export interface PresetFileUploadProps {
32
32
  * FileUpload with drag-and-drop, file list, variant styling, size scale.
33
33
  * Re-exports FileUploadFile type.
34
34
  */
35
- export declare const PresetFileUpload: {
36
- ({ ref, ...props }: PresetFileUploadProps & {
37
- ref?: React.Ref<HTMLInputElement>;
38
- }): import("react/jsx-runtime").JSX.Element;
39
- displayName: string;
40
- };
35
+ export declare const PresetFileUpload: React.ForwardRefExoticComponent<PresetFileUploadProps & React.RefAttributes<HTMLInputElement>>;
@@ -21,9 +21,4 @@ export interface PresetInputProps extends Omit<React.InputHTMLAttributes<HTMLInp
21
21
  /**
22
22
  * Input with semantic variant/size API. Wraps BaseInput.
23
23
  */
24
- export declare const PresetInput: {
25
- ({ ref, ...props }: PresetInputProps & {
26
- ref?: React.Ref<HTMLInputElement>;
27
- }): import("react/jsx-runtime").JSX.Element;
28
- displayName: string;
29
- };
24
+ export declare const PresetInput: React.ForwardRefExoticComponent<PresetInputProps & React.RefAttributes<HTMLInputElement>>;
@@ -18,9 +18,4 @@ export interface PresetLinkProps {
18
18
  * Link with semantic variant/size API. Wraps BaseLink.
19
19
  * Navigation element with consistent styling and icon support.
20
20
  */
21
- export declare const PresetLink: {
22
- ({ ref, ...props }: PresetLinkProps & {
23
- ref?: React.Ref<HTMLAnchorElement>;
24
- }): import("react/jsx-runtime").JSX.Element;
25
- displayName: string;
26
- };
21
+ export declare const PresetLink: React.ForwardRefExoticComponent<PresetLinkProps & React.RefAttributes<HTMLAnchorElement>>;
@@ -38,9 +38,4 @@ export interface PresetMaskedInputProps {
38
38
  * MaskedInput with imask integration, variant styling, size scale.
39
39
  * Re-exports MaskConfig, MaskPresetName, and MaskPresets.
40
40
  */
41
- export declare const PresetMaskedInput: {
42
- ({ ref, ...props }: PresetMaskedInputProps & {
43
- ref?: React.Ref<HTMLInputElement>;
44
- }): import("react/jsx-runtime").JSX.Element;
45
- displayName: string;
46
- };
41
+ export declare const PresetMaskedInput: React.ForwardRefExoticComponent<PresetMaskedInputProps & React.RefAttributes<HTMLInputElement>>;
@@ -7,12 +7,7 @@ export interface PresetMenuProps {
7
7
  /**
8
8
  * Menu container with semantic size API. Wraps BaseMenu.
9
9
  */
10
- export declare const PresetMenu: {
11
- ({ ref, size, children, ...rest }: PresetMenuProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
12
- ref?: React.Ref<HTMLDivElement>;
13
- }): import("react/jsx-runtime").JSX.Element;
14
- displayName: string;
15
- };
10
+ export declare const PresetMenu: React.ForwardRefExoticComponent<PresetMenuProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
16
11
  export interface PresetMenuGroupProps {
17
12
  label?: string;
18
13
  open?: boolean;
@@ -31,12 +26,7 @@ export interface PresetMenuItemProps {
31
26
  icon?: React.ReactNode;
32
27
  children: React.ReactNode;
33
28
  }
34
- export declare const PresetMenuItem: {
35
- ({ ref, disabled, active, as, icon, children, ...rest }: PresetMenuItemProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style"> & {
36
- ref?: React.Ref<HTMLElement>;
37
- }): import("react/jsx-runtime").JSX.Element;
38
- displayName: string;
39
- };
29
+ export declare const PresetMenuItem: React.ForwardRefExoticComponent<PresetMenuItemProps & Omit<React.HTMLAttributes<HTMLElement>, "style" | "className"> & React.RefAttributes<HTMLElement>>;
40
30
  export declare function PresetMenuDivider(): import("react/jsx-runtime").JSX.Element;
41
31
  export declare namespace PresetMenuDivider {
42
32
  var displayName: string;
@@ -23,9 +23,4 @@ export interface PresetNumberInputProps {
23
23
  /**
24
24
  * NumberInput with increment/decrement buttons, variant styling, size scale.
25
25
  */
26
- export declare const PresetNumberInput: {
27
- ({ ref, ...props }: PresetNumberInputProps & {
28
- ref?: React.Ref<HTMLInputElement>;
29
- }): import("react/jsx-runtime").JSX.Element;
30
- displayName: string;
31
- };
26
+ export declare const PresetNumberInput: React.ForwardRefExoticComponent<PresetNumberInputProps & React.RefAttributes<HTMLInputElement>>;
@@ -18,9 +18,4 @@ export interface PresetRadioProps {
18
18
  /**
19
19
  * Radio with semantic variant/size API. Wraps BaseRadio.
20
20
  */
21
- export declare const PresetRadio: {
22
- ({ ref, ...props }: PresetRadioProps & {
23
- ref?: React.Ref<HTMLInputElement>;
24
- }): import("react/jsx-runtime").JSX.Element;
25
- displayName: string;
26
- };
21
+ export declare const PresetRadio: React.ForwardRefExoticComponent<PresetRadioProps & React.RefAttributes<HTMLInputElement>>;
@@ -27,9 +27,4 @@ export interface PresetRangeSliderProps {
27
27
  /**
28
28
  * RangeSlider with dual thumbs, semantic size API. Wraps BaseRangeSlider.
29
29
  */
30
- export declare const PresetRangeSlider: {
31
- ({ ref, ...props }: PresetRangeSliderProps & {
32
- ref?: React.Ref<HTMLInputElement>;
33
- }): import("react/jsx-runtime").JSX.Element;
34
- displayName: string;
35
- };
30
+ export declare const PresetRangeSlider: React.ForwardRefExoticComponent<PresetRangeSliderProps & React.RefAttributes<HTMLInputElement>>;
@@ -16,9 +16,4 @@ export interface PresetRatingProps {
16
16
  /**
17
17
  * Rating with semantic size API. Wraps BaseRating.
18
18
  */
19
- export declare const PresetRating: {
20
- ({ ref, size, readOnly, disabled, children, value: _value, defaultValue: _defaultValue, onChange: _onChange, max: _max, allowHalf: _allowHalf, icon: _icon, emptyIcon: _emptyIcon, ...rest }: PresetRatingProps & Omit<React.HTMLAttributes<HTMLDivElement>, "className" | "style"> & {
21
- ref?: React.Ref<HTMLDivElement>;
22
- }): import("react/jsx-runtime").JSX.Element;
23
- displayName: string;
24
- };
19
+ export declare const PresetRating: React.ForwardRefExoticComponent<PresetRatingProps & Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className"> & React.RefAttributes<HTMLDivElement>>;
@@ -22,9 +22,4 @@ export interface PresetTextareaProps extends Omit<React.TextareaHTMLAttributes<H
22
22
  /**
23
23
  * Textarea with semantic variant/size API. Wraps BaseTextarea.
24
24
  */
25
- export declare const PresetTextarea: {
26
- ({ ref, ...props }: PresetTextareaProps & {
27
- ref?: React.Ref<HTMLTextAreaElement>;
28
- }): import("react/jsx-runtime").JSX.Element;
29
- displayName: string;
30
- };
25
+ export declare const PresetTextarea: React.ForwardRefExoticComponent<PresetTextareaProps & React.RefAttributes<HTMLTextAreaElement>>;
@@ -24,9 +24,4 @@ export interface PresetTimePickerProps {
24
24
  /**
25
25
  * TimePicker with scrollable time options, variant styling, and size scale.
26
26
  */
27
- export declare const PresetTimePicker: {
28
- ({ ref, ...props }: PresetTimePickerProps & {
29
- ref?: React.Ref<HTMLInputElement>;
30
- }): import("react/jsx-runtime").JSX.Element;
31
- displayName: string;
32
- };
27
+ export declare const PresetTimePicker: React.ForwardRefExoticComponent<PresetTimePickerProps & React.RefAttributes<HTMLInputElement>>;
@@ -18,9 +18,4 @@ export interface PresetToggleProps {
18
18
  /**
19
19
  * Toggle/Switch with semantic variant/size API. Wraps BaseToggle.
20
20
  */
21
- export declare const PresetToggle: {
22
- ({ ref, ...props }: PresetToggleProps & {
23
- ref?: React.Ref<HTMLInputElement>;
24
- }): import("react/jsx-runtime").JSX.Element;
25
- displayName: string;
26
- };
21
+ export declare const PresetToggle: React.ForwardRefExoticComponent<PresetToggleProps & React.RefAttributes<HTMLInputElement>>;
@@ -1,4 +1,3 @@
1
- import { Ref } from 'react';
2
1
  import { ResizePillPhysicsConfig } from './resizePillPhysics';
3
2
  import { PillButton, PillPhase, PillTarget } from './useResizePill';
4
3
  export type { PillButton, PillPhase, PillTarget };
@@ -80,9 +79,4 @@ export interface ResizePillPreviewProps {
80
79
  * and pill-button-hover (which Plan 02's preview overlay also reads from
81
80
  * useResizePill). Negative grep test (style-audit) enforces this.
82
81
  */
83
- export declare const ResizePill: {
84
- ({ ref, ...props }: ResizePillProps & {
85
- ref?: Ref<HTMLDivElement>;
86
- }): import("react/jsx-runtime").JSX.Element;
87
- displayName: string;
88
- };
82
+ export declare const ResizePill: import('react').ForwardRefExoticComponent<ResizePillProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -44,5 +44,4 @@ export * from './TrackingOutline';
44
44
  export * from './CellTintOverlay';
45
45
  export * from './RefusePulse';
46
46
  export { ResizeTrackingOutline, type ResizeTrackingOutlineProps, } from './ResizeTrackingOutline';
47
- export * from './SettingsTabStrip';
48
47
  export { useResizeChoreography, type UseResizeChoreographyArgs, type UseResizeChoreographyReturn, } from './MetricCard/useResizeChoreography';
@@ -14,9 +14,4 @@ export interface ActionableProps {
14
14
  *
15
15
  * Usage: <Actionable onAction={handleClick}><Card>...</Card></Actionable>
16
16
  */
17
- export declare const Actionable: {
18
- ({ ref, onAction, disabled, role: ariaRole, children, }: ActionableProps & {
19
- ref?: React.Ref<HTMLElement>;
20
- }): React.ReactElement<Record<string, unknown>, string | React.JSXElementConstructor<any>>;
21
- displayName: string;
22
- };
17
+ export declare const Actionable: React.ForwardRefExoticComponent<ActionableProps & React.RefAttributes<HTMLElement>>;
@@ -8,11 +8,6 @@ export interface AsyncLoaderProps {
8
8
  * AsyncLoader -- Wrapper tier. SVG perimeter-tracing animation wrapper.
9
9
  * Strips className/style from consumer API.
10
10
  */
11
- export declare const AsyncLoader: {
12
- ({ ref, color, isLoading, children, ...rest }: AsyncLoaderProps & {
13
- ref?: React.Ref<HTMLDivElement>;
14
- }): import("react/jsx-runtime").JSX.Element;
15
- displayName: string;
16
- };
11
+ export declare const AsyncLoader: React.ForwardRefExoticComponent<AsyncLoaderProps & React.RefAttributes<HTMLDivElement>>;
17
12
  export { AsyncLoader as PresetAsyncLoader };
18
13
  export type { AsyncLoaderProps as PresetAsyncLoaderProps };
@@ -18,11 +18,6 @@ export declare const ButtonGroupContext: React.Context<ButtonGroupContextValue>;
18
18
  * ButtonGroup -- Wrapper tier. Groups related buttons with context propagation.
19
19
  * Locked-down API (no className/style).
20
20
  */
21
- export declare const ButtonGroup: {
22
- ({ ref, children, orientation, attached, size, variant, fullWidth, gap, }: ButtonGroupProps & {
23
- ref?: React.Ref<HTMLDivElement>;
24
- }): import("react/jsx-runtime").JSX.Element;
25
- displayName: string;
26
- };
21
+ export declare const ButtonGroup: React.ForwardRefExoticComponent<ButtonGroupProps & React.RefAttributes<HTMLDivElement>>;
27
22
  export { ButtonGroup as PresetButtonGroup };
28
23
  export type { ButtonGroupProps as PresetButtonGroupProps };
@@ -47,11 +47,6 @@ export interface GroupCheckboxProps {
47
47
  disabled?: boolean;
48
48
  helperText?: string;
49
49
  }
50
- export declare const GroupCheckbox: {
51
- ({ ref, value, ...props }: GroupCheckboxProps & {
52
- ref?: React.Ref<HTMLInputElement>;
53
- }): import("react/jsx-runtime").JSX.Element;
54
- displayName: string;
55
- };
50
+ export declare const GroupCheckbox: React.ForwardRefExoticComponent<GroupCheckboxProps & React.RefAttributes<HTMLInputElement>>;
56
51
  export { CheckboxGroup as PresetCheckboxGroup };
57
52
  export type { CheckboxGroupProps as PresetCheckboxGroupProps };
@@ -21,9 +21,4 @@ export interface DismissibleProps {
21
21
  * Note: Uses native DOM event listeners (not Floating UI) since Dismissible
22
22
  * doesn't need floating/positioning. For positioned overlays, use BaseOverlay instead.
23
23
  */
24
- export declare const Dismissible: {
25
- ({ ref, onDismiss, dismissOnEscape, dismissOnClickOutside, showCloseButton, disabled, children, }: DismissibleProps & {
26
- ref?: React.Ref<HTMLElement>;
27
- }): import("react/jsx-runtime").JSX.Element;
28
- displayName: string;
29
- };
24
+ export declare const Dismissible: React.ForwardRefExoticComponent<DismissibleProps & React.RefAttributes<HTMLElement>>;
@@ -20,9 +20,4 @@ export interface ExpandableProps {
20
20
  * <div>Collapsible content here</div>
21
21
  * </Expandable>
22
22
  */
23
- export declare const Expandable: {
24
- ({ ref, expanded, trigger, onToggle, duration, children, }: ExpandableProps & {
25
- ref?: React.Ref<HTMLDivElement>;
26
- }): import("react/jsx-runtime").JSX.Element;
27
- displayName: string;
28
- };
23
+ export declare const Expandable: React.ForwardRefExoticComponent<ExpandableProps & React.RefAttributes<HTMLDivElement>>;
@@ -11,20 +11,10 @@ export interface InputAddonProps {
11
11
  * InputGroup -- Wrapper tier. Groups inputs with addons.
12
12
  * Locked-down API (no className/style).
13
13
  */
14
- export declare const InputGroup: {
15
- ({ ref, children, attached, }: InputGroupProps & {
16
- ref?: React.Ref<HTMLDivElement>;
17
- }): import("react/jsx-runtime").JSX.Element;
18
- displayName: string;
19
- };
14
+ export declare const InputGroup: React.ForwardRefExoticComponent<InputGroupProps & React.RefAttributes<HTMLDivElement>>;
20
15
  /**
21
16
  * InputAddon -- Wrapper tier. Prepend/append content to inputs.
22
17
  */
23
- export declare const InputAddon: {
24
- ({ ref, children, position, }: InputAddonProps & {
25
- ref?: React.Ref<HTMLSpanElement>;
26
- }): import("react/jsx-runtime").JSX.Element;
27
- displayName: string;
28
- };
18
+ export declare const InputAddon: React.ForwardRefExoticComponent<InputAddonProps & React.RefAttributes<HTMLSpanElement>>;
29
19
  export { InputGroup as PresetInputGroup, InputAddon as PresetInputAddon };
30
20
  export type { InputGroupProps as PresetInputGroupProps, InputAddonProps as PresetInputAddonProps };
@@ -47,11 +47,6 @@ export interface GroupRadioProps {
47
47
  description?: React.ReactNode;
48
48
  disabled?: boolean;
49
49
  }
50
- export declare const GroupRadio: {
51
- ({ ref, value, ...props }: GroupRadioProps & {
52
- ref?: React.Ref<HTMLInputElement>;
53
- }): import("react/jsx-runtime").JSX.Element;
54
- displayName: string;
55
- };
50
+ export declare const GroupRadio: React.ForwardRefExoticComponent<GroupRadioProps & React.RefAttributes<HTMLInputElement>>;
56
51
  export { RadioGroup as PresetRadioGroup };
57
52
  export type { RadioGroupProps as PresetRadioGroupProps };
@@ -16,9 +16,4 @@ export interface SelectableProps {
16
16
  *
17
17
  * Usage: <Selectable selected={isSelected} onSelect={handleSelect}><Card>...</Card></Selectable>
18
18
  */
19
- export declare const Selectable: {
20
- ({ ref, selected, onSelect, disabled, showCheckbox, children, }: SelectableProps & {
21
- ref?: React.Ref<HTMLElement>;
22
- }): import("react/jsx-runtime").JSX.Element;
23
- displayName: string;
24
- };
19
+ export declare const Selectable: React.ForwardRefExoticComponent<SelectableProps & React.RefAttributes<HTMLElement>>;
@@ -24,9 +24,4 @@ export interface SortableProps {
24
24
  * </SortableContext>
25
25
  * </DndContext>
26
26
  */
27
- export declare const Sortable: {
28
- ({ ref, id, disabled, children, }: SortableProps & {
29
- ref?: React.Ref<HTMLElement>;
30
- }): import("react/jsx-runtime").JSX.Element;
31
- displayName: string;
32
- };
27
+ export declare const Sortable: React.ForwardRefExoticComponent<SortableProps & React.RefAttributes<HTMLElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mt-gloss/ui",
3
- "version": "0.1.139",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "restricted"