@wordpress/editor 14.43.0 → 14.44.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 +8 -0
- package/build/components/autocompleters/index.cjs +3 -0
- package/build/components/autocompleters/index.cjs.map +2 -2
- package/build/components/autocompleters/link.cjs +71 -0
- package/build/components/autocompleters/link.cjs.map +7 -0
- package/build/components/collab-sidebar/index.cjs.map +2 -2
- package/build/components/collaborators-overlay/cursor-dom-utils.cjs +1 -1
- package/build/components/collaborators-overlay/cursor-dom-utils.cjs.map +2 -2
- package/build/components/collaborators-overlay/timing-utils.cjs +1 -1
- package/build/components/collaborators-overlay/timing-utils.cjs.map +2 -2
- package/build/components/collaborators-overlay/use-render-cursors.cjs.map +2 -2
- package/build/components/error-boundary/index.cjs +1 -1
- package/build/components/error-boundary/index.cjs.map +2 -2
- package/build/components/post-revisions-panel/index.cjs +44 -42
- package/build/components/post-revisions-panel/index.cjs.map +2 -2
- package/build/components/post-revisions-preview/revisions-slider.cjs +9 -17
- package/build/components/post-revisions-preview/revisions-slider.cjs.map +2 -2
- package/build/components/post-title/index.cjs +2 -2
- package/build/components/post-title/index.cjs.map +2 -2
- package/build/components/sidebar/index.cjs +7 -1
- package/build/components/sidebar/index.cjs.map +2 -2
- package/build/components/sidebar/post-revision-summary.cjs +11 -2
- package/build/components/sidebar/post-revision-summary.cjs.map +2 -2
- package/build/components/sidebar/post-summary.cjs +0 -18
- package/build/components/sidebar/post-summary.cjs.map +2 -2
- package/build/components/style-book/categories.cjs.map +2 -2
- package/build/components/style-book/examples.cjs +1 -1
- package/build/components/style-book/examples.cjs.map +2 -2
- package/build/components/style-book/types.cjs.map +1 -1
- package/build/components/styles-canvas/revisions.cjs +2 -2
- package/build/components/styles-canvas/revisions.cjs.map +1 -1
- package/build/components/sync-connection-error-modal/index.cjs +66 -74
- package/build/components/sync-connection-error-modal/index.cjs.map +3 -3
- package/build/components/sync-connection-error-modal/use-retry-countdown.cjs +32 -9
- package/build/components/sync-connection-error-modal/use-retry-countdown.cjs.map +2 -2
- package/build/hooks/default-autocompleters.cjs +1 -1
- package/build/hooks/default-autocompleters.cjs.map +2 -2
- package/build/store/private-actions.cjs +1 -6
- package/build/store/private-actions.cjs.map +2 -2
- package/build/store/private-selectors.cjs +4 -6
- package/build/store/private-selectors.cjs.map +2 -2
- package/build/store/reducer.cjs +1 -1
- package/build/store/reducer.cjs.map +2 -2
- package/build-module/components/autocompleters/index.mjs +4 -2
- package/build-module/components/autocompleters/index.mjs.map +2 -2
- package/build-module/components/autocompleters/link.mjs +40 -0
- package/build-module/components/autocompleters/link.mjs.map +7 -0
- package/build-module/components/collab-sidebar/index.mjs.map +2 -2
- package/build-module/components/collaborators-overlay/cursor-dom-utils.mjs +1 -1
- package/build-module/components/collaborators-overlay/cursor-dom-utils.mjs.map +2 -2
- package/build-module/components/collaborators-overlay/timing-utils.mjs +1 -1
- package/build-module/components/collaborators-overlay/timing-utils.mjs.map +2 -2
- package/build-module/components/collaborators-overlay/use-render-cursors.mjs.map +2 -2
- package/build-module/components/error-boundary/index.mjs +1 -1
- package/build-module/components/error-boundary/index.mjs.map +2 -2
- package/build-module/components/post-revisions-panel/index.mjs +44 -42
- package/build-module/components/post-revisions-panel/index.mjs.map +2 -2
- package/build-module/components/post-revisions-preview/revisions-slider.mjs +9 -17
- package/build-module/components/post-revisions-preview/revisions-slider.mjs.map +2 -2
- package/build-module/components/post-title/index.mjs +2 -2
- package/build-module/components/post-title/index.mjs.map +2 -2
- package/build-module/components/sidebar/index.mjs +7 -1
- package/build-module/components/sidebar/index.mjs.map +2 -2
- package/build-module/components/sidebar/post-revision-summary.mjs +15 -3
- package/build-module/components/sidebar/post-revision-summary.mjs.map +2 -2
- package/build-module/components/sidebar/post-summary.mjs +1 -18
- package/build-module/components/sidebar/post-summary.mjs.map +2 -2
- package/build-module/components/style-book/categories.mjs.map +2 -2
- package/build-module/components/style-book/examples.mjs +1 -1
- package/build-module/components/style-book/examples.mjs.map +2 -2
- package/build-module/components/styles-canvas/revisions.mjs +2 -2
- package/build-module/components/styles-canvas/revisions.mjs.map +1 -1
- package/build-module/components/sync-connection-error-modal/index.mjs +66 -75
- package/build-module/components/sync-connection-error-modal/index.mjs.map +2 -2
- package/build-module/components/sync-connection-error-modal/use-retry-countdown.mjs +33 -10
- package/build-module/components/sync-connection-error-modal/use-retry-countdown.mjs.map +2 -2
- package/build-module/hooks/default-autocompleters.mjs +2 -2
- package/build-module/hooks/default-autocompleters.mjs.map +2 -2
- package/build-module/store/private-actions.mjs +1 -6
- package/build-module/store/private-actions.mjs.map +2 -2
- package/build-module/store/private-selectors.mjs +4 -6
- package/build-module/store/private-selectors.mjs.map +2 -2
- package/build-module/store/reducer.mjs +1 -1
- package/build-module/store/reducer.mjs.map +2 -2
- package/build-style/style-rtl.css +40 -30
- package/build-style/style.css +40 -30
- package/build-types/bindings/post-data.d.ts +3 -3
- package/build-types/bindings/term-data.d.ts +14 -14
- package/build-types/components/autocompleters/index.d.ts +1 -0
- package/build-types/components/autocompleters/link.d.ts +12 -0
- package/build-types/components/autocompleters/link.d.ts.map +1 -0
- package/build-types/components/collab-sidebar/index.d.ts.map +1 -1
- package/build-types/components/collaborators-overlay/use-render-cursors.d.ts.map +1 -1
- package/build-types/components/keyboard-shortcut-help-modal/config.d.ts +11 -11
- package/build-types/components/post-actions/set-as-homepage.d.ts +1 -1
- package/build-types/components/post-actions/set-as-posts-page.d.ts +1 -1
- package/build-types/components/post-format/index.d.ts +10 -10
- package/build-types/components/post-locked-modal/index.d.ts +2 -2
- package/build-types/components/post-revisions-panel/index.d.ts.map +1 -1
- package/build-types/components/post-revisions-preview/revisions-slider.d.ts.map +1 -1
- package/build-types/components/post-status/index.d.ts +10 -10
- package/build-types/components/post-visibility/utils.d.ts +6 -6
- package/build-types/components/sidebar/index.d.ts.map +1 -1
- package/build-types/components/sidebar/post-revision-summary.d.ts.map +1 -1
- package/build-types/components/sidebar/post-summary.d.ts +0 -3
- package/build-types/components/sidebar/post-summary.d.ts.map +1 -1
- package/build-types/components/style-book/categories.d.ts.map +1 -1
- package/build-types/components/style-book/examples.d.ts.map +1 -1
- package/build-types/components/style-book/types.d.ts +1 -13
- package/build-types/components/style-book/types.d.ts.map +1 -1
- package/build-types/components/sync-connection-error-modal/index.d.ts +0 -14
- package/build-types/components/sync-connection-error-modal/index.d.ts.map +1 -1
- package/build-types/components/sync-connection-error-modal/use-retry-countdown.d.ts.map +1 -1
- package/build-types/hooks/custom-sources-backwards-compatibility.d.ts +1 -1
- package/build-types/hooks/custom-sources-backwards-compatibility.d.ts.map +1 -1
- package/build-types/hooks/pattern-overrides.d.ts +1 -1
- package/build-types/hooks/pattern-overrides.d.ts.map +1 -1
- package/build-types/store/private-actions.d.ts.map +1 -1
- package/build-types/store/private-selectors.d.ts.map +1 -1
- package/build-types/store/reducer.d.ts +10 -10
- package/build-types/store/reducer.d.ts.map +1 -1
- package/build-types/utils/pageTypeBadge.d.ts +1 -1
- package/build-types/utils/pageTypeBadge.d.ts.map +1 -1
- package/package.json +45 -45
- package/src/components/autocompleters/index.js +1 -0
- package/src/components/autocompleters/link.js +47 -0
- package/src/components/autocompleters/style.scss +6 -0
- package/src/components/collab-sidebar/index.js +1 -0
- package/src/components/collaborators-overlay/cursor-dom-utils.ts +1 -1
- package/src/components/collaborators-overlay/timing-utils.ts +1 -1
- package/src/components/collaborators-overlay/use-render-cursors.ts +4 -2
- package/src/components/error-boundary/index.js +1 -1
- package/src/components/error-boundary/index.native.js +1 -1
- package/src/components/post-revisions-panel/index.js +46 -44
- package/src/components/post-revisions-preview/revisions-slider.js +9 -27
- package/src/components/post-title/index.js +3 -3
- package/src/components/sidebar/index.js +7 -1
- package/src/components/sidebar/post-revision-summary.js +13 -3
- package/src/components/sidebar/post-summary.js +1 -18
- package/src/components/style-book/categories.ts +0 -1
- package/src/components/style-book/examples.tsx +6 -12
- package/src/components/style-book/types.ts +1 -18
- package/src/components/styles-canvas/revisions.js +2 -2
- package/src/components/sync-connection-error-modal/index.tsx +151 -163
- package/src/components/sync-connection-error-modal/use-retry-countdown.ts +46 -10
- package/src/hooks/default-autocompleters.js +2 -2
- package/src/hooks/test/default-autocompleters.js +2 -2
- package/src/store/private-actions.js +1 -6
- package/src/store/private-selectors.js +4 -13
- package/src/store/reducer.js +9 -8
package/build-style/style.css
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
.admin-ui-page {
|
|
111
111
|
display: flex;
|
|
112
112
|
height: 100%;
|
|
113
|
-
background-color: var(--wpds-color-bg-surface-neutral
|
|
113
|
+
background-color: var(--wpds-color-bg-surface-neutral, #fcfcfc);
|
|
114
114
|
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
115
115
|
position: relative;
|
|
116
116
|
z-index: 1;
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.admin-ui-page__header {
|
|
122
|
-
padding: var(--wpds-dimension-padding-
|
|
123
|
-
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #
|
|
122
|
+
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
|
|
123
|
+
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
|
|
124
124
|
background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
|
|
125
125
|
position: sticky;
|
|
126
126
|
top: 0;
|
|
@@ -128,10 +128,10 @@
|
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
.admin-ui-page__header-title {
|
|
131
|
-
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
132
|
-
font-size: var(--wpds-font-size-lg, 15px);
|
|
133
|
-
font-weight: var(--wpds-font-weight-medium, 499);
|
|
134
|
-
line-height: var(--wpds-
|
|
131
|
+
font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
132
|
+
font-size: var(--wpds-typography-font-size-lg, 15px);
|
|
133
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
134
|
+
line-height: var(--wpds-typography-line-height-lg, 28px);
|
|
135
135
|
margin: 0;
|
|
136
136
|
overflow: hidden;
|
|
137
137
|
text-overflow: ellipsis;
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
|
|
145
145
|
.admin-ui-page__header-subtitle {
|
|
146
146
|
padding-block-end: var(--wpds-dimension-padding-xs, 4px);
|
|
147
|
-
color: var(--wpds-color-fg-content-neutral-weak, #
|
|
148
|
-
font-size: var(--wpds-font-size-md, 13px);
|
|
149
|
-
line-height: var(--wpds-
|
|
147
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
148
|
+
font-size: var(--wpds-typography-font-size-md, 13px);
|
|
149
|
+
line-height: var(--wpds-typography-line-height-md, 24px);
|
|
150
150
|
margin: 0;
|
|
151
151
|
}
|
|
152
152
|
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
|
|
173
173
|
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
|
|
174
174
|
content: attr(aria-label);
|
|
175
|
-
font-size: var(--wpds-font-size-sm, 12px);
|
|
175
|
+
font-size: var(--wpds-typography-font-size-sm, 12px);
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
/**
|
|
@@ -221,10 +221,10 @@
|
|
|
221
221
|
* These variables do not appear to be used anywhere else.
|
|
222
222
|
*/
|
|
223
223
|
.admin-ui-breadcrumbs__list {
|
|
224
|
-
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
225
|
-
font-size: var(--wpds-font-size-lg, 15px);
|
|
226
|
-
font-weight: var(--wpds-font-weight-medium, 499);
|
|
227
|
-
line-height: var(--wpds-
|
|
224
|
+
font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
225
|
+
font-size: var(--wpds-typography-font-size-lg, 15px);
|
|
226
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
227
|
+
line-height: var(--wpds-typography-line-height-lg, 28px);
|
|
228
228
|
list-style: none;
|
|
229
229
|
padding: 0;
|
|
230
230
|
margin: 0;
|
|
@@ -1149,6 +1149,7 @@ button.font-library__upload-area {
|
|
|
1149
1149
|
background: #fff;
|
|
1150
1150
|
padding: 12px;
|
|
1151
1151
|
border-top: 1px solid #ddd;
|
|
1152
|
+
box-sizing: border-box;
|
|
1152
1153
|
}
|
|
1153
1154
|
|
|
1154
1155
|
.global-styles-ui-variations_item {
|
|
@@ -1654,7 +1655,7 @@ button.font-library__upload-area {
|
|
|
1654
1655
|
}
|
|
1655
1656
|
|
|
1656
1657
|
.dataviews-title-field--clickable {
|
|
1657
|
-
cursor: pointer;
|
|
1658
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
1658
1659
|
color: #2f2f2f;
|
|
1659
1660
|
}
|
|
1660
1661
|
|
|
@@ -1760,7 +1761,7 @@ button.font-library__upload-area {
|
|
|
1760
1761
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip {
|
|
1761
1762
|
border-radius: 16px;
|
|
1762
1763
|
border: 1px solid transparent;
|
|
1763
|
-
cursor: pointer;
|
|
1764
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
1764
1765
|
padding: 4px 12px;
|
|
1765
1766
|
min-height: 32px;
|
|
1766
1767
|
background: #f0f0f0;
|
|
@@ -1816,7 +1817,7 @@ button.font-library__upload-area {
|
|
|
1816
1817
|
align-items: center;
|
|
1817
1818
|
justify-content: center;
|
|
1818
1819
|
background: transparent;
|
|
1819
|
-
cursor: pointer;
|
|
1820
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
1820
1821
|
}
|
|
1821
1822
|
|
|
1822
1823
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg {
|
|
@@ -2724,7 +2725,7 @@ button.font-library__upload-area {
|
|
|
2724
2725
|
}
|
|
2725
2726
|
|
|
2726
2727
|
.dataviews-view-grid__media--clickable {
|
|
2727
|
-
cursor: pointer;
|
|
2728
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
2728
2729
|
}
|
|
2729
2730
|
|
|
2730
2731
|
.dataviews-view-grid__group-header {
|
|
@@ -2870,7 +2871,7 @@ div.dataviews-view-list {
|
|
|
2870
2871
|
border: none;
|
|
2871
2872
|
background: none;
|
|
2872
2873
|
padding: 0;
|
|
2873
|
-
cursor: pointer;
|
|
2874
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
2874
2875
|
}
|
|
2875
2876
|
|
|
2876
2877
|
.dataviews-view-list .dataviews-view-list__item:focus-visible {
|
|
@@ -3484,7 +3485,7 @@ div.dataviews-view-list {
|
|
|
3484
3485
|
}
|
|
3485
3486
|
|
|
3486
3487
|
.dataviews-view-picker-grid__media--clickable {
|
|
3487
|
-
cursor: pointer;
|
|
3488
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
3488
3489
|
}
|
|
3489
3490
|
|
|
3490
3491
|
.dataviews-view-picker-grid-group__header {
|
|
@@ -3517,7 +3518,7 @@ div.dataviews-view-list {
|
|
|
3517
3518
|
}
|
|
3518
3519
|
|
|
3519
3520
|
.dataviews-view-picker-table .dataviews-view-table__row {
|
|
3520
|
-
cursor: pointer;
|
|
3521
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
3521
3522
|
}
|
|
3522
3523
|
|
|
3523
3524
|
.dataviews-view-picker-table .dataviews-view-table__row.is-selected {
|
|
@@ -3534,7 +3535,7 @@ div.dataviews-view-list {
|
|
|
3534
3535
|
|
|
3535
3536
|
.dataviews-view-activity {
|
|
3536
3537
|
margin: 0 0 auto;
|
|
3537
|
-
padding:
|
|
3538
|
+
padding: 0 24px;
|
|
3538
3539
|
}
|
|
3539
3540
|
|
|
3540
3541
|
.dataviews-view-activity .dataviews-view-activity__group-header {
|
|
@@ -3568,7 +3569,7 @@ div.dataviews-view-list {
|
|
|
3568
3569
|
}
|
|
3569
3570
|
|
|
3570
3571
|
.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable {
|
|
3571
|
-
cursor: pointer;
|
|
3572
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
3572
3573
|
}
|
|
3573
3574
|
|
|
3574
3575
|
.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable:focus-visible {
|
|
@@ -3631,7 +3632,7 @@ div.dataviews-view-list {
|
|
|
3631
3632
|
}
|
|
3632
3633
|
|
|
3633
3634
|
.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type {
|
|
3634
|
-
width:
|
|
3635
|
+
width: 12px;
|
|
3635
3636
|
}
|
|
3636
3637
|
|
|
3637
3638
|
.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type::before {
|
|
@@ -3789,7 +3790,7 @@ div.dataviews-view-list {
|
|
|
3789
3790
|
display: flex;
|
|
3790
3791
|
width: 100%;
|
|
3791
3792
|
min-height: 24px;
|
|
3792
|
-
cursor: pointer;
|
|
3793
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
3793
3794
|
align-items: flex-start;
|
|
3794
3795
|
border-radius: 2px;
|
|
3795
3796
|
isolation: isolate;
|
|
@@ -3827,7 +3828,7 @@ div.dataviews-view-list {
|
|
|
3827
3828
|
|
|
3828
3829
|
.dataforms-layouts-panel__field-trigger.is-disabled .dataforms-layouts-panel__field-control {
|
|
3829
3830
|
color: #757575;
|
|
3830
|
-
font-weight: var(--wpds-font-weight-regular, 400);
|
|
3831
|
+
font-weight: var(--wpds-typography-font-weight-regular, 400);
|
|
3831
3832
|
}
|
|
3832
3833
|
|
|
3833
3834
|
.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon {
|
|
@@ -3869,7 +3870,6 @@ div.dataviews-view-list {
|
|
|
3869
3870
|
line-height: 20px;
|
|
3870
3871
|
hyphens: auto;
|
|
3871
3872
|
color: #757575;
|
|
3872
|
-
text-transform: capitalize;
|
|
3873
3873
|
}
|
|
3874
3874
|
|
|
3875
3875
|
.dataforms-layouts-panel__field-label .components-base-control__label {
|
|
@@ -3901,12 +3901,12 @@ div.dataviews-view-list {
|
|
|
3901
3901
|
flex-grow: 1;
|
|
3902
3902
|
min-width: 0;
|
|
3903
3903
|
min-height: 24px;
|
|
3904
|
-
line-height: var(--wpds-
|
|
3904
|
+
line-height: var(--wpds-typography-line-height-md, 24px);
|
|
3905
3905
|
display: flex;
|
|
3906
3906
|
align-items: center;
|
|
3907
3907
|
overflow: hidden;
|
|
3908
3908
|
word-break: break-word;
|
|
3909
|
-
font-weight: var(--wpds-font-weight-medium, 499);
|
|
3909
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
3910
3910
|
}
|
|
3911
3911
|
|
|
3912
3912
|
.dataforms-layouts-panel__field-control > * {
|
|
@@ -4229,6 +4229,11 @@ fieldset.fields__media-edit .components-base-control__label {
|
|
|
4229
4229
|
color: #1e1e1e;
|
|
4230
4230
|
}
|
|
4231
4231
|
|
|
4232
|
+
fieldset.fields__media-edit .fields__media-edit-description {
|
|
4233
|
+
font-size: 12px;
|
|
4234
|
+
line-height: 1.5;
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4232
4237
|
fieldset.fields__media-edit {
|
|
4233
4238
|
/* stylelint-disable-next-line property-no-unknown -- '@container' not globally permitted */
|
|
4234
4239
|
container-type: inline-size;
|
|
@@ -4746,6 +4751,11 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
4746
4751
|
margin-top: 8px;
|
|
4747
4752
|
}
|
|
4748
4753
|
|
|
4754
|
+
.editor-autocompleters__link {
|
|
4755
|
+
white-space: nowrap;
|
|
4756
|
+
gap: 8px;
|
|
4757
|
+
}
|
|
4758
|
+
|
|
4749
4759
|
.editor-autocompleters__user .editor-autocompleters__no-avatar::before {
|
|
4750
4760
|
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- dashicons don't need a generic family keyword. */
|
|
4751
4761
|
font: normal 20px/1 dashicons;
|
|
@@ -21,19 +21,19 @@ declare const _default: {
|
|
|
21
21
|
context: any;
|
|
22
22
|
select: any;
|
|
23
23
|
}): ({
|
|
24
|
-
label: import("@wordpress/i18n").
|
|
24
|
+
label: import("@wordpress/i18n").TransformedText<"Post Date">;
|
|
25
25
|
args: {
|
|
26
26
|
field: string;
|
|
27
27
|
};
|
|
28
28
|
type: string;
|
|
29
29
|
} | {
|
|
30
|
-
label: import("@wordpress/i18n").
|
|
30
|
+
label: import("@wordpress/i18n").TransformedText<"Post Modified Date">;
|
|
31
31
|
args: {
|
|
32
32
|
field: string;
|
|
33
33
|
};
|
|
34
34
|
type: string;
|
|
35
35
|
} | {
|
|
36
|
-
label: import("@wordpress/i18n").
|
|
36
|
+
label: import("@wordpress/i18n").TransformedText<"Post Link">;
|
|
37
37
|
args: {
|
|
38
38
|
field: string;
|
|
39
39
|
};
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
export const termDataFields: ({
|
|
2
|
-
label: import("@wordpress/i18n").
|
|
2
|
+
label: import("@wordpress/i18n").TransformedText<"Term ID">;
|
|
3
3
|
args: {
|
|
4
4
|
field: string;
|
|
5
5
|
};
|
|
6
6
|
type: string;
|
|
7
7
|
} | {
|
|
8
|
-
label: import("@wordpress/i18n").
|
|
8
|
+
label: import("@wordpress/i18n").TransformedText<"Name">;
|
|
9
9
|
args: {
|
|
10
10
|
field: string;
|
|
11
11
|
};
|
|
12
12
|
type: string;
|
|
13
13
|
} | {
|
|
14
|
-
label: import("@wordpress/i18n").
|
|
14
|
+
label: import("@wordpress/i18n").TransformedText<"Slug">;
|
|
15
15
|
args: {
|
|
16
16
|
field: string;
|
|
17
17
|
};
|
|
18
18
|
type: string;
|
|
19
19
|
} | {
|
|
20
|
-
label: import("@wordpress/i18n").
|
|
20
|
+
label: import("@wordpress/i18n").TransformedText<"Link">;
|
|
21
21
|
args: {
|
|
22
22
|
field: string;
|
|
23
23
|
};
|
|
24
24
|
type: string;
|
|
25
25
|
} | {
|
|
26
|
-
label: import("@wordpress/i18n").
|
|
26
|
+
label: import("@wordpress/i18n").TransformedText<"Description">;
|
|
27
27
|
args: {
|
|
28
28
|
field: string;
|
|
29
29
|
};
|
|
30
30
|
type: string;
|
|
31
31
|
} | {
|
|
32
|
-
label: import("@wordpress/i18n").
|
|
32
|
+
label: import("@wordpress/i18n").TransformedText<"Parent ID">;
|
|
33
33
|
args: {
|
|
34
34
|
field: string;
|
|
35
35
|
};
|
|
36
36
|
type: string;
|
|
37
37
|
} | {
|
|
38
|
-
label: import("@wordpress/i18n").
|
|
38
|
+
label: import("@wordpress/i18n").TransformedText<"Count">;
|
|
39
39
|
args: {
|
|
40
40
|
field: string;
|
|
41
41
|
};
|
|
@@ -63,43 +63,43 @@ declare const _default: {
|
|
|
63
63
|
context: any;
|
|
64
64
|
select: any;
|
|
65
65
|
}): ({
|
|
66
|
-
label: import("@wordpress/i18n").
|
|
66
|
+
label: import("@wordpress/i18n").TransformedText<"Term ID">;
|
|
67
67
|
args: {
|
|
68
68
|
field: string;
|
|
69
69
|
};
|
|
70
70
|
type: string;
|
|
71
71
|
} | {
|
|
72
|
-
label: import("@wordpress/i18n").
|
|
72
|
+
label: import("@wordpress/i18n").TransformedText<"Name">;
|
|
73
73
|
args: {
|
|
74
74
|
field: string;
|
|
75
75
|
};
|
|
76
76
|
type: string;
|
|
77
77
|
} | {
|
|
78
|
-
label: import("@wordpress/i18n").
|
|
78
|
+
label: import("@wordpress/i18n").TransformedText<"Slug">;
|
|
79
79
|
args: {
|
|
80
80
|
field: string;
|
|
81
81
|
};
|
|
82
82
|
type: string;
|
|
83
83
|
} | {
|
|
84
|
-
label: import("@wordpress/i18n").
|
|
84
|
+
label: import("@wordpress/i18n").TransformedText<"Link">;
|
|
85
85
|
args: {
|
|
86
86
|
field: string;
|
|
87
87
|
};
|
|
88
88
|
type: string;
|
|
89
89
|
} | {
|
|
90
|
-
label: import("@wordpress/i18n").
|
|
90
|
+
label: import("@wordpress/i18n").TransformedText<"Description">;
|
|
91
91
|
args: {
|
|
92
92
|
field: string;
|
|
93
93
|
};
|
|
94
94
|
type: string;
|
|
95
95
|
} | {
|
|
96
|
-
label: import("@wordpress/i18n").
|
|
96
|
+
label: import("@wordpress/i18n").TransformedText<"Parent ID">;
|
|
97
97
|
args: {
|
|
98
98
|
field: string;
|
|
99
99
|
};
|
|
100
100
|
type: string;
|
|
101
101
|
} | {
|
|
102
|
-
label: import("@wordpress/i18n").
|
|
102
|
+
label: import("@wordpress/i18n").TransformedText<"Count">;
|
|
103
103
|
args: {
|
|
104
104
|
field: string;
|
|
105
105
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
name: string;
|
|
3
|
+
className: string;
|
|
4
|
+
triggerPrefix: string;
|
|
5
|
+
isDebounced: boolean;
|
|
6
|
+
options(filterValue: any): Promise<any>;
|
|
7
|
+
getOptionKeywords(item: any): any[];
|
|
8
|
+
getOptionLabel(item: any): import("react").JSX.Element;
|
|
9
|
+
getOptionCompletion(item: any): import("react").JSX.Element;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/components/autocompleters/link.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/index.js"],"names":[],"mappings":"AA8PA,oFA0BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-render-cursors.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/use-render-cursors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"use-render-cursors.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/use-render-cursors.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAKxD,YAAY,EAAE,aAAa,EAAE,CAAC;AAE9B,MAAM,WAAW,UAAU;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,cAAc,CAAC,EAAE,aAAa,EAAE,CAAC;CACjC;AAED;;;;;;;;;GASG;AACH,wBAAgB,gBAAgB,CAC/B,cAAc,EAAE,WAAW,GAAG,IAAI,EAClC,mBAAmB,EAAE,QAAQ,GAAG,IAAI,EACpC,MAAM,EAAE,MAAM,GAAG,IAAI,EACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,OAAO,EAAE,MAAM,GACb;IAAE,OAAO,EAAE,UAAU,EAAE,CAAC;IAAC,yBAAyB,EAAE,MAAM,MAAM,IAAI,CAAA;CAAE,CAiIxE"}
|
|
@@ -3,56 +3,56 @@ export const textFormattingShortcuts: ({
|
|
|
3
3
|
modifier: string;
|
|
4
4
|
character: string;
|
|
5
5
|
};
|
|
6
|
-
description: import("@wordpress/i18n").
|
|
6
|
+
description: import("@wordpress/i18n").TransformedText<"Make the selected text bold.">;
|
|
7
7
|
aliases?: undefined;
|
|
8
8
|
} | {
|
|
9
9
|
keyCombination: {
|
|
10
10
|
modifier: string;
|
|
11
11
|
character: string;
|
|
12
12
|
};
|
|
13
|
-
description: import("@wordpress/i18n").
|
|
13
|
+
description: import("@wordpress/i18n").TransformedText<"Make the selected text italic.">;
|
|
14
14
|
aliases?: undefined;
|
|
15
15
|
} | {
|
|
16
16
|
keyCombination: {
|
|
17
17
|
modifier: string;
|
|
18
18
|
character: string;
|
|
19
19
|
};
|
|
20
|
-
description: import("@wordpress/i18n").
|
|
20
|
+
description: import("@wordpress/i18n").TransformedText<"Convert the selected text into a link.">;
|
|
21
21
|
aliases?: undefined;
|
|
22
22
|
} | {
|
|
23
23
|
keyCombination: {
|
|
24
24
|
modifier: string;
|
|
25
25
|
character: string;
|
|
26
26
|
};
|
|
27
|
-
description: import("@wordpress/i18n").
|
|
27
|
+
description: import("@wordpress/i18n").TransformedText<"Remove a link.">;
|
|
28
28
|
aliases?: undefined;
|
|
29
29
|
} | {
|
|
30
30
|
keyCombination: {
|
|
31
31
|
character: string;
|
|
32
32
|
modifier?: undefined;
|
|
33
33
|
};
|
|
34
|
-
description: import("@wordpress/i18n").
|
|
34
|
+
description: import("@wordpress/i18n").TransformedText<"Insert a link to a post or page.">;
|
|
35
35
|
aliases?: undefined;
|
|
36
36
|
} | {
|
|
37
37
|
keyCombination: {
|
|
38
38
|
modifier: string;
|
|
39
39
|
character: string;
|
|
40
40
|
};
|
|
41
|
-
description: import("@wordpress/i18n").
|
|
41
|
+
description: import("@wordpress/i18n").TransformedText<"Underline the selected text.">;
|
|
42
42
|
aliases?: undefined;
|
|
43
43
|
} | {
|
|
44
44
|
keyCombination: {
|
|
45
45
|
modifier: string;
|
|
46
46
|
character: string;
|
|
47
47
|
};
|
|
48
|
-
description: import("@wordpress/i18n").
|
|
48
|
+
description: import("@wordpress/i18n").TransformedText<"Strikethrough the selected text.">;
|
|
49
49
|
aliases?: undefined;
|
|
50
50
|
} | {
|
|
51
51
|
keyCombination: {
|
|
52
52
|
modifier: string;
|
|
53
53
|
character: string;
|
|
54
54
|
};
|
|
55
|
-
description: import("@wordpress/i18n").
|
|
55
|
+
description: import("@wordpress/i18n").TransformedText<"Make the selected text inline code.">;
|
|
56
56
|
aliases?: undefined;
|
|
57
57
|
} | {
|
|
58
58
|
keyCombination: {
|
|
@@ -63,20 +63,20 @@ export const textFormattingShortcuts: ({
|
|
|
63
63
|
modifier: string;
|
|
64
64
|
character: string;
|
|
65
65
|
}[];
|
|
66
|
-
description: import("@wordpress/i18n").
|
|
66
|
+
description: import("@wordpress/i18n").TransformedText<"Convert the current heading to a paragraph.">;
|
|
67
67
|
} | {
|
|
68
68
|
keyCombination: {
|
|
69
69
|
modifier: string;
|
|
70
70
|
character: string;
|
|
71
71
|
};
|
|
72
|
-
description: import("@wordpress/i18n").
|
|
72
|
+
description: import("@wordpress/i18n").TransformedText<"Convert the current paragraph or heading to a heading of level 1 to 6.">;
|
|
73
73
|
aliases?: undefined;
|
|
74
74
|
} | {
|
|
75
75
|
keyCombination: {
|
|
76
76
|
modifier: string;
|
|
77
77
|
character: string;
|
|
78
78
|
};
|
|
79
|
-
description: import("@wordpress/i18n").
|
|
79
|
+
description: import("@wordpress/i18n").TransformedText<"Add non breaking space.">;
|
|
80
80
|
aliases?: undefined;
|
|
81
81
|
})[];
|
|
82
82
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function useSetAsHomepageAction(): {
|
|
2
2
|
id: string;
|
|
3
|
-
label: import("@wordpress/i18n").
|
|
3
|
+
label: import("@wordpress/i18n").TransformedText<"Set as homepage">;
|
|
4
4
|
isEligible(post: any): boolean;
|
|
5
5
|
modalFocusOnMount: string;
|
|
6
6
|
RenderModal: ({ items, closeModal }: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function useSetAsPostsPageAction(): {
|
|
2
2
|
id: string;
|
|
3
|
-
label: import("@wordpress/i18n").
|
|
3
|
+
label: import("@wordpress/i18n").TransformedText<"Set as posts page">;
|
|
4
4
|
isEligible(post: any): boolean;
|
|
5
5
|
modalFocusOnMount: string;
|
|
6
6
|
RenderModal: ({ items, closeModal }: {
|
|
@@ -11,33 +11,33 @@
|
|
|
11
11
|
export default function PostFormat(): React.ReactNode;
|
|
12
12
|
export const POST_FORMATS: ({
|
|
13
13
|
id: string;
|
|
14
|
-
caption: import("@wordpress/i18n").
|
|
14
|
+
caption: import("@wordpress/i18n").TransformedText<"Aside">;
|
|
15
15
|
} | {
|
|
16
16
|
id: string;
|
|
17
|
-
caption: import("@wordpress/i18n").
|
|
17
|
+
caption: import("@wordpress/i18n").TransformedText<"Audio">;
|
|
18
18
|
} | {
|
|
19
19
|
id: string;
|
|
20
|
-
caption: import("@wordpress/i18n").
|
|
20
|
+
caption: import("@wordpress/i18n").TransformedText<"Chat">;
|
|
21
21
|
} | {
|
|
22
22
|
id: string;
|
|
23
|
-
caption: import("@wordpress/i18n").
|
|
23
|
+
caption: import("@wordpress/i18n").TransformedText<"Gallery">;
|
|
24
24
|
} | {
|
|
25
25
|
id: string;
|
|
26
|
-
caption: import("@wordpress/i18n").
|
|
26
|
+
caption: import("@wordpress/i18n").TransformedText<"Image">;
|
|
27
27
|
} | {
|
|
28
28
|
id: string;
|
|
29
|
-
caption: import("@wordpress/i18n").
|
|
29
|
+
caption: import("@wordpress/i18n").TransformedText<"Link">;
|
|
30
30
|
} | {
|
|
31
31
|
id: string;
|
|
32
|
-
caption: import("@wordpress/i18n").
|
|
32
|
+
caption: import("@wordpress/i18n").TransformedText<"Quote">;
|
|
33
33
|
} | {
|
|
34
34
|
id: string;
|
|
35
|
-
caption: import("@wordpress/i18n").
|
|
35
|
+
caption: import("@wordpress/i18n").TransformedText<"Standard">;
|
|
36
36
|
} | {
|
|
37
37
|
id: string;
|
|
38
|
-
caption: import("@wordpress/i18n").
|
|
38
|
+
caption: import("@wordpress/i18n").TransformedText<"Status">;
|
|
39
39
|
} | {
|
|
40
40
|
id: string;
|
|
41
|
-
caption: import("@wordpress/i18n").
|
|
41
|
+
caption: import("@wordpress/i18n").TransformedText<"Video">;
|
|
42
42
|
})[];
|
|
43
43
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: {
|
|
1
|
+
declare const _default: typeof PostLockedModal | {
|
|
2
2
|
new (props: {
|
|
3
3
|
[key: string]: any;
|
|
4
4
|
}): {
|
|
@@ -48,7 +48,7 @@ declare const _default: {
|
|
|
48
48
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
49
49
|
}[];
|
|
50
50
|
contextType?: import("react").Context<any> | undefined;
|
|
51
|
-
}
|
|
51
|
+
};
|
|
52
52
|
export default _default;
|
|
53
53
|
declare function PostLockedModal(): import("react").JSX.Element | null;
|
|
54
54
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-revisions-panel/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-revisions-panel/index.js"],"names":[],"mappings":"AAkJA,0EAMC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"revisions-slider.d.ts","sourceRoot":"","sources":["../../../src/components/post-revisions-preview/revisions-slider.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"revisions-slider.d.ts","sourceRoot":"","sources":["../../../src/components/post-revisions-preview/revisions-slider.js"],"names":[],"mappings":";AAeA;;;;GAIG;AACH,oCAFY,KAAK,CAAC,GAAG,CAAC,OAAO,CAiH5B"}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
export default function PostStatus(): import("react").JSX.Element | null;
|
|
2
2
|
export const STATUS_OPTIONS: ({
|
|
3
|
-
label: import("@wordpress/i18n").
|
|
3
|
+
label: import("@wordpress/i18n").TransformedText<"Draft">;
|
|
4
4
|
value: string;
|
|
5
|
-
description: import("@wordpress/i18n").
|
|
5
|
+
description: import("@wordpress/i18n").TransformedText<"Not ready to publish.">;
|
|
6
6
|
} | {
|
|
7
|
-
label: import("@wordpress/i18n").
|
|
7
|
+
label: import("@wordpress/i18n").TransformedText<"Pending">;
|
|
8
8
|
value: string;
|
|
9
|
-
description: import("@wordpress/i18n").
|
|
9
|
+
description: import("@wordpress/i18n").TransformedText<"Waiting for review before publishing.">;
|
|
10
10
|
} | {
|
|
11
|
-
label: import("@wordpress/i18n").
|
|
11
|
+
label: import("@wordpress/i18n").TransformedText<"Private">;
|
|
12
12
|
value: string;
|
|
13
|
-
description: import("@wordpress/i18n").
|
|
13
|
+
description: import("@wordpress/i18n").TransformedText<"Only visible to site admins and editors.">;
|
|
14
14
|
} | {
|
|
15
|
-
label: import("@wordpress/i18n").
|
|
15
|
+
label: import("@wordpress/i18n").TransformedText<"Scheduled">;
|
|
16
16
|
value: string;
|
|
17
|
-
description: import("@wordpress/i18n").
|
|
17
|
+
description: import("@wordpress/i18n").TransformedText<"Publish automatically on a chosen date.">;
|
|
18
18
|
} | {
|
|
19
|
-
label: import("@wordpress/i18n").
|
|
19
|
+
label: import("@wordpress/i18n").TransformedText<"Published">;
|
|
20
20
|
value: string;
|
|
21
|
-
description: import("@wordpress/i18n").
|
|
21
|
+
description: import("@wordpress/i18n").TransformedText<"Visible to everyone.">;
|
|
22
22
|
})[];
|
|
23
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const VISIBILITY_OPTIONS: ({
|
|
2
|
-
label: import("@wordpress/i18n").
|
|
2
|
+
label: import("@wordpress/i18n").TransformedText<"Public">;
|
|
3
3
|
value: string;
|
|
4
|
-
description: import("@wordpress/i18n").
|
|
4
|
+
description: import("@wordpress/i18n").TransformedText<"Visible to everyone.">;
|
|
5
5
|
} | {
|
|
6
|
-
label: import("@wordpress/i18n").
|
|
6
|
+
label: import("@wordpress/i18n").TransformedText<"Private">;
|
|
7
7
|
value: string;
|
|
8
|
-
description: import("@wordpress/i18n").
|
|
8
|
+
description: import("@wordpress/i18n").TransformedText<"Only visible to site admins and editors.">;
|
|
9
9
|
} | {
|
|
10
|
-
label: import("@wordpress/i18n").
|
|
10
|
+
label: import("@wordpress/i18n").TransformedText<"Password protected">;
|
|
11
11
|
value: string;
|
|
12
|
-
description: import("@wordpress/i18n").
|
|
12
|
+
description: import("@wordpress/i18n").TransformedText<"Only visible to those who know the password.">;
|
|
13
13
|
})[];
|
|
14
14
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/index.js"],"names":[],"mappings":";AA4KA;;;gCAkEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post-revision-summary.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/post-revision-summary.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"post-revision-summary.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/post-revision-summary.js"],"names":[],"mappings":"AAuBA,kFAoCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post-summary.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/post-summary.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"post-summary.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/post-summary.js"],"names":[],"mappings":"AAsCA;;gCAYC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"categories.d.ts","sourceRoot":"","sources":["../../../src/components/style-book/categories.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"categories.d.ts","sourceRoot":"","sources":["../../../src/components/style-book/categories.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,OAAO,KAAK,EACX,YAAY,EACZ,iBAAiB,EACjB,gBAAgB,EAChB,MAAM,SAAS,CAAC;AAMjB;;;;;GAKG;AACH,wBAAgB,qBAAqB,CACpC,kBAAkB,EAAE,iBAAiB,EACrC,QAAQ,EAAE,YAAY,EAAE,GACtB,gBAAgB,GAAG,SAAS,CAkD9B;AAED;;;;GAIG;AACH,wBAAgB,8BAA8B,IAAI,iBAAiB,EAAE,CAUpE"}
|