@woovi/ui 6.8.4 → 6.8.6
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,7 @@ 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
|
|
16
|
+
import { default as CardAnalyticsSkeleton } from "./cardAnalytics/CardAnalyticsSkeleton.tsx";
|
|
17
17
|
import Grid from "./cardGrid/Grid.tsx";
|
|
18
18
|
import { Code } from "./code/Code.tsx";
|
|
19
19
|
import { Collapse } from "./collapsible/Collapse.tsx";
|
|
@@ -98,7 +98,7 @@ export { TermsLink } from "./term/TermsLink.tsx";
|
|
|
98
98
|
export { default as TextMultiline } from "./text/TextMultiline.tsx";
|
|
99
99
|
export { ThemeMuiDispute, ThemeMuiTheme } from "./theme/Themes.tsx";
|
|
100
100
|
export * from "./unSupportedBrowser/index.tsx";
|
|
101
|
-
export { ActionButton, ActionMargin, Avatar, AvatarCircle, BackButton, Card, CardActions, CardAnalytics,
|
|
101
|
+
export { ActionButton, ActionMargin, Avatar, AvatarCircle, BackButton, Card, CardActions, CardAnalytics, CardAnalyticsSkeleton, 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
102
|
export { ButtonMenu, ButtonMenuItem } from "./buttons/ButtonMenu.tsx";
|
|
103
103
|
export { CopyButton } from "./buttons/CopyButton.tsx";
|
|
104
104
|
export { default as PayWithPixButton } from "./buttons/PayWithPixButton.tsx";
|