@jetbrains/kotlin-web-site-ui 4.1.0-alpha.6 → 4.1.0-alpha.7

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.
@@ -5,7 +5,9 @@ import styles from './loading.module.pcss.js';
5
5
  const FullSearchLoader = () => {
6
6
  return React__default.createElement("div", {
7
7
  className: styles.loader
8
- }, React__default.createElement(LoadingIcon, null));
8
+ }, React__default.createElement(LoadingIcon, {
9
+ size: 'l'
10
+ }));
9
11
  };
10
12
 
11
13
  export { FullSearchLoader };
@@ -428,7 +428,7 @@
428
428
  top: 0;
429
429
  left: 0;
430
430
  background: #ffffff;
431
- overflow: scroll;
431
+ overflow-y: auto;
432
432
  }
433
433
 
434
434
  .ktl-full-search-module_closeSearch_5vYDG {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jetbrains/kotlin-web-site-ui",
3
3
  "description": "UI components for Kotlin web sites development",
4
- "version": "4.1.0-alpha.6",
4
+ "version": "4.1.0-alpha.7",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
7
7
  "files": [