@gravity-ui/navigation 0.0.2 → 0.0.3

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3](https://github.com/gravity-ui/navigation/compare/v0.0.2...v0.0.3) (2022-09-30)
4
+
5
+
6
+ ### Features
7
+
8
+ * Transfer remaining components ([#4](https://github.com/gravity-ui/navigation/issues/4)) ([70b7d5e](https://github.com/gravity-ui/navigation/commit/70b7d5edd9fddea94ac087f3fd6269753ad3e5fc))
9
+
3
10
  ## [0.0.2](https://github.com/gravity-ui/navigation/compare/v0.0.1...v0.0.2) (2022-09-28)
4
11
 
5
12
 
package/README.md CHANGED
@@ -1 +1,28 @@
1
- # @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/workflow/status/gravity-ui/navigation/CI/main?label=CI&logo=github)](https://github.com/gravity-ui/navigation/actions/workflows/ci.yml?query=branch:main)
1
+ # @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/workflow/status/gravity-ui/navigation/CI/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/)
2
+
3
+ Aside Header Navigation
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @gravity-ui/navigation
9
+ ```
10
+
11
+ Ensure that peer dependencies are installed in your project
12
+
13
+ ```bash
14
+ npm install --dev @gravity-ui/uikit@^3.0.2 bem-cn-lite@4.0.0 react@^16.0.0
15
+ ```
16
+
17
+ ## Components
18
+
19
+ - AsideHeader
20
+ - FooterItem
21
+ - Drawer
22
+ - DrawerItem
23
+
24
+ ## Imports
25
+
26
+ ```ts
27
+ import {AsideHeader} from '@gravity-ui/navigation';
28
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/navigation",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Gravity UI Navigation components",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -79,6 +79,11 @@
79
79
  "typescript": "^4.5.5",
80
80
  "ts-jest": "^28.0.0"
81
81
  },
82
+ "peerDependencies": {
83
+ "@gravity-ui/uikit": "^3.0.2",
84
+ "bem-cn-lite": "^4.0.0",
85
+ "react": "^16.0.0"
86
+ },
82
87
  "nano-staged": {
83
88
  "*.{scss}": [
84
89
  "stylelint --fix --quiet"