@solostylist/ui-kit 1.0.165 → 1.0.166
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/README.md +13 -13
- package/dist/Download-UsLvGg3y.js +8 -0
- package/dist/main.d.ts +2 -0
- package/dist/main.js +169 -167
- package/dist/s-accordion/package.json +5 -5
- package/dist/s-action-overlay/package.json +5 -5
- package/dist/s-ai-tool-bar/index.js +4 -0
- package/dist/s-ai-tool-bar/package.json +5 -0
- package/dist/s-ai-tool-bar/s-ai-tool-bar.d.ts +104 -0
- package/dist/s-ai-tool-bar/s-ai-tool-bar.js +480 -0
- package/dist/s-avatar/package.json +5 -5
- package/dist/s-blur-text/package.json +5 -5
- package/dist/s-breadcrumbs/package.json +5 -5
- package/dist/s-button/package.json +5 -5
- package/dist/s-carousel/package.json +4 -4
- package/dist/s-category-card/package.json +4 -4
- package/dist/s-chat-input/package.json +5 -5
- package/dist/s-chat-message/s-chat-message.js +30 -31
- package/dist/s-chip/package.json +5 -5
- package/dist/s-comment-message/package.json +5 -5
- package/dist/s-image-comparison/package.json +5 -5
- package/dist/s-image-modal/package.json +5 -5
- package/dist/s-radial-pulse-animate/package.json +5 -5
- package/dist/s-rating/package.json +5 -5
- package/dist/s-review/package.json +5 -5
- package/dist/s-scroll-reveal/package.json +5 -5
- package/dist/s-scroll-to-top/package.json +5 -5
- package/dist/s-tabs/package.json +3 -3
- package/dist/s-text-shimmer/package.json +4 -4
- package/dist/s-theme-demo/package.json +5 -5
- package/dist/s-theme-switch/package.json +4 -4
- package/dist/s-typewriter-text/package.json +5 -5
- package/dist/theme/components/alert.d.ts +1440 -1440
- package/dist/theme/components/button.d.ts +2156 -2156
- package/dist/theme/components/chip.d.ts +2 -2
- package/package.json +113 -113
|
@@ -10,10 +10,10 @@ export declare const MuiChip: {
|
|
|
10
10
|
deleteIcon: import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
};
|
|
12
12
|
styleOverrides: {
|
|
13
|
-
root: ({ theme }: import('@mui/material').ChipOwnProps & import('@mui/material').ChipSlotsAndSlotProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "
|
|
13
|
+
root: ({ theme }: import('@mui/material').ChipOwnProps & import('@mui/material').ChipSlotsAndSlotProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "disabled" | "label" | "variant" | "classes" | "className" | "style" | "children" | "color" | "size" | "sx" | "tabIndex" | "slots" | "slotProps" | "icon" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & {
|
|
14
14
|
component?: React.ElementType;
|
|
15
15
|
} & Record<string, unknown> & {
|
|
16
|
-
ownerState: import('@mui/material').ChipOwnProps & import('@mui/material').ChipSlotsAndSlotProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "
|
|
16
|
+
ownerState: import('@mui/material').ChipOwnProps & import('@mui/material').ChipSlotsAndSlotProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "disabled" | "label" | "variant" | "classes" | "className" | "style" | "children" | "color" | "size" | "sx" | "tabIndex" | "slots" | "slotProps" | "icon" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & {
|
|
17
17
|
component?: React.ElementType;
|
|
18
18
|
} & Record<string, unknown>;
|
|
19
19
|
} & {
|
package/package.json
CHANGED
|
@@ -1,114 +1,114 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@solostylist/ui-kit",
|
|
3
|
-
"publishConfig": {
|
|
4
|
-
"registry": "https://registry.npmjs.org"
|
|
5
|
-
},
|
|
6
|
-
"version": "1.0.
|
|
7
|
-
"description": "advanced ui kit for solostylist",
|
|
8
|
-
"private": false,
|
|
9
|
-
"type": "module",
|
|
10
|
-
"main": "dist/main.js",
|
|
11
|
-
"types": "dist/main.d.ts",
|
|
12
|
-
"files": [
|
|
13
|
-
"dist"
|
|
14
|
-
],
|
|
15
|
-
"sideEffects": false,
|
|
16
|
-
"scripts": {
|
|
17
|
-
"dev": "vite",
|
|
18
|
-
"build": "tsc --p ./tsconfig-build.json && vite build",
|
|
19
|
-
"build:docs": "vite build --config vite.docs.config.ts",
|
|
20
|
-
"build:lib": "tsc --p ./tsconfig-build.json && vite build",
|
|
21
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
22
|
-
"lint:fix": "eslint --fix . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
23
|
-
"preview": "vite preview",
|
|
24
|
-
"app:publish": "npm run build:lib && npm publish --access public",
|
|
25
|
-
"format:write": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
26
|
-
"format:check": "prettier --check \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
27
|
-
"prepare": "husky"
|
|
28
|
-
},
|
|
29
|
-
"peerDependencies": {
|
|
30
|
-
"@emotion/cache": "^11.14.0",
|
|
31
|
-
"@emotion/react": "^11.14.0",
|
|
32
|
-
"@emotion/styled": "^11.14.0",
|
|
33
|
-
"@fontsource/outfit": "^5.2.6",
|
|
34
|
-
"@mui/icons-material": "7.3.2",
|
|
35
|
-
"@mui/lab": "7.0.0-beta.17",
|
|
36
|
-
"@mui/material": "7.3.2",
|
|
37
|
-
"@mui/utils": "7.3.2",
|
|
38
|
-
"@mui/x-date-pickers": "8.12.0",
|
|
39
|
-
"@stripe/react-stripe-js": "^3.7.0",
|
|
40
|
-
"@stripe/stripe-js": "^7.3.1",
|
|
41
|
-
"@tiptap/extension-link": "^2.11.9",
|
|
42
|
-
"@tiptap/extension-placeholder": "^2.11.9",
|
|
43
|
-
"@tiptap/react": "^2.11.9",
|
|
44
|
-
"@tiptap/starter-kit": "^2.11.9",
|
|
45
|
-
"dayjs": "^1.11.13",
|
|
46
|
-
"emoji-picker-react": "^4.13.3",
|
|
47
|
-
"framer-motion": "^12.23.3",
|
|
48
|
-
"i18next": "^25.0.2",
|
|
49
|
-
"i18next-http-backend": "^3.0.2",
|
|
50
|
-
"react": "^19.1.0",
|
|
51
|
-
"react-dom": "^19.1.0",
|
|
52
|
-
"react-dropzone": "^14.3.8",
|
|
53
|
-
"react-i18next": "^15.5.1",
|
|
54
|
-
"react-router-dom": "^7.8.2",
|
|
55
|
-
"react-slick": "^0.31.0",
|
|
56
|
-
"slick-carousel": "^1.8.1",
|
|
57
|
-
"uuid": "^11.1.0",
|
|
58
|
-
"overlayscrollbars-react": "^0.5.6"
|
|
59
|
-
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
|
|
62
|
-
"@types/node": "^22.15.30",
|
|
63
|
-
"@types/react": "^19.1.6",
|
|
64
|
-
"@types/react-dom": "^19.1.6",
|
|
65
|
-
"@types/react-slick": "^0.23.13",
|
|
66
|
-
"@types/uuid": "^10.0.0",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
68
|
-
"@typescript-eslint/parser": "^8.33.1",
|
|
69
|
-
"@vitejs/plugin-react": "^4.5.1",
|
|
70
|
-
"eslint": "^9.28.0",
|
|
71
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
72
|
-
"eslint-plugin-react-refresh": "^0.4.20",
|
|
73
|
-
"glob": "^11.0.2",
|
|
74
|
-
"husky": "^9.1.7",
|
|
75
|
-
"lint-staged": "^16.1.0",
|
|
76
|
-
"prettier": "^3.5.3",
|
|
77
|
-
"react": "^19.1.0",
|
|
78
|
-
"react-dom": "^19.1.0",
|
|
79
|
-
"typescript": "^5.8.3",
|
|
80
|
-
"vite": "^6.3.5",
|
|
81
|
-
"vite-plugin-dts": "^4.5.4",
|
|
82
|
-
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
83
|
-
"vite-plugin-static-copy": "^3.0.0"
|
|
84
|
-
},
|
|
85
|
-
"lint-staged": {
|
|
86
|
-
"*.js": [
|
|
87
|
-
"prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
88
|
-
"git add"
|
|
89
|
-
],
|
|
90
|
-
"*.jsx": [
|
|
91
|
-
"prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
92
|
-
"git add"
|
|
93
|
-
],
|
|
94
|
-
"*.ts": [
|
|
95
|
-
"prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
96
|
-
"git add"
|
|
97
|
-
],
|
|
98
|
-
"*.tsx": [
|
|
99
|
-
"prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
100
|
-
"git add"
|
|
101
|
-
]
|
|
102
|
-
},
|
|
103
|
-
"husky": {
|
|
104
|
-
"hooks": {
|
|
105
|
-
"pre-commit": "lint-staged"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"directories": {
|
|
109
|
-
"lib": "lib"
|
|
110
|
-
},
|
|
111
|
-
"keywords": [],
|
|
112
|
-
"author": "Lê Đặng Trường Đạt",
|
|
113
|
-
"license": "ISC"
|
|
1
|
+
{
|
|
2
|
+
"name": "@solostylist/ui-kit",
|
|
3
|
+
"publishConfig": {
|
|
4
|
+
"registry": "https://registry.npmjs.org"
|
|
5
|
+
},
|
|
6
|
+
"version": "1.0.166",
|
|
7
|
+
"description": "advanced ui kit for solostylist",
|
|
8
|
+
"private": false,
|
|
9
|
+
"type": "module",
|
|
10
|
+
"main": "dist/main.js",
|
|
11
|
+
"types": "dist/main.d.ts",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist"
|
|
14
|
+
],
|
|
15
|
+
"sideEffects": false,
|
|
16
|
+
"scripts": {
|
|
17
|
+
"dev": "vite",
|
|
18
|
+
"build": "tsc --p ./tsconfig-build.json && vite build",
|
|
19
|
+
"build:docs": "vite build --config vite.docs.config.ts",
|
|
20
|
+
"build:lib": "tsc --p ./tsconfig-build.json && vite build",
|
|
21
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
22
|
+
"lint:fix": "eslint --fix . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
23
|
+
"preview": "vite preview",
|
|
24
|
+
"app:publish": "npm run build:lib && npm publish --access public",
|
|
25
|
+
"format:write": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
26
|
+
"format:check": "prettier --check \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
27
|
+
"prepare": "husky"
|
|
28
|
+
},
|
|
29
|
+
"peerDependencies": {
|
|
30
|
+
"@emotion/cache": "^11.14.0",
|
|
31
|
+
"@emotion/react": "^11.14.0",
|
|
32
|
+
"@emotion/styled": "^11.14.0",
|
|
33
|
+
"@fontsource/outfit": "^5.2.6",
|
|
34
|
+
"@mui/icons-material": "7.3.2",
|
|
35
|
+
"@mui/lab": "7.0.0-beta.17",
|
|
36
|
+
"@mui/material": "7.3.2",
|
|
37
|
+
"@mui/utils": "7.3.2",
|
|
38
|
+
"@mui/x-date-pickers": "8.12.0",
|
|
39
|
+
"@stripe/react-stripe-js": "^3.7.0",
|
|
40
|
+
"@stripe/stripe-js": "^7.3.1",
|
|
41
|
+
"@tiptap/extension-link": "^2.11.9",
|
|
42
|
+
"@tiptap/extension-placeholder": "^2.11.9",
|
|
43
|
+
"@tiptap/react": "^2.11.9",
|
|
44
|
+
"@tiptap/starter-kit": "^2.11.9",
|
|
45
|
+
"dayjs": "^1.11.13",
|
|
46
|
+
"emoji-picker-react": "^4.13.3",
|
|
47
|
+
"framer-motion": "^12.23.3",
|
|
48
|
+
"i18next": "^25.0.2",
|
|
49
|
+
"i18next-http-backend": "^3.0.2",
|
|
50
|
+
"react": "^19.1.0",
|
|
51
|
+
"react-dom": "^19.1.0",
|
|
52
|
+
"react-dropzone": "^14.3.8",
|
|
53
|
+
"react-i18next": "^15.5.1",
|
|
54
|
+
"react-router-dom": "^7.8.2",
|
|
55
|
+
"react-slick": "^0.31.0",
|
|
56
|
+
"slick-carousel": "^1.8.1",
|
|
57
|
+
"uuid": "^11.1.0",
|
|
58
|
+
"overlayscrollbars-react": "^0.5.6"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
|
|
62
|
+
"@types/node": "^22.15.30",
|
|
63
|
+
"@types/react": "^19.1.6",
|
|
64
|
+
"@types/react-dom": "^19.1.6",
|
|
65
|
+
"@types/react-slick": "^0.23.13",
|
|
66
|
+
"@types/uuid": "^10.0.0",
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
68
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
69
|
+
"@vitejs/plugin-react": "^4.5.1",
|
|
70
|
+
"eslint": "^9.28.0",
|
|
71
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
72
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
73
|
+
"glob": "^11.0.2",
|
|
74
|
+
"husky": "^9.1.7",
|
|
75
|
+
"lint-staged": "^16.1.0",
|
|
76
|
+
"prettier": "^3.5.3",
|
|
77
|
+
"react": "^19.1.0",
|
|
78
|
+
"react-dom": "^19.1.0",
|
|
79
|
+
"typescript": "^5.8.3",
|
|
80
|
+
"vite": "^6.3.5",
|
|
81
|
+
"vite-plugin-dts": "^4.5.4",
|
|
82
|
+
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
83
|
+
"vite-plugin-static-copy": "^3.0.0"
|
|
84
|
+
},
|
|
85
|
+
"lint-staged": {
|
|
86
|
+
"*.js": [
|
|
87
|
+
"prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
88
|
+
"git add"
|
|
89
|
+
],
|
|
90
|
+
"*.jsx": [
|
|
91
|
+
"prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
92
|
+
"git add"
|
|
93
|
+
],
|
|
94
|
+
"*.ts": [
|
|
95
|
+
"prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
96
|
+
"git add"
|
|
97
|
+
],
|
|
98
|
+
"*.tsx": [
|
|
99
|
+
"prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
|
|
100
|
+
"git add"
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
"husky": {
|
|
104
|
+
"hooks": {
|
|
105
|
+
"pre-commit": "lint-staged"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"directories": {
|
|
109
|
+
"lib": "lib"
|
|
110
|
+
},
|
|
111
|
+
"keywords": [],
|
|
112
|
+
"author": "Lê Đặng Trường Đạt",
|
|
113
|
+
"license": "ISC"
|
|
114
114
|
}
|