realreport-designer 1.10.4 → 1.10.5

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,5 +1,5 @@
1
1
  /*
2
- RealReport Designer v1.10.4
2
+ RealReport Designer v1.10.5
3
3
  Copyright (C) 2013-2025 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -2407,6 +2407,7 @@ All Rights Reserved.
2407
2407
  /** bar series */
2408
2408
  .rct-bar-series {
2409
2409
  fill-opacity: 1;
2410
+ stroke-width: 0;
2410
2411
  }
2411
2412
 
2412
2413
  /** circlebar series */
@@ -2640,6 +2641,16 @@ All Rights Reserved.
2640
2641
  stroke-width: 2px;
2641
2642
  }
2642
2643
 
2644
+ /** wordcloud series */
2645
+ .rct-wordcloud-series .rct-point[data-focus] {
2646
+ filter: none !important;
2647
+ }
2648
+ .rct-wordcloud-series .rct-point[data-focus] text {
2649
+ filter: brightness(80%) !important;
2650
+ stroke: #777 !important;
2651
+ stroke-width: 0px;
2652
+ }
2653
+
2643
2654
  /** gauge */
2644
2655
  .rct-gauge-pane {
2645
2656
  fill: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",