@easy-editor/materials-dashboard-line-chart 0.0.2 → 0.0.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @easy-editor/materials-dashboard-line-chart
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: build error
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* @easy-editor/materials-dashboard-tech-line-chart v0.0.1 (component, esm) */
1
+ /* @easy-editor/materials-dashboard-line-chart v0.0.2 (component, esm) */
2
2
  import { useRef, useEffect } from 'react';
3
3
  import { jsx } from 'react/jsx-runtime';
4
4
 
package/dist/component.js CHANGED
@@ -1,8 +1,8 @@
1
- /* @easy-editor/materials-dashboard-tech-line-chart v0.0.1 (component) */
1
+ /* @easy-editor/materials-dashboard-line-chart v0.0.2 (component) */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('react/jsx-runtime')) :
4
4
  typeof define === 'function' && define.amd ? define(['exports', 'react', 'react/jsx-runtime'], factory) :
5
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.EasyEditorMaterialsTechLineChartComponent = {}, global.React, global.jsxRuntime));
5
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.EasyEditorMaterialsLineChartComponent = {}, global.React, global.jsxRuntime));
6
6
  })(this, (function (exports, react, jsxRuntime) { 'use strict';
7
7
 
8
8
  /*! *****************************************************************************
@@ -1,4 +1,4 @@
1
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("react"),require("react/jsx-runtime")):"function"==typeof define&&define.amd?define(["exports","react","react/jsx-runtime"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).EasyEditorMaterialsTechLineChartComponent={},t.React,t.jsxRuntime)}(this,function(t,e,n){"use strict";
1
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("react"),require("react/jsx-runtime")):"function"==typeof define&&define.amd?define(["exports","react","react/jsx-runtime"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).EasyEditorMaterialsLineChartComponent={},t.React,t.jsxRuntime)}(this,function(t,e,n){"use strict";
2
2
  /*! *****************************************************************************
3
3
  Copyright (c) Microsoft Corporation.
4
4
  Permission to use, copy, modify, and/or distribute this software for any
package/dist/index.cjs CHANGED
@@ -35548,7 +35548,7 @@ const snippets = [{
35548
35548
  }
35549
35549
  }];
35550
35550
 
35551
- var version = "0.0.1";
35551
+ var version = "0.0.2";
35552
35552
  var pkg = {
35553
35553
  version: version};
35554
35554
 
package/dist/index.esm.js CHANGED
@@ -35546,7 +35546,7 @@ const snippets = [{
35546
35546
  }
35547
35547
  }];
35548
35548
 
35549
- var version = "0.0.1";
35549
+ var version = "0.0.2";
35550
35550
  var pkg = {
35551
35551
  version: version};
35552
35552
 
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
- /* @easy-editor/materials-dashboard-tech-line-chart v0.0.1 */
1
+ /* @easy-editor/materials-dashboard-line-chart v0.0.2 */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('react/jsx-runtime')) :
4
4
  typeof define === 'function' && define.amd ? define(['exports', 'react', 'react/jsx-runtime'], factory) :
5
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.EasyEditorMaterialsTechLineChart = {}, global.React, global.jsxRuntime));
5
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.EasyEditorMaterialsLineChart = {}, global.React, global.jsxRuntime));
6
6
  })(this, (function (exports, react, jsxRuntime) { 'use strict';
7
7
 
8
8
  /*! *****************************************************************************
@@ -35550,7 +35550,7 @@
35550
35550
  }
35551
35551
  }];
35552
35552
 
35553
- var version = "0.0.1";
35553
+ var version = "0.0.2";
35554
35554
  var pkg = {
35555
35555
  version: version};
35556
35556