@mx-cartographer/experiences 6.18.0 → 6.18.2-alpha.mega1

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.
@@ -0,0 +1,4 @@
1
+ declare const _default: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const ZeroStateMicroWidget: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.18.0",
3
+ "version": "6.18.2-alpha.mega1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -125,4 +125,4 @@
125
125
  "README.md"
126
126
  ],
127
127
  "packageManager": "yarn@4.9.2"
128
- }
128
+ }