@open-condo/ui 2.50.3 → 2.51.0

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, 26 Jan 2026 07:46:02 GMT
3
+ * Generated on Thu, 19 Feb 2026 10:13:18 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 26 Jan 2026 07:46:02 GMT
3
+ // Generated on Thu, 19 Feb 2026 10:13:18 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/dist/styles.css CHANGED
@@ -9614,6 +9614,13 @@ textarea.condo-input {
9614
9614
  .condo-markdown {
9615
9615
  color: #707695;
9616
9616
  }
9617
+ .condo-markdown--inline {
9618
+ color: #222;
9619
+ }
9620
+ .condo-markdown--inline ul,
9621
+ .condo-markdown--inline ol {
9622
+ color: #222;
9623
+ }
9617
9624
  .condo-markdown > * {
9618
9625
  margin-bottom: 20px;
9619
9626
  }
@@ -12254,7 +12261,7 @@ span.condo-radio + * {
12254
12261
  display: flex;
12255
12262
  gap: 8px;
12256
12263
  align-items: center;
12257
- justify-content: start;
12264
+ justify-content: flex-start;
12258
12265
  width: 100%;
12259
12266
  margin: 0;
12260
12267
  padding: 16px 0;
@@ -13197,7 +13204,7 @@ span.condo-radio + * {
13197
13204
  opacity: 0.5;
13198
13205
  }
13199
13206
  .condo-tabs-dropdown .condo-tabs-tab-label {
13200
- justify-content: start;
13207
+ justify-content: flex-start;
13201
13208
  color: #707695;
13202
13209
  font-weight: 600;
13203
13210
  font-size: 14px;