@woovi/ui 6.8.13 → 6.8.15
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.cjs +2 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/buttons/DangerButton.d.ts +0 -7
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import Avatar, { AvatarCircle } from "./avatar/Avatar.tsx";
|
|
2
2
|
import BackButton from "./BackButton.tsx";
|
|
3
3
|
import ActionButton from "./buttons/ActionButton.tsx";
|
|
4
|
-
import DangerButton from "./buttons/DangerButton.tsx";
|
|
5
4
|
import ResponsiveSplitButton from "./buttons/ResponsiveSplitButton.tsx";
|
|
6
5
|
import SplitButton from "./buttons/SplitButton.tsx";
|
|
7
6
|
import Card from "./card/Card.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, CardAnalyticsSkeleton, CardContent, CardForm, CardStep, CardWithActions, CardWithLink, CardWithLinkSkeleton, Code, Collapse, Collapsible, CollapsibleDetails, CollapsibleGroup, CollapsibleStep, CollapsibleStepHeader, CollapsibleTree, Content, CvvIcon,
|
|
100
|
+
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, 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";
|