-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MU WPCOM: Port the wpcom block editor nux feature from the ETK (#38446)
* Add wpcom-block-editor-nux from wp-calypso's ETK * Add feature entrypoints * Move loader to load_etk_features * Js != jsx * Package updates * changelog * Update namespace * Use wpcomTrackEvent to track events * Port @automattic/tour-kit package and fix build * Fix blogging prompts api path * Fix lint * Fix getPrimarySiteDomain is undefined * Fix inline script is not printed * Remove @automattic/calypso-analytics deps * Fix lint * Fix Optimization seems to have broken the following translation strings --------- Co-authored-by: arthur <arthur.chu@automattic.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10193879305 Upstream-Ref: Automattic/jetpack@1723da1
- Loading branch information
1 parent
c1e47a9
commit 1d6edf0
Showing
163 changed files
with
7,442 additions
and
136 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
vendor/automattic/jetpack-mu-wpcom/src/build/a8c-posts-list/a8c-posts-list.asset.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '1005cc08bbe43a1f7cad'); | ||
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '0d98a62aec52c1bac7ee'); |
2 changes: 1 addition & 1 deletion
2
vendor/automattic/jetpack-mu-wpcom/src/build/a8c-posts-list/a8c-posts-list.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ck-mu-wpcom/src/build/block-inserter-modifications/block-inserter-modifications.asset.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '1459f16ef88627facd11'); | ||
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => 'f00d445d7e2166998c3f'); |
Oops, something went wrong.