@mt-gloss/ui 0.1.123 → 0.1.125
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/{COMMITS-C1VHNgld.js → COMMITS-DlJB1KcF.js} +177 -182
- package/{Expandable-DFHxVkCF.js → Expandable-B0lcm3xn.js} +1 -1
- package/catalog.js +2 -2
- package/composites-panels.js +243 -249
- package/index.d.ts +2 -4
- package/index.js +969 -1014
- package/lib/composites/panels/index.d.ts +0 -2
- package/package.json +1 -1
- package/ui.css +1 -1
package/index.d.ts
CHANGED
|
@@ -335,8 +335,6 @@ export { BottomToolbar, SectionDots } from './lib/composites/dashboard/BottomToo
|
|
|
335
335
|
export type { BottomToolbarProps, SectionDotsProps } from './lib/composites/dashboard/BottomToolbar';
|
|
336
336
|
export { BodyPortal, usePortalAnchor } from './lib/composites/portal';
|
|
337
337
|
export type { BodyPortalProps, PortalPlacement, UsePortalAnchorArgs } from './lib/composites/portal';
|
|
338
|
-
export { BellPopover } from './lib/composites/dashboard/BellPopover';
|
|
339
|
-
export type { BellPopoverProps } from './lib/composites/dashboard/BellPopover';
|
|
340
338
|
export { BellCutout } from './lib/composites/dashboard/BellCutout';
|
|
341
339
|
export type { BellCutoutProps, BellCutoutMode } from './lib/composites/dashboard/BellCutout';
|
|
342
340
|
export { PinToMetric } from './lib/composites/data/PinToMetric';
|
|
@@ -372,5 +370,5 @@ export { UIContext, UIContextProvider, useUIContext, ContainerCard, ContainerCar
|
|
|
372
370
|
export type { UIContextValue, UIRegion, UIDensity, UIContextProviderProps, ContainerCardProps, ContainerCardVariant, ContainerDialogProps, ContainerDialogHeaderProps, ContainerDialogBodyProps, ContainerDialogActionsProps, ContainerPanelProps, ContainerToolbarProps, ContainerFormSectionProps, ContainerTableProps, } from './lib/containers';
|
|
373
371
|
export { mergeRefs, mergeHandlers, Actionable, Selectable, Dismissible, Sortable, Expandable, } from './lib/wrappers';
|
|
374
372
|
export type { ActionableProps, SelectableProps, DismissibleProps, SortableProps, ExpandableProps, } from './lib/wrappers';
|
|
375
|
-
export { PanelProvider, usePanelContext, usePanelContextOptional, PanelHost,
|
|
376
|
-
export type { PanelProviderProps, PanelHostProps,
|
|
373
|
+
export { PanelProvider, usePanelContext, usePanelContextOptional, PanelHost, usePanelCoordinator, reducer as panelsReducer, initialState as panelsInitialState, deriveSurfaceState as panelsDeriveSurfaceState, COMMITS as PANEL_COMMITS, NotificationCenterShell, } from './lib/composites/panels';
|
|
374
|
+
export type { PanelProviderProps, PanelHostProps, PanelShellProps, UsePanelCoordinatorReturn, PanelId, PanelState, PanelAction, CloseReason, SurfaceState, TriggerContext, SideEffect, CloseLogEntry, LockHint, } from './lib/composites/panels';
|