@dexteel/mesf-core 7.2.1 → 7.3.0

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "7.2.1"
2
+ ".": "7.3.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.3.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.2.1...@dexteel/mesf-core-v7.3.0) (2025-11-21)
4
+
5
+
6
+ ### Features
7
+
8
+ * **TagColors:** add more colors ([6c5032a](https://github.com/dexteel/mesf-core-frontend/commit/6c5032a94b34eaa9076c5574bca2428065000e9e))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **TagColors:** add comments human redable colors names ([9ce19a2](https://github.com/dexteel/mesf-core-frontend/commit/9ce19a2261d843cb1bd0d28fa4a1c03e6329a9bf))
14
+
3
15
  ## [7.2.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.2.0...@dexteel/mesf-core-v7.2.1) (2025-11-19)
4
16
 
5
17
 
package/dist/index.esm.js CHANGED
@@ -11089,21 +11089,26 @@ var Configuration = function () {
11089
11089
  };
11090
11090
 
11091
11091
  var tagColors$1 = [
11092
- "#5eaf60", // light green
11093
- "green", // green
11094
- "#62bd9c", // turquoise green
11095
- "#53a285", // muted green
11096
- "#add8e6", // pastel sky blue
11097
- "#3280ba", // blue
11098
- "blue", // pure blue
11099
- "#5293c5", // light blue
11100
- "#3d556f", // dark slate blue
11101
- "#a362bf", // purple
11102
- "#dab0d8", // lighter violet
11103
- "black", // black
11104
- "#e74b3c", // red orange
11105
- "red", // red
11106
- "#bf3b2c", // dark red
11092
+ "#00AA00", // green
11093
+ "#0000FF", // blue
11094
+ "#FF0000", // red
11095
+ "#9C27B0", // purple
11096
+ "#FFA500", // orange
11097
+ "#397234", // forest green
11098
+ "#283F23", // dark olive
11099
+ "#3F2617", // dark brown
11100
+ "#0B0F08", // charcoal black
11101
+ "#889c2dff", // olive green
11102
+ "#B78449", // tan brown
11103
+ "#5D9F96", // teal
11104
+ "#1d5e74ff", // dark teal
11105
+ "#FA7305", // bright orange
11106
+ "#072684", // navy blue
11107
+ "#269473ff", // emerald green
11108
+ "#5d74b9ff", // slate blue
11109
+ "#0C8EF4", // sky blue
11110
+ "#8d481cff", // rust brown
11111
+ "#2B384C", // dark slate
11107
11112
  ];
11108
11113
  var availableColors = __spreadArray([], tagColors$1, true);
11109
11114
  var lastColor = null;