@jetbrains/kotlin-web-site-ui 4.14.4 → 4.14.6-alpha.1
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/out/components/footer/nav/nav-data.js +1 -1
- package/out/components/footer/social-list/social-data.js +1 -1
- package/out/components/footer-compact/nav/nav-data.js +1 -1
- package/out/components/footer-compact/social-list/social-data.js +1 -1
- package/out/components/header/header.js +8 -1
- package/out/components/header/header.module.pcss.js +2 -1
- package/out/components/header/index.css +5 -0
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@ const navList = [{
|
|
|
23
23
|
title: 'Brand Assets',
|
|
24
24
|
isTargetBlank: true
|
|
25
25
|
}, {
|
|
26
|
-
url: 'https://
|
|
26
|
+
url: 'https://job-boards.eu.greenhouse.io/jetbrains?field_11295751101%5B%5D=25001078101',
|
|
27
27
|
title: 'Careers',
|
|
28
28
|
isTargetBlank: true
|
|
29
29
|
}, {
|
|
@@ -23,7 +23,7 @@ const navList = [{
|
|
|
23
23
|
title: 'Brand assets',
|
|
24
24
|
isTargetBlank: true
|
|
25
25
|
}, {
|
|
26
|
-
url: 'https://
|
|
26
|
+
url: 'https://job-boards.eu.greenhouse.io/jetbrains?field_11295751101%5B%5D=25001078101',
|
|
27
27
|
title: 'Careers',
|
|
28
28
|
isTargetBlank: true
|
|
29
29
|
}, {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React__default, { forwardRef, useState, useMemo, useRef, useImperativeHandle, useLayoutEffect, useCallback, useEffect } from 'react';
|
|
2
2
|
import { ThemeProvider } from '@rescui/ui-contexts';
|
|
3
3
|
import FocusManager from '@rescui/focus-manager';
|
|
4
|
+
import { Button } from '@rescui/button';
|
|
4
5
|
import useResizeObserver from '@react-hook/resize-observer';
|
|
5
6
|
import OutsideClickHandler from 'react-outside-click-handler';
|
|
6
7
|
import { LogoLarge } from './logo-large/logo-large.js';
|
|
@@ -121,6 +122,12 @@ const Header = forwardRef(({
|
|
|
121
122
|
isExpanded: menuPopupExpanded,
|
|
122
123
|
headerRef: headerRef,
|
|
123
124
|
linkHandler: linkHandler
|
|
124
|
-
}))
|
|
125
|
+
})), React__default.createElement(Button, {
|
|
126
|
+
size: 'm',
|
|
127
|
+
mode: 'classic',
|
|
128
|
+
"data-testid": 'ab-hero-button',
|
|
129
|
+
href: '/docs/getting-started.html',
|
|
130
|
+
className: styles.abTestButton
|
|
131
|
+
}, "Get started"))));
|
|
125
132
|
});
|
|
126
133
|
export { Header, SearchResultView };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
var styles = {
|
|
2
2
|
"headerMenu": "ktl-header-module_header-menu_wh71L",
|
|
3
3
|
"border": "ktl-header-module_border_paN11",
|
|
4
|
-
"darkHeader": "ktl-header-module_darkHeader_YLF76"
|
|
4
|
+
"darkHeader": "ktl-header-module_darkHeader_YLF76",
|
|
5
|
+
"abTestButton": "ktl-header-module_abTestButton_Jeac8"
|
|
5
6
|
};
|
|
6
7
|
export { styles as default };
|