@open-condo/ui 2.50.1 → 2.50.3

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,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 15 Dec 2025 10:17:37 GMT
3
+ * Generated on Mon, 26 Jan 2026 07:46:02 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Dec 2025 10:17:37 GMT
3
+ // Generated on Mon, 26 Jan 2026 07:46:02 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/dist/styles.css CHANGED
@@ -12396,6 +12396,7 @@ span.condo-radio + * {
12396
12396
  gap: 8px;
12397
12397
  align-items: center;
12398
12398
  justify-content: space-between;
12399
+ padding: 8px 16px;
12399
12400
  }
12400
12401
  .condo-table-icon {
12401
12402
  transition: color 0.15s ease;
@@ -12423,6 +12424,9 @@ span.condo-radio + * {
12423
12424
  .condo-dropdown-menu-item-inner-left:hover svg {
12424
12425
  color: #2bc359;
12425
12426
  }
12427
+ .condo-dropdown-menu-item-container {
12428
+ padding: 0 !important;
12429
+ }
12426
12430
  .condo-dropdown-menu-item-container:hover {
12427
12431
  color: #2bc359;
12428
12432
  }