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:
parent
01069666e6
commit
a8cf226987
|
@ -92,7 +92,18 @@ export const Congrats = ( {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="woocommerce-launch-store__congrats">
|
<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">
|
<div className="woocommerce-launch-store__congrats-header-container">
|
||||||
<span className="woologo">
|
<span className="woologo">
|
||||||
<WooLogo />
|
<WooLogo />
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
Use Woo branded colors for LYS confetti
|
|
@ -116,9 +116,6 @@ class WC_Admin_Tests_API_Plugins extends WC_REST_Unit_Test_Case {
|
||||||
*/
|
*/
|
||||||
public function test_activate_plugin() {
|
public function test_activate_plugin() {
|
||||||
wp_set_current_user( $this->user );
|
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 = new WP_REST_Request( 'POST', $this->endpoint . '/activate' );
|
||||||
$request->set_query_params(
|
$request->set_query_params(
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in New Issue