@orion-studios/payload-studio 0.6.0-beta.63 → 0.6.0-beta.65
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/builder-v2/styles.css +78 -13
- package/package.json +1 -1
|
@@ -418,36 +418,101 @@
|
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
.orion-builder-v2-editor .gjs-trt-trait__wrp {
|
|
421
|
-
display: grid;
|
|
421
|
+
display: grid !important;
|
|
422
422
|
gap: 6px;
|
|
423
|
-
grid-template-columns: minmax(0, 1fr);
|
|
424
|
-
min-width: 0;
|
|
425
|
-
overflow: visible;
|
|
426
|
-
width: 100
|
|
423
|
+
grid-template-columns: minmax(0, 1fr) !important;
|
|
424
|
+
min-width: 0 !important;
|
|
425
|
+
overflow: visible !important;
|
|
426
|
+
width: 100% !important;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
429
|
.orion-builder-v2-editor .gjs-trt-trait__cnt {
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
width:
|
|
430
|
+
float: none !important;
|
|
431
|
+
margin-left: 0 !important;
|
|
432
|
+
max-width: none !important;
|
|
433
|
+
min-width: 0 !important;
|
|
434
|
+
overflow: visible !important;
|
|
435
|
+
padding-left: 0 !important;
|
|
436
|
+
width: 100% !important;
|
|
433
437
|
}
|
|
434
438
|
|
|
435
439
|
.orion-builder-v2-editor .gjs-trt-trait__label {
|
|
440
|
+
display: block !important;
|
|
436
441
|
flex: none;
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
width:
|
|
442
|
+
float: none !important;
|
|
443
|
+
max-width: none !important;
|
|
444
|
+
min-width: 0 !important;
|
|
445
|
+
padding: 0 !important;
|
|
446
|
+
width: 100% !important;
|
|
440
447
|
}
|
|
441
448
|
|
|
442
449
|
.orion-builder-v2-editor .gjs-trt-trait .gjs-field,
|
|
443
450
|
.orion-builder-v2-editor .gjs-trt-trait input,
|
|
444
451
|
.orion-builder-v2-editor .gjs-trt-trait select,
|
|
445
452
|
.orion-builder-v2-editor .gjs-trt-trait textarea {
|
|
446
|
-
|
|
453
|
+
box-sizing: border-box;
|
|
454
|
+
max-width: none !important;
|
|
455
|
+
min-width: 0 !important;
|
|
447
456
|
overflow: visible;
|
|
448
457
|
text-overflow: clip;
|
|
449
458
|
white-space: normal;
|
|
450
|
-
width: 100
|
|
459
|
+
width: 100% !important;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits,
|
|
463
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-trt-traits,
|
|
464
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-trt-trait,
|
|
465
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-trt-trait__wrp,
|
|
466
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-trt-trait__cnt {
|
|
467
|
+
box-sizing: border-box !important;
|
|
468
|
+
display: block !important;
|
|
469
|
+
float: none !important;
|
|
470
|
+
flex: none !important;
|
|
471
|
+
margin-left: 0 !important;
|
|
472
|
+
max-width: none !important;
|
|
473
|
+
min-width: 0 !important;
|
|
474
|
+
overflow: visible !important;
|
|
475
|
+
padding-left: 0 !important;
|
|
476
|
+
position: static !important;
|
|
477
|
+
width: 100% !important;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-trt-trait {
|
|
481
|
+
margin-bottom: 16px !important;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-trt-trait__label {
|
|
485
|
+
box-sizing: border-box !important;
|
|
486
|
+
display: block !important;
|
|
487
|
+
float: none !important;
|
|
488
|
+
flex: none !important;
|
|
489
|
+
margin: 0 0 6px !important;
|
|
490
|
+
max-width: none !important;
|
|
491
|
+
min-width: 0 !important;
|
|
492
|
+
overflow: visible !important;
|
|
493
|
+
padding: 0 !important;
|
|
494
|
+
position: static !important;
|
|
495
|
+
text-overflow: clip !important;
|
|
496
|
+
white-space: nowrap !important;
|
|
497
|
+
width: 100% !important;
|
|
498
|
+
word-break: normal !important;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-field,
|
|
502
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-field input,
|
|
503
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-field select,
|
|
504
|
+
.orion-builder-v2-inspector #orion-builder-v2-traits .gjs-field textarea {
|
|
505
|
+
box-sizing: border-box !important;
|
|
506
|
+
display: block !important;
|
|
507
|
+
float: none !important;
|
|
508
|
+
margin-left: 0 !important;
|
|
509
|
+
max-width: none !important;
|
|
510
|
+
min-width: 0 !important;
|
|
511
|
+
overflow: visible !important;
|
|
512
|
+
padding-left: 0 !important;
|
|
513
|
+
position: static !important;
|
|
514
|
+
text-overflow: clip !important;
|
|
515
|
+
width: 100% !important;
|
|
451
516
|
}
|
|
452
517
|
|
|
453
518
|
.orion-builder-v2-editor .gjs-sm-sectors {
|
package/package.json
CHANGED