@wordpress/editor 14.34.1-next.2f1c7c01b.0 → 14.35.1-next.16d95556a.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 +1 -1
- package/build/components/collab-sidebar/add-comment.js +4 -6
- package/build/components/collab-sidebar/add-comment.js.map +2 -2
- package/build/components/collab-sidebar/comment-form.js +14 -5
- package/build/components/collab-sidebar/comment-form.js.map +2 -2
- package/build/components/collab-sidebar/comments.js +61 -25
- package/build/components/collab-sidebar/comments.js.map +2 -2
- package/build/components/collab-sidebar/index.js +4 -4
- package/build/components/collab-sidebar/index.js.map +2 -2
- package/build/components/commands/index.js +16 -4
- package/build/components/commands/index.js.map +2 -2
- package/build/components/editor/index.js +10 -2
- package/build/components/editor/index.js.map +2 -2
- package/build/components/entities-saved-states/index.js.map +1 -1
- package/build/components/global-styles/hooks.js.map +1 -1
- package/build/components/pattern-duplicate-modal/index.js +20 -14
- package/build/components/pattern-duplicate-modal/index.js.map +3 -3
- package/build/components/pattern-rename-modal/index.js +20 -14
- package/build/components/pattern-rename-modal/index.js.map +3 -3
- package/build/components/post-template/panel.js +9 -6
- package/build/components/post-template/panel.js.map +2 -2
- package/build/components/post-title/index.js +18 -9
- package/build/components/post-title/index.js.map +2 -2
- package/build/components/style-book/examples.js +1 -1
- package/build/components/style-book/examples.js.map +1 -1
- package/build/components/visual-editor/index.js +10 -2
- package/build/components/visual-editor/index.js.map +2 -2
- package/build/components/visual-editor/use-edit-content-only-section-exit.js +65 -0
- package/build/components/visual-editor/use-edit-content-only-section-exit.js.map +7 -0
- package/build/components/visual-editor/use-padding-appender.js +75 -0
- package/build/components/visual-editor/use-padding-appender.js.map +7 -0
- package/build/dataviews/fields/content-preview/content-preview-view.js +2 -2
- package/build/dataviews/fields/content-preview/content-preview-view.js.map +3 -3
- package/build/hooks/pattern-overrides.js +1 -3
- package/build/hooks/pattern-overrides.js.map +2 -2
- package/build/store/actions.js +1 -1
- package/build/store/actions.js.map +2 -2
- package/build-module/components/collab-sidebar/add-comment.js +4 -6
- package/build-module/components/collab-sidebar/add-comment.js.map +2 -2
- package/build-module/components/collab-sidebar/comment-form.js +14 -5
- package/build-module/components/collab-sidebar/comment-form.js.map +2 -2
- package/build-module/components/collab-sidebar/comments.js +61 -25
- package/build-module/components/collab-sidebar/comments.js.map +2 -2
- package/build-module/components/collab-sidebar/index.js +4 -4
- package/build-module/components/collab-sidebar/index.js.map +2 -2
- package/build-module/components/commands/index.js +16 -4
- package/build-module/components/commands/index.js.map +2 -2
- package/build-module/components/editor/index.js +10 -2
- package/build-module/components/editor/index.js.map +2 -2
- package/build-module/components/entities-saved-states/index.js.map +1 -1
- package/build-module/components/global-styles/hooks.js.map +1 -1
- package/build-module/components/pattern-duplicate-modal/index.js +20 -14
- package/build-module/components/pattern-duplicate-modal/index.js.map +2 -2
- package/build-module/components/pattern-rename-modal/index.js +20 -14
- package/build-module/components/pattern-rename-modal/index.js.map +2 -2
- package/build-module/components/post-template/panel.js +9 -6
- package/build-module/components/post-template/panel.js.map +2 -2
- package/build-module/components/post-title/index.js +18 -9
- package/build-module/components/post-title/index.js.map +2 -2
- package/build-module/components/style-book/examples.js +1 -1
- package/build-module/components/style-book/examples.js.map +1 -1
- package/build-module/components/visual-editor/index.js +10 -2
- package/build-module/components/visual-editor/index.js.map +2 -2
- package/build-module/components/visual-editor/use-edit-content-only-section-exit.js +40 -0
- package/build-module/components/visual-editor/use-edit-content-only-section-exit.js.map +7 -0
- package/build-module/components/visual-editor/use-padding-appender.js +50 -0
- package/build-module/components/visual-editor/use-padding-appender.js.map +7 -0
- package/build-module/dataviews/fields/content-preview/content-preview-view.js +3 -4
- package/build-module/dataviews/fields/content-preview/content-preview-view.js.map +2 -2
- package/build-module/hooks/pattern-overrides.js +1 -3
- package/build-module/hooks/pattern-overrides.js.map +2 -2
- package/build-module/store/actions.js +1 -1
- package/build-module/store/actions.js.map +2 -2
- package/build-style/style-rtl.css +52 -40
- package/build-style/style.css +52 -40
- package/build-types/components/collab-sidebar/add-comment.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/comment-form.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/comments.d.ts +1 -1
- package/build-types/components/collab-sidebar/comments.d.ts.map +1 -1
- package/build-types/components/commands/index.d.ts.map +1 -1
- package/build-types/components/editor/index.d.ts.map +1 -1
- package/build-types/components/entities-saved-states/index.d.ts +2 -2
- package/build-types/components/entities-saved-states/index.d.ts.map +1 -1
- package/build-types/components/global-styles/hooks.d.ts +6 -6
- package/build-types/components/global-styles/hooks.d.ts.map +1 -1
- package/build-types/components/header/back-button.d.ts.map +1 -1
- package/build-types/components/local-autosave-monitor/index.d.ts.map +1 -1
- package/build-types/components/more-menu/tools-more-menu-group.d.ts.map +1 -1
- package/build-types/components/more-menu/view-more-menu-group.d.ts.map +1 -1
- package/build-types/components/pattern-duplicate-modal/index.d.ts.map +1 -1
- package/build-types/components/pattern-rename-modal/index.d.ts.map +1 -1
- package/build-types/components/plugin-document-setting-panel/index.d.ts.map +1 -1
- package/build-types/components/plugin-post-publish-panel/index.d.ts.map +1 -1
- package/build-types/components/plugin-post-status-info/index.d.ts.map +1 -1
- package/build-types/components/plugin-pre-publish-panel/index.d.ts.map +1 -1
- package/build-types/components/post-excerpt/plugin.d.ts.map +1 -1
- package/build-types/components/post-locked-modal/index.d.ts.map +1 -1
- package/build-types/components/post-publish-button/index.d.ts.map +1 -1
- package/build-types/components/post-taxonomies/flat-term-selector.d.ts.map +1 -1
- package/build-types/components/post-taxonomies/hierarchical-term-selector.d.ts +1 -10
- package/build-types/components/post-taxonomies/hierarchical-term-selector.d.ts.map +1 -1
- package/build-types/components/post-template/panel.d.ts.map +1 -1
- package/build-types/components/preferences-modal/enable-plugin-document-setting-panel.d.ts.map +1 -1
- package/build-types/components/save-publish-panels/index.d.ts.map +1 -1
- package/build-types/components/style-book/color-examples.d.ts.map +1 -1
- package/build-types/components/style-book/duotone-examples.d.ts.map +1 -1
- package/build-types/components/visual-editor/index.d.ts.map +1 -1
- package/build-types/components/visual-editor/use-edit-content-only-section-exit.d.ts +6 -0
- package/build-types/components/visual-editor/use-edit-content-only-section-exit.d.ts.map +1 -0
- package/build-types/components/visual-editor/use-padding-appender.d.ts +2 -0
- package/build-types/components/visual-editor/use-padding-appender.d.ts.map +1 -0
- package/build-types/dataviews/fields/content-preview/content-preview-view.d.ts.map +1 -1
- package/build-types/dataviews/store/private-actions.d.ts.map +1 -1
- package/build-types/store/actions.d.ts +3 -4
- package/build-types/store/actions.d.ts.map +1 -1
- package/build-types/store/private-actions.d.ts.map +1 -1
- package/build-types/store/private-selectors.d.ts +5 -5
- package/build-types/store/selectors.d.ts +68 -68
- package/package.json +40 -40
- package/src/components/collab-sidebar/add-comment.js +4 -10
- package/src/components/collab-sidebar/comment-form.js +16 -4
- package/src/components/collab-sidebar/comments.js +101 -42
- package/src/components/collab-sidebar/index.js +4 -4
- package/src/components/collab-sidebar/style.scss +15 -0
- package/src/components/commands/index.js +32 -19
- package/src/components/editor/index.js +11 -0
- package/src/components/entities-saved-states/index.js +1 -1
- package/src/components/global-styles/hooks.js +4 -4
- package/src/components/pattern-duplicate-modal/index.js +23 -15
- package/src/components/pattern-rename-modal/index.js +24 -15
- package/src/components/post-template/panel.js +11 -8
- package/src/components/post-title/index.js +22 -9
- package/src/components/style-book/examples.tsx +1 -1
- package/src/components/visual-editor/index.js +10 -1
- package/src/components/visual-editor/use-edit-content-only-section-exit.js +55 -0
- package/src/components/visual-editor/use-padding-appender.js +70 -0
- package/src/dataviews/fields/content-preview/content-preview-view.tsx +2 -5
- package/src/hooks/pattern-overrides.js +0 -2
- package/src/store/actions.js +9 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -2432,45 +2432,8 @@ button.font-library-modal__upload-area {
|
|
|
2432
2432
|
grid-column: span 2;
|
|
2433
2433
|
}
|
|
2434
2434
|
}
|
|
2435
|
-
.dataviews-
|
|
2436
|
-
|
|
2437
|
-
}
|
|
2438
|
-
|
|
2439
|
-
.dataviews-field-control__actions {
|
|
2440
|
-
position: absolute;
|
|
2441
|
-
top: -9999em;
|
|
2442
|
-
}
|
|
2443
|
-
|
|
2444
|
-
.dataviews-field-control__actions.dataviews-field-control__actions {
|
|
2445
|
-
gap: 4px;
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2448
|
-
.dataviews-field-control__field:hover .dataviews-field-control__actions,
|
|
2449
|
-
.dataviews-field-control__field:focus-within .dataviews-field-control__actions,
|
|
2450
|
-
.dataviews-field-control__field.is-interacting .dataviews-field-control__actions {
|
|
2451
|
-
position: unset;
|
|
2452
|
-
top: unset;
|
|
2453
|
-
}
|
|
2454
|
-
|
|
2455
|
-
.dataviews-field-control__icon {
|
|
2456
|
-
display: flex;
|
|
2457
|
-
width: 24px;
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
.dataviews-field-control__label-sub-label-container {
|
|
2461
|
-
flex-grow: 1;
|
|
2462
|
-
}
|
|
2463
|
-
|
|
2464
|
-
.dataviews-field-control__label {
|
|
2465
|
-
display: block;
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
|
-
.dataviews-field-control__sub-label {
|
|
2469
|
-
margin-top: 8px;
|
|
2470
|
-
margin-bottom: 0;
|
|
2471
|
-
font-size: 11px;
|
|
2472
|
-
font-style: normal;
|
|
2473
|
-
color: #757575;
|
|
2435
|
+
.dataviews-view-config__label {
|
|
2436
|
+
text-wrap: nowrap;
|
|
2474
2437
|
}
|
|
2475
2438
|
|
|
2476
2439
|
.dataviews-view-grid-items {
|
|
@@ -2956,7 +2919,6 @@ div.dataviews-view-list {
|
|
|
2956
2919
|
.dataviews-view-table td.dataviews-view-table__checkbox-column,
|
|
2957
2920
|
.dataviews-view-table th.dataviews-view-table__checkbox-column {
|
|
2958
2921
|
padding-left: 0;
|
|
2959
|
-
width: 1%;
|
|
2960
2922
|
}
|
|
2961
2923
|
|
|
2962
2924
|
.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,
|
|
@@ -3078,6 +3040,7 @@ div.dataviews-view-list {
|
|
|
3078
3040
|
min-height: 32px;
|
|
3079
3041
|
display: flex;
|
|
3080
3042
|
align-items: center;
|
|
3043
|
+
white-space: nowrap;
|
|
3081
3044
|
}
|
|
3082
3045
|
|
|
3083
3046
|
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end {
|
|
@@ -3201,6 +3164,11 @@ div.dataviews-view-list {
|
|
|
3201
3164
|
color: #1e1e1e;
|
|
3202
3165
|
}
|
|
3203
3166
|
|
|
3167
|
+
/* Column width intents via colgroup: make non-primary columns shrink-to-fit */
|
|
3168
|
+
.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary) {
|
|
3169
|
+
width: 1%;
|
|
3170
|
+
}
|
|
3171
|
+
|
|
3204
3172
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card {
|
|
3205
3173
|
height: 100%;
|
|
3206
3174
|
justify-content: flex-start;
|
|
@@ -3360,6 +3328,35 @@ div.dataviews-view-list {
|
|
|
3360
3328
|
padding: 0 48px;
|
|
3361
3329
|
}
|
|
3362
3330
|
|
|
3331
|
+
.dataviews-view-picker-table tbody:focus-visible[aria-activedescendant] {
|
|
3332
|
+
outline: none;
|
|
3333
|
+
}
|
|
3334
|
+
|
|
3335
|
+
.dataviews-view-picker-table tbody:focus-visible [data-active-item=true] {
|
|
3336
|
+
outline: 2px solid var(--wp-admin-theme-color);
|
|
3337
|
+
}
|
|
3338
|
+
|
|
3339
|
+
.dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input {
|
|
3340
|
+
pointer-events: none;
|
|
3341
|
+
opacity: 1;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.dataviews-view-picker-table .dataviews-view-table__row {
|
|
3345
|
+
cursor: pointer;
|
|
3346
|
+
}
|
|
3347
|
+
|
|
3348
|
+
.dataviews-view-picker-table .dataviews-view-table__row.is-selected {
|
|
3349
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
|
+
.dataviews-view-picker-table .dataviews-view-table__row.is-hovered {
|
|
3353
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
.dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered {
|
|
3357
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3363
3360
|
.dataviews-controls__datetime {
|
|
3364
3361
|
border: none;
|
|
3365
3362
|
padding: 0;
|
|
@@ -3498,6 +3495,10 @@ div.dataviews-view-list {
|
|
|
3498
3495
|
gap: 16px;
|
|
3499
3496
|
}
|
|
3500
3497
|
|
|
3498
|
+
.dataforms-layouts-details__content {
|
|
3499
|
+
padding-top: 12px;
|
|
3500
|
+
}
|
|
3501
|
+
|
|
3501
3502
|
.dataforms-layouts-row__field-control {
|
|
3502
3503
|
width: 100%;
|
|
3503
3504
|
}
|
|
@@ -3734,6 +3735,17 @@ div.dataviews-view-list {
|
|
|
3734
3735
|
margin-right: 0;
|
|
3735
3736
|
}
|
|
3736
3737
|
|
|
3738
|
+
.show-icon-labels .comment-avatar-indicator {
|
|
3739
|
+
width: auto;
|
|
3740
|
+
}
|
|
3741
|
+
.show-icon-labels .comment-avatar-indicator div {
|
|
3742
|
+
display: none;
|
|
3743
|
+
}
|
|
3744
|
+
.show-icon-labels .comment-avatar-indicator::after {
|
|
3745
|
+
content: attr(aria-label);
|
|
3746
|
+
font-size: 12px;
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3737
3749
|
.editor-collapsible-block-toolbar {
|
|
3738
3750
|
overflow: hidden;
|
|
3739
3751
|
display: flex;
|
package/build-style/style.css
CHANGED
|
@@ -2433,45 +2433,8 @@ button.font-library-modal__upload-area {
|
|
|
2433
2433
|
grid-column: span 2;
|
|
2434
2434
|
}
|
|
2435
2435
|
}
|
|
2436
|
-
.dataviews-
|
|
2437
|
-
|
|
2438
|
-
}
|
|
2439
|
-
|
|
2440
|
-
.dataviews-field-control__actions {
|
|
2441
|
-
position: absolute;
|
|
2442
|
-
top: -9999em;
|
|
2443
|
-
}
|
|
2444
|
-
|
|
2445
|
-
.dataviews-field-control__actions.dataviews-field-control__actions {
|
|
2446
|
-
gap: 4px;
|
|
2447
|
-
}
|
|
2448
|
-
|
|
2449
|
-
.dataviews-field-control__field:hover .dataviews-field-control__actions,
|
|
2450
|
-
.dataviews-field-control__field:focus-within .dataviews-field-control__actions,
|
|
2451
|
-
.dataviews-field-control__field.is-interacting .dataviews-field-control__actions {
|
|
2452
|
-
position: unset;
|
|
2453
|
-
top: unset;
|
|
2454
|
-
}
|
|
2455
|
-
|
|
2456
|
-
.dataviews-field-control__icon {
|
|
2457
|
-
display: flex;
|
|
2458
|
-
width: 24px;
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
.dataviews-field-control__label-sub-label-container {
|
|
2462
|
-
flex-grow: 1;
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
|
-
.dataviews-field-control__label {
|
|
2466
|
-
display: block;
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
.dataviews-field-control__sub-label {
|
|
2470
|
-
margin-top: 8px;
|
|
2471
|
-
margin-bottom: 0;
|
|
2472
|
-
font-size: 11px;
|
|
2473
|
-
font-style: normal;
|
|
2474
|
-
color: #757575;
|
|
2436
|
+
.dataviews-view-config__label {
|
|
2437
|
+
text-wrap: nowrap;
|
|
2475
2438
|
}
|
|
2476
2439
|
|
|
2477
2440
|
.dataviews-view-grid-items {
|
|
@@ -2957,7 +2920,6 @@ div.dataviews-view-list {
|
|
|
2957
2920
|
.dataviews-view-table td.dataviews-view-table__checkbox-column,
|
|
2958
2921
|
.dataviews-view-table th.dataviews-view-table__checkbox-column {
|
|
2959
2922
|
padding-right: 0;
|
|
2960
|
-
width: 1%;
|
|
2961
2923
|
}
|
|
2962
2924
|
|
|
2963
2925
|
.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,
|
|
@@ -3079,6 +3041,7 @@ div.dataviews-view-list {
|
|
|
3079
3041
|
min-height: 32px;
|
|
3080
3042
|
display: flex;
|
|
3081
3043
|
align-items: center;
|
|
3044
|
+
white-space: nowrap;
|
|
3082
3045
|
}
|
|
3083
3046
|
|
|
3084
3047
|
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end {
|
|
@@ -3202,6 +3165,11 @@ div.dataviews-view-list {
|
|
|
3202
3165
|
color: #1e1e1e;
|
|
3203
3166
|
}
|
|
3204
3167
|
|
|
3168
|
+
/* Column width intents via colgroup: make non-primary columns shrink-to-fit */
|
|
3169
|
+
.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary) {
|
|
3170
|
+
width: 1%;
|
|
3171
|
+
}
|
|
3172
|
+
|
|
3205
3173
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card {
|
|
3206
3174
|
height: 100%;
|
|
3207
3175
|
justify-content: flex-start;
|
|
@@ -3361,6 +3329,35 @@ div.dataviews-view-list {
|
|
|
3361
3329
|
padding: 0 48px;
|
|
3362
3330
|
}
|
|
3363
3331
|
|
|
3332
|
+
.dataviews-view-picker-table tbody:focus-visible[aria-activedescendant] {
|
|
3333
|
+
outline: none;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
.dataviews-view-picker-table tbody:focus-visible [data-active-item=true] {
|
|
3337
|
+
outline: 2px solid var(--wp-admin-theme-color);
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
.dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input {
|
|
3341
|
+
pointer-events: none;
|
|
3342
|
+
opacity: 1;
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3345
|
+
.dataviews-view-picker-table .dataviews-view-table__row {
|
|
3346
|
+
cursor: pointer;
|
|
3347
|
+
}
|
|
3348
|
+
|
|
3349
|
+
.dataviews-view-picker-table .dataviews-view-table__row.is-selected {
|
|
3350
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3353
|
+
.dataviews-view-picker-table .dataviews-view-table__row.is-hovered {
|
|
3354
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
3355
|
+
}
|
|
3356
|
+
|
|
3357
|
+
.dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered {
|
|
3358
|
+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3364
3361
|
.dataviews-controls__datetime {
|
|
3365
3362
|
border: none;
|
|
3366
3363
|
padding: 0;
|
|
@@ -3499,6 +3496,10 @@ div.dataviews-view-list {
|
|
|
3499
3496
|
gap: 16px;
|
|
3500
3497
|
}
|
|
3501
3498
|
|
|
3499
|
+
.dataforms-layouts-details__content {
|
|
3500
|
+
padding-top: 12px;
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3502
3503
|
.dataforms-layouts-row__field-control {
|
|
3503
3504
|
width: 100%;
|
|
3504
3505
|
}
|
|
@@ -3735,6 +3736,17 @@ div.dataviews-view-list {
|
|
|
3735
3736
|
margin-left: 0;
|
|
3736
3737
|
}
|
|
3737
3738
|
|
|
3739
|
+
.show-icon-labels .comment-avatar-indicator {
|
|
3740
|
+
width: auto;
|
|
3741
|
+
}
|
|
3742
|
+
.show-icon-labels .comment-avatar-indicator div {
|
|
3743
|
+
display: none;
|
|
3744
|
+
}
|
|
3745
|
+
.show-icon-labels .comment-avatar-indicator::after {
|
|
3746
|
+
content: attr(aria-label);
|
|
3747
|
+
font-size: 12px;
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3738
3750
|
.editor-collapsible-block-toolbar {
|
|
3739
3751
|
overflow: hidden;
|
|
3740
3752
|
display: flex;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-comment.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/add-comment.js"],"names":[],"mappings":"AA4BA;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"add-comment.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/add-comment.js"],"names":[],"mappings":"AA4BA;;;;;;;;;uCAwEC;qBA5EwC,SAAS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comment-form.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comment-form.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"comment-form.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comment-form.js"],"names":[],"mappings":";AAyBA;;;;;;;gCAwEC;qBA1E2C,SAAS"}
|
|
@@ -9,6 +9,6 @@ export function Comments({ threads: noteThreads, onEditComment, onAddReply, onCo
|
|
|
9
9
|
reflowComments: any;
|
|
10
10
|
isFloating?: boolean | undefined;
|
|
11
11
|
commentLastUpdated: any;
|
|
12
|
-
}): import("react").JSX.Element
|
|
12
|
+
}): import("react").JSX.Element;
|
|
13
13
|
export default Comments;
|
|
14
14
|
//# sourceMappingURL=comments.d.ts.map
|
|
@@ -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;;;;;;;;;;;gCAiYC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/commands/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/commands/index.js"],"names":[],"mappings":"AAqcA,4CAsBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor/index.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor/index.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;gCAiHC"}
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @param {Object} props The component props.
|
|
5
5
|
* @param {Function} props.close The function to close the dialog.
|
|
6
|
-
* @param {boolean}
|
|
6
|
+
* @param {boolean=} props.renderDialog Whether to render the component with modal dialog behavior.
|
|
7
7
|
* @param {string} props.variant Changes the layout of the component. When an `inline` value is provided, the action buttons are rendered at the end of the component instead of at the start.
|
|
8
8
|
*
|
|
9
9
|
* @return {React.ReactNode} The rendered component.
|
|
10
10
|
*/
|
|
11
11
|
export default function EntitiesSavedStates({ close, renderDialog, variant, }: {
|
|
12
12
|
close: Function;
|
|
13
|
-
renderDialog
|
|
13
|
+
renderDialog?: boolean | undefined;
|
|
14
14
|
variant: string;
|
|
15
15
|
}): React.ReactNode;
|
|
16
16
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/entities-saved-states/index.js"],"names":[],"mappings":"AAiCA;;;;;;;;;GASG;AACH,+EANG;IAAwB,KAAK;IACL,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/entities-saved-states/index.js"],"names":[],"mappings":"AAiCA;;;;;;;;;GASG;AACH,+EANG;IAAwB,KAAK;IACL,YAAY,GAA5B,OAAO,YAAC;IACQ,OAAO,EAAvB,MAAM;CAEd,GAAS,KAAK,CAAC,SAAS,CAgB1B;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,4NAdG;IAAwB,gBAAgB,EAAhC,MAAM;IACU,KAAK;IACL,MAAM;IACN,WAAW,EAA3B,OAAO;IACS,SAAS,EAAzB,MAAM;IACU,YAAY,EAA5B,OAAO;IACS,kBAAkB;IAClB,OAAO,EAAvB,OAAO;IACS,qBAAqB;IACrB,kBAAkB;IAClB,OAAO,EAAvB,MAAM;CAEd,GAAS,KAAK,CAAC,SAAS,CAuK1B"}
|
|
@@ -8,17 +8,17 @@ export function useGlobalStyles(): Object;
|
|
|
8
8
|
/**
|
|
9
9
|
* Hook to get a style value from global styles
|
|
10
10
|
*
|
|
11
|
-
* @param {string}
|
|
12
|
-
* @param {string} blockName Optional block name
|
|
11
|
+
* @param {string} path Style path (e.g., 'color.background')
|
|
12
|
+
* @param {string=} blockName Optional block name
|
|
13
13
|
* @return {*} Style value
|
|
14
14
|
*/
|
|
15
|
-
export function useStyle(path: string, blockName
|
|
15
|
+
export function useStyle(path: string, blockName?: string | undefined): any;
|
|
16
16
|
/**
|
|
17
17
|
* Hook to get a setting value from global styles
|
|
18
18
|
*
|
|
19
|
-
* @param {string}
|
|
20
|
-
* @param {string} blockName Optional block name
|
|
19
|
+
* @param {string} path Setting path (e.g., 'spacing.blockGap')
|
|
20
|
+
* @param {string=} blockName Optional block name
|
|
21
21
|
* @return {*} Setting value
|
|
22
22
|
*/
|
|
23
|
-
export function useSetting(path: string, blockName
|
|
23
|
+
export function useSetting(path: string, blockName?: string | undefined): any;
|
|
24
24
|
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/global-styles/hooks.js"],"names":[],"mappings":"AAgKA;;;;;GAKG;AACH,mCAHY,MAAM,CAsBjB;AAED;;;;;;GAMG;AACH,+BAJW,MAAM,
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/global-styles/hooks.js"],"names":[],"mappings":"AAgKA;;;;;GAKG;AACH,mCAHY,MAAM,CAsBjB;AAED;;;;;;GAMG;AACH,+BAJW,MAAM,cACN,MAAM,YAAC,GACN,GAAC,CAQZ;AAED;;;;;;GAMG;AACH,iCAJW,MAAM,cACN,MAAM,YAAC,GACN,GAAC,CAQZ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"back-button.d.ts","sourceRoot":"","sources":["../../../src/components/header/back-button.js"],"names":[],"mappings":"AAWO,4CAGN;;AAID
|
|
1
|
+
{"version":3,"file":"back-button.d.ts","sourceRoot":"","sources":["../../../src/components/header/back-button.js"],"names":[],"mappings":"AAWO,4CAGN;;AAID;;;EAAwB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/local-autosave-monitor/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/local-autosave-monitor/index.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tools-more-menu-group.d.ts","sourceRoot":"","sources":["../../../src/components/more-menu/tools-more-menu-group.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tools-more-menu-group.d.ts","sourceRoot":"","sources":["../../../src/components/more-menu/tools-more-menu-group.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-more-menu-group.d.ts","sourceRoot":"","sources":["../../../src/components/more-menu/view-more-menu-group.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"view-more-menu-group.d.ts","sourceRoot":"","sources":["../../../src/components/more-menu/view-more-menu-group.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pattern-duplicate-modal/index.js"],"names":[],"mappings":"AAkBA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pattern-duplicate-modal/index.js"],"names":[],"mappings":"AAkBA,oFAuCC;AAzCD,wBAAyB,0BAA0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pattern-rename-modal/index.js"],"names":[],"mappings":"AAkBA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pattern-rename-modal/index.js"],"names":[],"mappings":"AAkBA,iFAkCC;AApCD,wBAAyB,uBAAuB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/plugin-document-setting-panel/index.js"],"names":[],"mappings":";AAgBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,yFAhDG;IAAqC,IAAI,EAAjC,MAAM;IACwB,SAAS;IACT,KAAK;IACL,IAAI;IACL,QAAQ,EAArC,KAAK,CAAC,SAAS;CAEvB,GAwCS,KAAK,CAAC,SAAS,CAkD1B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/plugin-document-setting-panel/index.js"],"names":[],"mappings":";AAgBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,yFAhDG;IAAqC,IAAI,EAAjC,MAAM;IACwB,SAAS;IACT,KAAK;IACL,IAAI;IACL,QAAQ,EAArC,KAAK,CAAC,SAAS;CAEvB,GAwCS,KAAK,CAAC,SAAS,CAkD1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/plugin-post-publish-panel/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,4FAzBG;IAAsC,SAAS;IACT,KAAK;IACL,WAAW;IACX,IAAI;IACL,QAAQ,EAArC,KAAK,CAAC,SAAS;CAEvB,GAiBS,KAAK,CAAC,SAAS,CAuB1B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/plugin-post-publish-panel/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,4FAzBG;IAAsC,SAAS;IACT,KAAK;IACL,WAAW;IACX,IAAI;IACL,QAAQ,EAArC,KAAK,CAAC,SAAS;CAEvB,GAiBS,KAAK,CAAC,SAAS,CAuB1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/plugin-post-status-info/index.js"],"names":[],"mappings":";AAWA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,+DArCG;IAAgC,SAAS;IACV,QAAQ,EAA/B,KAAK,CAAC,SAAS;CAEvB,GAgCS,KAAK,CAAC,SAAS,CAM1B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/plugin-post-status-info/index.js"],"names":[],"mappings":";AAWA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,+DArCG;IAAgC,SAAS;IACV,QAAQ,EAA/B,KAAK,CAAC,SAAS;CAEvB,GAgCS,KAAK,CAAC,SAAS,CAM1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/plugin-pre-publish-panel/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,2FA5BG;IAAsC,SAAS;IACT,KAAK;IACL,WAAW;IAEX,IAAI;IAGL,QAAQ,EAArC,KAAK,CAAC,SAAS;CAEvB,GAiBS,KAAK,CAAC,SAAS,CAuB1B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/plugin-pre-publish-panel/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,2FA5BG;IAAsC,SAAS;IACT,KAAK;IACL,WAAW;IAEX,IAAI;IAGL,QAAQ,EAArC,KAAK,CAAC,SAAS;CAEvB,GAiBS,KAAK,CAAC,SAAS,CAuB1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../src/components/post-excerpt/plugin.js"],"names":[],"mappings":";AAWA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,4DAnCG;IAAgC,SAAS;IACV,QAAQ,EAA/B,KAAK,CAAC,SAAS;CAEvB,GA8BS,KAAK,CAAC,SAAS,CAQ1B
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../src/components/post-excerpt/plugin.js"],"names":[],"mappings":";AAWA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,4DAnCG;IAAgC,SAAS;IACV,QAAQ,EAA/B,KAAK,CAAC,SAAS;CAEvB,GA8BS,KAAK,CAAC,SAAS,CAQ1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-locked-modal/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-locked-modal/index.js"],"names":[],"mappings":";;;;;;;;wJAsDqB,CAAC;4BACuB,CAAC;;;;;;6BAUhC,CAAC;yBAE4B,CAAC;+BAInC,CAAC;0BAKC,CAAC,2DAKqB,CAAC;0BAAwC,CAAC;iCAEjE,CAAC;iCAA2C,CAAC;wCAGhB,CAAA;2BAKpC,CAAA;kCAGa,CAAC;;;;;;;wJAoBd,CAAH;4BAII,CAAC;;;;;;6BAIgC,CAAC;yBAGS,CAAC;+BAG9B,CAAC;0BAKH,CAAC,2DACI,CAAC;0BAAwC,CAAC;iCAC5B,CAAC;iCACd,CAAC;wCAC+B,CAAC;2BAIjD,CAAC;kCAGN,CAAD;;;;;AAzHA,uEA0PC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-publish-button/index.js"],"names":[],"mappings":"AAgBA;IACC,wBAUC;IAED,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-publish-button/index.js"],"names":[],"mappings":"AAgBA;IACC,wBAUC;IAED,+BACU,GAAG,WAAI,SA4BhB;IAED,mDAiBC;IArDA;;MAEC;IAqDF,sCAmGC;CACD;;;0BA/KyB,oBAAoB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flat-term-selector.d.ts","sourceRoot":"","sources":["../../../src/components/post-taxonomies/flat-term-selector.js"],"names":[],"mappings":"AAkEA;;;;;;;;GAQG;AACH,oEALG;IAAuB,IAAI,EAAnB,MAAM;IACS,uBAAuB,EAAtC,OAAO;CAEf,GAAS,KAAK,CAAC,SAAS,CAwP1B
|
|
1
|
+
{"version":3,"file":"flat-term-selector.d.ts","sourceRoot":"","sources":["../../../src/components/post-taxonomies/flat-term-selector.js"],"names":[],"mappings":"AAkEA;;;;;;;;GAQG;AACH,oEALG;IAAuB,IAAI,EAAnB,MAAM;IACS,uBAAuB,EAAtC,OAAO;CAEf,GAAS,KAAK,CAAC,SAAS,CAwP1B;;;;;;;;;wJAhRO,CAAC;4BAGJ,CAAC;;;;;;6BAQS,CAAC;yBAId,CAAC;+BAK+C,CAAV;0BACY,CAAC,2DACjB,CAAC;0BAAwC,CAAC;iCAA2C,CAAC;iCAA2C,CAAC;wCAEtJ,CAAC;2BAEE,CAAC;kCAET,CAAC;;;;;;;wJASiI,CAAC;4BAS5I,CAAC;;;;;;6BAO2C,CAAC;yBAG1B,CAAA;+BAEL,CAAC;0BAIR,CAAC,2DAEC,CAAC;0BAIG,CAAC;iCAET,CAAA;iCACA,CAAL;wCAIM,CAAC;2BAGH,CAAC;kCAGkC,CAAC"}
|
|
@@ -39,16 +39,7 @@ declare const _default: {
|
|
|
39
39
|
}): {
|
|
40
40
|
componentDidMount(): void;
|
|
41
41
|
componentWillUnmount(): void;
|
|
42
|
-
render(): import(
|
|
43
|
-
/**
|
|
44
|
-
* Sort Terms by Selected.
|
|
45
|
-
*
|
|
46
|
-
* @param {Object[]} termsTree Array of terms in tree format.
|
|
47
|
-
* @param {number[]} terms Selected terms.
|
|
48
|
-
*
|
|
49
|
-
* @return {Object[]} Sorted array of terms.
|
|
50
|
-
*/
|
|
51
|
-
"react").JSX.Element;
|
|
42
|
+
render(): import("react").JSX.Element;
|
|
52
43
|
context: unknown;
|
|
53
44
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<{}>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
54
45
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hierarchical-term-selector.d.ts","sourceRoot":"","sources":["../../../src/components/post-taxonomies/hierarchical-term-selector.js"],"names":[],"mappings":"AAmDA;;;;;;;GAOG;AACH,0CALW,MAAM,EAAE,SACR,MAAM,EAAE,GAEP,MAAM,EAAE,CAqCnB;AAED;;;;;;;GAOG;AACH,gCALW,MAAM,EAAE,UACR,MAAM,GAAC,MAAM,QACb,MAAM,GACL,MAAM,CAUjB;AAED;;;;;GAKG;AACH,8CAHW,MAAM,GACL,CAAC,CAAS,IAAM,EAAN,MAAM,KAAG,CAAC,MAAM,GAAC,OAAO,CAAC,CAAC,CAqC/C;AAED;;;;;;GAMG;AACH,mDAHG;IAAsB,IAAI,EAAlB,MAAM;CACd,GAAS,OAAO,CAkVlB
|
|
1
|
+
{"version":3,"file":"hierarchical-term-selector.d.ts","sourceRoot":"","sources":["../../../src/components/post-taxonomies/hierarchical-term-selector.js"],"names":[],"mappings":"AAmDA;;;;;;;GAOG;AACH,0CALW,MAAM,EAAE,SACR,MAAM,EAAE,GAEP,MAAM,EAAE,CAqCnB;AAED;;;;;;;GAOG;AACH,gCALW,MAAM,EAAE,UACR,MAAM,GAAC,MAAM,QACb,MAAM,GACL,MAAM,CAUjB;AAED;;;;;GAKG;AACH,8CAHW,MAAM,GACL,CAAC,CAAS,IAAM,EAAN,MAAM,KAAG,CAAC,MAAM,GAAC,OAAO,CAAC,CAAC,CAqC/C;AAED;;;;;;GAMG;AACH,mDAHG;IAAsB,IAAI,EAAlB,MAAM;CACd,GAAS,OAAO,CAkVlB;;;;;;;;;wJAzbG,CAAC;4BACU,CAAC;;;;;;6BASS,CAAC;yBAIsB,CAAA;+BAEb,CAAC;0BAM7B,CAAA,2DAIJ,CAAC;0BACD,CAAF;iCAKS,CAAC;iCACI,CAAC;wCAMf,CAAA;2BAE0B,CAAC;kCAIR,CAAC;;;;;;;wJAgBX,CAAC;4BACa,CAAC;;;;;;6BAOV,CAAC;yBAGP,CAAC;+BAGN,CAAC;0BAIW,CAAC,2DACV,CAAC;0BAAwC,CAAC;iCAG7C,CAAD;iCACE,CAAJ;wCAIS,CAAA;2BAG0D,CAAA;kCAQ3D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/panel.js"],"names":[],"mappings":"AAaA;;;;GAIG;AACH,6CAFY,KAAK,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/panel.js"],"names":[],"mappings":"AAaA;;;;GAIG;AACH,6CAFY,KAAK,CAAC,SAAS,CA2D1B"}
|
package/build-types/components/preferences-modal/enable-plugin-document-setting-panel.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable-plugin-document-setting-panel.d.ts","sourceRoot":"","sources":["../../../src/components/preferences-modal/enable-plugin-document-setting-panel.js"],"names":[],"mappings":";AAcA;;;gCAIC
|
|
1
|
+
{"version":3,"file":"enable-plugin-document-setting-panel.d.ts","sourceRoot":"","sources":["../../../src/components/preferences-modal/enable-plugin-document-setting-panel.js"],"names":[],"mappings":";AAcA;;;gCAIC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/save-publish-panels/index.js"],"names":[],"mappings":"AAqBA;;;;;gCA6FC;AA/FD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/save-publish-panels/index.js"],"names":[],"mappings":"AAqBA;;;;;gCA6FC;AA/FD;;;EAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-examples.d.ts","sourceRoot":"","sources":["../../../src/components/style-book/color-examples.tsx"],"names":[],"mappings":"AAgBA;;GAEG;AACH,OAAO,KAAK,EAAmB,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAElE,QAAA,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"color-examples.d.ts","sourceRoot":"","sources":["../../../src/components/style-book/color-examples.tsx"],"names":[],"mappings":"AAgBA;;GAEG;AACH,OAAO,KAAK,EAAmB,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAElE,QAAA,MAAM,aAAa,GAAK,gDAKrB,iBAAiB,KAAI,GAAG,CAAC,OAAO,GAAG,IA2BrC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"duotone-examples.d.ts","sourceRoot":"","sources":["../../../src/components/style-book/duotone-examples.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,QAAA,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"duotone-examples.d.ts","sourceRoot":"","sources":["../../../src/components/style-book/duotone-examples.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,QAAA,MAAM,eAAe,GAAK,eAEvB;IACF,QAAQ,EAAE,OAAO,EAAE,CAAC;CACpB,KAAI,GAAG,CAAC,OAAO,GAAG,IAuClB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/visual-editor/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/visual-editor/index.js"],"names":[],"mappings":";AAiGA;;;;;;gCAqaC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-edit-content-only-section-exit.d.ts","sourceRoot":"","sources":["../../../src/components/visual-editor/use-edit-content-only-section-exit.js"],"names":[],"mappings":"AAYA;;;GAGG;AACH,0FAsCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-padding-appender.d.ts","sourceRoot":"","sources":["../../../src/components/visual-editor/use-padding-appender.js"],"names":[],"mappings":"AAaA,wGAwDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-preview-view.d.ts","sourceRoot":"","sources":["../../../../src/dataviews/fields/content-preview/content-preview-view.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"content-preview-view.d.ts","sourceRoot":"","sources":["../../../../src/dataviews/fields/content-preview/content-preview-view.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAsDlD,MAAM,CAAC,OAAO,UAAU,eAAe,CAAE,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,QAAQ,CAAA;CAAE,+BA2CpE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"private-actions.d.ts","sourceRoot":"","sources":["../../../src/dataviews/store/private-actions.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAyC1D,wBAAgB,oBAAoB,CAAE,IAAI,EACzC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,CAAE,IAAI,CAAE;;;;;EAQtB;AAED,wBAAgB,sBAAsB,CACrC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM;;;;;EAQhB;AAED,wBAAgB,mBAAmB,CAAE,IAAI,EACxC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,KAAK,CAAE,IAAI,CAAE;;;;;EAQrB;AAED,wBAAgB,qBAAqB,CACpC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM;;;;;EAQf;AAED,wBAAgB,UAAU,CAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;;;;EAMrD;AAED,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"private-actions.d.ts","sourceRoot":"","sources":["../../../src/dataviews/store/private-actions.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAyC1D,wBAAgB,oBAAoB,CAAE,IAAI,EACzC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,CAAE,IAAI,CAAE;;;;;EAQtB;AAED,wBAAgB,sBAAsB,CACrC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM;;;;;EAQhB;AAED,wBAAgB,mBAAmB,CAAE,IAAI,EACxC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,KAAK,CAAE,IAAI,CAAE;;;;;EAQrB;AAED,wBAAgB,qBAAqB,CACpC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM;;;;;EAQf;AAED,wBAAgB,UAAU,CAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;;;;EAMrD;AAED,eAAO,MAAM,sBAAsB,GAChC,UAAU,MAAM,MACV,cAAc;IAAE,QAAQ,EAAE,GAAG,CAAA;CAAE,kBA0HtC,CAAC"}
|
|
@@ -217,10 +217,9 @@ export function autosave({ local, ...options }?: {
|
|
|
217
217
|
select: any;
|
|
218
218
|
dispatch: any;
|
|
219
219
|
}) => Promise<void>;
|
|
220
|
-
export function __unstableSaveForPreview({ forceIsAutosaveable }?: {
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
}) => Promise<any>;
|
|
220
|
+
export function __unstableSaveForPreview({ forceIsAutosaveable }?: {
|
|
221
|
+
forceIsAutosaveable: boolean;
|
|
222
|
+
}): Function;
|
|
224
223
|
export function redo(): ({ registry }: {
|
|
225
224
|
registry: any;
|
|
226
225
|
}) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/store/actions.js"],"names":[],"mappings":"AAyEA;;;;;;;GAOG;AACH,gDAFY,MAAM,CAUjB;AAED;;;;;GAKG;AACH;;EAOC;AAED;;;;;;GAMG;AACH,8BAHY,MAAM,CAWjB;AAED;;;;;;GAMG;AACH,uCAFW,MAAM,UAQhB;AAED;;;;;;;GAOG;AACH,wCALW,MAAM,UACN,MAAM,GAEL,MAAM,CAQjB;AA2PD;;;;GAIG;AACH;;EAOC;
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/store/actions.js"],"names":[],"mappings":"AAyEA;;;;;;;GAOG;AACH,gDAFY,MAAM,CAUjB;AAED;;;;;GAKG;AACH;;EAOC;AAED;;;;;;GAMG;AACH,8BAHY,MAAM,CAWjB;AAED;;;;;;GAMG;AACH,uCAFW,MAAM,UAQhB;AAED;;;;;;;GAOG;AACH,wCALW,MAAM,UACN,MAAM,GAEL,MAAM,CAQjB;AA2PD;;;;GAIG;AACH;;EAOC;AA6GD;;;;GAIG;AACH;;EAOC;AAED;;;;;GAKG;AACH,qCAHW,MAAM,GACL,MAAM,CAOjB;AAwBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,yCAxCW,MAAM,GAsCL,MAAM,CAOjB;AAED;;;;;;;;;;;;GAYG;AACH,2CAVW,MAAM,GAQL,MAAM,CAOjB;AAED;;;;;;;;;;;;GAYG;AACH,6CAVW,MAAM,GAQL,MAAM,CAOjB;AAED;;;;;;;;;;;;GAYG;AACH,+CAVW,MAAM,GAQL,MAAM,CAOjB;AA6CD;;;EAKC;AA4BD;;;;;;GAMG;AACH,0CAJW,MAAM,GAEL,MAAM,CAOjB;AAiED;;;;;;GAMG;AACH,6CAJW,MAAM,GAEL,MAAM,CAOjB;AAsCD;;;;;GAKG;AACH,4CAHW,OAAO,GACN,MAAM,CAOjB;AAiLD;;;;;GAKG;AACH,sCAFY,MAAM,CAMjB;AAED;;;;;GAKG;AACH,uCAFY,MAAM,CAMjB;AAED;;;;GAIG;AACH,wCAFY,MAAM,CAMjB;AA3iCM,kCAJI,MAAM,SACN,MAAM,sBAKd;;CAAY,UA6Bb;AAkGK,gCAXI,MAAM,YACN,MAAM,GAQL,MAAM,CAShB;AAOK,mCAFI,MAAM,IAIR;;;;CAA8B,mBAmIrC;AAwGK,8BAEE;;;;CAA8B,mBAwBrC;AAWK,iDAFJ;IAA0B,KAAK;CACjC,IAGQ;;;CAAoB,mBAiB3B;AAUK,mEAJJ;IAAyB,mBAAmB,EAApC,OAAO;CAEf,YAoBD;AAKK,yBAEJ;;CAAY,UAEb;AAKK,yBAEJ;;CAAY,UAEb;AAgCK,yCAEJ;;CAAY,UAIb;AAKK,0CAEJ;;CAAY,UAIb;AAsHK,2DAFI,MAAM,IAId;;;;CAA8B,UA0B/B;AAwBK,uCAFI,MAAM,IAId;;;;CAA8B,UAc/B;AAuBK,oDAJI,MAAM,GAEL,MAAM,CA0BhB;AAOK,mDAFI,MAAM,IAId;;CAAY,UAqBb;AAgCK,2CAbI,OAAO,GAAC,MAAM,GAWb,MAAM,CAoBhB;AAuBK,yDAFJ;IAA0B,YAAY;CACxC,IAGE;;;CAAsB,UA8DvB;AAKK,wCAEJ;;CAAY,UA4Bb;AAKK,qCAEJ;;CAAY,UA6Bb;AAOK,uCAFI,MAAM,IAId;;;CAAsB,UAqBvB;AA2CD,8CACE;;CAAY,UAQb;AATD,gDACE;;CAAY,UAQb;AATD,8CACE;;CAAY,UAQb;AATD,wDACE;;CAAY,UAQb;AATD,8CACE;;CAAY,UAQb;AATD,mDACE;;CAAY,UAQb;AATD,kDACE;;CAAY,UAQb;AATD,8CACE;;CAAY,UAQb;AATD,qDACE;;CAAY,UAQb;AATD,kDACE;;CAAY,UAQb;AATD,gDACE;;CAAY,UAQb;AATD,+CACE;;CAAY,UAQb;AATD,iDACE;;CAAY,UAQb;AATD,+CACE;;CAAY,UAQb;AATD,sDACE;;CAAY,UAQb;AATD,8CACE;;CAAY,UAQb;AATD,+CACE;;CAAY,UAQb;AATD,qDACE;;CAAY,UAQb;AATD,qDACE;;CAAY,UAQb;AATD,sDACE;;CAAY,UAQb;AATD,sDACE;;CAAY,UAQb;AATD,8CACE;;CAAY,UAQb;AATD,+CACE;;CAAY,UAQb;AATD,8CACE;;CAAY,UAQb;AATD,kDACE;;CAAY,UAQb;AATD,8CACE;;CAAY,UAQb;AATD,6CACE;;CAAY,UAQb;AATD,qDACE;;CAAY,UAQb;AATD,oDACE;;CAAY,UAQb;AATD,qDACE;;CAAY,UAQb;AATD,0DACE;;CAAY,UAQb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"private-actions.d.ts","sourceRoot":"","sources":["../../src/store/private-actions.js"],"names":[],"mappings":"AAmBA;;;;;;GAMG;AACH,yCAJW,MAAM,GAEL,MAAM,CAOjB;AAkfD;;;;;GAKG;AACH,oCAHW,MAAM,GACL,MAAM,CAOjB;AAED;;;;;GAKG;AACH,uCAHW,OAAO,GACN,MAAM,CAOjB;AAED;;;;GAIG;AACH,yCAFY,MAAM,CAMjB;AAED;;;;;GAKG;AACH,8CAHW,MAAM,GACL,MAAM,CAOjB;;AA3hBM,yCAFK,MAAM,OAAA;;;;
|
|
1
|
+
{"version":3,"file":"private-actions.d.ts","sourceRoot":"","sources":["../../src/store/private-actions.js"],"names":[],"mappings":"AAmBA;;;;;;GAMG;AACH,yCAJW,MAAM,GAEL,MAAM,CAOjB;AAkfD;;;;;GAKG;AACH,oCAHW,MAAM,GACL,MAAM,CAOjB;AAED;;;;;GAKG;AACH,uCAHW,OAAO,GACN,MAAM,CAOjB;AAED;;;;GAIG;AACH,yCAFY,MAAM,CAMjB;AAED;;;;;GAKG;AACH,8CAHW,MAAM,GACL,MAAM,CAOjB;;AA3hBM,yCAFK,MAAM,OAAA,IAIT;;;;CAA8B,kBAiCrC;AAOK,2CAFI,MAAM,EAAE,IAIhB;;CAAY,UAgBb;AAOK,2CAFI,MAAM,EAAE,IAIhB;;CAAY,UAcb;AAWK,0FALJ;IAA2B,MAAM;IACN,kBAAkB;IAClB,cAAc;IACd,KAAK;CAClC,IAGE;;CAAY,UAiGb;AAUK,yCALI,MAAM,kBAEd;IAA0B,SAAS;CAErC,IAGQ;;CAAY,mBA0HnB;AAOK,gDAEE;;CAAY,mBAwHnB;AAOK,8CAFI,MAAM,IAId;;;CAAoB,UAwBrB"}
|
|
@@ -32,12 +32,12 @@ export function getCanvasMinHeight(state: Object): number;
|
|
|
32
32
|
* @return {Object} The root client ID, index to insert at and starting filter value.
|
|
33
33
|
*/
|
|
34
34
|
export const getInserter: {
|
|
35
|
-
(state
|
|
35
|
+
(state: any): any;
|
|
36
36
|
isRegistrySelector?: boolean;
|
|
37
37
|
registry?: any;
|
|
38
38
|
};
|
|
39
39
|
export const getPostIcon: {
|
|
40
|
-
(state
|
|
40
|
+
(state: any, postType: any, options: any): any;
|
|
41
41
|
isRegistrySelector?: boolean;
|
|
42
42
|
registry?: any;
|
|
43
43
|
};
|
|
@@ -52,7 +52,7 @@ export const getPostIcon: {
|
|
|
52
52
|
* @return {boolean} Whether there are edits or not in the meta fields of the relevant post.
|
|
53
53
|
*/
|
|
54
54
|
export const hasPostMetaChanges: {
|
|
55
|
-
(state
|
|
55
|
+
(state: any, postType: any, postId: any): boolean;
|
|
56
56
|
isRegistrySelector?: boolean;
|
|
57
57
|
registry?: any;
|
|
58
58
|
};
|
|
@@ -66,7 +66,7 @@ export const hasPostMetaChanges: {
|
|
|
66
66
|
* @return {Array} Block client IDs.
|
|
67
67
|
*/
|
|
68
68
|
export const getPostBlocksByName: {
|
|
69
|
-
(state
|
|
69
|
+
(state: any, blockNames: any): any;
|
|
70
70
|
isRegistrySelector?: boolean;
|
|
71
71
|
registry?: any;
|
|
72
72
|
};
|
|
@@ -79,7 +79,7 @@ export const getPostBlocksByName: {
|
|
|
79
79
|
* @return {string} The default rendering mode. Returns `undefined` while resolving value.
|
|
80
80
|
*/
|
|
81
81
|
export const getDefaultRenderingMode: {
|
|
82
|
-
(state
|
|
82
|
+
(state: any, postType: any): any;
|
|
83
83
|
isRegistrySelector?: boolean;
|
|
84
84
|
registry?: any;
|
|
85
85
|
};
|