@fangzsx/component-library 0.0.5 → 0.0.6

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.
@@ -6711,8 +6711,8 @@ process.env.NODE_ENV !== "production" && (No.propTypes = {
6711
6711
  variant: d.oneOfType([d.oneOf(["contained", "outlined", "text"]), d.string])
6712
6712
  });
6713
6713
  function vl(e) {
6714
- const { className: t, ...r } = e;
6715
- return /* @__PURE__ */ pe(xo, { spacing: 2, direction: "row", children: /* @__PURE__ */ pe(No, { className: t, variant: "text", ...r, children: "Text" }) });
6714
+ const { className: t, children: r, ...n } = e;
6715
+ return /* @__PURE__ */ pe(xo, { spacing: 2, direction: "row", children: /* @__PURE__ */ pe(No, { className: t, variant: "text", ...n, children: r }) });
6716
6716
  }
6717
6717
  export {
6718
6718
  vl as Button
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzsx/component-library",
3
3
  "author": "Jay Gilbert Garzon",
4
4
  "private": false,
5
- "version": "0.0.5",
5
+ "version": "0.0.6",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",