@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
- classNameLogo: a,
23820
- ...i
23819
+ kindLogo: a,
23820
+ classNameLogo: i,
23821
+ ...o
23821
23822
  }) {
23822
- const o = oi("(min-width: 768px)"), l = "https://user-images.githubusercontent.com/38017835/223443147-d866ff05-1a35-463e-b511-578241693a68.jpg";
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
- ...i,
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: l,
23845
- className: ne(a, t && "hidden")
23844
+ kind: a,
23845
+ className: ne(i, t && "hidden")
23846
23846
  }
23847
23847
  ),
23848
23848
  /* @__PURE__ */ g.jsx(
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aveonline/ui-react",
3
3
  "description": "Home base for Aveonline design system - ecosystem react",
4
4
  "private": false,
5
- "version": "2.32.2",
5
+ "version": "2.32.3",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"