@npm-questionpro/wick-ui-lib 1.17.4-next.0 → 1.20.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/src/base/ui/sheet.d.ts +4 -1
- package/dist/src/components/combobox/WuCombobox.d.ts +3 -1
- package/dist/src/components/drawer/WuDrawer.d.ts +2 -0
- package/dist/src/components/editor/WuEditor.d.ts +9 -0
- package/dist/src/components/editor/WuEditor.test.d.ts +1 -0
- package/dist/src/components/editor/index.d.ts +2 -0
- package/dist/src/components/editor/partials/ImageModal.d.ts +1 -0
- package/dist/src/components/editor/partials/LinkModal.d.ts +9 -0
- package/dist/src/components/editor/partials/Menubar.d.ts +1 -0
- package/dist/src/components/editor/partials/TablePopover.d.ts +1 -0
- package/dist/src/components/editor/partials/config.d.ts +2 -0
- package/dist/src/components/editor/partials/fontFamily.d.ts +1 -0
- package/dist/src/components/editor/partials/helper.d.ts +3 -0
- package/dist/src/components/editor/partials/toolbarItems.d.ts +20 -0
- package/dist/src/components/editor/partials/wuEditorContext.d.ts +13 -0
- package/dist/src/components/listbox/index.d.ts +1 -0
- package/dist/src/components/table/utils/data.d.ts +2 -7
- package/dist/src/components/typography/WuTypography.d.ts +2 -3
- package/dist/src/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/wick-ui-lib/es/index.js +2900 -2206
- package/dist/wick-ui-lib/umd/index.js +6 -6
- package/package.json +72 -56
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm-questionpro/wick-ui-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.20.0",
|
|
5
5
|
"description": "A React component library by QuestionPro for building web applications with ease",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"react",
|
|
@@ -38,25 +38,26 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@base-ui-components/react": "1.0.0-beta.4",
|
|
41
|
+
"@floating-ui/react": "^0.27.16",
|
|
41
42
|
"@npm-questionpro/wick-ui-icon": "^8.0.2",
|
|
42
|
-
"@radix-ui/react-accordion": "^1.2.
|
|
43
|
-
"@radix-ui/react-avatar": "^1.1.
|
|
44
|
-
"@radix-ui/react-checkbox": "^1.
|
|
45
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
46
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
47
|
-
"@radix-ui/react-label": "^2.1.
|
|
48
|
-
"@radix-ui/react-popover": "^1.1.
|
|
49
|
-
"@radix-ui/react-radio-group": "^1.
|
|
50
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
51
|
-
"@radix-ui/react-separator": "^1.1.
|
|
52
|
-
"@radix-ui/react-slot": "^1.
|
|
53
|
-
"@radix-ui/react-switch": "^1.
|
|
43
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
44
|
+
"@radix-ui/react-avatar": "^1.1.11",
|
|
45
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
46
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
47
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
48
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
49
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
50
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
51
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
52
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
53
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
54
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
54
55
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
55
|
-
"@radix-ui/react-toast": "^1.2.
|
|
56
|
-
"@radix-ui/react-toggle": "^1.1.
|
|
57
|
-
"@radix-ui/react-toggle-group": "^1.1.
|
|
58
|
-
"@radix-ui/react-tooltip": "^1.
|
|
59
|
-
"@tanstack/react-table": "^8.
|
|
56
|
+
"@radix-ui/react-toast": "^1.2.15",
|
|
57
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
58
|
+
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
59
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
60
|
+
"@tanstack/react-table": "^8.21.3",
|
|
60
61
|
"class-variance-authority": "^0.7.1",
|
|
61
62
|
"clsx": "^2.1.1",
|
|
62
63
|
"cmdk": "1.0.4",
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
"react-day-picker": "9.5.1",
|
|
66
67
|
"react-dom": ">= 18 < 20",
|
|
67
68
|
"react-transition-group": "^4.4.5",
|
|
68
|
-
"react-virtuoso": "^4.
|
|
69
|
+
"react-virtuoso": "^4.16.1",
|
|
69
70
|
"tailwind-merge": "^2.6.0"
|
|
70
71
|
},
|
|
71
72
|
"peerDependencies": {
|
|
@@ -96,52 +97,67 @@
|
|
|
96
97
|
"react-dom": ">= 18 < 20",
|
|
97
98
|
"react-transition-group": "^4.4.5",
|
|
98
99
|
"react-virtuoso": "^4.12.3",
|
|
99
|
-
"tailwind-merge": "^2.6.0"
|
|
100
|
+
"tailwind-merge": "^2.6.0",
|
|
101
|
+
"@tiptap/extension-code": "^3.13.0",
|
|
102
|
+
"@tiptap/extension-image": "^3.13.0",
|
|
103
|
+
"@tiptap/extension-link": "^3.12.0",
|
|
104
|
+
"@tiptap/extension-list": "^3.13.0",
|
|
105
|
+
"@tiptap/extension-subscript": "^3.11.0",
|
|
106
|
+
"@tiptap/extension-superscript": "^3.11.0",
|
|
107
|
+
"@tiptap/extension-table": "^3.13.0",
|
|
108
|
+
"@tiptap/extension-text-align": "^3.11.1",
|
|
109
|
+
"@tiptap/extension-text-style": "^3.13.0",
|
|
110
|
+
"@tiptap/extension-typography": "^3.11.0",
|
|
111
|
+
"@tiptap/pm": "^3.11.0",
|
|
112
|
+
"@tiptap/react": "^3.11.0",
|
|
113
|
+
"@tiptap/starter-kit": "^3.11.0"
|
|
100
114
|
},
|
|
101
115
|
"devDependencies": {
|
|
102
|
-
"@eslint/js": "^9.
|
|
103
|
-
"@storybook/addon-a11y": "
|
|
104
|
-
"@storybook/addon-designs": "^
|
|
105
|
-
"@storybook/addon-docs": "
|
|
106
|
-
"@storybook/addon-links": "
|
|
107
|
-
"@storybook/react-vite": "
|
|
108
|
-
"@
|
|
109
|
-
"@testing-library/
|
|
110
|
-
"@testing-library/
|
|
116
|
+
"@eslint/js": "^9.39.1",
|
|
117
|
+
"@storybook/addon-a11y": "10.1.5",
|
|
118
|
+
"@storybook/addon-designs": "^11.1.0",
|
|
119
|
+
"@storybook/addon-docs": "10.1.5",
|
|
120
|
+
"@storybook/addon-links": "10.1.5",
|
|
121
|
+
"@storybook/react-vite": "10.1.5",
|
|
122
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
123
|
+
"@testing-library/dom": "^10.4.1",
|
|
124
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
125
|
+
"@testing-library/react": "^16.3.0",
|
|
111
126
|
"@testing-library/user-event": "^14.6.1",
|
|
112
|
-
"@types/node": "^22.
|
|
113
|
-
"@types/react": "^19.
|
|
114
|
-
"@types/react-dom": "^19.
|
|
127
|
+
"@types/node": "^22.19.1",
|
|
128
|
+
"@types/react": "^19.2.7",
|
|
129
|
+
"@types/react-dom": "^19.2.3",
|
|
115
130
|
"@types/react-transition-group": "^4.4.12",
|
|
116
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
117
|
-
"@typescript-eslint/parser": "^8.
|
|
118
|
-
"@vitejs/plugin-react": "^4.
|
|
119
|
-
"@vitest/coverage-v8": "^3.
|
|
120
|
-
"@vitest/ui": "^3.
|
|
121
|
-
"autoprefixer": "^10.4.
|
|
122
|
-
"cssnano": "^7.
|
|
123
|
-
"eslint": "^9.
|
|
124
|
-
"eslint-plugin-import": "^2.
|
|
125
|
-
"eslint-plugin-react": "^7.37.
|
|
126
|
-
"eslint-plugin-react-hooks": "^5.
|
|
127
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
128
|
-
"eslint-plugin-storybook": "
|
|
131
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
132
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
133
|
+
"@vitejs/plugin-react": "^4.7.0",
|
|
134
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
135
|
+
"@vitest/ui": "^3.2.4",
|
|
136
|
+
"autoprefixer": "^10.4.22",
|
|
137
|
+
"cssnano": "^7.1.2",
|
|
138
|
+
"eslint": "^9.39.1",
|
|
139
|
+
"eslint-plugin-import": "^2.32.0",
|
|
140
|
+
"eslint-plugin-react": "^7.37.5",
|
|
141
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
142
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
143
|
+
"eslint-plugin-storybook": "10.1.5",
|
|
129
144
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
130
|
-
"globals": "^15.
|
|
131
|
-
"jsdom": "^26.
|
|
132
|
-
"postcss": "^8.5.
|
|
133
|
-
"prettier": "^3.4
|
|
134
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
135
|
-
"
|
|
136
|
-
"
|
|
145
|
+
"globals": "^15.15.0",
|
|
146
|
+
"jsdom": "^26.1.0",
|
|
147
|
+
"postcss": "^8.5.6",
|
|
148
|
+
"prettier": "^3.7.4",
|
|
149
|
+
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
150
|
+
"sass-embedded": "^1.93.3",
|
|
151
|
+
"storybook": "10.1.5",
|
|
152
|
+
"tailwindcss": "^3.4.18",
|
|
137
153
|
"tailwindcss-animate": "^1.0.7",
|
|
138
154
|
"typescript": "^5.7.3",
|
|
139
|
-
"typescript-eslint": "^8.
|
|
140
|
-
"vite": "^6.
|
|
155
|
+
"typescript-eslint": "^8.48.1",
|
|
156
|
+
"vite": "^6.4.1",
|
|
141
157
|
"vite-bundle-analyzer": "^0.22.3",
|
|
142
|
-
"vite-plugin-dts": "^4.5.
|
|
158
|
+
"vite-plugin-dts": "^4.5.4",
|
|
143
159
|
"vite-tsconfig-paths": "^5.1.4",
|
|
144
|
-
"vitest": "^3.
|
|
160
|
+
"vitest": "^3.2.4"
|
|
145
161
|
},
|
|
146
162
|
"lint-staged": {
|
|
147
163
|
"src/**/*.{ts,tsx,js,jsx,json,css,md}": [
|