@dhis2/analytics 23.10.0 → 23.10.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [23.10.1](https://github.com/dhis2/analytics/compare/v23.10.0...v23.10.1) (2022-05-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * export color set consts ([#1248](https://github.com/dhis2/analytics/issues/1248)) ([2f9b920](https://github.com/dhis2/analytics/commit/2f9b9205dcc8e36788fcf22e7356b5d1eb360f06))
7
+
1
8
  # [23.10.0](https://github.com/dhis2/analytics/compare/v23.9.1...v23.10.0) (2022-05-24)
2
9
 
3
10
 
@@ -57,6 +57,12 @@ Object.defineProperty(exports, "BIWEEKLY", {
57
57
  return _index7.BIWEEKLY;
58
58
  }
59
59
  });
60
+ Object.defineProperty(exports, "COLOR_SET_BASIC", {
61
+ enumerable: true,
62
+ get: function () {
63
+ return _colorSets.COLOR_SET_BASIC;
64
+ }
65
+ });
60
66
  Object.defineProperty(exports, "COLOR_SET_BRIGHT", {
61
67
  enumerable: true,
62
68
  get: function () {
@@ -81,6 +87,12 @@ Object.defineProperty(exports, "COLOR_SET_DEFAULT", {
81
87
  return _colorSets.COLOR_SET_DEFAULT;
82
88
  }
83
89
  });
90
+ Object.defineProperty(exports, "COLOR_SET_EXTENDED", {
91
+ enumerable: true,
92
+ get: function () {
93
+ return _colorSets.COLOR_SET_EXTENDED;
94
+ }
95
+ });
84
96
  Object.defineProperty(exports, "COLOR_SET_GRAY", {
85
97
  enumerable: true,
86
98
  get: function () {
package/build/es/index.js CHANGED
@@ -85,7 +85,7 @@ export { LEGEND_DISPLAY_STRATEGY_BY_DATA_ITEM, LEGEND_DISPLAY_STRATEGY_FIXED, LE
85
85
 
86
86
  export { renderValue as formatValue } from './modules/renderValue.js'; // Utils: colorSets
87
87
 
88
- export { COLOR_SET_DEFAULT, COLOR_SET_BRIGHT, COLOR_SET_DARK, COLOR_SET_GRAY, COLOR_SET_COLOR_BLIND, COLOR_SET_PATTERNS, colorSets } from './visualizations/util/colors/colorSets.js'; // Utils: periods
88
+ export { COLOR_SET_DEFAULT, COLOR_SET_BASIC, COLOR_SET_EXTENDED, COLOR_SET_BRIGHT, COLOR_SET_DARK, COLOR_SET_GRAY, COLOR_SET_COLOR_BLIND, COLOR_SET_PATTERNS, colorSets } from './visualizations/util/colors/colorSets.js'; // Utils: periods
89
89
 
90
90
  export { DAILY, WEEKLY, WEEKLYWED, WEEKLYTHU, WEEKLYSAT, WEEKLYSUN, WEEKS_THIS_YEAR, BIWEEKLY, MONTHLY, BIMONTHLY, QUARTERLY, SIXMONTHLY, SIXMONTHLYAPR, YEARLY, FINANCIAL, FYNOV, FYOCT, FYJUL, FYAPR } from './components/PeriodDimension/utils/index.js';
91
91
  export { getRelativePeriodsOptionsById } from './components/PeriodDimension/utils/relativePeriods.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "23.10.0",
3
+ "version": "23.10.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {