@aveonline/ui-react 2.32.2 → 2.32.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { INavigation } from './INavigation';
|
|
3
|
-
declare function Navigation({ children, isSmall, onClick, className, classNameLogo, ...rest }: INavigation): JSX.Element;
|
|
3
|
+
declare function Navigation({ children, isSmall, onClick, className, kindLogo, classNameLogo, ...rest }: INavigation): JSX.Element;
|
|
4
4
|
export default Navigation;
|
package/dist/ui-react.mjs
CHANGED
|
@@ -23816,11 +23816,11 @@ function r9e({
|
|
|
23816
23816
|
isSmall: t = !1,
|
|
23817
23817
|
onClick: n,
|
|
23818
23818
|
className: r,
|
|
23819
|
-
|
|
23820
|
-
|
|
23819
|
+
kindLogo: a,
|
|
23820
|
+
classNameLogo: i,
|
|
23821
|
+
...o
|
|
23821
23822
|
}) {
|
|
23822
|
-
|
|
23823
|
-
return o ? /* @__PURE__ */ g.jsxs(
|
|
23823
|
+
return oi("(min-width: 768px)") ? /* @__PURE__ */ g.jsxs(
|
|
23824
23824
|
"nav",
|
|
23825
23825
|
{
|
|
23826
23826
|
className: ne(
|
|
@@ -23828,7 +23828,7 @@ function r9e({
|
|
|
23828
23828
|
r,
|
|
23829
23829
|
t ? "lg:w-[67px]" : "lg:min-w-[240px] lg:w-[240px] lg:pr-xs"
|
|
23830
23830
|
),
|
|
23831
|
-
...
|
|
23831
|
+
...o,
|
|
23832
23832
|
children: [
|
|
23833
23833
|
/* @__PURE__ */ g.jsxs(
|
|
23834
23834
|
"div",
|
|
@@ -23841,8 +23841,8 @@ function r9e({
|
|
|
23841
23841
|
/* @__PURE__ */ g.jsx(
|
|
23842
23842
|
Vo,
|
|
23843
23843
|
{
|
|
23844
|
-
kind:
|
|
23845
|
-
className: ne(
|
|
23844
|
+
kind: a,
|
|
23845
|
+
className: ne(i, t && "hidden")
|
|
23846
23846
|
}
|
|
23847
23847
|
),
|
|
23848
23848
|
/* @__PURE__ */ g.jsx(
|