@wordpress/interactivity
Advanced tools
Comparing version 6.2.0 to 6.3.0
@@ -139,3 +139,3 @@ // eslint-disable-next-line eslint-comments/disable-enable-pair | ||
* 'color', // Name without prefix and suffix. | ||
* ( { directives: { color }, ref, evaluate } ) => | ||
* ( { directives: { color: colors }, ref, evaluate } ) => | ||
* colors.forEach( ( color ) => { | ||
@@ -142,0 +142,0 @@ * if ( color.suffix = 'text' ) { |
@@ -141,3 +141,3 @@ /** | ||
* 'color', // Name without prefix and suffix. | ||
* ( { directives: { color }, ref, evaluate } ) => | ||
* ( { directives: { color: colors }, ref, evaluate } ) => | ||
* colors.forEach( ( color ) => { | ||
@@ -144,0 +144,0 @@ * if ( color.suffix = 'text' ) { |
@@ -155,3 +155,3 @@ "use strict"; | ||
* 'color', // Name without prefix and suffix. | ||
* ( { directives: { color }, ref, evaluate } ) => | ||
* ( { directives: { color: colors }, ref, evaluate } ) => | ||
* colors.forEach( ( color ) => { | ||
@@ -158,0 +158,0 @@ * if ( color.suffix = 'text' ) { |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 6.3.0 (2024-07-10) | ||
## 6.2.0 (2024-06-26) | ||
@@ -7,0 +9,0 @@ ### Enhancements |
{ | ||
"name": "@wordpress/interactivity", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"description": "Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.", | ||
@@ -37,3 +37,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6" | ||
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
486056