@douyinfe/semi-ui-19 2.90.3 → 2.90.5
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 +18 -8
package/package.json
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-ui-19",
|
|
3
|
-
"version": "2.90.
|
|
3
|
+
"version": "2.90.5",
|
|
4
4
|
"description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team. (React 19 Compatible)",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es/index.js",
|
|
7
7
|
"types": "lib/cjs/index.d.ts",
|
|
8
8
|
"typings": "lib/cjs/index.d.ts",
|
|
9
|
+
"typesVersions": {
|
|
10
|
+
"*": {
|
|
11
|
+
"lib/es/*": [
|
|
12
|
+
"lib/es/*"
|
|
13
|
+
],
|
|
14
|
+
"lib/cjs/*": [
|
|
15
|
+
"lib/cjs/*"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
9
19
|
"exports": {
|
|
10
20
|
".": {
|
|
11
21
|
"types": "./lib/es/index.d.ts",
|
|
@@ -64,12 +74,12 @@
|
|
|
64
74
|
"@dnd-kit/core": "^6.0.8",
|
|
65
75
|
"@dnd-kit/sortable": "^7.0.2",
|
|
66
76
|
"@dnd-kit/utilities": "^3.2.1",
|
|
67
|
-
"@douyinfe/semi-animation": "2.90.
|
|
68
|
-
"@douyinfe/semi-animation-react": "2.90.
|
|
69
|
-
"@douyinfe/semi-foundation": "2.90.
|
|
70
|
-
"@douyinfe/semi-icons": "2.90.
|
|
71
|
-
"@douyinfe/semi-illustrations": "2.90.
|
|
72
|
-
"@douyinfe/semi-theme-default": "2.90.
|
|
77
|
+
"@douyinfe/semi-animation": "2.90.5",
|
|
78
|
+
"@douyinfe/semi-animation-react": "2.90.5",
|
|
79
|
+
"@douyinfe/semi-foundation": "2.90.5",
|
|
80
|
+
"@douyinfe/semi-icons": "2.90.5",
|
|
81
|
+
"@douyinfe/semi-illustrations": "2.90.5",
|
|
82
|
+
"@douyinfe/semi-theme-default": "2.90.5",
|
|
73
83
|
"@tiptap/core": "^3.10.7",
|
|
74
84
|
"@tiptap/extension-document": "^3.10.7",
|
|
75
85
|
"@tiptap/extension-hard-break": "^3.10.7",
|
|
@@ -134,7 +144,7 @@
|
|
|
134
144
|
],
|
|
135
145
|
"author": "",
|
|
136
146
|
"license": "MIT",
|
|
137
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "84a9694ee9abf0f6a1efb132f0b65d31bb15c788",
|
|
138
148
|
"devDependencies": {
|
|
139
149
|
"@babel/plugin-proposal-decorators": "^7.15.8",
|
|
140
150
|
"@babel/plugin-transform-runtime": "^7.15.8",
|