@zgfe/modules-attribution 1.1.2-alpha.0 → 1.1.2-alpha.1

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/es/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference path="../typings.d.ts" />
2
2
  import AttributionHome from './modules/home';
3
- export { AttributionHome };
3
+ import AttributeChart from './modules/chart';
4
+ export { AttributionHome, AttributeChart };
package/es/index.js CHANGED
@@ -1,2 +1,3 @@
1
1
  import AttributionHome from './modules/home';
2
- export { AttributionHome };
2
+ import AttributeChart from './modules/chart';
3
+ export { AttributionHome, AttributeChart };
@@ -1,7 +1,7 @@
1
1
  import { DemoWrapper } from '@zgfe/business-lib';
2
- import AttributeChart from '..';
3
2
  import React from 'react';
4
3
  import { mockData } from './mock';
4
+ import { AttributeChart } from '@zgfe/modules-attribution';
5
5
  export default (function () {
6
6
  return /*#__PURE__*/React.createElement(DemoWrapper, null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(AttributeChart, {
7
7
  params: mockData
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-attribution",
3
- "version": "1.1.2-alpha.0",
3
+ "version": "1.1.2-alpha.1",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -50,5 +50,5 @@
50
50
  "react": "^16.12.0 || ^17.0.0",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "651e09057822b0194b555d902610ebff1d0e8c38"
53
+ "gitHead": "d058adfd1293d35459b17138069fde995211ff09"
54
54
  }