jamespot-react-components 1.3.100 → 1.3.101

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.
Files changed (28) hide show
  1. package/dist/jamespot-react-components.cjs +1074 -1074
  2. package/dist/jamespot-react-components.js +7039 -6956
  3. package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +1 -1
  4. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +4 -4
  5. package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +6 -6
  6. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +1 -1
  7. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +17 -17
  8. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +1 -1
  9. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +12 -12
  10. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +5 -5
  11. package/dist/src/components/Form/Input/JRCStyledInput.d.ts +13 -13
  12. package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +10 -10
  13. package/dist/src/components/JRCButton/types.d.ts +5 -1
  14. package/dist/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +1 -1
  15. package/dist/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +1 -1
  16. package/dist/src/components/JRCDragNDrop/OneLevelStyles.d.ts +2 -2
  17. package/dist/src/components/JRCDragNDrop/styles.d.ts +2 -2
  18. package/dist/src/components/JRCFlex/JRCFlexBox.d.ts +1 -1
  19. package/dist/src/components/JRCList/JRCList.styles.d.ts +1 -1
  20. package/dist/src/components/JRCModal/JRCModal.styles.d.ts +5 -5
  21. package/dist/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +2 -1
  22. package/dist/src/components/JRCTabs/JRCTabs.d.ts +1 -1
  23. package/dist/src/components/JRCTypography/JRCTypography.d.ts +1 -1
  24. package/dist/src/components/JRCTypography/JRCTypography.types.d.ts +1 -1
  25. package/dist/src/components/Templates/template.styles.d.ts +7 -5
  26. package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +2 -2
  27. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +6 -6
  28. package/package.json +3 -3
@@ -9,7 +9,7 @@ type CheckboxLabelProps = {
9
9
  $margin?: string;
10
10
  };
11
11
  export declare const FocusBackground: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
12
- variant?: "default" | "outlined";
12
+ $variant?: "default" | "outlined";
13
13
  }>> & string;
14
14
  export declare const CheckboxLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, CheckboxLabelProps>> & string;
15
15
  export declare const CheckboxOrToggle: import('react').ForwardRefExoticComponent<Omit<Omit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "type"> & {
@@ -1,10 +1,10 @@
1
1
  export declare const CSSColorPicker: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, import('../../../../types/dataAttributes').DataCy & {
2
- error?: boolean;
3
- valid?: boolean;
2
+ $error?: boolean;
3
+ $valid?: boolean;
4
4
  readOnly?: boolean;
5
5
  } & {
6
- hasIconBefore?: boolean;
7
- hasIconAfter?: boolean;
6
+ $hasIconBefore?: boolean;
7
+ $hasIconAfter?: boolean;
8
8
  } & {
9
9
  $inputMargin?: string | undefined;
10
10
  } & {
@@ -1,13 +1,13 @@
1
1
  import { DropZoneDimensions } from './types';
2
2
  export declare const InputFileWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
3
  export declare const Grid: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
4
- position?: "right" | "bottom";
5
- columnCount: number;
4
+ $position?: "right" | "bottom";
5
+ $columnCount: number;
6
6
  }>> & string;
7
7
  export declare const DropZone: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
8
- position?: "right" | "bottom";
9
- columnCount: number;
10
- dzDimensions?: DropZoneDimensions;
8
+ $position?: "right" | "bottom";
9
+ $columnCount: number;
10
+ $dzDimensions?: DropZoneDimensions;
11
11
  }>> & string;
12
12
  export declare const ReadOnlyImg: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>> & string;
13
13
  export declare const DropZoneButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
@@ -16,6 +16,6 @@ export declare const DropZoneButton: import('styled-components/dist/types').ISty
16
16
  }>> & string;
17
17
  export declare const DropZoneImage: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>> & string;
18
18
  export declare const ImageButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
19
- aspectRatio?: number;
19
+ $aspectRatio?: number;
20
20
  }>> & string;
21
21
  export declare const Img: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>> & string;
@@ -20,7 +20,7 @@ export declare const RenderInput: import('react').ForwardRefExoticComponent<Data
20
20
  * validation props: required
21
21
  * @returns JSX.Element
22
22
  */
