@measured/puck 0.16.0-canary.a43914d → 0.16.0-canary.acdb11d
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/actions-9pHbVtMU.d.mts +443 -0
- package/dist/actions-9pHbVtMU.d.ts +443 -0
- package/dist/chunk-LM7YWFFF.mjs +114 -0
- package/dist/index.css +109 -79
- package/dist/index.d.mts +250 -0
- package/dist/index.d.ts +55 -186
- package/dist/index.js +1016 -29142
- package/dist/index.mjs +6040 -0
- package/dist/rsc.d.mts +10 -0
- package/dist/rsc.d.ts +1 -1
- package/dist/rsc.js +3 -2
- package/dist/rsc.mjs +80 -0
- package/package.json +14 -6
- package/dist/Config-B7UadvMA.d.ts +0 -268
package/dist/index.css
CHANGED
@@ -137,10 +137,11 @@
|
|
137
137
|
/* styles.css */
|
138
138
|
|
139
139
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
|
140
|
-
.
|
140
|
+
._ActionBar_fp58q_1 {
|
141
141
|
display: flex;
|
142
142
|
width: auto;
|
143
143
|
padding: 4px;
|
144
|
+
padding-right: 0;
|
144
145
|
border-top-left-radius: 8px;
|
145
146
|
border-top-right-radius: 8px;
|
146
147
|
border-radius: 8px;
|
@@ -148,8 +149,9 @@
|
|
148
149
|
color: var(--puck-color-white);
|
149
150
|
font-family: var(--puck-font-family);
|
150
151
|
gap: 4px;
|
152
|
+
min-height: 26px;
|
151
153
|
}
|
152
|
-
.
|
154
|
+
._ActionBar-actionsLabel_fp58q_16 {
|
153
155
|
color: var(--puck-color-grey-08);
|
154
156
|
display: flex;
|
155
157
|
font-size: var(--puck-font-size-xxxs);
|
@@ -157,13 +159,17 @@
|
|
157
159
|
justify-content: center;
|
158
160
|
align-items: center;
|
159
161
|
padding-left: 8px;
|
160
|
-
padding-right:
|
161
|
-
margin-right: 8px;
|
162
|
-
border-right: 0.5px solid var(--puck-color-grey-05);
|
162
|
+
padding-right: 8px;
|
163
163
|
text-overflow: ellipsis;
|
164
164
|
white-space: nowrap;
|
165
165
|
}
|
166
|
-
.
|
166
|
+
._ActionBar-group_fp58q_29 {
|
167
|
+
border-left: 0.5px solid var(--puck-color-grey-05);
|
168
|
+
display: flex;
|
169
|
+
padding-left: 4px;
|
170
|
+
padding-right: 4px;
|
171
|
+
}
|
172
|
+
._ActionBar-action_fp58q_16 {
|
167
173
|
background: transparent;
|
168
174
|
border: none;
|
169
175
|
color: var(--puck-color-grey-08);
|
@@ -176,17 +182,17 @@
|
|
176
182
|
justify-content: center;
|
177
183
|
transition: color 50ms ease-in;
|
178
184
|
}
|
179
|
-
.
|
185
|
+
._ActionBar-action_fp58q_16:focus-visible {
|
180
186
|
outline: 2px solid var(--puck-color-azure-05);
|
181
187
|
outline-offset: -2px;
|
182
188
|
}
|
183
189
|
@media (hover: hover) and (pointer: fine) {
|
184
|
-
.
|
190
|
+
._ActionBar-action_fp58q_16:hover {
|
185
191
|
color: var(--puck-color-azure-06);
|
186
192
|
transition: none;
|
187
193
|
}
|
188
194
|
}
|
189
|
-
.
|
195
|
+
._ActionBar-action_fp58q_16:active {
|
190
196
|
color: var(--puck-color-azure-07);
|
191
197
|
transition: none;
|
192
198
|
}
|
@@ -578,24 +584,27 @@ textarea._Input-input_3pq3z_47 {
|
|
578
584
|
}
|
579
585
|
|
580
586
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DragIcon/styles.module.css/#css-module-data */
|
581
|
-
.
|
587
|
+
._DragIcon_17p8x_1 {
|
582
588
|
color: var(--puck-color-grey-05);
|
583
589
|
cursor: grab;
|
584
590
|
padding: 4px;
|
585
591
|
border-radius: 4px;
|
586
592
|
}
|
593
|
+
._DragIcon--disabled_17p8x_8 {
|
594
|
+
cursor: no-drop;
|
595
|
+
}
|
587
596
|
@media (hover: hover) and (pointer: fine) {
|
588
|
-
.
|
597
|
+
._DragIcon_17p8x_1:not(._DragIcon--disabled_17p8x_8):hover {
|
589
598
|
color: var(--puck-color-azure-05);
|
590
599
|
background-color: var(--puck-color-azure-12);
|
591
600
|
}
|
592
601
|
}
|
593
602
|
|
594
603
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
|
595
|
-
._ExternalInput-
|
604
|
+
._ExternalInput-actions_wprq3_1 {
|
596
605
|
display: flex;
|
597
606
|
}
|
598
|
-
._ExternalInput-
|
607
|
+
._ExternalInput-button_wprq3_5 {
|
599
608
|
display: flex;
|
600
609
|
gap: 8px;
|
601
610
|
align-items: center;
|
@@ -604,7 +613,6 @@ textarea._Input-input_3pq3z_47 {
|
|
604
613
|
border: 1px solid var(--puck-color-grey-09);
|
605
614
|
border-radius: 4px;
|
606
615
|
color: var(--puck-color-azure-04);
|
607
|
-
cursor: pointer;
|
608
616
|
padding: 12px 16px;
|
609
617
|
font-weight: 500;
|
610
618
|
white-space: nowrap;
|
@@ -614,19 +622,21 @@ textarea._Input-input_3pq3z_47 {
|
|
614
622
|
overflow: hidden;
|
615
623
|
flex-grow: 1;
|
616
624
|
}
|
617
|
-
._ExternalInput--
|
625
|
+
._ExternalInput--dataSelected_wprq3_24 ._ExternalInput-button_wprq3_5 {
|
618
626
|
color: var(--puck-color-grey-03);
|
619
627
|
display: block;
|
620
628
|
border-top-right-radius: 0px;
|
621
629
|
border-bottom-right-radius: 0px;
|
622
630
|
}
|
623
|
-
._ExternalInput-
|
631
|
+
._ExternalInput--readOnly_wprq3_31 ._ExternalInput-button_wprq3_5 {
|
632
|
+
background-color: var(--puck-color-grey-11);
|
633
|
+
}
|
634
|
+
._ExternalInput-detachButton_wprq3_35 {
|
624
635
|
border: 1px solid var(--puck-color-grey-09);
|
625
636
|
border-top-right-radius: 4px;
|
626
637
|
border-bottom-right-radius: 4px;
|
627
638
|
background-color: var(--puck-color-grey-12);
|
628
639
|
color: var(--puck-color-grey-05);
|
629
|
-
cursor: pointer;
|
630
640
|
display: flex;
|
631
641
|
gap: 8px;
|
632
642
|
align-items: center;
|
@@ -636,28 +646,28 @@ textarea._Input-input_3pq3z_47 {
|
|
636
646
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
637
647
|
margin-left: -1px;
|
638
648
|
}
|
639
|
-
._ExternalInput-
|
640
|
-
._ExternalInput-
|
649
|
+
._ExternalInput-button_wprq3_5:focus-visible,
|
650
|
+
._ExternalInput-detachButton_wprq3_35:focus-visible {
|
641
651
|
outline: 2px solid var(--puck-color-azure-05);
|
642
652
|
outline-offset: 2px;
|
643
653
|
z-index: 1;
|
644
654
|
}
|
645
655
|
@media (hover: hover) and (pointer: fine) {
|
646
|
-
._ExternalInput-
|
647
|
-
._ExternalInput-
|
656
|
+
._ExternalInput_wprq3_1:not(._ExternalInput--readOnly_wprq3_31) ._ExternalInput-button_wprq3_5:hover,
|
657
|
+
._ExternalInput_wprq3_1:not(._ExternalInput--readOnly_wprq3_31) ._ExternalInput-detachButton_wprq3_35:hover {
|
648
658
|
background: var(--puck-color-azure-12);
|
649
659
|
transition: none;
|
650
660
|
}
|
651
|
-
._ExternalInput-
|
661
|
+
._ExternalInput_wprq3_1:not(._ExternalInput--readOnly_wprq3_31) ._ExternalInput-detachButton_wprq3_35:hover {
|
652
662
|
color: var(--puck-color-azure-04);
|
653
663
|
}
|
654
664
|
}
|
655
|
-
._ExternalInput-
|
656
|
-
._ExternalInput-
|
665
|
+
._ExternalInput_wprq3_1:not(._ExternalInput--readOnly_wprq3_31) ._ExternalInput-button_wprq3_5:active,
|
666
|
+
._ExternalInput_wprq3_1:not(._ExternalInput--readOnly_wprq3_31) ._ExternalInput-detachButton_wprq3_35:active {
|
657
667
|
background: var(--puck-color-azure-11);
|
658
668
|
transition: none;
|
659
669
|
}
|
660
|
-
.
|
670
|
+
._ExternalInputModal_wprq3_79 {
|
661
671
|
color: var(--puck-color-black);
|
662
672
|
display: grid;
|
663
673
|
grid-template-rows: min-content minmax(128px, 100%) min-content;
|
@@ -666,35 +676,35 @@ textarea._Input-input_3pq3z_47 {
|
|
666
676
|
min-height: 50dvh;
|
667
677
|
max-height: 90dvh;
|
668
678
|
}
|
669
|
-
._ExternalInputModal-
|
679
|
+
._ExternalInputModal-grid_wprq3_89 {
|
670
680
|
display: flex;
|
671
681
|
flex-direction: column;
|
672
682
|
}
|
673
683
|
@media (min-width: 458px) {
|
674
|
-
._ExternalInputModal-
|
684
|
+
._ExternalInputModal-grid_wprq3_89 {
|
675
685
|
display: grid;
|
676
686
|
grid-template-columns: 100%;
|
677
687
|
}
|
678
|
-
._ExternalInputModal--
|
688
|
+
._ExternalInputModal--filtersToggled_wprq3_100 ._ExternalInputModal-grid_wprq3_89 {
|
679
689
|
grid-template-columns: 25% 75%;
|
680
690
|
}
|
681
691
|
}
|
682
|
-
._ExternalInputModal-
|
692
|
+
._ExternalInputModal-filters_wprq3_105 {
|
683
693
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
684
694
|
}
|
685
|
-
._ExternalInputModal--
|
695
|
+
._ExternalInputModal--filtersToggled_wprq3_100 ._ExternalInputModal-filters_wprq3_105 {
|
686
696
|
display: none;
|
687
697
|
}
|
688
698
|
@media (min-width: 458px) {
|
689
|
-
._ExternalInputModal-
|
699
|
+
._ExternalInputModal-filters_wprq3_105 {
|
690
700
|
border-right: 1px solid var(--puck-color-grey-09);
|
691
701
|
display: none;
|
692
702
|
}
|
693
|
-
._ExternalInputModal--
|
703
|
+
._ExternalInputModal--filtersToggled_wprq3_100 ._ExternalInputModal-filters_wprq3_105 {
|
694
704
|
display: block;
|
695
705
|
}
|
696
706
|
}
|
697
|
-
._ExternalInputModal-
|
707
|
+
._ExternalInputModal-masthead_wprq3_124 {
|
698
708
|
background-color: var(--puck-color-grey-12);
|
699
709
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
700
710
|
display: flex;
|
@@ -702,13 +712,13 @@ textarea._Input-input_3pq3z_47 {
|
|
702
712
|
gap: 24px;
|
703
713
|
padding: 24px;
|
704
714
|
}
|
705
|
-
._ExternalInputModal-
|
715
|
+
._ExternalInputModal-tableWrapper_wprq3_133 {
|
706
716
|
position: relative;
|
707
717
|
overflow-x: auto;
|
708
718
|
overflow-y: auto;
|
709
719
|
flex-grow: 1;
|
710
720
|
}
|
711
|
-
._ExternalInputModal-
|
721
|
+
._ExternalInputModal-table_wprq3_133 {
|
712
722
|
border-collapse: unset;
|
713
723
|
border-spacing: 0px;
|
714
724
|
color: var(--puck-color-grey-02);
|
@@ -716,51 +726,51 @@ textarea._Input-input_3pq3z_47 {
|
|
716
726
|
z-index: 0;
|
717
727
|
min-width: 100%;
|
718
728
|
}
|
719
|
-
._ExternalInputModal-
|
729
|
+
._ExternalInputModal-thead_wprq3_149 {
|
720
730
|
background-color: var(--puck-color-white);
|
721
731
|
position: sticky;
|
722
732
|
top: 0;
|
723
733
|
z-index: 1;
|
724
734
|
}
|
725
|
-
._ExternalInputModal-
|
735
|
+
._ExternalInputModal-th_wprq3_149 {
|
726
736
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
727
737
|
color: var(--puck-color-grey-04);
|
728
738
|
font-weight: 500;
|
729
739
|
font-size: 14px;
|
730
740
|
padding: 16px 24px;
|
731
741
|
}
|
732
|
-
._ExternalInputModal-
|
742
|
+
._ExternalInputModal-td_wprq3_164 {
|
733
743
|
border-bottom: 1px solid var(--puck-color-grey-10);
|
734
744
|
padding: 16px 24px;
|
735
745
|
}
|
736
|
-
._ExternalInputModal-
|
746
|
+
._ExternalInputModal-tr_wprq3_169 ._ExternalInputModal-td_wprq3_164:first-of-type {
|
737
747
|
font-weight: 500;
|
738
748
|
width: 1%;
|
739
749
|
white-space: nowrap;
|
740
750
|
}
|
741
751
|
@media (hover: hover) and (pointer: fine) {
|
742
|
-
._ExternalInputModal-
|
752
|
+
._ExternalInputModal-tbody_wprq3_176 ._ExternalInputModal-tr_wprq3_169:hover {
|
743
753
|
background: var(--puck-color-azure-12);
|
744
754
|
color: var(--puck-color-azure-04);
|
745
755
|
cursor: pointer;
|
746
756
|
position: relative;
|
747
757
|
margin-left: -5px;
|
748
758
|
}
|
749
|
-
._ExternalInputModal-
|
759
|
+
._ExternalInputModal-tbody_wprq3_176 ._ExternalInputModal-tr_wprq3_169:hover ._ExternalInputModal-td_wprq3_164:first-of-type {
|
750
760
|
border-left: 4px solid var(--puck-color-azure-04);
|
751
761
|
padding-left: 20px;
|
752
762
|
}
|
753
763
|
}
|
754
|
-
._ExternalInputModal-
|
764
|
+
._ExternalInputModal-tbody_wprq3_176 ._ExternalInputModal-tr_wprq3_169:last-of-type ._ExternalInputModal-td_wprq3_164 {
|
755
765
|
border-bottom: none;
|
756
766
|
}
|
757
|
-
._ExternalInputModal-
|
767
|
+
._ExternalInputModal-tableWrapper_wprq3_133 {
|
758
768
|
display: none;
|
759
769
|
}
|
760
|
-
._ExternalInputModal--
|
770
|
+
._ExternalInputModal--hasData_wprq3_202 ._ExternalInputModal-tableWrapper_wprq3_133 {
|
761
771
|
display: block;
|
762
772
|
}
|
763
|
-
._ExternalInputModal-
|
773
|
+
._ExternalInputModal-loadingBanner_wprq3_206 {
|
764
774
|
display: none;
|
765
775
|
background-color: color-mix(in srgb, var(--puck-color-white) 90%, transparent);
|
766
776
|
padding: 64px;
|
@@ -772,21 +782,21 @@ textarea._Input-input_3pq3z_47 {
|
|
772
782
|
right: 0;
|
773
783
|
bottom: 0;
|
774
784
|
}
|
775
|
-
._ExternalInputModal--
|
785
|
+
._ExternalInputModal--isLoading_wprq3_223 ._ExternalInputModal-loadingBanner_wprq3_206 {
|
776
786
|
display: flex;
|
777
787
|
}
|
778
|
-
._ExternalInputModal-
|
788
|
+
._ExternalInputModal-searchForm_wprq3_227 {
|
779
789
|
display: flex;
|
780
790
|
flex-wrap: wrap;
|
781
791
|
gap: 12px;
|
782
792
|
flex-grow: 1;
|
783
793
|
}
|
784
794
|
@media (min-width: 458px) {
|
785
|
-
._ExternalInputModal-
|
795
|
+
._ExternalInputModal-searchForm_wprq3_227 {
|
786
796
|
flex-wrap: nowrap;
|
787
797
|
}
|
788
798
|
}
|
789
|
-
._ExternalInputModal-
|
799
|
+
._ExternalInputModal-search_wprq3_227 {
|
790
800
|
display: flex;
|
791
801
|
background: var(--puck-color-white);
|
792
802
|
border-width: 1px;
|
@@ -796,18 +806,18 @@ textarea._Input-input_3pq3z_47 {
|
|
796
806
|
flex-grow: 1;
|
797
807
|
transition: border-color 50ms ease-in;
|
798
808
|
}
|
799
|
-
._ExternalInputModal-
|
809
|
+
._ExternalInputModal-search_wprq3_227:focus-within {
|
800
810
|
border-color: var(--puck-color-grey-05);
|
801
811
|
outline: 2px solid var(--puck-color-azure-05);
|
802
812
|
transition: none;
|
803
813
|
}
|
804
814
|
@media (hover: hover) and (pointer: fine) {
|
805
|
-
._ExternalInputModal-
|
815
|
+
._ExternalInputModal-search_wprq3_227:hover {
|
806
816
|
border-color: var(--puck-color-grey-05);
|
807
817
|
transition: none;
|
808
818
|
}
|
809
819
|
}
|
810
|
-
._ExternalInputModal-
|
820
|
+
._ExternalInputModal-searchIcon_wprq3_264 {
|
811
821
|
align-items: center;
|
812
822
|
background: var(--puck-color-grey-12);
|
813
823
|
border-bottom-left-radius: 4px;
|
@@ -819,17 +829,17 @@ textarea._Input-input_3pq3z_47 {
|
|
819
829
|
padding: 12px 15px;
|
820
830
|
transition: color 50ms ease-in;
|
821
831
|
}
|
822
|
-
._ExternalInputModal-
|
832
|
+
._ExternalInputModal-search_wprq3_227:focus-within ._ExternalInputModal-searchIcon_wprq3_264 {
|
823
833
|
color: var(--puck-color-grey-04);
|
824
834
|
transition: none;
|
825
835
|
}
|
826
836
|
@media (hover: hover) and (pointer: fine) {
|
827
|
-
._ExternalInputModal-
|
837
|
+
._ExternalInputModal-search_wprq3_227:hover ._ExternalInputModal-searchIcon_wprq3_264 {
|
828
838
|
color: var(--puck-color-grey-04);
|
829
839
|
transition: none;
|
830
840
|
}
|
831
841
|
}
|
832
|
-
._ExternalInputModal-
|
842
|
+
._ExternalInputModal-searchIconText_wprq3_289 {
|
833
843
|
clip: rect(0 0 0 0);
|
834
844
|
clip-path: inset(100%);
|
835
845
|
height: 1px;
|
@@ -838,7 +848,7 @@ textarea._Input-input_3pq3z_47 {
|
|
838
848
|
white-space: nowrap;
|
839
849
|
width: 1px;
|
840
850
|
}
|
841
|
-
._ExternalInputModal-
|
851
|
+
._ExternalInputModal-searchInput_wprq3_299 {
|
842
852
|
border: none;
|
843
853
|
border-radius: 4px;
|
844
854
|
background: var(--puck-color-white);
|
@@ -847,24 +857,24 @@ textarea._Input-input_3pq3z_47 {
|
|
847
857
|
padding: 12px 15px;
|
848
858
|
width: 100%;
|
849
859
|
}
|
850
|
-
._ExternalInputModal-
|
860
|
+
._ExternalInputModal-searchInput_wprq3_299:focus {
|
851
861
|
outline: 0;
|
852
862
|
}
|
853
|
-
._ExternalInputModal-
|
863
|
+
._ExternalInputModal-searchActions_wprq3_313 {
|
854
864
|
display: flex;
|
855
865
|
gap: 8px;
|
856
866
|
height: 44px;
|
857
867
|
width: 100%;
|
858
868
|
}
|
859
869
|
@media (min-width: 458px) {
|
860
|
-
._ExternalInputModal-
|
870
|
+
._ExternalInputModal-searchActions_wprq3_313 {
|
861
871
|
width: auto;
|
862
872
|
}
|
863
873
|
}
|
864
|
-
._ExternalInputModal-
|
874
|
+
._ExternalInputModal-searchActionIcon_wprq3_326 {
|
865
875
|
align-self: center;
|
866
876
|
}
|
867
|
-
._ExternalInputModal-
|
877
|
+
._ExternalInputModal-footer_wprq3_330 {
|
868
878
|
background-color: var(--puck-color-grey-12);
|
869
879
|
border-top: 1px solid var(--puck-color-grey-09);
|
870
880
|
color: var(--puck-color-grey-04);
|
@@ -1044,16 +1054,21 @@ textarea._Input-input_3pq3z_47 {
|
|
1044
1054
|
}
|
1045
1055
|
|
1046
1056
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
|
1047
|
-
.
|
1057
|
+
._Drawer_1oa7v_1 {
|
1048
1058
|
font-family: var(--puck-font-family);
|
1049
1059
|
}
|
1050
|
-
._DrawerItem
|
1060
|
+
._DrawerItem--disabled_1oa7v_5 ._DrawerItem-draggable_1oa7v_5 {
|
1061
|
+
background: var(--puck-color-grey-11);
|
1062
|
+
color: var(--puck-color-grey-05);
|
1063
|
+
cursor: not-allowed;
|
1064
|
+
}
|
1065
|
+
._DrawerItem-default_1oa7v_11 ._DrawerItem-draggableWrapper_1oa7v_11 {
|
1051
1066
|
padding-bottom: 12px;
|
1052
1067
|
}
|
1053
|
-
.
|
1068
|
+
._DrawerItem_1oa7v_5:last-of-type ._DrawerItem-default_1oa7v_11 ._DrawerItem-draggableWrapper_1oa7v_11 {
|
1054
1069
|
padding-bottom: 0;
|
1055
1070
|
}
|
1056
|
-
._DrawerItem-
|
1071
|
+
._DrawerItem-draggable_1oa7v_5 {
|
1057
1072
|
background: var(--puck-color-white);
|
1058
1073
|
padding: 12px;
|
1059
1074
|
display: flex;
|
@@ -1062,25 +1077,24 @@ textarea._Input-input_3pq3z_47 {
|
|
1062
1077
|
font-size: var(--puck-font-size-xxs);
|
1063
1078
|
justify-content: space-between;
|
1064
1079
|
align-items: center;
|
1065
|
-
cursor: grab;
|
1066
1080
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
1067
1081
|
}
|
1068
|
-
.
|
1082
|
+
._DrawerItem_1oa7v_5:focus-visible {
|
1069
1083
|
outline: 0;
|
1070
1084
|
}
|
1071
|
-
.
|
1085
|
+
._Drawer_1oa7v_1:not(._Drawer--isDraggingFrom_1oa7v_36) ._DrawerItem_1oa7v_5:focus-visible ._DrawerItem-draggable_1oa7v_5 {
|
1072
1086
|
border-radius: 4px;
|
1073
1087
|
outline: 2px solid var(--puck-color-azure-05);
|
1074
1088
|
outline-offset: 2px;
|
1075
1089
|
}
|
1076
1090
|
@media (hover: hover) and (pointer: fine) {
|
1077
|
-
.
|
1091
|
+
._Drawer_1oa7v_1:not(._Drawer--isDraggingFrom_1oa7v_36) ._DrawerItem_1oa7v_5:not(._DrawerItem--disabled_1oa7v_5) ._DrawerItem-draggable_1oa7v_5:hover {
|
1078
1092
|
background-color: var(--puck-color-azure-12);
|
1079
1093
|
color: var(--puck-color-azure-04);
|
1080
1094
|
transition: none;
|
1081
1095
|
}
|
1082
1096
|
}
|
1083
|
-
._DrawerItem-
|
1097
|
+
._DrawerItem-name_1oa7v_54 {
|
1084
1098
|
overflow-x: hidden;
|
1085
1099
|
text-overflow: ellipsis;
|
1086
1100
|
white-space: nowrap;
|
@@ -1721,7 +1735,7 @@ textarea._Input-input_3pq3z_47 {
|
|
1721
1735
|
}
|
1722
1736
|
|
1723
1737
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
1724
|
-
.
|
1738
|
+
._PuckCanvas_esbg1_1 {
|
1725
1739
|
background: var(--puck-color-grey-11);
|
1726
1740
|
display: flex;
|
1727
1741
|
grid-area: editor;
|
@@ -1730,15 +1744,15 @@ textarea._Input-input_3pq3z_47 {
|
|
1730
1744
|
overflow: auto;
|
1731
1745
|
}
|
1732
1746
|
@media (min-width: 1198px) {
|
1733
|
-
.
|
1747
|
+
._PuckCanvas_esbg1_1 {
|
1734
1748
|
padding: calc(var(--puck-space-px) * 1.5);
|
1735
1749
|
padding-top: var(--puck-space-px);
|
1736
1750
|
}
|
1737
|
-
.
|
1751
|
+
._PuckCanvas_esbg1_1:not(._PuckCanvas_esbg1_1:has(._PuckCanvas-controls_esbg1_16)) {
|
1738
1752
|
padding-top: calc(var(--puck-space-px) * 1.5);
|
1739
1753
|
}
|
1740
1754
|
}
|
1741
|
-
._PuckCanvas-
|
1755
|
+
._PuckCanvas-inner_esbg1_21 {
|
1742
1756
|
box-sizing: border-box;
|
1743
1757
|
display: flex;
|
1744
1758
|
height: 100%;
|
@@ -1748,7 +1762,7 @@ textarea._Input-input_3pq3z_47 {
|
|
1748
1762
|
position: relative;
|
1749
1763
|
width: 100%;
|
1750
1764
|
}
|
1751
|
-
._PuckCanvas-
|
1765
|
+
._PuckCanvas-root_esbg1_32 {
|
1752
1766
|
background: white;
|
1753
1767
|
border: 1px solid var(--puck-color-grey-09);
|
1754
1768
|
box-sizing: border-box;
|
@@ -1760,16 +1774,32 @@ textarea._Input-input_3pq3z_47 {
|
|
1760
1774
|
opacity: 0;
|
1761
1775
|
}
|
1762
1776
|
@media (min-width: 1198px) {
|
1763
|
-
._PuckCanvas-
|
1777
|
+
._PuckCanvas-root_esbg1_32 {
|
1764
1778
|
min-width: unset;
|
1765
1779
|
}
|
1766
1780
|
}
|
1767
1781
|
@media (prefers-reduced-motion: reduce) {
|
1768
|
-
._PuckCanvas-
|
1782
|
+
._PuckCanvas-root_esbg1_32 {
|
1769
1783
|
transition: none !important;
|
1770
1784
|
}
|
1771
1785
|
}
|
1772
|
-
._PuckCanvas--
|
1786
|
+
._PuckCanvas--ready_esbg1_56 ._PuckCanvas-root_esbg1_32 {
|
1773
1787
|
opacity: 1;
|
1774
|
-
|
1788
|
+
}
|
1789
|
+
._PuckCanvas-loader_esbg1_60 {
|
1790
|
+
align-items: center;
|
1791
|
+
color: var(--puck-color-grey-06);
|
1792
|
+
display: flex;
|
1793
|
+
height: 100%;
|
1794
|
+
justify-content: center;
|
1795
|
+
transition: opacity 250ms ease-out;
|
1796
|
+
opacity: 0;
|
1797
|
+
}
|
1798
|
+
._PuckCanvas--showLoader_esbg1_70 ._PuckCanvas-loader_esbg1_60 {
|
1799
|
+
opacity: 1;
|
1800
|
+
}
|
1801
|
+
._PuckCanvas--showLoader_esbg1_70._PuckCanvas--ready_esbg1_56 ._PuckCanvas-loader_esbg1_60 {
|
1802
|
+
opacity: 0;
|
1803
|
+
height: 0;
|
1804
|
+
transition: none;
|
1775
1805
|
}
|