@gravity-ui/navigation 0.10.0 → 0.11.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/build/cjs/components/ActionBar/ActionBar.d.ts +7 -7
- package/build/cjs/components/ActionBar/Group/ActionBarGroup.d.ts +3 -3
- package/build/cjs/components/ActionBar/Item/ActionBarItem.d.ts +3 -3
- package/build/cjs/components/ActionBar/Section/ActionBarSection.d.ts +3 -3
- package/build/cjs/components/ActionBar/Separator/ActionBarSeparator.d.ts +2 -1
- package/build/cjs/components/ActionBar/__stories__/ActionBar.stories.d.ts +13 -58
- package/build/cjs/components/ActionBar/__stories__/ActionBarShowcase.d.ts +2 -2
- package/build/cjs/components/ActionBar/__stories__/ActionBarSingleSection.d.ts +2 -2
- package/build/cjs/components/ActionBar/types.d.ts +1 -1
- package/build/cjs/components/AsideHeader/AsideHeader.d.ts +2 -2
- package/build/cjs/components/AsideHeader/__stories__/AsideHeader.stories.d.ts +4 -5
- package/build/cjs/components/AsideHeader/__stories__/getAsideHeaderWrapper.d.ts +2 -2
- package/build/cjs/components/CompositeBar/CompositeBar.d.ts +1 -1
- package/build/cjs/components/CompositeBar/MultipleTooltip/MultipleTooltip.d.ts +1 -1
- package/build/cjs/components/CompositeBar/MultipleTooltip/MultipleTooltipContext.d.ts +2 -2
- package/build/cjs/components/CompositeBar/__stories__/CompositeBar.stories.d.ts +2 -4
- package/build/cjs/components/Content/Content.d.ts +1 -1
- package/build/cjs/components/Drawer/Drawer.d.ts +1 -1
- package/build/cjs/components/Drawer/__stories__/Drawer.stories.d.ts +2 -3
- package/build/cjs/components/Drawer/__stories__/DrawerShowcase.d.ts +2 -2
- package/build/cjs/components/FooterItem/__stories__/FooterItem.stories.d.ts +2 -4
- package/build/cjs/components/HotkeysPanel/HotkeysPanel.d.ts +3 -2
- package/build/cjs/components/HotkeysPanel/__stories__/HotkeysPanel.stories.d.ts +2 -3
- package/build/cjs/components/HotkeysPanel/__stories__/HotkeysPanelShowcase.d.ts +2 -2
- package/build/cjs/components/HotkeysPanel/types.d.ts +3 -3
- package/build/cjs/components/MobileHeader/Burger/Burger.d.ts +1 -1
- package/build/cjs/components/MobileHeader/BurgerMenu/BurgerCompositeBar/BurgerCompositeBar.d.ts +1 -1
- package/build/cjs/components/MobileHeader/BurgerMenu/BurgerMenu.d.ts +1 -1
- package/build/cjs/components/MobileHeader/BurgerMenu/__stories__/BurgerMenu.stories.d.ts +2 -4
- package/build/cjs/components/MobileHeader/FooterItem/FooterItem.d.ts +1 -1
- package/build/cjs/components/MobileHeader/__stories__/MobileHeader.stories.d.ts +2 -3
- package/build/cjs/components/MobileHeader/__stories__/MobileHeaderShowcase.d.ts +2 -2
- package/build/cjs/components/MobileHeader/types.d.ts +4 -4
- package/build/cjs/components/Settings/Settings.d.ts +7 -7
- package/build/cjs/components/Settings/SettingsMenuMobile/SettingsMenuMobile.d.ts +2 -1
- package/build/cjs/components/Settings/SettingsSearch/SettingsSearch.d.ts +1 -1
- package/build/cjs/components/Settings/__stories__/Settings.stories.d.ts +3 -4
- package/build/cjs/components/Settings/__stories__/SettingsDemo.d.ts +2 -2
- package/build/cjs/components/Settings/__stories__/SettingsMobileDemo.d.ts +2 -2
- package/build/cjs/components/Settings/collect-settings.d.ts +1 -1
- package/build/cjs/components/Settings/helpers.d.ts +1 -1
- package/build/cjs/components/Settings/types.d.ts +1 -1
- package/build/cjs/components/Title/Title.d.ts +2 -2
- package/build/cjs/components/helpers.d.ts +5 -0
- package/build/cjs/components/index.d.ts +1 -0
- package/build/cjs/components/types.d.ts +2 -2
- package/build/cjs/components/utils/cn.d.ts +2 -2
- package/build/cjs/components/utils/configure.d.ts +12 -0
- package/build/cjs/index.js +314 -386
- package/build/cjs/index.js.map +1 -1
- package/build/esm/components/ActionBar/ActionBar.d.ts +7 -7
- package/build/esm/components/ActionBar/Group/ActionBarGroup.d.ts +3 -3
- package/build/esm/components/ActionBar/Item/ActionBarItem.d.ts +3 -3
- package/build/esm/components/ActionBar/Section/ActionBarSection.d.ts +3 -3
- package/build/esm/components/ActionBar/Separator/ActionBarSeparator.d.ts +2 -1
- package/build/esm/components/ActionBar/__stories__/ActionBar.stories.d.ts +13 -58
- package/build/esm/components/ActionBar/__stories__/ActionBarShowcase.d.ts +2 -2
- package/build/esm/components/ActionBar/__stories__/ActionBarSingleSection.d.ts +2 -2
- package/build/esm/components/ActionBar/types.d.ts +1 -1
- package/build/esm/components/AsideHeader/AsideHeader.d.ts +2 -2
- package/build/esm/components/AsideHeader/__stories__/AsideHeader.stories.d.ts +4 -5
- package/build/esm/components/AsideHeader/__stories__/getAsideHeaderWrapper.d.ts +2 -2
- package/build/esm/components/CompositeBar/CompositeBar.d.ts +1 -1
- package/build/esm/components/CompositeBar/MultipleTooltip/MultipleTooltip.d.ts +1 -1
- package/build/esm/components/CompositeBar/MultipleTooltip/MultipleTooltipContext.d.ts +2 -2
- package/build/esm/components/CompositeBar/__stories__/CompositeBar.stories.d.ts +2 -4
- package/build/esm/components/Content/Content.d.ts +1 -1
- package/build/esm/components/Drawer/Drawer.d.ts +1 -1
- package/build/esm/components/Drawer/__stories__/Drawer.stories.d.ts +2 -3
- package/build/esm/components/Drawer/__stories__/DrawerShowcase.d.ts +2 -2
- package/build/esm/components/FooterItem/__stories__/FooterItem.stories.d.ts +2 -4
- package/build/esm/components/HotkeysPanel/HotkeysPanel.d.ts +3 -2
- package/build/esm/components/HotkeysPanel/__stories__/HotkeysPanel.stories.d.ts +2 -3
- package/build/esm/components/HotkeysPanel/__stories__/HotkeysPanelShowcase.d.ts +2 -2
- package/build/esm/components/HotkeysPanel/types.d.ts +3 -3
- package/build/esm/components/MobileHeader/Burger/Burger.d.ts +1 -1
- package/build/esm/components/MobileHeader/BurgerMenu/BurgerCompositeBar/BurgerCompositeBar.d.ts +1 -1
- package/build/esm/components/MobileHeader/BurgerMenu/BurgerMenu.d.ts +1 -1
- package/build/esm/components/MobileHeader/BurgerMenu/__stories__/BurgerMenu.stories.d.ts +2 -4
- package/build/esm/components/MobileHeader/FooterItem/FooterItem.d.ts +1 -1
- package/build/esm/components/MobileHeader/__stories__/MobileHeader.stories.d.ts +2 -3
- package/build/esm/components/MobileHeader/__stories__/MobileHeaderShowcase.d.ts +2 -2
- package/build/esm/components/MobileHeader/types.d.ts +4 -4
- package/build/esm/components/Settings/Settings.d.ts +7 -7
- package/build/esm/components/Settings/SettingsMenuMobile/SettingsMenuMobile.d.ts +2 -1
- package/build/esm/components/Settings/SettingsSearch/SettingsSearch.d.ts +1 -1
- package/build/esm/components/Settings/__stories__/Settings.stories.d.ts +3 -4
- package/build/esm/components/Settings/__stories__/SettingsDemo.d.ts +2 -2
- package/build/esm/components/Settings/__stories__/SettingsMobileDemo.d.ts +2 -2
- package/build/esm/components/Settings/collect-settings.d.ts +1 -1
- package/build/esm/components/Settings/helpers.d.ts +1 -1
- package/build/esm/components/Settings/types.d.ts +1 -1
- package/build/esm/components/Title/Title.d.ts +2 -2
- package/build/esm/components/helpers.d.ts +5 -0
- package/build/esm/components/index.d.ts +1 -0
- package/build/esm/components/types.d.ts +2 -2
- package/build/esm/components/utils/cn.d.ts +2 -2
- package/build/esm/components/utils/configure.d.ts +12 -0
- package/build/esm/index.js +315 -388
- package/build/esm/index.js.map +1 -1
- package/package.json +107 -99
- package/CHANGELOG.md +0 -186
package/package.json
CHANGED
|
@@ -1,103 +1,111 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
"name": "@gravity-ui/navigation",
|
|
3
|
+
"version": "0.11.1",
|
|
4
|
+
"description": "Gravity UI Navigation components",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/gravity-ui/navigation"
|
|
9
|
+
},
|
|
10
|
+
"main": "build/cjs/index.js",
|
|
11
|
+
"module": "build/esm/index.js",
|
|
12
|
+
"types": "build/esm/index.d.ts",
|
|
13
|
+
"sideEffects": [
|
|
14
|
+
"*.css",
|
|
15
|
+
"*.scss"
|
|
16
|
+
],
|
|
17
|
+
"files": [
|
|
18
|
+
"build"
|
|
19
|
+
],
|
|
20
|
+
"scripts": {
|
|
21
|
+
"prepare": "husky install",
|
|
22
|
+
"typecheck": "tsc --noEmit",
|
|
23
|
+
"test": "jest --passWithNoTests",
|
|
24
|
+
"build": "rimraf build && rollup -c",
|
|
25
|
+
"lint:js": "eslint src --ext .js,.jsx,.ts,.tsx",
|
|
26
|
+
"lint:styles": "stylelint '{styles,src}/**/*.scss'",
|
|
27
|
+
"lint:prettier": "prettier --check '**/*.md'",
|
|
28
|
+
"lint": "run-p lint:*",
|
|
29
|
+
"build-storybook": "storybook build",
|
|
30
|
+
"start": "TS_NODE_PROJECT=.storybook/tsconfig.json storybook dev",
|
|
31
|
+
"prepublishOnly": "npm run build"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"react-transition-group": "^4.4.1",
|
|
35
|
+
"tslib": "^2.4.0"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@babel/core": "^7.18.10",
|
|
39
|
+
"@babel/preset-env": "^7.22.9",
|
|
40
|
+
"@babel/preset-react": "^7.22.5",
|
|
41
|
+
"@babel/preset-typescript": "^7.22.5",
|
|
42
|
+
"@commitlint/cli": "^17.0.0",
|
|
43
|
+
"@commitlint/config-conventional": "^17.0.0",
|
|
44
|
+
"@doc-tools/transform": "^3.1.0",
|
|
45
|
+
"@gravity-ui/components": "^2.0.0",
|
|
46
|
+
"@gravity-ui/eslint-config": "^1.0.0",
|
|
47
|
+
"@gravity-ui/icons": "^2.2.0",
|
|
48
|
+
"@gravity-ui/prettier-config": "^1.0.0",
|
|
49
|
+
"@gravity-ui/stylelint-config": "^1.0.0",
|
|
50
|
+
"@gravity-ui/tsconfig": "^1.0.0",
|
|
51
|
+
"@gravity-ui/uikit": "^5.1.0",
|
|
52
|
+
"@rollup/plugin-commonjs": "^22.0.0",
|
|
53
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
54
|
+
"@rollup/plugin-typescript": "^8.3.3",
|
|
55
|
+
"@storybook/addon-actions": "^7.1.0",
|
|
56
|
+
"@storybook/addon-essentials": "^7.1.0",
|
|
57
|
+
"@storybook/addon-interactions": "^7.1.0",
|
|
58
|
+
"@storybook/addon-links": "^7.1.0",
|
|
59
|
+
"@storybook/preset-scss": "^1.0.3",
|
|
60
|
+
"@storybook/react": "^7.1.0",
|
|
61
|
+
"@storybook/react-webpack5": "^7.1.0",
|
|
62
|
+
"@storybook/testing-library": "0.2.0",
|
|
63
|
+
"@svgr/rollup": "^6.4.0",
|
|
64
|
+
"@types/react": "^16.14.28",
|
|
65
|
+
"@types/react-transition-group": "^4.4.1",
|
|
66
|
+
"babel-loader": "^8.2.5",
|
|
67
|
+
"eslint": "^8.18.0",
|
|
68
|
+
"eslint-plugin-testing-library": "^5.5.1",
|
|
69
|
+
"husky": "^8.0.0",
|
|
70
|
+
"jest": "^28.0.0",
|
|
71
|
+
"nano-staged": "^0.6.0",
|
|
72
|
+
"npm-run-all": "^4.0.0",
|
|
73
|
+
"prettier": "^2.7.1",
|
|
74
|
+
"react": "^16.14.0",
|
|
75
|
+
"react-dom": "^16.14.0",
|
|
76
|
+
"rimraf": "^3.0.2",
|
|
77
|
+
"rollup": "^2.75.7",
|
|
78
|
+
"rollup-plugin-json": "^4.0.0",
|
|
79
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
80
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
81
|
+
"sass": "^1.49.7",
|
|
82
|
+
"sass-loader": "^10.2.1",
|
|
83
|
+
"storybook": "^7.1.0",
|
|
84
|
+
"storybook-preset-inline-svg": "^1.0.1",
|
|
85
|
+
"stylelint": "^14.9.1",
|
|
86
|
+
"svg-inline-loader": "^0.8.2",
|
|
87
|
+
"ts-jest": "^28.0.0",
|
|
88
|
+
"typescript": "^4.5.5"
|
|
89
|
+
},
|
|
90
|
+
"peerDependencies": {
|
|
91
|
+
"@gravity-ui/components": "^2.0.0",
|
|
92
|
+
"@gravity-ui/icons": "^2.2.0",
|
|
93
|
+
"@gravity-ui/uikit": "^5.1.0",
|
|
94
|
+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
95
|
+
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
96
|
+
},
|
|
97
|
+
"overrides": {
|
|
98
|
+
"webpack": "^5.88.2"
|
|
99
|
+
},
|
|
100
|
+
"nano-staged": {
|
|
101
|
+
"*.{scss}": [
|
|
102
|
+
"stylelint --fix --quiet"
|
|
16
103
|
],
|
|
17
|
-
"
|
|
18
|
-
|
|
104
|
+
"*.{js,jsx,ts,tsx}": [
|
|
105
|
+
"eslint --fix --quiet"
|
|
19
106
|
],
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"build": "rimraf build && rollup -c",
|
|
25
|
-
"lint:js": "eslint src --ext .js,.jsx,.ts,.tsx",
|
|
26
|
-
"lint:styles": "stylelint '{styles,src}/**/*.scss'",
|
|
27
|
-
"lint:prettier": "prettier --check '**/*.md'",
|
|
28
|
-
"lint": "run-p lint:*",
|
|
29
|
-
"build-storybook": "build-storybook",
|
|
30
|
-
"start": "TS_NODE_PROJECT=.storybook/tsconfig.json start-storybook",
|
|
31
|
-
"prepublishOnly": "npm run build"
|
|
32
|
-
},
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"react-transition-group": "^4.4.1",
|
|
35
|
-
"tslib": "^2.4.0"
|
|
36
|
-
},
|
|
37
|
-
"devDependencies": {
|
|
38
|
-
"@babel/core": "^7.18.10",
|
|
39
|
-
"@commitlint/cli": "^17.0.0",
|
|
40
|
-
"@commitlint/config-conventional": "^17.0.0",
|
|
41
|
-
"@gravity-ui/eslint-config": "^1.0.0",
|
|
42
|
-
"@gravity-ui/icons": "^2.2.0",
|
|
43
|
-
"@gravity-ui/prettier-config": "^1.0.0",
|
|
44
|
-
"@gravity-ui/stylelint-config": "^1.0.0",
|
|
45
|
-
"@gravity-ui/tsconfig": "^1.0.0",
|
|
46
|
-
"@gravity-ui/uikit": "^4.1.0",
|
|
47
|
-
"@rollup/plugin-commonjs": "^22.0.0",
|
|
48
|
-
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
49
|
-
"@rollup/plugin-typescript": "^8.3.3",
|
|
50
|
-
"@storybook/addon-actions": "^6.5.10",
|
|
51
|
-
"@storybook/addon-essentials": "^6.5.10",
|
|
52
|
-
"@storybook/addon-interactions": "^6.5.10",
|
|
53
|
-
"@storybook/addon-links": "^6.5.10",
|
|
54
|
-
"@storybook/builder-webpack4": "^6.5.10",
|
|
55
|
-
"@storybook/manager-webpack4": "^6.5.10",
|
|
56
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
57
|
-
"@storybook/react": "^6.5.10",
|
|
58
|
-
"@storybook/testing-library": "0.0.13",
|
|
59
|
-
"@svgr/rollup": "^6.4.0",
|
|
60
|
-
"@types/react": "^16.14.28",
|
|
61
|
-
"@types/react-transition-group": "^4.4.1",
|
|
62
|
-
"@types/react-virtualized-auto-sizer": "^1.0.0",
|
|
63
|
-
"babel-loader": "^8.2.5",
|
|
64
|
-
"eslint": "^8.18.0",
|
|
65
|
-
"eslint-plugin-testing-library": "^5.5.1",
|
|
66
|
-
"husky": "^8.0.0",
|
|
67
|
-
"jest": "^28.0.0",
|
|
68
|
-
"nano-staged": "^0.6.0",
|
|
69
|
-
"npm-run-all": "^4.0.0",
|
|
70
|
-
"prettier": "^2.7.1",
|
|
71
|
-
"react": "^16.14.0",
|
|
72
|
-
"react-dom": "^16.14.0",
|
|
73
|
-
"rimraf": "^3.0.2",
|
|
74
|
-
"rollup": "^2.75.7",
|
|
75
|
-
"rollup-plugin-json": "^4.0.0",
|
|
76
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
77
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
78
|
-
"sass": "^1.49.7",
|
|
79
|
-
"sass-loader": "^10.2.1",
|
|
80
|
-
"storybook-preset-inline-svg": "^1.0.1",
|
|
81
|
-
"stylelint": "^14.9.1",
|
|
82
|
-
"svg-inline-loader": "^0.8.2",
|
|
83
|
-
"ts-jest": "^28.0.0",
|
|
84
|
-
"typescript": "^4.5.5"
|
|
85
|
-
},
|
|
86
|
-
"peerDependencies": {
|
|
87
|
-
"@gravity-ui/uikit": "^4.1.0",
|
|
88
|
-
"@gravity-ui/icons": "^2.2.0",
|
|
89
|
-
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
90
|
-
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
91
|
-
},
|
|
92
|
-
"nano-staged": {
|
|
93
|
-
"*.{scss}": [
|
|
94
|
-
"stylelint --fix --quiet"
|
|
95
|
-
],
|
|
96
|
-
"*.{js,jsx,ts,tsx}": [
|
|
97
|
-
"eslint --fix --quiet"
|
|
98
|
-
],
|
|
99
|
-
"*.md": [
|
|
100
|
-
"prettier --write"
|
|
101
|
-
]
|
|
102
|
-
}
|
|
107
|
+
"*.md": [
|
|
108
|
+
"prettier --write"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
103
111
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [0.10.0](https://github.com/gravity-ui/navigation/compare/v0.9.0...v0.10.0) (2023-07-25)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Features
|
|
7
|
-
|
|
8
|
-
* added MultipleTooltip ([#69](https://github.com/gravity-ui/navigation/issues/69)) ([ab35916](https://github.com/gravity-ui/navigation/commit/ab35916366457a1bc8cd81cd8c6d9811d3f2d82c))
|
|
9
|
-
* **CompositeBar:** rewritten to FC ([#67](https://github.com/gravity-ui/navigation/issues/67)) ([78f43b0](https://github.com/gravity-ui/navigation/commit/78f43b04c8eaa155a44e6953130476a85d0a4b40))
|
|
10
|
-
* **Item:** forward event to onItemClick ([#70](https://github.com/gravity-ui/navigation/issues/70)) ([ac571dc](https://github.com/gravity-ui/navigation/commit/ac571dca9cfec5fb3d919fee3a3cd4744c52a8e1))
|
|
11
|
-
|
|
12
|
-
## [0.9.0](https://github.com/gravity-ui/navigation/compare/v0.8.1...v0.9.0) (2023-07-04)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
* added new stories for ActionBar ([#64](https://github.com/gravity-ui/navigation/issues/64)) ([96dbcf3](https://github.com/gravity-ui/navigation/commit/96dbcf39863aea6ea781a224636b4abc6f5a64e5))
|
|
18
|
-
* added type exports for ActionBar ([#66](https://github.com/gravity-ui/navigation/issues/66)) ([f911bd6](https://github.com/gravity-ui/navigation/commit/f911bd645aad36b453c7a9c49974f0bc790bea5d))
|
|
19
|
-
|
|
20
|
-
## [0.8.1](https://github.com/gravity-ui/navigation/compare/v0.8.0...v0.8.1) (2023-06-23)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Bug Fixes
|
|
24
|
-
|
|
25
|
-
* **MobileHeader:** add export ([#61](https://github.com/gravity-ui/navigation/issues/61)) ([15523f5](https://github.com/gravity-ui/navigation/commit/15523f5e114cc5d2f9842775ce064a9f9b1daa86))
|
|
26
|
-
|
|
27
|
-
## [0.8.0](https://github.com/gravity-ui/navigation/compare/v0.7.0...v0.8.0) (2023-06-09)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Features
|
|
31
|
-
|
|
32
|
-
* **Title:** add component ([#58](https://github.com/gravity-ui/navigation/issues/58)) ([17cfa36](https://github.com/gravity-ui/navigation/commit/17cfa362c4394aa8e72c67f1e9abea92c5102fe8))
|
|
33
|
-
|
|
34
|
-
## [0.7.0](https://github.com/gravity-ui/navigation/compare/v0.6.1...v0.7.0) (2023-06-08)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### Features
|
|
38
|
-
|
|
39
|
-
* **CompositeBar/Item:** add popupKeepMounted prop ([#55](https://github.com/gravity-ui/navigation/issues/55)) ([88140e8](https://github.com/gravity-ui/navigation/commit/88140e8bcfa9c86aeb0c6d45770eb545fb23a589))
|
|
40
|
-
* **HotkeysPanel:** add component ([#53](https://github.com/gravity-ui/navigation/issues/53)) ([86c59bd](https://github.com/gravity-ui/navigation/commit/86c59bdb09bde48ba3588abfdb14e8219c9a902c))
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Bug Fixes
|
|
44
|
-
|
|
45
|
-
* **Logo:** disable hover animation on button ([#54](https://github.com/gravity-ui/navigation/issues/54)) ([99f2787](https://github.com/gravity-ui/navigation/commit/99f2787dfa39b04e160a0517e5555408f584971d))
|
|
46
|
-
|
|
47
|
-
## [0.6.1](https://github.com/gravity-ui/navigation/compare/v0.6.0...v0.6.1) (2023-06-07)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Bug Fixes
|
|
51
|
-
|
|
52
|
-
* **FooterItem:** fix button area ([#50](https://github.com/gravity-ui/navigation/issues/50)) ([4e6904d](https://github.com/gravity-ui/navigation/commit/4e6904df4f650c80d5587edc6361b766fcd29e57))
|
|
53
|
-
|
|
54
|
-
## [0.6.0](https://github.com/gravity-ui/navigation/compare/v0.5.0...v0.6.0) (2023-06-07)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### Features
|
|
58
|
-
|
|
59
|
-
* **AsideHeader:** add headerDecoration prop ([#49](https://github.com/gravity-ui/navigation/issues/49)) ([2e98c65](https://github.com/gravity-ui/navigation/commit/2e98c65033f221d7085af735d214fc8e6d22bc8a))
|
|
60
|
-
* **SettingsMenuMobile:** add component ([#47](https://github.com/gravity-ui/navigation/issues/47)) ([092b6c4](https://github.com/gravity-ui/navigation/commit/092b6c4c995ff7f448623de435757d64fca948d4))
|
|
61
|
-
|
|
62
|
-
## [0.5.0](https://github.com/gravity-ui/navigation/compare/v0.4.0...v0.5.0) (2023-05-11)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### Features
|
|
66
|
-
|
|
67
|
-
* support React 18 in peerDeps ([#44](https://github.com/gravity-ui/navigation/issues/44)) ([400db16](https://github.com/gravity-ui/navigation/commit/400db1601773a1d35f785d4d3adfabea762307d6))
|
|
68
|
-
|
|
69
|
-
## [0.4.0](https://github.com/gravity-ui/navigation/compare/v0.3.2...v0.4.0) (2023-03-06)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Features
|
|
73
|
-
|
|
74
|
-
* use uikit Tooltip ([#42](https://github.com/gravity-ui/navigation/issues/42)) ([2de0cac](https://github.com/gravity-ui/navigation/commit/2de0cac90c730f40ab41c49312bdd367c4f9cada))
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Bug Fixes
|
|
78
|
-
|
|
79
|
-
* updated README.md storybook link ([#40](https://github.com/gravity-ui/navigation/issues/40)) ([511abd9](https://github.com/gravity-ui/navigation/commit/511abd9f1051b361e5918d91eaaf3bb1af65f2d3))
|
|
80
|
-
|
|
81
|
-
## [0.3.2](https://github.com/gravity-ui/navigation/compare/v0.3.1...v0.3.2) (2023-02-17)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
### Bug Fixes
|
|
85
|
-
|
|
86
|
-
* **AsideHeader:** panel border in High Contrast themes ([#37](https://github.com/gravity-ui/navigation/issues/37)) ([340f9bb](https://github.com/gravity-ui/navigation/commit/340f9bb5b728fe9757e9f9db26669f12e3770ae9))
|
|
87
|
-
* **Logo:** close panels by logo click ([#39](https://github.com/gravity-ui/navigation/issues/39)) ([860e8b2](https://github.com/gravity-ui/navigation/commit/860e8b29408ed5eba0880f0ebc63e2e6551ded4d))
|
|
88
|
-
|
|
89
|
-
## [0.3.1](https://github.com/gravity-ui/navigation/compare/v0.3.0...v0.3.1) (2022-12-29)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### Bug Fixes
|
|
93
|
-
|
|
94
|
-
* keep svg viewbox ([#33](https://github.com/gravity-ui/navigation/issues/33)) ([0205630](https://github.com/gravity-ui/navigation/commit/020563098e5e1d8187f2d2c62e7ef9af4d4085eb))
|
|
95
|
-
|
|
96
|
-
## [0.3.0](https://github.com/gravity-ui/navigation/compare/v0.2.1...v0.3.0) (2022-11-24)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### ⚠ BREAKING CHANGES
|
|
100
|
-
|
|
101
|
-
* Type of FooterItemProps.item.itemWrapper is changed ([df865df](https://github.com/gravity-ui/navigation/commit/df865df329f6c1e62c09063cdbf1596e634e8145))
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Bug Fixes
|
|
105
|
-
|
|
106
|
-
* footer items should be in bottom even if menuItems is empty ([d55e55e](https://github.com/gravity-ui/navigation/commit/d55e55e267be989b2f94d552476f21c116af9489))
|
|
107
|
-
|
|
108
|
-
## [0.2.1](https://github.com/gravity-ui/navigation/compare/v0.2.0...v0.2.1) (2022-10-31)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
### Bug Fixes
|
|
112
|
-
|
|
113
|
-
* types declaration dir ([#27](https://github.com/gravity-ui/navigation/issues/27)) ([6840db8](https://github.com/gravity-ui/navigation/commit/6840db839a13ac77b13d11c06907b6fff52b4845))
|
|
114
|
-
|
|
115
|
-
## [0.2.0](https://github.com/gravity-ui/navigation/compare/v0.1.0...v0.2.0) (2022-10-31)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Features
|
|
119
|
-
|
|
120
|
-
* add Settings component ([b7ad550](https://github.com/gravity-ui/navigation/commit/b7ad550825d5cc0ac416b57d0c35f6ccd459793d))
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Bug Fixes
|
|
124
|
-
|
|
125
|
-
* component AsideHeader should be stateless ([e2cbd15](https://github.com/gravity-ui/navigation/commit/e2cbd15921d051aada9246f27f34c60ca8169ec9))
|
|
126
|
-
* onClosePanel should be called before onItemClick ([8d0acb5](https://github.com/gravity-ui/navigation/commit/8d0acb5603129817aea929f881f85a264b074fe7))
|
|
127
|
-
* package-lock.json ([#26](https://github.com/gravity-ui/navigation/issues/26)) ([14f012e](https://github.com/gravity-ui/navigation/commit/14f012eeda4f97bbd0e4e48e7b83bf195cb3c0ab))
|
|
128
|
-
* set z-index for .ycn-aside-header__content ([b793bc6](https://github.com/gravity-ui/navigation/commit/b793bc63ca760f608a4f5f2961af1947b0972fc2))
|
|
129
|
-
* sticky-element should not be restrict by an extra parent element ([5ecfac3](https://github.com/gravity-ui/navigation/commit/5ecfac3da2b390255485aef63718b6a2c4c4a8c0))
|
|
130
|
-
|
|
131
|
-
## [0.1.0](https://github.com/gravity-ui/navigation/compare/v0.0.7...v0.1.0) (2022-10-17)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Features
|
|
135
|
-
|
|
136
|
-
* add ActionBar component ([#19](https://github.com/gravity-ui/navigation/issues/19)) ([595d418](https://github.com/gravity-ui/navigation/commit/595d4189f005615e4ba504cef4689d48fb6a798a))
|
|
137
|
-
* **CompositeBar:** divider item type ([#11](https://github.com/gravity-ui/navigation/issues/11)) ([89f3b85](https://github.com/gravity-ui/navigation/commit/89f3b854ac9348837352809101502a876def8940))
|
|
138
|
-
|
|
139
|
-
## [0.0.7](https://github.com/gravity-ui/navigation/compare/v0.0.6...v0.0.7) (2022-10-11)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### Bug Fixes
|
|
143
|
-
|
|
144
|
-
* package bundling ([#16](https://github.com/gravity-ui/navigation/issues/16)) ([9987afb](https://github.com/gravity-ui/navigation/commit/9987afb3c2a98ef79dc36d40f08070b4a96c6882))
|
|
145
|
-
|
|
146
|
-
## [0.0.6](https://github.com/gravity-ui/navigation/compare/v0.0.5...v0.0.6) (2022-10-11)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Bug Fixes
|
|
150
|
-
|
|
151
|
-
* import svg ([#14](https://github.com/gravity-ui/navigation/issues/14)) ([91ea13f](https://github.com/gravity-ui/navigation/commit/91ea13ff3b199bbbcc3ddd2472a6b91d2b76b453))
|
|
152
|
-
|
|
153
|
-
## [0.0.5](https://github.com/gravity-ui/navigation/compare/v0.0.4...v0.0.5) (2022-10-11)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### Bug Fixes
|
|
157
|
-
|
|
158
|
-
* add prepublishOnly script to package.json ([#12](https://github.com/gravity-ui/navigation/issues/12)) ([9dd3b74](https://github.com/gravity-ui/navigation/commit/9dd3b746de5339108da419b52479de16677e80f8))
|
|
159
|
-
|
|
160
|
-
## [0.0.4](https://github.com/gravity-ui/navigation/compare/v0.0.3...v0.0.4) (2022-10-10)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### Bug Fixes
|
|
164
|
-
|
|
165
|
-
* fix typo in props name ([#8](https://github.com/gravity-ui/navigation/issues/8)) ([c1292e3](https://github.com/gravity-ui/navigation/commit/c1292e391fc9a01f324b0cb4192a331d1f116822))
|
|
166
|
-
|
|
167
|
-
## [0.0.3](https://github.com/gravity-ui/navigation/compare/v0.0.2...v0.0.3) (2022-09-30)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### Features
|
|
171
|
-
|
|
172
|
-
* Transfer remaining components ([#4](https://github.com/gravity-ui/navigation/issues/4)) ([70b7d5e](https://github.com/gravity-ui/navigation/commit/70b7d5edd9fddea94ac087f3fd6269753ad3e5fc))
|
|
173
|
-
|
|
174
|
-
## [0.0.2](https://github.com/gravity-ui/navigation/compare/v0.0.1...v0.0.2) (2022-09-28)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### Bug Fixes
|
|
178
|
-
|
|
179
|
-
* package name ([#2](https://github.com/gravity-ui/navigation/issues/2)) ([0aa4f2f](https://github.com/gravity-ui/navigation/commit/0aa4f2f8b57d3ee5192b6e9cd088796e007274d9))
|
|
180
|
-
|
|
181
|
-
## 0.0.1 (2022-09-27)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### chore
|
|
185
|
-
|
|
186
|
-
* initial release ([eabd12e](https://github.com/gravity-ui/navigation/commit/eabd12ed9eb46663ae58a8c3f9eaa7f4c59495ba))
|