@oliasoft-open-source/react-ui-library 5.12.1 → 5.13.0
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/global.css +1 -1
- package/dist/index.js +1274 -1155
- package/package.json +37 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.13.0",
|
|
4
4
|
"description": "Reusable UI components for React projects",
|
|
5
5
|
"homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
|
|
6
6
|
"bugs": {
|
|
@@ -28,27 +28,6 @@
|
|
|
28
28
|
"files": [
|
|
29
29
|
"dist/**/*"
|
|
30
30
|
],
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build:package": "tsc && vite build",
|
|
33
|
-
"build:docs": "vite build --config vite.config.docs.ts",
|
|
34
|
-
"build:storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet --output-dir ./public/storybook",
|
|
35
|
-
"build:extras": "yarn build:docs && yarn build:storybook",
|
|
36
|
-
"build:css": "lessc src/style/external.less dist/gui-library.css",
|
|
37
|
-
"build": "yarn build:package && yarn build:extras",
|
|
38
|
-
"dev:docs": "vite --config vite.config.docs.ts",
|
|
39
|
-
"dev:storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006",
|
|
40
|
-
"lint:check": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
|
41
|
-
"lint:fix": "eslint --fix \"**/*.{js,jsx,ts,tsx}\"",
|
|
42
|
-
"prepare": "husky",
|
|
43
|
-
"prettier:check": "prettier --check \"**/*.{js,jsx,json,css,less,ts,tsx}\"",
|
|
44
|
-
"prettier:fix": "prettier --write \"**/*.{js,jsx,json,css,less,ts,tsx}\"",
|
|
45
|
-
"preview:docs": "yarn build:docs && yarn run http-server ./public -o -p 9002 -c-1",
|
|
46
|
-
"preview:storybook": "yarn run http-server ./public/storybook -o -p 9003 -c-1",
|
|
47
|
-
"test": "yarn run prettier:check && yarn run lint:check && yarn run test:unit",
|
|
48
|
-
"test:unit": "vitest run",
|
|
49
|
-
"test:unit:coverage": "vitest run --coverage",
|
|
50
|
-
"test:storybook": "test-storybook --testTimeout=60000"
|
|
51
|
-
},
|
|
52
31
|
"lint-staged": {
|
|
53
32
|
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
|
|
54
33
|
"*.{js,jsx,json,css,less,ts,tsx}": [
|
|
@@ -58,8 +37,8 @@
|
|
|
58
37
|
"dependencies": {
|
|
59
38
|
"@fontsource/noto-sans": "^5.2.5",
|
|
60
39
|
"@minoru/react-dnd-treeview": "^3.5.0",
|
|
61
|
-
"@remirror/pm": "^
|
|
62
|
-
"@remirror/react": "^
|
|
40
|
+
"@remirror/pm": "^3.0.1",
|
|
41
|
+
"@remirror/react": "^3.0.3",
|
|
63
42
|
"@tanstack/react-virtual": "^3.13.2",
|
|
64
43
|
"@types/rc-slider": "^9.3.1",
|
|
65
44
|
"@types/react-resizable": "^3.0.8",
|
|
@@ -83,7 +62,7 @@
|
|
|
83
62
|
"react-toastify": "^9.1.3",
|
|
84
63
|
"react-transition-group": "^4.4.5",
|
|
85
64
|
"react-window": "^1.8.11",
|
|
86
|
-
"remirror": "^
|
|
65
|
+
"remirror": "^3.0.3",
|
|
87
66
|
"resize-observer-polyfill": "^1.5.1",
|
|
88
67
|
"simplify-ts": "^1.0.2",
|
|
89
68
|
"styled-components": "^6.1.15"
|
|
@@ -97,14 +76,12 @@
|
|
|
97
76
|
"@eslint/js": "^9.21.0",
|
|
98
77
|
"@mdx-js/react": "^3",
|
|
99
78
|
"@oliasoft-open-source/eslint-config-oliasoft": "^1.3.1",
|
|
100
|
-
"@oliasoft-open-source/units": "^4.3
|
|
101
|
-
"@storybook/addon-docs": "^
|
|
102
|
-
"@storybook/addon-links": "^
|
|
103
|
-
"@storybook/addon-themes": "^
|
|
104
|
-
"@storybook/react-vite": "^
|
|
105
|
-
"@storybook/test-runner": "0.
|
|
106
|
-
"@storybook/theming": "^8.6.14",
|
|
107
|
-
"@storybook/types": "^8.6.14",
|
|
79
|
+
"@oliasoft-open-source/units": "^4.5.3",
|
|
80
|
+
"@storybook/addon-docs": "^10.2.8",
|
|
81
|
+
"@storybook/addon-links": "^10.2.8",
|
|
82
|
+
"@storybook/addon-themes": "^10.2.8",
|
|
83
|
+
"@storybook/react-vite": "^10.2.8",
|
|
84
|
+
"@storybook/test-runner": "0.24.2",
|
|
108
85
|
"@testing-library/dom": "^10.4.1",
|
|
109
86
|
"@testing-library/react": "^16.3.1",
|
|
110
87
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -133,7 +110,7 @@
|
|
|
133
110
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
134
111
|
"eslint-plugin-react": "^7.37.4",
|
|
135
112
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
136
|
-
"eslint-plugin-storybook": "^
|
|
113
|
+
"eslint-plugin-storybook": "^10.2.8",
|
|
137
114
|
"eslint-plugin-vitest": "^0.5.4",
|
|
138
115
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
139
116
|
"http-server": "^14.1.1",
|
|
@@ -143,25 +120,27 @@
|
|
|
143
120
|
"jsondiffpatch": "^0.7.3",
|
|
144
121
|
"less": "^4.2.2",
|
|
145
122
|
"lint-staged": "^15.4.3",
|
|
123
|
+
"playwright": "^1.58.2",
|
|
146
124
|
"prettier": "3.5.3",
|
|
147
125
|
"prop-types": "^15",
|
|
148
126
|
"react": "^18.3.1",
|
|
149
127
|
"react-dom": "^18.3.1",
|
|
150
128
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
151
|
-
"storybook": "^
|
|
129
|
+
"storybook": "^10.2.8",
|
|
152
130
|
"typescript": "^5.8.2",
|
|
153
|
-
"vite": "
|
|
131
|
+
"vite": "8.0.0-beta.13",
|
|
154
132
|
"vite-plugin-dts": "^4.5.3",
|
|
155
133
|
"vite-plugin-html": "^3.2.2",
|
|
156
134
|
"vite-preset-react": "^2.3.0",
|
|
157
135
|
"vite-tsconfig-paths": "^5.1.4",
|
|
158
|
-
"vitest": "^3.0.7"
|
|
136
|
+
"vitest": "^3.0.7",
|
|
137
|
+
"wait-on": "^9.0.3"
|
|
159
138
|
},
|
|
160
139
|
"peerDependencies": {
|
|
161
140
|
"@dnd-kit/core": "^6.3.1",
|
|
162
141
|
"@dnd-kit/sortable": "^8.0.0",
|
|
163
142
|
"@dnd-kit/utilities": "^3.2.2",
|
|
164
|
-
"@oliasoft-open-source/units": "^4
|
|
143
|
+
"@oliasoft-open-source/units": "^4",
|
|
165
144
|
"ajv": "^8.17.1",
|
|
166
145
|
"ajv-errors": "^3.0.0",
|
|
167
146
|
"ajv-keywords": "^5.1.0",
|
|
@@ -170,7 +149,24 @@
|
|
|
170
149
|
"react": ">=17 <19",
|
|
171
150
|
"react-dom": ">= 17 <19"
|
|
172
151
|
},
|
|
173
|
-
"
|
|
174
|
-
"
|
|
152
|
+
"scripts": {
|
|
153
|
+
"build:package": "tsc && vite build",
|
|
154
|
+
"build:docs": "vite build --config vite.config.docs.ts",
|
|
155
|
+
"build:storybook": "pnpm run build:package && storybook build --quiet --output-dir ./public/storybook",
|
|
156
|
+
"build:extras": "pnpm build:docs && pnpm build:storybook",
|
|
157
|
+
"build:css": "lessc src/style/external.less dist/gui-library.css",
|
|
158
|
+
"build": "pnpm build:package && pnpm build:extras",
|
|
159
|
+
"dev:docs": "vite --config vite.config.docs.ts",
|
|
160
|
+
"dev:storybook": "storybook dev -p 6006",
|
|
161
|
+
"lint:check": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
|
162
|
+
"lint:fix": "eslint --fix \"**/*.{js,jsx,ts,tsx}\"",
|
|
163
|
+
"prettier:check": "prettier --check \"**/*.{js,jsx,json,css,less,ts,tsx}\"",
|
|
164
|
+
"prettier:fix": "prettier --write \"**/*.{js,jsx,json,css,less,ts,tsx}\"",
|
|
165
|
+
"preview:docs": "pnpm build:docs && pnpm run http-server ./public -o -p 9002 -c-1",
|
|
166
|
+
"preview:storybook": "pnpm run http-server ./public/storybook -o -p 9003 -c-1",
|
|
167
|
+
"test": "pnpm run prettier:check && pnpm run lint:check && pnpm run test:unit",
|
|
168
|
+
"test:unit": "vitest run",
|
|
169
|
+
"test:unit:coverage": "vitest run --coverage",
|
|
170
|
+
"test:storybook": "test-storybook --testTimeout=60000"
|
|
175
171
|
}
|
|
176
|
-
}
|
|
172
|
+
}
|