Skip to content

Commit

Permalink
My Jetpack: add slider for recommendations section in My Jetpack (#39…
Browse files Browse the repository at this point in the history
…850)

* My Jetpack: add scrollable section for recommendations

* changelog

* My Jetpack: add slider functionality to cards

* changelog

* My Jetpack: add disable logic to prev/next button

* My Jetpack: make recommendation card wider

* My Jetpack: add microinteraction to slider arrows

* My Jetpack: add tracks events to slider arrow buttons

* Adjust style to not stretch recommendations card

* Adjust card style on smaller screens

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11675936090

Upstream-Ref: Automattic/jetpack@71a65ee
  • Loading branch information
IanRamosC authored and matticbot committed Nov 5, 2024
1 parent c46b4cc commit c92122f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '02a1eb82430a7016d286');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd77d1c37607363b0362e');
2 changes: 1 addition & 1 deletion build/admin/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-admin-ui": "^0.4.6",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-connection": "^5.1.6",
"automattic/jetpack-my-jetpack": "^4.36.0",
"automattic/jetpack-my-jetpack": "^4.37.0-alpha",
"automattic/jetpack-plans": "^0.4.13"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@automattic/jetpack-analytics": "^0.1.32",
"@automattic/jetpack-api": "^0.17.16",
"@automattic/jetpack-base-styles": "^0.6.34",
"@automattic/jetpack-components": "^0.58.1",
"@automattic/jetpack-components": "^0.59.0-alpha",
"@automattic/jetpack-connection": "^0.35.15",
"@automattic/jetpack-shared-extension-utils": "^0.15.15",
"@wordpress/api-fetch": "7.9.0",
Expand Down

0 comments on commit c92122f

Please sign in to comment.