sevago-sso-fe 1.0.41 → 1.0.43

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 (32) hide show
  1. package/dist/common/constant/index.d.ts +0 -1
  2. package/dist/components/avatar/avatar-enum.enum.d.ts +1 -1
  3. package/dist/components/elements/image/image.element.d.ts +2 -2
  4. package/dist/components/elements/image/index.d.ts +0 -2
  5. package/dist/components/index.d.ts +0 -2
  6. package/dist/components/styles/typography.style.d.ts +1 -1
  7. package/dist/hooks/index.d.ts +0 -3
  8. package/dist/index.cjs.js +8518 -11748
  9. package/dist/index.cjs.js.map +1 -1
  10. package/dist/index.esm.js +8521 -11751
  11. package/dist/index.esm.js.map +1 -1
  12. package/dist/pages/auth/index.d.ts +0 -1
  13. package/dist/pages/dashboard/index.d.ts +0 -1
  14. package/dist/redux/account/account.action.d.ts +1 -0
  15. package/package.json +1 -1
  16. package/dist/common/constant/apps.constant.d.ts +0 -2
  17. package/dist/components/avatar/avatar-user-info.element.d.ts +0 -15
  18. package/dist/components/avatar/avatar.element.d.ts +0 -9
  19. package/dist/components/avatar/index.d.ts +0 -3
  20. package/dist/components/avatar-user/avatar-user.component.d.ts +0 -4
  21. package/dist/components/avatar-user/index.d.ts +0 -1
  22. package/dist/components/elements/image/image-content-caption.component.d.ts +0 -14
  23. package/dist/components/elements/image/image-name-time.component.d.ts +0 -9
  24. package/dist/hooks/use-snackbar.hook.d.ts +0 -19
  25. package/dist/hooks/use-tag-selector.hook.d.ts +0 -25
  26. package/dist/hooks/user-sidebar.d.ts +0 -1
  27. package/dist/pages/auth/parts/index.d.ts +0 -1
  28. package/dist/pages/auth/parts/otp/index.d.ts +0 -1
  29. package/dist/pages/auth/parts/otp/otp.part.d.ts +0 -6
  30. package/dist/pages/dashboard/sidebar/index.d.ts +0 -2
  31. package/dist/pages/dashboard/sidebar/sidebar.context.d.ts +0 -10
  32. package/dist/pages/dashboard/sidebar/sidebar.provider.d.ts +0 -4
@@ -1,4 +1,3 @@
1
- export * from './apps.constant';
2
1
  export * from './mode.constant';
3
2
  export * from './opacity.constant';
4
3
  export * from './reg-exp.constant';
@@ -1,4 +1,4 @@
1
- export type SizeProps = 'extra_small' | 'small' | 'medium' | 'large';
1
+ export type SizeProps = "extra_small" | "small" | "medium" | "large";
2
2
  export declare const MAP_SIZE: Record<string, {
3
3
  width: number;
4
4
  height: number;
@@ -1,7 +1,7 @@
1
- import { default as React } from 'react';
2
1
  import { BoxProps } from '@mui/material';
3
- import { ImageSizeType } from './image.enum';
2
+ import { default as React } from 'react';
4
3
  import { SizeProps } from '../../avatar/avatar-enum.enum';
4
+ import { ImageSizeType } from './image.enum';
5
5
  export interface ImageElementProps extends BoxProps {
6
6
  url: string;
7
7
  isBorder?: boolean;
@@ -1,4 +1,2 @@
1
1
  export { ImageElement } from './image.element';
2
- export { ImageContentCaptionComponent } from './image-content-caption.component';
3
- export { ImageContentTimeComponent } from './image-name-time.component';
4
2
  export * from './image.enum';
@@ -1,6 +1,4 @@
1
1
  export * from './app-grid';
2
- export * from './avatar';
3
- export * from './avatar-user';
4
2
  export * from './empty';
5
3
  export * from './loading';
6
4
  export * from './logo';
@@ -1 +1 @@
1
- export declare const TypographyFilter: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "position" | "children" | "p" | "style" | "zIndex" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "textTransform" | "m" | "classes" | "className" | "color" | "top" | "bottom" | "left" | "right" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "sx" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
1
+ export declare const TypographyFilter: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "position" | "children" | "p" | "style" | "zIndex" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "textTransform" | "m" | "align" | "bgcolor" | "border" | "className" | "classes" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "color" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "fontStyle" | "letterSpacing" | "lineHeight" | "textAlign" | "sx" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
@@ -1,7 +1,4 @@
1
1
  export * from './use-apps.hook';
2
2
  export { useActiveSidebar, useApps, useIsSystemMonitor, useSidebarState, } from './use-apps.hook';
3
- export { SnackbarProvider, SnackbarType, useSnackbar, } from './use-snackbar.hook';
4
- export { useTagSelector } from './use-tag-selector.hook';
5
3
  export { useUpdateCurrentAccess } from './use-update-current-access.hook';
6
4
  export { useVersionCheck } from './use-version-check.hook';
7
- export { useSidebar } from './user-sidebar';