@solostylist/ui-kit 1.0.70 → 1.0.71

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.
@@ -1,9 +1,9 @@
1
1
  import { j as r } from "../jsx-runtime-DywqP_6a.js";
2
2
  import { C as i } from "../chunk-5P46WS5M-OG9gpzOE.js";
3
- function e({ children: o, ...t }) {
4
- return /* @__PURE__ */ r.jsx(i, { ...t, children: o });
3
+ function p({ children: o, ...t }) {
4
+ return /* @__PURE__ */ r.jsx(i, { showDevConsole: !1, ...t, children: o });
5
5
  }
6
6
  export {
7
- e as SCopilotKitProvider,
8
- e as default
7
+ p as SCopilotKitProvider,
8
+ p as default
9
9
  };
@@ -1,28 +1,29 @@
1
- import { j as t } from "../jsx-runtime-DywqP_6a.js";
1
+ import { j as e } from "../jsx-runtime-DywqP_6a.js";
2
2
  import { useRef as l } from "react";
3
- import { Button as i, Box as s } from "@mui/material";
3
+ import { Button as n, Box as s } from "@mui/material";
4
4
  import u from "../s-moving-border/s-moving-border.js";
5
- import '../assets/s-glow-button.css';const c = ({ borderRadius: e = 12, children: o, duration: r = 6e3, ...n }) => {
6
- const a = l(null);
7
- return /* @__PURE__ */ t.jsx(u, { duration: r, borderRadius: e, height: 60, glowSize: 100, children: /* @__PURE__ */ t.jsx(
8
- i,
5
+ import '../assets/s-glow-button.css';const x = ({ borderRadius: t = 12, children: r, duration: o = 6e3, ...a }) => {
6
+ const i = l(null);
7
+ return /* @__PURE__ */ e.jsx(u, { duration: o, borderRadius: t, height: 60, glowSize: 100, children: /* @__PURE__ */ e.jsx(
8
+ n,
9
9
  {
10
10
  sx: {
11
11
  height: "100%",
12
- borderRadius: e,
12
+ borderRadius: t,
13
13
  background: "var(--s-palette-background-default)",
14
+ border: "1px solid var(--s-palette-divider)",
14
15
  "&:hover": {
15
16
  backgroundColor: "var(--s-palette-background-paper)"
16
17
  }
17
18
  },
18
- ref: a,
19
+ ref: i,
19
20
  fullWidth: !0,
20
21
  disableRipple: !0,
21
- ...n,
22
- children: /* @__PURE__ */ t.jsx(s, { className: "gradient-text", fontSize: 16, children: o })
22
+ ...a,
23
+ children: /* @__PURE__ */ e.jsx(s, { className: "gradient-text", fontSize: 16, children: r })
23
24
  }
24
25
  ) });
25
26
  };
26
27
  export {
27
- c as default
28
+ x as default
28
29
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.70",
6
+ "version": "1.0.71",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",