@gravity-ui/navigation 0.3.0 → 0.3.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/CHANGELOG.md +8 -5
- package/build/cjs/index.js +3 -0
- package/build/cjs/index.js.map +1 -1
- package/build/esm/index.js +3 -0
- package/build/esm/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.3.
|
|
3
|
+
## [0.3.1](https://github.com/gravity-ui/navigation/compare/v0.3.0...v0.3.1) (2022-12-29)
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
###
|
|
6
|
+
### Bug Fixes
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* keep svg viewbox ([#33](https://github.com/gravity-ui/navigation/issues/33)) ([0205630](https://github.com/gravity-ui/navigation/commit/020563098e5e1d8187f2d2c62e7ef9af4d4085eb))
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
## [0.3.0](https://github.com/gravity-ui/navigation/compare/v0.2.1...v0.3.0) (2022-11-24)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ⚠ BREAKING CHANGES
|
|
11
14
|
|
|
12
|
-
*
|
|
15
|
+
* Type of FooterItemProps.item.itemWrapper is changed ([df865df](https://github.com/gravity-ui/navigation/commit/df865df329f6c1e62c09063cdbf1596e634e8145))
|
|
13
16
|
|
|
14
17
|
|
|
15
18
|
### Bug Fixes
|
package/build/cjs/index.js
CHANGED
|
@@ -3981,6 +3981,7 @@ function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : func
|
|
|
3981
3981
|
var SvgDots = function SvgDots(props) {
|
|
3982
3982
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
|
|
3983
3983
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3984
|
+
viewBox: "0 0 16 16",
|
|
3984
3985
|
width: 16,
|
|
3985
3986
|
height: 16
|
|
3986
3987
|
}, props), _path$2 || (_path$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4107,6 +4108,7 @@ var SvgControlMenuButton = function SvgControlMenuButton(props) {
|
|
|
4107
4108
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
|
|
4108
4109
|
width: 8,
|
|
4109
4110
|
height: 8,
|
|
4111
|
+
viewBox: "0 0 8 8",
|
|
4110
4112
|
fill: "currentColor",
|
|
4111
4113
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4112
4114
|
}, props), _path$1 || (_path$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4121,6 +4123,7 @@ var SvgDividerCollapsed = function SvgDividerCollapsed(props) {
|
|
|
4121
4123
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4122
4124
|
width: 56,
|
|
4123
4125
|
height: 29,
|
|
4126
|
+
viewBox: "0 0 56 29",
|
|
4124
4127
|
fill: "currentColor",
|
|
4125
4128
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4126
4129
|
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|