LYS - Use Woo branded colors for LYS confetti (#47334)

* Update LYS congrats confetti

* Add changefile(s) from automation for the following project(s): woocommerce

* remove temporary fix

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Moon 2024-05-10 23:00:33 +12:00 committed by GitHub
parent 01069666e6
commit a8cf226987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 4 deletions

View File

@ -92,7 +92,18 @@ export const Congrats = ( {
return (
<div className="woocommerce-launch-store__congrats">
<ConfettiAnimation delay={ 1000 } />
<ConfettiAnimation
delay={ 1000 }
colors={ [
'#DFD1FB',
'#FB79D9',
'#FFA60E',
'#03D479',
'#AD86E9',
'#7F54B3',
'#3C2861',
] }
/>
<div className="woocommerce-launch-store__congrats-header-container">
<span className="woologo">
<WooLogo />

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Use Woo branded colors for LYS confetti

View File

@ -116,9 +116,6 @@ class WC_Admin_Tests_API_Plugins extends WC_REST_Unit_Test_Case {
*/
public function test_activate_plugin() {
wp_set_current_user( $this->user );
if ( ! is_plugin_active( 'woocommerce/woocommerce.php' ) ) {
activate_plugin( 'woocommerce/woocommerce.php' );
}
$request = new WP_REST_Request( 'POST', $this->endpoint . '/activate' );
$request->set_query_params(
array(