beca-ui 2.1.0-beta.8 → 2.1.0-beta.80

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,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.8",
3
+ "version": "2.1.0-beta.80",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -24,15 +24,18 @@
24
24
  "view-version": "npm view beca-ui version",
25
25
  "release": "yarn chromatic",
26
26
  "publish-main": "sh ./publish.sh",
27
- "publish-beta": "sh ./publish-beta.sh",
27
+ "pb": "sh ./publish-beta.sh",
28
28
  "upgrade-tiptap": "yarn add @tiptap/extension-blockquote @tiptap/extension-bubble-menu @tiptap/extension-color @tiptap/extension-document @tiptap/extension-focus @tiptap/extension-font-family @tiptap/extension-highlight @tiptap/extension-image @tiptap/extension-link @tiptap/extension-mention @tiptap/extension-paragraph @tiptap/extension-placeholder @tiptap/extension-table @tiptap/extension-table-cell @tiptap/extension-table-header @tiptap/extension-table-row @tiptap/extension-text @tiptap/extension-text-align @tiptap/extension-text-style @tiptap/extension-underline @tiptap/pm @tiptap/react @tiptap/starter-kit @tiptap/suggestion"
29
29
  },
30
30
  "dependencies": {
31
+ "@floating-ui/react": "^0.27.17",
31
32
  "@microsoft/signalr": "7.0.3",
32
- "antd": "^5.27.1",
33
+ "antd": "5.29.2",
33
34
  "antd-img-crop": "4.12.2",
35
+ "array-move": "^4.0.0",
34
36
  "axios": "1.6.7",
35
- "beca-icons": "0.0.6",
37
+ "beca-icons": "0.0.16",
38
+ "classnames": "^2.5.1",
36
39
  "crypto-js": "4.2.0",
37
40
  "dayjs": "1.11.13",
38
41
  "dompurify": "3.0.5",
@@ -45,17 +48,20 @@
45
48
  "prosemirror-keymap": "1.2.0",
46
49
  "prosemirror-schema-list": "1.2.2",
47
50
  "prosemirror-tables": "1.3.7",
51
+ "rc-select": "^14.16.8",
48
52
  "react": "18.3.1",
49
53
  "react-barcode": "1.5.3",
50
54
  "react-color": "2.19.3",
51
55
  "react-device-detect": "2.2.3",
52
56
  "react-dom": "18.3.1",
53
57
  "react-helmet-async": "2.0.5",
58
+ "react-hotkeys-hook": "^5.2.4",
54
59
  "react-i18next": "13.0.1",
55
60
  "react-infinite-scroll-component": "6.1.0",
56
61
  "react-intersection-observer": "^9.16.0",
57
62
  "react-paginate": "8.2.0",
58
63
  "react-resizable": "3.0.5",
64
+ "react-sortable-hoc": "^2.0.0",
59
65
  "react-virtuoso": "4.6.2"
60
66
  },
61
67
  "peerDependencies": {
@@ -63,52 +69,45 @@
63
69
  "react-dom": "18.3.1"
64
70
  },
