Skip to content

Commit 4a7318e

Browse files
IanRamosCmatticbot
authored andcommitted
JPMT-22: Add email input to social form (#42600)
* My Jetpack: add dummy content to onboarding screen * Update spacing * Update component font * Update spacing on mobile * Adjust layout according to reference * My Jetpack: add connection form to onboarding screen * Adjust folder structure * Remove duplicate code * Standardize hex color codes * My Jetpack: add dummy content to onboarding screen * Update spacing * Update component font * My Jetpack: add email input to social form on onboarding screen * Adjust text spacing * Update styling to match designs * Update styling to match designs * Add TOS text * changelog * changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14000279015 Upstream-Ref: Automattic/jetpack@4975bc6
1 parent 4411930 commit 4a7318e

File tree

13 files changed

+119
-118
lines changed

13 files changed

+119
-118
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'bc45177011e24e3a150e');
1+
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'c64bcd54b1a8ca23f813');

jetpack_vendor/automattic/jetpack-connection/dist/jetpack-connection.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
This is an alpha version! The changes listed here are not final.
1111

1212
### Added
13+
- An email input has been added to the social login form for connections on the onboarding screen. This input will help users log into Jetpack seamlessly through a magic link.
1314
- My Jetpack: add a new social login form for connecting Jetpack for the first time on the onboardin screen.
1415

1516
## [5.8.0] - 2025-03-21
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-private-apis', 'wp-url', 'wp-warning'), 'version' => '45a5acf73748e40cf0da');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-private-apis', 'wp-url', 'wp-warning'), 'version' => '0543f385039cce377682');

jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '3ebf952604e1c85ad781');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'b93cb1f3b117bd8db282');

jetpack_vendor/automattic/jetpack-videopress/build/admin/index.js

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/i18n-map.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
),
4747
'jetpack-my-jetpack' => array(
4848
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
49-
'ver' => '5.9.0-alpha1742586744',
49+
'ver' => '5.9.0-alpha1742588636',
5050
),
5151
'jetpack-password-checker' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',

