@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-lib",
3
3
  "private": false,
4
- "version": "1.17.4-next.0",
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.11",
43
- "@radix-ui/react-avatar": "^1.1.2",
44
- "@radix-ui/react-checkbox": "^1.1.3",
45
- "@radix-ui/react-dialog": "^1.1.6",
46
- "@radix-ui/react-dropdown-menu": "^2.1.5",
47
- "@radix-ui/react-label": "^2.1.1",
48
- "@radix-ui/react-popover": "^1.1.5",
49
- "@radix-ui/react-radio-group": "^1.2.2",
50
- "@radix-ui/react-scroll-area": "^1.2.2",
51
- "@radix-ui/react-separator": "^1.1.2",
52
- "@radix-ui/react-slot": "^1.1.2",
53
- "@radix-ui/react-switch": "^1.1.2",
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.5",
56
- "@radix-ui/react-toggle": "^1.1.1",
57
- "@radix-ui/react-toggle-group": "^1.1.1",
58
- "@radix-ui/react-tooltip": "^1.1.8",
59
- "@tanstack/react-table": "^8.20.5",
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.12.3",
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.19.0",
103
- "@storybook/addon-a11y": "^9.1.8",
104
- "@storybook/addon-designs": "^10.0.2",
105
- "@storybook/addon-docs": "^9.1.8",
106
- "@storybook/addon-links": "^9.1.8",
107
- "@storybook/react-vite": "^9.1.8",
108
- "@testing-library/dom": "^10.4.0",
109
- "@testing-library/jest-dom": "^6.6.3",
110
- "@testing-library/react": "^16.2.0",
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.13.1",
113
- "@types/react": "^19.0.8",
114
- "@types/react-dom": "^19.0.3",
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.23.0",
117
- "@typescript-eslint/parser": "^8.23.0",
118
- "@vitejs/plugin-react": "^4.3.4",
119
- "@vitest/coverage-v8": "^3.0.5",
120
- "@vitest/ui": "^3.0.5",
121
- "autoprefixer": "^10.4.20",
122
- "cssnano": "^7.0.7",
123
- "eslint": "^9.19.0",
124
- "eslint-plugin-import": "^2.31.0",
125
- "eslint-plugin-react": "^7.37.4",
126
- "eslint-plugin-react-hooks": "^5.1.0",
127
- "eslint-plugin-react-refresh": "^0.4.18",
128
- "eslint-plugin-storybook": "^9.1.8",
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.14.0",
131
- "jsdom": "^26.0.0",
132
- "postcss": "^8.5.1",
133
- "prettier": "^3.4.2",
134
- "prettier-plugin-tailwindcss": "^0.6.11",
135
- "storybook": "^9.1.8",
136
- "tailwindcss": "^3.4.7",
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.23.0",
140
- "vite": "^6.0.11",
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.0",
158
+ "vite-plugin-dts": "^4.5.4",
143
159
  "vite-tsconfig-paths": "^5.1.4",
144
- "vitest": "^3.0.5"
160
+ "vitest": "^3.2.4"
145
161
  },
146
162
  "lint-staged": {
147
163
  "src/**/*.{ts,tsx,js,jsx,json,css,md}": [