opus-react 0.2.30 → 0.2.31

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.
package/dist/index.css CHANGED
@@ -285,13 +285,21 @@
285
285
  }
286
286
 
287
287
  .opus_zNi12Z_compactControl.opus_zNi12Z_labelLeft {
288
+ grid-template-areas: "opus_zNi12Z_label opus_zNi12Z_control"
289
+ "opus_zNi12Z_error .";
288
290
  grid-template-columns: minmax(0, 1fr) var(--opus-control-height) !important;
289
291
  }
290
292
 
291
293
  .opus_zNi12Z_compactControl.opus_zNi12Z_labelRight {
294
+ grid-template-areas: "opus_zNi12Z_control opus_zNi12Z_label"
295
+ ". opus_zNi12Z_error";
292
296
  grid-template-columns: var(--opus-control-height) minmax(0, 1fr) !important;
293
297
  }
294
298
 
299
+ .opus_zNi12Z_compactControl.opus_zNi12Z_labelRight .opus_zNi12Z_errorFlagged {
300
+ text-align: right;
301
+ }
302
+
295
303
  .opus_zNi12Z_compactControl .opus_zNi12Z_controlFlagged {
296
304
  justify-self: end;
297
305
  width: auto;
@@ -311,6 +319,20 @@
311
319
  align-items: center;
312
320
  }
313
321
 
322
+ .opus_zNi12Z_fitContent.opus_zNi12Z_labelLeft {
323
+ grid-template-areas: "opus_zNi12Z_label opus_zNi12Z_control"
324
+ "opus_zNi12Z_error .";
325
+ }
326
+
327
+ .opus_zNi12Z_fitContent.opus_zNi12Z_labelRight {
328
+ grid-template-areas: "opus_zNi12Z_control opus_zNi12Z_label"
329
+ ". opus_zNi12Z_error";
330
+ }
331
+
332
+ .opus_zNi12Z_fitContent.opus_zNi12Z_labelRight .opus_zNi12Z_errorFlagged {
333
+ text-align: right;
334
+ }
335
+
314
336
  .opus_zNi12Z_fitContent .opus_zNi12Z_label, .opus_zNi12Z_fitContent .opus_zNi12Z_labelFlagged {
315
337
  white-space: nowrap;
316
338
  width: auto;
@@ -9342,6 +9364,21 @@
9342
9364
  overflow: hidden;
9343
9365
  }
9344
9366
 
9367
+ .opus_Khgx9s_root[data-flush] {
9368
+ background: none;
9369
+ border: 0;
9370
+ border-radius: 0;
9371
+ min-height: 0;
9372
+ }
9373
+
9374
+ .opus_Khgx9s_root[data-flush] .opus_Khgx9s_pane {
9375
+ flex-direction: column;
9376
+ min-height: 0;
9377
+ padding: 0;
9378
+ display: flex;
9379
+ overflow: hidden;
9380
+ }
9381
+
9345
9382
  .opus_Khgx9s_root[data-orientation="horizontal"] {
9346
9383
  flex-direction: row;
9347
9384
  }