Skip to content

Commit 4411930

Browse files
IanRamosCmatticbot
authored andcommitted
JPMT-21: add connection form to onboarding screen (#42561)
* 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 * changelog * Remove duplicate code * Standardize hex color codes * Prevent widows in title and description * Remove unnecessary class * Use shorthand hex for colors Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13999808904 Upstream-Ref: Automattic/jetpack@28405bc
1 parent ffa6659 commit 4411930

17 files changed

+144
-108
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"automattic/jetpack-composer-plugin": "^4.0.4",
1010
"automattic/jetpack-config": "^3.0.1",
1111
"automattic/jetpack-connection": "^6.7.7",
12-
"automattic/jetpack-my-jetpack": "^5.8.0",
12+
"automattic/jetpack-my-jetpack": "^5.9.0-alpha",
1313
"automattic/jetpack-sync": "^4.9.2",
1414
"automattic/jetpack-videopress": "^0.27.5-alpha",
1515
"automattic/jetpack-status": "^5.0.10"

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

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.9.0-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Added
13+
- My Jetpack: add a new social login form for connecting Jetpack for the first time on the onboardin screen.
14+
815
## [5.8.0] - 2025-03-21
916
### Added
1017
- My Jetpack: An onboarding screen has been implemented to provide clear, step-by-step instructions for new users connecting to Jetpack. [#42523]
@@ -2044,6 +2051,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20442051
### Added
20452052
- Created package
20462053

2054+
[5.9.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.8.0...5.9.0-alpha
20472055
[5.8.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.7.3...5.8.0
20482056
[5.7.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.7.2...5.7.3
20492057
[5.7.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.7.1...5.7.2
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' => 'd917414d7a1bf43d62bb');
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');

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

+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/build/index.rtl.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/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
7272
},
7373
"branch-alias": {
74-
"dev-trunk": "5.8.x-dev"
74+
"dev-trunk": "5.9.x-dev"
7575
},
7676
"version-constants": {
7777
"::PACKAGE_VERSION": "src/class-initializer.php"

jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Initializer {
3939
*
4040
* @var string
4141
*/
42-
const PACKAGE_VERSION = '5.8.0';
42+
const PACKAGE_VERSION = '5.9.0-alpha';
4343

4444
/**
4545
* HTML container ID for the IDC screen on My Jetpack page.

jetpack_vendor/automattic/jetpack-videopress/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"automattic/jetpack-admin-ui": "^0.5.7",
99
"automattic/jetpack-assets": "^4.0.14",
1010
"automattic/jetpack-connection": "^6.7.7",
11-
"automattic/jetpack-my-jetpack": "^5.8.0",
11+
"automattic/jetpack-my-jetpack": "^5.9.0-alpha",
1212
"automattic/jetpack-plans": "^0.6.1"
1313
},
1414
"require-dev": {

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.8.0',
49+
'ver' => '5.9.0-alpha1742586744',
5050
),
5151
'jetpack-password-checker' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',

vendor/composer/installed.json

+31-31
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": "d9ad0a27adb7b4b84ffafb61a71f5783fd286c7f"
10+
"reference": "075e1547aec7ec2c1b91564d13dcda0e7149e60e"
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": "428ba4bbc3e03e58681efd892dc4d2016949828b"
67+
"reference": "05f1c7bfcbb7bc9811072b59cd0429abb8ed7c84"
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": "e310d9572d7c2f5b7f98a4fd8097882e90a7e2ab"
130+
"reference": "f3e15a3e7e69f1295baf191cddc765b47b0d5e31"
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": "d069604413f75d59f9ecc686ea5a5e782504999a"
203+
"reference": "1c785c0f571c3eda1f5f0f0afae6e49f68bbd891"
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": "9e407b9e791e0bd3b856574761ea18c7a34c1da3"
275+
"reference": "ba295095863cc86842a33050464d9581889e6cb4"
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": "9823e1aa547649ac0e34bd8c54932d8aeb4e316f"
334+
"reference": "5419bc3363a12875ad9fbefeada800eb0954e9ef"
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": "8b46805f1d5a7e79330d5709649e6ee7e1294947"
402+
"reference": "c411cafec1cce98bf04efe008864b07b36bc6919"
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": "c59bafe150904ec5d27cc1daf4e3eae3241f355b"
466+
"reference": "c5eefe2879fb74c528cb038f38dd7b4f5bfe4ec1"
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": "b5869ef9880e525fee506c107f013d3dd03a84a7"
541+
"reference": "37bbddbb8252fa42a949b9dc094ec6bd36a13dc0"
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": "98e22119cbee94b26e8009c4108b6b3f7cca4a10"
629+
"reference": "28c8f7f9309a91e20b66f2e1d5ff96a4ad37d623"
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": "1b6a8ec73ff808a8a24c51d195fd8513de7b9ba2"
687+
"reference": "e8d87ae8d9582d49af925d4aa3eee360a1696703"
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": "e253dec99ae46be65587e90952d9c7cb852d64b2"
744+
"reference": "20751640b257362caec5a145d1d2808eac54dffd"
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": "e28cd99b2f95bf1b62c063f9b6d3f432e16236ce"
823+
"reference": "cd09b4d4f3810570dd2c5cb0cd24c2007aaa37c4"
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": "3a78a7e6cd31cebcee586f90948c29a8d2b72173"
885+
"reference": "66f92577c5e9549e83795b2629a79cc4a83ff3e4"
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": "7fb3416945717183bf0f13d37afdfb89ce721901"
964+
"reference": "439158eea2f9e30a845266b6f02d8a7ab5ee329e"
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": "bd84f3632b762a29a71541ce6e6f83e1aeada34a"
1024+
"reference": "55c372a2304bf77cbd5cec7433d1282a301adec1"
10251025
},
10261026
"require": {
10271027
"php": ">=7.2"
@@ -1073,12 +1073,12 @@
10731073
},
10741074
{
10751075
"name": "automattic/jetpack-my-jetpack",
1076-
"version": "5.8.0",
1077-
"version_normalized": "5.8.0.0",
1076+
"version": "5.9.0-alpha.1742586744",
1077+
"version_normalized": "5.9.0.0-alpha1742586744",
10781078
"dist": {
10791079
"type": "path",
10801080
"url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack",
1081-
"reference": "0728f2a7784d36fef7e3515a64620f439e3be817"
1081+
"reference": "82b6690359d057374021ce2bdf331a86d784705f"
10821082
},
10831083
"require": {
10841084
"automattic/jetpack-admin-ui": "^0.5.7",
@@ -1115,7 +1115,7 @@
11151115
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
11161116
},
11171117
"branch-alias": {
1118-
"dev-trunk": "5.8.x-dev"
1118+
"dev-trunk": "5.9.x-dev"
11191119
},
11201120
"version-constants": {
11211121
"::PACKAGE_VERSION": "src/class-initializer.php"
@@ -1178,7 +1178,7 @@
11781178
"dist": {
11791179
"type": "path",
11801180
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
1181-
"reference": "1df3b57ff328e49f4271cf8302adc0784e278996"
1181+
"reference": "6c2afe6801ff776bd82719d3d1913a00f5ef560f"
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": "eeb2d152b4023f408e0fb2f3752a45831c2988a8"
1240+
"reference": "49b55e7db4987e972fffa2006014ad4d3a458bb0"
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": "99d9127767cdce672d5c714df876d3e9488c7892"
1306+
"reference": "85ab45f29a991a6c31a148ffa6b9be71fe203890"
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": "c1b3a7a1d5c5248450b6036b347d504dfbd5fb0c"
1366+
"reference": "c414635e3bfdd86f99170202e79af60ebedf7dec"
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": "771921dcb9ecd778a364cba75db7da7160f8427e"
1435+
"reference": "003dd1e7b272b4031ff0dde870650af6322b55d5"
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": "7b83f081454bad31b0e94e10a0d5db03d254291f"
1508+
"reference": "cca53fba174549d50141a492d32b39247a21e546"
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": "75f52705ece0fe0043abf030b6ded127cd9974bd"
1567+
"reference": "75954d0bf4e4a48407dc21cbcdeb8fa85733f4f6"
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": "f8a0f0a2802e5bf8bd2f47bcab12e08488a701b7"
1625+
"reference": "186a0b12b39945fc903b7b7ab76b4618d8d09df5"
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": "bcd61feb3e320a6246d7c6be54f644ed7b79d92b"
1693+
"reference": "093aebfeaffdecc7d4a1179f3d5754c89bdd7a2c"
16941694
},
16951695
"require": {
16961696
"automattic/jetpack-connection": "^6.7.7",
@@ -1766,13 +1766,13 @@
17661766
"dist": {
17671767
"type": "path",
17681768
"url": "/tmp/jetpack-build/Automattic/jetpack-videopress",
1769-
"reference": "a9bcd3462fe1fa8f5fe61969c248ef256816b197"
1769+
"reference": "b2bd72a06168976dc975f72aecdd133786fd4116"
17701770
},
17711771
"require": {
17721772
"automattic/jetpack-admin-ui": "^0.5.7",
17731773
"automattic/jetpack-assets": "^4.0.14",
17741774
"automattic/jetpack-connection": "^6.7.7",
1775-
"automattic/jetpack-my-jetpack": "^5.8.0",
1775+
"automattic/jetpack-my-jetpack": "^5.9.0-alpha",
17761776
"automattic/jetpack-plans": "^0.6.1",
17771777
"php": ">=7.2"
17781778
},

0 commit comments

Comments
 (0)