@ws-ui/ui-components 1.0.21 → 1.0.22

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/package.json CHANGED
@@ -1,112 +1,112 @@
1
- {
2
- "name": "@ws-ui/ui-components",
3
- "version": "1.0.21",
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.22",
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
+ }