@zydon/common-csr 1.1.4 → 1.1.5

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.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/dist/App.d.ts +1 -2
  3. package/dist/App.d.ts.map +1 -1
  4. package/dist/components/Editor/EditorToolbar.d.ts +1 -2
  5. package/dist/components/Editor/EditorToolbar.d.ts.map +1 -1
  6. package/dist/components/Editor/index.d.ts +1 -2
  7. package/dist/components/Editor/index.d.ts.map +1 -1
  8. package/dist/components/EditorField/index.d.ts +1 -2
  9. package/dist/components/EditorField/index.d.ts.map +1 -1
  10. package/dist/components/SQLEditor/index.d.ts +1 -2
  11. package/dist/components/SQLEditor/index.d.ts.map +1 -1
  12. package/dist/components/SQLEditorEditorField/index.d.ts +1 -2
  13. package/dist/components/SQLEditorEditorField/index.d.ts.map +1 -1
  14. package/dist/components/index.d.ts +0 -2
  15. package/dist/components/index.d.ts.map +1 -1
  16. package/dist/components/nav-section/NavSectionHorizontal/NavList.d.ts +1 -2
  17. package/dist/components/nav-section/NavSectionHorizontal/NavList.d.ts.map +1 -1
  18. package/dist/components/nav-section/NavSectionHorizontal/index.d.ts +2 -2
  19. package/dist/components/nav-section/NavSectionHorizontal/index.d.ts.map +1 -1
  20. package/dist/components/nav-section/NavSectionMini/NavItem.d.ts.map +1 -1
  21. package/dist/components/nav-section/NavSectionMini/NavList.d.ts +1 -2
  22. package/dist/components/nav-section/NavSectionMini/NavList.d.ts.map +1 -1
  23. package/dist/components/nav-section/NavSectionMini/index.d.ts +2 -2
  24. package/dist/components/nav-section/NavSectionMini/index.d.ts.map +1 -1
  25. package/dist/components/nav-section/NavSectionVertical/NavItem.d.ts +1 -2
  26. package/dist/components/nav-section/NavSectionVertical/NavItem.d.ts.map +1 -1
  27. package/dist/components/nav-section/NavSectionVertical/NavList.d.ts +1 -2
  28. package/dist/components/nav-section/NavSectionVertical/NavList.d.ts.map +1 -1
  29. package/dist/components/nav-section/NavSectionVertical/index.d.ts +1 -2
  30. package/dist/components/nav-section/NavSectionVertical/index.d.ts.map +1 -1
  31. package/dist/components/nav-section/NavSectionVerticalWithButtons/NavItem.d.ts +1 -2
  32. package/dist/components/nav-section/NavSectionVerticalWithButtons/NavItem.d.ts.map +1 -1
  33. package/dist/components/nav-section/NavSectionVerticalWithButtons/NavList.d.ts +3 -3
  34. package/dist/components/nav-section/NavSectionVerticalWithButtons/NavList.d.ts.map +1 -1
  35. package/dist/components/nav-section/NavSectionVerticalWithButtons/index.d.ts +1 -2
  36. package/dist/components/nav-section/NavSectionVerticalWithButtons/index.d.ts.map +1 -1
  37. package/dist/index.js +60368 -61660
  38. package/dist/index.umd.cjs +64 -64
  39. package/package.json +5 -4
  40. package/dist/components/Iconify/index.d.ts +0 -9
  41. package/dist/components/Iconify/index.d.ts.map +0 -1
  42. package/dist/components/Iconify/props.d.ts +0 -3
  43. package/dist/components/Iconify/props.d.ts.map +0 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## Instalação no seu projeto
4
4
 
5
5
  - **instalação pacote:** `yarn add @zydon/common-csr`
6
- - **instalação dependências necessárias:** `yarn add @emotion/react @emotion/styled @mui/material react-router-dom`
6
+ - **instalação dependências necessárias:** `yarn add @emotion/react @emotion/styled @mui/material @zydon/common react-router-dom`
7
7
  - **instalação @types necessários:** `yarn add @types/react-lazy-load-image-component -D`
8
8
 
9
9
  ## Recursos disponíveis
package/dist/App.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- declare const App: React.FC;
1
+ declare const App: () => import("react/jsx-runtime").JSX.Element;
3
2
  export default App;
4
3
  //# sourceMappingURL=App.d.ts.map
package/dist/App.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,GAAG,EAAE,KAAK,CAAC,EAOhB,CAAC;AAEF,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,GAAG,+CAMR,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -1,9 +1,8 @@
1
- import React from 'react';
2
1
  export declare const formats: string[];
3
2
  type EditorToolbarProps = {
4
3
  id: string;
5
4
  isSimple?: boolean;
6
5
  };
7
- declare const EditorToolbar: React.FC<EditorToolbarProps>;
6
+ declare const EditorToolbar: ({ id, isSimple, ...other }: EditorToolbarProps) => import("react/jsx-runtime").JSX.Element;
8
7
  export default EditorToolbar;
