@tap-payments/auth-jsconnect 2.4.8 → 2.4.9

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 (30) hide show
  1. package/build/api/auth.d.ts +5 -0
  2. package/build/api/auth.js +6 -1
  3. package/build/api/index.d.ts +1 -0
  4. package/build/constants/api.d.ts +1 -0
  5. package/build/constants/api.js +2 -0
  6. package/build/features/app/connectExpress/connectExpressStore.d.ts +1 -1
  7. package/build/features/app/connectExpress/connectExpressStore.js +46 -37
  8. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +6 -33
  9. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +4 -17
  10. package/build/features/brand/screens/BrandActivities/TAC.d.ts +2 -7
  11. package/build/features/business/screens/BusinessType/LicenseType.d.ts +4 -26
  12. package/build/features/business/screens/Customers/CustomerLocations.d.ts +6 -33
  13. package/build/features/business/screens/Customers/RefundPolicy.d.ts +4 -17
  14. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +1 -1
  15. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +4 -26
  16. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +2 -7
  17. package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.js +2 -2
  18. package/build/features/connectExpress/screens/NID/TAC.d.ts +2 -7
  19. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +6 -33
  20. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +4 -26
  21. package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +4 -26
  22. package/build/features/shared/Address/CountryList.d.ts +5 -21
  23. package/build/features/shared/Address/InputSelect.d.ts +5 -21
  24. package/build/features/shared/Input/Input.d.ts +1 -1
  25. package/build/features/shared/UploadFile/FileUpload.d.ts +2 -7
  26. package/build/features/shared/UploadFile/UploadFile.d.ts +2 -7
  27. package/build/features/shared/UploadFile/UploadWrapper.d.ts +2 -7
  28. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +2 -7
  29. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +2 -7
  30. package/package.json +1 -1
@@ -2,14 +2,9 @@ import React from 'react';
2
2
  import { Control, FieldValues } from 'react-hook-form';
3
3
  import { FileDetails } from '../../../@types';
4
4
  import { FileType } from '../../../constants';
5
- export declare const InputContainerStyled: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
6
- children?: React.ReactNode;
7
- component?: React.ElementType<any> | undefined;
8
- ref?: React.Ref<unknown> | undefined;
9
- sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
10
- } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
+ export declare const InputContainerStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
11
6
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
12
- }, ("border" | "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" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
7
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
13
8
  interface UploadMultipleFileProps {
14
9
  id: string;
15
10
  control: Control<FieldValues, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",