@mx-cartographer/experiences 6.26.18-alpha.sms1 → 6.26.18-alpha.sms2

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.
@@ -1,2 +1,3 @@
1
1
  export { default as BubbleBudgetsMiniWidget } from './BubbleBudgetsMiniWidget';
2
2
  export { BubbleBudgetsWidget } from './BubbleBudgetsWidget';
3
+ export { BudgetDetailsDrawer } from './components/BudgetDetailsDrawer';
package/dist/index.es.js CHANGED
@@ -30091,6 +30091,7 @@ export {
30091
30091
  Zi as BottomActions,
30092
30092
  VT as BubbleBudgetsMiniWidget,
30093
30093
  KT as BubbleBudgetsWidget,
30094
+ dy as BudgetDetailsDrawer,
30094
30095
  ps as BudgetNotificationProfiles,
30095
30096
  Zn as BudgetNotificationTypes,
30096
30097
  Au as Calendar,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.26.18-alpha.sms1",
3
+ "version": "6.26.18-alpha.sms2",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",