-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ui): ui package bundling, closes leather-io/issues#351
- Loading branch information
1 parent
0cb5875
commit b765ced
Showing
25 changed files
with
251 additions
and
673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/ui/src/components/approver/animations/approver-animation.web.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/ui/src/components/approver/approver-context.shared.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/ui/src/components/approver/components/approver-actions.web.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/ui/src/components/approver/components/approver-section.web.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/ui/src/components/approver/stories/approver-demo.web.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
export { Accordion } from './components/accordion/accordion.web'; | ||
export { AddressDisplayer } from './components/address-displayer/address-displayer.web'; | ||
export * from './components/avatar'; | ||
export { BulletSeparator } from './components/bullet-separator/bullet-separator.web'; | ||
export { Button, type ButtonProps } from './components/button/button.web'; | ||
export { Callout } from './components/callout/callout.web'; | ||
export * from './components/sheet'; | ||
export { DropdownMenu } from './components/dropdown-menu/dropdown-menu.web'; | ||
export { Flag, type FlagProps } from './components/flag/flag.web'; | ||
export { IconButton } from './components/icon-button/icon-button.web'; | ||
export { Input } from './components/input/input.web'; | ||
export { ItemLayout } from './components/item-layout/item-layout.web'; | ||
export { ItemLayoutWithButtons } from './components/item-layout/item-layout-with-buttons.web'; | ||
export { Link } from './components/link/link.web'; | ||
export { NetworkModeBadge } from './components/network-mode-badge/network-mode-badge.web'; | ||
export * from './components/pressable/pressable.web'; | ||
export * from './components/select'; | ||
export { Tabs } from './components/tabs/tabs.web'; | ||
export * from './components/toast'; | ||
export * from './components/tooltip'; | ||
export { Tag, type TagProps, type TagVariants } from './components/tag/tag.web'; | ||
export * from './components/typography/index.web'; | ||
export { DynamicColorCircle } from './components/dynamic-color-circle.web'; | ||
export { Hr, DashedHr, type HrProps } from './components/hr.web'; | ||
export { Logo } from './components/logo.web'; | ||
export { Spinner } from './components/spinner.web'; | ||
export { shimmerStyles } from './components/skeleton-loader/shimmer.styles.web'; | ||
export { SkeletonLoader } from './components/skeleton-loader/skeleton-loader.web'; | ||
export { Icon } from './icons/icon/icon.web'; | ||
export * from './icons/index.web'; | ||
export * from './components/approver/approver.web'; | ||
export * from './components/favicon/favicon.web'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.