@univerjs/design 0.1.13 → 0.1.15
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/lib/cjs/index.js +12 -12
- package/lib/es/index.js +8929 -9715
- package/lib/index.css +1 -1
- package/lib/types/components/message/Message.d.ts +2 -1
- package/lib/umd/index.js +12 -12
- package/package.json +35 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/design",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UI component library for building exceptional Univer.",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"require": "./lib/cjs/*",
|
|
35
35
|
"types": "./lib/types/index.d.ts"
|
|
36
36
|
},
|
|
37
|
-
"./
|
|
38
|
-
"./
|
|
37
|
+
"./lib/*": "./lib/*",
|
|
38
|
+
"./locale/*": "./lib/locale/*.json"
|
|
39
39
|
},
|
|
40
40
|
"main": "./lib/cjs/index.js",
|
|
41
41
|
"module": "./lib/es/index.js",
|
|
@@ -49,10 +49,6 @@
|
|
|
49
49
|
"files": [
|
|
50
50
|
"lib"
|
|
51
51
|
],
|
|
52
|
-
"engines": {
|
|
53
|
-
"node": ">=16.0.0",
|
|
54
|
-
"npm": ">=8.0.0"
|
|
55
|
-
},
|
|
56
52
|
"peerDependencies": {
|
|
57
53
|
"clsx": ">=2.0.0",
|
|
58
54
|
"dayjs": ">=1.11.0",
|
|
@@ -61,46 +57,61 @@
|
|
|
61
57
|
},
|
|
62
58
|
"dependencies": {
|
|
63
59
|
"@rc-component/color-picker": "^1.5.3",
|
|
64
|
-
"@rc-component/trigger": "^
|
|
60
|
+
"@rc-component/trigger": "^2.2.0",
|
|
65
61
|
"@types/react-mentions": "^4.1.13",
|
|
66
|
-
"@univerjs/icons": "^0.1.
|
|
67
|
-
"rc-dialog": "^9.
|
|
62
|
+
"@univerjs/icons": "^0.1.56",
|
|
63
|
+
"rc-dialog": "^9.5.2",
|
|
68
64
|
"rc-dropdown": "^4.2.0",
|
|
69
|
-
"rc-input": "^1.
|
|
70
|
-
"rc-input-number": "^9.
|
|
71
|
-
"rc-menu": "^9.
|
|
65
|
+
"rc-input": "^1.5.1",
|
|
66
|
+
"rc-input-number": "^9.1.0",
|
|
67
|
+
"rc-menu": "^9.14.0",
|
|
72
68
|
"rc-picker": "^4.5.0",
|
|
73
69
|
"rc-segmented": "^2.3.0",
|
|
74
|
-
"rc-select": "^14.
|
|
75
|
-
"rc-textarea": "^1.
|
|
70
|
+
"rc-select": "^14.14.0",
|
|
71
|
+
"rc-textarea": "^1.7.0",
|
|
76
72
|
"rc-tooltip": "^6.2.0",
|
|
77
|
-
"rc-util": "^5.
|
|
73
|
+
"rc-util": "^5.41.0",
|
|
78
74
|
"react-draggable": "^4.4.6",
|
|
79
75
|
"react-grid-layout": "^1.4.4",
|
|
80
76
|
"react-mentions": "^4.4.10",
|
|
81
77
|
"react-transition-group": "^4.4.5"
|
|
82
78
|
},
|
|
83
79
|
"devDependencies": {
|
|
84
|
-
"@testing-library/react": "^
|
|
85
|
-
"@types/react": "^18.
|
|
86
|
-
"@types/react-dom": "^18.
|
|
80
|
+
"@testing-library/react": "^16.0.0",
|
|
81
|
+
"@types/react": "^18.3.3",
|
|
82
|
+
"@types/react-dom": "^18.3.0",
|
|
87
83
|
"@types/react-grid-layout": "^1.3.5",
|
|
88
84
|
"@types/react-transition-group": "^4.4.10",
|
|
89
85
|
"clsx": "^2.1.1",
|
|
90
86
|
"dayjs": "^1.11.11",
|
|
91
87
|
"less": "^4.2.0",
|
|
92
|
-
"react": "18.
|
|
93
|
-
"react-dom": "18.
|
|
88
|
+
"react": "18.3.1",
|
|
89
|
+
"react-dom": "18.3.1",
|
|
94
90
|
"typescript": "^5.4.5",
|
|
95
|
-
"vite": "^5.2.
|
|
91
|
+
"vite": "^5.2.13",
|
|
96
92
|
"vitest": "^1.6.0",
|
|
97
|
-
"@univerjs/shared": "0.1.
|
|
93
|
+
"@univerjs/shared": "0.1.15"
|
|
94
|
+
},
|
|
95
|
+
"univerSpace": {
|
|
96
|
+
".": {
|
|
97
|
+
"import": "./lib/es/index.js",
|
|
98
|
+
"require": "./lib/cjs/index.js",
|
|
99
|
+
"types": "./lib/types/index.d.ts"
|
|
100
|
+
},
|
|
101
|
+
"./*": {
|
|
102
|
+
"import": "./lib/es/*",
|
|
103
|
+
"require": "./lib/cjs/*",
|
|
104
|
+
"types": "./lib/types/index.d.ts"
|
|
105
|
+
},
|
|
106
|
+
"./lib/*": "./lib/*",
|
|
107
|
+
"./locale/*": "./lib/locale/*.json"
|
|
98
108
|
},
|
|
99
109
|
"scripts": {
|
|
100
110
|
"test": "vitest run",
|
|
101
111
|
"test:watch": "vitest",
|
|
102
112
|
"coverage": "vitest run --coverage",
|
|
103
113
|
"lint:types": "tsc --noEmit",
|
|
104
|
-
"build": "tsc && vite build"
|
|
114
|
+
"build": "tsc && vite build",
|
|
115
|
+
"sync:cnpm": "cnpm sync"
|
|
105
116
|
}
|
|
106
117
|
}
|