@douyinfe/semi-ui 2.90.2 → 2.90.3

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.
Files changed (1) hide show
  1. package/package.json +10 -17
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-ui",
3
- "version": "2.90.2",
3
+ "version": "2.90.3",
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.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es/index.js",
7
- "types": "lib/es/index.d.ts",
8
- "typings": "lib/es/index.d.ts",
7
+ "types": "lib/cjs/index.d.ts",
8
+ "typings": "lib/cjs/index.d.ts",
9
9
  "exports": {
10
10
  ".": {
11
11
  "types": "./lib/es/index.d.ts",
@@ -60,23 +60,16 @@
60
60
  "!**/*.spec.ts",
61
61
  "!**/*.spec.tsx"
62
62
  ],
63
- "typesVersions": {
64
- "*": {
65
- "*": [
66
- "lib/es/*"
67
- ]
68
- }
69
- },
70
63
  "dependencies": {
71
64
  "@dnd-kit/core": "^6.0.8",
72
65
  "@dnd-kit/sortable": "^7.0.2",
73
66
  "@dnd-kit/utilities": "^3.2.1",
74
- "@douyinfe/semi-animation": "2.90.2",
75
- "@douyinfe/semi-animation-react": "2.90.2",
76
- "@douyinfe/semi-foundation": "2.90.2",
77
- "@douyinfe/semi-icons": "2.90.2",
78
- "@douyinfe/semi-illustrations": "2.90.2",
79
- "@douyinfe/semi-theme-default": "2.90.2",
67
+ "@douyinfe/semi-animation": "2.90.3",
68
+ "@douyinfe/semi-animation-react": "2.90.3",
69
+ "@douyinfe/semi-foundation": "2.90.3",
70
+ "@douyinfe/semi-icons": "2.90.3",
71
+ "@douyinfe/semi-illustrations": "2.90.3",
72
+ "@douyinfe/semi-theme-default": "2.90.3",
80
73
  "@tiptap/core": "^3.10.7",
81
74
  "@tiptap/extension-document": "^3.10.7",
82
75
  "@tiptap/extension-hard-break": "^3.10.7",
@@ -139,7 +132,7 @@
139
132
  ],
140
133
  "author": "",
141
134
  "license": "MIT",
142
- "gitHead": "6f3e50b6575d46188b5661ddbb5944141d70638f",
135
+ "gitHead": "a01b57e49fd8c09acc819fdccec6dbbdf7a3047a",
143
136
  "devDependencies": {
144
137
  "@babel/plugin-proposal-decorators": "^7.15.8",
145
138
  "@babel/plugin-transform-runtime": "^7.15.8",