23
- export declare function JRCInputText<T extends FieldValues = FieldValues>({ htmlFor, label, description, helper, rules, ...props }: JRCInputFieldProps<T> & {
23
+ export declare function JRCInputText<T extends FieldValues = FieldValues>({ htmlFor, label, description, helper, rules, srOnly, labelIsLegend, ...props }: JRCInputFieldProps<T> & {
24
24
  width?: string;
25
25
  disabled?: boolean;
26
26
  autoComplete?: 'on' | 'off';
@@ -45,42 +45,42 @@ export declare const IconAfter: import('styled-components/dist/types').IStyledCo
45
45
  srOnly?: string;
46
46
  } & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
47
47
  export declare const InputIconButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('react').InputHTMLAttributes<HTMLInputElement>, "css"> & import('../../../../types/dataAttributes').DataCy & {
48
- error?: boolean;
49
- valid?: boolean;
48
+ $error?: boolean;
49
+ $valid?: boolean;
50
50
  readOnly?: boolean;
51
51
  } & {
52
- hasIconBefore?: boolean;
53
- hasIconAfter?: boolean;
52
+ $hasIconBefore?: boolean;
53
+ $hasIconAfter?: boolean;
54
54
  } & {
55
55
  $inputMargin?: string | undefined;
56
56
  } & import('react').RefAttributes<HTMLInputElement>, {
57
- hasIconButtonAfter: boolean;
57
+ $hasIconButtonAfter: boolean;
58
58
  }>> & string & Omit<import('react').ForwardRefExoticComponent<Omit<import('react').InputHTMLAttributes<HTMLInputElement>, "css"> & import('../../../../types/dataAttributes').DataCy & {
59
- error?: boolean;
60
- valid?: boolean;
59
+ $error?: boolean;
60
+ $valid?: boolean;
61
61
  readOnly?: boolean;
62
62
  } & {
63
- hasIconBefore?: boolean;
64
- hasIconAfter?: boolean;
63
+ $hasIconBefore?: boolean;
64
+ $hasIconAfter?: boolean;
65
65
  } & {
66
66
  $inputMargin?: string | undefined;
67
67
  } & import('react').RefAttributes<HTMLInputElement>>, keyof import('react').Component<any, {}, any>>;
68
68
  export declare const InputTextStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('react').InputHTMLAttributes<HTMLInputElement>, "css"> & import('../../../../types/dataAttributes').DataCy & {
69
- error?: boolean;
70
- valid?: boolean;
69
+ $error?: boolean;
70
+ $valid?: boolean;
71
71
  readOnly?: boolean;
72
72
  } & {
73
- hasIconBefore?: boolean;
74
- hasIconAfter?: boolean;
73
+ $hasIconBefore?: boolean;
74
+ $hasIconAfter?: boolean;
75
75
  } & {
76
76
  $inputMargin?: string | undefined;
77
77
  } & import('react').RefAttributes<HTMLInputElement>, never>> & string & Omit<import('react').ForwardRefExoticComponent<Omit<import('react').InputHTMLAttributes<HTMLInputElement>, "css"> & import('../../../../types/dataAttributes').DataCy & {
78
- error?: boolean;
79
- valid?: boolean;
78
+ $error?: boolean;
79
+ $valid?: boolean;
80
80
  readOnly?: boolean;
81
81
  } & {
82
- hasIconBefore?: boolean;
83
- hasIconAfter?: boolean;
82
+ $hasIconBefore?: boolean;
83
+ $hasIconAfter?: boolean;
84
84
  } & {
85
85
  $inputMargin?: string | undefined;
86
86
  } & import('react').RefAttributes<HTMLInputElement>>, keyof import('react').Component<any, {}, any>>;
@@ -15,5 +15,5 @@ type JRCInputTextRawProps = ComponentPropsWithoutRef<'input'> & {
15
15
  errors?: FieldError;
16
16
  customRef?: Ref<HTMLInputElement>;
17
17
  };
18
- export declare function JRCInputTextRaw(props: JRCInputTextRawProps): import("react/jsx-runtime").JSX.Element;
18
+ export declare function JRCInputTextRaw({ margin, width, isRequired, label, htmlFor, labelIsLegend, description, helper, errors, customRef, className, ...inputProps }: JRCInputTextRawProps): import("react/jsx-runtime").JSX.Element;
19
19
  export {};
@@ -1,6 +1,6 @@
1
1
  export declare const StyledFieldWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, {
2
- margin?: string;
3
- width?: string;
2
+ $margin?: string;
3
+ $width?: string;
4
4
  }>> & string;
5
5
  export declare const Required: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<import('../../../Common/FastCss').FastCssProps & {
6
6
  id?: string;
@@ -29,25 +29,25 @@ export declare const Required: import('styled-components/dist/types').IStyledCom
29
29
  maxWidth?: string | number;
30
30
  whiteSpace?: import('react').CSSProperties["whiteSpace"];
31
31
  }>, never>, {
32
- error: boolean;
33
- }>> & string & Omit<({ variant, ellipsis, size, weight, color, align, hoverColor, maxWidth, whiteSpace, ...props }: import('../../../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
32
+ $error: boolean;
33
+ }>> & string & Omit<({ variant, ellipsis, size, weight, color, align, textAlign, hoverColor, maxWidth, whiteSpace, ...props }: import('../../../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
34
34
  export declare const LabelWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
35
35
  export declare const InputTextRawStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('react').InputHTMLAttributes<HTMLInputElement>, "css"> & import('../../../../types/dataAttributes').DataCy & {
36
- error?: boolean;
37
- valid?: boolean;
36
+ $error?: boolean;
37
+ $valid?: boolean;
38
38
  readOnly?: boolean;
39
39
  } & {
40
- hasIconBefore?: boolean;
41
- hasIconAfter?: boolean;
40
+ $hasIconBefore?: boolean;
41
+ $hasIconAfter?: boolean;
42
42
  } & {
43
43
  $inputMargin?: string | undefined;
44
44
  } & import('react').RefAttributes<HTMLInputElement>, never>> & string & Omit<import('react').ForwardRefExoticComponent<Omit<import('react').InputHTMLAttributes<HTMLInputElement>, "css"> & import('../../../../types/dataAttributes').DataCy & {
45
- error?: boolean;
46
- valid?: boolean;
45
+ $error?: boolean;
46
+ $valid?: boolean;
47
47
  readOnly?: boolean;
48
48
  } & {
49
- hasIconBefore?: boolean;
50
- hasIconAfter?: boolean;
49
+ $hasIconBefore?: boolean;
50
+ $hasIconAfter?: boolean;
51
51
  } & {
52
52
  $inputMargin?: string | undefined;
53
53
  } & import('react').RefAttributes<HTMLInputElement>>, keyof import('react').Component<any, {}, any>>;
@@ -13,8 +13,8 @@ export declare const RelativeClickAwayListener: import('styled-components/dist/t
13
13
  className?: string;
14
14
  }) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
15
15
  export declare const OptionWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
16
- isSelected?: boolean;
17
- isFocused?: boolean;
16
+ $isSelected?: boolean;
17
+ $isFocused?: boolean;
18
18
  }>> & string;
19
19
  export declare const NoOption: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
20
20
  export declare const OptionGroup: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -35,7 +35,7 @@ export declare const InputSelectCheckboxWrapper: import('styled-components/dist/
35
35
  export declare const CheckboxLabelButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
36
36
  export declare const InputSelectSearch: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
37
37
  export declare const OptionSelectCell: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
38
- isSelected: boolean;
38
+ $isSelected: boolean;
39
39
  }>> & string;
40
40
  export declare const ModalContentInputSelectList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
41
41
  export declare const ModalContentInputSelect: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -43,9 +43,9 @@ export declare const FlexBoxTreeDescription: import('styled-components/dist/type
43
43
  export declare const NoResult: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
44
44
  export declare const WrapperList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
45
45
  export declare const ModalContentList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
46
- export declare const NoOptionList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "inline" | "flex" | "position" | "x" | "y" | "padding" | "margin" | "textAlign" | "data-testid" | "direction" | "gap" | "childFull"> & Omit<import('../../../Common/FastCss').FastCssProps, "display"> & {
46
+ export declare const NoOptionList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "flex" | "position" | "x" | "y" | "padding" | "margin" | "textAlign" | "data-testid" | "direction" | "$inline" | "gap" | "childFull"> & Omit<import('../../../Common/FastCss').FastCssProps, "display"> & {
47
47
  direction?: import('../../../JRCFlex/JRCFlexBox').FlexDirection;
48
- inline?: boolean;
48
+ $inline?: boolean;
49
49
  flex?: boolean | string;
50
50
  gap?: number;
51
51
  x?: "flex-start" | "center" | "flex-end" | "space-around" | "space-between" | "space-evenly";
@@ -6,8 +6,8 @@ import { InputHTMLAttributes } from 'react';
6
6
  * @member valid, the input is valid regarding the validate hook
7
7
  */
8
8
  type InputState = DataCy & {
9
- error?: boolean;
10
- valid?: boolean;
9
+ $error?: boolean;
10
+ $valid?: boolean;
11
11
  readOnly?: boolean;
12
12
  };
13
13
  /**
@@ -15,34 +15,34 @@ type InputState = DataCy & {
15
15
  * and the not-reset legacy style set with input[type="toto"]
16
16
  */
17
17
  type IconsProps = {
18
- hasIconBefore?: boolean;
19
- hasIconAfter?: boolean;
18
+ $hasIconBefore?: boolean;
19
+ $hasIconAfter?: boolean;
20
20
  };
21
21
  export type CommonStyledInputProps = InputState & IconsProps & {
22
22
  $inputMargin?: string | undefined;
23
23
  };
24
24
  export declare const cssStyledInput: import('styled-components').RuleSet<CommonStyledInputProps>;
25
25
  export declare const StyledInput: import('react').ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "css"> & DataCy & {
26
- error?: boolean;
27
- valid?: boolean;
26
+ $error?: boolean;
27
+ $valid?: boolean;
28
28
  readOnly?: boolean;
29
29
  } & IconsProps & {
30
30
  $inputMargin?: string | undefined;
31
31
  } & import('react').RefAttributes<HTMLInputElement>>;
32
32
  type StyledSelectProps = DataCy & IconsProps & {
33
- searchable?: boolean;
34
- sizeVariant?: 's' | 'md';
35
- noMargin?: boolean;
33
+ $searchable?: boolean;
34
+ $sizeVariant?: 's' | 'md';
35
+ $noMargin?: boolean;
36
36
  };
37
37
  export declare const StyledSelect: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<InputHTMLAttributes<HTMLInputElement>, "css"> & DataCy & {
38
- error?: boolean;
39
- valid?: boolean;
38
+ $error?: boolean;
39
+ $valid?: boolean;
40
40
  readOnly?: boolean;
41
41
  } & IconsProps & {
42
42
  $inputMargin?: string | undefined;
43
43
  } & import('react').RefAttributes<HTMLInputElement>, StyledSelectProps>> & string & Omit<import('react').ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "css"> & DataCy & {
44
- error?: boolean;
45
- valid?: boolean;
44
+ $error?: boolean;
45
+ $valid?: boolean;
46
46
  readOnly?: boolean;
47
47
  } & IconsProps & {
48
48
  $inputMargin?: string | undefined;
@@ -1,23 +1,23 @@
1
1
  export declare const JRCAppLeftColumnWrapperTop: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
2
  export declare const ColumnRelativeWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3
- isMinimized: boolean;
3
+ $isMinimized: boolean;
4
4
  }>> & string;
5
5
  export declare const ColumnRelativeSticky: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
6
- isMinimized: boolean;
7
- isClosed: boolean;
6
+ $isMinimized: boolean;
7
+ $isClosed: boolean;
8
8
  }>> & string;
9
9
  export declare const ColumnRelativeTransition: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
10
- isMinimized: boolean;
10
+ $isMinimized: boolean;
11
11
  }>> & string;
12
12
  export declare const ColumnAppDefault: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
13
- isMinimized: boolean;
14
- isClosed: boolean;
13
+ $isMinimized: boolean;
14
+ $isClosed: boolean;
15
15
  }>> & string;
16
16
  export declare const ColumnAppMinimize: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
17
17
  export declare const MenuWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
18
- isMinimized: boolean;
18
+ $isMinimized: boolean;
19
19
  }>> & string;
20
- export declare const ItemsIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "isActive"> & import('../JRCTabs/JRCTabs').ItemProps, never>> & string;
20
+ export declare const ItemsIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "$isActive"> & import('../JRCTabs/JRCTabs').ItemProps, never>> & string;
21
21
  export declare const TitleMenu: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>> & string;
22
22
  export declare const JRCIconButtonAppLeftColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "onClick"> & import('../../types/dataAttributes').DataCy & {
23
23
  icon: string;
@@ -65,10 +65,10 @@ export declare const JRCIconButtonAppLeftColumn: import('styled-components/dist/
65
65
  srOnly?: string;
66
66
  } & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
67
67
  export declare const AppLeftColumnIconWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {
68
- isMinimized: boolean;
68
+ $isMinimized: boolean;
69
69
  }>> & string;
70
70
  export declare const AbsoluteContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
71
71
  export declare const AbsoluteContainerMinimized: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
72
- isMinimized: boolean;
72
+ $isMinimized: boolean;
73
73
  }>> & string;
74
74
  export declare const SectionMinimizesWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -56,4 +56,8 @@ export type StyledButtonProps = {
56
56
  $noMargin?: ButtonProps['noMargin'];
57
57
  $borderRadius?: ButtonProps['borderRadius'];
58
58
  $borderRadiusMode?: ButtonProps['borderRadiusMode'];
59
- } & Omit<ButtonProps, 'noMargin' | 'borderRadius' | 'borderRadiusMode'> & OutlineProps;
59
+ $iconRight?: ButtonProps['iconRight'];
60
+ $loader?: ButtonProps['loader'];
61
+ $float?: ButtonProps['float'];
62
+ $minWidth?: ButtonProps['minWidth'];
63
+ } & Omit<ButtonProps, 'noMargin' | 'borderRadius' | 'borderRadiusMode' | 'iconRight' | 'loader' | 'float' | 'minWidth'> & OutlineProps;
@@ -13,4 +13,4 @@ export type JRCDisplayCardProps = {
13
13
  href?: string;
14
14
  onClick?: () => void;
15
15
  };
16
- export declare const JRCDisplayCard: ({ children, href, onClick, ...props }: JRCDisplayCardProps) => import("react/jsx-runtime").JSX.Element;
16
+ export declare const JRCDisplayCard: ({ children, href, onClick, loading, skeleton, width, height, aspectRatio, }: JRCDisplayCardProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import { JRCDisplayCardProps } from './JRCDisplayCard';
2
2
  declare const _default: {
3
3
  title: string;
4
- component: ({ children, href, onClick, ...props }: JRCDisplayCardProps) => import("react/jsx-runtime").JSX.Element;
4
+ component: ({ children, href, onClick, loading, skeleton, width, height, aspectRatio, }: JRCDisplayCardProps) => import("react/jsx-runtime").JSX.Element;
5
5
  };
6
6
  export default _default;
7
7
  export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCDisplayCardProps>;
@@ -22,7 +22,7 @@ export declare const OneLevelMainTitle: import('styled-components/dist/types').I
22
22
  ellipsis?: boolean;
23
23
  maxWidth?: string | number;
24
24
  whiteSpace?: import('react').CSSProperties["whiteSpace"];
25
- }, never>> & string & Omit<({ variant, ellipsis, size, weight, color, align, hoverColor, maxWidth, whiteSpace, ...props }: import('../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
25
+ }, never>> & string & Omit<({ variant, ellipsis, size, weight, color, align, textAlign, hoverColor, maxWidth, whiteSpace, ...props }: import('../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
26
26
  export declare const OneLevelMainContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
27
27
  /**
28
28
  * Stack (RIGHT) - source items
@@ -41,7 +41,7 @@ export declare const OneLevelStackTitle: import('styled-components/dist/types').
41
41
  ellipsis?: boolean;
42
42
  maxWidth?: string | number;
43
43
  whiteSpace?: import('react').CSSProperties["whiteSpace"];
44
- }, never>> & string & Omit<({ variant, ellipsis, size, weight, color, align, hoverColor, maxWidth, whiteSpace, ...props }: import('../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
44
+ }, never>> & string & Omit<({ variant, ellipsis, size, weight, color, align, textAlign, hoverColor, maxWidth, whiteSpace, ...props }: import('../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
45
45
  export declare const OneLevelStackContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
46
46
  /**
47
47
  * Empty state - Shows drop zone when no items present
@@ -18,7 +18,7 @@ export declare const SectionsTitle: import('styled-components/dist/types').IStyl
18
18
  ellipsis?: boolean;
19
19
  maxWidth?: string | number;
20
20
  whiteSpace?: import('react').CSSProperties["whiteSpace"];
21
- }, never>> & string & Omit<({ variant, ellipsis, size, weight, color, align, hoverColor, maxWidth, whiteSpace, ...props }: import('../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
21
+ }, never>> & string & Omit<({ variant, ellipsis, size, weight, color, align, textAlign, hoverColor, maxWidth, whiteSpace, ...props }: import('../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
22
22
  export declare const SectionLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
23
23
  export declare const SectionsList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
24
24
  export declare const SectionWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -106,7 +106,7 @@ export declare const OneLevelTitle: import('styled-components/dist/types').IStyl
106
106
  ellipsis?: boolean;
107
107
  maxWidth?: string | number;
108
108
  whiteSpace?: import('react').CSSProperties["whiteSpace"];
109
- }, never>> & string & Omit<({ variant, ellipsis, size, weight, color, align, hoverColor, maxWidth, whiteSpace, ...props }: import('../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
109
+ }, never>> & string & Omit<({ variant, ellipsis, size, weight, color, align, textAlign, hoverColor, maxWidth, whiteSpace, ...props }: import('../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
110
110
  export declare const OneLevelContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
111
111
  export declare const OneLevelList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
112
112
  export declare const OneLevelItemWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -2,7 +2,7 @@ import { FastCssProps } from '../Common/FastCss';
2
2
  export type FlexDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
3
3
  type FlexBoxProps = Omit<FastCssProps, 'display'> & {
4
4
  direction?: FlexDirection;
5
- inline?: boolean;
5
+ $inline?: boolean;
6
6
  flex?: boolean | string;
7
7
  gap?: number;
8
8
  x?: 'flex-start' | 'center' | 'flex-end' | 'space-around' | 'space-between' | 'space-evenly';
@@ -5,7 +5,7 @@ export declare const Thead: import('styled-components/dist/types').IStyledCompon
5
5
  export declare const TBody: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
6
6
  export declare const Th: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {
7
7
  $width?: number | string;
8
- sortable?: boolean;
8
+ $sortable?: boolean;
9
9
  }>> & string;
10
10
  export declare const Tr: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {
11
11
  $isHead?: boolean;
@@ -1,21 +1,21 @@
1
1
  import { ModalOverflow, ModalVariant } from './types';
2
2
  export type ModalBorderRadius = 'medium' | 'small';
3
3
  export declare const JRCModalBox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
4
- isFullHeight?: boolean;
4
+ $isFullHeight?: boolean;
5
5
  overflow?: ModalOverflow;
6
- zIndex?: number;
6
+ $zIndex?: number;
7
7
  overlayBackgroundColor?: string;
8
8
  }>> & string;
9
9
  export declare const JRCModalContainerFull: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
10
- isFullScreen?: boolean;
11
- maxHeight?: string;
10
+ $isFullScreen?: boolean;
11
+ $maxHeight?: string;
12
12
  containerBackgroundColor?: string;
13
13
  }>> & string;
14
14
  export declare const JRCModalContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
15
15
  variant?: ModalVariant;
16
16
  overflow?: "hidden" | "visible" | "scroll" | "auto";
17
17
  radius?: ModalBorderRadius;
18
- maxHeight?: string;
18
+ $maxHeight?: string;
19
19
  maxWidth?: string;
20
20
  containerBackgroundColor?: string;
21
21
  }>> & string;
@@ -6,5 +6,6 @@ export type JRCSkeletonSquareProps = {
6
6
  width?: string;
7
7
  borderRadius?: string;
8
8
  margin?: string;
9
+ className?: string;
9
10
  };
10
- export declare const JRCSkeletonSquare: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, JRCSkeletonSquareProps>> & string;
11
+ export declare const JRCSkeletonSquare: ({ ratio, width, borderRadius, margin, className }: JRCSkeletonSquareProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import { DataCy } from '../../types/dataAttributes';
2
2
  import { ReactNode } from 'react';
3
3
  export interface ItemProps {
4
- isActive: boolean;
4
+ $isActive: boolean;
5
5
  }
6
6
  export declare const ItemButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ItemProps>> & string;
7
7
  /**
@@ -1,2 +1,2 @@
1
1
  import { JRCTypographyProps } from './JRCTypography.types';
2
- export declare const JRCTypography: ({ variant, ellipsis, size, weight, color, align, hoverColor, maxWidth, whiteSpace, ...props }: JRCTypographyProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const JRCTypography: ({ variant, ellipsis, size, weight, color, align, textAlign, hoverColor, maxWidth, whiteSpace, ...props }: JRCTypographyProps) => import("react/jsx-runtime").JSX.Element;
@@ -3,7 +3,7 @@ import { Colors } from 'jamespot-front-business';
3
3
  import { FontWeight } from '../../styles/theme';
4
4
  import { FastCssProps } from '../Common/FastCss';
5
5
  export type TSizes = 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl' | 'xxxl';
6
- export type TVariants = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span';
6
+ export type TVariants = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'div';
7
7
  type TWeight = keyof FontWeight;
8
8
  type TAlignment = 'left' | 'right' | 'center';
9
9
  /**
@@ -1,6 +1,6 @@
1
1
  import { Colors } from 'jamespot-front-business';
2
2
  import { FlexDirection } from '../JRCFlex/JRCFlexBox';
3
- import { Closing, ColumnPosition, LayoutMode, Open } from './template.type';
3
+ import { ColumnPosition, LayoutMode, Open } from './template.type';
4
4
  export declare const BasicAutoMarginWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
5
  export declare const ContainerWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
6
6
  $flexDirection?: FlexDirection;
@@ -37,13 +37,15 @@ export declare function DisappearDescription({ children, open }: {
37
37
  children: any;
38
38
  open: boolean;
39
39
  }): import("react/jsx-runtime").JSX.Element;
40
- export declare const OpenCloseButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Open & Closing>> & string;
40
+ export declare const OpenCloseButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Open>> & string;
41
41
  export declare const SR: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
42
42
  export declare const AppTabLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, Open>> & string;
43
43
  export declare const AppTabContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, Open>> & string;
44
- export declare const AppTabContextContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Open & Closing>> & string;
44
+ export declare const AppTabContextContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Open & {
45
+ $closing: boolean;
46
+ }>> & string;
45
47
  export declare const AppTab: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Open & {
46
- active?: boolean;
48
+ $active?: boolean;
47
49
  $first?: boolean;
48
50
  $last?: boolean;
49
51
  }>> & string;
@@ -51,5 +53,5 @@ export declare const AppTabTooltip: import('styled-components/dist/types').IStyl
51
53
  export declare const AppTabCounter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
52
54
  export declare const AppTabEllipsisLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
53
55
  export declare const AppTabNav: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, Open & {
54
- extraMargin: boolean;
56
+ $extraMargin: boolean;
55
57
  }>> & string;
@@ -1,10 +1,10 @@
1
1
  export declare const CSSMailItemWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
2
- read: boolean;
2
+ $read: boolean;
3
3
  }>> & string;
4
4
  export declare const CSSMailItemHref: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, never>> & string;
5
5
  export declare const CSSMailItemHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
6
  export declare const CSSMailItemHeaderFrom: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
7
  export declare const CSSMailItemFooter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
8
  export declare const CSSMailItemBody: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
9
- maxHeight: number;
9
+ $maxHeight: number;
10
10
  }>> & string;
@@ -2,23 +2,23 @@ export declare const CSSTable: import('styled-components/dist/types').IStyledCom
2
2
  export declare const CSSTableHead: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
3
3
  export declare const CSSTableBody: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
4
4
  export declare const CSSTableTd: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {
5
- width?: number;
5
+ $width?: number;
6
6
  }>> & string;
7
7
  export declare const CSSTableTh: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {
8
- width?: number;
8
+ $width?: number;
9
9
  }>> & string;
10
10
  export declare const CSSTableHeadTdContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
11
  export declare const CSSTableTdContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
12
  export declare const CSSTableTr: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {
13
- background: string;
14
- color: string;
13
+ $background: string;
14
+ $color: string;
15
15
  }>> & string;
16
16
  export declare const CSSTableOverlay: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
17
17
  export declare const CSSTableRadius: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
18
- borderRadius: number;
18
+ $borderRadius: number;
19
19
  }>> & string;
20
20
  export declare const CSSTableWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
21
21
  export declare const CSSReadMoreWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
22
22
  export declare const CSSReadMoreGradient: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
23
- backgroundColor: string;
23
+ $backgroundColor: string;
24
24
  }>> & string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.3.100",
3
+ "version": "1.3.101",
4
4
  "description": "",
5
5
  "main": "dist/jamespot-react-components.cjs",
6
6
  "module": "dist/jamespot-react-components.js",
@@ -59,8 +59,8 @@
59
59
  "eslint-plugin-storybook": "10.3.6",
60
60
  "globals": "^16.5.0",
61
61
  "html2canvas": "^1.4.1",
62
- "jamespot-front-business": "^1.3.100",
63
- "jamespot-user-api": "^1.3.100",
62
+ "jamespot-front-business": "^1.3.101",
63
+ "jamespot-user-api": "^1.3.101",
64
64
  "jsdom": "^26.1.0",
65
65
  "knip": "^5.88.1",
66
66
  "lint-staged": "^16.4.0",