@wp-playground/components 3.0.15 → 3.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -841,23 +841,14 @@ const xt = (s) => Vt("path", s), wt = Ct(
841
841
  *
842
842
  * @return {JSX.Element} Stop component
843
843
  */
844
- ({
845
- className: s,
846
- isPressed: l,
847
- ...E
848
- }, g) => {
844
+ ({ className: s, isPressed: l, ...E }, g) => {
849
845
  const k = {
850
846
  ...E,
851
- className: Lt(s, {
852
- "is-pressed": l
853
- }) || void 0,
847
+ className: Lt(s, { "is-pressed": l }) || void 0,
854
848
  "aria-hidden": !0,
855
849
  focusable: !1
856
850
  };
857
- return /* @__PURE__ */ Ue.jsx("svg", {
858
- ...k,
859
- ref: g
860
- });
851
+ return /* @__PURE__ */ Ue.jsx("svg", { ...k, ref: g });
861
852
  }
862
853
  );
863
854
  wt.displayName = "SVG";