Skip to content

Commit

Permalink
Add post publish sharing buttons (#33074)
Browse files Browse the repository at this point in the history
* [not verified] Add whatsapp icon

* [not verified] Create hooks

* [not verified] Create ShareButtons component

* Little bit of make-up

* Add changelog entries

* Use static array for available networks

* Add typescript support

* Use CSS module after enabling TS support

* Create index.ts

* Fix TS build

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6245973121
  • Loading branch information
manzoorwanijk authored and matticbot committed Sep 20, 2023
1 parent 558e45d commit 0b79edb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '74f496b77ca2b3cc0dc6');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'f2e8cd0b07e1e013ba17');
2 changes: 1 addition & 1 deletion build/admin/index.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions build/admin/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/admin/index.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.2",
"@automattic/jetpack-base-styles": "^0.6.9",
"@automattic/jetpack-components": "^0.42.4",
"@automattic/jetpack-components": "^0.42.5-alpha",
"@automattic/jetpack-connection": "^0.29.10",
"@automattic/jetpack-shared-extension-utils": "^0.12.0",
"@storybook/addon-actions": "7.1.0",
Expand Down

0 comments on commit 0b79edb

Please sign in to comment.