profinansy-ui-lib 2.0.26 → 2.0.28

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 (73) hide show
  1. package/dist/components/footer/footer.styled.d.ts +0 -1
  2. package/dist/components/header/components/user-dropdown-menu/constants.d.ts +2 -2
  3. package/dist/components/header/contstants/authLinks.d.ts +3 -3
  4. package/dist/components/header/contstants/clubLinks.d.ts +1 -1
  5. package/dist/components/header/contstants/paidLinks.d.ts +3 -3
  6. package/dist/components/header/header.utils.d.ts +3 -3
  7. package/dist/components/uikit/Card/Card.d.ts +4 -0
  8. package/dist/components/uikit/Card/Card.stories.d.ts +7 -0
  9. package/dist/components/uikit/Card/Card.styled.d.ts +12 -0
  10. package/dist/components/uikit/Card/Card.typed.d.ts +20 -0
  11. package/dist/components/uikit/Card/index.d.ts +1 -0
  12. package/dist/components/uikit/CircleButton/CircleBotton.styled.d.ts +3 -2
  13. package/dist/components/uikit/CircleButton/CircleButton.const.d.ts +0 -3
  14. package/dist/components/uikit/FieldRow/FieldRow.d.ts +3 -0
  15. package/dist/components/uikit/FieldRow/FieldRow.stories.d.ts +6 -0
  16. package/dist/components/uikit/FieldRow/FieldRow.styled.d.ts +8 -0
  17. package/dist/components/uikit/FieldRow/FieldRow.typed.d.ts +16 -0
  18. package/dist/components/uikit/FieldRow/index.d.ts +1 -0
  19. package/dist/components/uikit/PasswordInput/PasswordInput.styled.d.ts +2 -3
  20. package/dist/components/uikit/Popup/Popup.d.ts +3 -0
  21. package/dist/components/uikit/Popup/Popup.stories.d.ts +6 -0
  22. package/dist/components/uikit/Popup/Popup.styled.d.ts +21 -0
  23. package/dist/components/uikit/Popup/Popup.typed.d.ts +10 -0
  24. package/dist/components/uikit/Popup/index.d.ts +1 -0
  25. package/dist/components/uikit/Sidebar/Sidebar.styled.d.ts +1 -2
  26. package/dist/components/uikit/Switch/Switch.d.ts +3 -0
  27. package/dist/components/uikit/Switch/Switch.styled.d.ts +16 -0
  28. package/dist/components/uikit/Switch/Switched.stories.d.ts +6 -0
  29. package/dist/components/uikit/Switch/Switched.typed.d.ts +20 -0
  30. package/dist/components/uikit/Switch/index.d.ts +1 -0
  31. package/dist/hooks/useGetVideoLink.d.ts +9 -0
  32. package/dist/images/suggestion-video-preview.png +0 -0
  33. package/dist/index.d.ts +5 -1
  34. package/dist/index.js +338 -147
  35. package/package.json +2 -1
  36. package/dist/assets/about-icon.d.ts +0 -1
  37. package/dist/assets/apple-icon.d.ts +0 -3
  38. package/dist/assets/arrowLeft-icon.d.ts +0 -3
  39. package/dist/assets/avatar-icon.d.ts +0 -3
  40. package/dist/assets/capital-icon.d.ts +0 -1
  41. package/dist/assets/channels-icon.d.ts +0 -1
  42. package/dist/assets/chats-icon.d.ts +0 -1
  43. package/dist/assets/checkmark-icon.d.ts +0 -3
  44. package/dist/assets/chevron-icon-small.d.ts +0 -3
  45. package/dist/assets/chevron-icon.d.ts +0 -1
  46. package/dist/assets/close-gray.d.ts +0 -3
  47. package/dist/assets/close-icon.d.ts +0 -3
  48. package/dist/assets/club-icon.d.ts +0 -1
  49. package/dist/assets/edit-icon.d.ts +0 -3
  50. package/dist/assets/education-icon.d.ts +0 -1
  51. package/dist/assets/expenses-icon.d.ts +0 -1
  52. package/dist/assets/eye-icon.d.ts +0 -3
  53. package/dist/assets/eyeClose-icon.d.ts +0 -3
  54. package/dist/assets/favorites-icon.d.ts +0 -1
  55. package/dist/assets/feed-icon.d.ts +0 -1
  56. package/dist/assets/google-store-icon.d.ts +0 -3
  57. package/dist/assets/huawei-store-icon.d.ts +0 -3
  58. package/dist/assets/index.d.ts +0 -0
  59. package/dist/assets/investments-icon.d.ts +0 -1
  60. package/dist/assets/king-icon.d.ts +0 -1
  61. package/dist/assets/login-icon.d.ts +0 -1
  62. package/dist/assets/logout-icon.d.ts +0 -1
  63. package/dist/assets/notifications-icon.d.ts +0 -1
  64. package/dist/assets/plus-icon.d.ts +0 -3
  65. package/dist/assets/profile-icon.d.ts +0 -1
  66. package/dist/assets/purrple-logo-dark.d.ts +0 -1
  67. package/dist/assets/purrple-logo.d.ts +0 -1
  68. package/dist/assets/remove-icon.d.ts +0 -3
  69. package/dist/assets/tariffs-icon.d.ts +0 -1
  70. package/dist/assets/telegram-icon.d.ts +0 -3
  71. package/dist/assets/vk-icon.d.ts +0 -3
  72. package/dist/assets/youtube-icon copy.d.ts +0 -3
  73. 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.26",
3
+ "version": "2.0.28",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -14,6 +14,7 @@
14
14
  "@storybook/react": "7.0.24",
15
15
  "@storybook/react-webpack5": "7.0.24",
16
16
  "@storybook/testing-library": "0.0.14-next.2",
17
+ "@svgr/webpack": "^8.1.0",
17
18
  "@types/file-loader": "^5.0.1",
18
19
  "@types/react": "^18.0.27",
19
20
  "@types/styled-components": "^5.1.26",
@@ -1 +0,0 @@
1
- export declare const AboutIcon: () => JSX.Element;
@@ -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 +0,0 @@
1
- export declare const CapitalIcon: () => JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ChannelsIcon: () => JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ChatsIcon: () => JSX.Element;
@@ -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 +0,0 @@
1
- export declare const ClubIcon: () => JSX.Element;
@@ -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 EducationIcon: () => JSX.Element;
@@ -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 FavoritesIcon: () => JSX.Element;
@@ -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,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconsInterface } from '../common.types';
3
- export declare const HuaweiStoreIcon: FC<IconsInterface>;
File without changes
@@ -1 +0,0 @@
1
- export declare const InvestmentsIcon: () => JSX.Element;
@@ -1 +0,0 @@
1
- export declare const KingIcon: () => JSX.Element;
@@ -1 +0,0 @@
1
- export declare const LoginIcon: () => JSX.Element;
@@ -1 +0,0 @@
1
- export declare const LogoutIcon: () => JSX.Element;
@@ -1 +0,0 @@
1
- export declare const NotificationsIcon: () => JSX.Element;
@@ -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 ProfileIcon: () => JSX.Element;
@@ -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 +0,0 @@
1
- export declare const TariffsIcon: () => JSX.Element;
@@ -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;