@cyber-harbour/ui 1.0.37 → 1.0.39

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.d.mts CHANGED
@@ -768,26 +768,7 @@ type InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'size'> & {
768
768
  };
769
769
  declare const Input: any;
770
770
 
771
- type FlexDirection = 'row' | 'column' | 'row-reverse' | 'column-reverse';
772
- type FlexWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
773
- type FlexJustify = 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly';
774
- type FlexAlign = 'flex-start' | 'flex-end' | 'center' | 'stretch' | 'baseline';
775
- type FlexGap = string | number;
776
- interface FlexContainerProps {
777
- children: any;
778
- direction?: FlexDirection;
779
- wrap?: FlexWrap;
780
- justify?: FlexJustify;
781
- align?: FlexAlign;
782
- alignContent?: FlexAlign;
783
- gap?: FlexGap;
784
- rowGap?: FlexGap;
785
- columnGap?: FlexGap;
786
- className?: string;
787
- style?: CSSProperties$1;
788
- as?: any;
789
- }
790
- declare const FlexContainer: ({ children, direction, wrap, justify, align, alignContent, gap, rowGap, columnGap, className, style, as, }: FlexContainerProps) => react_jsx_runtime.JSX.Element;
771
+ declare const FlexContainer: any;
791
772
 
792
773
  type FlexItemGrow = number;
793
774
  type FlexItemShrink = number;
package/dist/index.d.ts CHANGED
@@ -768,26 +768,7 @@ type InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'size'> & {
768
768
  };
769
769
  declare const Input: any;
770
770
 
771
- type FlexDirection = 'row' | 'column' | 'row-reverse' | 'column-reverse';
772
- type FlexWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
773
- type FlexJustify = 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly';
774
- type FlexAlign = 'flex-start' | 'flex-end' | 'center' | 'stretch' | 'baseline';
775
- type FlexGap = string | number;
776
- interface FlexContainerProps {
777
- children: any;
778
- direction?: FlexDirection;
779
- wrap?: FlexWrap;
780
- justify?: FlexJustify;
781
- align?: FlexAlign;
782
- alignContent?: FlexAlign;
783
- gap?: FlexGap;
784
- rowGap?: FlexGap;
785
- columnGap?: FlexGap;
786
- className?: string;
787
- style?: CSSProperties$1;
788
- as?: any;
789
- }
790
- declare const FlexContainer: ({ children, direction, wrap, justify, align, alignContent, gap, rowGap, columnGap, className, style, as, }: FlexContainerProps) => react_jsx_runtime.JSX.Element;
771
+ declare const FlexContainer: any;
791
772
 
792
773
  type FlexItemGrow = number;
793
774
  type FlexItemShrink = number;