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 eff5fc0 commit 3481057
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => 'bc91155731619b7ef775');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '026ed3844ba6c079060c');
2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.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 @@ -30,7 +30,7 @@
],
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-components": "^0.42.4",
"@automattic/jetpack-components": "^0.42.5-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.0",
"@wordpress/block-editor": "12.9.0",
"@wordpress/blocks": "12.18.0",
Expand Down

0 comments on commit 3481057

Please sign in to comment.