realreport-designer 1.10.1 → 1.10.2

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.1
2
+ RealReport Designer v1.10.2
3
3
  Copyright (C) 2013-2025 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -549,6 +549,16 @@ All Rights Reserved.
549
549
  width: 100%;
550
550
  }
551
551
 
552
+ .rr-text-band .rr-text-band-body[data-empty]:before {
553
+ background-color: #00000008;
554
+ color: #777;
555
+ text-align: center;
556
+ content: "[TEXT BAND]";
557
+ display: table;
558
+ width: 100%;
559
+ padding: 2px;
560
+ }
561
+
552
562
  .rr-html[data-empty]:before {
553
563
  color: #999;
554
564
  text-align: center;
@@ -3422,28 +3432,21 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3422
3432
  /* Designer Style */
3423
3433
 
3424
3434
  .rrd-root {
3425
- --rrd-font-family: "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Light,
3426
- sans-serif;
3427
-
3435
+ --rrd-font-family: "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Light, sans-serif;
3428
3436
  --rrd-panel-header-color: #4e4e80;
3429
-
3430
3437
  --rrd-dialog-background: #333842;
3431
3438
  --rrd-dialog-title-background: #7474c1;
3432
3439
  --rrd-dialog-bottom-background: #f0f0f0;
3433
3440
  --rrd-dialog-invalid-color: #ff4d4f;
3434
-
3435
3441
  --rrd-script-editor-background: #282c34;
3436
3442
  --rrd-tool-item-border-radius: 3px;
3437
3443
  --rrd-tool-item-edit-padding-horz: 8px;
3438
3444
  --rrd-tool-item-select-background-color: #fcfcfc;
3439
-
3440
3445
  --rrd-focus-bg-color: #4daaff;
3441
3446
  --rrd-marquee-bg-color: #55adff;
3442
3447
  --rrd-marquee-cellselect-bg-color: #49a7ff;
3443
3448
  --rrd-marquee-focus-bg-color: #0083ff;
3444
-
3445
3449
  --rrd-preview-border-color: lightgray;
3446
-
3447
3450
  --rrd-hover-opacity: 0.8;
3448
3451
  --rrd-radius: 4px;
3449
3452
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",