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/dist/DynamicWorkflowScript.js +0 -1
- package/dist/assets/locales/en.json.d.ts +7 -1
- package/dist/assets/locales/vi.json.d.ts +7 -1
- package/dist/beca-ui.js +57341 -49578
- package/dist/components/Anchor/Anchor.types.d.ts +2 -3
- package/dist/components/Anchor/index.d.ts +1 -2
- package/dist/components/ApplicationsCard/ApplicationsCard.types.d.ts +15 -7
- package/dist/components/Carousel/Carousel.d.ts +2 -0
- package/dist/components/Carousel/Carousel.types.d.ts +3 -0
- package/dist/components/Carousel/index.d.ts +3 -0
- package/dist/components/Checkbox/index.d.ts +1 -2
- package/dist/components/Form/Form.types.d.ts +2 -2
- package/dist/components/MainLayout/AppMenu/AppMenu.d.ts +4 -0
- package/dist/components/MainLayout/Header/Header.types.d.ts +20 -4
- package/dist/components/MainLayout/MainLayout.d.ts +3 -1
- package/dist/components/MainLayout/MainLayout.types.d.ts +64 -21
- package/dist/components/MainLayout/SideBarMenu/SideBarMenu.types.d.ts +2 -0
- package/dist/components/Pagination/Pagination.d.ts +1 -1
- package/dist/components/Space/Space.types.d.ts +3 -3
- package/dist/components/Space/index.d.ts +1 -2
- package/dist/components/VirtualList/VirtualList.types.d.ts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/data/LocalesTexts/EnglishTexts.d.ts +11 -0
- package/dist/data/LocalesTexts/VietnameseTexts.d.ts +11 -0
- package/dist/hooks/LocaleHook.d.ts +11 -0
- package/dist/main.css +1 -1
- package/package.json +51 -50
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beca-ui",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
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
|
-
"
|
|
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": "
|
|
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.
|
|
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": "
|
|
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": "
|
|
70
|
-
"@storybook/addon-links": "
|
|
71
|
-
"@storybook/addon-onboarding": "
|
|
72
|
-
"@storybook/
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
78
|
-
"@tiptap/extension-
|
|
79
|
-
"@tiptap/extension-
|
|
80
|
-
"@tiptap/extension-
|
|
81
|
-
"@tiptap/extension-
|
|
82
|
-
"@tiptap/extension-
|
|
83
|
-
"@tiptap/extension-
|
|
84
|
-
"@tiptap/extension-
|
|
85
|
-
"@tiptap/extension-
|
|
86
|
-
"@tiptap/extension-
|
|
87
|
-
"@tiptap/extension-
|
|
88
|
-
"@tiptap/extension-
|
|
89
|
-
"@tiptap/extension-
|
|
90
|
-
"@tiptap/extension-
|
|
91
|
-
"@tiptap/extension-
|
|
92
|
-
"@tiptap/extension-
|
|
93
|
-
"@tiptap/extension-
|
|
94
|
-
"@tiptap/extension-
|
|
95
|
-
"@tiptap/extension-
|
|
96
|
-
"@tiptap/extension-
|
|
97
|
-
"@tiptap/extension-
|
|
98
|
-
"@tiptap/extension-
|
|
99
|
-
"@tiptap/
|
|
100
|
-
"@tiptap/
|
|
101
|
-
"@tiptap/
|
|
102
|
-
"@tiptap/
|
|
103
|
-
"@tiptap/
|
|
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": "
|
|
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": "
|
|
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",
|