@ws-ui/ui-components 1.0.23 → 1.0.24
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 +195 -195
- package/dist/index.cjs +14 -14
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1257 -1249
- package/dist/qodly.svg +14 -14
- package/package.json +112 -112
package/dist/qodly.svg
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
|
|
3
|
-
<path fill="url(#a)" d="M.377 5.77A5.394 5.394 0 0 1 5.77.377h13.213a5.394 5.394 0 0 1 5.394 5.393v13.213a5.394 5.394 0 0 1-5.394 5.394H5.77a5.394 5.394 0 0 1-5.393-5.394V5.77Z" />
|
|
4
|
-
<path fill="#fff" d="m14.45 15.919 1.602 2.913h2.819l-1.47-2.535c1.253-1.425 1.442-3.13 1.442-3.13h-2.351s-.342 1.749-2.042 2.752Z" />
|
|
5
|
-
<path fill="#fff" d="M18.843 12.322h-2.229c.04-1.872-.893-3.068-1.676-3.684-1.162-.948-2.564-.962-2.564-.962-1.726-.034-2.762.739-3.35 1.318a4.43 4.43 0 0 0-1.285 3.323c.062 1.977 1.51 3.656 3.39 4.111.464.111.712.11.866.126.93.016 1.214.018 1.845.018l1.247 2.262h-2.809c-4.192-.053-6.117-3.118-6.593-4.995-.443-1.595-.06-3.131-.06-3.131.711-3.119 3.492-5.334 6.807-5.237.372.047 2.448.013 4.457 1.922.995.994 1.985 2.569 1.954 4.93Z" />
|
|
6
|
-
<defs>
|
|
7
|
-
<linearGradient id="a" x1="29.54" x2="15.21" y1="28.58" y2="-1.402" gradientUnits="userSpaceOnUse">
|
|
8
|
-
<stop stop-color="#2743A6" />
|
|
9
|
-
<stop offset=".46" stop-color="#8F1AEB" />
|
|
10
|
-
<stop offset=".734" stop-color="#C860D5" />
|
|
11
|
-
<stop offset="1" stop-color="#FFA4C0" />
|
|
12
|
-
</linearGradient>
|
|
13
|
-
</defs>
|
|
14
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
|
|
3
|
+
<path fill="url(#a)" d="M.377 5.77A5.394 5.394 0 0 1 5.77.377h13.213a5.394 5.394 0 0 1 5.394 5.393v13.213a5.394 5.394 0 0 1-5.394 5.394H5.77a5.394 5.394 0 0 1-5.393-5.394V5.77Z" />
|
|
4
|
+
<path fill="#fff" d="m14.45 15.919 1.602 2.913h2.819l-1.47-2.535c1.253-1.425 1.442-3.13 1.442-3.13h-2.351s-.342 1.749-2.042 2.752Z" />
|
|
5
|
+
<path fill="#fff" d="M18.843 12.322h-2.229c.04-1.872-.893-3.068-1.676-3.684-1.162-.948-2.564-.962-2.564-.962-1.726-.034-2.762.739-3.35 1.318a4.43 4.43 0 0 0-1.285 3.323c.062 1.977 1.51 3.656 3.39 4.111.464.111.712.11.866.126.93.016 1.214.018 1.845.018l1.247 2.262h-2.809c-4.192-.053-6.117-3.118-6.593-4.995-.443-1.595-.06-3.131-.06-3.131.711-3.119 3.492-5.334 6.807-5.237.372.047 2.448.013 4.457 1.922.995.994 1.985 2.569 1.954 4.93Z" />
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="a" x1="29.54" x2="15.21" y1="28.58" y2="-1.402" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#2743A6" />
|
|
9
|
+
<stop offset=".46" stop-color="#8F1AEB" />
|
|
10
|
+
<stop offset=".734" stop-color="#C860D5" />
|
|
11
|
+
<stop offset="1" stop-color="#FFA4C0" />
|
|
12
|
+
</linearGradient>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,112 +1,112 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ws-ui/ui-components",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Qodly Design System - UI component library",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./dist/index.cjs",
|
|
7
|
-
"module": "./dist/index.js",
|
|
8
|
-
"types": "./dist/index.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./dist/index.d.ts",
|
|
12
|
-
"import": "./dist/index.js",
|
|
13
|
-
"require": "./dist/index.cjs"
|
|
14
|
-
},
|
|
15
|
-
"./plugin": {
|
|
16
|
-
"types": "./dist/plugin.d.ts",
|
|
17
|
-
"import": "./dist/plugin.js",
|
|
18
|
-
"require": "./dist/plugin.cjs"
|
|
19
|
-
},
|
|
20
|
-
"./package.json": "./package.json"
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"dist",
|
|
24
|
-
"README.md"
|
|
25
|
-
],
|
|
26
|
-
"scripts": {
|
|
27
|
-
"dev": "vite",
|
|
28
|
-
"dev:lib": "vite build --watch --mode development",
|
|
29
|
-
"dev:yalc": "concurrently \"npm run dev:lib\" \"npm run watch:yalc\"",
|
|
30
|
-
"watch:yalc": "chokidar \"dist/**/*\" -c \"yalc push --changed\"",
|
|
31
|
-
"build": "npm run build:lib",
|
|
32
|
-
"build:lib": "vite build",
|
|
33
|
-
"lint": "eslint .",
|
|
34
|
-
"preview": "vite preview",
|
|
35
|
-
"storybook": "storybook dev -p 6006",
|
|
36
|
-
"build-storybook": "storybook build",
|
|
37
|
-
"yalc:publish": "npm run build && yalc publish",
|
|
38
|
-
"yalc:push": "npm run build && yalc push",
|
|
39
|
-
"test": "vitest --project=ut",
|
|
40
|
-
"test-storybook": "vitest --project=storybook",
|
|
41
|
-
"download:icons": "./scripts/icons/download-icons.sh",
|
|
42
|
-
"lint:icons": "prettier src/icons/Icons.tsx --write",
|
|
43
|
-
"postdownload:icons": "yarn lint:icons",
|
|
44
|
-
"prepack": "yarn build"
|
|
45
|
-
},
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"@dnd-kit/core": "^6.3.1",
|
|
48
|
-
"@dnd-kit/modifiers": "^9.0.0",
|
|
49
|
-
"@dnd-kit/sortable": "^10.0.0",
|
|
50
|
-
"@dnd-kit/utilities": "^3.2.2",
|
|
51
|
-
"@tanstack/react-virtual": "^3.0.0",
|
|
52
|
-
"@ws-ui/icons": "^1.5.4",
|
|
53
|
-
"classnames": "^2.5.1",
|
|
54
|
-
"downshift": "^9.0.10",
|
|
55
|
-
"re-resizable": "^6.11.2",
|
|
56
|
-
"simplebar": "^6.3.3",
|
|
57
|
-
"simplebar-react": "^3.3.2",
|
|
58
|
-
"tailwind-merge": "^3.4.0"
|
|
59
|
-
},
|
|
60
|
-
"peerDependencies": {
|
|
61
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
62
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
63
|
-
},
|
|
64
|
-
"devDependencies": {
|
|
65
|
-
"@csstools/postcss-cascade-layers": "^5.0.2",
|
|
66
|
-
"@eslint/js": "^9.25.0",
|
|
67
|
-
"@storybook/addon-a11y": "^9.1.16",
|
|
68
|
-
"@storybook/addon-docs": "^9.1.16",
|
|
69
|
-
"@storybook/addon-themes": "^9.1.16",
|
|
70
|
-
"@storybook/addon-vitest": "^9.1.16",
|
|
71
|
-
"@storybook/react-vite": "^9.1.16",
|
|
72
|
-
"@tailwindcss/postcss": "^4.1.17",
|
|
73
|
-
"@tailwindcss/typography": "^0.5.16",
|
|
74
|
-
"@types/css-modules": "^1.0.5",
|
|
75
|
-
"@types/node": "^22.0.0",
|
|
76
|
-
"@types/react": "^19.1.2",
|
|
77
|
-
"@types/react-dom": "^19.1.2",
|
|
78
|
-
"@types/semver": "^7",
|
|
79
|
-
"@vitejs/plugin-react": "^4.4.1",
|
|
80
|
-
"@vitest/browser": "^3.2.1",
|
|
81
|
-
"@vitest/coverage-istanbul": "^3.2.4",
|
|
82
|
-
"@vitest/coverage-v8": "^3.2.4",
|
|
83
|
-
"@vitest/ui": "^3.2.3",
|
|
84
|
-
"chokidar-cli": "^3.0.0",
|
|
85
|
-
"concurrently": "^9.1.2",
|
|
86
|
-
"dotenv": "^16.5.0",
|
|
87
|
-
"dts-bundle-generator": "^9.5.1",
|
|
88
|
-
"esbuild": "^0.27.2",
|
|
89
|
-
"eslint": "^9.25.0",
|
|
90
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
91
|
-
"eslint-plugin-react-refresh": "^0.4.19",
|
|
92
|
-
"eslint-plugin-storybook": "^9.0.4",
|
|
93
|
-
"globals": "^16.0.0",
|
|
94
|
-
"jsdom": "^26.1.0",
|
|
95
|
-
"playwright": "^1.52.0",
|
|
96
|
-
"postcss": "^8.5.4",
|
|
97
|
-
"postcss-import": "^16.1.1",
|
|
98
|
-
"prettier": "^3.6.1",
|
|
99
|
-
"react": "^19.1.0",
|
|
100
|
-
"react-dom": "^19.1.0",
|
|
101
|
-
"semver": "^7.7.3",
|
|
102
|
-
"storybook": "^9.1.16",
|
|
103
|
-
"tailwindcss": "^4.1.17",
|
|
104
|
-
"typescript": "~5.8.3",
|
|
105
|
-
"typescript-eslint": "^8.30.1",
|
|
106
|
-
"vite": "^6.3.5",
|
|
107
|
-
"vite-plugin-dts": "^4.5.4",
|
|
108
|
-
"vite-plugin-svgr": "^4.3.0",
|
|
109
|
-
"vitest": "^3.2.3",
|
|
110
|
-
"vitest-browser-react": "^1.0.0"
|
|
111
|
-
}
|
|
112
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ws-ui/ui-components",
|
|
3
|
+
"version": "1.0.24",
|
|
4
|
+
"description": "Qodly Design System - UI component library",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.cjs",
|
|
7
|
+
"module": "./dist/index.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.js",
|
|
13
|
+
"require": "./dist/index.cjs"
|
|
14
|
+
},
|
|
15
|
+
"./plugin": {
|
|
16
|
+
"types": "./dist/plugin.d.ts",
|
|
17
|
+
"import": "./dist/plugin.js",
|
|
18
|
+
"require": "./dist/plugin.cjs"
|
|
19
|
+
},
|
|
20
|
+
"./package.json": "./package.json"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist",
|
|
24
|
+
"README.md"
|
|
25
|
+
],
|
|
26
|
+
"scripts": {
|
|
27
|
+
"dev": "vite",
|
|
28
|
+
"dev:lib": "vite build --watch --mode development",
|
|
29
|
+
"dev:yalc": "concurrently \"npm run dev:lib\" \"npm run watch:yalc\"",
|
|
30
|
+
"watch:yalc": "chokidar \"dist/**/*\" -c \"yalc push --changed\"",
|
|
31
|
+
"build": "npm run build:lib",
|
|
32
|
+
"build:lib": "vite build",
|
|
33
|
+
"lint": "eslint .",
|
|
34
|
+
"preview": "vite preview",
|
|
35
|
+
"storybook": "storybook dev -p 6006",
|
|
36
|
+
"build-storybook": "storybook build",
|
|
37
|
+
"yalc:publish": "npm run build && yalc publish",
|
|
38
|
+
"yalc:push": "npm run build && yalc push",
|
|
39
|
+
"test": "vitest --project=ut",
|
|
40
|
+
"test-storybook": "vitest --project=storybook",
|
|
41
|
+
"download:icons": "./scripts/icons/download-icons.sh",
|
|
42
|
+
"lint:icons": "prettier src/icons/Icons.tsx --write",
|
|
43
|
+
"postdownload:icons": "yarn lint:icons",
|
|
44
|
+
"prepack": "yarn build"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@dnd-kit/core": "^6.3.1",
|
|
48
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
49
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
50
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
51
|
+
"@tanstack/react-virtual": "^3.0.0",
|
|
52
|
+
"@ws-ui/icons": "^1.5.4",
|
|
53
|
+
"classnames": "^2.5.1",
|
|
54
|
+
"downshift": "^9.0.10",
|
|
55
|
+
"re-resizable": "^6.11.2",
|
|
56
|
+
"simplebar": "^6.3.3",
|
|
57
|
+
"simplebar-react": "^3.3.2",
|
|
58
|
+
"tailwind-merge": "^3.4.0"
|
|
59
|
+
},
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
62
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
63
|
+
},
|
|
64
|
+
"devDependencies": {
|
|
65
|
+
"@csstools/postcss-cascade-layers": "^5.0.2",
|
|
66
|
+
"@eslint/js": "^9.25.0",
|
|
67
|
+
"@storybook/addon-a11y": "^9.1.16",
|
|
68
|
+
"@storybook/addon-docs": "^9.1.16",
|
|
69
|
+
"@storybook/addon-themes": "^9.1.16",
|
|
70
|
+
"@storybook/addon-vitest": "^9.1.16",
|
|
71
|
+
"@storybook/react-vite": "^9.1.16",
|
|
72
|
+
"@tailwindcss/postcss": "^4.1.17",
|
|
73
|
+
"@tailwindcss/typography": "^0.5.16",
|
|
74
|
+
"@types/css-modules": "^1.0.5",
|
|
75
|
+
"@types/node": "^22.0.0",
|
|
76
|
+
"@types/react": "^19.1.2",
|
|
77
|
+
"@types/react-dom": "^19.1.2",
|
|
78
|
+
"@types/semver": "^7",
|
|
79
|
+
"@vitejs/plugin-react": "^4.4.1",
|
|
80
|
+
"@vitest/browser": "^3.2.1",
|
|
81
|
+
"@vitest/coverage-istanbul": "^3.2.4",
|
|
82
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
83
|
+
"@vitest/ui": "^3.2.3",
|
|
84
|
+
"chokidar-cli": "^3.0.0",
|
|
85
|
+
"concurrently": "^9.1.2",
|
|
86
|
+
"dotenv": "^16.5.0",
|
|
87
|
+
"dts-bundle-generator": "^9.5.1",
|
|
88
|
+
"esbuild": "^0.27.2",
|
|
89
|
+
"eslint": "^9.25.0",
|
|
90
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
91
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
92
|
+
"eslint-plugin-storybook": "^9.0.4",
|
|
93
|
+
"globals": "^16.0.0",
|
|
94
|
+
"jsdom": "^26.1.0",
|
|
95
|
+
"playwright": "^1.52.0",
|
|
96
|
+
"postcss": "^8.5.4",
|
|
97
|
+
"postcss-import": "^16.1.1",
|
|
98
|
+
"prettier": "^3.6.1",
|
|
99
|
+
"react": "^19.1.0",
|
|
100
|
+
"react-dom": "^19.1.0",
|
|
101
|
+
"semver": "^7.7.3",
|
|
102
|
+
"storybook": "^9.1.16",
|
|
103
|
+
"tailwindcss": "^4.1.17",
|
|
104
|
+
"typescript": "~5.8.3",
|
|
105
|
+
"typescript-eslint": "^8.30.1",
|
|
106
|
+
"vite": "^6.3.5",
|
|
107
|
+
"vite-plugin-dts": "^4.5.4",
|
|
108
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
109
|
+
"vitest": "^3.2.3",
|
|
110
|
+
"vitest-browser-react": "^1.0.0"
|
|
111
|
+
}
|
|
112
|
+
}
|