@open-condo/ui 2.46.0 → 2.47.1

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 Thu, 16 Oct 2025 15:26:03 GMT
3
+ * Generated on Fri, 14 Nov 2025 06:39:56 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 16 Oct 2025 15:26:03 GMT
3
+ // Generated on Fri, 14 Nov 2025 06:39:56 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/dist/styles.css CHANGED
@@ -9606,6 +9606,11 @@ textarea.condo-input {
9606
9606
  border-bottom: 1px solid #e1e5ed;
9607
9607
  }
9608
9608
 
9609
+ .condo-markdown-task-list-item {
9610
+ display: flex;
9611
+ gap: 8px;
9612
+ align-items: flex-start;
9613
+ }
9609
9614
  .condo-markdown {
9610
9615
  color: #707695;
9611
9616
  }