@orion-studios/payload-studio 0.6.0-beta.69 → 0.6.0-beta.70
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 +86 -0
- package/package.json +1 -1
|
@@ -681,6 +681,11 @@
|
|
|
681
681
|
order: 10;
|
|
682
682
|
}
|
|
683
683
|
|
|
684
|
+
.orion-builder-v2-editor .gjs-sm-property__color,
|
|
685
|
+
.orion-builder-v2-editor .gjs-sm-property__background-color {
|
|
686
|
+
grid-column: 1 / -1;
|
|
687
|
+
}
|
|
688
|
+
|
|
684
689
|
.orion-builder-v2-editor .gjs-sm-property .gjs-sm-label {
|
|
685
690
|
display: block;
|
|
686
691
|
margin-bottom: 7px;
|
|
@@ -734,6 +739,87 @@
|
|
|
734
739
|
padding-right: 8px;
|
|
735
740
|
}
|
|
736
741
|
|
|
742
|
+
.orion-builder-v2-editor .gjs-field-color {
|
|
743
|
+
cursor: pointer;
|
|
744
|
+
display: grid !important;
|
|
745
|
+
grid-template-columns: minmax(0, 1fr) 38px;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.orion-builder-v2-editor .gjs-field-color .gjs-input-holder {
|
|
749
|
+
min-width: 0;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.orion-builder-v2-editor .gjs-field-color input {
|
|
753
|
+
cursor: text;
|
|
754
|
+
padding-right: 8px;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.orion-builder-v2-editor .gjs-field-colorp {
|
|
758
|
+
align-items: center;
|
|
759
|
+
background: #f6eadf;
|
|
760
|
+
border-left: 1px solid #e1c4b0;
|
|
761
|
+
cursor: pointer;
|
|
762
|
+
display: flex !important;
|
|
763
|
+
height: 100% !important;
|
|
764
|
+
justify-content: center;
|
|
765
|
+
min-width: 38px;
|
|
766
|
+
position: relative;
|
|
767
|
+
width: 38px !important;
|
|
768
|
+
z-index: 2;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.orion-builder-v2-editor .gjs-field-colorp-c {
|
|
772
|
+
border: 1px solid rgba(31, 45, 77, 0.16);
|
|
773
|
+
border-radius: 999px;
|
|
774
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
|
|
775
|
+
height: 22px !important;
|
|
776
|
+
overflow: hidden;
|
|
777
|
+
width: 22px !important;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.orion-builder-v2-editor .gjs-field-color-picker,
|
|
781
|
+
.orion-builder-v2-editor .gjs-checker-bg {
|
|
782
|
+
height: 100% !important;
|
|
783
|
+
width: 100% !important;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.sp-container.gjs-editor-sp:not(.sp-hidden) {
|
|
787
|
+
background: #fffdf9;
|
|
788
|
+
border: 1px solid #d6b7a1;
|
|
789
|
+
border-radius: 12px;
|
|
790
|
+
box-shadow: 0 18px 46px rgba(49, 37, 25, 0.2);
|
|
791
|
+
box-sizing: border-box;
|
|
792
|
+
color: var(--builder-v2-ink);
|
|
793
|
+
left: auto !important;
|
|
794
|
+
max-height: calc(100dvh - 128px);
|
|
795
|
+
overflow: auto;
|
|
796
|
+
padding: 8px;
|
|
797
|
+
position: fixed !important;
|
|
798
|
+
right: 22px !important;
|
|
799
|
+
top: 86px !important;
|
|
800
|
+
z-index: 9999999 !important;
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.sp-container.gjs-editor-sp .sp-picker-container,
|
|
804
|
+
.sp-container.gjs-editor-sp .sp-palette-container {
|
|
805
|
+
border: 0;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.sp-container.gjs-editor-sp .sp-choose {
|
|
809
|
+
background: var(--builder-v2-accent);
|
|
810
|
+
border: 0;
|
|
811
|
+
border-radius: 999px;
|
|
812
|
+
color: #ffffff;
|
|
813
|
+
cursor: pointer;
|
|
814
|
+
font-weight: 900;
|
|
815
|
+
padding: 5px 10px;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.sp-container.gjs-editor-sp .sp-cancel {
|
|
819
|
+
color: var(--builder-v2-muted) !important;
|
|
820
|
+
text-decoration: none;
|
|
821
|
+
}
|
|
822
|
+
|
|
737
823
|
.orion-builder-v2-editor .gjs-field textarea {
|
|
738
824
|
min-height: 96px;
|
|
739
825
|
}
|
package/package.json
CHANGED