Skip to content

Commit a657749

Browse files
manzoorwanijkmatticbot
authored andcommitted
Components: Add NavigatorModal component (#46101)
* Components: Add NavigatorModal component * Address feedback from Copilot * Allow only content or children for Screen component Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19725658582 Upstream-Ref: Automattic/jetpack@f97d825
1 parent 7c274be commit a657749

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

vendor/composer/installed.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
10-
"reference": "775fb3cf55dbb6290a5eb5b8c08ce403e1a7038f"
10+
"reference": "81e5f5b3d8c1751b194615f9e466f3800d861aca"
1111
},
1212
"require": {
1313
"automattic/jetpack-constants": "^3.0.8",
@@ -81,7 +81,7 @@
8181
"dist": {
8282
"type": "path",
8383
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
84-
"reference": "44fb3c2ee75c6118c2aee090362e0ffaf3fe546b"
84+
"reference": "7f393963d40fc47fd281457c163c9a13df8e201c"
8585
},
8686
"require": {
8787
"composer-plugin-api": "^2.2",
@@ -153,7 +153,7 @@
153153
"dist": {
154154
"type": "path",
155155
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
156-
"reference": "79a07b302c85291f7b1621d76f9518993be71abd"
156+
"reference": "e1e920d495a07b51b33e3fb9094f7dc617314343"
157157
},
158158
"require": {
159159
"composer-plugin-api": "^2.2",
@@ -217,7 +217,7 @@
217217
"dist": {
218218
"type": "path",
219219
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
220-
"reference": "db269cebe3422b7440eea0c368109eee87601bd0"
220+
"reference": "5c57162b1a89fe59af9b5af5322b0ed05ed94801"
221221
},
222222
"require": {
223223
"php": ">=7.2"
@@ -275,7 +275,7 @@
275275
"dist": {
276276
"type": "path",
277277
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
278-
"reference": "ea703b77734463cb1448f4bd0aa1df80e9b29bf0"
278+
"reference": "807bba71966a6681d50b9cfecffcee93ac753012"
279279
},
280280
"require": {
281281
"automattic/jetpack-constants": "^3.0.8",

vendor/composer/installed.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'automattic/jetpack-assets' => array(
1414
'pretty_version' => '4.3.13',
1515
'version' => '4.3.13.0',
16-
'reference' => '775fb3cf55dbb6290a5eb5b8c08ce403e1a7038f',
16+
'reference' => '81e5f5b3d8c1751b194615f9e466f3800d861aca',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
1919
'aliases' => array(),
@@ -22,7 +22,7 @@
2222
'automattic/jetpack-autoloader' => array(
2323
'pretty_version' => '5.0.13',
2424
'version' => '5.0.13.0',
25-
'reference' => '44fb3c2ee75c6118c2aee090362e0ffaf3fe546b',
25+
'reference' => '7f393963d40fc47fd281457c163c9a13df8e201c',
2626
'type' => 'composer-plugin',
2727
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
2828
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'automattic/jetpack-composer-plugin' => array(
3232
'pretty_version' => '4.0.5',
3333
'version' => '4.0.5.0',
34-
'reference' => '79a07b302c85291f7b1621d76f9518993be71abd',
34+
'reference' => 'e1e920d495a07b51b33e3fb9094f7dc617314343',
3535
'type' => 'composer-plugin',
3636
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
3737
'aliases' => array(),
@@ -40,7 +40,7 @@
4040
'automattic/jetpack-constants' => array(
4141
'pretty_version' => '3.0.8',
4242
'version' => '3.0.8.0',
43-
'reference' => 'db269cebe3422b7440eea0c368109eee87601bd0',
43+
'reference' => '5c57162b1a89fe59af9b5af5322b0ed05ed94801',
4444
'type' => 'jetpack-library',
4545
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
4646
'aliases' => array(),
@@ -49,7 +49,7 @@
4949
'automattic/jetpack-status' => array(
5050
'pretty_version' => '6.1.1',
5151
'version' => '6.1.1.0',
52-
'reference' => 'ea703b77734463cb1448f4bd0aa1df80e9b29bf0',
52+
'reference' => '807bba71966a6681d50b9cfecffcee93ac753012',
5353
'type' => 'jetpack-library',
5454
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
5555
'aliases' => array(),

0 commit comments

Comments
 (0)