@wordpress/editor 14.36.1-next.8b30e05b0.0 → 14.37.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.
- package/CHANGELOG.md +2 -0
- package/README.md +2 -3
- package/build/components/autocompleters/user.js.map +2 -2
- package/build/components/collab-sidebar/comments.js +4 -12
- package/build/components/collab-sidebar/comments.js.map +2 -2
- package/build/components/collab-sidebar/hooks.js +7 -19
- package/build/components/collab-sidebar/hooks.js.map +2 -2
- package/build/components/document-bar/index.js +19 -8
- package/build/components/document-bar/index.js.map +3 -3
- package/build/components/document-bar/useEditedSectionDetails.js +95 -0
- package/build/components/document-bar/useEditedSectionDetails.js.map +7 -0
- package/build/components/page-attributes/parent.js +1 -0
- package/build/components/page-attributes/parent.js.map +2 -2
- package/build/components/post-card-panel/index.js +1 -1
- package/build/components/post-card-panel/index.js.map +2 -2
- package/build/components/post-publish-panel/maybe-tags-panel.js +1 -1
- package/build/components/post-publish-panel/maybe-tags-panel.js.map +2 -2
- package/build/components/post-taxonomies/flat-term-selector.js +3 -16
- package/build/components/post-taxonomies/flat-term-selector.js.map +3 -3
- package/build/components/post-taxonomies/index.js +1 -5
- package/build/components/post-taxonomies/index.js.map +2 -2
- package/build/components/provider/use-block-editor-settings.js +10 -2
- package/build/components/provider/use-block-editor-settings.js.map +2 -2
- package/build/components/style-book/index.js +3 -5
- package/build/components/style-book/index.js.map +2 -2
- package/build/dataviews/store/private-actions.js +9 -1
- package/build/dataviews/store/private-actions.js.map +2 -2
- package/build/store/utils/notice-builder.js +12 -4
- package/build/store/utils/notice-builder.js.map +2 -2
- package/build/utils/get-template-part-icon.js +9 -4
- package/build/utils/get-template-part-icon.js.map +3 -3
- package/build-module/components/autocompleters/user.js.map +2 -2
- package/build-module/components/collab-sidebar/comments.js +4 -12
- package/build-module/components/collab-sidebar/comments.js.map +2 -2
- package/build-module/components/collab-sidebar/hooks.js +7 -20
- package/build-module/components/collab-sidebar/hooks.js.map +2 -2
- package/build-module/components/document-bar/index.js +20 -9
- package/build-module/components/document-bar/index.js.map +2 -2
- package/build-module/components/document-bar/useEditedSectionDetails.js +74 -0
- package/build-module/components/document-bar/useEditedSectionDetails.js.map +7 -0
- package/build-module/components/page-attributes/parent.js +1 -0
- package/build-module/components/page-attributes/parent.js.map +2 -2
- package/build-module/components/post-card-panel/index.js +1 -1
- package/build-module/components/post-card-panel/index.js.map +2 -2
- package/build-module/components/post-publish-panel/maybe-tags-panel.js +1 -1
- package/build-module/components/post-publish-panel/maybe-tags-panel.js.map +2 -2
- package/build-module/components/post-taxonomies/flat-term-selector.js +4 -17
- package/build-module/components/post-taxonomies/flat-term-selector.js.map +2 -2
- package/build-module/components/post-taxonomies/index.js +1 -5
- package/build-module/components/post-taxonomies/index.js.map +2 -2
- package/build-module/components/provider/use-block-editor-settings.js +10 -2
- package/build-module/components/provider/use-block-editor-settings.js.map +2 -2
- package/build-module/components/style-book/index.js +3 -5
- package/build-module/components/style-book/index.js.map +2 -2
- package/build-module/dataviews/store/private-actions.js +11 -2
- package/build-module/dataviews/store/private-actions.js.map +2 -2
- package/build-module/store/utils/notice-builder.js +12 -4
- package/build-module/store/utils/notice-builder.js.map +2 -2
- package/build-module/utils/get-template-part-icon.js +10 -4
- package/build-module/utils/get-template-part-icon.js.map +2 -2
- package/build-style/style-rtl.css +76 -161
- package/build-style/style.css +76 -161
- package/build-types/components/autocompleters/user.d.ts +8 -2
- package/build-types/components/autocompleters/user.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/comments.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/hooks.d.ts +0 -1
- package/build-types/components/collab-sidebar/hooks.d.ts.map +1 -1
- package/build-types/components/document-bar/index.d.ts.map +1 -1
- package/build-types/components/document-bar/useEditedSectionDetails.d.ts +8 -0
- package/build-types/components/document-bar/useEditedSectionDetails.d.ts.map +1 -0
- package/build-types/components/page-attributes/parent.d.ts.map +1 -1
- package/build-types/components/post-taxonomies/flat-term-selector.d.ts +3 -5
- package/build-types/components/post-taxonomies/flat-term-selector.d.ts.map +1 -1
- package/build-types/components/post-taxonomies/index.d.ts.map +1 -1
- package/build-types/components/post-template/hooks.d.ts +1 -1
- package/build-types/components/post-template/hooks.d.ts.map +1 -1
- package/build-types/components/provider/use-block-editor-settings.d.ts.map +1 -1
- package/build-types/components/style-book/index.d.ts.map +1 -1
- package/build-types/dataviews/store/private-actions.d.ts.map +1 -1
- package/build-types/store/utils/notice-builder.d.ts.map +1 -1
- package/build-types/utils/get-template-part-icon.d.ts +3 -3
- package/build-types/utils/get-template-part-icon.d.ts.map +1 -1
- package/package.json +40 -40
- package/src/components/autocompleters/user.js +6 -0
- package/src/components/collab-sidebar/comments.js +16 -23
- package/src/components/collab-sidebar/hooks.js +7 -24
- package/src/components/document-bar/index.js +41 -9
- package/src/components/document-bar/useEditedSectionDetails.js +103 -0
- package/src/components/global-styles-sidebar/style.scss +0 -4
- package/src/components/page-attributes/parent.js +2 -1
- package/src/components/post-card-panel/index.js +1 -1
- package/src/components/post-publish-panel/maybe-tags-panel.js +1 -1
- package/src/components/post-taxonomies/flat-term-selector.js +6 -27
- package/src/components/post-taxonomies/index.js +1 -7
- package/src/components/provider/use-block-editor-settings.js +8 -0
- package/src/components/style-book/index.js +3 -5
- package/src/dataviews/store/private-actions.ts +16 -0
- package/src/store/utils/notice-builder.js +12 -4
- package/src/utils/get-template-part-icon.js +19 -6
- package/tsconfig.tsbuildinfo +1 -1
package/build-style/style.css
CHANGED
|
@@ -196,27 +196,21 @@
|
|
|
196
196
|
position: relative;
|
|
197
197
|
z-index: 1;
|
|
198
198
|
flex-flow: column;
|
|
199
|
-
container: admin-ui-page/inline-size;
|
|
200
199
|
}
|
|
201
200
|
|
|
202
|
-
@media not (prefers-reduced-motion) {
|
|
203
|
-
.admin-ui-page {
|
|
204
|
-
transition: width ease-out 0.2s;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
201
|
.admin-ui-page__header {
|
|
208
|
-
padding: 16px
|
|
202
|
+
padding: 16px 24px;
|
|
209
203
|
border-bottom: 1px solid #f0f0f0;
|
|
210
204
|
background: #fff;
|
|
211
205
|
position: sticky;
|
|
212
206
|
top: 0;
|
|
207
|
+
z-index: 1;
|
|
213
208
|
}
|
|
214
209
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
padding: 16px 24px;
|
|
218
|
-
}
|
|
210
|
+
.admin-ui-page__sidebar-toggle-slot:empty {
|
|
211
|
+
display: none;
|
|
219
212
|
}
|
|
213
|
+
|
|
220
214
|
.admin-ui-page__header-subtitle {
|
|
221
215
|
padding-block-end: 8px;
|
|
222
216
|
color: #757575;
|
|
@@ -235,14 +229,9 @@
|
|
|
235
229
|
}
|
|
236
230
|
|
|
237
231
|
.admin-ui-page__content.has-padding {
|
|
238
|
-
padding: 16px
|
|
232
|
+
padding: 16px 24px;
|
|
239
233
|
}
|
|
240
234
|
|
|
241
|
-
@container (max-width: 430px) {
|
|
242
|
-
.admin-ui-page__content.has-padding {
|
|
243
|
-
padding: 16px 24px;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
235
|
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
|
|
247
236
|
width: auto;
|
|
248
237
|
padding: 0 8px;
|
|
@@ -801,25 +790,31 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
801
790
|
}
|
|
802
791
|
|
|
803
792
|
.font-library-modal .components-modal__content {
|
|
804
|
-
padding
|
|
805
|
-
margin-bottom:
|
|
793
|
+
padding: 0;
|
|
794
|
+
margin-bottom: 90px;
|
|
806
795
|
}
|
|
807
796
|
|
|
808
|
-
.font-library-modal .font-
|
|
797
|
+
.font-library-modal .font-library__subtitle {
|
|
809
798
|
text-transform: uppercase;
|
|
810
799
|
font-weight: 499;
|
|
811
800
|
font-size: 11px;
|
|
812
801
|
}
|
|
813
802
|
|
|
814
|
-
.font-library-
|
|
815
|
-
|
|
803
|
+
.font-library-modal__tab-panel {
|
|
804
|
+
height: calc(100% - 50px);
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.font-library__tabpanel-layout {
|
|
808
|
+
height: 100%;
|
|
809
|
+
display: flex;
|
|
810
|
+
flex-direction: column;
|
|
816
811
|
}
|
|
817
812
|
|
|
818
|
-
.font-
|
|
819
|
-
|
|
813
|
+
.font-library__tabpanel-layout > div {
|
|
814
|
+
flex-grow: 1;
|
|
820
815
|
}
|
|
821
816
|
|
|
822
|
-
.font-
|
|
817
|
+
.font-library__tabpanel-layout .font-library__loading {
|
|
823
818
|
width: 100%;
|
|
824
819
|
height: 100%;
|
|
825
820
|
display: flex;
|
|
@@ -829,36 +824,40 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
829
824
|
align-items: center;
|
|
830
825
|
justify-content: center;
|
|
831
826
|
padding-top: 124px;
|
|
827
|
+
box-sizing: border-box;
|
|
832
828
|
}
|
|
833
829
|
|
|
834
|
-
.font-
|
|
835
|
-
|
|
836
|
-
margin: 0 -32px -32px;
|
|
837
|
-
padding: 16px 32px;
|
|
838
|
-
position: absolute;
|
|
839
|
-
bottom: 32px;
|
|
830
|
+
.font-library__tabpanel-layout .components-navigator-screen {
|
|
831
|
+
padding: 24px;
|
|
840
832
|
width: 100%;
|
|
841
|
-
height: 70px;
|
|
842
|
-
background-color: #fff;
|
|
843
833
|
}
|
|
844
834
|
|
|
845
|
-
.font-
|
|
846
|
-
|
|
835
|
+
.font-library__footer {
|
|
836
|
+
position: absolute;
|
|
837
|
+
width: 100%;
|
|
838
|
+
bottom: 0;
|
|
839
|
+
border-top: 1px solid #ddd;
|
|
840
|
+
padding: 24px;
|
|
841
|
+
background-color: #fff;
|
|
842
|
+
box-sizing: border-box;
|
|
843
|
+
flex-grow: 0 !important;
|
|
844
|
+
flex-shrink: 0;
|
|
845
|
+
height: 90px;
|
|
847
846
|
}
|
|
848
847
|
|
|
849
|
-
.font-
|
|
848
|
+
.font-library__page-selection {
|
|
850
849
|
font-size: 11px;
|
|
851
850
|
font-weight: 499;
|
|
852
851
|
text-transform: uppercase;
|
|
853
852
|
}
|
|
854
853
|
|
|
855
854
|
@media (min-width: 600px) {
|
|
856
|
-
.font-
|
|
855
|
+
.font-library__page-selection .font-library__page-selection-trigger {
|
|
857
856
|
font-size: 11px !important;
|
|
858
857
|
font-weight: 499;
|
|
859
858
|
}
|
|
860
859
|
}
|
|
861
|
-
.font-
|
|
860
|
+
.font-library__fonts-title {
|
|
862
861
|
text-transform: uppercase;
|
|
863
862
|
font-size: 11px;
|
|
864
863
|
font-weight: 600;
|
|
@@ -866,51 +865,55 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
866
865
|
margin-bottom: 0;
|
|
867
866
|
}
|
|
868
867
|
|
|
869
|
-
.font-
|
|
868
|
+
.font-library__fonts-list {
|
|
870
869
|
list-style: none;
|
|
871
870
|
padding: 0;
|
|
872
871
|
margin-top: 0;
|
|
873
872
|
margin-bottom: 0;
|
|
874
873
|
}
|
|
875
874
|
|
|
876
|
-
.font-
|
|
875
|
+
.font-library__fonts-list-item {
|
|
877
876
|
margin-bottom: 0;
|
|
878
877
|
}
|
|
879
878
|
|
|
880
|
-
.font-
|
|
879
|
+
.font-library__font-card {
|
|
880
|
+
box-sizing: border-box;
|
|
881
881
|
border: 1px solid #ddd;
|
|
882
882
|
width: 100%;
|
|
883
883
|
height: auto !important;
|
|
884
884
|
padding: 16px;
|
|
885
885
|
margin-top: -1px; /* To collapse the margin with the previous element */
|
|
886
|
-
background-color: #f0f0f0;
|
|
887
886
|
}
|
|
888
887
|
|
|
889
|
-
.font-
|
|
888
|
+
.font-library__font-card:hover {
|
|
890
889
|
background-color: #f0f0f0;
|
|
891
890
|
}
|
|
892
891
|
|
|
893
|
-
.font-
|
|
892
|
+
.font-library__font-card:focus {
|
|
893
|
+
position: relative;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.font-library__font-card .font-library__font-card__name {
|
|
894
897
|
font-weight: bold;
|
|
895
898
|
}
|
|
896
899
|
|
|
897
|
-
.font-
|
|
900
|
+
.font-library__font-card .font-library__font-card__count {
|
|
898
901
|
color: #757575;
|
|
899
902
|
}
|
|
900
903
|
|
|
901
|
-
.font-
|
|
904
|
+
.font-library__font-card .font-library__font-variant_demo-image {
|
|
902
905
|
display: block;
|
|
903
906
|
height: 24px;
|
|
904
907
|
width: auto;
|
|
905
908
|
}
|
|
906
909
|
|
|
907
|
-
.font-
|
|
910
|
+
.font-library__font-card .font-library__font-variant_demo-text {
|
|
908
911
|
white-space: nowrap;
|
|
909
912
|
flex-shrink: 0;
|
|
910
913
|
}
|
|
911
914
|
|
|
912
915
|
@media not (prefers-reduced-motion) {
|
|
913
|
-
.font-
|
|
916
|
+
.font-library__font-card .font-library__font-variant_demo-text {
|
|
914
917
|
transition: opacity 0.3s ease-in-out;
|
|
915
918
|
}
|
|
916
919
|
}
|
|
@@ -919,16 +922,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
919
922
|
top: 0;
|
|
920
923
|
border-bottom: 1px solid #ddd;
|
|
921
924
|
background: #fff;
|
|
922
|
-
margin: 0 -32px;
|
|
923
|
-
padding: 0 16px;
|
|
924
925
|
z-index: 1;
|
|
925
926
|
}
|
|
926
927
|
|
|
927
|
-
.font-
|
|
928
|
-
margin-bottom: -1px;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
.font-library-modal__upload-area {
|
|
928
|
+
.font-library__upload-area {
|
|
932
929
|
align-items: center;
|
|
933
930
|
display: flex;
|
|
934
931
|
justify-content: center;
|
|
@@ -936,16 +933,16 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
936
933
|
width: 100%;
|
|
937
934
|
}
|
|
938
935
|
|
|
939
|
-
button.font-
|
|
936
|
+
button.font-library__upload-area {
|
|
940
937
|
background-color: #f0f0f0;
|
|
941
938
|
}
|
|
942
939
|
|
|
943
|
-
.font-
|
|
944
|
-
margin:
|
|
940
|
+
.font-library__local-fonts {
|
|
941
|
+
margin: 24px auto;
|
|
945
942
|
width: 80%;
|
|
946
943
|
}
|
|
947
944
|
|
|
948
|
-
.font-
|
|
945
|
+
.font-library__local-fonts .font-library__upload-area__text {
|
|
949
946
|
color: #757575;
|
|
950
947
|
}
|
|
951
948
|
|
|
@@ -975,11 +972,11 @@ button.font-library-modal__upload-area {
|
|
|
975
972
|
justify-content: center;
|
|
976
973
|
}
|
|
977
974
|
|
|
978
|
-
.font-
|
|
975
|
+
.font-library__select-all {
|
|
979
976
|
padding: 16px 16px 16px 17px;
|
|
980
977
|
}
|
|
981
978
|
|
|
982
|
-
.font-
|
|
979
|
+
.font-library__select-all .components-checkbox-control__label {
|
|
983
980
|
padding-left: 16px;
|
|
984
981
|
}
|
|
985
982
|
|
|
@@ -1227,7 +1224,6 @@ button.font-library-modal__upload-area {
|
|
|
1227
1224
|
max-width: 100%;
|
|
1228
1225
|
display: block;
|
|
1229
1226
|
width: 100%;
|
|
1230
|
-
clip-path: border-box;
|
|
1231
1227
|
}
|
|
1232
1228
|
|
|
1233
1229
|
.global-styles-ui-typography-preview {
|
|
@@ -1252,10 +1248,6 @@ button.font-library-modal__upload-area {
|
|
|
1252
1248
|
color: #757575;
|
|
1253
1249
|
}
|
|
1254
1250
|
|
|
1255
|
-
.global-styles-ui-screen {
|
|
1256
|
-
margin: 12px 16px 16px;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
1251
|
.global-styles-ui-screen-typography__indicator {
|
|
1260
1252
|
height: 24px;
|
|
1261
1253
|
width: 24px;
|
|
@@ -1268,7 +1260,7 @@ button.font-library-modal__upload-area {
|
|
|
1268
1260
|
|
|
1269
1261
|
.global-styles-ui-block-types-search {
|
|
1270
1262
|
margin-bottom: 10px;
|
|
1271
|
-
padding: 0
|
|
1263
|
+
padding: 0 16px;
|
|
1272
1264
|
}
|
|
1273
1265
|
|
|
1274
1266
|
.global-styles-ui-screen-typography__font-variants-count {
|
|
@@ -1287,10 +1279,6 @@ button.font-library-modal__upload-area {
|
|
|
1287
1279
|
row-gap: 12px;
|
|
1288
1280
|
}
|
|
1289
1281
|
|
|
1290
|
-
.global-styles-ui-header__description {
|
|
1291
|
-
padding: 0 16px;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
1282
|
.global-styles-ui-header {
|
|
1295
1283
|
margin-bottom: 0 !important;
|
|
1296
1284
|
}
|
|
@@ -1468,15 +1456,15 @@ button.font-library-modal__upload-area {
|
|
|
1468
1456
|
border-radius: 2px;
|
|
1469
1457
|
}
|
|
1470
1458
|
|
|
1459
|
+
.global-styles-ui-screen-root__active-style-tile-preview {
|
|
1460
|
+
clip-path: border-box;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1471
1463
|
.global-styles-ui-color-palette-panel,
|
|
1472
1464
|
.global-styles-ui-gradient-palette-panel {
|
|
1473
1465
|
padding: 16px;
|
|
1474
1466
|
}
|
|
1475
1467
|
|
|
1476
|
-
.components-navigator-screen {
|
|
1477
|
-
padding: 12px;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
1468
|
/**
|
|
1481
1469
|
* Colors
|
|
1482
1470
|
*/
|
|
@@ -1580,7 +1568,7 @@ button.font-library-modal__upload-area {
|
|
|
1580
1568
|
.dataviews__view-actions,
|
|
1581
1569
|
.dataviews-filters__container {
|
|
1582
1570
|
box-sizing: border-box;
|
|
1583
|
-
padding: 16px
|
|
1571
|
+
padding: 16px 24px;
|
|
1584
1572
|
flex-shrink: 0;
|
|
1585
1573
|
position: sticky;
|
|
1586
1574
|
left: 0;
|
|
@@ -1595,7 +1583,7 @@ button.font-library-modal__upload-area {
|
|
|
1595
1583
|
}
|
|
1596
1584
|
.dataviews-no-results,
|
|
1597
1585
|
.dataviews-loading {
|
|
1598
|
-
padding: 0
|
|
1586
|
+
padding: 0 24px;
|
|
1599
1587
|
flex-grow: 1;
|
|
1600
1588
|
display: flex;
|
|
1601
1589
|
align-items: center;
|
|
@@ -1617,11 +1605,6 @@ button.font-library-modal__upload-area {
|
|
|
1617
1605
|
.dataviews-filters__container {
|
|
1618
1606
|
padding: 12px 24px;
|
|
1619
1607
|
}
|
|
1620
|
-
.dataviews-no-results,
|
|
1621
|
-
.dataviews-loading {
|
|
1622
|
-
padding-left: 24px;
|
|
1623
|
-
padding-right: 24px;
|
|
1624
|
-
}
|
|
1625
1608
|
}
|
|
1626
1609
|
.dataviews-title-field {
|
|
1627
1610
|
font-size: 13px;
|
|
@@ -1683,7 +1666,7 @@ button.font-library-modal__upload-area {
|
|
|
1683
1666
|
}
|
|
1684
1667
|
|
|
1685
1668
|
/**
|
|
1686
|
-
*
|
|
1669
|
+
* When DataViews are placed within cards, apply a consistent top padding.
|
|
1687
1670
|
*/
|
|
1688
1671
|
.components-card__body:has(> .dataviews-wrapper),
|
|
1689
1672
|
.components-card__body:has(> .dataviews-picker-wrapper) {
|
|
@@ -1691,35 +1674,6 @@ button.font-library-modal__upload-area {
|
|
|
1691
1674
|
overflow: hidden;
|
|
1692
1675
|
}
|
|
1693
1676
|
|
|
1694
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews__view-actions,
|
|
1695
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews-filters__container,
|
|
1696
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews-footer,
|
|
1697
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-grid,
|
|
1698
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews-loading,
|
|
1699
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews-no-results,
|
|
1700
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews__view-actions,
|
|
1701
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-filters__container,
|
|
1702
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-footer,
|
|
1703
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-grid,
|
|
1704
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-loading,
|
|
1705
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-no-results {
|
|
1706
|
-
padding-inline: 24px;
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr td:first-child,
|
|
1710
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr th:first-child,
|
|
1711
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,
|
|
1712
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr th:first-child {
|
|
1713
|
-
padding-inline-start: 24px;
|
|
1714
|
-
}
|
|
1715
|
-
|
|
1716
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr td:last-child,
|
|
1717
|
-
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr th:last-child,
|
|
1718
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,
|
|
1719
|
-
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr th:last-child {
|
|
1720
|
-
padding-inline-end: 24px;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
1677
|
.dataviews-bulk-actions-footer__item-count {
|
|
1724
1678
|
color: #1e1e1e;
|
|
1725
1679
|
font-weight: 499;
|
|
@@ -2321,7 +2275,7 @@ button.font-library-modal__upload-area {
|
|
|
2321
2275
|
bottom: 0;
|
|
2322
2276
|
left: 0;
|
|
2323
2277
|
background-color: inherit;
|
|
2324
|
-
padding: 12px
|
|
2278
|
+
padding: 12px 24px;
|
|
2325
2279
|
border-top: 1px solid #f0f0f0;
|
|
2326
2280
|
flex-shrink: 0;
|
|
2327
2281
|
}
|
|
@@ -2335,11 +2289,6 @@ button.font-library-modal__upload-area {
|
|
|
2335
2289
|
z-index: 2;
|
|
2336
2290
|
}
|
|
2337
2291
|
|
|
2338
|
-
@container (max-width: 430px) {
|
|
2339
|
-
.dataviews-footer {
|
|
2340
|
-
padding: 12px 24px;
|
|
2341
|
-
}
|
|
2342
|
-
}
|
|
2343
2292
|
@container (max-width: 560px) {
|
|
2344
2293
|
.dataviews-footer {
|
|
2345
2294
|
flex-direction: column !important;
|
|
@@ -2466,31 +2415,22 @@ button.font-library-modal__upload-area {
|
|
|
2466
2415
|
gap: 32px;
|
|
2467
2416
|
grid-template-rows: max-content;
|
|
2468
2417
|
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
|
|
2469
|
-
padding: 0
|
|
2418
|
+
padding: 0 24px 24px;
|
|
2470
2419
|
container-type: inline-size;
|
|
2471
|
-
/**
|
|
2472
|
-
* Breakpoints were adjusted from media queries breakpoints to account for
|
|
2473
|
-
* the sidebar width. This was done to match the existing styles we had.
|
|
2474
|
-
*/
|
|
2475
2420
|
}
|
|
2476
2421
|
|
|
2477
|
-
@container (max-width: 430px) {
|
|
2478
|
-
.dataviews-view-grid-items {
|
|
2479
|
-
padding-left: 24px;
|
|
2480
|
-
padding-right: 24px;
|
|
2481
|
-
}
|
|
2482
|
-
}
|
|
2483
2422
|
@media not (prefers-reduced-motion) {
|
|
2484
2423
|
.dataviews-view-grid-items {
|
|
2485
2424
|
transition: padding ease-out 0.1s;
|
|
2486
2425
|
}
|
|
2487
2426
|
}
|
|
2488
2427
|
.dataviews-view-grid {
|
|
2489
|
-
padding: 0
|
|
2428
|
+
padding: 0 24px 24px;
|
|
2490
2429
|
display: flex;
|
|
2491
2430
|
flex-direction: column;
|
|
2492
2431
|
gap: 32px;
|
|
2493
2432
|
container-type: inline-size;
|
|
2433
|
+
margin-bottom: auto;
|
|
2494
2434
|
}
|
|
2495
2435
|
|
|
2496
2436
|
@media not (prefers-reduced-motion) {
|
|
@@ -2498,12 +2438,6 @@ button.font-library-modal__upload-area {
|
|
|
2498
2438
|
transition: padding ease-out 0.1s;
|
|
2499
2439
|
}
|
|
2500
2440
|
}
|
|
2501
|
-
@container (max-width: 430px) {
|
|
2502
|
-
.dataviews-view-grid {
|
|
2503
|
-
padding-left: 24px;
|
|
2504
|
-
padding-right: 24px;
|
|
2505
|
-
}
|
|
2506
|
-
}
|
|
2507
2441
|
.dataviews-view-grid .dataviews-view-grid__row {
|
|
2508
2442
|
display: grid;
|
|
2509
2443
|
gap: 32px;
|
|
@@ -2704,16 +2638,10 @@ button.font-library-modal__upload-area {
|
|
|
2704
2638
|
font-weight: 499;
|
|
2705
2639
|
color: #1e1e1e;
|
|
2706
2640
|
margin: 0 0 8px 0;
|
|
2707
|
-
padding: 0
|
|
2641
|
+
padding: 0 24px;
|
|
2708
2642
|
container-type: inline-size;
|
|
2709
2643
|
}
|
|
2710
2644
|
|
|
2711
|
-
@container (max-width: 430px) {
|
|
2712
|
-
.dataviews-view-grid__group-header {
|
|
2713
|
-
padding-left: 24px;
|
|
2714
|
-
padding-right: 24px;
|
|
2715
|
-
}
|
|
2716
|
-
}
|
|
2717
2645
|
div.dataviews-view-list {
|
|
2718
2646
|
list-style-type: none;
|
|
2719
2647
|
}
|
|
@@ -3002,12 +2930,12 @@ div.dataviews-view-list {
|
|
|
3002
2930
|
|
|
3003
2931
|
.dataviews-view-table tr td:first-child,
|
|
3004
2932
|
.dataviews-view-table tr th:first-child {
|
|
3005
|
-
padding-left:
|
|
2933
|
+
padding-left: 24px;
|
|
3006
2934
|
}
|
|
3007
2935
|
|
|
3008
2936
|
.dataviews-view-table tr td:last-child,
|
|
3009
2937
|
.dataviews-view-table tr th:last-child {
|
|
3010
|
-
padding-right:
|
|
2938
|
+
padding-right: 24px;
|
|
3011
2939
|
}
|
|
3012
2940
|
|
|
3013
2941
|
.dataviews-view-table tr:last-child {
|
|
@@ -3171,16 +3099,6 @@ div.dataviews-view-list {
|
|
|
3171
3099
|
padding-right: 0;
|
|
3172
3100
|
}
|
|
3173
3101
|
|
|
3174
|
-
@container (max-width: 430px) {
|
|
3175
|
-
.dataviews-view-table tr td:first-child,
|
|
3176
|
-
.dataviews-view-table tr th:first-child {
|
|
3177
|
-
padding-left: 24px;
|
|
3178
|
-
}
|
|
3179
|
-
.dataviews-view-table tr td:last-child,
|
|
3180
|
-
.dataviews-view-table tr th:last-child {
|
|
3181
|
-
padding-right: 24px;
|
|
3182
|
-
}
|
|
3183
|
-
}
|
|
3184
3102
|
.dataviews-view-table-selection-checkbox {
|
|
3185
3103
|
--checkbox-input-size: 24px;
|
|
3186
3104
|
}
|
|
@@ -3224,12 +3142,12 @@ div.dataviews-view-list {
|
|
|
3224
3142
|
|
|
3225
3143
|
.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell {
|
|
3226
3144
|
font-weight: 499;
|
|
3227
|
-
padding: 12px
|
|
3145
|
+
padding: 12px 24px;
|
|
3228
3146
|
color: #1e1e1e;
|
|
3229
3147
|
}
|
|
3230
3148
|
|
|
3231
3149
|
/* Column width intents via colgroup: make non-primary columns shrink-to-fit */
|
|
3232
|
-
.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-
|
|
3150
|
+
.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-first-data) {
|
|
3233
3151
|
width: 1%;
|
|
3234
3152
|
}
|
|
3235
3153
|
|
|
@@ -3427,7 +3345,7 @@ div.dataviews-view-list {
|
|
|
3427
3345
|
|
|
3428
3346
|
.dataviews-view-activity {
|
|
3429
3347
|
margin: 0 0 auto;
|
|
3430
|
-
padding: 8px
|
|
3348
|
+
padding: 8px 24px;
|
|
3431
3349
|
}
|
|
3432
3350
|
|
|
3433
3351
|
.dataviews-view-activity .dataviews-view-activity__group-header {
|
|
@@ -4482,9 +4400,6 @@ div.dataviews-view-list {
|
|
|
4482
4400
|
.editor-global-styles-sidebar__panel {
|
|
4483
4401
|
flex: 1;
|
|
4484
4402
|
}
|
|
4485
|
-
.editor-global-styles-sidebar .components-navigator-screen {
|
|
4486
|
-
padding: 0;
|
|
4487
|
-
}
|
|
4488
4403
|
|
|
4489
4404
|
.editor-global-styles-sidebar .editor-global-styles-sidebar__header-title {
|
|
4490
4405
|
margin: 0;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Renders a user label for the autocompleter.
|
|
3
|
+
*
|
|
4
|
+
* @param {Object} user User object.
|
|
5
|
+
* @return {JSX.Element} User label component.
|
|
6
|
+
*/
|
|
7
|
+
export function getUserLabel(user: Object): JSX.Element;
|
|
2
8
|
declare const _default: {
|
|
3
9
|
name: string;
|
|
4
10
|
className: string;
|
|
@@ -6,7 +12,7 @@ declare const _default: {
|
|
|
6
12
|
useItems(filterValue: any): {
|
|
7
13
|
key: string;
|
|
8
14
|
value: import("@wordpress/core-data").User<"edit">;
|
|
9
|
-
label:
|
|
15
|
+
label: JSX.Element;
|
|
10
16
|
}[][];
|
|
11
17
|
getOptionCompletion(user: any): string;
|
|
12
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/components/autocompleters/user.js"],"names":[],"mappings":"AAOA,
|
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/components/autocompleters/user.js"],"names":[],"mappings":"AAOA;;;;;GAKG;AACH,mCAHW,MAAM,GACL,GAAG,CAAC,OAAO,CAyBtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comments.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comments.js"],"names":[],"mappings":"AAkDA;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"comments.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comments.js"],"names":[],"mappings":"AAkDA;;;;;;;;;;;gCAkYC"}
|
|
@@ -25,7 +25,6 @@ export function useFloatingThread({ thread, calculatedOffset, setHeights, select
|
|
|
25
25
|
setBlockRef: any;
|
|
26
26
|
commentLastUpdated: any;
|
|
27
27
|
}): {
|
|
28
|
-
blockRef: import("react").MutableRefObject<undefined>;
|
|
29
28
|
y: number;
|
|
30
29
|
refs: {
|
|
31
30
|
reference: import("react").MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/hooks.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/hooks.js"],"names":[],"mappings":"AAuCA;;;;;EA6HC;AAED;;;;;;;;;;;EAoKC;AAED,kEA0BC;AAED;;;;;;;;;;;;;;;EAgEC;qBArYoB,SAAS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/document-bar/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/document-bar/index.js"],"names":[],"mappings":"AAyCA;;;;;;;;;;;;;;;;GAgBG;AACH,2CANG;IAAwB,KAAK,EAArB,MAAM;IACU,IAAI,EAApB,QAAQ;CAGhB,GAAS,KAAK,CAAC,SAAS,CA4N1B;uBA/Oa,OAAO,uBAAuB,EAAE,QAAQ"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook to get details about the currently edited content-only section.
|
|
3
|
+
* Only returns information when the content only pattern insertion experiment is enabled.
|
|
4
|
+
*
|
|
5
|
+
* @return {Object|null} Object with patternName, patternTitle, and type, or null if no section is being edited or experiment is disabled.
|
|
6
|
+
*/
|
|
7
|
+
export default function useEditedSectionDetails(): Object | null;
|
|
8
|
+
//# sourceMappingURL=useEditedSectionDetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useEditedSectionDetails.d.ts","sourceRoot":"","sources":["../../../src/components/document-bar/useEditedSectionDetails.js"],"names":[],"mappings":"AAaA;;;;;GAKG;AACH,mDAFY,MAAM,GAAC,IAAI,CAqFtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parent.d.ts","sourceRoot":"","sources":["../../../src/components/page-attributes/parent.js"],"names":[],"mappings":"AAsDA;;;;;GAKG;AACH,wCAFY,KAAK,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"parent.d.ts","sourceRoot":"","sources":["../../../src/components/page-attributes/parent.js"],"names":[],"mappings":"AAsDA;;;;;GAKG;AACH,wCAFY,KAAK,CAAC,SAAS,CAuJ1B;AAkCD,yDA4EC;AAvRM,qEAYN"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Renders a flat term selector component.
|
|
3
3
|
*
|
|
4
|
-
* @param {Object}
|
|
5
|
-
* @param {string}
|
|
6
|
-
* @param {boolean} props.__nextHasNoMarginBottom Start opting into the new margin-free styles that will become the default in a future version, currently scheduled to be WordPress 7.0. (The prop can be safely removed once this happens.)
|
|
4
|
+
* @param {Object} props The component props.
|
|
5
|
+
* @param {string} props.slug The slug of the taxonomy.
|
|
7
6
|
*
|
|
8
7
|
* @return {React.ReactNode} The rendered flat term selector component.
|
|
9
8
|
*/
|
|
10
|
-
export function FlatTermSelector({ slug
|
|
9
|
+
export function FlatTermSelector({ slug }: {
|
|
11
10
|
slug: string;
|
|
12
|
-
__nextHasNoMarginBottom: boolean;
|
|
13
11
|
}): React.ReactNode;
|
|
14
12
|
declare const _default: {
|
|
15
13
|
new (props: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flat-term-selector.d.ts","sourceRoot":"","sources":["../../../src/components/post-taxonomies/flat-term-selector.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"flat-term-selector.d.ts","sourceRoot":"","sources":["../../../src/components/post-taxonomies/flat-term-selector.js"],"names":[],"mappings":"AA0DA;;;;;;;GAOG;AACH,2CAJG;IAAsB,IAAI,EAAlB,MAAM;CAEd,GAAS,KAAK,CAAC,SAAS,CA4O1B;;;;;;;;;wJAzPE,CAAH;4BAC4C,CAAC;;;;;;6BAUX,CAAA;yBAI/B,CAAC;+BAEH,CAAC;0BACoC,CAAC,2DAMrC,CAAD;0BAEE,CAAC;iCAEO,CAAC;iCACyB,CAAC;wCAEU,CAAC;2BAEnB,CAAC;kCAGpB,CAAC;;;;;;;wJAiByB,CAAC;4BAGlB,CAAC;;;;;;6BAOf,CAAC;yBASO,CAAC;+BAIO,CAAC;0BAGhB,CAAC,2DAKE,CAAC;0BAGiB,CAAA;iCAClB,CAAA;iCAA2C,CAAC;wCAGpD,CAAC;2BAEC,CAAJ;kCAOI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-taxonomies/index.js"],"names":[],"mappings":"AAgBA;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-taxonomies/index.js"],"names":[],"mappings":"AAgBA;;kCAgCC"}
|
|
@@ -3,6 +3,6 @@ export function useEditedPostContext(): {
|
|
|
3
3
|
postType: string;
|
|
4
4
|
};
|
|
5
5
|
export function useAllowSwitchingTemplates(): boolean;
|
|
6
|
-
export function useAvailableTemplates(postType: any): false | (import("@wordpress/core-data").UnstableBase<any> | import("@wordpress/core-data").Attachment<any> | import("@wordpress/core-data").Comment<any> | import("@wordpress/core-data").GlobalStylesRevision<any> | import("@wordpress/core-data").MenuLocation<any> | import("@wordpress/core-data").NavMenu<any> | import("@wordpress/core-data").NavMenuItem<any> | import("@wordpress/core-data").Page<any> | import("@wordpress/core-data").Plugin<any> | import("@wordpress/core-data").Post<any> | import("@wordpress/core-data").PostStatusObject<any> | import("@wordpress/core-data").PostRevision<any> | import("@wordpress/core-data").Settings<any> | import("@wordpress/core-data").Sidebar<any> | import("@wordpress/core-data").Taxonomy<any> | import("@wordpress/core-data").Term<any> | import("@wordpress/core-data").Theme<any> | import("@wordpress/core-data").User<any> | import("@wordpress/core-data").Type<any> | import("@wordpress/core-data").Widget<any> | import("@wordpress/core-data").WidgetType<any> | import("@wordpress/core-data").WpTemplate<any> | import("@wordpress/core-data").WpTemplatePart<any> | Partial<import("@wordpress/core-data").UnstableBase<any> | import("@wordpress/core-data").Attachment<any> | import("@wordpress/core-data").Comment<any> | import("@wordpress/core-data").GlobalStylesRevision<any> | import("@wordpress/core-data").MenuLocation<any> | import("@wordpress/core-data").NavMenu<any> | import("@wordpress/core-data").NavMenuItem<any> | import("@wordpress/core-data").Page<any> | import("@wordpress/core-data").Plugin<any> | import("@wordpress/core-data").Post<any> | import("@wordpress/core-data").PostStatusObject<any> | import("@wordpress/core-data").PostRevision<any> | import("@wordpress/core-data").Settings<any> | import("@wordpress/core-data").Sidebar<any> | import("@wordpress/core-data").Taxonomy<any> | import("@wordpress/core-data").Term<any> | import("@wordpress/core-data").Theme<any> | import("@wordpress/core-data").User<any> | import("@wordpress/core-data").Type<any> | import("@wordpress/core-data").Widget<any> | import("@wordpress/core-data").WidgetType<any> | import("@wordpress/core-data").WpTemplate<any> | import("@wordpress/core-data").WpTemplatePart<any>>)[] | undefined;
|
|
6
|
+
export function useAvailableTemplates(postType: any): false | (import("@wordpress/core-data").UnstableBase<any> | import("@wordpress/core-data").Attachment<any> | import("@wordpress/core-data").Comment<any> | import("@wordpress/core-data").FontCollection<any> | import("@wordpress/core-data").GlobalStylesRevision<any> | import("@wordpress/core-data").MenuLocation<any> | import("@wordpress/core-data").NavMenu<any> | import("@wordpress/core-data").NavMenuItem<any> | import("@wordpress/core-data").Page<any> | import("@wordpress/core-data").Plugin<any> | import("@wordpress/core-data").Post<any> | import("@wordpress/core-data").PostStatusObject<any> | import("@wordpress/core-data").PostRevision<any> | import("@wordpress/core-data").Settings<any> | import("@wordpress/core-data").Sidebar<any> | import("@wordpress/core-data").Taxonomy<any> | import("@wordpress/core-data").Term<any> | import("@wordpress/core-data").Theme<any> | import("@wordpress/core-data").User<any> | import("@wordpress/core-data").Type<any> | import("@wordpress/core-data").Widget<any> | import("@wordpress/core-data").WidgetType<any> | import("@wordpress/core-data").WpFontFamily<any> | import("@wordpress/core-data").WpTemplate<any> | import("@wordpress/core-data").WpTemplatePart<any> | Partial<import("@wordpress/core-data").UnstableBase<any> | import("@wordpress/core-data").Attachment<any> | import("@wordpress/core-data").Comment<any> | import("@wordpress/core-data").FontCollection<any> | import("@wordpress/core-data").GlobalStylesRevision<any> | import("@wordpress/core-data").MenuLocation<any> | import("@wordpress/core-data").NavMenu<any> | import("@wordpress/core-data").NavMenuItem<any> | import("@wordpress/core-data").Page<any> | import("@wordpress/core-data").Plugin<any> | import("@wordpress/core-data").Post<any> | import("@wordpress/core-data").PostStatusObject<any> | import("@wordpress/core-data").PostRevision<any> | import("@wordpress/core-data").Settings<any> | import("@wordpress/core-data").Sidebar<any> | import("@wordpress/core-data").Taxonomy<any> | import("@wordpress/core-data").Term<any> | import("@wordpress/core-data").Theme<any> | import("@wordpress/core-data").User<any> | import("@wordpress/core-data").Type<any> | import("@wordpress/core-data").Widget<any> | import("@wordpress/core-data").WidgetType<any> | import("@wordpress/core-data").WpFontFamily<any> | import("@wordpress/core-data").WpTemplate<any> | import("@wordpress/core-data").WpTemplatePart<any>>)[] | undefined;
|
|
7
7
|
export function useCurrentTemplateSlug(): any;
|
|
8
8
|
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/hooks.js"],"names":[],"mappings":"AAYA;;;EAQC;AACD,sDA8BC;AAeD,
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/hooks.js"],"names":[],"mappings":"AAYA;;;EAQC;AACD,sDA8BC;AAeD,y7EAeC;AAED,8CAuBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-block-editor-settings.d.ts","sourceRoot":"","sources":["../../../src/components/provider/use-block-editor-settings.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"use-block-editor-settings.d.ts","sourceRoot":"","sources":["../../../src/components/provider/use-block-editor-settings.js"],"names":[],"mappings":";AAsGA;;;;;;;;;GASG;AACH,kDAPW,MAAM,YACN,MAAM,UACN,MAAM,iBACN,MAAM,GAEL,MAAM,CAsRjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/style-book/index.js"],"names":[],"mappings":"AAyLA;;;;GAIG;AACH,oEAkBC;AA2KM,gFANJ;IAAwB,IAAI,EAApB,MAAM;IACU,YAAY;IACZ,UAAU,EAA1B,MAAM;IACU,QAAQ,EAAxB,OAAO;CACf,GAAS,MAAM,CAkLjB;AAEM;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/style-book/index.js"],"names":[],"mappings":"AAyLA;;;;GAIG;AACH,oEAkBC;AA2KM,gFANJ;IAAwB,IAAI,EAApB,MAAM;IACU,YAAY;IACZ,UAAU,EAA1B,MAAM;IACU,QAAQ,EAAxB,OAAO;CACf,GAAS,MAAM,CAkLjB;AAEM;;;;;;;;gCAmFN"}
|