profinansy-ui-lib 3.1.2 → 3.1.4
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.
- package/dist/Icons.stories.d.ts +5 -5
- package/dist/api/api.d.ts +4 -4
- package/dist/api/initial.d.ts +4 -4
- package/dist/api/instruments/instruments.d.ts +10 -10
- package/dist/api/instruments/instruments.typed.d.ts +36 -36
- package/dist/api/quiz/quiz.d.ts +5 -0
- package/dist/common.types.d.ts +48 -48
- package/dist/components/blocks/footer/Footer.stories.d.ts +11 -11
- package/dist/components/blocks/footer/components/About/About.d.ts +2 -2
- package/dist/components/blocks/footer/components/About/About.styled.d.ts +2 -2
- package/dist/components/blocks/footer/components/Applications/Applications.d.ts +2 -2
- package/dist/components/blocks/footer/components/Applications/Applications.styled.d.ts +4 -4
- package/dist/components/blocks/footer/components/Contacts/Contacts.d.ts +6 -6
- package/dist/components/blocks/footer/components/Contacts/Contacts.styled.d.ts +8 -8
- package/dist/components/blocks/footer/components/Documents/Documents.d.ts +6 -6
- package/dist/components/blocks/footer/components/Documents/Documents.styled.d.ts +1 -1
- package/dist/components/blocks/footer/components/Information/Information.d.ts +5 -5
- package/dist/components/blocks/footer/components/Information/Information.styled.d.ts +1 -1
- package/dist/components/blocks/footer/components/Navigation/Navigation.d.ts +13 -13
- package/dist/components/blocks/footer/components/Navigation/Navigation.styled.d.ts +5 -5
- package/dist/components/blocks/footer/components/Networks/Networks.d.ts +2 -2
- package/dist/components/blocks/footer/components/Networks/Networks.styled.d.ts +1 -1
- package/dist/components/blocks/footer/constants.d.ts +101 -101
- package/dist/components/blocks/footer/footer.d.ts +11 -11
- package/dist/components/blocks/footer/footer.styled.d.ts +5 -5
- package/dist/components/blocks/footer/index.d.ts +1 -1
- package/dist/components/blocks/footer/mirrors/club/constant.d.ts +8 -8
- package/dist/components/blocks/footer/mirrors/lms/MirrorPointLms.d.ts +2 -2
- package/dist/components/blocks/footer/mirrors/lms/constant.d.ts +9 -9
- package/dist/components/blocks/header/Header.stories.d.ts +19 -19
- package/dist/components/blocks/header/components/BottomLine/BottomLine.d.ts +7 -7
- package/dist/components/blocks/header/components/BottomLine/BottomLine.styled.d.ts +5 -5
- package/dist/components/blocks/header/components/Burger/Burger.d.ts +14 -14
- package/dist/components/blocks/header/components/Burger/Burger.styled.d.ts +8 -8
- package/dist/components/blocks/header/components/Favourite/Favlourite.d.ts +8 -8
- package/dist/components/blocks/header/components/Favourite/Favourite.styled.d.ts +3 -3
- package/dist/components/blocks/header/components/HeaderCenter/HeaderCenter.d.ts +16 -16
- package/dist/components/blocks/header/components/HeaderRight/HeaderRight.d.ts +16 -16
- package/dist/components/blocks/header/components/Onboarding/Onboarding.d.ts +6 -6
- package/dist/components/blocks/header/components/Onboarding/Onboarding.styled.d.ts +7 -7
- package/dist/components/blocks/header/components/Premium/Premium.d.ts +9 -9
- package/dist/components/blocks/header/components/Premium/Premium.styled.d.ts +6 -6
- package/dist/components/blocks/header/components/PremiumLine/PremiumLine.d.ts +6 -6
- package/dist/components/blocks/header/components/PremiumLine/PremiumLine.styled.d.ts +9 -9
- package/dist/components/blocks/header/components/Search/Search.d.ts +8 -8
- package/dist/components/blocks/header/components/Search/Search.styled.d.ts +7 -7
- package/dist/components/blocks/header/components/Search/components/Content.d.ts +21 -21
- package/dist/components/blocks/header/components/Search/components/Content.styled.d.ts +6 -6
- package/dist/components/blocks/header/components/UserAvatar/UserAvatar.d.ts +6 -6
- package/dist/components/blocks/header/components/UserAvatar/UserAvatar.styled.d.ts +1 -1
- package/dist/components/blocks/header/components/header-link-item/header-link-item.d.ts +9 -9
- package/dist/components/blocks/header/components/header-link-item/header-link-item.styled.d.ts +7 -7
- package/dist/components/blocks/header/components/premium-dropdown-list/constants.d.ts +4 -4
- package/dist/components/blocks/header/components/premium-dropdown-list/premium-dropdown-list.d.ts +8 -8
- package/dist/components/blocks/header/components/premium-dropdown-list/premium-dropdown-list.styled.d.ts +9 -9
- package/dist/components/blocks/header/components/user-dropdown-menu/components/BannerCommon/BannerCommon.d.ts +5 -5
- package/dist/components/blocks/header/components/user-dropdown-menu/components/BannerCommon/BannerCommon.styled.d.ts +4 -4
- package/dist/components/blocks/header/components/user-dropdown-menu/components/CourseBanner/CourseBanner.d.ts +2 -2
- package/dist/components/blocks/header/components/user-dropdown-menu/components/CourseBanner/CourseBanner.styled.d.ts +5 -5
- package/dist/components/blocks/header/components/user-dropdown-menu/components/PersonalInformation/PersonalInformation.d.ts +8 -8
- package/dist/components/blocks/header/components/user-dropdown-menu/components/PersonalInformation/PersonalInformation.styled.d.ts +10 -10
- package/dist/components/blocks/header/components/user-dropdown-menu/components/Theme/Theme.d.ts +2 -2
- package/dist/components/blocks/header/components/user-dropdown-menu/constants.d.ts +10 -10
- package/dist/components/blocks/header/components/user-dropdown-menu/user-dropdown-menu.d.ts +13 -13
- package/dist/components/blocks/header/components/user-dropdown-menu/user-dropdown-menu.styled.d.ts +21 -21
- package/dist/components/blocks/header/contstants/links.d.ts +2 -2
- package/dist/components/blocks/header/header.d.ts +15 -15
- package/dist/components/blocks/header/header.styled.d.ts +14 -14
- package/dist/components/blocks/header/header.utils.d.ts +7 -7
- package/dist/components/blocks/header/hooks/useHeight.d.ts +4 -4
- package/dist/components/blocks/header/hooks/useIsShowPremium.d.ts +4 -4
- package/dist/components/blocks/header/hooks/useOffer.d.ts +11 -11
- package/dist/components/blocks/header/index.d.ts +1 -1
- package/dist/components/blocks/header/mirrors/club/constant.d.ts +19 -19
- package/dist/components/blocks/header/mirrors/lms/constant.d.ts +6 -6
- package/dist/components/blocks/oldHeader/Header.stories.d.ts +19 -19
- package/dist/components/blocks/oldHeader/components/Burger/Burger.d.ts +6 -6
- package/dist/components/blocks/oldHeader/components/Burger/Burger.styled.d.ts +3 -3
- package/dist/components/blocks/oldHeader/components/Favourite/Favlourite.d.ts +8 -8
- package/dist/components/blocks/oldHeader/components/Favourite/Favourite.styled.d.ts +3 -3
- package/dist/components/blocks/oldHeader/components/HeaderCenter/HeaderCenter.d.ts +21 -21
- package/dist/components/blocks/oldHeader/components/HeaderRight/HeaderRight.d.ts +16 -16
- package/dist/components/blocks/oldHeader/components/Premium/Premium.d.ts +9 -9
- package/dist/components/blocks/oldHeader/components/Premium/Premium.styled.d.ts +6 -6
- package/dist/components/blocks/oldHeader/components/UserAvatar/UserAvatar.d.ts +6 -6
- package/dist/components/blocks/oldHeader/components/UserAvatar/UserAvatar.styled.d.ts +1 -1
- package/dist/components/blocks/oldHeader/components/header-link-item/header-link-item.d.ts +13 -13
- package/dist/components/blocks/oldHeader/components/header-link-item/header-link-item.styled.d.ts +22 -22
- package/dist/components/blocks/oldHeader/components/header-link-item/header-sub-link.d.ts +15 -15
- package/dist/components/blocks/oldHeader/components/premium-dropdown-list/constants.d.ts +4 -4
- package/dist/components/blocks/oldHeader/components/premium-dropdown-list/premium-dropdown-list.d.ts +8 -8
- package/dist/components/blocks/oldHeader/components/premium-dropdown-list/premium-dropdown-list.styled.d.ts +9 -9
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/components/BannerCommon/BannerCommon.d.ts +5 -5
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/components/BannerCommon/BannerCommon.styled.d.ts +4 -4
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/components/CourseBanner/CourseBanner.d.ts +2 -2
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/components/CourseBanner/CourseBanner.styled.d.ts +5 -5
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/components/PersonalInformation/PersonalInformation.d.ts +8 -8
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/components/PersonalInformation/PersonalInformation.styled.d.ts +10 -10
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/components/Theme/Theme.d.ts +2 -2
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/constants.d.ts +10 -10
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/user-dropdown-menu.d.ts +13 -13
- package/dist/components/blocks/oldHeader/components/user-dropdown-menu/user-dropdown-menu.styled.d.ts +18 -18
- package/dist/components/blocks/oldHeader/contstants/links.d.ts +2 -2
- package/dist/components/blocks/oldHeader/header.d.ts +13 -13
- package/dist/components/blocks/oldHeader/header.styled.d.ts +11 -11
- package/dist/components/blocks/oldHeader/header.utils.d.ts +9 -9
- package/dist/components/blocks/oldHeader/index.d.ts +1 -1
- package/dist/components/blocks/oldHeader/mirrors/club/constant.d.ts +19 -19
- package/dist/components/blocks/oldHeader/mirrors/lms/constant.d.ts +6 -6
- package/dist/components/blocks/oldHeader/useHeader.d.ts +13 -13
- package/dist/components/blocks/sideMenu/SideMenu.d.ts +10 -7
- package/dist/components/blocks/sideMenu/SideMenu.stories.d.ts +6 -6
- package/dist/components/blocks/sideMenu/SideMenu.styled.d.ts +15 -15
- package/dist/components/blocks/sideMenu/SideModal.const.d.ts +3 -3
- package/dist/components/blocks/sideMenu/SideModal.typed.d.ts +16 -16
- package/dist/components/blocks/sideMenu/components/Banner/Banner.d.ts +6 -6
- package/dist/components/blocks/sideMenu/components/Banner/Banner.styled.d.ts +3 -3
- package/dist/components/blocks/sideMenu/components/Item/Item.d.ts +8 -8
- package/dist/components/blocks/sideMenu/components/Item/Item.styled.d.ts +16 -16
- package/dist/components/blocks/sideMenu/components/Premium/Premium.d.ts +10 -0
- package/dist/components/blocks/sideMenu/components/Premium/Premium.styled.d.ts +11 -0
- package/dist/components/blocks/sideMenu/components/Premium/components/ModalQuiz/ModalQuiz.d.ts +7 -0
- package/dist/components/blocks/sideMenu/components/Premium/components/ModalQuiz/Step1/Step1.d.ts +6 -0
- package/dist/components/blocks/sideMenu/components/Premium/components/ModalQuiz/Step1/Step1.styled.d.ts +16 -0
- package/dist/components/blocks/sideMenu/components/Premium/components/ModalQuiz/Step2/Step2.d.ts +5 -0
- package/dist/components/blocks/sideMenu/components/Premium/components/ModalQuiz/Step2/Step2.styled.d.ts +5 -0
- package/dist/components/blocks/sideMenu/components/Premium/components/ModalQuiz/Step3/Step3.d.ts +5 -0
- package/dist/components/blocks/sideMenu/components/Premium/components/ModalQuiz/Step3/Step3.styled.d.ts +3 -0
- package/dist/components/blocks/sideMenu/components/Search/Search.d.ts +8 -10
- package/dist/components/blocks/sideMenu/components/Search/Search.styled.d.ts +3 -3
- package/dist/components/blocks/sideMenu/components/Search/compoenents/Items/Items.d.ts +12 -12
- package/dist/components/blocks/sideMenu/components/Search/compoenents/Items/Items.styled.d.ts +15 -15
- package/dist/components/blocks/sideMenu/components/Search/compoenents/SearchInput/SearchInput.d.ts +6 -6
- package/dist/components/blocks/sideMenu/components/Search/compoenents/SearchWindow/SearchWindow.d.ts +20 -22
- package/dist/components/blocks/sideMenu/components/Search/compoenents/SearchWindow/SearchWindow.styled.d.ts +25 -25
- package/dist/components/blocks/sideMenu/components/SubPages/SubPages.d.ts +7 -7
- package/dist/components/blocks/sideMenu/components/SubPages/SubPages.styled.d.ts +14 -14
- package/dist/components/blocks/sideMenu/components/SubPages/SubPagesItem.d.ts +7 -7
- package/dist/components/blocks/sideMenu/components/SubPagesSide/SubPagesSide.d.ts +12 -12
- package/dist/components/blocks/sideMenu/components/SubPagesSide/SubPagesSide.styled.d.ts +10 -10
- package/dist/components/blocks/sideMenu/components/SubPagesSide/SubPagesSideItem.d.ts +7 -7
- package/dist/components/blocks/sideMenu/components/SubPagesSideMobile/Item.d.ts +7 -7
- package/dist/components/blocks/sideMenu/components/SubPagesSideMobile/SubPagesSideMobile.d.ts +7 -7
- package/dist/components/blocks/sideMenu/components/SubPagesSideMobile/SubPagesSideMobile.styled.d.ts +7 -7
- package/dist/components/blocks/sideMenu/hooks/useCloseSubPagesSide.d.ts +4 -4
- package/dist/components/blocks/sideMenu/hooks/useGetCoordinates.d.ts +8 -8
- package/dist/components/blocks/sideMenu/hooks/useSaveOpenMode.d.ts +5 -5
- package/dist/components/blocks/sideMenu/index.d.ts +1 -1
- package/dist/components/blocks/sideMenu/utils.d.ts +1 -1
- package/dist/components/layouts/LayoutSideMenu/LayoutSideMenu.d.ts +3 -3
- package/dist/components/layouts/LayoutSideMenu/LayoutSideMenu.stories.d.ts +6 -6
- package/dist/components/layouts/LayoutSideMenu/LayoutSideMenu.styled.d.ts +9 -9
- package/dist/components/layouts/LayoutSideMenu/LayoutSideMenu.tyled.d.ts +7 -7
- package/dist/components/layouts/LayoutSideMenu/index.d.ts +1 -1
- package/dist/components/modals/Available/Available.d.ts +7 -7
- package/dist/components/modals/Available/Available.styled.d.ts +3 -3
- package/dist/components/modals/PersonalOffer/PersonalOffer.d.ts +6 -6
- package/dist/components/modals/PersonalOffer/PersonalOffer.styled.d.ts +3 -3
- package/dist/components/uikit/ArrowButton/ArrowButton.d.ts +3 -3
- package/dist/components/uikit/ArrowButton/ArrowButton.stories.d.ts +6 -6
- package/dist/components/uikit/ArrowButton/ArrowButton.typed.d.ts +7 -7
- package/dist/components/uikit/ArrowButton/index.d.ts +1 -1
- package/dist/components/uikit/Avatar/Avatar.d.ts +3 -3
- package/dist/components/uikit/Avatar/Avatar.stories.d.ts +6 -6
- package/dist/components/uikit/Avatar/Avatar.styled.d.ts +8 -8
- package/dist/components/uikit/Avatar/Avatar.typed.d.ts +5 -5
- package/dist/components/uikit/Avatar/index.d.ts +1 -1
- package/dist/components/uikit/Button/Button.const.d.ts +19 -19
- package/dist/components/uikit/Button/Button.d.ts +4 -4
- package/dist/components/uikit/Button/Button.stories.d.ts +7 -7
- package/dist/components/uikit/Button/Button.styled.d.ts +23 -23
- package/dist/components/uikit/Button/Button.typed.d.ts +40 -40
- package/dist/components/uikit/Button/index.d.ts +1 -1
- package/dist/components/uikit/Card/Card.d.ts +4 -4
- package/dist/components/uikit/Card/Card.stories.d.ts +7 -7
- package/dist/components/uikit/Card/Card.styled.d.ts +15 -15
- package/dist/components/uikit/Card/Card.typed.d.ts +20 -20
- package/dist/components/uikit/Card/index.d.ts +1 -1
- package/dist/components/uikit/Checkbox/Checkbox.d.ts +3 -3
- package/dist/components/uikit/Checkbox/Checkbox.stories.d.ts +6 -6
- package/dist/components/uikit/Checkbox/Checkbox.styled.d.ts +19 -19
- package/dist/components/uikit/Checkbox/Checkbox.typed.d.ts +19 -19
- package/dist/components/uikit/Checkbox/index.d.ts +1 -1
- package/dist/components/uikit/CircleButton/CircleBotton.styled.d.ts +5 -5
- package/dist/components/uikit/CircleButton/CircleButton.const.d.ts +11 -11
- package/dist/components/uikit/CircleButton/CircleButton.d.ts +3 -3
- package/dist/components/uikit/CircleButton/CircleButton.stories.d.ts +7 -7
- package/dist/components/uikit/CircleButton/CircleButton.typed.d.ts +11 -11
- package/dist/components/uikit/CircleButton/index.d.ts +1 -1
- package/dist/components/uikit/DragScroll/DragScroll.d.ts +6 -6
- package/dist/components/uikit/DragScroll/index.d.ts +1 -1
- package/dist/components/uikit/Dropdown/Dropdown.d.ts +4 -4
- package/dist/components/uikit/Dropdown/Dropdown.stories.d.ts +7 -7
- package/dist/components/uikit/Dropdown/Dropdown.styled.d.ts +10 -10
- package/dist/components/uikit/Dropdown/Dropdown.typed.d.ts +14 -14
- package/dist/components/uikit/Dropdown/index.d.ts +1 -1
- package/dist/components/uikit/ErrorText/ErrorText.d.ts +3 -3
- package/dist/components/uikit/ErrorText/ErrorText.stories.d.ts +6 -6
- package/dist/components/uikit/ErrorText/ErrorText.styled.d.ts +1 -1
- package/dist/components/uikit/ErrorText/ErrorText.typed.d.ts +5 -5
- package/dist/components/uikit/ErrorText/index.d.ts +1 -1
- package/dist/components/uikit/FieldRow/FieldRow.d.ts +3 -3
- package/dist/components/uikit/FieldRow/FieldRow.stories.d.ts +6 -6
- package/dist/components/uikit/FieldRow/FieldRow.styled.d.ts +8 -8
- package/dist/components/uikit/FieldRow/FieldRow.typed.d.ts +16 -16
- package/dist/components/uikit/FieldRow/index.d.ts +1 -1
- package/dist/components/uikit/HiddenText/HiddenText.d.ts +3 -3
- package/dist/components/uikit/HiddenText/HiddenText.stories.d.ts +6 -6
- package/dist/components/uikit/HiddenText/HiddenText.styled.d.ts +7 -7
- package/dist/components/uikit/HiddenText/HiddenText.typed.d.ts +7 -7
- package/dist/components/uikit/HiddenText/index.d.ts +1 -1
- package/dist/components/uikit/Input/Input.const.d.ts +4 -4
- package/dist/components/uikit/Input/Input.d.ts +4 -4
- package/dist/components/uikit/Input/Input.stories.d.ts +7 -7
- package/dist/components/uikit/Input/Input.styled.d.ts +17 -17
- package/dist/components/uikit/Input/Input.typed.d.ts +26 -26
- package/dist/components/uikit/Input/Input.utils.d.ts +1 -1
- package/dist/components/uikit/Input/index.d.ts +2 -2
- package/dist/components/uikit/Loader/Loader.d.ts +3 -3
- package/dist/components/uikit/Loader/Loader.stories.d.ts +6 -6
- package/dist/components/uikit/Loader/Loader.styled.d.ts +9 -9
- package/dist/components/uikit/Loader/Loader.typed.d.ts +5 -5
- package/dist/components/uikit/Loader/index.d.ts +2 -2
- package/dist/components/uikit/Modal/Modal.d.ts +3 -3
- package/dist/components/uikit/Modal/Modal.stories.d.ts +6 -6
- package/dist/components/uikit/Modal/Modal.styled.d.ts +16 -15
- package/dist/components/uikit/Modal/Modal.typed.d.ts +31 -31
- package/dist/components/uikit/Modal/index.d.ts +1 -1
- package/dist/components/uikit/ModalMobile/ModalMobile.d.ts +3 -3
- package/dist/components/uikit/ModalMobile/ModalMobile.stories.d.ts +6 -6
- package/dist/components/uikit/ModalMobile/ModalMobile.styled.d.ts +11 -11
- package/dist/components/uikit/ModalMobile/ModalMobile.typed.d.ts +13 -13
- package/dist/components/uikit/ModalMobile/index.d.ts +1 -1
- package/dist/components/uikit/PasswordInput/PasswordInput.d.ts +3 -3
- package/dist/components/uikit/PasswordInput/PasswordInput.stories.d.ts +6 -6
- package/dist/components/uikit/PasswordInput/PasswordInput.styled.d.ts +5 -5
- package/dist/components/uikit/PasswordInput/PasswordInput.typed.d.ts +4 -4
- package/dist/components/uikit/PasswordInput/index.d.ts +1 -1
- package/dist/components/uikit/Popup/Popup.d.ts +3 -3
- package/dist/components/uikit/Popup/Popup.stories.d.ts +6 -6
- package/dist/components/uikit/Popup/Popup.styled.d.ts +13 -13
- package/dist/components/uikit/Popup/Popup.typed.d.ts +10 -10
- package/dist/components/uikit/Popup/index.d.ts +1 -1
- package/dist/components/uikit/Portal/Portal.d.ts +3 -3
- package/dist/components/uikit/Portal/Portal.stories.d.ts +6 -6
- package/dist/components/uikit/Portal/Portal.typed.d.ts +5 -5
- package/dist/components/uikit/Portal/index.d.ts +1 -1
- package/dist/components/uikit/Portal/usePortal.d.ts +2 -2
- package/dist/components/uikit/Radio/Radio.d.ts +3 -3
- package/dist/components/uikit/Radio/Radio.stories.d.ts +6 -6
- package/dist/components/uikit/Radio/Radio.styled.d.ts +16 -16
- package/dist/components/uikit/Radio/Radio.typed.d.ts +13 -13
- package/dist/components/uikit/Radio/index.d.ts +1 -1
- package/dist/components/uikit/Scroll/Scroll.d.ts +2 -1
- package/dist/components/uikit/SideModal/SideModal.d.ts +3 -3
- package/dist/components/uikit/SideModal/SideModal.stories.d.ts +6 -6
- package/dist/components/uikit/SideModal/SideModal.styled.d.ts +14 -14
- package/dist/components/uikit/SideModal/SideModal.typed.d.ts +19 -19
- package/dist/components/uikit/SideModal/components/ModalInSidebar.d.ts +9 -9
- package/dist/components/uikit/SideModal/components/ModalInSidebar.styled.d.ts +5 -5
- package/dist/components/uikit/SideModal/index.d.ts +1 -1
- package/dist/components/uikit/Sidebar/Sidebar.d.ts +3 -3
- package/dist/components/uikit/Sidebar/Sidebar.stories.d.ts +6 -6
- package/dist/components/uikit/Sidebar/Sidebar.styled.d.ts +13 -13
- package/dist/components/uikit/Sidebar/Sidebar.typed.d.ts +8 -8
- package/dist/components/uikit/Sidebar/index.d.ts +1 -1
- package/dist/components/uikit/Skeleton/Skeleton.d.ts +3 -3
- package/dist/components/uikit/Skeleton/Skeleton.stories.d.ts +6 -6
- package/dist/components/uikit/Skeleton/Skeleton.styled.d.ts +3 -3
- package/dist/components/uikit/Skeleton/Skeleton.typed.d.ts +13 -13
- package/dist/components/uikit/Skeleton/index.d.ts +1 -1
- package/dist/components/uikit/Spinner/Spinner.d.ts +3 -3
- package/dist/components/uikit/Spinner/Spinner.stories.d.ts +6 -6
- package/dist/components/uikit/Spinner/Spinner.styled.d.ts +5 -5
- package/dist/components/uikit/Spinner/Spinner.typed.d.ts +6 -6
- package/dist/components/uikit/Spinner/index.d.ts +1 -1
- package/dist/components/uikit/Switch/Switch.d.ts +3 -3
- package/dist/components/uikit/Switch/Switch.styled.d.ts +16 -16
- package/dist/components/uikit/Switch/Switched.stories.d.ts +6 -6
- package/dist/components/uikit/Switch/Switched.typed.d.ts +17 -17
- package/dist/components/uikit/Switch/index.d.ts +1 -1
- package/dist/components/uikit/TabListCell/TabListCell.d.ts +3 -3
- package/dist/components/uikit/TabListCell/TabListCell.stories.d.ts +6 -6
- package/dist/components/uikit/TabListCell/TabListCell.styled.d.ts +7 -7
- package/dist/components/uikit/TabListCell/TabListCell.typed.d.ts +25 -25
- package/dist/components/uikit/TabListCell/index.d.ts +1 -1
- package/dist/components/uikit/Tabs/Tabs.d.ts +3 -3
- package/dist/components/uikit/Tabs/Tabs.styled.d.ts +5 -5
- package/dist/components/uikit/Tabs/Tabs.typed.d.ts +17 -17
- package/dist/components/uikit/Tabs/index.d.ts +1 -1
- package/dist/components/uikit/TextButton/TextButton.const.d.ts +43 -43
- package/dist/components/uikit/TextButton/TextButton.d.ts +3 -3
- package/dist/components/uikit/TextButton/TextButton.stories.d.ts +6 -6
- package/dist/components/uikit/TextButton/TextButton.styled.d.ts +7 -7
- package/dist/components/uikit/TextButton/TextButton.typed.d.ts +16 -16
- package/dist/components/uikit/TextButton/index.d.ts +1 -1
- package/dist/components/uikit/Textarea/Textarea.d.ts +4 -4
- package/dist/components/uikit/Textarea/Textarea.stories.d.ts +7 -7
- package/dist/components/uikit/Textarea/Textarea.styled.d.ts +11 -11
- package/dist/components/uikit/Textarea/Textarea.typed.d.ts +14 -14
- package/dist/components/uikit/Textarea/index.d.ts +1 -1
- package/dist/components/uikit/Tooltip/Tooltip.d.ts +4 -4
- package/dist/components/uikit/Tooltip/Tooltip.stories.d.ts +7 -7
- package/dist/components/uikit/Tooltip/Tooltip.styled.d.ts +5 -5
- package/dist/components/uikit/Tooltip/Tooltip.typed.d.ts +15 -15
- package/dist/components/uikit/Tooltip/components/DefaultTooltip/DefaultTooltip.d.ts +6 -6
- package/dist/components/uikit/Tooltip/components/DefaultTooltip/DefaultTooltip.styled.d.ts +1 -1
- package/dist/components/uikit/Tooltip/index.d.ts +2 -2
- package/dist/components/uikit/storybook/StoryDescription/StoryDescription.d.ts +5 -5
- package/dist/components/uikit/storybook/StoryDescription/StoryDescription.styled.d.ts +1 -1
- package/dist/components/uikit/storybook/StoryExample/StoryExample.d.ts +6 -6
- package/dist/components/uikit/storybook/StoryExample/StoryExample.styled.d.ts +1 -1
- package/dist/components/uikit/storybook/StoryTitle/StoryTitle.d.ts +6 -6
- package/dist/components/uikit/storybook/StoryTitle/StoryTitle.styled.d.ts +1 -1
- package/dist/constants.d.ts +3 -3
- package/dist/hooks/useActivePage.d.ts +6 -6
- package/dist/hooks/useBlockScroll.d.ts +2 -2
- package/dist/hooks/useBreakpoints.d.ts +8 -8
- package/dist/hooks/useClickOutside.d.ts +3 -3
- package/dist/hooks/useCurrentPath.d.ts +4 -4
- package/dist/hooks/useEscKeydownHandler.d.ts +1 -1
- package/dist/hooks/useGetDevice.d.ts +5 -5
- package/dist/hooks/useGetHeightForMobile.d.ts +2 -2
- package/dist/hooks/useGetVideoLink.d.ts +9 -9
- package/dist/hooks/useHeaderHeight.d.ts +12 -12
- package/dist/hooks/useHiddingFromApp.d.ts +4 -4
- package/dist/hooks/useHidingChat.d.ts +2 -2
- package/dist/hooks/useSearchInstruments.d.ts +32 -32
- package/dist/hooks/useTransitionModal.d.ts +7 -7
- package/dist/index.d.ts +43 -43
- package/dist/index.js +451 -160
- package/dist/theme/Theme.stories.d.ts +5 -5
- package/dist/theme/ThemeProvider.d.ts +15 -15
- package/dist/theme/theme.const.d.ts +276 -276
- package/dist/theme/theme.typed.d.ts +2 -2
- package/dist/urls/constant.d.ts +3 -3
- package/dist/urls/products/calculators/calculatorsLink.d.ts +10 -10
- package/dist/urls/products/club/clubLinks.d.ts +17 -17
- package/dist/urls/products/education/educationLinks.d.ts +34 -34
- package/dist/urls/products/feed/feed.d.ts +9 -9
- package/dist/urls/products/idv/idvLinks.d.ts +9 -9
- package/dist/urls/products/index.d.ts +6 -6
- package/dist/urls/products/investments/investments.d.ts +55 -55
- package/dist/urls/products/myMoney/myMoney.d.ts +13 -13
- package/dist/urls/products/profile/profileLinks.d.ts +9 -9
- package/dist/utils/debounce.d.ts +1 -1
- package/dist/utils/eventBus/events.d.ts +3 -3
- package/dist/utils/eventBus/index.d.ts +11 -11
- package/dist/utils/getParams.d.ts +1 -1
- package/dist/utils/getUserRules.d.ts +6 -6
- package/dist/utils/onClient.d.ts +2 -2
- package/dist/utils.d.ts +8 -8
- package/package.json +71 -71
- package/readme.md +43 -43
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
title: string;
|
|
3
|
-
};
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Colors: () => JSX.Element;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Colors: () => JSX.Element;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
export declare const unAvailablePagesTheme: string[];
|
|
3
|
-
export declare const useMode: () => {
|
|
4
|
-
mode: string;
|
|
5
|
-
selectedMode: string;
|
|
6
|
-
toggleTheme: any;
|
|
7
|
-
setShowTheme: any;
|
|
8
|
-
unAvailablePagesTheme: string[];
|
|
9
|
-
};
|
|
10
|
-
interface IProps {
|
|
11
|
-
children: ReactNode;
|
|
12
|
-
}
|
|
13
|
-
export type TTheme = 'light' | 'dark';
|
|
14
|
-
export declare const ThemeProvider: ({ children }: IProps) => JSX.Element;
|
|
15
|
-
export {};
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export declare const unAvailablePagesTheme: string[];
|
|
3
|
+
export declare const useMode: () => {
|
|
4
|
+
mode: string;
|
|
5
|
+
selectedMode: string;
|
|
6
|
+
toggleTheme: any;
|
|
7
|
+
setShowTheme: any;
|
|
8
|
+
unAvailablePagesTheme: string[];
|
|
9
|
+
};
|
|
10
|
+
interface IProps {
|
|
11
|
+
children: ReactNode;
|
|
12
|
+
}
|
|
13
|
+
export type TTheme = 'light' | 'dark';
|
|
14
|
+
export declare const ThemeProvider: ({ children }: IProps) => JSX.Element;
|
|
15
|
+
export {};
|
|
@@ -1,276 +1,276 @@
|
|
|
1
|
-
export declare const palette: {
|
|
2
|
-
light: {
|
|
3
|
-
background: {
|
|
4
|
-
primary: string;
|
|
5
|
-
content: string;
|
|
6
|
-
secondary: string;
|
|
7
|
-
secondaryAlpha: string;
|
|
8
|
-
field: string;
|
|
9
|
-
fieldSecondary: string;
|
|
10
|
-
accent: string;
|
|
11
|
-
accentSecondaryTint: string;
|
|
12
|
-
positiveTint: string;
|
|
13
|
-
warningTint: string;
|
|
14
|
-
negativeTint: string;
|
|
15
|
-
info: string;
|
|
16
|
-
};
|
|
17
|
-
text: {
|
|
18
|
-
primary: string;
|
|
19
|
-
secondary: string;
|
|
20
|
-
tertiary: string;
|
|
21
|
-
fourth: string;
|
|
22
|
-
contrast: string;
|
|
23
|
-
contrastThemed: string;
|
|
24
|
-
accent: string;
|
|
25
|
-
accentSecondary: string;
|
|
26
|
-
positive: string;
|
|
27
|
-
warning: string;
|
|
28
|
-
negative: string;
|
|
29
|
-
info: string;
|
|
30
|
-
link: string;
|
|
31
|
-
};
|
|
32
|
-
icons: {
|
|
33
|
-
primary: string;
|
|
34
|
-
secondary: string;
|
|
35
|
-
tertiary: string;
|
|
36
|
-
fourth: string;
|
|
37
|
-
contrast: string;
|
|
38
|
-
contrastThemed: string;
|
|
39
|
-
contrastThemRev: string;
|
|
40
|
-
accent: string;
|
|
41
|
-
accentSecondary: string;
|
|
42
|
-
positive: string;
|
|
43
|
-
warring: string;
|
|
44
|
-
negative: string;
|
|
45
|
-
info: string;
|
|
46
|
-
link: string;
|
|
47
|
-
};
|
|
48
|
-
stroke: {
|
|
49
|
-
primary: string;
|
|
50
|
-
secondary: string;
|
|
51
|
-
tertiary: string;
|
|
52
|
-
contrast: string;
|
|
53
|
-
accent: string;
|
|
54
|
-
positive: string;
|
|
55
|
-
warning: string;
|
|
56
|
-
negative: string;
|
|
57
|
-
info: string;
|
|
58
|
-
};
|
|
59
|
-
interactiveButtons: {
|
|
60
|
-
brandBackground: string;
|
|
61
|
-
brandBackgroundHover: string;
|
|
62
|
-
brandText: string;
|
|
63
|
-
secondaryBrandBackground: string;
|
|
64
|
-
secondaryBrandBackgroundHover: string;
|
|
65
|
-
secondaryBrandText: string;
|
|
66
|
-
outlineBrandBackground: string;
|
|
67
|
-
outlineBrandBackgroundHover: string;
|
|
68
|
-
outlineBrandText: string;
|
|
69
|
-
outlineBrandBorder: string;
|
|
70
|
-
outlineBrandBorderHover: string;
|
|
71
|
-
systemBackground: string;
|
|
72
|
-
systemBackgroundHover: string;
|
|
73
|
-
systemText: string;
|
|
74
|
-
successBackground: string;
|
|
75
|
-
successBackgroundHover: string;
|
|
76
|
-
successText: string;
|
|
77
|
-
warningBackground: string;
|
|
78
|
-
warningBackgroundHover: string;
|
|
79
|
-
warningText: string;
|
|
80
|
-
criticalBackground: string;
|
|
81
|
-
criticalBackgroundHover: string;
|
|
82
|
-
criticalText: string;
|
|
83
|
-
neutralBackground: string;
|
|
84
|
-
neutralBackgroundHover: string;
|
|
85
|
-
neutralText: string;
|
|
86
|
-
};
|
|
87
|
-
interactiveControls: {
|
|
88
|
-
accent: string;
|
|
89
|
-
secondary: string;
|
|
90
|
-
supportive: string;
|
|
91
|
-
brand: string;
|
|
92
|
-
brandAlpha: string;
|
|
93
|
-
};
|
|
94
|
-
other: {
|
|
95
|
-
orange: string;
|
|
96
|
-
green: string;
|
|
97
|
-
olive: string;
|
|
98
|
-
violet: string;
|
|
99
|
-
red: string;
|
|
100
|
-
red2: string;
|
|
101
|
-
pink: string;
|
|
102
|
-
turquoise: string;
|
|
103
|
-
blue: string;
|
|
104
|
-
mediumBlue: string;
|
|
105
|
-
darkBlue: string;
|
|
106
|
-
lightBlue: string;
|
|
107
|
-
navyBlue: string;
|
|
108
|
-
lightBlueTint: string;
|
|
109
|
-
gray: string;
|
|
110
|
-
orangeTint: string;
|
|
111
|
-
greenTint: string;
|
|
112
|
-
oliveTint: string;
|
|
113
|
-
violetTint: string;
|
|
114
|
-
redTint: string;
|
|
115
|
-
pinkTint: string;
|
|
116
|
-
turquoiseTint: string;
|
|
117
|
-
darkBlueTint: string;
|
|
118
|
-
black: string;
|
|
119
|
-
};
|
|
120
|
-
statesBackground: {
|
|
121
|
-
tabsHover: string;
|
|
122
|
-
tabsActive: string;
|
|
123
|
-
tabsActiveHover: string;
|
|
124
|
-
accentHover: string;
|
|
125
|
-
accentActive: string;
|
|
126
|
-
field: string;
|
|
127
|
-
secondaryAlphaActive: string;
|
|
128
|
-
secondaryAlphaHover: string;
|
|
129
|
-
listHover: string;
|
|
130
|
-
notificationHover: string;
|
|
131
|
-
notificationHoverError: string;
|
|
132
|
-
sideBarActive: string;
|
|
133
|
-
};
|
|
134
|
-
gradient: {
|
|
135
|
-
top: string;
|
|
136
|
-
bottom: string;
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
dark: {
|
|
140
|
-
background: {
|
|
141
|
-
primary: string;
|
|
142
|
-
content: string;
|
|
143
|
-
secondary: string;
|
|
144
|
-
secondaryAlpha: string;
|
|
145
|
-
field: string;
|
|
146
|
-
fieldSecondary: string;
|
|
147
|
-
accent: string;
|
|
148
|
-
accentSecondaryTint: string;
|
|
149
|
-
positiveTint: string;
|
|
150
|
-
warningTint: string;
|
|
151
|
-
negativeTint: string;
|
|
152
|
-
info: string;
|
|
153
|
-
};
|
|
154
|
-
text: {
|
|
155
|
-
primary: string;
|
|
156
|
-
secondary: string;
|
|
157
|
-
tertiary: string;
|
|
158
|
-
fourth: string;
|
|
159
|
-
contrast: string;
|
|
160
|
-
contrastThemed: string;
|
|
161
|
-
accent: string;
|
|
162
|
-
accentSecondary: string;
|
|
163
|
-
positive: string;
|
|
164
|
-
warning: string;
|
|
165
|
-
negative: string;
|
|
166
|
-
info: string;
|
|
167
|
-
link: string;
|
|
168
|
-
};
|
|
169
|
-
icons: {
|
|
170
|
-
primary: string;
|
|
171
|
-
secondary: string;
|
|
172
|
-
tertiary: string;
|
|
173
|
-
fourth: string;
|
|
174
|
-
contrast: string;
|
|
175
|
-
contrastThemed: string;
|
|
176
|
-
contrastThemRev: string;
|
|
177
|
-
accent: string;
|
|
178
|
-
accentSecondary: string;
|
|
179
|
-
positive: string;
|
|
180
|
-
warring: string;
|
|
181
|
-
negative: string;
|
|
182
|
-
info: string;
|
|
183
|
-
link: string;
|
|
184
|
-
};
|
|
185
|
-
stroke: {
|
|
186
|
-
primary: string;
|
|
187
|
-
secondary: string;
|
|
188
|
-
tertiary: string;
|
|
189
|
-
contrast: string;
|
|
190
|
-
accent: string;
|
|
191
|
-
positive: string;
|
|
192
|
-
warning: string;
|
|
193
|
-
negative: string;
|
|
194
|
-
info: string;
|
|
195
|
-
};
|
|
196
|
-
interactiveButtons: {
|
|
197
|
-
brandBackground: string;
|
|
198
|
-
brandBackgroundHover: string;
|
|
199
|
-
brandText: string;
|
|
200
|
-
secondaryBrandBackground: string;
|
|
201
|
-
secondaryBrandBackgroundHover: string;
|
|
202
|
-
secondaryBrandText: string;
|
|
203
|
-
outlineBrandBackground: string;
|
|
204
|
-
outlineBrandBackgroundHover: string;
|
|
205
|
-
outlineBrandText: string;
|
|
206
|
-
outlineBrandBorder: string;
|
|
207
|
-
outlineBrandBorderHover: string;
|
|
208
|
-
systemBackground: string;
|
|
209
|
-
systemBackgroundHover: string;
|
|
210
|
-
systemText: string;
|
|
211
|
-
successBackground: string;
|
|
212
|
-
successBackgroundHover: string;
|
|
213
|
-
successText: string;
|
|
214
|
-
warningBackground: string;
|
|
215
|
-
warningBackgroundHover: string;
|
|
216
|
-
warningText: string;
|
|
217
|
-
criticalBackground: string;
|
|
218
|
-
criticalBackgroundHover: string;
|
|
219
|
-
criticalText: string;
|
|
220
|
-
neutralBackground: string;
|
|
221
|
-
neutralBackgroundHover: string;
|
|
222
|
-
neutralText: string;
|
|
223
|
-
};
|
|
224
|
-
interactiveControls: {
|
|
225
|
-
accent: string;
|
|
226
|
-
secondary: string;
|
|
227
|
-
supportive: string;
|
|
228
|
-
brand: string;
|
|
229
|
-
brandAlpha: string;
|
|
230
|
-
};
|
|
231
|
-
other: {
|
|
232
|
-
orange: string;
|
|
233
|
-
green: string;
|
|
234
|
-
olive: string;
|
|
235
|
-
violet: string;
|
|
236
|
-
red: string;
|
|
237
|
-
red2: string;
|
|
238
|
-
pink: string;
|
|
239
|
-
turquoise: string;
|
|
240
|
-
blue: string;
|
|
241
|
-
mediumBlue: string;
|
|
242
|
-
darkBlue: string;
|
|
243
|
-
lightBlue: string;
|
|
244
|
-
navyBlue: string;
|
|
245
|
-
lightBlueTint: string;
|
|
246
|
-
gray: string;
|
|
247
|
-
orangeTint: string;
|
|
248
|
-
greenTint: string;
|
|
249
|
-
oliveTint: string;
|
|
250
|
-
violetTint: string;
|
|
251
|
-
redTint: string;
|
|
252
|
-
pinkTint: string;
|
|
253
|
-
turquoiseTint: string;
|
|
254
|
-
darkBlueTint: string;
|
|
255
|
-
black: string;
|
|
256
|
-
};
|
|
257
|
-
statesBackground: {
|
|
258
|
-
tabsHover: string;
|
|
259
|
-
tabsActive: string;
|
|
260
|
-
tabsActiveHover: string;
|
|
261
|
-
accentHover: string;
|
|
262
|
-
accentActive: string;
|
|
263
|
-
field: string;
|
|
264
|
-
secondaryAlphaActive: string;
|
|
265
|
-
secondaryAlphaHover: string;
|
|
266
|
-
listHover: string;
|
|
267
|
-
notificationHover: string;
|
|
268
|
-
notificationHoverError: string;
|
|
269
|
-
sideBarActive: string;
|
|
270
|
-
};
|
|
271
|
-
gradient: {
|
|
272
|
-
top: string;
|
|
273
|
-
bottom: string;
|
|
274
|
-
};
|
|
275
|
-
};
|
|
276
|
-
};
|
|
1
|
+
export declare const palette: {
|
|
2
|
+
light: {
|
|
3
|
+
background: {
|
|
4
|
+
primary: string;
|
|
5
|
+
content: string;
|
|
6
|
+
secondary: string;
|
|
7
|
+
secondaryAlpha: string;
|
|
8
|
+
field: string;
|
|
9
|
+
fieldSecondary: string;
|
|
10
|
+
accent: string;
|
|
11
|
+
accentSecondaryTint: string;
|
|
12
|
+
positiveTint: string;
|
|
13
|
+
warningTint: string;
|
|
14
|
+
negativeTint: string;
|
|
15
|
+
info: string;
|
|
16
|
+
};
|
|
17
|
+
text: {
|
|
18
|
+
primary: string;
|
|
19
|
+
secondary: string;
|
|
20
|
+
tertiary: string;
|
|
21
|
+
fourth: string;
|
|
22
|
+
contrast: string;
|
|
23
|
+
contrastThemed: string;
|
|
24
|
+
accent: string;
|
|
25
|
+
accentSecondary: string;
|
|
26
|
+
positive: string;
|
|
27
|
+
warning: string;
|
|
28
|
+
negative: string;
|
|
29
|
+
info: string;
|
|
30
|
+
link: string;
|
|
31
|
+
};
|
|
32
|
+
icons: {
|
|
33
|
+
primary: string;
|
|
34
|
+
secondary: string;
|
|
35
|
+
tertiary: string;
|
|
36
|
+
fourth: string;
|
|
37
|
+
contrast: string;
|
|
38
|
+
contrastThemed: string;
|
|
39
|
+
contrastThemRev: string;
|
|
40
|
+
accent: string;
|
|
41
|
+
accentSecondary: string;
|
|
42
|
+
positive: string;
|
|
43
|
+
warring: string;
|
|
44
|
+
negative: string;
|
|
45
|
+
info: string;
|
|
46
|
+
link: string;
|
|
47
|
+
};
|
|
48
|
+
stroke: {
|
|
49
|
+
primary: string;
|
|
50
|
+
secondary: string;
|
|
51
|
+
tertiary: string;
|
|
52
|
+
contrast: string;
|
|
53
|
+
accent: string;
|
|
54
|
+
positive: string;
|
|
55
|
+
warning: string;
|
|
56
|
+
negative: string;
|
|
57
|
+
info: string;
|
|
58
|
+
};
|
|
59
|
+
interactiveButtons: {
|
|
60
|
+
brandBackground: string;
|
|
61
|
+
brandBackgroundHover: string;
|
|
62
|
+
brandText: string;
|
|
63
|
+
secondaryBrandBackground: string;
|
|
64
|
+
secondaryBrandBackgroundHover: string;
|
|
65
|
+
secondaryBrandText: string;
|
|
66
|
+
outlineBrandBackground: string;
|
|
67
|
+
outlineBrandBackgroundHover: string;
|
|
68
|
+
outlineBrandText: string;
|
|
69
|
+
outlineBrandBorder: string;
|
|
70
|
+
outlineBrandBorderHover: string;
|
|
71
|
+
systemBackground: string;
|
|
72
|
+
systemBackgroundHover: string;
|
|
73
|
+
systemText: string;
|
|
74
|
+
successBackground: string;
|
|
75
|
+
successBackgroundHover: string;
|
|
76
|
+
successText: string;
|
|
77
|
+
warningBackground: string;
|
|
78
|
+
warningBackgroundHover: string;
|
|
79
|
+
warningText: string;
|
|
80
|
+
criticalBackground: string;
|
|
81
|
+
criticalBackgroundHover: string;
|
|
82
|
+
criticalText: string;
|
|
83
|
+
neutralBackground: string;
|
|
84
|
+
neutralBackgroundHover: string;
|
|
85
|
+
neutralText: string;
|
|
86
|
+
};
|
|
87
|
+
interactiveControls: {
|
|
88
|
+
accent: string;
|
|
89
|
+
secondary: string;
|
|
90
|
+
supportive: string;
|
|
91
|
+
brand: string;
|
|
92
|
+
brandAlpha: string;
|
|
93
|
+
};
|
|
94
|
+
other: {
|
|
95
|
+
orange: string;
|
|
96
|
+
green: string;
|
|
97
|
+
olive: string;
|
|
98
|
+
violet: string;
|
|
99
|
+
red: string;
|
|
100
|
+
red2: string;
|
|
101
|
+
pink: string;
|
|
102
|
+
turquoise: string;
|
|
103
|
+
blue: string;
|
|
104
|
+
mediumBlue: string;
|
|
105
|
+
darkBlue: string;
|
|
106
|
+
lightBlue: string;
|
|
107
|
+
navyBlue: string;
|
|
108
|
+
lightBlueTint: string;
|
|
109
|
+
gray: string;
|
|
110
|
+
orangeTint: string;
|
|
111
|
+
greenTint: string;
|
|
112
|
+
oliveTint: string;
|
|
113
|
+
violetTint: string;
|
|
114
|
+
redTint: string;
|
|
115
|
+
pinkTint: string;
|
|
116
|
+
turquoiseTint: string;
|
|
117
|
+
darkBlueTint: string;
|
|
118
|
+
black: string;
|
|
119
|
+
};
|
|
120
|
+
statesBackground: {
|
|
121
|
+
tabsHover: string;
|
|
122
|
+
tabsActive: string;
|
|
123
|
+
tabsActiveHover: string;
|
|
124
|
+
accentHover: string;
|
|
125
|
+
accentActive: string;
|
|
126
|
+
field: string;
|
|
127
|
+
secondaryAlphaActive: string;
|
|
128
|
+
secondaryAlphaHover: string;
|
|
129
|
+
listHover: string;
|
|
130
|
+
notificationHover: string;
|
|
131
|
+
notificationHoverError: string;
|
|
132
|
+
sideBarActive: string;
|
|
133
|
+
};
|
|
134
|
+
gradient: {
|
|
135
|
+
top: string;
|
|
136
|
+
bottom: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
dark: {
|
|
140
|
+
background: {
|
|
141
|
+
primary: string;
|
|
142
|
+
content: string;
|
|
143
|
+
secondary: string;
|
|
144
|
+
secondaryAlpha: string;
|
|
145
|
+
field: string;
|
|
146
|
+
fieldSecondary: string;
|
|
147
|
+
accent: string;
|
|
148
|
+
accentSecondaryTint: string;
|
|
149
|
+
positiveTint: string;
|
|
150
|
+
warningTint: string;
|
|
151
|
+
negativeTint: string;
|
|
152
|
+
info: string;
|
|
153
|
+
};
|
|
154
|
+
text: {
|
|
155
|
+
primary: string;
|
|
156
|
+
secondary: string;
|
|
157
|
+
tertiary: string;
|
|
158
|
+
fourth: string;
|
|
159
|
+
contrast: string;
|
|
160
|
+
contrastThemed: string;
|
|
161
|
+
accent: string;
|
|
162
|
+
accentSecondary: string;
|
|
163
|
+
positive: string;
|
|
164
|
+
warning: string;
|
|
165
|
+
negative: string;
|
|
166
|
+
info: string;
|
|
167
|
+
link: string;
|
|
168
|
+
};
|
|
169
|
+
icons: {
|
|
170
|
+
primary: string;
|
|
171
|
+
secondary: string;
|
|
172
|
+
tertiary: string;
|
|
173
|
+
fourth: string;
|
|
174
|
+
contrast: string;
|
|
175
|
+
contrastThemed: string;
|
|
176
|
+
contrastThemRev: string;
|
|
177
|
+
accent: string;
|
|
178
|
+
accentSecondary: string;
|
|
179
|
+
positive: string;
|
|
180
|
+
warring: string;
|
|
181
|
+
negative: string;
|
|
182
|
+
info: string;
|
|
183
|
+
link: string;
|
|
184
|
+
};
|
|
185
|
+
stroke: {
|
|
186
|
+
primary: string;
|
|
187
|
+
secondary: string;
|
|
188
|
+
tertiary: string;
|
|
189
|
+
contrast: string;
|
|
190
|
+
accent: string;
|
|
191
|
+
positive: string;
|
|
192
|
+
warning: string;
|
|
193
|
+
negative: string;
|
|
194
|
+
info: string;
|
|
195
|
+
};
|
|
196
|
+
interactiveButtons: {
|
|
197
|
+
brandBackground: string;
|
|
198
|
+
brandBackgroundHover: string;
|
|
199
|
+
brandText: string;
|
|
200
|
+
secondaryBrandBackground: string;
|
|
201
|
+
secondaryBrandBackgroundHover: string;
|
|
202
|
+
secondaryBrandText: string;
|
|
203
|
+
outlineBrandBackground: string;
|
|
204
|
+
outlineBrandBackgroundHover: string;
|
|
205
|
+
outlineBrandText: string;
|
|
206
|
+
outlineBrandBorder: string;
|
|
207
|
+
outlineBrandBorderHover: string;
|
|
208
|
+
systemBackground: string;
|
|
209
|
+
systemBackgroundHover: string;
|
|
210
|
+
systemText: string;
|
|
211
|
+
successBackground: string;
|
|
212
|
+
successBackgroundHover: string;
|
|
213
|
+
successText: string;
|
|
214
|
+
warningBackground: string;
|
|
215
|
+
warningBackgroundHover: string;
|
|
216
|
+
warningText: string;
|
|
217
|
+
criticalBackground: string;
|
|
218
|
+
criticalBackgroundHover: string;
|
|
219
|
+
criticalText: string;
|
|
220
|
+
neutralBackground: string;
|
|
221
|
+
neutralBackgroundHover: string;
|
|
222
|
+
neutralText: string;
|
|
223
|
+
};
|
|
224
|
+
interactiveControls: {
|
|
225
|
+
accent: string;
|
|
226
|
+
secondary: string;
|
|
227
|
+
supportive: string;
|
|
228
|
+
brand: string;
|
|
229
|
+
brandAlpha: string;
|
|
230
|
+
};
|
|
231
|
+
other: {
|
|
232
|
+
orange: string;
|
|
233
|
+
green: string;
|
|
234
|
+
olive: string;
|
|
235
|
+
violet: string;
|
|
236
|
+
red: string;
|
|
237
|
+
red2: string;
|
|
238
|
+
pink: string;
|
|
239
|
+
turquoise: string;
|
|
240
|
+
blue: string;
|
|
241
|
+
mediumBlue: string;
|
|
242
|
+
darkBlue: string;
|
|
243
|
+
lightBlue: string;
|
|
244
|
+
navyBlue: string;
|
|
245
|
+
lightBlueTint: string;
|
|
246
|
+
gray: string;
|
|
247
|
+
orangeTint: string;
|
|
248
|
+
greenTint: string;
|
|
249
|
+
oliveTint: string;
|
|
250
|
+
violetTint: string;
|
|
251
|
+
redTint: string;
|
|
252
|
+
pinkTint: string;
|
|
253
|
+
turquoiseTint: string;
|
|
254
|
+
darkBlueTint: string;
|
|
255
|
+
black: string;
|
|
256
|
+
};
|
|
257
|
+
statesBackground: {
|
|
258
|
+
tabsHover: string;
|
|
259
|
+
tabsActive: string;
|
|
260
|
+
tabsActiveHover: string;
|
|
261
|
+
accentHover: string;
|
|
262
|
+
accentActive: string;
|
|
263
|
+
field: string;
|
|
264
|
+
secondaryAlphaActive: string;
|
|
265
|
+
secondaryAlphaHover: string;
|
|
266
|
+
listHover: string;
|
|
267
|
+
notificationHover: string;
|
|
268
|
+
notificationHoverError: string;
|
|
269
|
+
sideBarActive: string;
|
|
270
|
+
};
|
|
271
|
+
gradient: {
|
|
272
|
+
top: string;
|
|
273
|
+
bottom: string;
|
|
274
|
+
};
|
|
275
|
+
};
|
|
276
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { palette } from './theme.const';
|
|
2
|
-
export type TTheme = (typeof palette)['light'];
|
|
1
|
+
import { palette } from './theme.const';
|
|
2
|
+
export type TTheme = (typeof palette)['light'];
|
package/dist/urls/constant.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const ABOUT_LINK = "https://sites.profinansy.ru/about_profinansyru";
|
|
2
|
-
export declare const getFeedHost: (isTest: boolean) => "https://lenta.test.profinansy.ru" | "https://lenta.profinansy.ru";
|
|
3
|
-
export declare const getProfinansyHost: (isProfinansy: boolean, isTest: boolean) => string;
|
|
1
|
+
export declare const ABOUT_LINK = "https://sites.profinansy.ru/about_profinansyru";
|
|
2
|
+
export declare const getFeedHost: (isTest: boolean) => "https://lenta.test.profinansy.ru" | "https://lenta.profinansy.ru";
|
|
3
|
+
export declare const getProfinansyHost: (isProfinansy: boolean, isTest: boolean) => string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare const getCalculatorLinks: (hostname: string) => {
|
|
2
|
-
name: string;
|
|
3
|
-
Icon: any;
|
|
4
|
-
href: string;
|
|
5
|
-
subPages: {
|
|
6
|
-
name: string;
|
|
7
|
-
Icon: any;
|
|
8
|
-
href: string;
|
|
9
|
-
}[];
|
|
10
|
-
};
|
|
1
|
+
export declare const getCalculatorLinks: (hostname: string) => {
|
|
2
|
+
name: string;
|
|
3
|
+
Icon: any;
|
|
4
|
+
href: string;
|
|
5
|
+
subPages: {
|
|
6
|
+
name: string;
|
|
7
|
+
Icon: any;
|
|
8
|
+
href: string;
|
|
9
|
+
}[];
|
|
10
|
+
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export declare const getClubLinks: (hostname: string) => {
|
|
2
|
-
name: string;
|
|
3
|
-
Icon: any;
|
|
4
|
-
href: string;
|
|
5
|
-
subPages: ({
|
|
6
|
-
name: string;
|
|
7
|
-
href: string;
|
|
8
|
-
subPages?: undefined;
|
|
9
|
-
} | {
|
|
10
|
-
name: string;
|
|
11
|
-
subPages: {
|
|
12
|
-
name: string;
|
|
13
|
-
href: string;
|
|
14
|
-
}[];
|
|
15
|
-
href?: undefined;
|
|
16
|
-
})[];
|
|
17
|
-
};
|
|
1
|
+
export declare const getClubLinks: (hostname: string) => {
|
|
2
|
+
name: string;
|
|
3
|
+
Icon: any;
|
|
4
|
+
href: string;
|
|
5
|
+
subPages: ({
|
|
6
|
+
name: string;
|
|
7
|
+
href: string;
|
|
8
|
+
subPages?: undefined;
|
|
9
|
+
} | {
|
|
10
|
+
name: string;
|
|
11
|
+
subPages: {
|
|
12
|
+
name: string;
|
|
13
|
+
href: string;
|
|
14
|
+
}[];
|
|
15
|
+
href?: undefined;
|
|
16
|
+
})[];
|
|
17
|
+
};
|