@easy-editor/materials-dashboard-radar-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 +6 -0
- package/dist/component.esm.js +1 -1
- package/dist/component.js +2 -2
- package/dist/component.min.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +3 -3
- package/dist/index.min.js +2 -2
- package/dist/meta.esm.js +2 -2
- package/dist/meta.js +3 -3
- package/dist/meta.min.js +1 -1
- package/dist/meta.min.js.map +1 -1
- package/package.json +1 -1
- package/rollup.config.js +9 -9
package/CHANGELOG.md
CHANGED
package/dist/component.esm.js
CHANGED
package/dist/component.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/* @easy-editor/materials-dashboard-
|
|
1
|
+
/* @easy-editor/materials-dashboard-radar-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.
|
|
5
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.EasyEditorMaterialsRadarChartComponent = {}, global.React, global.jsxRuntime));
|
|
6
6
|
})(this, (function (exports, react, jsxRuntime) { 'use strict';
|
|
7
7
|
|
|
8
8
|
/*! *****************************************************************************
|
package/dist/component.min.js
CHANGED
|
@@ -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).
|
|
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).EasyEditorMaterialsRadarChartComponent={},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
|
@@ -31787,7 +31787,7 @@ const snippets = [{
|
|
|
31787
31787
|
}
|
|
31788
31788
|
}];
|
|
31789
31789
|
|
|
31790
|
-
var version = "0.0.
|
|
31790
|
+
var version = "0.0.2";
|
|
31791
31791
|
var pkg = {
|
|
31792
31792
|
version: version};
|
|
31793
31793
|
|
package/dist/index.esm.js
CHANGED
|
@@ -31785,7 +31785,7 @@ const snippets = [{
|
|
|
31785
31785
|
}
|
|
31786
31786
|
}];
|
|
31787
31787
|
|
|
31788
|
-
var version = "0.0.
|
|
31788
|
+
var version = "0.0.2";
|
|
31789
31789
|
var pkg = {
|
|
31790
31790
|
version: version};
|
|
31791
31791
|
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/* @easy-editor/materials-dashboard-
|
|
1
|
+
/* @easy-editor/materials-dashboard-radar-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.
|
|
5
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.EasyEditorMaterialsRadarChart = {}, global.React, global.jsxRuntime));
|
|
6
6
|
})(this, (function (exports, react, jsxRuntime) { 'use strict';
|
|
7
7
|
|
|
8
8
|
/*! *****************************************************************************
|
|
@@ -31789,7 +31789,7 @@
|
|
|
31789
31789
|
}
|
|
31790
31790
|
}];
|
|
31791
31791
|
|
|
31792
|
-
var version = "0.0.
|
|
31792
|
+
var version = "0.0.2";
|
|
31793
31793
|
var pkg = {
|
|
31794
31794
|
version: version};
|
|
31795
31795
|
|