vendor/composer/installed.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
10-
"reference": "075e1547aec7ec2c1b91564d13dcda0e7149e60e"
10+
"reference": "312bdaf349349903f260dab4ead7da7fa6947fe7"
1111
},
1212
"require": {
1313
"php": ">=7.2"
@@ -64,7 +64,7 @@
6464
"dist": {
6565
"type": "path",
6666
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
67-
"reference": "05f1c7bfcbb7bc9811072b59cd0429abb8ed7c84"
67+
"reference": "f5d5095adced59f991ce1dd5f05f8c76a582f42a"
6868
},
6969
"require": {
7070
"php": ">=7.2"
@@ -127,7 +127,7 @@
127127
"dist": {
128128
"type": "path",
129129
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
130-
"reference": "f3e15a3e7e69f1295baf191cddc765b47b0d5e31"
130+
"reference": "2a44017ad6605dad927c5dc9fb12dbb91440329f"
131131
},
132132
"require": {
133133
"automattic/jetpack-constants": "^3.0.5",
@@ -200,7 +200,7 @@
200200
"dist": {
201201
"type": "path",
202202
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
203-
"reference": "1c785c0f571c3eda1f5f0f0afae6e49f68bbd891"
203+
"reference": "b04a53584f7c76ac74c4f8d2aac992056b51e69a"
204204
},
205205
"require": {
206206
"composer-plugin-api": "^2.2",
@@ -272,7 +272,7 @@
272272
"dist": {
273273
"type": "path",
274274
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-core",
275-
"reference": "ba295095863cc86842a33050464d9581889e6cb4"
275+
"reference": "5d0cdef6bcd20c4950a2dfd672fdac4e154be03f"
276276
},
277277
"require": {
278278
"automattic/jetpack-connection": "^6.7.7",
@@ -331,7 +331,7 @@
331331
"dist": {
332332
"type": "path",
333333
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score",
334-
"reference": "5419bc3363a12875ad9fbefeada800eb0954e9ef"
334+
"reference": "fadae3a16e83a274ab714480f42cbcb96d3a2597"
335335
},
336336
"require": {
337337
"automattic/jetpack-boost-core": "^0.3.9",
@@ -399,7 +399,7 @@
399399
"dist": {
400400
"type": "path",
401401
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
402-
"reference": "c411cafec1cce98bf04efe008864b07b36bc6919"
402+
"reference": "4e766590fa0c3152cb28fc4e835abebb5b3d28b6"
403403
},
404404
"require": {
405405
"composer-plugin-api": "^2.2",
@@ -463,7 +463,7 @@
463463
"dist": {
464464
"type": "path",
465465
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
466-
"reference": "c5eefe2879fb74c528cb038f38dd7b4f5bfe4ec1"
466+
"reference": "c3d004fceb498faa20138b6547b9b7c4ef168d31"
467467
},
468468
"require": {
469469
"php": ">=7.2"
@@ -538,7 +538,7 @@
538538
"dist": {
539539
"type": "path",
540540
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
541-
"reference": "37bbddbb8252fa42a949b9dc094ec6bd36a13dc0"
541+
"reference": "f01fdc95963e924630d09f797a0216186b017f40"
542542
},
543543
"require": {
544544
"automattic/jetpack-a8c-mc-stats": "^3.0.4",
@@ -626,7 +626,7 @@
626626
"dist": {
627627
"type": "path",
628628
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
629-
"reference": "28c8f7f9309a91e20b66f2e1d5ff96a4ad37d623"
629+
"reference": "726082b8998704f26d71c0d978d855d3ebfb9da2"
630630
},
631631
"require": {
632632
"php": ">=7.2"
@@ -684,7 +684,7 @@
684684
"dist": {
685685
"type": "path",
686686
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
687-
"reference": "e8d87ae8d9582d49af925d4aa3eee360a1696703"
687+
"reference": "df95a60b08b4e4394f5acb6551896c5318b33ef4"
688688
},
689689
"require": {
690690
"php": ">=7.2"
@@ -741,7 +741,7 @@
741741
"dist": {
742742
"type": "path",
743743
"url": "/tmp/jetpack-build/Automattic/jetpack-explat",
744-
"reference": "20751640b257362caec5a145d1d2808eac54dffd"
744+
"reference": "b721d75be39e6aa56c28b891d71d47ff4a7f6e4d"
745745
},
746746
"require": {
747747
"automattic/jetpack-connection": "^6.7.7",
@@ -820,7 +820,7 @@
820820
"dist": {
821821
"type": "path",
822822
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
823-
"reference": "cd09b4d4f3810570dd2c5cb0cd24c2007aaa37c4"
823+
"reference": "ec0d9f2bb1d7af34b53ffceab567da4a76887517"
824824
},
825825
"require": {
826826
"php": ">=7.2"
@@ -882,7 +882,7 @@
882882
"dist": {
883883
"type": "path",
884884
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
885-
"reference": "66f92577c5e9549e83795b2629a79cc4a83ff3e4"
885+
"reference": "e115a99be5a85849a25044b07b4d1d7746ad7ec7"
886886
},
887887
"require": {
888888
"automattic/jetpack-a8c-mc-stats": "^3.0.4",
@@ -961,7 +961,7 @@
961961
"dist": {
962962
"type": "path",
963963
"url": "/tmp/jetpack-build/Automattic/jetpack-licensing",
964-
"reference": "439158eea2f9e30a845266b6f02d8a7ab5ee329e"
964+
"reference": "3387c8eed374fdfb18fd72c049c46eb4983d8171"
965965
},
966966
"require": {
967967
"automattic/jetpack-connection": "^6.7.7",
@@ -1021,7 +1021,7 @@
10211021
"dist": {
10221022
"type": "path",
10231023
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
1024-
"reference": "55c372a2304bf77cbd5cec7433d1282a301adec1"
1024+
"reference": "30f9e259bef0656e5583f79f50f80d5682891a3c"
10251025
},
10261026
"require": {
10271027
"php": ">=7.2"
@@ -1073,12 +1073,12 @@
10731073
},
10741074
{
10751075
"name": "automattic/jetpack-my-jetpack",
1076-
"version": "5.9.0-alpha.1742586744",
1077-
"version_normalized": "5.9.0.0-alpha1742586744",
1076+
"version": "5.9.0-alpha.1742588636",
1077+
"version_normalized": "5.9.0.0-alpha1742588636",
10781078
"dist": {
10791079
"type": "path",
10801080
"url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack",
1081-
"reference": "82b6690359d057374021ce2bdf331a86d784705f"
1081+
"reference": "bcc8b315cf20e949189efc83f96b0a38f6a670b3"
10821082
},
10831083
"require": {
10841084
"automattic/jetpack-admin-ui": "^0.5.7",
@@ -1178,7 +1178,7 @@
11781178
"dist": {
11791179
"type": "path",
11801180
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
1181-
"reference": "6c2afe6801ff776bd82719d3d1913a00f5ef560f"
1181+
"reference": "acc95265d61fe1d1c2022883ae2035dcf92d1dc5"
11821182
},
11831183
"require": {
11841184
"php": ">=7.2"
@@ -1237,7 +1237,7 @@
12371237
"dist": {
12381238
"type": "path",
12391239
"url": "/tmp/jetpack-build/Automattic/jetpack-plans",
1240-
"reference": "49b55e7db4987e972fffa2006014ad4d3a458bb0"
1240+
"reference": "0cc096440469e3fbe834d0e0a957d9cacd6198fd"
12411241
},
12421242
"require": {
12431243
"automattic/jetpack-connection": "^6.7.7",
@@ -1303,7 +1303,7 @@
13031303
"dist": {
13041304
"type": "path",
13051305
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
1306-
"reference": "85ab45f29a991a6c31a148ffa6b9be71fe203890"
1306+
"reference": "430256d7f5dd662b581aee7efa0d902804d4ab94"
13071307
},
13081308
"require": {
13091309
"automattic/jetpack-a8c-mc-stats": "^3.0.4",
@@ -1363,7 +1363,7 @@
13631363
"dist": {
13641364
"type": "path",
13651365
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-models",
1366-
"reference": "c414635e3bfdd86f99170202e79af60ebedf7dec"
1366+
"reference": "bb6b89f18da0406b568f09f18c7e6ded8c846ab3"
13671367
},
13681368
"require": {
13691369
"automattic/jetpack-redirect": "^3.0.5",
@@ -1432,7 +1432,7 @@
14321432
"dist": {
14331433
"type": "path",
14341434
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-status",
1435-
"reference": "003dd1e7b272b4031ff0dde870650af6322b55d5"
1435+
"reference": "70777da687b80083db7f4883bc78d2e7a4b43051"
14361436
},
14371437
"require": {
14381438
"automattic/jetpack-connection": "^6.7.7",
@@ -1505,7 +1505,7 @@
15051505
"dist": {
15061506
"type": "path",
15071507
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
1508-
"reference": "cca53fba174549d50141a492d32b39247a21e546"
1508+
"reference": "efbc4bf3f841e166de0e7a22cce20d8cacd33fde"
15091509
},
15101510
"require": {
15111511
"automattic/jetpack-status": "^5.0.10",
@@ -1564,7 +1564,7 @@
15641564
"dist": {
15651565
"type": "path",
15661566
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
1567-
"reference": "75954d0bf4e4a48407dc21cbcdeb8fa85733f4f6"
1567+
"reference": "96eac3e124ecbd768e8ab76c62f551428b8ec3ba"
15681568
},
15691569
"require": {
15701570
"php": ">=7.2"
@@ -1622,7 +1622,7 @@
16221622
"dist": {
16231623
"type": "path",
16241624
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
1625-
"reference": "186a0b12b39945fc903b7b7ab76b4618d8d09df5"
1625+
"reference": "50a8801b3aba0419bd400071b10e38c58924679b"
16261626
},
16271627
"require": {
16281628
"automattic/jetpack-constants": "^3.0.5",
@@ -1690,7 +1690,7 @@
16901690
"dist": {
16911691
"type": "path",
16921692
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
1693-
"reference": "093aebfeaffdecc7d4a1179f3d5754c89bdd7a2c"
1693+
"reference": "28ce140d538a496c46b02921f86e63148028cde5"
16941694
},
16951695
"require": {
16961696
"automattic/jetpack-connection": "^6.7.7",
@@ -1766,7 +1766,7 @@
17661766
"dist": {
17671767
"type": "path",
17681768
"url": "/tmp/jetpack-build/Automattic/jetpack-videopress",
1769-
"reference": "b2bd72a06168976dc975f72aecdd133786fd4116"
1769+
"reference": "843f6b929de0d8fb45bc1db5b8229ba72991f9bc"
17701770
},
17711771
"require": {
17721772
"automattic/jetpack-admin-ui": "^0.5.7",

0 commit comments

Comments
 (0)