@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}:where(div[data-block-name="woocommerce/legacy-template"]){margin-left:auto;margin-right:auto;max-width:1000px} /*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh * @license MIT */ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ /** * @license React * react-is.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */

Opt Out

COMMUNICATION

Opt In
View Basic Profile Info Never miss important updates, get security warnings before they become public knowledge, and receive notifications about special offers and awesome new features.
Your WordPress user's: first & last name, and email address

Diagnostic Info

Opt In
View Basic Website Info To provide additional functionality that's relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the plugin should be translated and tailored to.
Homepage URL & title, WP & PHP versions, and site language
View Basic Plugin Info
Current plugin & SDK versions, and if active or uninstalled

Extensions

View Plugins To ensure compatibility and avoid conflicts with your installed plugins and themes.
Names, slugs, versions, and if active or not
/** * WordPress dependencies */ import { __ } from "@wordpress/i18n"; import { memo } from "@wordpress/element"; /** * Internal depencencies */ import Inspector from "./inspector"; import Style from "./style"; import defaultAttributes from './attributes'; import { EBDisplayIcon, BlockProps, withBlockContext, EBButton } from "@essential-blocks/controls"; import { BUTTON_ONE_KEYS, BUTTON_TWO_KEYS } from "./constants/constants"; function Edit(props) { const { attributes, isSelected } = props; const { blockId, preset, innerButtonText, innerButtonIcon, showConnector, connectorType, classHook, } = attributes; // you must declare this variable const enhancedProps = { ...props, blockPrefix: 'eb-button-group', style: