@wp-playground/components 3.1.3 → 3.1.5
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.cjs.map +1 -1
- package/index.js +4 -4
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -844,11 +844,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
844
844
|
process.env.NODE_ENV === "production" ? Dt.exports = Fr() : Dt.exports = Lr();
|
|
845
845
|
var xe = Dt.exports, rt = (n) => nr("path", n), nt = Ht(
|
|
846
846
|
/**
|
|
847
|
-
* @param {SVGProps}
|
|
848
|
-
*
|
|
849
|
-
* @param {
|
|
847
|
+
* @param {SVGProps} props isPressed indicates whether the SVG should appear as pressed.
|
|
848
|
+
* Other props will be passed through to svg component.
|
|
849
|
+
* @param {React.ForwardedRef<SVGSVGElement>} ref The forwarded ref to the SVG element.
|
|
850
850
|
*
|
|
851
|
-
* @return {JSX.Element} Stop component
|
|
851
|
+
* @return {React.JSX.Element} Stop component
|
|
852
852
|
*/
|
|
853
853
|
({ className: n, isPressed: u, ...l }, m) => {
|
|
854
854
|
const E = {
|