@solostylist/ui-kit 1.0.28 → 1.0.30
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/dist/s-tip/s-tip.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { j as r } from "../jsx-runtime-C5mzlN2N.js";
|
|
2
|
-
import { IconBulb as
|
|
3
|
-
import { S as
|
|
2
|
+
import { IconBulb as e } from "@tabler/icons-react";
|
|
3
|
+
import { S as s } from "../Stack-uu0uVXox.js";
|
|
4
4
|
import { T as o } from "../Typography-DlhXzj-D.js";
|
|
5
5
|
const c = ({ message: t }) => /* @__PURE__ */ r.jsxs(
|
|
6
|
-
|
|
6
|
+
s,
|
|
7
7
|
{
|
|
8
8
|
direction: "row",
|
|
9
9
|
spacing: 1,
|
|
10
10
|
sx: {
|
|
11
|
+
display: "flex",
|
|
11
12
|
alignItems: "center",
|
|
12
13
|
bgcolor: "var(--s-palette-background-paper)",
|
|
13
14
|
borderRadius: 1,
|
|
@@ -15,9 +16,9 @@ const c = ({ message: t }) => /* @__PURE__ */ r.jsxs(
|
|
|
15
16
|
color: "var(--s-palette-text-secondary)"
|
|
16
17
|
},
|
|
17
18
|
children: [
|
|
18
|
-
/* @__PURE__ */ r.jsx(
|
|
19
|
+
/* @__PURE__ */ r.jsx(e, { size: 20 }),
|
|
19
20
|
/* @__PURE__ */ r.jsxs(o, { variant: "body2", children: [
|
|
20
|
-
/* @__PURE__ */ r.jsx(o, { component: "span", sx: { fontWeight:
|
|
21
|
+
/* @__PURE__ */ r.jsx(o, { component: "span", sx: { fontWeight: "bold" }, variant: "inherit", children: "Tip." }),
|
|
21
22
|
" ",
|
|
22
23
|
t
|
|
23
24
|
] })
|
|
@@ -233,7 +233,7 @@ const p = l(/* @__PURE__ */ t.jsx("path", {
|
|
|
233
233
|
color: (r.vars || r).palette.text.primary,
|
|
234
234
|
// border: '1px solid ',
|
|
235
235
|
borderColor: o[200],
|
|
236
|
-
backgroundColor:
|
|
236
|
+
// backgroundColor: alpha(gray[50], 0.3),
|
|
237
237
|
"&:hover": {
|
|
238
238
|
backgroundColor: o[100],
|
|
239
239
|
borderColor: o[300]
|
|
@@ -242,7 +242,7 @@ const p = l(/* @__PURE__ */ t.jsx("path", {
|
|
|
242
242
|
backgroundColor: o[200]
|
|
243
243
|
},
|
|
244
244
|
...r.applyStyles("dark", {
|
|
245
|
-
backgroundColor:
|
|
245
|
+
// backgroundColor: gray[800],
|
|
246
246
|
borderColor: o[700],
|
|
247
247
|
"&:hover": {
|
|
248
248
|
backgroundColor: o[900],
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"registry": "https://registry.npmjs.org"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.30",
|
|
7
7
|
"description": "advanced ui kit for solostylist",
|
|
8
8
|
"private": false,
|
|
9
9
|
"type": "module",
|
|
@@ -25,6 +25,8 @@
|
|
|
25
25
|
"prepare": "husky"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
+
"@copilotkit/react-core": "^1.8.13",
|
|
29
|
+
"@copilotkit/react-textarea": "^1.8.13",
|
|
28
30
|
"@emotion/cache": "^11.14.0",
|
|
29
31
|
"@emotion/react": "^11.14.0",
|
|
30
32
|
"@emotion/styled": "^11.14.0",
|
|
@@ -33,8 +35,6 @@
|
|
|
33
35
|
"@mui/material": "^7.0.2",
|
|
34
36
|
"@mui/utils": "^7.0.2",
|
|
35
37
|
"@tabler/icons-react": "^3.34.0",
|
|
36
|
-
"@copilotkit/react-core": "^1.8.13",
|
|
37
|
-
"@copilotkit/react-textarea": "^1.8.13",
|
|
38
38
|
"@tiptap/extension-link": "^2.11.9",
|
|
39
39
|
"@tiptap/extension-placeholder": "^2.11.9",
|
|
40
40
|
"@tiptap/react": "^2.11.9",
|
|
@@ -50,29 +50,29 @@
|
|
|
50
50
|
"uuid": "^11.1.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.4.
|
|
54
|
-
"@types/node": "^22.15.
|
|
55
|
-
"@types/react": "^19.1.
|
|
56
|
-
"@types/react-dom": "^19.1.
|
|
53
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
|
|
54
|
+
"@types/node": "^22.15.30",
|
|
55
|
+
"@types/react": "^19.1.6",
|
|
56
|
+
"@types/react-dom": "^19.1.6",
|
|
57
57
|
"@types/react-image-gallery": "^1.2.4",
|
|
58
58
|
"@types/uuid": "^10.0.0",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
60
|
-
"@typescript-eslint/parser": "^8.
|
|
61
|
-
"@vitejs/plugin-react": "^4.
|
|
62
|
-
"eslint": "^9.
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
60
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
61
|
+
"@vitejs/plugin-react": "^4.5.1",
|
|
62
|
+
"eslint": "^9.28.0",
|
|
63
63
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
64
64
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
65
65
|
"glob": "^11.0.2",
|
|
66
66
|
"husky": "^9.1.7",
|
|
67
|
-
"lint-staged": "^
|
|
67
|
+
"lint-staged": "^16.1.0",
|
|
68
68
|
"prettier": "^3.5.3",
|
|
69
69
|
"react": "^19.1.0",
|
|
70
70
|
"react-dom": "^19.1.0",
|
|
71
71
|
"typescript": "^5.8.3",
|
|
72
|
-
"vite": "^6.3.
|
|
73
|
-
"vite-plugin-dts": "^4.5.
|
|
72
|
+
"vite": "^6.3.5",
|
|
73
|
+
"vite-plugin-dts": "^4.5.4",
|
|
74
74
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
75
|
-
"vite-plugin-static-copy": "^
|
|
75
|
+
"vite-plugin-static-copy": "^3.0.0"
|
|
76
76
|
},
|
|
77
77
|
"lint-staged": {
|
|
78
78
|
"*.js": [
|