@douyinfe/semi-foundation 2.72.2-alpha.2 → 2.72.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.
|
@@ -82,7 +82,6 @@ $module: #{$prefix}-json-viewer;
|
|
|
82
82
|
color: $color-json-viewer-line-number;
|
|
83
83
|
text-align: center;
|
|
84
84
|
width: 50px;
|
|
85
|
-
user-select: none;
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
&-content-container {
|
|
@@ -197,9 +196,5 @@ $module: #{$prefix}-json-viewer;
|
|
|
197
196
|
cursor: pointer;
|
|
198
197
|
}
|
|
199
198
|
|
|
200
|
-
|
|
201
|
-
text-decoration: underline wavy var(--semi-color-danger);
|
|
202
|
-
text-decoration-thickness: 1px;
|
|
203
|
-
text-underline-position: under;
|
|
204
|
-
}
|
|
199
|
+
|
|
205
200
|
}
|
|
@@ -69,7 +69,6 @@
|
|
|
69
69
|
color: rgba(var(--semi-grey-5), 1);
|
|
70
70
|
text-align: center;
|
|
71
71
|
width: 50px;
|
|
72
|
-
user-select: none;
|
|
73
72
|
}
|
|
74
73
|
.semi-json-viewer-content-container {
|
|
75
74
|
scrollbar-width: none; /* 隐藏滚动条(Firefox) */
|
|
@@ -166,9 +165,4 @@
|
|
|
166
165
|
padding: 8px 16px;
|
|
167
166
|
color: var(--semi-color-text-0);
|
|
168
167
|
cursor: pointer;
|
|
169
|
-
}
|
|
170
|
-
.semi-json-viewer-error {
|
|
171
|
-
text-decoration: underline wavy var(--semi-color-danger);
|
|
172
|
-
text-decoration-thickness: 1px;
|
|
173
|
-
text-underline-position: under;
|
|
174
168
|
}
|
|
@@ -82,7 +82,6 @@ $module: #{$prefix}-json-viewer;
|
|
|
82
82
|
color: $color-json-viewer-line-number;
|
|
83
83
|
text-align: center;
|
|
84
84
|
width: 50px;
|
|
85
|
-
user-select: none;
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
&-content-container {
|
|
@@ -197,9 +196,5 @@ $module: #{$prefix}-json-viewer;
|
|
|
197
196
|
cursor: pointer;
|
|
198
197
|
}
|
|
199
198
|
|
|
200
|
-
|
|
201
|
-
text-decoration: underline wavy var(--semi-color-danger);
|
|
202
|
-
text-decoration-thickness: 1px;
|
|
203
|
-
text-underline-position: under;
|
|
204
|
-
}
|
|
199
|
+
|
|
205
200
|
}
|
|
@@ -69,7 +69,6 @@
|
|
|
69
69
|
color: rgba(var(--semi-grey-5), 1);
|
|
70
70
|
text-align: center;
|
|
71
71
|
width: 50px;
|
|
72
|
-
user-select: none;
|
|
73
72
|
}
|
|
74
73
|
.semi-json-viewer-content-container {
|
|
75
74
|
scrollbar-width: none; /* 隐藏滚动条(Firefox) */
|
|
@@ -166,9 +165,4 @@
|
|
|
166
165
|
padding: 8px 16px;
|
|
167
166
|
color: var(--semi-color-text-0);
|
|
168
167
|
cursor: pointer;
|
|
169
|
-
}
|
|
170
|
-
.semi-json-viewer-error {
|
|
171
|
-
text-decoration: underline wavy var(--semi-color-danger);
|
|
172
|
-
text-decoration-thickness: 1px;
|
|
173
|
-
text-underline-position: under;
|
|
174
168
|
}
|
|
@@ -82,7 +82,6 @@ $module: #{$prefix}-json-viewer;
|
|
|
82
82
|
color: $color-json-viewer-line-number;
|
|
83
83
|
text-align: center;
|
|
84
84
|
width: 50px;
|
|
85
|
-
user-select: none;
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
&-content-container {
|
|
@@ -197,9 +196,5 @@ $module: #{$prefix}-json-viewer;
|
|
|
197
196
|
cursor: pointer;
|
|
198
197
|
}
|
|
199
198
|
|
|
200
|
-
|
|
201
|
-
text-decoration: underline wavy var(--semi-color-danger);
|
|
202
|
-
text-decoration-thickness: 1px;
|
|
203
|
-
text-underline-position: under;
|
|
204
|
-
}
|
|
199
|
+
|
|
205
200
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.72.2
|
|
3
|
+
"version": "2.72.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build:lib": "node ./scripts/compileLib.js",
|
|
7
7
|
"prepublishOnly": "npm run build:lib"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@douyinfe/semi-animation": "2.72.
|
|
11
|
-
"@douyinfe/semi-json-viewer-core": "2.72.2
|
|
10
|
+
"@douyinfe/semi-animation": "2.72.2",
|
|
11
|
+
"@douyinfe/semi-json-viewer-core": "2.72.2",
|
|
12
12
|
"@mdx-js/mdx": "^3.0.1",
|
|
13
13
|
"async-validator": "^3.5.0",
|
|
14
14
|
"classnames": "^2.2.6",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"*.scss",
|
|
30
30
|
"*.css"
|
|
31
31
|
],
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "6c791d10fdde80e422a0d569248857aea99756dc",
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
35
35
|
"@babel/preset-env": "^7.15.8",
|