@douyinfe/semi-foundation 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 +135 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.90.
|
|
3
|
+
"version": "2.90.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rimraf lib",
|
|
@@ -15,16 +15,145 @@
|
|
|
15
15
|
"!**/*.test.ts",
|
|
16
16
|
"!**/*.spec.ts"
|
|
17
17
|
],
|
|
18
|
+
"main": "lib/cjs/base/index.js",
|
|
19
|
+
"module": "lib/es/base/index.js",
|
|
20
|
+
"types": "lib/cjs/base/index.d.ts",
|
|
21
|
+
"typings": "lib/cjs/base/index.d.ts",
|
|
18
22
|
"typesVersions": {
|
|
19
23
|
"*": {
|
|
20
|
-
"
|
|
21
|
-
"lib/es/*"
|
|
24
|
+
"lib/es/*": [
|
|
25
|
+
"lib/es/*",
|
|
26
|
+
"lib/es/*/index"
|
|
27
|
+
],
|
|
28
|
+
"lib/es/*/*": [
|
|
29
|
+
"lib/es/*/*",
|
|
30
|
+
"lib/es/*/*/index"
|
|
31
|
+
],
|
|
32
|
+
"lib/es/*/*/*": [
|
|
33
|
+
"lib/es/*/*/*",
|
|
34
|
+
"lib/es/*/*/*/index"
|
|
35
|
+
],
|
|
36
|
+
"lib/es/*/*/*/*": [
|
|
37
|
+
"lib/es/*/*/*/*",
|
|
38
|
+
"lib/es/*/*/*/*/index"
|
|
39
|
+
],
|
|
40
|
+
"lib/cjs/*": [
|
|
41
|
+
"lib/cjs/*",
|
|
42
|
+
"lib/cjs/*/index"
|
|
43
|
+
],
|
|
44
|
+
"lib/cjs/*/*": [
|
|
45
|
+
"lib/cjs/*/*",
|
|
46
|
+
"lib/cjs/*/*/index"
|
|
47
|
+
],
|
|
48
|
+
"lib/cjs/*/*/*": [
|
|
49
|
+
"lib/cjs/*/*/*",
|
|
50
|
+
"lib/cjs/*/*/*/index"
|
|
51
|
+
],
|
|
52
|
+
"lib/cjs/*/*/*/*": [
|
|
53
|
+
"lib/cjs/*/*/*/*",
|
|
54
|
+
"lib/cjs/*/*/*/*/index"
|
|
22
55
|
]
|
|
23
56
|
}
|
|
24
57
|
},
|
|
58
|
+
"exports": {
|
|
59
|
+
".": {
|
|
60
|
+
"types": "./lib/es/base/index.d.ts",
|
|
61
|
+
"import": "./lib/es/base/index.js",
|
|
62
|
+
"require": "./lib/cjs/base/index.js"
|
|
63
|
+
},
|
|
64
|
+
"./*": {
|
|
65
|
+
"types": "./lib/es/*/index.d.ts",
|
|
66
|
+
"import": "./lib/es/*/index.js",
|
|
67
|
+
"require": "./lib/cjs/*/index.js"
|
|
68
|
+
},
|
|
69
|
+
"./lib/es/*/*.css": {
|
|
70
|
+
"import": "./lib/es/*/*.css",
|
|
71
|
+
"require": "./lib/cjs/*/*.css",
|
|
72
|
+
"default": "./lib/es/*/*.css"
|
|
73
|
+
},
|
|
74
|
+
"./lib/es/*.css": {
|
|
75
|
+
"import": "./lib/es/*.css",
|
|
76
|
+
"require": "./lib/cjs/*.css",
|
|
77
|
+
"default": "./lib/es/*.css"
|
|
78
|
+
},
|
|
79
|
+
"./lib/cjs/*/*.css": {
|
|
80
|
+
"import": "./lib/es/*/*.css",
|
|
81
|
+
"require": "./lib/cjs/*/*.css",
|
|
82
|
+
"default": "./lib/cjs/*/*.css"
|
|
83
|
+
},
|
|
84
|
+
"./lib/cjs/*.css": {
|
|
85
|
+
"import": "./lib/es/*.css",
|
|
86
|
+
"require": "./lib/cjs/*.css",
|
|
87
|
+
"default": "./lib/cjs/*.css"
|
|
88
|
+
},
|
|
89
|
+
"./lib/es/*": {
|
|
90
|
+
"types": [
|
|
91
|
+
"./lib/es/*.d.ts",
|
|
92
|
+
"./lib/es/*/index.d.ts"
|
|
93
|
+
],
|
|
94
|
+
"import": "./lib/es/*",
|
|
95
|
+
"default": "./lib/es/*"
|
|
96
|
+
},
|
|
97
|
+
"./lib/es/*/*": {
|
|
98
|
+
"types": [
|
|
99
|
+
"./lib/es/*/*.d.ts",
|
|
100
|
+
"./lib/es/*/*/index.d.ts"
|
|
101
|
+
],
|
|
102
|
+
"import": "./lib/es/*/*",
|
|
103
|
+
"default": "./lib/es/*/*"
|
|
104
|
+
},
|
|
105
|
+
"./lib/es/*/*/*": {
|
|
106
|
+
"types": [
|
|
107
|
+
"./lib/es/*/*/*.d.ts",
|
|
108
|
+
"./lib/es/*/*/*/index.d.ts"
|
|
109
|
+
],
|
|
110
|
+
"import": "./lib/es/*/*/*",
|
|
111
|
+
"default": "./lib/es/*/*/*"
|
|
112
|
+
},
|
|
113
|
+
"./lib/es/*/*/*/*": {
|
|
114
|
+
"types": [
|
|
115
|
+
"./lib/es/*/*/*/*.d.ts",
|
|
116
|
+
"./lib/es/*/*/*/*/index.d.ts"
|
|
117
|
+
],
|
|
118
|
+
"import": "./lib/es/*/*/*/*",
|
|
119
|
+
"default": "./lib/es/*/*/*/*"
|
|
120
|
+
},
|
|
121
|
+
"./lib/cjs/*": {
|
|
122
|
+
"types": [
|
|
123
|
+
"./lib/cjs/*.d.ts",
|
|
124
|
+
"./lib/cjs/*/index.d.ts"
|
|
125
|
+
],
|
|
126
|
+
"require": "./lib/cjs/*",
|
|
127
|
+
"default": "./lib/cjs/*"
|
|
128
|
+
},
|
|
129
|
+
"./lib/cjs/*/*": {
|
|
130
|
+
"types": [
|
|
131
|
+
"./lib/cjs/*/*.d.ts",
|
|
132
|
+
"./lib/cjs/*/*/index.d.ts"
|
|
133
|
+
],
|
|
134
|
+
"require": "./lib/cjs/*/*",
|
|
135
|
+
"default": "./lib/cjs/*/*"
|
|
136
|
+
},
|
|
137
|
+
"./lib/cjs/*/*/*": {
|
|
138
|
+
"types": [
|
|
139
|
+
"./lib/cjs/*/*/*.d.ts",
|
|
140
|
+
"./lib/cjs/*/*/*/index.d.ts"
|
|
141
|
+
],
|
|
142
|
+
"require": "./lib/cjs/*/*/*",
|
|
143
|
+
"default": "./lib/cjs/*/*/*"
|
|
144
|
+
},
|
|
145
|
+
"./lib/cjs/*/*/*/*": {
|
|
146
|
+
"types": [
|
|
147
|
+
"./lib/cjs/*/*/*/*.d.ts",
|
|
148
|
+
"./lib/cjs/*/*/*/*/index.d.ts"
|
|
149
|
+
],
|
|
150
|
+
"require": "./lib/cjs/*/*/*/*",
|
|
151
|
+
"default": "./lib/cjs/*/*/*/*"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
25
154
|
"dependencies": {
|
|
26
|
-
"@douyinfe/semi-animation": "2.90.
|
|
27
|
-
"@douyinfe/semi-json-viewer-core": "2.90.
|
|
155
|
+
"@douyinfe/semi-animation": "2.90.5",
|
|
156
|
+
"@douyinfe/semi-json-viewer-core": "2.90.5",
|
|
28
157
|
"@mdx-js/mdx": "^3.0.1",
|
|
29
158
|
"async-validator": "^3.5.0",
|
|
30
159
|
"classnames": "^2.2.6",
|
|
@@ -45,7 +174,7 @@
|
|
|
45
174
|
"*.scss",
|
|
46
175
|
"*.css"
|
|
47
176
|
],
|
|
48
|
-
"gitHead": "
|
|
177
|
+
"gitHead": "84a9694ee9abf0f6a1efb132f0b65d31bb15c788",
|
|
49
178
|
"devDependencies": {
|
|
50
179
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
51
180
|
"@babel/preset-env": "^7.15.8",
|