profinansy-ui-lib 2.0.27 → 2.0.29

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 (35) hide show
  1. package/dist/components/footer/footer.styled.d.ts +0 -1
  2. package/dist/components/header/contstants/authLinks.d.ts +6 -6
  3. package/dist/components/header/contstants/paidLinks.d.ts +1 -1
  4. package/dist/components/uikit/CircleButton/CircleBotton.styled.d.ts +3 -2
  5. package/dist/components/uikit/CircleButton/CircleButton.const.d.ts +0 -3
  6. package/dist/components/uikit/PasswordInput/PasswordInput.styled.d.ts +2 -3
  7. package/dist/components/uikit/Sidebar/Sidebar.styled.d.ts +1 -2
  8. package/dist/index.js +136 -140
  9. package/package.json +1 -1
  10. package/dist/assets/apple-icon.d.ts +0 -3
  11. package/dist/assets/arrowLeft-icon.d.ts +0 -3
  12. package/dist/assets/avatar-icon.d.ts +0 -3
  13. package/dist/assets/checkmark-icon.d.ts +0 -3
  14. package/dist/assets/chevron-icon-small.d.ts +0 -3
  15. package/dist/assets/chevron-icon.d.ts +0 -1
  16. package/dist/assets/close-gray.d.ts +0 -3
  17. package/dist/assets/close-icon.d.ts +0 -3
  18. package/dist/assets/closeSidebar-icon.d.ts +0 -3
  19. package/dist/assets/edit-icon.d.ts +0 -3
  20. package/dist/assets/expenses-icon.d.ts +0 -1
  21. package/dist/assets/eye-icon.d.ts +0 -3
  22. package/dist/assets/eyeClose-icon.d.ts +0 -3
  23. package/dist/assets/feed-icon.d.ts +0 -1
  24. package/dist/assets/google-store-icon.d.ts +0 -3
  25. package/dist/assets/helpSmall-icon.d.ts +0 -1
  26. package/dist/assets/hint-icon.d.ts +0 -1
  27. package/dist/assets/huawei-store-icon.d.ts +0 -3
  28. package/dist/assets/plus-icon.d.ts +0 -3
  29. package/dist/assets/purrple-logo-dark.d.ts +0 -1
  30. package/dist/assets/purrple-logo.d.ts +0 -1
  31. package/dist/assets/remove-icon.d.ts +0 -3
  32. package/dist/assets/telegram-icon.d.ts +0 -3
  33. package/dist/assets/vk-icon.d.ts +0 -3
  34. package/dist/assets/youtube-icon copy.d.ts +0 -3
  35. package/dist/components/icon-wrapper/icon-wrapper.d.ts +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "2.0.27",
3
+ "version": "2.0.29",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const AppleIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const ArrowLeftIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const AvatarIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const CheckmarkIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const ChevronIconSmall: FC<IconsInterface>;
@@ -1 +0,0 @@
1
- export declare const ChevronIcon: () => JSX.Element;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const CloseGrayIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const CloseIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const closeSidebar: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const EditIcon: FC<IconsInterface>;
@@ -1 +0,0 @@
1
- export declare const ExpensesIcon: () => JSX.Element;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const EyeIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const EyeCloseIcon: FC<IconsInterface>;
@@ -1 +0,0 @@
1
- export declare const FeedIcon: () => JSX.Element;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const GoogleStoreIcon: FC<IconsInterface>;
@@ -1 +0,0 @@
1
- export declare const HelpSmallIcon: () => JSX.Element;
@@ -1 +0,0 @@
1
- export declare const HintIcon: () => JSX.Element;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const HuaweiStoreIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const PlusIcon: FC<IconsInterface>;
@@ -1 +0,0 @@
1
- export declare const PurpleLogoDark: () => JSX.Element;
@@ -1 +0,0 @@
1
- export declare const PurpleLogo: () => JSX.Element;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const RemoveIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const TelegramIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const VkIcon: FC<IconsInterface>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const YoutubeIcon: FC<IconsInterface>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { IconsInterface } from '../../common.types';
3
- interface IconWrapperProps extends IconsInterface {
4
- children: React.ReactNode;
5
- }
6
- declare const IconWrapper: React.FC<IconWrapperProps>;
7
- export default IconWrapper;