@zjlab-fe/data-hub-ui 0.10.0 → 0.10.2
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/types/components/feature-card/index.d.ts +3 -24
- package/dist/types/components/feature-card/types.d.ts +33 -0
- package/dist/types/components/section-heading/index.d.ts +3 -17
- package/dist/types/components/section-heading/types.d.ts +24 -0
- package/dist/types/components/tip-tap/extensions/index.d.ts +1 -1
- package/dist/types/lib/utils.d.ts +2 -0
- package/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +23 -21
- package/tailwind.config.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zjlab-fe/data-hub-ui",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"babel-jest": "^29.7.0",
|
|
36
36
|
"babel-loader": "^9.1.3",
|
|
37
37
|
"babel-preset-react-app": "^10.0.1",
|
|
38
|
+
"clsx": "^2.1.1",
|
|
38
39
|
"cross-env": "^7.0.3",
|
|
39
40
|
"css-loader": "^7.1.2",
|
|
40
41
|
"eslint": "8.x",
|
|
@@ -59,6 +60,7 @@
|
|
|
59
60
|
"sass": "1.77.x",
|
|
60
61
|
"sass-loader": "14.x",
|
|
61
62
|
"style-loader": "^4.0.0",
|
|
63
|
+
"tailwind-merge": "^3.4.0",
|
|
62
64
|
"ts-jest": "^29.2.5",
|
|
63
65
|
"ts-loader": "^9.5.1",
|
|
64
66
|
"ts-node": "^10.9.2",
|
|
@@ -73,26 +75,26 @@
|
|
|
73
75
|
"@codesandbox/sandpack-react": "^2.19.9",
|
|
74
76
|
"@floating-ui/dom": "^1.7.4",
|
|
75
77
|
"@radix-ui/react-slot": "^1.2.4",
|
|
76
|
-
"@tiptap/core": "^3.
|
|
77
|
-
"@tiptap/extension-code-block-lowlight": "^3.
|
|
78
|
-
"@tiptap/extension-color": "^3.
|
|
79
|
-
"@tiptap/extension-floating-menu": "^3.
|
|
80
|
-
"@tiptap/extension-highlight": "^3.
|
|
81
|
-
"@tiptap/extension-image": "^3.
|
|
82
|
-
"@tiptap/extension-link": "^3.
|
|
83
|
-
"@tiptap/extension-list-item": "^3.
|
|
84
|
-
"@tiptap/extension-placeholder": "^3.
|
|
85
|
-
"@tiptap/extension-table": "^3.
|
|
86
|
-
"@tiptap/extension-table-cell": "^3.
|
|
87
|
-
"@tiptap/extension-table-header": "^3.
|
|
88
|
-
"@tiptap/extension-table-row": "^3.
|
|
89
|
-
"@tiptap/extension-text-align": "^3.
|
|
90
|
-
"@tiptap/extension-text-style": "^3.
|
|
91
|
-
"@tiptap/extension-underline": "^3.
|
|
92
|
-
"@tiptap/markdown": "^3.
|
|
93
|
-
"@tiptap/pm": "^3.
|
|
94
|
-
"@tiptap/react": "^3.
|
|
95
|
-
"@tiptap/starter-kit": "^3.
|
|
78
|
+
"@tiptap/core": "^3.14.0",
|
|
79
|
+
"@tiptap/extension-code-block-lowlight": "^3.14.0",
|
|
80
|
+
"@tiptap/extension-color": "^3.14.0",
|
|
81
|
+
"@tiptap/extension-floating-menu": "^3.14.0",
|
|
82
|
+
"@tiptap/extension-highlight": "^3.14.0",
|
|
83
|
+
"@tiptap/extension-image": "^3.14.0",
|
|
84
|
+
"@tiptap/extension-link": "^3.14.0",
|
|
85
|
+
"@tiptap/extension-list-item": "^3.14.0",
|
|
86
|
+
"@tiptap/extension-placeholder": "^3.14.0",
|
|
87
|
+
"@tiptap/extension-table": "^3.14.0",
|
|
88
|
+
"@tiptap/extension-table-cell": "^3.14.0",
|
|
89
|
+
"@tiptap/extension-table-header": "^3.14.0",
|
|
90
|
+
"@tiptap/extension-table-row": "^3.14.0",
|
|
91
|
+
"@tiptap/extension-text-align": "^3.14.0",
|
|
92
|
+
"@tiptap/extension-text-style": "^3.14.0",
|
|
93
|
+
"@tiptap/extension-underline": "^3.14.0",
|
|
94
|
+
"@tiptap/markdown": "^3.14.0",
|
|
95
|
+
"@tiptap/pm": "^3.14.0",
|
|
96
|
+
"@tiptap/react": "^3.14.0",
|
|
97
|
+
"@tiptap/starter-kit": "^3.14.0",
|
|
96
98
|
"@zjlab-fe/util": "^0.0.8",
|
|
97
99
|
"antd": "^5.19.2",
|
|
98
100
|
"arrow-js-ffi": "^0.4.2",
|
package/tailwind.config.js
CHANGED
|
@@ -4,7 +4,6 @@ import { fontFamily as _fontFamily } from 'tailwindcss/defaultTheme';
|
|
|
4
4
|
export const content = [
|
|
5
5
|
'./src/components/uploadDrawer/**/*.{js,jsx,ts,tsx}',
|
|
6
6
|
'./src/components/FileUploader/**/*.{js,jsx,ts,tsx}',
|
|
7
|
-
'./src/components/tip-tap/**/*.{js,jsx,ts,tsx}',
|
|
8
7
|
'./src/components/feature-card/**/*.{js,jsx,ts,tsx}',
|
|
9
8
|
'./src/components/section-heading/**/*.{js,jsx,ts,tsx}',
|
|
10
9
|
];
|