@tap-payments/os-micro-frontend-shared 0.0.40 → 0.0.42

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.
@@ -76,7 +76,7 @@ export { default as DeviceIcon } from './DeviceIcon';
76
76
  export { default as CountBadge, type BadgeVariants, CountAnimatedBadge, type StyledBadgeProps, paymentSourceAnimation } from './CountBadge';
77
77
  export { default as CircularProgressWithLabel } from './CircularProgressWithLabel';
78
78
  export { default as Collapse, type CollapseProps } from './Collapse';
79
- export { default as ConfirmDialog, type ConfirmDialogFunction, type ConfirmDialogProps, useConfirmDialog } from './ConfirmDialog';
79
+ export { default as ConfirmDialog, type ConfirmDialogFunction, type ConfirmDialogProps, useConfirmDialog, ConfirmDialogContext, ConfirmDialogProvider, } from './ConfirmDialog';
80
80
  export { default as ControlPanelContainer } from './ControlPanelContainer';
81
81
  export { default as CopyImage } from './CopyImage';
82
82
  export { default as AccountDropdown } from './AccountDropdown';
@@ -76,7 +76,7 @@ export { default as DeviceIcon } from './DeviceIcon';
76
76
  export { default as CountBadge, CountAnimatedBadge, paymentSourceAnimation } from './CountBadge';
77
77
  export { default as CircularProgressWithLabel } from './CircularProgressWithLabel';
78
78
  export { default as Collapse } from './Collapse';
79
- export { default as ConfirmDialog, useConfirmDialog } from './ConfirmDialog';
79
+ export { default as ConfirmDialog, useConfirmDialog, ConfirmDialogContext, ConfirmDialogProvider, } from './ConfirmDialog';
80
80
  export { default as ControlPanelContainer } from './ControlPanelContainer';
81
81
  export { default as CopyImage } from './CopyImage';
82
82
  export { default as AccountDropdown } from './AccountDropdown';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.0.40",
4
+ "version": "0.0.42",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",