65
71
  "devDependencies": {
66
- "@chromatic-com/storybook": "3.2.2",
72
+ "@chromatic-com/storybook": "5.1.2",
67
73
  "@faker-js/faker": "8.4.1",
74
+ "@neoconfetti/react": "1.0.0",
68
75
  "@rollup/plugin-alias": "5.1.1",
69
- "@storybook/addon-docs": "9.1.17",
70
- "@storybook/addon-links": "9.1.17",
71
- "@storybook/addon-onboarding": "9.1.17",
72
- "@storybook/components": "8.6.14",
73
- "@storybook/core-events": "8.6.14",
74
- "@storybook/manager-api": "8.6.14",
75
- "@storybook/react-vite": "9.1.17",
76
- "@storybook/theming": "8.6.14",
77
- "@storybook/types": "8.6.14",
78
- "@tiptap/extension-blockquote": "3.4.4",
79
- "@tiptap/extension-bold": "3.4.4",
80
- "@tiptap/extension-bubble-menu": "3.4.4",
81
- "@tiptap/extension-bullet-list": "3.4.4",
82
- "@tiptap/extension-color": "3.4.4",
83
- "@tiptap/extension-document": "3.4.4",
84
- "@tiptap/extension-focus": "3.4.4",
85
- "@tiptap/extension-font-family": "3.4.4",
86
- "@tiptap/extension-hard-break": "3.4.4",
87
- "@tiptap/extension-heading": "3.4.4",
88
- "@tiptap/extension-highlight": "3.4.4",
89
- "@tiptap/extension-history": "3.4.4",
90
- "@tiptap/extension-image": "3.4.4",
91
- "@tiptap/extension-italic": "3.4.4",
92
- "@tiptap/extension-link": "3.4.4",
93
- "@tiptap/extension-list-item": "3.4.4",
94
- "@tiptap/extension-mention": "3.4.4",
95
- "@tiptap/extension-ordered-list": "3.4.4",
96
- "@tiptap/extension-paragraph": "3.4.4",
97
- "@tiptap/extension-placeholder": "3.4.4",
98
- "@tiptap/extension-strike": "3.4.4",
99
- "@tiptap/extension-table": "3.4.4",
100
- "@tiptap/extension-table-cell": "3.4.4",
101
- "@tiptap/extension-table-header": "3.4.4",
102
- "@tiptap/extension-table-row": "3.4.4",
103
- "@tiptap/extension-text": "3.4.4",
104
- "@tiptap/extension-text-align": "3.4.4",
105
- "@tiptap/extension-text-style": "3.4.4",
106
- "@tiptap/extension-underline": "3.4.4",
107
- "@tiptap/html": "3.4.4",
108
- "@tiptap/pm": "3.4.4",
109
- "@tiptap/react": "3.4.4",
110
- "@tiptap/starter-kit": "3.4.4",
111
- "@tiptap/suggestion": "3.4.4",
76
+ "@storybook/addon-docs": "^10.3.6",
77
+ "@storybook/addon-links": "10.3.6",
78
+ "@storybook/addon-onboarding": "10.3.6",
79
+ "@storybook/react-vite": "10.3.6",
80
+ "@tiptap/extension-blockquote": "3.20.0",
81
+ "@tiptap/extension-bold": "3.20.0",
82
+ "@tiptap/extension-bubble-menu": "3.20.0",
83
+ "@tiptap/extension-bullet-list": "3.20.0",
84
+ "@tiptap/extension-color": "3.20.0",
85
+ "@tiptap/extension-document": "3.20.0",
86
+ "@tiptap/extension-focus": "3.20.0",
87
+ "@tiptap/extension-font-family": "3.20.0",
88
+ "@tiptap/extension-hard-break": "3.20.0",
89
+ "@tiptap/extension-heading": "3.20.0",
90
+ "@tiptap/extension-highlight": "3.20.0",
91
+ "@tiptap/extension-history": "3.20.0",
92
+ "@tiptap/extension-image": "3.20.0",
93
+ "@tiptap/extension-italic": "3.20.0",
94
+ "@tiptap/extension-link": "3.20.0",
95
+ "@tiptap/extension-list-item": "3.20.0",
96
+ "@tiptap/extension-mention": "3.20.0",
97
+ "@tiptap/extension-ordered-list": "3.20.0",
98
+ "@tiptap/extension-paragraph": "3.20.0",
99
+ "@tiptap/extension-placeholder": "3.20.0",
100
+ "@tiptap/extension-strike": "3.20.0",
101
+ "@tiptap/extension-table": "3.22.4",
102
+ "@tiptap/extension-text": "3.20.0",
103
+ "@tiptap/extension-text-align": "3.20.0",
104
+ "@tiptap/extension-text-style": "3.20.0",
105
+ "@tiptap/extension-underline": "3.20.0",
106
+ "@tiptap/html": "3.20.0",
107
+ "@tiptap/pm": "^3.19.0",
108
+ "@tiptap/react": "^3.19.0",
109
+ "@tiptap/starter-kit": "^3.19.0",
110
+ "@tiptap/suggestion": "3.20.0",
112
111
  "@types/crypto-js": "4.2.2",
113
112
  "@types/dompurify": "3.0.2",
114
113
  "@types/lodash": "4.17.16",
@@ -121,19 +120,21 @@
121
120
  "@typescript-eslint/eslint-plugin": "6.0.0",
122
121
  "@typescript-eslint/parser": "6.0.0",
123
122
  "@vitejs/plugin-react-swc": "3.5.0",
123
+ "baseline-browser-mapping": "^2.10.27",
124
124
  "chromatic": "7.6.0",
125
125
  "css-loader": "6.10.0",
126
126
  "eslint": "8.45.0",
127
127
  "eslint-plugin-react-hooks": "4.6.0",
128
128
  "eslint-plugin-react-refresh": "0.4.3",
129
- "eslint-plugin-storybook": "9.1.17",
129
+ "eslint-plugin-storybook": "10.3.6",
130
130
  "path": "0.12.7",
131
131
  "query-string": "9.1.1",
132
132
  "react-router-dom": "^7.5.0",
133
133
  "sass": "1.69.5",
134
+ "sass-embedded": "^1.97.3",
134
135
  "sass-loader": "14.1.0",
135
136
  "simplebar-react": "3.3.0",
136
- "storybook": "9.1.17",
137
+ "storybook": "10.3.6",
137
138
  "style-loader": "3.3.4",
138
139
  "tippy.js": "6.3.7",
139
140
  "typescript": "5.6.3",