Skip to content

Commit

Permalink
Boost: Partial move styles to their respective components (#35131)
Browse files Browse the repository at this point in the history
* Move close button styles to component module

* Remove unused styles

* Add upgraded component with styles from badge stylesheet

* Remove unused icons styles

* add changelog

* Add alias for css path

* Add alias for static assets

* Fix incorrect alias path

* Fix build by add missing aliases to storybook

* add changelog

* Boost: Add CardPage layout and move related styles (#35134)

* Add CardPage component used on Upgrade and Purchase Successful

* add changelog

* Remove deprecated stylesheet

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7604968142
  • Loading branch information
thingalon authored and matticbot committed Jan 22, 2024
1 parent 40160cf commit 50d316a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 30 deletions.
8 changes: 0 additions & 8 deletions app/assets/dist/images/cross-67e8ed6facd8c68e4277.svg

This file was deleted.

2 changes: 1 addition & 1 deletion app/assets/dist/jetpack-boost.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-components', 'wp-compose', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => '04e948817f4373b1eb7a');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-components', 'wp-compose', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => '9149b9336df58fcaf18c');
2 changes: 1 addition & 1 deletion app/assets/dist/jetpack-boost.css

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions app/assets/dist/jetpack-boost.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/dist/jetpack-boost.rtl.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ module.exports = [
$features: path.resolve( './app/assets/src/js/features' ),
$layout: path.resolve( './app/assets/src/js/layout' ),
$svg: path.resolve( './app/assets/src/js/svg' ),
$css: path.resolve( './app/assets/src/css' ),
$images: path.resolve( './app/assets/static/images' ),
},
},
node: false,
Expand Down

0 comments on commit 50d316a

Please sign in to comment.