@atlaskit/navigation-system 9.4.2 → 10.0.0
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/CHANGELOG.md +36 -0
- package/constellation/layout/code.mdx +2 -1
- package/constellation/layout/usage.mdx +7 -7
- package/dist/cjs/components/skip-links/skip-link.js +0 -1
- package/dist/cjs/ui/page-layout/root.compiled.css +1 -0
- package/dist/cjs/ui/page-layout/root.js +8 -3
- package/dist/cjs/ui/top-nav-items/nav-logo/custom-logo.js +0 -1
- package/dist/es2019/components/skip-links/skip-link.js +0 -1
- package/dist/es2019/ui/page-layout/root.compiled.css +1 -0
- package/dist/es2019/ui/page-layout/root.js +8 -3
- package/dist/es2019/ui/top-nav-items/nav-logo/custom-logo.js +0 -1
- package/dist/esm/components/skip-links/skip-link.js +0 -1
- package/dist/esm/ui/page-layout/root.compiled.css +1 -0
- package/dist/esm/ui/page-layout/root.js +8 -3
- package/dist/esm/ui/top-nav-items/nav-logo/custom-logo.js +0 -1
- package/experimental/ribbon/package.json +1 -8
- package/fhs-rollout/package.json +1 -8
- package/layout/aside/package.json +1 -8
- package/layout/banner/package.json +1 -8
- package/layout/main/package.json +1 -8
- package/layout/panel/package.json +1 -8
- package/layout/panel-splitter/package.json +1 -8
- package/layout/root/package.json +1 -8
- package/layout/side-nav/package.json +1 -8
- package/layout/skip-links/package.json +1 -8
- package/layout/top-nav/package.json +1 -8
- package/legacy/css-variables/package.json +1 -8
- package/package.json +42 -50
- package/theming/color-utils/parse-hex/package.json +1 -8
- package/theming/color-utils/parse-hsl/package.json +1 -8
- package/theming/color-utils/parse-rgb/package.json +1 -8
- package/theming/color-utils/parse-user-color/package.json +1 -8
- package/theming/top-nav-button/package.json +1 -8
- package/theming/use-has-custom-theme/package.json +1 -8
- package/theming/use-legacy-search-theme/package.json +1 -8
- package/top-nav-items/create-button/package.json +1 -8
- package/top-nav-items/custom-title/package.json +1 -8
- package/top-nav-items/help/package.json +1 -8
- package/top-nav-items/log-in/package.json +1 -8
- package/top-nav-items/notifications/package.json +1 -8
- package/top-nav-items/package.json +1 -8
- package/top-nav-items/profile/package.json +1 -8
- package/top-nav-items/settings/package.json +1 -8
- package/dist/types-ts4.5/components/badge-container.d.ts +0 -32
- package/dist/types-ts4.5/components/list-item.d.ts +0 -27
- package/dist/types-ts4.5/components/list.d.ts +0 -28
- package/dist/types-ts4.5/components/skip-links/focus-element.d.ts +0 -4
- package/dist/types-ts4.5/components/skip-links/skip-link.d.ts +0 -19
- package/dist/types-ts4.5/components/skip-links/skip-links-container.d.ts +0 -18
- package/dist/types-ts4.5/components/skip-links/skip-links-popup.d.ts +0 -11
- package/dist/types-ts4.5/context/skip-links/skip-links-context.d.ts +0 -9
- package/dist/types-ts4.5/context/skip-links/skip-links-provider.d.ts +0 -13
- package/dist/types-ts4.5/context/skip-links/types.d.ts +0 -44
- package/dist/types-ts4.5/context/skip-links/use-skip-link-internal.d.ts +0 -10
- package/dist/types-ts4.5/context/skip-links/use-skip-link.d.ts +0 -18
- package/dist/types-ts4.5/context/top-nav-start/top-nav-start-attach-ref.d.ts +0 -1
- package/dist/types-ts4.5/context/top-nav-start/top-nav-start-context-provider.d.ts +0 -17
- package/dist/types-ts4.5/context/top-nav-start/top-nav-start-element.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/experimental/ribbon.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/fhs-rollout.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/layout/aside.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/layout/banner.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/layout/main.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/layout/panel-splitter.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/layout/panel.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/layout/root.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/layout/side-nav.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/layout/skip-links.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/layout/top-nav.d.ts +0 -4
- package/dist/types-ts4.5/entry-points/legacy/css-variables.d.ts +0 -12
- package/dist/types-ts4.5/entry-points/theming/color-utils/parse-hex.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/theming/color-utils/parse-hsl.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/theming/color-utils/parse-rgb.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/theming/color-utils/parse-user-color.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/theming/top-nav-button.d.ts +0 -4
- package/dist/types-ts4.5/entry-points/theming/use-has-custom-theme.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/theming/use-legacy-search-theme.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/top-nav-items/create-button.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/top-nav-items/custom-title.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/top-nav-items/help.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/top-nav-items/index.d.ts +0 -14
- package/dist/types-ts4.5/entry-points/top-nav-items/log-in.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/top-nav-items/notifications.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/top-nav-items/profile.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/top-nav-items/settings.d.ts +0 -1
- package/dist/types-ts4.5/index.d.ts +0 -34
- package/dist/types-ts4.5/ui/fhs-rollout/is-custom-is-fhs-enabled-context.d.ts +0 -7
- package/dist/types-ts4.5/ui/fhs-rollout/is-fhs-enabled-context.d.ts +0 -8
- package/dist/types-ts4.5/ui/fhs-rollout/is-fhs-enabled-provider.d.ts +0 -10
- package/dist/types-ts4.5/ui/fhs-rollout/types.d.ts +0 -1
- package/dist/types-ts4.5/ui/fhs-rollout/use-is-fhs-enabled.d.ts +0 -6
- package/dist/types-ts4.5/ui/page-layout/aside.d.ts +0 -29
- package/dist/types-ts4.5/ui/page-layout/banner.d.ts +0 -24
- package/dist/types-ts4.5/ui/page-layout/constants.d.ts +0 -50
- package/dist/types-ts4.5/ui/page-layout/dangerously-hoist-css-var-to-document-root.d.ts +0 -8
- package/dist/types-ts4.5/ui/page-layout/hoist-css-var-to-local-grid.d.ts +0 -13
- package/dist/types-ts4.5/ui/page-layout/hoist-slot-sizes-context.d.ts +0 -5
- package/dist/types-ts4.5/ui/page-layout/main/main-sticky-header.d.ts +0 -23
- package/dist/types-ts4.5/ui/page-layout/main/main.d.ts +0 -16
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/convert-resize-bound-to-pixels.d.ts +0 -7
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/get-percentage-within-pixel-bounds.d.ts +0 -18
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/get-pixel-width.d.ts +0 -4
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/get-width-from-drag-location.d.ts +0 -8
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/is-panel-splitter-drag-data.d.ts +0 -9
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/keyboard-resize-manager.d.ts +0 -15
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/on-double-click-context.d.ts +0 -8
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/panel-splitter-context.d.ts +0 -64
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/panel-splitter-drag-symbol.d.ts +0 -1
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/panel-splitter.d.ts +0 -52
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/provider.d.ts +0 -28
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/side-nav-panel-splitter.d.ts +0 -38
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/types.d.ts +0 -23
- package/dist/types-ts4.5/ui/page-layout/panel.d.ts +0 -40
- package/dist/types-ts4.5/ui/page-layout/ribbon.d.ts +0 -11
- package/dist/types-ts4.5/ui/page-layout/root.d.ts +0 -71
- package/dist/types-ts4.5/ui/page-layout/side-nav/flyout-close-delay-ms.d.ts +0 -5
- package/dist/types-ts4.5/ui/page-layout/side-nav/is-side-nav-shortcut-enabled-context.d.ts +0 -8
- package/dist/types-ts4.5/ui/page-layout/side-nav/is-side-nav-shortcut-enabled-provider.d.ts +0 -5
- package/dist/types-ts4.5/ui/page-layout/side-nav/set-side-nav-visibility-state.d.ts +0 -3
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav-content.d.ts +0 -24
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav-element-provider.d.ts +0 -4
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav-footer.d.ts +0 -19
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav-header.d.ts +0 -14
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav-ref-context.d.ts +0 -2
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav-toggle-button-attach-ref.d.ts +0 -1
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav-toggle-button-element.d.ts +0 -5
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav-toggle-tooltip-keyboard-shortcut.d.ts +0 -6
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav-visibility-state.d.ts +0 -6
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav.d.ts +0 -93
- package/dist/types-ts4.5/ui/page-layout/side-nav/toggle-button-provider.d.ts +0 -17
- package/dist/types-ts4.5/ui/page-layout/side-nav/toggle-button.d.ts +0 -52
- package/dist/types-ts4.5/ui/page-layout/side-nav/types.d.ts +0 -61
- package/dist/types-ts4.5/ui/page-layout/side-nav/use-expand-side-nav.d.ts +0 -16
- package/dist/types-ts4.5/ui/page-layout/side-nav/use-is-side-nav-shortcut-enabled.d.ts +0 -5
- package/dist/types-ts4.5/ui/page-layout/side-nav/use-side-nav-ref.d.ts +0 -7
- package/dist/types-ts4.5/ui/page-layout/side-nav/use-side-nav-toggle-keyboard-shortcut.d.ts +0 -6
- package/dist/types-ts4.5/ui/page-layout/side-nav/use-side-nav-visibility-callbacks.d.ts +0 -16
- package/dist/types-ts4.5/ui/page-layout/side-nav/use-side-nav-visibility.d.ts +0 -20
- package/dist/types-ts4.5/ui/page-layout/side-nav/use-toggle-side-nav.d.ts +0 -16
- package/dist/types-ts4.5/ui/page-layout/side-nav/visibility-provider.d.ts +0 -8
- package/dist/types-ts4.5/ui/page-layout/top-nav/top-nav-end.d.ts +0 -29
- package/dist/types-ts4.5/ui/page-layout/top-nav/top-nav-middle.d.ts +0 -24
- package/dist/types-ts4.5/ui/page-layout/top-nav/top-nav-start.d.ts +0 -32
- package/dist/types-ts4.5/ui/page-layout/top-nav/top-nav.d.ts +0 -29
- package/dist/types-ts4.5/ui/page-layout/types.d.ts +0 -20
- package/dist/types-ts4.5/ui/page-layout/use-layout-id.d.ts +0 -12
- package/dist/types-ts4.5/ui/page-layout/use-resizing-width-css-var-on-root-element.d.ts +0 -9
- package/dist/types-ts4.5/ui/page-layout/use-safe-default-width.d.ts +0 -17
- package/dist/types-ts4.5/ui/page-layout/use-skip-link-id.d.ts +0 -5
- package/dist/types-ts4.5/ui/top-nav-items/app-switcher.d.ts +0 -32
- package/dist/types-ts4.5/ui/top-nav-items/chat-button.d.ts +0 -25
- package/dist/types-ts4.5/ui/top-nav-items/create-button.d.ts +0 -30
- package/dist/types-ts4.5/ui/top-nav-items/custom-title.d.ts +0 -23
- package/dist/types-ts4.5/ui/top-nav-items/end-item.d.ts +0 -80
- package/dist/types-ts4.5/ui/top-nav-items/help.d.ts +0 -19
- package/dist/types-ts4.5/ui/top-nav-items/icon-renderer.d.ts +0 -17
- package/dist/types-ts4.5/ui/top-nav-items/log-in.d.ts +0 -36
- package/dist/types-ts4.5/ui/top-nav-items/nav-logo/app-logo.d.ts +0 -37
- package/dist/types-ts4.5/ui/top-nav-items/nav-logo/custom-logo.d.ts +0 -36
- package/dist/types-ts4.5/ui/top-nav-items/nav-logo/logo-renderer.d.ts +0 -11
- package/dist/types-ts4.5/ui/top-nav-items/notifications.d.ts +0 -16
- package/dist/types-ts4.5/ui/top-nav-items/profile.d.ts +0 -15
- package/dist/types-ts4.5/ui/top-nav-items/search.d.ts +0 -38
- package/dist/types-ts4.5/ui/top-nav-items/settings.d.ts +0 -11
- package/dist/types-ts4.5/ui/top-nav-items/themed/button.d.ts +0 -7
- package/dist/types-ts4.5/ui/top-nav-items/themed/color-utils/formats/hex.d.ts +0 -9
- package/dist/types-ts4.5/ui/top-nav-items/themed/color-utils/formats/hsl.d.ts +0 -7
- package/dist/types-ts4.5/ui/top-nav-items/themed/color-utils/formats/rgb.d.ts +0 -7
- package/dist/types-ts4.5/ui/top-nav-items/themed/color-utils/index.d.ts +0 -21
- package/dist/types-ts4.5/ui/top-nav-items/themed/color-utils/parse-user-color.d.ts +0 -13
- package/dist/types-ts4.5/ui/top-nav-items/themed/color-utils/types.d.ts +0 -17
- package/dist/types-ts4.5/ui/top-nav-items/themed/get-custom-theme-styles.d.ts +0 -22
- package/dist/types-ts4.5/ui/top-nav-items/themed/get-primitives-spread-props.d.ts +0 -16
- package/dist/types-ts4.5/ui/top-nav-items/themed/has-custom-theme-context.d.ts +0 -8
- package/dist/types-ts4.5/ui/top-nav-items/themed/has-default-background-color-context.d.ts +0 -5
- package/dist/types-ts4.5/ui/top-nav-items/themed/icon-button.d.ts +0 -7
- package/dist/types-ts4.5/ui/top-nav-items/themed/link-button.d.ts +0 -3
- package/dist/types-ts4.5/ui/top-nav-items/themed/link-icon-button.d.ts +0 -7
- package/dist/types-ts4.5/ui/top-nav-items/themed/palette-rgba.d.ts +0 -14
- package/dist/types-ts4.5/ui/top-nav-items/themed/palette.d.ts +0 -42
- package/dist/types-ts4.5/ui/top-nav-items/themed/search.d.ts +0 -55
- package/dist/types-ts4.5/ui/top-nav-items/themed/themed-anchor.d.ts +0 -32
- package/dist/types-ts4.5/ui/top-nav-items/themed/themed-button.d.ts +0 -10
- package/dist/types-ts4.5/ui/top-nav-items/themed/themed-icon-button.d.ts +0 -10
- package/dist/types-ts4.5/ui/top-nav-items/themed/themed-link-button.d.ts +0 -16
- package/dist/types-ts4.5/ui/top-nav-items/themed/themed-link-icon-button.d.ts +0 -13
- package/dist/types-ts4.5/ui/top-nav-items/themed/themed-pressable.d.ts +0 -18
- package/dist/types-ts4.5/ui/top-nav-items/themed/types.d.ts +0 -54
- package/dist/types-ts4.5/ui/top-nav-items/themed/use-custom-theme-new.d.ts +0 -20
- package/dist/types-ts4.5/ui/top-nav-items/themed/use-custom-theme.d.ts +0 -12
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/theming/top-nav-button.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/theming/top-nav-button.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/theming/top-nav-button.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/theming/use-has-custom-theme.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/theming/use-has-custom-theme.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/theming/use-has-custom-theme.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/theming/use-legacy-search-theme.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/theming/use-legacy-search-theme.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/theming/use-legacy-search-theme.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/top-nav-items/create-button.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/top-nav-items/create-button.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/top-nav-items/create-button.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/top-nav-items/custom-title.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/top-nav-items/custom-title.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/top-nav-items/custom-title.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/top-nav-items/help.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/top-nav-items/help.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/top-nav-items/help.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/top-nav-items/log-in.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/top-nav-items/log-in.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/top-nav-items/log-in.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/top-nav-items/notifications.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/top-nav-items/notifications.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/top-nav-items/notifications.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/top-nav-items/index.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/top-nav-items/index.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/top-nav-items/index.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/top-nav-items/profile.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/top-nav-items/profile.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/top-nav-items/profile.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/top-nav-items/settings.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/top-nav-items/settings.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/top-nav-items/settings.d.ts"
|
|
17
10
|
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import type { ComponentType, ReactNode } from 'react';
|
|
6
|
-
type BadgeContainerProps = {
|
|
7
|
-
id: string;
|
|
8
|
-
badge: ComponentType;
|
|
9
|
-
/**
|
|
10
|
-
* The children to render inside the container that the badge overlays.
|
|
11
|
-
*/
|
|
12
|
-
children: ReactNode;
|
|
13
|
-
/**
|
|
14
|
-
* Can be used to disable the default `listitem` role.
|
|
15
|
-
*
|
|
16
|
-
* As `BadgeContainer` is used internally to wrap `EndItem`, this prop is used to respect
|
|
17
|
-
* the `isListItem` prop value set in `EndItem`.
|
|
18
|
-
*
|
|
19
|
-
* See the prop description in `EndItem` for more information.
|
|
20
|
-
*
|
|
21
|
-
* @default true
|
|
22
|
-
*/
|
|
23
|
-
isListItem?: boolean;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* __Badge container__
|
|
27
|
-
*
|
|
28
|
-
* Adds a badge to the top right corner of the child element.
|
|
29
|
-
* Example of usage is showing the number of notifications in the top navigation bar.
|
|
30
|
-
*/
|
|
31
|
-
export declare const BadgeContainer: (props: BadgeContainerProps) => JSX.Element;
|
|
32
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type ReactNode } from 'react';
|
|
6
|
-
import type { StrictXCSSProp } from '@atlaskit/css';
|
|
7
|
-
type ListItemProps = {
|
|
8
|
-
/**
|
|
9
|
-
* The contents of the list item.
|
|
10
|
-
*/
|
|
11
|
-
children: ReactNode;
|
|
12
|
-
/**
|
|
13
|
-
* A unique string that appears as data attribute `data-testid` in the rendered code, serving as a hook for automated tests.
|
|
14
|
-
*/
|
|
15
|
-
testId?: string;
|
|
16
|
-
/**
|
|
17
|
-
* Bounded style overrides.
|
|
18
|
-
*/
|
|
19
|
-
xcss?: StrictXCSSProp<'display' | 'scrollMarginInline', never>;
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* __List item__
|
|
23
|
-
*
|
|
24
|
-
* A [list item](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li) with visual styles removed.
|
|
25
|
-
*/
|
|
26
|
-
export declare const ListItem: React.ForwardRefExoticComponent<React.PropsWithoutRef<ListItemProps> & React.RefAttributes<HTMLDivElement>>;
|
|
27
|
-
export {};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type ReactNode } from 'react';
|
|
6
|
-
import { type XCSSProp } from '@compiled/react';
|
|
7
|
-
export type ListProps = {
|
|
8
|
-
/**
|
|
9
|
-
* The contents of the list. Should contain list items.
|
|
10
|
-
*/
|
|
11
|
-
children: ReactNode;
|
|
12
|
-
/**
|
|
13
|
-
* A unique string that appears as data attribute `data-testid` in the rendered code, serving as a hook for automated tests.
|
|
14
|
-
*/
|
|
15
|
-
testId?: string;
|
|
16
|
-
/**
|
|
17
|
-
* Bounded style overrides.
|
|
18
|
-
*/
|
|
19
|
-
xcss?: XCSSProp<'alignItems' | 'display' | 'gap' | 'paddingInlineStart' | 'padding', never>;
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* __List__
|
|
23
|
-
*
|
|
24
|
-
* A an element with the role of `list` for semantically grouping list items.
|
|
25
|
-
*
|
|
26
|
-
* This is the internal primitive used by other external components in the navigation system.
|
|
27
|
-
*/
|
|
28
|
-
export declare const List: React.ForwardRefExoticComponent<React.PropsWithoutRef<ListProps> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type ReactNode } from 'react';
|
|
6
|
-
import type { SkipLinkData } from '../../context/skip-links/types';
|
|
7
|
-
type SkipLinkProps = {
|
|
8
|
-
id: string;
|
|
9
|
-
children: ReactNode;
|
|
10
|
-
onBeforeNavigate?: SkipLinkData['onBeforeNavigate'];
|
|
11
|
-
navigate?: SkipLinkData['navigate'];
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* A link that moves current tab position to a different element
|
|
15
|
-
*
|
|
16
|
-
* This component is rendered internally and is not exported publicly.
|
|
17
|
-
*/
|
|
18
|
-
export declare const SkipLink: ({ id, children, onBeforeNavigate, navigate, }: SkipLinkProps) => JSX.Element;
|
|
19
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type SkipLinkData } from '../../context/skip-links/types';
|
|
2
|
-
/**
|
|
3
|
-
* A container element for the skip links.
|
|
4
|
-
*
|
|
5
|
-
* The container element is always rendered in the DOM, but is only visible when
|
|
6
|
-
* focus is within the container.
|
|
7
|
-
*
|
|
8
|
-
* The label is used as the heading of the skip links container. If the provided label is a string
|
|
9
|
-
* comprised only of only whitespace (e.g. '' or ' '), the skip link heading element will be removed.
|
|
10
|
-
*
|
|
11
|
-
* When `platform_dst_nav4_skip_link_a11y_1` is enabled, rendering is delegated to `SkipLinksPopup`.
|
|
12
|
-
*/
|
|
13
|
-
export declare function SkipLinksContainer({ label, triggerLabel, testId, links, }: {
|
|
14
|
-
label: string;
|
|
15
|
-
triggerLabel: string;
|
|
16
|
-
testId?: string;
|
|
17
|
-
links: Array<SkipLinkData>;
|
|
18
|
-
}): JSX.Element | null;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { type SkipLinkData } from '../../context/skip-links/types';
|
|
2
|
-
/**
|
|
3
|
-
* Skip links shown behind `platform_dst_nav4_skip_link_a11y_1`: a single focus-revealed
|
|
4
|
-
* control opens a dialog listing skip targets.
|
|
5
|
-
*/
|
|
6
|
-
export declare function SkipLinksPopup({ label: title, triggerLabel, testId, links, }: {
|
|
7
|
-
label: string;
|
|
8
|
-
triggerLabel: string;
|
|
9
|
-
testId?: string;
|
|
10
|
-
links: Array<SkipLinkData>;
|
|
11
|
-
}): JSX.Element;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type SkipLinkData } from './types';
|
|
2
|
-
export type SkipLinksContextData = {
|
|
3
|
-
registerSkipLink: (skipLinkData: SkipLinkData) => void;
|
|
4
|
-
unregisterSkipLink: (id: string | undefined) => void;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* Provides a way to register and unregister skip links
|
|
8
|
-
*/
|
|
9
|
-
export declare const SkipLinksContext: import('react').Context<SkipLinksContextData>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React, { type ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* Provider for skip links. Should be rendered at the top level of the application.
|
|
4
|
-
*
|
|
5
|
-
* - Provides the context to register/unregister skip links
|
|
6
|
-
* - Renders the skip links container
|
|
7
|
-
*/
|
|
8
|
-
export declare function SkipLinksProvider({ children, label, triggerLabel, testId, }: {
|
|
9
|
-
children: ReactNode;
|
|
10
|
-
label: string;
|
|
11
|
-
triggerLabel: string;
|
|
12
|
-
testId?: string;
|
|
13
|
-
}): React.JSX.Element;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
export type SkipLinkData = {
|
|
2
|
-
/**
|
|
3
|
-
* id for the element that will be skipped to
|
|
4
|
-
*/
|
|
5
|
-
id: string;
|
|
6
|
-
/**
|
|
7
|
-
* Text for the link that will appear in the skip link menu
|
|
8
|
-
*/
|
|
9
|
-
label: string;
|
|
10
|
-
/**
|
|
11
|
-
* Desired position in the skip link menu
|
|
12
|
-
*/
|
|
13
|
-
listIndex?: number;
|
|
14
|
-
/**
|
|
15
|
-
* Called when a user clicks on the skip link,
|
|
16
|
-
* immediately before focus is moved to the associated element.
|
|
17
|
-
*
|
|
18
|
-
* This can be used to update state, such as to show a hidden element.
|
|
19
|
-
*
|
|
20
|
-
* @deprecated Only used when `platform_dst_nav4_skip_link_a11y_1` is OFF.
|
|
21
|
-
* When the gate is on, prefer `navigate` for consumers that need to atomically
|
|
22
|
-
* commit state and move focus somewhere other than the slot element with id `id`.
|
|
23
|
-
* This callback can be removed once the gate is fully enabled and cleaned up.
|
|
24
|
-
*/
|
|
25
|
-
onBeforeNavigate?: () => void;
|
|
26
|
-
/**
|
|
27
|
-
* Replaces the default "focus the element with `id`" behavior when the skip link is activated.
|
|
28
|
-
*
|
|
29
|
-
* Use this when the consumer needs to atomically commit state and move focus to
|
|
30
|
-
* a different element (e.g. SideNav expanding and focusing the first nav item).
|
|
31
|
-
*
|
|
32
|
-
* The universal pre/post work owned by `SkipLink` (e.g. `event.preventDefault`,
|
|
33
|
-
* `window.scrollTo`) still runs around this callback. Only the focus step is replaced.
|
|
34
|
-
*
|
|
35
|
-
* Only consumed when `platform_dst_nav4_skip_link_a11y_1` is enabled.
|
|
36
|
-
*/
|
|
37
|
-
navigate?: () => void;
|
|
38
|
-
/**
|
|
39
|
-
* Used to hide skip links for slots with 0 height or width.
|
|
40
|
-
*
|
|
41
|
-
* We can remove this once products conditionally render slots correctly.
|
|
42
|
-
*/
|
|
43
|
-
isHidden?: boolean;
|
|
44
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type SkipLinkData } from './types';
|
|
2
|
-
/**
|
|
3
|
-
* Internal-only hook for registering skip links.
|
|
4
|
-
*
|
|
5
|
-
* `useSkipLink` is the public API wrapper of this.
|
|
6
|
-
*
|
|
7
|
-
* This private version exists for us to support `onBeforeNavigate` / `navigate` for the side nav use case,
|
|
8
|
-
* where we might need to expand it before moving focus, without having to support those publicly.
|
|
9
|
-
*/
|
|
10
|
-
export declare const useSkipLinkInternal: ({ id, label, listIndex, onBeforeNavigate, navigate, isHidden, }: SkipLinkData) => void;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Call `useSkipLink` to register a skip link for important elements on the page.
|
|
3
|
-
*/
|
|
4
|
-
export declare const useSkipLink: (
|
|
5
|
-
/**
|
|
6
|
-
* The unique ID for the skip link.
|
|
7
|
-
* You can use the `useSkipLinkId` hook to generate a unique ID.
|
|
8
|
-
*/
|
|
9
|
-
id: string,
|
|
10
|
-
/**
|
|
11
|
-
* The label for the skip link.
|
|
12
|
-
*/
|
|
13
|
-
label: string,
|
|
14
|
-
/**
|
|
15
|
-
* You can optionally set the position of the skip link in the list of skip links.
|
|
16
|
-
* Positions are zero-indexed.
|
|
17
|
-
*/
|
|
18
|
-
listIndex?: number) => void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const TopNavStartAttachRef: import('react').Context<(newVal: HTMLDivElement | null) => void>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* Provider for the TopNavStart container element contexts.
|
|
4
|
-
*
|
|
5
|
-
* We are using a [ref callback](https://react.dev/reference/react-dom/components/common#ref-callback) along with a state
|
|
6
|
-
* for storing the element once it has mounted, so that the side nav can bind event listeners to the element
|
|
7
|
-
* once it is mounted.
|
|
8
|
-
*
|
|
9
|
-
* Otherwise, the side nav can be mounted before the element (e.g. if the element is lazy loaded), which would prevent the
|
|
10
|
-
* event listeners from being set up.
|
|
11
|
-
*
|
|
12
|
-
* State is required as opposed to just a ref so that the effects in the side nav can react to the element actually being mounted,
|
|
13
|
-
* as ref values cannot be added as effect dependencies.
|
|
14
|
-
*/
|
|
15
|
-
export declare const TopNavStartProvider: ({ children, }: {
|
|
16
|
-
children: React.ReactNode;
|
|
17
|
-
}) => React.JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const TopNavStartElement: import('react').Context<HTMLDivElement | null>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { UNSAFE_Ribbon } from '../../ui/page-layout/ribbon';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Aside } from '../../ui/page-layout/aside';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Banner } from '../../ui/page-layout/banner';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { Main } from '../../ui/page-layout/main/main';
|
|
2
|
-
export { MainStickyHeader } from '../../ui/page-layout/main/main-sticky-header';
|
|
3
|
-
export { UNSAFE_MAIN_BLOCK_START_FOR_LEGACY_PAGES_ONLY, UNSAFE_MAIN_INLINE_END_FOR_LEGACY_PAGES_ONLY, UNSAFE_MAIN_INLINE_START_FOR_LEGACY_PAGES_ONLY, } from '../../ui/page-layout/constants';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Panel } from '../../ui/page-layout/panel';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Root } from '../../ui/page-layout/root';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { SideNav } from '../../ui/page-layout/side-nav/side-nav';
|
|
2
|
-
export { SideNavHeader } from '../../ui/page-layout/side-nav/side-nav-header';
|
|
3
|
-
export { SideNavBody } from '../../ui/page-layout/side-nav/side-nav-content';
|
|
4
|
-
export { SideNavFooter } from '../../ui/page-layout/side-nav/side-nav-footer';
|
|
5
|
-
export { SideNavToggleButton } from '../../ui/page-layout/side-nav/toggle-button';
|
|
6
|
-
export { useToggleSideNav } from '../../ui/page-layout/side-nav/use-toggle-side-nav';
|
|
7
|
-
export { useExpandSideNav } from '../../ui/page-layout/side-nav/use-expand-side-nav';
|
|
8
|
-
export { SideNavPanelSplitter } from '../../ui/page-layout/panel-splitter/side-nav-panel-splitter';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { TopNav } from '../../ui/page-layout/top-nav/top-nav';
|
|
2
|
-
export { TopNavStart } from '../../ui/page-layout/top-nav/top-nav-start';
|
|
3
|
-
export { TopNavMiddle } from '../../ui/page-layout/top-nav/top-nav-middle';
|
|
4
|
-
export { TopNavEnd } from '../../ui/page-layout/top-nav/top-nav-end';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CSS variables that mirror the legacy `@atlaskit/page-layout` CSS custom properties.
|
|
3
|
-
*
|
|
4
|
-
* These are provided for consumers that previously relied on the `@atlaskit/page-layout`
|
|
5
|
-
* CSS variables and need to reference them when using the navigation system.
|
|
6
|
-
*/
|
|
7
|
-
export declare const LEFT_PANEL_WIDTH = "var(--leftPanelWidth, 0px)";
|
|
8
|
-
export declare const RIGHT_PANEL_WIDTH = "var(--rightPanelWidth, 0px)";
|
|
9
|
-
export declare const LEFT_SIDEBAR_WIDTH = "var(--leftSidebarWidth, 0px)";
|
|
10
|
-
export declare const RIGHT_SIDEBAR_WIDTH = "var(--rightSidebarWidth, 0px)";
|
|
11
|
-
export declare const TOP_NAVIGATION_HEIGHT = "var(--topNavigationHeight, 0px)";
|
|
12
|
-
export declare const BANNER_HEIGHT = "var(--bannerHeight, 0px)";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { parseHex } from '../../../ui/top-nav-items/themed/color-utils/formats/hex';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { parseHsl } from '../../../ui/top-nav-items/themed/color-utils/formats/hsl';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { parseRgb } from '../../../ui/top-nav-items/themed/color-utils/formats/rgb';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { parseUserColor } from '../../../ui/top-nav-items/themed/color-utils/parse-user-color';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { Button as TopNavButton } from '../../ui/top-nav-items/themed/button';
|
|
2
|
-
export { LinkButton as TopNavLinkButton } from '../../ui/top-nav-items/themed/link-button';
|
|
3
|
-
export { IconButton as TopNavIconButton } from '../../ui/top-nav-items/themed/icon-button';
|
|
4
|
-
export { LinkIconButton as TopNavLinkIconButton } from '../../ui/top-nav-items/themed/link-icon-button';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { useHasCustomTheme } from '../../ui/top-nav-items/themed/has-custom-theme-context';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { useLegacySearchTheme } from '../../ui/top-nav-items/themed/search';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { CreateButton } from '../../ui/top-nav-items/create-button';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { CustomTitle } from '../../ui/top-nav-items/custom-title';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Help } from '../../ui/top-nav-items/help';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export { AppSwitcher } from '../../ui/top-nav-items/app-switcher';
|
|
2
|
-
export { CustomLogo } from '../../ui/top-nav-items/nav-logo/custom-logo';
|
|
3
|
-
export { AppLogo } from '../../ui/top-nav-items/nav-logo/app-logo';
|
|
4
|
-
export { Search } from '../../ui/top-nav-items/search';
|
|
5
|
-
export { ChatButton } from '../../ui/top-nav-items/chat-button';
|
|
6
|
-
export { EndItem } from '../../ui/top-nav-items/end-item';
|
|
7
|
-
export { Notifications } from '../../ui/top-nav-items/notifications';
|
|
8
|
-
export { CreateButton } from '../../ui/top-nav-items/create-button';
|
|
9
|
-
export { Help } from '../../ui/top-nav-items/help';
|
|
10
|
-
export { Profile } from '../../ui/top-nav-items/profile';
|
|
11
|
-
export { Settings } from '../../ui/top-nav-items/settings';
|
|
12
|
-
export { LogIn } from '../../ui/top-nav-items/log-in';
|
|
13
|
-
export { CustomTitle } from '../../ui/top-nav-items/custom-title';
|
|
14
|
-
export { MenuListItem } from '@atlaskit/side-nav-items/menu-list-item';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { LogIn } from '../../ui/top-nav-items/log-in';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Notifications } from '../../ui/top-nav-items/notifications';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Profile } from '../../ui/top-nav-items/profile';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Settings } from '../../ui/top-nav-items/settings';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export { IsFhsEnabledContext } from './ui/fhs-rollout/is-fhs-enabled-context';
|
|
2
|
-
export { IsFhsEnabledProvider, type IsFhsEnabledProviderProps, } from './ui/fhs-rollout/is-fhs-enabled-provider';
|
|
3
|
-
export { useIsFhsEnabled } from './ui/fhs-rollout/use-is-fhs-enabled';
|
|
4
|
-
export { Aside } from './ui/page-layout/aside';
|
|
5
|
-
export { Banner } from './ui/page-layout/banner';
|
|
6
|
-
export { Main } from './ui/page-layout/main/main';
|
|
7
|
-
export { Panel } from './ui/page-layout/panel';
|
|
8
|
-
export { Root } from './ui/page-layout/root';
|
|
9
|
-
export { SideNav } from './ui/page-layout/side-nav/side-nav';
|
|
10
|
-
export { TopNav } from './ui/page-layout/top-nav/top-nav';
|
|
11
|
-
export { MainStickyHeader } from './ui/page-layout/main/main-sticky-header';
|
|
12
|
-
export { SideNavToggleButton, type SideNavVisibilityChangeAnalyticsAttributes, } from './ui/page-layout/side-nav/toggle-button';
|
|
13
|
-
export { useToggleSideNav } from './ui/page-layout/side-nav/use-toggle-side-nav';
|
|
14
|
-
export { SideNavHeader } from './ui/page-layout/side-nav/side-nav-header';
|
|
15
|
-
export { SideNavBody } from './ui/page-layout/side-nav/side-nav-content';
|
|
16
|
-
export { SideNavFooter } from './ui/page-layout/side-nav/side-nav-footer';
|
|
17
|
-
export { PanelSplitter } from './ui/page-layout/panel-splitter/panel-splitter';
|
|
18
|
-
export { PanelSplitterProvider } from './ui/page-layout/panel-splitter/provider';
|
|
19
|
-
export type { ResizeBounds } from './ui/page-layout/panel-splitter/types';
|
|
20
|
-
export { TopNavStart } from './ui/page-layout/top-nav/top-nav-start';
|
|
21
|
-
export { AppSwitcher } from './ui/top-nav-items/app-switcher';
|
|
22
|
-
export { CustomLogo } from './ui/top-nav-items/nav-logo/custom-logo';
|
|
23
|
-
export { AppLogo } from './ui/top-nav-items/nav-logo/app-logo';
|
|
24
|
-
export { TopNavMiddle } from './ui/page-layout/top-nav/top-nav-middle';
|
|
25
|
-
export { Search } from './ui/top-nav-items/search';
|
|
26
|
-
export { ChatButton } from './ui/top-nav-items/chat-button';
|
|
27
|
-
export { TopNavEnd } from './ui/page-layout/top-nav/top-nav-end';
|
|
28
|
-
export { EndItem } from './ui/top-nav-items/end-item';
|
|
29
|
-
export { CreateButton } from './ui/top-nav-items/create-button';
|
|
30
|
-
export { Help } from './ui/top-nav-items/help';
|
|
31
|
-
export { Notifications } from './ui/top-nav-items/notifications';
|
|
32
|
-
export { Profile } from './ui/top-nav-items/profile';
|
|
33
|
-
export { Settings } from './ui/top-nav-items/settings';
|
|
34
|
-
export { LogIn } from './ui/top-nav-items/log-in';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* __Is custom is fhs enabled context__
|
|
3
|
-
*
|
|
4
|
-
* Tracks if a custom value has been provided for `IsFhsEnabledContext`.
|
|
5
|
-
* Used to prevent nesting of the `IsFhsEnabledProvider`.
|
|
6
|
-
*/
|
|
7
|
-
export declare const IsCustomIsFhsEnabledContext: import('react').Context<boolean>;
|