@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
17 lines (16 loc) • 6.73 kB
TypeScript
import { AnimationGetter, AnimationProp, AnimationProps, AnimationsProps } from "./animations.js";
import { ColorGetter } from "./colors.js";
import { BackgroundColorProps, BackgroundsProps } from "./backgrounds.js";
import { BorderBottomColorProps, BorderBottomProps, BorderBottomWidthProps, BorderColorProps, BorderGetter, BorderLeftColorProps, BorderLeftProps, BorderLeftWidthProps, BorderProps, BorderRadiusProp, BorderRadiusProps, BorderRightColorProps, BorderRightProps, BorderRightWidthProps, BorderStyleGetter, BorderStyleProps, BorderTopColorProps, BorderTopProps, BorderTopWidthProps, BorderWidthGetter, BorderWidthProps, BordersProps, DivideColorProps, DivideStyleProps, DivideXProps, DivideXReverseProps, DivideYProps, DivideYReverseProps, OutlineColorProps, OutlineProps, OutlineStyleProps, OutlineWidthProps, RadiusGetter, RingColorProps, RingProps, RingWidthGetter } from "./borders.js";
import { IsTruncatedProps, MaxLinesProps, WordBreakProps, isTruncated, maxLines, wordBreak } from "./custom.js";
import { BoxShadowProps, EffectsProps, OpacityProps, ShadowGetter, TextShadowProps } from "./effects.js";
import { BottomProps, BoxSizingProps, DisplayProps, FloatProps, InsetGetter, LayoutProps, LeftProps, ObjectFitProps, OverflowProps, OverflowXProps, OverflowYProps, OverscrollBehaviorProps, PositionProps, RightProps, TopProps, VisibilityProps, ZIndexGetter, ZIndexProps } from "./layout.js";
import { AlignContentProps, AlignItemsProps, AlignSelfProps, FlexBasisProps, FlexDirectionProps, FlexGrowProps, FlexProps, FlexShrinkProps, FlexWrapProps, FlexboxesProps, JustifyContentProps, JustifyItemsProps, JustifySelfProps, OrderProps } from "./flexboxes.js";
import { AppearanceProps, CursorProps, InteractivityProps, PointerEventsProps, ResizeProps, UserSelectProps } from "./interactivity.js";
import { HeightProps, MaxHeightProps, MaxWidthProps, MinHeightProps, MinWidthProps, SizeGetter, SizingProps, WidthProps } from "./sizing.js";
import { MarginBottomProps, MarginLeftProps, MarginProps, MarginRightProps, MarginTopProps, MarginXProps, MarginYProps, PaddingBottomProps, PaddingLeftProps, PaddingProps, PaddingRightProps, PaddingTopProps, PaddingXProps, PaddingYProps, SpaceGetter, SpaceProps, SpaceXProps, SpaceXReverseProps, SpaceYProps, SpaceYReverseProps } from "./space.js";
import { RotateProps, ScaleProps, ScaleXProps, ScaleYProps, SkewXProps, SkewYProps, TransformGetter, TransformOriginProps, TransformProps, TransformsProps, TranslateXProps, TranslateYProps } from "./transforms.js";
import { DurationGetter, TimingFunctionGetter, TransitionDelayProps, TransitionDurationProps, TransitionGetter, TransitionPropertyGetter, TransitionPropertyProps, TransitionProps, TransitionTimingFunctionProps, TransitionsProps } from "./transitions.js";
import { ColorProps, FontFamilyProps, FontGetter, FontSizeGetter, FontSizeProps, FontStyleProps, FontWeightGetter, FontWeightProps, LetterSpacingProps, LineHeightGetter, LineHeightProps, ListStylePositionProps, ListStyleTypeProps, TextAlignProps, TextDecorationProps, TextOverflowProps, TextTransformProps, TypographyProps, VerticalAlignProps, WhiteSpaceProps } from "./typography.js";
import system, { SystemProps } from "./system.js";
export { type AlignContentProps, type AlignItemsProps, type AlignSelfProps, type AnimationGetter, type AnimationProp, type AnimationProps, type AnimationsProps, type AppearanceProps, type BackgroundColorProps, type BackgroundsProps, type BorderBottomColorProps, type BorderBottomProps, type BorderBottomWidthProps, type BorderColorProps, type BorderGetter, type BorderLeftColorProps, type BorderLeftProps, type BorderLeftWidthProps, type BorderProps, type BorderRadiusProp, type BorderRadiusProps, type BorderRightColorProps, type BorderRightProps, type BorderRightWidthProps, type BorderStyleGetter, type BorderStyleProps, type BorderTopColorProps, type BorderTopProps, type BorderTopWidthProps, type BorderWidthGetter, type BorderWidthProps, type BordersProps, type BottomProps, type BoxShadowProps, type BoxSizingProps, type ColorGetter, type ColorProps, type CursorProps, type DisplayProps, type DivideColorProps, type DivideStyleProps, type DivideXProps, type DivideXReverseProps, type DivideYProps, type DivideYReverseProps, type DurationGetter, type EffectsProps, type FlexBasisProps, type FlexDirectionProps, type FlexGrowProps, type FlexProps, type FlexShrinkProps, type FlexWrapProps, type FlexboxesProps, type FloatProps, type FontFamilyProps, type FontGetter, type FontSizeGetter, type FontSizeProps, type FontStyleProps, type FontWeightGetter, type FontWeightProps, type HeightProps, type InsetGetter, type InteractivityProps, IsTruncatedProps, type JustifyContentProps, type JustifyItemsProps, type JustifySelfProps, type LayoutProps, type LeftProps, type LetterSpacingProps, type LineHeightGetter, type LineHeightProps, type ListStylePositionProps, type ListStyleTypeProps, type MarginBottomProps, type MarginLeftProps, type MarginProps, type MarginRightProps, type MarginTopProps, type MarginXProps, type MarginYProps, type MaxHeightProps, MaxLinesProps, type MaxWidthProps, type MinHeightProps, type MinWidthProps, type ObjectFitProps, type OpacityProps, type OrderProps, type OutlineColorProps, type OutlineProps, type OutlineStyleProps, type OutlineWidthProps, type OverflowProps, type OverflowXProps, type OverflowYProps, type OverscrollBehaviorProps, type PaddingBottomProps, type PaddingLeftProps, type PaddingProps, type PaddingRightProps, type PaddingTopProps, type PaddingXProps, type PaddingYProps, type PointerEventsProps, type PositionProps, type RadiusGetter, type ResizeProps, type RightProps, type RingColorProps, type RingProps, type RingWidthGetter, type RotateProps, type ScaleProps, type ScaleXProps, type ScaleYProps, type ShadowGetter, type SizeGetter, type SizingProps, type SkewXProps, type SkewYProps, type SpaceGetter, type SpaceProps, type SpaceXProps, type SpaceXReverseProps, type SpaceYProps, type SpaceYReverseProps, SystemProps, type TextAlignProps, type TextDecorationProps, type TextOverflowProps, type TextShadowProps, type TextTransformProps, type TimingFunctionGetter, type TopProps, type TransformGetter, type TransformOriginProps, type TransformProps, type TransformsProps, type TransitionDelayProps, type TransitionDurationProps, type TransitionGetter, type TransitionPropertyGetter, type TransitionPropertyProps, type TransitionProps, type TransitionTimingFunctionProps, type TransitionsProps, type TranslateXProps, type TranslateYProps, type TypographyProps, type UserSelectProps, type VerticalAlignProps, type VisibilityProps, type WhiteSpaceProps, type WidthProps, WordBreakProps, type ZIndexGetter, type ZIndexProps, isTruncated, maxLines, system, wordBreak };