@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/build/esm/index.js
CHANGED
|
@@ -3954,6 +3954,7 @@ function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : func
|
|
|
3954
3954
|
var SvgDots = function SvgDots(props) {
|
|
3955
3955
|
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
3956
3956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3957
|
+
viewBox: "0 0 16 16",
|
|
3957
3958
|
width: 16,
|
|
3958
3959
|
height: 16
|
|
3959
3960
|
}, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -4080,6 +4081,7 @@ var SvgControlMenuButton = function SvgControlMenuButton(props) {
|
|
|
4080
4081
|
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
4081
4082
|
width: 8,
|
|
4082
4083
|
height: 8,
|
|
4084
|
+
viewBox: "0 0 8 8",
|
|
4083
4085
|
fill: "currentColor",
|
|
4084
4086
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4085
4087
|
}, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -4094,6 +4096,7 @@ var SvgDividerCollapsed = function SvgDividerCollapsed(props) {
|
|
|
4094
4096
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4095
4097
|
width: 56,
|
|
4096
4098
|
height: 29,
|
|
4099
|
+
viewBox: "0 0 56 29",
|
|
4097
4100
|
fill: "currentColor",
|
|
4098
4101
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4099
4102
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|