@siemens/ix-echarts 1.3.0 → 1.4.0-beta.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Siemens AG
3
+ Copyright (c) 2023 Siemens AG
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/dist/index.esm.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as echarts from 'echarts';
2
2
 
3
3
  /*
4
- * SPDX-FileCopyrightText: 2022 Siemens AG
4
+ * SPDX-FileCopyrightText: 2023 Siemens AG
5
5
  *
6
6
  * SPDX-License-Identifier: MIT
7
7
  *
@@ -152,7 +152,7 @@ var brandDarkProject = {
152
152
  };
153
153
 
154
154
  /*
155
- * SPDX-FileCopyrightText: 2022 Siemens AG
155
+ * SPDX-FileCopyrightText: 2023 Siemens AG
156
156
  *
157
157
  * SPDX-License-Identifier: MIT
158
158
  *
@@ -303,7 +303,7 @@ var brandLightProject = {
303
303
  };
304
304
 
305
305
  /*
306
- * SPDX-FileCopyrightText: 2022 Siemens AG
306
+ * SPDX-FileCopyrightText: 2023 Siemens AG
307
307
  *
308
308
  * SPDX-License-Identifier: MIT
309
309
  *
@@ -454,7 +454,7 @@ var classicDarkProject = {
454
454
  };
455
455
 
456
456
  /*
457
- * SPDX-FileCopyrightText: 2022 Siemens AG
457
+ * SPDX-FileCopyrightText: 2023 Siemens AG
458
458
  *
459
459
  * SPDX-License-Identifier: MIT
460
460
  *
@@ -605,7 +605,7 @@ var classicLightProject = {
605
605
  };
606
606
 
607
607
  /*
608
- * SPDX-FileCopyrightText: 2022 Siemens AG
608
+ * SPDX-FileCopyrightText: 2023 Siemens AG
609
609
  *
610
610
  * SPDX-License-Identifier: MIT
611
611
  *
@@ -628,7 +628,7 @@ function registerEChartsThemes(echartsInstance) {
628
628
  }
629
629
 
630
630
  /*
631
- * SPDX-FileCopyrightText: 2022 Siemens AG
631
+ * SPDX-FileCopyrightText: 2023 Siemens AG
632
632
  *
633
633
  * SPDX-License-Identifier: MIT
634
634
  *
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ function _interopNamespace(e) {
25
25
  const echarts__namespace = /*#__PURE__*/_interopNamespace(echarts);
26
26
 
27
27
  /*
28
- * SPDX-FileCopyrightText: 2022 Siemens AG
28
+ * SPDX-FileCopyrightText: 2023 Siemens AG
29
29
  *
30
30
  * SPDX-License-Identifier: MIT
31
31
  *
@@ -176,7 +176,7 @@ const brandDarkProject = {
176
176
  };
177
177
 
178
178
  /*
179
- * SPDX-FileCopyrightText: 2022 Siemens AG
179
+ * SPDX-FileCopyrightText: 2023 Siemens AG
180
180
  *
181
181
  * SPDX-License-Identifier: MIT
182
182
  *
@@ -327,7 +327,7 @@ const brandLightProject = {
327
327
  };
328
328
 
329
329
  /*
330
- * SPDX-FileCopyrightText: 2022 Siemens AG
330
+ * SPDX-FileCopyrightText: 2023 Siemens AG
331
331
  *
332
332
  * SPDX-License-Identifier: MIT
333
333
  *
@@ -478,7 +478,7 @@ const classicDarkProject = {
478
478
  };
479
479
 
480
480
  /*
481
- * SPDX-FileCopyrightText: 2022 Siemens AG
481
+ * SPDX-FileCopyrightText: 2023 Siemens AG
482
482
  *
483
483
  * SPDX-License-Identifier: MIT
484
484
  *
@@ -629,7 +629,7 @@ const classicLightProject = {
629
629
  };
630
630
 
631
631
  /*
632
- * SPDX-FileCopyrightText: 2022 Siemens AG
632
+ * SPDX-FileCopyrightText: 2023 Siemens AG
633
633
  *
634
634
  * SPDX-License-Identifier: MIT
635
635
  *
@@ -652,7 +652,7 @@ function registerEChartsThemes(echartsInstance) {
652
652
  }
653
653
 
654
654
  /*
655
- * SPDX-FileCopyrightText: 2022 Siemens AG
655
+ * SPDX-FileCopyrightText: 2023 Siemens AG
656
656
  *
657
657
  * SPDX-License-Identifier: MIT
658
658
  *
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/siemens/ix",
8
8
  "directory": "packages/echarts"
9
9
  },
10
- "version": "1.3.0",
10
+ "version": "1.4.0-beta.1",
11
11
  "description": "Siemens iX theme for echarts",
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.esm.js",