beca-ui 2.1.0-beta.7 → 2.1.0-beta.71

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.7",
3
+ "version": "2.1.0-beta.71",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -24,19 +24,23 @@
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
+ "publish-beta": "npm publish --tag beta",
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
37
  "beca-icons": "0.0.6",
38
+ "classnames": "^2.5.1",
36
39
  "crypto-js": "4.2.0",
37
40
  "dayjs": "1.11.13",
38
41
  "dompurify": "3.0.5",
39
42
  "i18next": "23.2.7",
43
+ "lucide-react": "^0.577.0",
40
44
  "mime": "4.0.6",
41
45
  "prosemirror-commands": "1.5.0",
42
46
  "prosemirror-dropcursor": "1.6.1",
@@ -45,17 +49,20 @@
45
49
  "prosemirror-keymap": "1.2.0",
46
50
  "prosemirror-schema-list": "1.2.2",
47
51
  "prosemirror-tables": "1.3.7",
52
+ "rc-select": "^14.16.8",
48
53
  "react": "18.3.1",
49
54
  "react-barcode": "1.5.3",
50
55
  "react-color": "2.19.3",
51
56
  "react-device-detect": "2.2.3",
52
57
  "react-dom": "18.3.1",
53
58
  "react-helmet-async": "2.0.5",
59
+ "react-hotkeys-hook": "^5.2.4",
54
60
  "react-i18next": "13.0.1",
55
61
  "react-infinite-scroll-component": "6.1.0",
56
62
  "react-intersection-observer": "^9.16.0",
57
63
  "react-paginate": "8.2.0",
58
64
  "react-resizable": "3.0.5",
65
+ "react-sortable-hoc": "^2.0.0",
59
66
  "react-virtuoso": "4.6.2"
60
67
  },
61
68
  "peerDependencies": {
@@ -63,52 +70,45 @@
63
70
  "react-dom": "18.3.1"
64
71
  },
65
72
  "devDependencies": {
66
- "@chromatic-com/storybook": "3.2.2",
73
+ "@chromatic-com/storybook": "5.0.1",
67
74
  "@faker-js/faker": "8.4.1",
75
+ "@neoconfetti/react": "1.0.0",
68
76
  "@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",
77
+ "@storybook/addon-docs": "^10.2.17",
78
+ "@storybook/addon-links": "10.2.17",
79
+ "@storybook/addon-onboarding": "10.2.17",
80
+ "@storybook/react-vite": "10.2.17",
81
+ "@tiptap/extension-blockquote": "3.20.0",
82
+ "@tiptap/extension-bold": "3.20.0",
83
+ "@tiptap/extension-bubble-menu": "3.20.0",
84
+ "@tiptap/extension-bullet-list": "3.20.0",
85
+ "@tiptap/extension-color": "3.20.0",
86
+ "@tiptap/extension-document": "3.20.0",
87
+ "@tiptap/extension-focus": "3.20.0",
88
+ "@tiptap/extension-font-family": "3.20.0",
89
+ "@tiptap/extension-hard-break": "3.20.0",
90
+ "@tiptap/extension-heading": "3.20.0",
91
+ "@tiptap/extension-highlight": "3.20.0",
92
+ "@tiptap/extension-history": "3.20.0",
93
+ "@tiptap/extension-image": "3.20.0",
94
+ "@tiptap/extension-italic": "3.20.0",
95
+ "@tiptap/extension-link": "3.20.0",
96
+ "@tiptap/extension-list-item": "3.20.0",
97
+ "@tiptap/extension-mention": "3.20.0",
98
+ "@tiptap/extension-ordered-list": "3.20.0",
99
+ "@tiptap/extension-paragraph": "3.20.0",
100
+ "@tiptap/extension-placeholder": "3.20.0",
101
+ "@tiptap/extension-strike": "3.20.0",
102
+ "@tiptap/extension-table": "3.22.4",
103
+ "@tiptap/extension-text": "3.20.0",
104
+ "@tiptap/extension-text-align": "3.20.0",
105
+ "@tiptap/extension-text-style": "3.20.0",
106
+ "@tiptap/extension-underline": "3.20.0",
107
+ "@tiptap/html": "3.20.0",
108
+ "@tiptap/pm": "^3.19.0",
109
+ "@tiptap/react": "^3.19.0",
110
+ "@tiptap/starter-kit": "^3.19.0",
111
+ "@tiptap/suggestion": "3.20.0",
112
112
  "@types/crypto-js": "4.2.2",
113
113
  "@types/dompurify": "3.0.2",
114
114
  "@types/lodash": "4.17.16",
@@ -121,19 +121,21 @@
121
121
  "@typescript-eslint/eslint-plugin": "6.0.0",
122
122
  "@typescript-eslint/parser": "6.0.0",
123
123
  "@vitejs/plugin-react-swc": "3.5.0",
124
+ "baseline-browser-mapping": "^2.10.7",
124
125
  "chromatic": "7.6.0",
125
126
  "css-loader": "6.10.0",
126
127
  "eslint": "8.45.0",
127
128
  "eslint-plugin-react-hooks": "4.6.0",
128
129
  "eslint-plugin-react-refresh": "0.4.3",
129
- "eslint-plugin-storybook": "9.1.17",
130
+ "eslint-plugin-storybook": "10.2.17",
130
131
  "path": "0.12.7",
131
132
  "query-string": "9.1.1",
132
133
  "react-router-dom": "^7.5.0",
133
134
  "sass": "1.69.5",
135
+ "sass-embedded": "^1.97.3",
134
136
  "sass-loader": "14.1.0",
135
137
  "simplebar-react": "3.3.0",
136
- "storybook": "9.1.17",
138
+ "storybook": "10.2.17",
137
139
  "style-loader": "3.3.4",
138
140
  "tippy.js": "6.3.7",
139
141
  "typescript": "5.6.3",