Skip to content

Commit 0982c85

Browse files
mattwiebepfefferle
andauthored
Abstract shared Dialog code (#723)
* Create and use DRYer shared Dialog component * Add `copyDescription` to the shared modal * Built assets * the wp-scripts package now emits a different style Previously, it emitted `style-index.css`, now it emits `style-view.css` which seems like a potential bug worth monitoring --------- Co-authored-by: Matthias Pfefferle <[email protected]>
1 parent 4cd98b2 commit 0982c85

File tree

18 files changed

+137
-194
lines changed

18 files changed

+137
-194
lines changed

build/follow-me/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"editorScript": "file:./index.js",
4242
"viewScript": "file:./view.js",
4343
"style": [
44-
"file:./style-index.css",
44+
"file:./style-view.css",
4545
"wp-components"
4646
]
4747
}

build/follow-me/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'c7c2319cdfac52a18445');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '0708145714d72862bff0');

build/follow-me/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/follow-me/style-index.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/follow-me/style-view.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/follow-me/view.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-api-fetch', 'wp-components', 'wp-compose', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '1349fc90a3f33dde3595');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'cbc379fca374f5f88e22');

0 commit comments

Comments
 (0)