profinansy-ui-lib 3.5.82 → 3.5.83

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.
@@ -0,0 +1,2 @@
1
+ declare const Datepicker: () => JSX.Element;
2
+ export { Datepicker };
package/dist/index.d.ts CHANGED
@@ -64,7 +64,6 @@ import { Bubbles } from './components/uikit/Bubbles';
64
64
  import { Typography } from './components/uikit/Typography';
65
65
  import { PageTitle } from './components/uikit/PageTitle';
66
66
  import { ButtonPaging } from './components/uikit/ButtonPaging';
67
- import { Datepicker } from './components/uikit/Datepicker';
68
67
  import { Select, SelectInput, ISelectOption } from './components/uikit/Select';
69
68
  import { palette } from './theme/theme.const';
70
69
  import { ThemeProvider, useMode, TTheme } from './theme/ThemeProvider';
@@ -78,4 +77,4 @@ import { HEIGHT_HEADER } from './constants/common';
78
77
  import { AnimationFunctions } from './constants/animation/animation';
79
78
  import { ListItemStyle } from './styles/List';
80
79
  import { Scroll, NotVisibleScroll } from './styles/Scroll';
81
- export { AnimationFunctions, INSTRUMENTS_TYPES, eventBus, BusEvent, SuccessModal, Footer, Header, HeaderWelcome, SideMenu, Notification, NotificationShort, Like, Views, Support, Comment, ShareList, PremiumBanner, CommonBanner, CompanyInfo, Alert, AvatarCompany, Table, TCellText, Hint, SegmentControl, SwiperButton, FilterButton, ControlButton, SortingButton, Counter, Checkbox, Radio, Portal, Loader, ButtonPaging, Button, Tabs, TextButton, TextButtonLink, RegexPattern, Input, Textarea, TextareaAutoSize, ErrorText, Avatar, Tooltip, Typography, Modal, SideModal, ArrowButton, Bubbles, HiddenText, PasswordInput, Dropdown, ModalMobile, Popup, IPopup, FieldRow, Card, PageTitle, Switch, Spinner, Skeleton, Datepicker, Select, SelectInput, ISelectOption, palette, ThemeProvider, useMode, useHidingChat, useHidingFromApp, useOpenSideMenu, useLoadingNextPage, useLastElement, useClickOutside, useBlockScrollOpen, useDragging, LayoutSideMenu, HEIGHT_HEADER, setCookie, getCookie, deleteCookie, IColumnTable, ListItemStyle, Scroll, NotVisibleScroll, useMediaQuery, breakpoint, TTheme, Locales, ConfigProvider, useConfig };
80
+ export { AnimationFunctions, INSTRUMENTS_TYPES, eventBus, BusEvent, SuccessModal, Footer, Header, HeaderWelcome, SideMenu, Notification, NotificationShort, Like, Views, Support, Comment, ShareList, PremiumBanner, CommonBanner, CompanyInfo, Alert, AvatarCompany, Table, TCellText, Hint, SegmentControl, SwiperButton, FilterButton, ControlButton, SortingButton, Counter, Checkbox, Radio, Portal, Loader, ButtonPaging, Button, Tabs, TextButton, TextButtonLink, RegexPattern, Input, Textarea, TextareaAutoSize, ErrorText, Avatar, Tooltip, Typography, Modal, SideModal, ArrowButton, Bubbles, HiddenText, PasswordInput, Dropdown, ModalMobile, Popup, IPopup, FieldRow, Card, PageTitle, Switch, Spinner, Skeleton, Select, SelectInput, ISelectOption, palette, ThemeProvider, useMode, useHidingChat, useHidingFromApp, useOpenSideMenu, useLoadingNextPage, useLastElement, useClickOutside, useBlockScrollOpen, useDragging, LayoutSideMenu, HEIGHT_HEADER, setCookie, getCookie, deleteCookie, IColumnTable, ListItemStyle, Scroll, NotVisibleScroll, useMediaQuery, breakpoint, TTheme, Locales, ConfigProvider, useConfig };