3h1-ui 3.0.0-next.63 → 3.0.0-next.64
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/es/style.css +2 -1
- package/package.json +3 -3
- package/lib/style.css +0 -9107
package/es/style.css
CHANGED
|
@@ -1169,6 +1169,7 @@ span.iconify {
|
|
|
1169
1169
|
justify-content: space-between;
|
|
1170
1170
|
align-items: center;
|
|
1171
1171
|
height: 32px;
|
|
1172
|
+
border-radius: 4px;
|
|
1172
1173
|
}
|
|
1173
1174
|
.shy-collapse-container__header-action {
|
|
1174
1175
|
background: var(--gray-1);
|
|
@@ -8985,7 +8986,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8985
8986
|
.shy-container-content {
|
|
8986
8987
|
flex: 1;
|
|
8987
8988
|
overflow: auto;
|
|
8988
|
-
padding: 0 16px;
|
|
8989
|
+
padding: 0 16px 16px 16px;
|
|
8989
8990
|
}
|
|
8990
8991
|
.shy-container-footer {
|
|
8991
8992
|
height: 55px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.64",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"vue-json-pretty": "^2.2.3",
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
|
-
"@shy-plugins/
|
|
32
|
+
"@shy-plugins/use": "1.0.0-next.1",
|
|
33
33
|
"@shy-plugins/utils": "1.0.0-next.1",
|
|
34
|
-
"@shy-plugins/
|
|
34
|
+
"@shy-plugins/tinymce": "^1.0.6"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|