9
8
  //# sourceMappingURL=EditorToolbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditorToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/Editor/EditorToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,eAAO,MAAM,OAAO,UAwBnB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA4E/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"EditorToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/Editor/EditorToolbar.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,OAAO,UAwBnB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,aAAa,+BAAgC,kBAAkB,4CAwEpE,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { EditorProps } from '../../types/editor';
3
- declare const Editor: React.FC<EditorProps>;
2
+ declare const Editor: ({ id, error, value, onChange, simple, helperText, sx, ...other }: EditorProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Editor;
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Editor/index.tsx"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAC;AACzB,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAI3C,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAsDjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Editor/index.tsx"],"names":[],"mappings":"AAEA,OAAO,iBAAiB,CAAC;AAEzB,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAI3C,QAAA,MAAM,MAAM,qEAST,WAAW,4CA6Cb,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { EditorFieldProps } from './props';
3
- declare const EditorField: React.FC<EditorFieldProps>;
2
+ declare const EditorField: ({ name, helperText, rules, ...other }: EditorFieldProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default EditorField;
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EditorField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA+B3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EditorField/index.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,QAAA,MAAM,WAAW,0CAKd,gBAAgB,4CA0BlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { SQLEditorProps } from './props';
3
- declare const SQLEditor: React.FC<SQLEditorProps>;
2
+ declare const SQLEditor: ({ sx, error, helperText, ...other }: SQLEditorProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default SQLEditor;
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SQLEditor/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAGzC,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA2BvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SQLEditor/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAGzC,QAAA,MAAM,SAAS,wCAAyC,cAAc,4CAsBrE,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { SQLEditorEditorFieldProps } from './props';
3
- declare const SQLEditorEditorField: React.FC<SQLEditorEditorFieldProps>;
2
+ declare const SQLEditorEditorField: ({ name, rules, ...other }: SQLEditorEditorFieldProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default SQLEditorEditorField;
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SQLEditorEditorField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAEpD,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA2B7D,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SQLEditorEditorField/index.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAEpD,QAAA,MAAM,oBAAoB,8BAIvB,yBAAyB,4CAuB3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -2,8 +2,6 @@ export { NavSectionHorizontal, NavSectionMini, NavSectionVertical, NavSectionVer
2
2
  export type { INavItem, NavItemProps, NavListProps, NavSectionProps, NavSectionWithButtonProps, } from './nav-section';
3
3
  export { default as Image } from './Image';
4
4
  export type { ImageProps } from './Image/props';
5
- export { default as Iconify } from './Iconify';
6
- export type { IconifyProps } from './Iconify/props';
7
5
  export { default as Editor } from './Editor';
8
6
  export { default as EditorField } from './EditorField';
9
7
  export type { EditorFieldProps } from './EditorField/props';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,kBAAkB,EAClB,6BAA6B,GAC9B,MAAM,eAAe,CAAC;AACvB,YAAY,EACV,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,eAAe,EACf,yBAAyB,GAC1B,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,YAAY,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,YAAY,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,kBAAkB,EAClB,6BAA6B,GAC9B,MAAM,eAAe,CAAC;AACvB,YAAY,EACV,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,eAAe,EACf,yBAAyB,GAC1B,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,YAAY,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,YAAY,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC"}
@@ -1,10 +1,9 @@
1
- import React from 'react';
2
1
  import { NavListProps } from '../types';
3
2
  type NavListRootProps = {
4
3
  data: NavListProps;
5
4
  depth: number;
6
5
  hasChild: boolean;
7
6
  };
8
- declare const NavList: React.FC<NavListRootProps>;
7
+ declare const NavList: ({ data, depth, hasChild }: NavListRootProps) => import("react/jsx-runtime").JSX.Element;
9
8
  export default NavList;
10
9
  //# sourceMappingURL=NavList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionHorizontal/NavList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAI3D,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAsBF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAmFvC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionHorizontal/NavList.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAsBF,QAAA,MAAM,OAAO,8BAA+B,gBAAgB,4CAmF3D,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,5 +1,5 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { NavSectionProps } from '../types';
3
- declare const _default: React.NamedExoticComponent<NavSectionProps>;
3
+ declare const _default: import("react").MemoExoticComponent<({ data, sx, ...other }: NavSectionProps) => import("react/jsx-runtime").JSX.Element>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionHorizontal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,eAAe,EAAgB,MAAM,UAAU,CAAC;;AA8CzD,wBAA0C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionHorizontal/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAgB,eAAe,EAAE,MAAM,UAAU,CAAC;;AA0CzD,wBAA0C"}
@@ -1 +1 @@
1
- {"version":3,"file":"NavItem.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionMini/NavItem.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,QAAA,MAAM,OAAO,sHAqFZ,CAAC;AAIF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"NavItem.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionMini/NavItem.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,QAAA,MAAM,OAAO,sHAqFZ,CAAC;AAIF,eAAe,OAAO,CAAC"}
@@ -1,10 +1,9 @@
1
- import React from 'react';
2
1
  import { NavListProps } from '../types';
3
2
  type NavListRootProps = {
4
3
  data: NavListProps;
5
4
  depth: number;
6
5
  hasChild: boolean;
7
6
  };
8
- declare const NavList: React.FC<NavListRootProps>;
7
+ declare const NavList: ({ data, depth, hasChild }: NavListRootProps) => import("react/jsx-runtime").JSX.Element;
9
8
  export default NavList;
10
9
  //# sourceMappingURL=NavList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionMini/NavList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAI3D,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAsBF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA2EvC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionMini/NavList.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAsBF,QAAA,MAAM,OAAO,8BAA+B,gBAAgB,4CA2E3D,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,5 +1,5 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { NavSectionProps } from '../types';
3
- declare const _default: React.NamedExoticComponent<NavSectionProps>;
3
+ declare const _default: import("react").MemoExoticComponent<({ data, sx, ...other }: NavSectionProps) => import("react/jsx-runtime").JSX.Element>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionMini/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAGpC,OAAO,EAAE,eAAe,EAAgB,MAAM,UAAU,CAAC;;AAwDzD,wBAAoC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionMini/index.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAgB,eAAe,EAAE,MAAM,UAAU,CAAC;;AAwDzD,wBAAoC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { NavItemProps } from '../types';
3
- declare const NavItem: React.FC<NavItemProps>;
2
+ declare const NavItem: ({ item, depth, open, active, isExternalLink, ...other }: NavItemProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default NavItem;
5
4
  //# sourceMappingURL=NavItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavItem.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVertical/NavItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAyFnC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"NavItem.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVertical/NavItem.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,QAAA,MAAM,OAAO,4DAOV,YAAY,4CAgFd,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,10 +1,9 @@
1
- import React from 'react';
2
1
  import { NavListProps } from '../types';
3
2
  type NavListRootProps = {
4
3
  data: NavListProps;
5
4
  depth: number;
6
5
  hasChild: boolean;
7
6
  };
8
- declare const NavList: React.FC<NavListRootProps>;
7
+ declare const NavList: ({ data, depth, hasChild }: NavListRootProps) => import("react/jsx-runtime").JSX.Element;
9
8
  export default NavList;
10
9
  //# sourceMappingURL=NavList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVertical/NavList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAuBxC,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAwCvC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVertical/NavList.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAuBxC,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,OAAO,8BAA+B,gBAAgB,4CAwC3D,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { NavSectionProps } from '../types';
3
- declare const NavSectionVertical: React.FC<NavSectionProps>;
2
+ declare const NavSectionVertical: ({ data, sx, ...other }: NavSectionProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default NavSectionVertical;
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVertical/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAI3C,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA6BjD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVertical/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAI3C,QAAA,MAAM,kBAAkB,2BAA4B,eAAe,4CAyBlE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { NavItemButtonProps } from '../types';
3
- declare const NavItem: React.FC<NavItemButtonProps>;
2
+ declare const NavItem: ({ item, depth, open, active, isExternalLink, onNavigate, ...other }: NavItemButtonProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default NavItem;
5
4
  //# sourceMappingURL=NavItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavItem.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVerticalWithButtons/NavItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAG9C,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA+FzC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"NavItem.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVerticalWithButtons/NavItem.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAG9C,QAAA,MAAM,OAAO,wEAQV,kBAAkB,4CAqFpB,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,12 +1,12 @@
1
- import React from 'react';
1
+ import { MouseEvent } from 'react';
2
2
  import { NavListProps } from '../types';
3
3
  type NavListRootProps = {
4
4
  data: NavListProps;
5
5
  depth: number;
6
6
  hasChild: boolean;
7
- onNavigate(event: React.MouseEvent<HTMLButtonElement>, to: string): void;
7
+ onNavigate(event: MouseEvent<HTMLButtonElement>, to: string): void;
8
8
  pathname: string;
9
9
  };
10
- declare const NavList: React.FC<NavListRootProps>;
10
+ declare const NavList: ({ data, depth, hasChild, onNavigate, pathname, }: NavListRootProps) => import("react/jsx-runtime").JSX.Element;
11
11
  export default NavList;
12
12
  //# sourceMappingURL=NavList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVerticalWithButtons/NavList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAgCxC,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IACzE,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAkDvC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVerticalWithButtons/NavList.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAuB,MAAM,OAAO,CAAC;AAGxD,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AA2BxC,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IACnE,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,QAAA,MAAM,OAAO,qDAMV,gBAAgB,4CA4ClB,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { NavSectionWithButtonProps } from '../types';
3
- declare const NavSectionVerticalWithButtons: React.FC<NavSectionWithButtonProps>;
2
+ declare const NavSectionVerticalWithButtons: ({ data, sx, onNavigate, pathname, ...other }: NavSectionWithButtonProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default NavSectionVerticalWithButtons;
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVerticalWithButtons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAC;AAIrD,QAAA,MAAM,6BAA6B,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAiCtE,CAAC;AAEF,eAAe,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/nav-section/NavSectionVerticalWithButtons/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAC;AAIrD,QAAA,MAAM,6BAA6B,iDAMhC,yBAAyB,4CA2B3B,CAAC;AAEF,eAAe,6BAA6B,CAAC"}