realreport-designer 1.11.14 → 1.11.16

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.14
2
+ RealReport Designer v1.11.16
3
3
  Copyright (C) 2013-2025 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -3185,9 +3185,8 @@ border-bottom: 1px solid #ccc; */
3185
3185
  padding: 1px 4px;
3186
3186
  display: flex;
3187
3187
  align-items: center;
3188
- background: #383838;
3189
- border-top: 1px solid #242424;
3190
- border-bottom: 1px solid #242424;
3188
+ background: var(--rrd-light-theme-primary-color-2);
3189
+ border-block: 1px solid #b6b6b6;
3191
3190
  }
3192
3191
 
3193
3192
  .rr-property-collection-add {
@@ -3202,6 +3201,7 @@ border-bottom: 1px solid #ccc; */
3202
3201
  .rr-property-collection-add:hover {
3203
3202
  border-color: #777;
3204
3203
  background-color: #333;
3204
+ cursor: pointer;
3205
3205
  }
3206
3206
 
3207
3207
  .rr-property-collection-delete {
@@ -3224,6 +3224,7 @@ border-bottom: 1px solid #ccc; */
3224
3224
  border: 1px solid transparent;
3225
3225
  border-radius: 2px;
3226
3226
  color: white;
3227
+ cursor: pointer;
3227
3228
  }
3228
3229
 
3229
3230
  .rr-property-collection-up:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.11.14",
3
+ "version": "1.11.16",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",