rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -255,12 +255,11 @@ const Stop = props => (0,external_wp_element_namespaceObject.createElement)('sto
* @return {JSX.Element} Stop component
*/
const SVG = _ref => {
let {
className,
isPressed,
...props
} = _ref;
const SVG = ({
className,
isPressed,
...props
}) => {
const appliedProps = { ...props,
className: classnames_default()(className, {
'is-pressed': isPressed
@@ -270,7 +269,8 @@ const SVG = _ref => {
}; // Disable reason: We need to have a way to render HTML tag for web.
// eslint-disable-next-line react/forbid-elements
return (0,external_wp_element_namespaceObject.createElement)("svg", appliedProps);
return (0,external_wp_element_namespaceObject.createElement)("svg", { ...appliedProps
});
};
;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/horizontal-rule/index.js