999dcd4468
## Before <img width="1031" height="836" alt="image" src="https://github.com/user-attachments/assets/475ca1be-f7c4-49d0-b329-649dbe8da489" /> ## After <img width="1195" height="862" alt="image" src="https://github.com/user-attachments/assets/b1bac131-e562-4439-8f8e-bda4d6e2a646" /> --------- Co-authored-by: Charles Bochet <charles@twenty.com>
61 lines
3.4 KiB
TypeScript
61 lines
3.4 KiB
TypeScript
/*
|
|
* _____ _
|
|
*|_ _|_ _____ _ __ | |_ _ _
|
|
* | | \ \ /\ / / _ \ '_ \| __| | | | Auto-generated file
|
|
* | | \ V V / __/ | | | |_| |_| | Any edits to this will be overridden
|
|
* |_| \_/\_/ \___|_| |_|\__|\__, |
|
|
* |___/
|
|
*/
|
|
|
|
export { AnimatedExpandableContainer } from './animated-expandable-container/components/AnimatedExpandableContainer';
|
|
export type { AnimationDimension } from './animated-expandable-container/types/AnimationDimension';
|
|
export type { AnimationDurationObject } from './animated-expandable-container/types/AnimationDurationObject';
|
|
export type { AnimationDurations } from './animated-expandable-container/types/AnimationDurations';
|
|
export type { AnimationMode } from './animated-expandable-container/types/AnimationMode';
|
|
export type { AnimationSize } from './animated-expandable-container/types/AnimationSize';
|
|
export { getCommonStyles } from './animated-expandable-container/utils/getCommonStyles';
|
|
export { getExpandableAnimationConfig } from './animated-expandable-container/utils/getExpandableAnimationConfig';
|
|
export { getTransitionValues } from './animated-expandable-container/utils/getTransitionValues';
|
|
export type { AnimatedPlaceholderType } from './animated-placeholder/components/AnimatedPlaceholder';
|
|
export { AnimatedPlaceholder } from './animated-placeholder/components/AnimatedPlaceholder';
|
|
export {
|
|
AnimatedPlaceholderEmptyContainer,
|
|
EMPTY_PLACEHOLDER_TRANSITION_PROPS,
|
|
AnimatedPlaceholderEmptyTextContainer,
|
|
AnimatedPlaceholderEmptyTitle,
|
|
AnimatedPlaceholderEmptySubTitle,
|
|
} from './animated-placeholder/components/EmptyPlaceholderStyled';
|
|
export {
|
|
AnimatedPlaceholderErrorContainer,
|
|
AnimatedPlaceholderErrorTextContainer,
|
|
AnimatedPlaceholderErrorTitle,
|
|
AnimatedPlaceholderErrorSubTitle,
|
|
} from './animated-placeholder/components/ErrorPlaceholderStyled';
|
|
export { BACKGROUND } from './animated-placeholder/constants/Background';
|
|
export { DARK_BACKGROUND } from './animated-placeholder/constants/DarkBackground';
|
|
export { DARK_MOVING_IMAGE } from './animated-placeholder/constants/DarkMovingImage';
|
|
export { MOVING_IMAGE } from './animated-placeholder/constants/MovingImage';
|
|
export { Card } from './card/components/Card';
|
|
export { CardContent } from './card/components/CardContent';
|
|
export { CardFooter } from './card/components/CardFooter';
|
|
export { CardHeader } from './card/components/CardHeader';
|
|
export { Modal } from './modal/components/Modal';
|
|
export { ModalBackdrop } from './modal/components/ModalBackdrop';
|
|
export type { ModalContentProps } from './modal/components/ModalContent';
|
|
export { ModalContent } from './modal/components/ModalContent';
|
|
export type { ModalFooterProps } from './modal/components/ModalFooter';
|
|
export { ModalFooter } from './modal/components/ModalFooter';
|
|
export type { ModalHeaderProps } from './modal/components/ModalHeader';
|
|
export { ModalHeader } from './modal/components/ModalHeader';
|
|
export type { ModalOverlay } from './modal/types/ModalOverlay';
|
|
export type { ModalPadding } from './modal/types/ModalPadding';
|
|
export type { ModalProps } from './modal/types/ModalProps';
|
|
export type { ModalSize } from './modal/types/ModalSize';
|
|
export { ResizeHandle } from './resize-handle/components/ResizeHandle';
|
|
export { useResizeHandle } from './resize-handle/hooks/useResizeHandle';
|
|
export {
|
|
SectionAlignment,
|
|
SectionFontColor,
|
|
Section,
|
|
} from './section/components/Section';
|