@wordpress/block-library 10.1.1-next.v.202607070741.0 → 10.2.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 +9 -0
- package/build/accordion/block.json +1 -0
- package/build/button/edit.cjs +18 -8
- package/build/button/edit.cjs.map +2 -2
- package/build/cover/block.json +11 -0
- package/build/cover/edit/block-controls.cjs +11 -4
- package/build/cover/edit/block-controls.cjs.map +2 -2
- package/build/cover/edit/embed-video-url-input.cjs +5 -3
- package/build/cover/edit/embed-video-url-input.cjs.map +3 -3
- package/build/cover/edit/index.cjs +1 -1
- package/build/cover/edit/index.cjs.map +2 -2
- package/build/cover/embed-video-utils.cjs +17 -7
- package/build/cover/embed-video-utils.cjs.map +2 -2
- package/build/details/transforms.cjs +1 -3
- package/build/details/transforms.cjs.map +2 -2
- package/build/embed/embed-placeholder.cjs +0 -1
- package/build/embed/embed-placeholder.cjs.map +2 -2
- package/build/file/edit.cjs +4 -3
- package/build/file/edit.cjs.map +2 -2
- package/build/file/transforms.cjs +25 -60
- package/build/file/transforms.cjs.map +2 -2
- package/build/gallery/block.json +4 -2
- package/build/gallery/edit.cjs +1 -1
- package/build/gallery/edit.cjs.map +3 -3
- package/build/gallery/gap-styles.cjs +49 -13
- package/build/gallery/gap-styles.cjs.map +3 -3
- package/build/group/transforms.cjs +1 -1
- package/build/group/transforms.cjs.map +2 -2
- package/build/icon/components/custom-inserter/icon-grid.cjs +25 -12
- package/build/icon/components/custom-inserter/icon-grid.cjs.map +2 -2
- package/build/icon/components/custom-inserter/index.cjs +100 -31
- package/build/icon/components/custom-inserter/index.cjs.map +3 -3
- package/build/icon/edit.cjs +11 -12
- package/build/icon/edit.cjs.map +2 -2
- package/build/image/block.json +1 -1
- package/build/image/edit.cjs +0 -34
- package/build/image/edit.cjs.map +2 -2
- package/build/image/image.cjs +4 -23
- package/build/image/image.cjs.map +3 -3
- package/build/image/transforms.cjs +78 -0
- package/build/image/transforms.cjs.map +3 -3
- package/build/index.cjs +18 -8
- package/build/index.cjs.map +2 -2
- package/build/latest-posts/edit.cjs +5 -8
- package/build/latest-posts/edit.cjs.map +2 -2
- package/build/list-item/edit.cjs +1 -1
- package/build/list-item/edit.cjs.map +2 -2
- package/build/list-item/hooks/use-enter.cjs +14 -17
- package/build/list-item/hooks/use-enter.cjs.map +3 -3
- package/build/list-item/hooks/use-space.cjs +3 -2
- package/build/list-item/hooks/use-space.cjs.map +3 -3
- package/build/paragraph/block.json +1 -0
- package/build/paragraph/use-enter.cjs +3 -7
- package/build/paragraph/use-enter.cjs.map +3 -3
- package/build/playlist/block.json +29 -10
- package/build/playlist/edit.cjs +216 -14
- package/build/playlist/edit.cjs.map +3 -3
- package/build/playlist/index.cjs +1 -1
- package/build/playlist/index.cjs.map +2 -2
- package/build/playlist/utils.cjs +19 -5
- package/build/playlist/utils.cjs.map +2 -2
- package/build/playlist/view.cjs +83 -13
- package/build/playlist/view.cjs.map +2 -2
- package/build/playlist-track/block.json +4 -2
- package/build/playlist-track/edit.cjs +94 -64
- package/build/playlist-track/edit.cjs.map +2 -2
- package/build/post-content/block.json +1 -0
- package/build/post-template/block.json +2 -1
- package/build/post-template/edit.cjs +10 -1
- package/build/post-template/edit.cjs.map +2 -2
- package/build/pullquote/block.json +3 -1
- package/build/query/block.json +3 -2
- package/build/query/edit/inspector-controls/index.cjs +38 -4
- package/build/query/edit/inspector-controls/index.cjs.map +2 -2
- package/build/query/edit/inspector-controls/offset-controls.cjs +0 -1
- package/build/query/edit/inspector-controls/offset-controls.cjs.map +2 -2
- package/build/query/edit/inspector-controls/pages-control.cjs +0 -1
- package/build/query/edit/inspector-controls/pages-control.cjs.map +2 -2
- package/build/query/edit/query-content.cjs +10 -3
- package/build/query/edit/query-content.cjs.map +2 -2
- package/build/query/index.cjs +2 -1
- package/build/query/index.cjs.map +2 -2
- package/build/quote/block.json +3 -1
- package/build/quote/transforms.cjs +1 -3
- package/build/quote/transforms.cjs.map +2 -2
- package/build/rss/edit.cjs +0 -1
- package/build/rss/edit.cjs.map +2 -2
- package/build/tab-list/block.json +2 -2
- package/build/tab-list/edit.cjs +65 -11
- package/build/tab-list/edit.cjs.map +3 -3
- package/build/tab-panel/block.json +1 -6
- package/build/tab-panel/edit.cjs +15 -15
- package/build/tab-panel/edit.cjs.map +2 -2
- package/build/tab-panels/block.json +0 -1
- package/build/tabs/block.json +0 -5
- package/build/tabs/edit.cjs +4 -39
- package/build/tabs/edit.cjs.map +3 -3
- package/build/tabs/use-tab-list-items-sync.cjs +19 -1
- package/build/tabs/use-tab-list-items-sync.cjs.map +2 -2
- package/build/term-name/block.json +1 -3
- package/build/term-name/deprecated.cjs +105 -0
- package/build/term-name/deprecated.cjs.map +7 -0
- package/build/term-name/edit.cjs +11 -37
- package/build/term-name/edit.cjs.map +3 -3
- package/build/term-name/index.cjs +3 -1
- package/build/term-name/index.cjs.map +3 -3
- package/build/utils/waveform-player.cjs +138 -22
- package/build/utils/waveform-player.cjs.map +2 -2
- package/build/utils/waveform-utils.cjs +315 -17
- package/build/utils/waveform-utils.cjs.map +2 -2
- package/build/video/edit.cjs +2 -11
- package/build/video/edit.cjs.map +3 -3
- package/build-module/accordion/block.json +1 -0
- package/build-module/button/edit.mjs +19 -14
- package/build-module/button/edit.mjs.map +2 -2
- package/build-module/cover/block.json +11 -0
- package/build-module/cover/edit/block-controls.mjs +11 -4
- package/build-module/cover/edit/block-controls.mjs.map +2 -2
- package/build-module/cover/edit/embed-video-url-input.mjs +5 -4
- package/build-module/cover/edit/embed-video-url-input.mjs.map +2 -2
- package/build-module/cover/edit/index.mjs +1 -1
- package/build-module/cover/edit/index.mjs.map +2 -2
- package/build-module/cover/embed-video-utils.mjs +16 -7
- package/build-module/cover/embed-video-utils.mjs.map +2 -2
- package/build-module/details/transforms.mjs +2 -7
- package/build-module/details/transforms.mjs.map +2 -2
- package/build-module/embed/embed-placeholder.mjs +0 -1
- package/build-module/embed/embed-placeholder.mjs.map +2 -2
- package/build-module/file/edit.mjs +4 -3
- package/build-module/file/edit.mjs.map +2 -2
- package/build-module/file/transforms.mjs +25 -60
- package/build-module/file/transforms.mjs.map +2 -2
- package/build-module/gallery/block.json +4 -2
- package/build-module/gallery/edit.mjs +3 -3
- package/build-module/gallery/edit.mjs.map +2 -2
- package/build-module/gallery/gap-styles.mjs +53 -14
- package/build-module/gallery/gap-styles.mjs.map +2 -2
- package/build-module/group/transforms.mjs +2 -5
- package/build-module/group/transforms.mjs.map +2 -2
- package/build-module/icon/components/custom-inserter/icon-grid.mjs +25 -12
- package/build-module/icon/components/custom-inserter/icon-grid.mjs.map +2 -2
- package/build-module/icon/components/custom-inserter/index.mjs +102 -33
- package/build-module/icon/components/custom-inserter/index.mjs.map +2 -2
- package/build-module/icon/edit.mjs +11 -12
- package/build-module/icon/edit.mjs.map +2 -2
- package/build-module/image/block.json +1 -1
- package/build-module/image/edit.mjs +0 -34
- package/build-module/image/edit.mjs.map +2 -2
- package/build-module/image/image.mjs +4 -13
- package/build-module/image/image.mjs.map +2 -2
- package/build-module/image/transforms.mjs +78 -0
- package/build-module/image/transforms.mjs.map +2 -2
- package/build-module/index.mjs +18 -8
- package/build-module/index.mjs.map +2 -2
- package/build-module/latest-posts/edit.mjs +5 -8
- package/build-module/latest-posts/edit.mjs.map +2 -2
- package/build-module/list-item/edit.mjs +1 -1
- package/build-module/list-item/edit.mjs.map +2 -2
- package/build-module/list-item/hooks/use-enter.mjs +15 -21
- package/build-module/list-item/hooks/use-enter.mjs.map +2 -2
- package/build-module/list-item/hooks/use-space.mjs +4 -6
- package/build-module/list-item/hooks/use-space.mjs.map +2 -2
- package/build-module/paragraph/block.json +1 -0
- package/build-module/paragraph/use-enter.mjs +4 -11
- package/build-module/paragraph/use-enter.mjs.map +2 -2
- package/build-module/playlist/block.json +29 -10
- package/build-module/playlist/edit.mjs +220 -16
- package/build-module/playlist/edit.mjs.map +2 -2
- package/build-module/playlist/index.mjs +1 -1
- package/build-module/playlist/index.mjs.map +2 -2
- package/build-module/playlist/utils.mjs +17 -4
- package/build-module/playlist/utils.mjs.map +2 -2
- package/build-module/playlist/view.mjs +89 -14
- package/build-module/playlist/view.mjs.map +2 -2
- package/build-module/playlist-track/block.json +4 -2
- package/build-module/playlist-track/edit.mjs +96 -65
- package/build-module/playlist-track/edit.mjs.map +2 -2
- package/build-module/post-content/block.json +1 -0
- package/build-module/post-template/block.json +2 -1
- package/build-module/post-template/edit.mjs +10 -1
- package/build-module/post-template/edit.mjs.map +2 -2
- package/build-module/pullquote/block.json +3 -1
- package/build-module/query/block.json +3 -2
- package/build-module/query/edit/inspector-controls/index.mjs +40 -5
- package/build-module/query/edit/inspector-controls/index.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/offset-controls.mjs +0 -1
- package/build-module/query/edit/inspector-controls/offset-controls.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/pages-control.mjs +0 -1
- package/build-module/query/edit/inspector-controls/pages-control.mjs.map +2 -2
- package/build-module/query/edit/query-content.mjs +10 -3
- package/build-module/query/edit/query-content.mjs.map +2 -2
- package/build-module/query/index.mjs +2 -1
- package/build-module/query/index.mjs.map +2 -2
- package/build-module/quote/block.json +3 -1
- package/build-module/quote/transforms.mjs +2 -4
- package/build-module/quote/transforms.mjs.map +2 -2
- package/build-module/rss/edit.mjs +0 -1
- package/build-module/rss/edit.mjs.map +2 -2
- package/build-module/tab-list/block.json +2 -2
- package/build-module/tab-list/edit.mjs +72 -13
- package/build-module/tab-list/edit.mjs.map +2 -2
- package/build-module/tab-panel/block.json +1 -6
- package/build-module/tab-panel/edit.mjs +16 -16
- package/build-module/tab-panel/edit.mjs.map +2 -2
- package/build-module/tab-panels/block.json +0 -1
- package/build-module/tabs/block.json +0 -5
- package/build-module/tabs/edit.mjs +5 -45
- package/build-module/tabs/edit.mjs.map +2 -2
- package/build-module/tabs/use-tab-list-items-sync.mjs +19 -1
- package/build-module/tabs/use-tab-list-items-sync.mjs.map +2 -2
- package/build-module/term-name/block.json +1 -3
- package/build-module/term-name/deprecated.mjs +74 -0
- package/build-module/term-name/deprecated.mjs.map +7 -0
- package/build-module/term-name/edit.mjs +11 -28
- package/build-module/term-name/edit.mjs.map +2 -2
- package/build-module/term-name/index.mjs +3 -1
- package/build-module/term-name/index.mjs.map +2 -2
- package/build-module/utils/waveform-player.mjs +144 -23
- package/build-module/utils/waveform-player.mjs.map +2 -2
- package/build-module/utils/waveform-utils.mjs +310 -16
- package/build-module/utils/waveform-utils.mjs.map +2 -2
- package/build-module/video/edit.mjs +2 -11
- package/build-module/video/edit.mjs.map +2 -2
- package/build-style/editor-rtl.css +46 -21
- package/build-style/editor.css +46 -21
- package/build-style/icon/editor-rtl.css +80 -7
- package/build-style/icon/editor.css +80 -7
- package/build-style/more/editor-rtl.css +2 -2
- package/build-style/more/editor.css +2 -2
- package/build-style/navigation/editor-rtl.css +3 -4
- package/build-style/navigation/editor.css +3 -4
- package/build-style/navigation-link/editor-rtl.css +1 -1
- package/build-style/navigation-link/editor.css +1 -1
- package/build-style/nextpage/editor-rtl.css +2 -2
- package/build-style/nextpage/editor.css +2 -2
- package/build-style/playlist/editor-rtl.css +6 -0
- package/build-style/playlist/editor.css +6 -0
- package/build-style/playlist/style-rtl.css +37 -1
- package/build-style/playlist/style.css +37 -1
- package/build-style/playlist-track/style-rtl.css +10 -0
- package/build-style/playlist-track/style.css +10 -0
- package/build-style/style-rtl.css +47 -1
- package/build-style/style.css +47 -1
- package/build-style/video/editor-rtl.css +1 -1
- package/build-style/video/editor.css +1 -1
- package/build-types/table-of-contents/list.d.ts +1 -1
- package/build-types/table-of-contents/list.d.ts.map +1 -1
- package/package.json +46 -44
- package/src/accordion/README.md +1 -0
- package/src/accordion/block.json +1 -0
- package/src/button/edit.js +21 -15
- package/src/cover/README.md +60 -0
- package/src/cover/block.json +11 -0
- package/src/cover/edit/block-controls.js +21 -11
- package/src/cover/edit/embed-video-url-input.js +5 -4
- package/src/cover/edit/index.js +9 -11
- package/src/cover/embed-video-utils.js +38 -13
- package/src/details/transforms.js +2 -7
- package/src/embed/embed-placeholder.js +0 -1
- package/src/file/edit.js +8 -8
- package/src/file/transforms.js +28 -60
- package/src/gallery/README.md +1 -1
- package/src/gallery/block.json +4 -2
- package/src/gallery/edit.js +3 -3
- package/src/gallery/gap-styles.js +79 -20
- package/src/gallery/index.php +103 -43
- package/src/group/transforms.js +2 -5
- package/src/icon/components/custom-inserter/icon-grid.js +40 -11
- package/src/icon/components/custom-inserter/index.js +98 -25
- package/src/icon/edit.js +11 -17
- package/src/icon/editor.scss +33 -8
- package/src/image/README.md +1 -1
- package/src/image/block.json +1 -1
- package/src/image/edit.js +0 -52
- package/src/image/editor.scss +2 -0
- package/src/image/image.js +19 -24
- package/src/image/transforms.js +128 -0
- package/src/index.js +19 -7
- package/src/latest-posts/edit.js +5 -8
- package/src/latest-posts/index.php +46 -16
- package/src/list-item/edit.js +1 -1
- package/src/list-item/hooks/use-enter.js +15 -22
- package/src/list-item/hooks/use-space.js +4 -6
- package/src/media-text/editor.scss +1 -0
- package/src/more/editor.scss +1 -1
- package/src/navigation/editor.scss +1 -2
- package/src/navigation-link/editor.scss +1 -1
- package/src/navigation-link/index.php +6 -3
- package/src/navigation-submenu/index.php +6 -3
- package/src/nextpage/editor.scss +1 -1
- package/src/paragraph/README.md +1 -0
- package/src/paragraph/block.json +1 -0
- package/src/paragraph/use-enter.js +4 -11
- package/src/playlist/README.md +17 -18
- package/src/playlist/block.json +29 -10
- package/src/playlist/edit.js +247 -15
- package/src/playlist/editor.scss +6 -0
- package/src/playlist/index.js +1 -1
- package/src/playlist/index.php +58 -14
- package/src/playlist/style.scss +51 -1
- package/src/playlist/test/edit.js +13 -2
- package/src/playlist/utils.js +25 -7
- package/src/playlist/view.js +97 -16
- package/src/playlist-track/README.md +3 -3
- package/src/playlist-track/block.json +4 -2
- package/src/playlist-track/edit.js +94 -70
- package/src/playlist-track/index.php +20 -6
- package/src/playlist-track/style.scss +10 -0
- package/src/playlist-track/test/edit.js +169 -0
- package/src/post-content/README.md +1 -0
- package/src/post-content/block.json +1 -0
- package/src/post-template/README.md +1 -0
- package/src/post-template/block.json +2 -1
- package/src/post-template/edit.js +9 -0
- package/src/pullquote/README.md +1 -0
- package/src/pullquote/block.json +3 -1
- package/src/query/README.md +2 -1
- package/src/query/block.json +3 -2
- package/src/query/edit/inspector-controls/index.js +43 -3
- package/src/query/edit/inspector-controls/offset-controls.js +0 -1
- package/src/query/edit/inspector-controls/pages-control.js +0 -1
- package/src/query/edit/query-content.js +19 -3
- package/src/query/index.js +1 -0
- package/src/quote/README.md +1 -0
- package/src/quote/block.json +3 -1
- package/src/quote/transforms.js +2 -4
- package/src/rss/edit.js +0 -1
- package/src/rss/index.php +1 -1
- package/src/tab-list/README.md +4 -5
- package/src/tab-list/block.json +2 -2
- package/src/tab-list/edit.js +90 -28
- package/src/tab-list/index.php +9 -4
- package/src/tab-panel/README.md +4 -6
- package/src/tab-panel/block.json +1 -6
- package/src/tab-panel/edit.js +19 -24
- package/src/tab-panels/README.md +5 -3
- package/src/tab-panels/block.json +0 -1
- package/src/tabs/README.md +18 -9
- package/src/tabs/block.json +0 -5
- package/src/tabs/edit.js +7 -64
- package/src/tabs/use-tab-list-items-sync.js +24 -4
- package/src/template-part/index.php +1 -16
- package/src/term-name/README.md +1 -1
- package/src/term-name/block.json +1 -3
- package/src/term-name/deprecated.js +74 -0
- package/src/term-name/edit.js +2 -18
- package/src/term-name/index.js +2 -0
- package/src/utils/media-control.scss +1 -5
- package/src/utils/test/waveform-player.js +297 -34
- package/src/utils/test/waveform-utils.js +410 -5
- package/src/utils/waveform-player.js +189 -59
- package/src/utils/waveform-utils.js +443 -40
- package/src/video/edit.js +0 -8
- package/src/video/editor.scss +1 -1
- package/build/image/animated-gif-convert-control.cjs +0 -105
- package/build/image/animated-gif-convert-control.cjs.map +0 -7
- package/build/utils/gif-conversion-attributes.cjs +0 -40
- package/build/utils/gif-conversion-attributes.cjs.map +0 -7
- package/build/video/gif-restore-control.cjs +0 -73
- package/build/video/gif-restore-control.cjs.map +0 -7
- package/build-module/image/animated-gif-convert-control.mjs +0 -87
- package/build-module/image/animated-gif-convert-control.mjs.map +0 -7
- package/build-module/utils/gif-conversion-attributes.mjs +0 -15
- package/build-module/utils/gif-conversion-attributes.mjs.map +0 -7
- package/build-module/video/gif-restore-control.mjs +0 -55
- package/build-module/video/gif-restore-control.mjs.map +0 -7
- package/src/image/animated-gif-convert-control.js +0 -135
- package/src/image/test/animated-gif-convert-control.js +0 -276
- package/src/utils/gif-conversion-attributes.js +0 -30
- package/src/utils/test/gif-conversion-attributes.js +0 -60
- package/src/video/gif-restore-control.js +0 -92
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
}
|
|
105
105
|
.block-library-utils__media-control .block-library-utils__media-control__replace-flow button.components-button {
|
|
106
106
|
color: #1e1e1e;
|
|
107
|
-
|
|
107
|
+
border-color: #ccc;
|
|
108
108
|
width: 100%;
|
|
109
109
|
display: block;
|
|
110
110
|
height: 40px;
|
|
@@ -113,9 +113,6 @@
|
|
|
113
113
|
.block-library-utils__media-control .block-library-utils__media-control__replace-flow button.components-button:hover {
|
|
114
114
|
color: var(--wp-admin-theme-color);
|
|
115
115
|
}
|
|
116
|
-
.block-library-utils__media-control .block-library-utils__media-control__replace-flow button.components-button:focus {
|
|
117
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
118
|
-
}
|
|
119
116
|
|
|
120
117
|
.block-library-utils__media-control__inspector-media-replace-title {
|
|
121
118
|
word-break: break-all;
|
|
@@ -938,16 +935,33 @@ html :where(.wp-block-column) {
|
|
|
938
935
|
justify-content: center;
|
|
939
936
|
}
|
|
940
937
|
|
|
941
|
-
.wp-block-icon__inserter {
|
|
942
|
-
padding:
|
|
943
|
-
|
|
938
|
+
.wp-block-icon__inserter-sidebar {
|
|
939
|
+
padding-bottom: 24px;
|
|
940
|
+
}
|
|
941
|
+
@media (min-width: 782px) {
|
|
942
|
+
.wp-block-icon__inserter-sidebar {
|
|
943
|
+
overflow-x: visible;
|
|
944
|
+
overflow-y: auto;
|
|
945
|
+
position: absolute;
|
|
946
|
+
top: 72px;
|
|
947
|
+
right: 0;
|
|
948
|
+
bottom: 0;
|
|
949
|
+
width: 280px;
|
|
950
|
+
padding-top: 24px;
|
|
951
|
+
padding-inline: 24px;
|
|
952
|
+
}
|
|
944
953
|
}
|
|
945
954
|
|
|
946
|
-
|
|
947
|
-
|
|
955
|
+
@media (min-width: 782px) {
|
|
956
|
+
.wp-block-icon__inserter-panel {
|
|
957
|
+
margin-inline-start: 280px;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.wp-block-icon__inserter-loading {
|
|
948
962
|
display: flex;
|
|
949
|
-
justify-content:
|
|
950
|
-
|
|
963
|
+
justify-content: center;
|
|
964
|
+
padding: 24px;
|
|
951
965
|
}
|
|
952
966
|
|
|
953
967
|
.wp-block-icon__inserter-grid-icons-list {
|
|
@@ -969,6 +983,11 @@ html :where(.wp-block-column) {
|
|
|
969
983
|
.wp-block-icon__inserter-grid-icons-list-item-icon {
|
|
970
984
|
padding: 12px;
|
|
971
985
|
}
|
|
986
|
+
.wp-block-icon__inserter-grid-icons-list-item-icon svg {
|
|
987
|
+
display: block;
|
|
988
|
+
width: 24px;
|
|
989
|
+
height: 24px;
|
|
990
|
+
}
|
|
972
991
|
|
|
973
992
|
.wp-block-icon__inserter-grid-icons-list-item-title {
|
|
974
993
|
font-size: 12px;
|
|
@@ -976,6 +995,7 @@ html :where(.wp-block-column) {
|
|
|
976
995
|
overflow: hidden;
|
|
977
996
|
text-overflow: ellipsis;
|
|
978
997
|
white-space: nowrap;
|
|
998
|
+
width: 100%;
|
|
979
999
|
}
|
|
980
1000
|
|
|
981
1001
|
.wp-block-icon__toolbar-content {
|
|
@@ -1199,8 +1219,8 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1199
1219
|
position: relative;
|
|
1200
1220
|
font-size: 13px;
|
|
1201
1221
|
text-transform: uppercase;
|
|
1202
|
-
font-weight: 600;
|
|
1203
|
-
font-family: -apple-system,
|
|
1222
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
1223
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1204
1224
|
color: #757575;
|
|
1205
1225
|
display: inline-flex;
|
|
1206
1226
|
white-space: nowrap;
|
|
@@ -1400,7 +1420,7 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1400
1420
|
align-items: center;
|
|
1401
1421
|
min-width: 96px;
|
|
1402
1422
|
font-size: 13px;
|
|
1403
|
-
font-family: -apple-system,
|
|
1423
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1404
1424
|
}
|
|
1405
1425
|
.wp-block-navigation.is-selected .wp-block-navigation-placeholder__preview {
|
|
1406
1426
|
display: none;
|
|
@@ -1494,7 +1514,7 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1494
1514
|
.wp-block-navigation-placeholder__actions {
|
|
1495
1515
|
display: flex;
|
|
1496
1516
|
font-size: 13px;
|
|
1497
|
-
font-family: -apple-system,
|
|
1517
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1498
1518
|
gap: 6px;
|
|
1499
1519
|
align-items: center;
|
|
1500
1520
|
}
|
|
@@ -1634,8 +1654,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1634
1654
|
grid-column: span 2;
|
|
1635
1655
|
}
|
|
1636
1656
|
.wp-block-navigation__overlay-menu-preview.open {
|
|
1637
|
-
|
|
1638
|
-
outline: 1px solid transparent;
|
|
1657
|
+
border-color: #e0e0e0;
|
|
1639
1658
|
background-color: #fff;
|
|
1640
1659
|
}
|
|
1641
1660
|
|
|
@@ -1846,7 +1865,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1846
1865
|
.link-control-transform__subheading {
|
|
1847
1866
|
font-size: 11px;
|
|
1848
1867
|
text-transform: uppercase;
|
|
1849
|
-
font-weight:
|
|
1868
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
1850
1869
|
color: #1e1e1e;
|
|
1851
1870
|
margin-bottom: 1.5em;
|
|
1852
1871
|
}
|
|
@@ -1942,8 +1961,8 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1942
1961
|
font-size: 13px;
|
|
1943
1962
|
position: relative;
|
|
1944
1963
|
text-transform: uppercase;
|
|
1945
|
-
font-weight: 600;
|
|
1946
|
-
font-family: -apple-system,
|
|
1964
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
1965
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1947
1966
|
color: #757575;
|
|
1948
1967
|
border-radius: 4px;
|
|
1949
1968
|
background: #fff;
|
|
@@ -2038,6 +2057,12 @@ html[dir=rtl] .has-drop-cap:not(:focus)::first-letter {
|
|
|
2038
2057
|
margin-top: var(--wp--preset--spacing--30, 1em);
|
|
2039
2058
|
}
|
|
2040
2059
|
|
|
2060
|
+
.wp-block-playlist__waveform-color-controls {
|
|
2061
|
+
display: grid;
|
|
2062
|
+
grid-column: 1/-1;
|
|
2063
|
+
row-gap: 0;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2041
2066
|
.wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline {
|
|
2042
2067
|
display: inline;
|
|
2043
2068
|
}
|
|
@@ -2510,7 +2535,7 @@ html[dir=rtl] .has-drop-cap:not(:focus)::first-letter {
|
|
|
2510
2535
|
color: #757575;
|
|
2511
2536
|
text-transform: uppercase;
|
|
2512
2537
|
font-size: 11px;
|
|
2513
|
-
font-weight:
|
|
2538
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
2514
2539
|
display: block;
|
|
2515
2540
|
}
|
|
2516
2541
|
|
package/build-style/editor.css
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
}
|
|
105
105
|
.block-library-utils__media-control .block-library-utils__media-control__replace-flow button.components-button {
|
|
106
106
|
color: #1e1e1e;
|
|
107
|
-
|
|
107
|
+
border-color: #ccc;
|
|
108
108
|
width: 100%;
|
|
109
109
|
display: block;
|
|
110
110
|
height: 40px;
|
|
@@ -113,9 +113,6 @@
|
|
|
113
113
|
.block-library-utils__media-control .block-library-utils__media-control__replace-flow button.components-button:hover {
|
|
114
114
|
color: var(--wp-admin-theme-color);
|
|
115
115
|
}
|
|
116
|
-
.block-library-utils__media-control .block-library-utils__media-control__replace-flow button.components-button:focus {
|
|
117
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
118
|
-
}
|
|
119
116
|
|
|
120
117
|
.block-library-utils__media-control__inspector-media-replace-title {
|
|
121
118
|
word-break: break-all;
|
|
@@ -941,16 +938,33 @@ html :where(.wp-block-column) {
|
|
|
941
938
|
justify-content: center;
|
|
942
939
|
}
|
|
943
940
|
|
|
944
|
-
.wp-block-icon__inserter {
|
|
945
|
-
padding:
|
|
946
|
-
|
|
941
|
+
.wp-block-icon__inserter-sidebar {
|
|
942
|
+
padding-bottom: 24px;
|
|
943
|
+
}
|
|
944
|
+
@media (min-width: 782px) {
|
|
945
|
+
.wp-block-icon__inserter-sidebar {
|
|
946
|
+
overflow-x: visible;
|
|
947
|
+
overflow-y: auto;
|
|
948
|
+
position: absolute;
|
|
949
|
+
top: 72px;
|
|
950
|
+
left: 0;
|
|
951
|
+
bottom: 0;
|
|
952
|
+
width: 280px;
|
|
953
|
+
padding-top: 24px;
|
|
954
|
+
padding-inline: 24px;
|
|
955
|
+
}
|
|
947
956
|
}
|
|
948
957
|
|
|
949
|
-
|
|
950
|
-
|
|
958
|
+
@media (min-width: 782px) {
|
|
959
|
+
.wp-block-icon__inserter-panel {
|
|
960
|
+
margin-inline-start: 280px;
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.wp-block-icon__inserter-loading {
|
|
951
965
|
display: flex;
|
|
952
|
-
justify-content:
|
|
953
|
-
|
|
966
|
+
justify-content: center;
|
|
967
|
+
padding: 24px;
|
|
954
968
|
}
|
|
955
969
|
|
|
956
970
|
.wp-block-icon__inserter-grid-icons-list {
|
|
@@ -972,6 +986,11 @@ html :where(.wp-block-column) {
|
|
|
972
986
|
.wp-block-icon__inserter-grid-icons-list-item-icon {
|
|
973
987
|
padding: 12px;
|
|
974
988
|
}
|
|
989
|
+
.wp-block-icon__inserter-grid-icons-list-item-icon svg {
|
|
990
|
+
display: block;
|
|
991
|
+
width: 24px;
|
|
992
|
+
height: 24px;
|
|
993
|
+
}
|
|
975
994
|
|
|
976
995
|
.wp-block-icon__inserter-grid-icons-list-item-title {
|
|
977
996
|
font-size: 12px;
|
|
@@ -979,6 +998,7 @@ html :where(.wp-block-column) {
|
|
|
979
998
|
overflow: hidden;
|
|
980
999
|
text-overflow: ellipsis;
|
|
981
1000
|
white-space: nowrap;
|
|
1001
|
+
width: 100%;
|
|
982
1002
|
}
|
|
983
1003
|
|
|
984
1004
|
.wp-block-icon__toolbar-content {
|
|
@@ -1203,8 +1223,8 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1203
1223
|
position: relative;
|
|
1204
1224
|
font-size: 13px;
|
|
1205
1225
|
text-transform: uppercase;
|
|
1206
|
-
font-weight: 600;
|
|
1207
|
-
font-family: -apple-system,
|
|
1226
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
1227
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1208
1228
|
color: #757575;
|
|
1209
1229
|
display: inline-flex;
|
|
1210
1230
|
white-space: nowrap;
|
|
@@ -1404,7 +1424,7 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1404
1424
|
align-items: center;
|
|
1405
1425
|
min-width: 96px;
|
|
1406
1426
|
font-size: 13px;
|
|
1407
|
-
font-family: -apple-system,
|
|
1427
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1408
1428
|
}
|
|
1409
1429
|
.wp-block-navigation.is-selected .wp-block-navigation-placeholder__preview {
|
|
1410
1430
|
display: none;
|
|
@@ -1498,7 +1518,7 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1498
1518
|
.wp-block-navigation-placeholder__actions {
|
|
1499
1519
|
display: flex;
|
|
1500
1520
|
font-size: 13px;
|
|
1501
|
-
font-family: -apple-system,
|
|
1521
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1502
1522
|
gap: 6px;
|
|
1503
1523
|
align-items: center;
|
|
1504
1524
|
}
|
|
@@ -1638,8 +1658,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1638
1658
|
grid-column: span 2;
|
|
1639
1659
|
}
|
|
1640
1660
|
.wp-block-navigation__overlay-menu-preview.open {
|
|
1641
|
-
|
|
1642
|
-
outline: 1px solid transparent;
|
|
1661
|
+
border-color: #e0e0e0;
|
|
1643
1662
|
background-color: #fff;
|
|
1644
1663
|
}
|
|
1645
1664
|
|
|
@@ -1850,7 +1869,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1850
1869
|
.link-control-transform__subheading {
|
|
1851
1870
|
font-size: 11px;
|
|
1852
1871
|
text-transform: uppercase;
|
|
1853
|
-
font-weight:
|
|
1872
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
1854
1873
|
color: #1e1e1e;
|
|
1855
1874
|
margin-bottom: 1.5em;
|
|
1856
1875
|
}
|
|
@@ -1946,8 +1965,8 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1946
1965
|
font-size: 13px;
|
|
1947
1966
|
position: relative;
|
|
1948
1967
|
text-transform: uppercase;
|
|
1949
|
-
font-weight: 600;
|
|
1950
|
-
font-family: -apple-system,
|
|
1968
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
1969
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1951
1970
|
color: #757575;
|
|
1952
1971
|
border-radius: 4px;
|
|
1953
1972
|
background: #fff;
|
|
@@ -2042,6 +2061,12 @@ html[dir=rtl] .has-drop-cap:not(:focus)::first-letter {
|
|
|
2042
2061
|
margin-top: var(--wp--preset--spacing--30, 1em);
|
|
2043
2062
|
}
|
|
2044
2063
|
|
|
2064
|
+
.wp-block-playlist__waveform-color-controls {
|
|
2065
|
+
display: grid;
|
|
2066
|
+
grid-column: 1/-1;
|
|
2067
|
+
row-gap: 0;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2045
2070
|
.wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline {
|
|
2046
2071
|
display: inline;
|
|
2047
2072
|
}
|
|
@@ -2514,7 +2539,7 @@ html[dir=rtl] .has-drop-cap:not(:focus)::first-letter {
|
|
|
2514
2539
|
color: #757575;
|
|
2515
2540
|
text-transform: uppercase;
|
|
2516
2541
|
font-size: 11px;
|
|
2517
|
-
font-weight:
|
|
2542
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
2518
2543
|
display: block;
|
|
2519
2544
|
}
|
|
2520
2545
|
|
|
@@ -43,21 +43,88 @@
|
|
|
43
43
|
* React Native specific.
|
|
44
44
|
* These variables do not appear to be used anywhere else.
|
|
45
45
|
*/
|
|
46
|
+
/**
|
|
47
|
+
* Typography
|
|
48
|
+
*/
|
|
49
|
+
/**
|
|
50
|
+
* Breakpoints & Media Queries
|
|
51
|
+
*/
|
|
52
|
+
/**
|
|
53
|
+
* Converts a hex value into the rgb equivalent.
|
|
54
|
+
*
|
|
55
|
+
* @param {string} hex - the hexadecimal value to convert
|
|
56
|
+
* @return {string} comma separated rgb values
|
|
57
|
+
*/
|
|
58
|
+
/**
|
|
59
|
+
* Long content fade mixin
|
|
60
|
+
*
|
|
61
|
+
* Creates a fading overlay to signify that the content is longer
|
|
62
|
+
* than the space allows.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Breakpoint mixins
|
|
66
|
+
*/
|
|
67
|
+
/**
|
|
68
|
+
* Focus styles.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Standard focus rings for the WordPress Design System.
|
|
72
|
+
*
|
|
73
|
+
* Apply `outset-ring__focus` inside the relevant pseudo-class at the call site,
|
|
74
|
+
* e.g. `&:focus { @include outset-ring__focus(); }`.
|
|
75
|
+
*/
|
|
76
|
+
/**
|
|
77
|
+
* Applies editor left position to the selector passed as argument
|
|
78
|
+
*/
|
|
79
|
+
/**
|
|
80
|
+
* Styles that are reused verbatim in a few places
|
|
81
|
+
*/
|
|
82
|
+
/**
|
|
83
|
+
* Allows users to opt-out of animations via OS-level preferences.
|
|
84
|
+
*/
|
|
85
|
+
/**
|
|
86
|
+
* Reset default styles for JavaScript UI based pages.
|
|
87
|
+
* This is a WP-admin agnostic reset
|
|
88
|
+
*/
|
|
89
|
+
/**
|
|
90
|
+
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
91
|
+
*/
|
|
92
|
+
/**
|
|
93
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
94
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
95
|
+
*/
|
|
46
96
|
.wp-block[data-align=center] > .wp-block-icon {
|
|
47
97
|
display: flex;
|
|
48
98
|
justify-content: center;
|
|
49
99
|
}
|
|
50
100
|
|
|
51
|
-
.wp-block-icon__inserter {
|
|
52
|
-
padding:
|
|
53
|
-
|
|
101
|
+
.wp-block-icon__inserter-sidebar {
|
|
102
|
+
padding-bottom: 24px;
|
|
103
|
+
}
|
|
104
|
+
@media (min-width: 782px) {
|
|
105
|
+
.wp-block-icon__inserter-sidebar {
|
|
106
|
+
overflow-x: visible;
|
|
107
|
+
overflow-y: auto;
|
|
108
|
+
position: absolute;
|
|
109
|
+
top: 72px;
|
|
110
|
+
right: 0;
|
|
111
|
+
bottom: 0;
|
|
112
|
+
width: 280px;
|
|
113
|
+
padding-top: 24px;
|
|
114
|
+
padding-inline: 24px;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@media (min-width: 782px) {
|
|
119
|
+
.wp-block-icon__inserter-panel {
|
|
120
|
+
margin-inline-start: 280px;
|
|
121
|
+
}
|
|
54
122
|
}
|
|
55
123
|
|
|
56
|
-
.wp-block-icon__inserter-
|
|
57
|
-
align-items: center;
|
|
124
|
+
.wp-block-icon__inserter-loading {
|
|
58
125
|
display: flex;
|
|
59
|
-
justify-content:
|
|
60
|
-
|
|
126
|
+
justify-content: center;
|
|
127
|
+
padding: 24px;
|
|
61
128
|
}
|
|
62
129
|
|
|
63
130
|
.wp-block-icon__inserter-grid-icons-list {
|
|
@@ -79,6 +146,11 @@
|
|
|
79
146
|
.wp-block-icon__inserter-grid-icons-list-item-icon {
|
|
80
147
|
padding: 12px;
|
|
81
148
|
}
|
|
149
|
+
.wp-block-icon__inserter-grid-icons-list-item-icon svg {
|
|
150
|
+
display: block;
|
|
151
|
+
width: 24px;
|
|
152
|
+
height: 24px;
|
|
153
|
+
}
|
|
82
154
|
|
|
83
155
|
.wp-block-icon__inserter-grid-icons-list-item-title {
|
|
84
156
|
font-size: 12px;
|
|
@@ -86,6 +158,7 @@
|
|
|
86
158
|
overflow: hidden;
|
|
87
159
|
text-overflow: ellipsis;
|
|
88
160
|
white-space: nowrap;
|
|
161
|
+
width: 100%;
|
|
89
162
|
}
|
|
90
163
|
|
|
91
164
|
.wp-block-icon__toolbar-content {
|
|
@@ -43,21 +43,88 @@
|
|
|
43
43
|
* React Native specific.
|
|
44
44
|
* These variables do not appear to be used anywhere else.
|
|
45
45
|
*/
|
|
46
|
+
/**
|
|
47
|
+
* Typography
|
|
48
|
+
*/
|
|
49
|
+
/**
|
|
50
|
+
* Breakpoints & Media Queries
|
|
51
|
+
*/
|
|
52
|
+
/**
|
|
53
|
+
* Converts a hex value into the rgb equivalent.
|
|
54
|
+
*
|
|
55
|
+
* @param {string} hex - the hexadecimal value to convert
|
|
56
|
+
* @return {string} comma separated rgb values
|
|
57
|
+
*/
|
|
58
|
+
/**
|
|
59
|
+
* Long content fade mixin
|
|
60
|
+
*
|
|
61
|
+
* Creates a fading overlay to signify that the content is longer
|
|
62
|
+
* than the space allows.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Breakpoint mixins
|
|
66
|
+
*/
|
|
67
|
+
/**
|
|
68
|
+
* Focus styles.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Standard focus rings for the WordPress Design System.
|
|
72
|
+
*
|
|
73
|
+
* Apply `outset-ring__focus` inside the relevant pseudo-class at the call site,
|
|
74
|
+
* e.g. `&:focus { @include outset-ring__focus(); }`.
|
|
75
|
+
*/
|
|
76
|
+
/**
|
|
77
|
+
* Applies editor left position to the selector passed as argument
|
|
78
|
+
*/
|
|
79
|
+
/**
|
|
80
|
+
* Styles that are reused verbatim in a few places
|
|
81
|
+
*/
|
|
82
|
+
/**
|
|
83
|
+
* Allows users to opt-out of animations via OS-level preferences.
|
|
84
|
+
*/
|
|
85
|
+
/**
|
|
86
|
+
* Reset default styles for JavaScript UI based pages.
|
|
87
|
+
* This is a WP-admin agnostic reset
|
|
88
|
+
*/
|
|
89
|
+
/**
|
|
90
|
+
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
91
|
+
*/
|
|
92
|
+
/**
|
|
93
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
94
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
95
|
+
*/
|
|
46
96
|
.wp-block[data-align=center] > .wp-block-icon {
|
|
47
97
|
display: flex;
|
|
48
98
|
justify-content: center;
|
|
49
99
|
}
|
|
50
100
|
|
|
51
|
-
.wp-block-icon__inserter {
|
|
52
|
-
padding:
|
|
53
|
-
|
|
101
|
+
.wp-block-icon__inserter-sidebar {
|
|
102
|
+
padding-bottom: 24px;
|
|
103
|
+
}
|
|
104
|
+
@media (min-width: 782px) {
|
|
105
|
+
.wp-block-icon__inserter-sidebar {
|
|
106
|
+
overflow-x: visible;
|
|
107
|
+
overflow-y: auto;
|
|
108
|
+
position: absolute;
|
|
109
|
+
top: 72px;
|
|
110
|
+
left: 0;
|
|
111
|
+
bottom: 0;
|
|
112
|
+
width: 280px;
|
|
113
|
+
padding-top: 24px;
|
|
114
|
+
padding-inline: 24px;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@media (min-width: 782px) {
|
|
119
|
+
.wp-block-icon__inserter-panel {
|
|
120
|
+
margin-inline-start: 280px;
|
|
121
|
+
}
|
|
54
122
|
}
|
|
55
123
|
|
|
56
|
-
.wp-block-icon__inserter-
|
|
57
|
-
align-items: center;
|
|
124
|
+
.wp-block-icon__inserter-loading {
|
|
58
125
|
display: flex;
|
|
59
|
-
justify-content:
|
|
60
|
-
|
|
126
|
+
justify-content: center;
|
|
127
|
+
padding: 24px;
|
|
61
128
|
}
|
|
62
129
|
|
|
63
130
|
.wp-block-icon__inserter-grid-icons-list {
|
|
@@ -79,6 +146,11 @@
|
|
|
79
146
|
.wp-block-icon__inserter-grid-icons-list-item-icon {
|
|
80
147
|
padding: 12px;
|
|
81
148
|
}
|
|
149
|
+
.wp-block-icon__inserter-grid-icons-list-item-icon svg {
|
|
150
|
+
display: block;
|
|
151
|
+
width: 24px;
|
|
152
|
+
height: 24px;
|
|
153
|
+
}
|
|
82
154
|
|
|
83
155
|
.wp-block-icon__inserter-grid-icons-list-item-title {
|
|
84
156
|
font-size: 12px;
|
|
@@ -86,6 +158,7 @@
|
|
|
86
158
|
overflow: hidden;
|
|
87
159
|
text-overflow: ellipsis;
|
|
88
160
|
white-space: nowrap;
|
|
161
|
+
width: 100%;
|
|
89
162
|
}
|
|
90
163
|
|
|
91
164
|
.wp-block-icon__toolbar-content {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
position: relative;
|
|
60
60
|
font-size: 13px;
|
|
61
61
|
text-transform: uppercase;
|
|
62
|
-
font-weight: 600;
|
|
63
|
-
font-family: -apple-system,
|
|
62
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
63
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
64
64
|
color: #757575;
|
|
65
65
|
display: inline-flex;
|
|
66
66
|
white-space: nowrap;
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
position: relative;
|
|
60
60
|
font-size: 13px;
|
|
61
61
|
text-transform: uppercase;
|
|
62
|
-
font-weight: 600;
|
|
63
|
-
font-family: -apple-system,
|
|
62
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
63
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
64
64
|
color: #757575;
|
|
65
65
|
display: inline-flex;
|
|
66
66
|
white-space: nowrap;
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
align-items: center;
|
|
277
277
|
min-width: 96px;
|
|
278
278
|
font-size: 13px;
|
|
279
|
-
font-family: -apple-system,
|
|
279
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
280
280
|
}
|
|
281
281
|
.wp-block-navigation.is-selected .wp-block-navigation-placeholder__preview {
|
|
282
282
|
display: none;
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
.wp-block-navigation-placeholder__actions {
|
|
371
371
|
display: flex;
|
|
372
372
|
font-size: 13px;
|
|
373
|
-
font-family: -apple-system,
|
|
373
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
374
374
|
gap: 6px;
|
|
375
375
|
align-items: center;
|
|
376
376
|
}
|
|
@@ -510,8 +510,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
510
510
|
grid-column: span 2;
|
|
511
511
|
}
|
|
512
512
|
.wp-block-navigation__overlay-menu-preview.open {
|
|
513
|
-
|
|
514
|
-
outline: 1px solid transparent;
|
|
513
|
+
border-color: #e0e0e0;
|
|
515
514
|
background-color: #fff;
|
|
516
515
|
}
|
|
517
516
|
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
align-items: center;
|
|
277
277
|
min-width: 96px;
|
|
278
278
|
font-size: 13px;
|
|
279
|
-
font-family: -apple-system,
|
|
279
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
280
280
|
}
|
|
281
281
|
.wp-block-navigation.is-selected .wp-block-navigation-placeholder__preview {
|
|
282
282
|
display: none;
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
.wp-block-navigation-placeholder__actions {
|
|
371
371
|
display: flex;
|
|
372
372
|
font-size: 13px;
|
|
373
|
-
font-family: -apple-system,
|
|
373
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
374
374
|
gap: 6px;
|
|
375
375
|
align-items: center;
|
|
376
376
|
}
|
|
@@ -510,8 +510,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
510
510
|
grid-column: span 2;
|
|
511
511
|
}
|
|
512
512
|
.wp-block-navigation__overlay-menu-preview.open {
|
|
513
|
-
|
|
514
|
-
outline: 1px solid transparent;
|
|
513
|
+
border-color: #e0e0e0;
|
|
515
514
|
background-color: #fff;
|
|
516
515
|
}
|
|
517
516
|
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
font-size: 13px;
|
|
60
60
|
position: relative;
|
|
61
61
|
text-transform: uppercase;
|
|
62
|
-
font-weight: 600;
|
|
63
|
-
font-family: -apple-system,
|
|
62
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
63
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
64
64
|
color: #757575;
|
|
65
65
|
border-radius: 4px;
|
|
66
66
|
background: #fff;
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
font-size: 13px;
|
|
60
60
|
position: relative;
|
|
61
61
|
text-transform: uppercase;
|
|
62
|
-
font-weight: 600;
|
|
63
|
-
font-family: -apple-system,
|
|
62
|
+
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
|
|
63
|
+
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
64
64
|
color: #757575;
|
|
65
65
|
border-radius: 4px;
|
|
66
66
|
background: #fff;
|