@max-ts/components 0.6.0 → 1.0.0

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 (82) hide show
  1. package/lib/components/Button/Button.d.ts +1 -1
  2. package/lib/components/Checkbox/Checkbox.d.ts +2 -7
  3. package/lib/components/CheckboxField/CheckboxField.d.ts +4 -0
  4. package/lib/components/CheckboxField/styles.d.ts +1 -1
  5. package/lib/components/DashboardLayout/DashboardContext.d.ts +4 -0
  6. package/lib/components/DashboardLayout/DashboardLayout.d.ts +13 -0
  7. package/lib/components/DashboardLayout/Main/Main.d.ts +6 -0
  8. package/lib/components/DashboardLayout/Sidebar/Sidebar.d.ts +11 -0
  9. package/lib/components/DashboardLayout/Sidebar/constants.d.ts +2 -0
  10. package/lib/components/DashboardLayout/Sidebar/styles.d.ts +8 -0
  11. package/lib/components/DashboardLayout/constants.d.ts +1 -0
  12. package/lib/components/DashboardLayout/index.d.ts +1 -0
  13. package/lib/components/DashboardLayout/styles.d.ts +1 -0
  14. package/lib/components/DataGridPagination/useLogic/useLogic.d.ts +1 -1
  15. package/lib/components/FormLabel/styles.d.ts +1 -1
  16. package/lib/components/InputOTP/InputOTP.d.ts +2 -2
  17. package/lib/components/InputOTP/Separator/Separator.d.ts +2 -2
  18. package/lib/components/ListItemButton/ListItemButton.d.ts +3 -4
  19. package/lib/components/Placeholder/constants.d.ts +12 -4
  20. package/lib/components/Profile/Profile.d.ts +1 -0
  21. package/lib/components/SidebarNav/MenuItem/MenuItem.d.ts +4 -0
  22. package/lib/components/SidebarNav/MenuItem/index.d.ts +1 -0
  23. package/lib/components/SidebarNav/MenuItem/styles.d.ts +11 -0
  24. package/lib/components/SidebarNav/SidebarNav.d.ts +6 -0
  25. package/lib/components/{Layout/Sidebar/SidebarNav → SidebarNav}/index.d.ts +1 -0
  26. package/lib/components/SidebarNav/styles.d.ts +1 -0
  27. package/lib/components/SidebarNav/types.d.ts +9 -0
  28. package/lib/components/SidebarProduct/SidebarProduct.d.ts +6 -0
  29. package/lib/components/SidebarProduct/index.d.ts +1 -0
  30. package/lib/components/SidebarProduct/styles.d.ts +25 -0
  31. package/lib/components/Slider/styles.d.ts +1 -1
  32. package/lib/components/Tag/styles.d.ts +1 -1
  33. package/lib/components/index.d.ts +3 -4
  34. package/lib/index.mjs +4981 -5535
  35. package/lib/theme/typography.d.ts +2 -2
  36. package/package.json +6 -6
  37. package/lib/components/Checkbox/icons.d.ts +0 -4
  38. package/lib/components/Checkbox/styles.d.ts +0 -5
  39. package/lib/components/Layout/Header/Header.d.ts +0 -8
  40. package/lib/components/Layout/Header/index.d.ts +0 -1
  41. package/lib/components/Layout/Header/styles.d.ts +0 -3
  42. package/lib/components/Layout/Layout.d.ts +0 -13
  43. package/lib/components/Layout/LayoutContext/LayoutContext.d.ts +0 -6
  44. package/lib/components/Layout/LayoutContext/index.d.ts +0 -1
  45. package/lib/components/Layout/Main/Main.d.ts +0 -10
  46. package/lib/components/Layout/Sidebar/Sidebar.d.ts +0 -26
  47. package/lib/components/Layout/Sidebar/SidebarNav/SidebarNav.d.ts +0 -5
  48. package/lib/components/Layout/Sidebar/SidebarNav/styles.d.ts +0 -1
  49. package/lib/components/Layout/Sidebar/Toggler/ToggleButton/ToggleButton.d.ts +0 -5
  50. package/lib/components/Layout/Sidebar/Toggler/ToggleButton/index.d.ts +0 -1
  51. package/lib/components/Layout/Sidebar/Toggler/ToggleButton/styles.d.ts +0 -10
  52. package/lib/components/Layout/Sidebar/Toggler/Toggler.d.ts +0 -5
  53. package/lib/components/Layout/Sidebar/Toggler/index.d.ts +0 -1
  54. package/lib/components/Layout/Sidebar/Toggler/styles.d.ts +0 -12
  55. package/lib/components/Layout/Sidebar/constants.d.ts +0 -1
  56. package/lib/components/Layout/Sidebar/styles.d.ts +0 -6
  57. package/lib/components/Layout/constants.d.ts +0 -3
  58. package/lib/components/Layout/hooks/index.d.ts +0 -1
  59. package/lib/components/Layout/hooks/useSidebar/index.d.ts +0 -1
  60. package/lib/components/Layout/hooks/useSidebar/useSidebar.d.ts +0 -7
  61. package/lib/components/Layout/index.d.ts +0 -3
  62. package/lib/components/Layout/styles.d.ts +0 -5
  63. package/lib/components/NavMenu/Item/Item.d.ts +0 -16
  64. package/lib/components/NavMenu/Item/ItemButton/ItemButton.d.ts +0 -11
  65. package/lib/components/NavMenu/Item/ItemButton/index.d.ts +0 -1
  66. package/lib/components/NavMenu/Item/ItemButton/styles.d.ts +0 -639
  67. package/lib/components/NavMenu/Item/List/List.d.ts +0 -13
  68. package/lib/components/NavMenu/Item/List/index.d.ts +0 -1
  69. package/lib/components/NavMenu/Item/index.d.ts +0 -1
  70. package/lib/components/NavMenu/NavMenu.d.ts +0 -15
  71. package/lib/components/NavMenu/index.d.ts +0 -1
  72. package/lib/components/Product/Product.d.ts +0 -6
  73. package/lib/components/Product/index.d.ts +0 -1
  74. package/lib/components/Product/styles.d.ts +0 -9
  75. package/lib/components/Profile/styles.d.ts +0 -703
  76. package/lib/components/SidebarButton/SidebarButton.d.ts +0 -2
  77. package/lib/components/SidebarButton/index.d.ts +0 -1
  78. package/lib/components/SidebarButton/styles.d.ts +0 -11
  79. package/lib/theme/components/MuiListItemButton.d.ts +0 -3
  80. /package/lib/components/{Layout → DashboardLayout}/Main/index.d.ts +0 -0
  81. /package/lib/components/{Layout → DashboardLayout}/Main/styles.d.ts +0 -0
  82. /package/lib/components/{Layout → DashboardLayout}/Sidebar/index.d.ts +0 -0
@@ -1,2 +0,0 @@
1
- import { ButtonProps } from '../Button';
2
- export declare const SidebarButton: <RootComponent extends React.ElementType>(props: ButtonProps<RootComponent>) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export * from './SidebarButton';
@@ -1,11 +0,0 @@
1
- export declare const SidebarButton: import('@emotion/styled').StyledComponent<Omit<import('../types').WithoutEmotionSpecific<import('@mui/material').ButtonProps<import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements>>>, "color" | "variant"> & {
2
- variant?: `${import('..').ButtonVariants}`;
3
- loading?: boolean;
4
- loadingIndicator?: import('react').ReactNode;
5
- loadingPosition?: "start" | "end" | "center";
6
- color?: `${import('..').ButtonColors}`;
7
- component?: import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
8
- selected?: boolean;
9
- } & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
10
- $isOpen?: boolean;
11
- }, {}, {}>;
@@ -1,3 +0,0 @@
1
- import { Components } from '@mui/material';
2
- import { Theme } from '../types';
3
- export declare const MuiListItemButton: Components<Theme>['MuiListItemButton'];