@gravity-ui/navigation
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,2 @@ | ||
export * from './Selection'; | ||
export * from './Settings'; |
@@ -1,2 +0,2 @@ | ||
export * from './context'; | ||
export { useSettingsSelectionContext } from './context'; | ||
export * from './types'; |
@@ -15,3 +15,3 @@ 'use strict'; | ||
var HotkeysPanel = require('./HotkeysPanel-9e5af200.js'); | ||
var Settings = require('./Settings-4b4e8a46.js'); | ||
var Settings = require('./Settings-6db7b88c.js'); | ||
var FooterItem$1 = require('./FooterItem-01b32eb7.js'); | ||
@@ -51,4 +51,5 @@ require('./tslib.es6-705c6589.js'); | ||
exports.useSettingsContext = Settings.useSettingsContext; | ||
exports.useSettingsSelectionContext = Settings.useSettingsSelectionContext; | ||
exports.MobileHeader = FooterItem$1.MobileHeader; | ||
exports.MobileHeaderFooterItem = FooterItem$1.FooterItem; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var Settings = require('./Settings-4b4e8a46.js'); | ||
var Settings = require('./Settings-6db7b88c.js'); | ||
require('./tslib.es6-705c6589.js'); | ||
@@ -21,2 +21,3 @@ require('react'); | ||
exports.useSettingsContext = Settings.useSettingsContext; | ||
exports.useSettingsSelectionContext = Settings.useSettingsSelectionContext; | ||
//# sourceMappingURL=index5.js.map |
@@ -0,1 +1,2 @@ | ||
export * from './Selection'; | ||
export * from './Settings'; |
@@ -1,2 +0,2 @@ | ||
export * from './context'; | ||
export { useSettingsSelectionContext } from './context'; | ||
export * from './types'; |
@@ -11,3 +11,3 @@ export { AsideHeader } from './AsideHeader.js'; | ||
export { H as HotkeysPanel } from './HotkeysPanel-67f3066d.js'; | ||
export { S as Settings, u as useSettingsContext } from './Settings-d2e34d31.js'; | ||
export { S as Settings, a as useSettingsContext, u as useSettingsSelectionContext } from './Settings-21bc1aba.js'; | ||
export { M as MobileHeader, F as MobileHeaderFooterItem } from './FooterItem-d66ab545.js'; | ||
@@ -14,0 +14,0 @@ import './tslib.es6-3cd4e99f.js'; |
@@ -1,2 +0,2 @@ | ||
export { S as Settings, u as useSettingsContext } from './Settings-d2e34d31.js'; | ||
export { S as Settings, a as useSettingsContext, u as useSettingsSelectionContext } from './Settings-21bc1aba.js'; | ||
import './tslib.es6-3cd4e99f.js'; | ||
@@ -3,0 +3,0 @@ import 'react'; |
{ | ||
"name": "@gravity-ui/navigation", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Gravity UI Navigation components", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -44,10 +44,10 @@ # @gravity-ui/navigation · [![npm package](https://img.shields.io/npm/v/@gravity-ui/navigation)](https://www.npmjs.com/package/@gravity-ui/navigation) [![CI](https://img.shields.io/github/actions/workflow/status/gravity-ui/navigation/.github/workflows/ci.yml?branch=main&label=CI&logo=github)](https://github.com/gravity-ui/navigation/actions/workflows/ci.yml?query=branch:main) [![storybook](https://img.shields.io/badge/Storybook-deployed-ff4685)](https://preview.yandexcloud.dev/navigation/) | ||
- <AsideHeader renderContent={renderContent} {...restProps} /> | ||
+ <PageLayout reverse> | ||
+ <PageLayout> | ||
+ <Suspense fallback={null}> | ||
+ <PageLayoutAside {...restProps} /> | ||
+ </Suspense> | ||
+ | ||
+ <PageLayout.Content> | ||
+ <ContentExample /> | ||
+ </PageLayout.Content> | ||
+ | ||
+ <Suspense fallback={null}> | ||
+ <PageLayoutAside {...restProps} /> | ||
+ </Suspense> | ||
+ </PageLayout> | ||
@@ -54,0 +54,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1638360
13731