@nine-lab/nine-mu 0.1.405 → 0.1.406
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/dist/css/nine-mu.css +2 -2
- package/dist/nine-mu.js +8 -8
- package/dist/nine-mu.umd.js +1 -1
- package/package.json +1 -1
- package/public/css/nine-mu.css +2 -2
package/package.json
CHANGED
package/public/css/nine-mu.css
CHANGED
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
100% { opacity: 0.6; }
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
|
-
:host(nine-
|
|
1033
|
+
:host(nine-natural-query) {
|
|
1034
1034
|
.input-wrapper {
|
|
1035
1035
|
position: relative;
|
|
1036
1036
|
width: 100%;
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
|
-
:host(nine-
|
|
1081
|
+
:host(nine-natural-query-result) {
|
|
1082
1082
|
display: block;
|
|
1083
1083
|
width: 100%;
|
|
1084
1084
|
height: 100%;
|