-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ui): ♻️ refactored imports and exports & clear git cache
- Loading branch information
Showing
16 changed files
with
69 additions
and
80 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,57 +1,9 @@ | ||
export * from "./hooks"; | ||
export * from "./step"; | ||
export * from "./timeline"; | ||
export * from "./input"; | ||
export * from "./modal"; | ||
export * from "./ui"; | ||
|
||
export * from "./utils/helpers"; | ||
|
||
// input folder | ||
export { InputField, type InputFieldProps } from "./input/InputField"; | ||
export { | ||
ButtonCheckbox, | ||
type ButtonCheckboxProps, | ||
} from "./input/checkbox/Checkbox"; | ||
export { | ||
LargeButtonRadio, | ||
type LargeButtonRadioProps, | ||
} from "./input/radio/large/LargeButtonRadio"; | ||
export { | ||
LargeButtonRadioGroup, | ||
type LargeButtonRadioGroupProps, | ||
} from "./input/radio/large/LargeButtonRadioGroup"; | ||
export { ListRadio, type ListRadioProps } from "./input/radio/list/ListRadio"; | ||
export { ListRadioBox } from "./input/radio/list/ListRadioBox"; | ||
export { | ||
ToggleButton, | ||
type ToggleButtonProps, | ||
ToggleButtonGroup, | ||
type ToggleButtonGroupProps, | ||
} from "./input/ToggleButton"; | ||
export { | ||
QuantitySelect, | ||
type QuantitySelectProps, | ||
} from "./input/QuantitySelect"; | ||
|
||
// modal folder | ||
export { ModalButton, type ModalButtonProps } from "./modal/ModalButton"; | ||
export { | ||
ConfirmationModal, | ||
type ConfirmationModalProps, | ||
} from "./modal/ConfirmationModal"; | ||
|
||
// ui folder | ||
export { DividerWithText } from "./ui/DividerWithText"; | ||
export { | ||
UnderlineLink, | ||
type UnderlineLinkProps, | ||
UnderlineButton, | ||
type UnderlineButtonProps, | ||
} from "./ui/UnderlineLink"; | ||
export { Result, type ResultProps } from "./ui/Result"; | ||
export { HeadingGroup, type HeadingGroupProps } from "./ui/HeadingGroup"; | ||
export { | ||
formatPrice, | ||
Price, | ||
type PriceProps, | ||
PriceTag, | ||
type PriceTagProps, | ||
} from "./ui/PriceTag"; | ||
|
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export { InputField, type InputFieldProps } from "./InputField"; | ||
export { ButtonCheckbox, type ButtonCheckboxProps } from "./checkbox/Checkbox"; | ||
export { | ||
LargeButtonRadio, | ||
type LargeButtonRadioProps, | ||
} from "./radio/large/LargeButtonRadio"; | ||
export { | ||
LargeButtonRadioGroup, | ||
type LargeButtonRadioGroupProps, | ||
} from "./radio/large/LargeButtonRadioGroup"; | ||
export { | ||
ListRadio, | ||
type ListRadioProps, | ||
ListRadioBox, | ||
} from "./radio/list/ListRadio"; | ||
export { | ||
ToggleButton, | ||
type ToggleButtonProps, | ||
ToggleButtonGroup, | ||
type ToggleButtonGroupProps, | ||
} from "./ToggleButton"; | ||
export { QuantitySelect, type QuantitySelectProps } from "./QuantitySelect"; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export { ModalButton, type ModalButtonProps } from "./ModalButton"; | ||
export { | ||
ConfirmationModal, | ||
type ConfirmationModalProps, | ||
} from "./ConfirmationModal"; |
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,16 @@ | ||
export { DividerWithText } from "./DividerWithText"; | ||
export { | ||
UnderlineLink, | ||
type UnderlineLinkProps, | ||
UnderlineButton, | ||
type UnderlineButtonProps, | ||
} from "./UnderlineLink"; | ||
export { Result, type ResultProps } from "./Result"; | ||
export { HeadingGroup, type HeadingGroupProps } from "./HeadingGroup"; | ||
export { | ||
formatPrice, | ||
Price, | ||
type PriceProps, | ||
PriceTag, | ||
type PriceTagProps, | ||
} from "./PriceTag"; |
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
66aedcc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ecommerce-admin-client – ./apps/admin
ecommerce-admin-client-sahrohit.vercel.app
adminpasal.vercel.app
ecommerce-admin-client-git-main-sahrohit.vercel.app
66aedcc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ecommerce-storefront-client – ./apps/storefront
ecommerce-storefront-client-git-main-sahrohit.vercel.app
hamropasal.vercel.app
ecommerce-storefront-client-sahrohit.vercel.app
rudejellyfish.live
www.rudejellyfish.live