@easy-editor/materials-dashboard-bar-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-bar-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-bar-chart v0.0.1 (component, esm) */
1
+ /* @easy-editor/materials-dashboard-bar-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-bar-chart v0.0.1 (component) */
1
+ /* @easy-editor/materials-dashboard-bar-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.EasyEditorMaterialsTechBarChartComponent = {}, global.React, global.jsxRuntime));
5
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.EasyEditorMaterialsBarChartComponent = {}, 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).EasyEditorMaterialsTechBarChartComponent={},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).EasyEditorMaterialsBarChartComponent={},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
@@ -34846,7 +34846,7 @@ const snippets = [{
34846
34846
  }
34847
34847
  }];
34848
34848
 
34849
- var version = "0.0.1";
34849
+ var version = "0.0.2";
34850
34850
  var pkg = {
34851
34851
  version: version};
34852
34852
 
package/dist/index.esm.js CHANGED
@@ -34844,7 +34844,7 @@ const snippets = [{
34844
34844
  }
34845
34845
  }];
34846
34846
 
34847
- var version = "0.0.1";
34847
+ var version = "0.0.2";
34848
34848
  var pkg = {
34849
34849
  version: version};
34850
34850
 
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
- /* @easy-editor/materials-dashboard-tech-bar-chart v0.0.1 */
1
+ /* @easy-editor/materials-dashboard-bar-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.EasyEditorMaterialsTechBarChart = {}, global.React, global.jsxRuntime));
5
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.EasyEditorMaterialsBarChart = {}, global.React, global.jsxRuntime));
6
6
  })(this, (function (exports, react, jsxRuntime) { 'use strict';
7
7
 
8
8
  /*! *****************************************************************************
@@ -34848,7 +34848,7 @@
34848
34848
  }
34849
34849
  }];
34850
34850
 
34851
- var version = "0.0.1";
34851
+ var version = "0.0.2";
34852
34852
  var pkg = {
34853
34853
  version: version};
34854
34854