@mt-gloss/ui 0.1.123 → 0.1.124

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/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, PanelChrome, usePanelCoordinator, reducer as panelsReducer, initialState as panelsInitialState, deriveSurfaceState as panelsDeriveSurfaceState, COMMITS as PANEL_COMMITS, NotificationCenterShell, } from './lib/composites/panels';
376
- export type { PanelProviderProps, PanelHostProps, PanelChromeProps, PanelShellProps, UsePanelCoordinatorReturn, PanelId, PanelState, PanelAction, CloseReason, SurfaceState, TriggerContext, SideEffect, CloseLogEntry, LockHint, } from './lib/composites/panels';
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';