@jetbrains/kotlin-web-site-ui 4.14.2 → 4.14.4

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.
@@ -85,7 +85,7 @@ const navScheme = [{
85
85
  url: CASE_STUDIES_URL
86
86
  }, {
87
87
  title: DOCS_TITLE,
88
- url: KOTLIN_DOCS_URL,
88
+ url: null,
89
89
  items: DOCS_NAVIGATION_ITEMS
90
90
  }, {
91
91
  title: API_TITLE,
@@ -170,6 +170,10 @@
170
170
  color: #fff;
171
171
  }
172
172
 
173
+ .ktl-vertical-menu-module_button-label_U8Hx3 {
174
+ text-align: left;
175
+ }
176
+
173
177
  .ktl-vertical-menu-module_button-text_aXith {
174
178
  overflow: hidden;
175
179
  text-overflow: ellipsis;
@@ -52,9 +52,9 @@ const VerticalMenu = ({
52
52
  "aria-haspopup": "true",
53
53
  onClick: handleOpen
54
54
  }, React__default.createElement("span", {
55
- className: textCn('rs-text-2', {
55
+ className: classNames(textCn('rs-text-2', {
56
56
  hardness: 'hard'
57
- })
57
+ }), styles.buttonLabel)
58
58
  }, activeItem.title), React__default.createElement(SvgArrowDropdownIcon, {
59
59
  className: classNames(styles.icon, {
60
60
  [styles.iconDarkTheme]: theme === 'dark'
@@ -1,6 +1,7 @@
1
1
  var styles = {
2
2
  "verticalMenu": "ktl-vertical-menu-module_vertical-menu_aLIbw",
3
3
  "button": "ktl-vertical-menu-module_button_zqr20",
4
+ "buttonLabel": "ktl-vertical-menu-module_button-label_U8Hx3",
4
5
  "buttonText": "ktl-vertical-menu-module_button-text_aXith",
5
6
  "icon": "ktl-vertical-menu-module_icon_-Ieat",
6
7
  "iconDarkTheme": "ktl-vertical-menu-module_icon-dark-theme_mwAfx",
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.14.2",
4
+ "version": "4.14.4",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
7
7
  "files": [