realreport-designer 1.11.0 → 1.11.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.11.0
2
+ RealReport Designer v1.11.2
3
3
  Copyright (C) 2013-2025 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -1331,6 +1331,7 @@ border-bottom: 1px solid #ccc; */
1331
1331
  }
1332
1332
 
1333
1333
  .rr-sheet-print-table tr td {
1334
+ border: 0;
1334
1335
  border-color: transparent;
1335
1336
  }
1336
1337
 
@@ -7272,6 +7273,9 @@ input[data-rrproperty]::-webkit-inner-spin-button {
7272
7273
  border: 1px solid rgba(191, 191, 191, 0.3);
7273
7274
  /* border: none; */
7274
7275
  }
7276
+ .rr-map-chart .rr-design-back {
7277
+ z-index: 1;
7278
+ }
7275
7279
  .rr-box-container.rr-cbox.rr-group-element > .rr-design-back {
7276
7280
  display: flex;
7277
7281
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",