@woovi/ui 6.8.3 → 6.8.5
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/index.d.ts
CHANGED
|
@@ -13,7 +13,6 @@ import CardWithLink from "./card/CardWithLink.tsx";
|
|
|
13
13
|
import CardWithLinkSkeleton from "./card/CardWithLinkSkeleton.tsx";
|
|
14
14
|
import CardWithActions from "./card/cardWithActions/CardWithActions.tsx";
|
|
15
15
|
import { default as CardAnalytics } from "./cardAnalytics/CardAnalytics.tsx";
|
|
16
|
-
import { default as CardAnalyticsSmall } from "./cardAnalytics/CardAnalyticsSmall.tsx";
|
|
17
16
|
import Grid from "./cardGrid/Grid.tsx";
|
|
18
17
|
import { Code } from "./code/Code.tsx";
|
|
19
18
|
import { Collapse } from "./collapsible/Collapse.tsx";
|
|
@@ -98,7 +97,7 @@ export { TermsLink } from "./term/TermsLink.tsx";
|
|
|
98
97
|
export { default as TextMultiline } from "./text/TextMultiline.tsx";
|
|
99
98
|
export { ThemeMuiDispute, ThemeMuiTheme } from "./theme/Themes.tsx";
|
|
100
99
|
export * from "./unSupportedBrowser/index.tsx";
|
|
101
|
-
export { ActionButton, ActionMargin, Avatar, AvatarCircle, BackButton, Card, CardActions, CardAnalytics,
|
|
100
|
+
export { ActionButton, ActionMargin, Avatar, AvatarCircle, BackButton, Card, CardActions, CardAnalytics, CardContent, CardForm, CardStep, CardWithActions, CardWithLink, CardWithLinkSkeleton, Code, Collapse, Collapsible, CollapsibleDetails, CollapsibleGroup, CollapsibleStep, CollapsibleStepHeader, CollapsibleTree, Content, CvvIcon, DangerButton, Divider, DownloadIcon, EncryptedText, ExpandMoreIcon, type FilterItem, FilterRelayFormik, type FilterRelayFormikProps, FloatingMenu, getTransactionEntryTypeColors, Grid, hexToRgb, hexToRgbaString, HorizontalStack, Icon, LayoutRoot, LayoutWrapper, LeafCollapsible, Link, Loading, Modal, RefreshButtonRelay, RejectIcon, ResponsiveSplitButton, RoutedTabs, Row, ScreenHeaderCard, ScreenHeaderTitle, SearchField, SearchIcon, SearchInputRelay, SectionHeading, SplitButton, statementColors, SuccessIcon, SwipeableModal, Tag, TagsContainer, TopPagination, toSafeTruncate, TRANSACTION_TAG_STATUS_COLOR, TransactionTagStatus, TransactionTypeText, WarningIcon, };
|
|
102
101
|
export { ButtonMenu, ButtonMenuItem } from "./buttons/ButtonMenu.tsx";
|
|
103
102
|
export { CopyButton } from "./buttons/CopyButton.tsx";
|
|
104
103
|
export { default as PayWithPixButton } from "./buttons/PayWithPixButton.tsx";
|