jamespot-react-components 1.3.100 → 1.3.102

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 (54) hide show
  1. package/dist/jamespot-react-components.cjs +1960 -1590
  2. package/dist/jamespot-react-components.js +14132 -13318
  3. package/dist/src/components/Filters/JRCFilterBar/JRCFilterBar.d.ts +15 -0
  4. package/dist/src/components/Filters/JRCFilterBar/JRCFilterBar.stories.d.ts +5 -0
  5. package/dist/src/components/Filters/JRCFilterChip/JRCFilterChip.d.ts +26 -0
  6. package/dist/src/components/Filters/JRCFilterChip/JRCFilterChip.stories.d.ts +7 -0
  7. package/dist/src/components/Filters/JRCFilterClearAll/JRCFilterClearAll.d.ts +8 -0
  8. package/dist/src/components/Filters/JRCFilterClearAll/JRCFilterClearAll.stories.d.ts +5 -0
  9. package/dist/src/components/Filters/JRCFilterPicker/JRCFilterPicker.d.ts +20 -0
  10. package/dist/src/components/Filters/JRCFilterPicker/JRCFilterPicker.stories.d.ts +7 -0
  11. package/dist/src/components/Filters/JRCPrimarySearch/JRCPrimarySearch.d.ts +24 -0
  12. package/dist/src/components/Filters/JRCPrimarySearch/JRCPrimarySearch.stories.d.ts +5 -0
  13. package/dist/src/components/Filters/types.d.ts +31 -0
  14. package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +1 -1
  15. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +4 -4
  16. package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +6 -6
  17. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +1 -1
  18. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +17 -16
  19. package/dist/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +12 -0
  20. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +2 -1
  21. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.stories.d.ts +3 -0
  22. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +12 -12
  23. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +5 -5
  24. package/dist/src/components/Form/Input/JRCStyledInput.d.ts +14 -14
  25. package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +10 -10
  26. package/dist/src/components/JRCButton/types.d.ts +5 -1
  27. package/dist/src/components/JRCCommentsBloc/components/{NewComment.d.ts → JRCNewComment.d.ts} +6 -3
  28. package/dist/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +1 -1
  29. package/dist/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +1 -1
  30. package/dist/src/components/JRCDragNDrop/OneLevelStyles.d.ts +2 -2
  31. package/dist/src/components/JRCDragNDrop/styles.d.ts +2 -2
  32. package/dist/src/components/JRCDropDown/JRCDropDown.d.ts +7 -1
  33. package/dist/src/components/JRCFileRow/JRCFileRow.d.ts +13 -0
  34. package/dist/src/components/JRCFileRow/JRCFileRow.stories.d.ts +8 -0
  35. package/dist/src/components/JRCFileRow/JRCFileRow.styles.d.ts +27 -0
  36. package/dist/src/components/JRCFlex/JRCFlexBox.d.ts +1 -1
  37. package/dist/src/components/JRCList/JRCList.d.ts +7 -1
  38. package/dist/src/components/JRCList/JRCList.styles.d.ts +3 -1
  39. package/dist/src/components/JRCModal/JRCModal.styles.d.ts +5 -5
  40. package/dist/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +2 -1
  41. package/dist/src/components/JRCTabs/JRCTabs.d.ts +1 -1
  42. package/dist/src/components/JRCTypography/JRCTypography.d.ts +1 -1
  43. package/dist/src/components/JRCTypography/JRCTypography.types.d.ts +1 -1
  44. package/dist/src/components/Templates/template.styles.d.ts +7 -5
  45. package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +2 -24
  46. package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +2 -2
  47. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +6 -6
  48. package/dist/src/components/index.d.ts +18 -3
  49. package/dist/src/hooks/index.d.ts +1 -0
  50. package/dist/src/hooks/useHorizontalOverflow.d.ts +6 -0
  51. package/dist/src/styles/theme.d.ts +11 -1
  52. package/dist/src/translation/lang.json.d.ts +29 -0
  53. package/dist/src/types.d.ts +1 -0
  54. package/package.json +3 -3
@@ -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;
@@ -1,5 +1,6 @@
1
1
  import { ReactElement, ReactNode } from 'react';
2
2
  import { Colors } from 'jamespot-front-business';
3
+ type DropDownPadding = 'mini' | 'small' | 'base' | 'medium' | 'large';
3
4
  export type JRCDropDownProps = {
4
5
  trigger: ReactElement | ((props: {
5
6
  role: 'button';
@@ -18,5 +19,10 @@ export type JRCDropDownProps = {
18
19
  width?: string;
19
20
  offset?: number;
20
21
  display?: 'inline' | 'block';
22
+ /** Box-shadow CSS value applied to the dropdown wrapper. Defaults to none. */
23
+ boxShadow?: string;
24
+ /** Inner padding of the dropdown wrapper. Defaults to `base` (8px). */
25
+ padding?: DropDownPadding;
21
26
  };
22
- export declare const JRCDropDown: ({ trigger, dropdown, align, onToggle, withBorder, borderColor, background, overflow, width, offset, display, }: JRCDropDownProps) => import("react/jsx-runtime").JSX.Element;
27
+ export declare const JRCDropDown: ({ trigger, dropdown, align, onToggle, withBorder, borderColor, background, overflow, width, offset, display, boxShadow, padding, }: JRCDropDownProps) => import("react/jsx-runtime").JSX.Element;
28
+ export {};
@@ -0,0 +1,13 @@
1
+ import { ReactNode } from 'react';
2
+ import { DataCy } from '../../types/dataAttributes';
3
+ import { AttachmentDisplayValues } from './JRCFileRow.styles';
4
+ export interface JRCFileRowProps extends DataCy {
5
+ title: string;
6
+ size?: number;
7
+ mimetype?: string;
8
+ uri?: string;
9
+ display?: AttachmentDisplayValues;
10
+ onClick?: () => void;
11
+ action?: ReactNode;
12
+ }
13
+ export declare const JRCFileRow: ({ title, size, mimetype, uri, display, onClick, action, dataCy, }: JRCFileRowProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { Meta } from '@storybook/react-vite';
2
+ import { JRCFileRowProps } from './JRCFileRow';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCFileRowProps>;
6
+ export declare const Large: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCFileRowProps>;
7
+ export declare const DownloadOnly: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCFileRowProps>;
8
+ export declare const NoAction: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCFileRowProps>;
@@ -0,0 +1,27 @@
1
+ export declare const DISPLAYS: {
2
+ readonly medium: {
3
+ readonly avatar: 40;
4
+ readonly radius: "sm";
5
+ readonly space: "sm";
6
+ };
7
+ readonly large: {
8
+ readonly avatar: 80;
9
+ readonly radius: "md";
10
+ readonly space: "md";
11
+ };
12
+ };
13
+ export type AttachmentDisplayValues = keyof typeof DISPLAYS;
14
+ export declare const CSSWidgetAttachment: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
15
+ $display: AttachmentDisplayValues;
16
+ $clickable?: boolean;
17
+ }>> & string;
18
+ export declare const CSSWidgetAttachmentButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
19
+ $display: AttachmentDisplayValues;
20
+ $clickable: boolean;
21
+ }>> & string;
22
+ export declare const CSSWidgetAttachmentActions: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
23
+ export declare const FileName: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
24
+ export declare const NameBase: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
25
+ export declare const NameExt: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
26
+ export declare const FileSize: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
27
+ export declare const TooltipName: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../..').JRCBaseTooltipProps & import('react').RefAttributes<import('react-tooltip').TooltipRefProps>, never>> & string & Omit<import('react').ForwardRefExoticComponent<import('../..').JRCBaseTooltipProps & import('react').RefAttributes<import('react-tooltip').TooltipRefProps>>, keyof import('react').Component<any, {}, any>>;
@@ -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';
@@ -1,5 +1,11 @@
1
- import { ColumnDef } from '@tanstack/react-table';
1
+ import { ColumnDef, RowData } from '@tanstack/react-table';
2
2
  import { Orders } from 'jamespot-user-api';
3
+ declare module '@tanstack/react-table' {
4
+ interface ColumnMeta<TData extends RowData, TValue> {
5
+ sticky?: 'left';
6
+ minWidth?: number;
7
+ }
8
+ }
3
9
  type LoadMorePagination = {
4
10
  type: 'loadMore';
5
11
  end: boolean;
@@ -5,12 +5,14 @@ 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
+ $minWidth?: number;
9
+ $sortable?: boolean;
9
10
  }>> & string;
10
11
  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
12
  $isHead?: boolean;
12
13
  }>> & string;
13
14
  export declare const Td: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {
14
15
  width?: number | string;
16
+ $minWidth?: number;
15
17
  }>> & string;
16
18
  export declare const LoadMore: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -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,24 +1,6 @@
1
1
  import { default as jamespot } from 'jamespot-user-api';
2
- declare const DISPLAYS: {
3
- readonly medium: {
4
- readonly avatar: 40;
5
- readonly radius: "sm";
6
- readonly space: "sm";
7
- };
8
- readonly large: {
9
- readonly avatar: 80;
10
- readonly radius: "md";
11
- readonly space: "md";
12
- };
13
- };
14
- export type AttachmentDisplayValues = keyof typeof DISPLAYS;
15
- export declare const CSSWidgetAttachment: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
16
- $display: AttachmentDisplayValues;
17
- }>> & string;
18
- export declare const CSSWidgetAttachmentButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
19
- $display: AttachmentDisplayValues;
20
- }>> & string;
21
- export declare const CSSWidgetAttachmentActions: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ import { AttachmentDisplayValues } from '../../JRCFileRow/JRCFileRow.styles';
3
+ export type { AttachmentDisplayValues };
22
4
  export type JRCWidgetAttachmentProps = {
23
5
  files: {
24
6
  id: number;
@@ -39,8 +21,4 @@ export type JRCWidgetAttachmentProps = {
39
21
  inline?: boolean;
40
22
  display?: AttachmentDisplayValues;
41
23
  };
42
- /**
43
- * TODO: resolveFileMimetype should be done before
44
- */
45
24
  export declare const JRCWidgetAttachment: ({ files, inline, onClick, onDelete, onError, mocks, mode, display, }: JRCWidgetAttachmentProps) => import("react/jsx-runtime").JSX.Element;
46
- export {};
@@ -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;
@@ -9,6 +9,18 @@ export { Deprecated_JRCEllipsis } from './Deprecated/Deprecated_JRCEllipsis/Depr
9
9
  export { CSSEditorComponentSeparator } from './Editors/components/Editor.style';
10
10
  export { EditorButtonToggle } from './Editors/components/EditorButtonToggle';
11
11
  export { EditorCheckbox } from './Editors/components/EditorCheckbox';
12
+ export { JRCFilterBar } from './Filters/JRCFilterBar/JRCFilterBar';
13
+ export type { JRCFilterBarProps } from './Filters/JRCFilterBar/JRCFilterBar';
14
+ export { JRCFilterChip } from './Filters/JRCFilterChip/JRCFilterChip';
15
+ export type { JRCFilterChipProps } from './Filters/JRCFilterChip/JRCFilterChip';
16
+ export { JRCFilterClearAll } from './Filters/JRCFilterClearAll/JRCFilterClearAll';
17
+ export type { JRCFilterClearAllProps } from './Filters/JRCFilterClearAll/JRCFilterClearAll';
18
+ export { JRCFilterPicker } from './Filters/JRCFilterPicker/JRCFilterPicker';
19
+ export type { JRCFilterPickerProps } from './Filters/JRCFilterPicker/JRCFilterPicker';
20
+ export { JRCPrimarySearch } from './Filters/JRCPrimarySearch/JRCPrimarySearch';
21
+ export type { JRCPrimarySearchProps } from './Filters/JRCPrimarySearch/JRCPrimarySearch';
22
+ export type { JRCFilterChipRenderProps, JRCFilterChipTag, JRCFilterField } from './Filters/types';
23
+ export type { JRCIframeVideoHelpers, JRCIframeVideoProps } from './JRCIframeVideo/JRCIframeVideo';
12
24
  export { TextAlign, TextAlignOptions, TextFontWeight, TextFontWeightOptions } from './Widgets/const';
13
25
  export { JRCDriveDropbox } from './Drives/JRCDriveDropbox';
14
26
  export { JRCDriveMSGraph } from './Drives/JRCDriveMSGraph';
@@ -31,7 +43,7 @@ export { JRCInputSimpleFile } from './Form/Input/JRCInputSimpleFile/JRCInputSimp
31
43
  export { JRCInputSimpleFileRaw } from './Form/Input/JRCInputSimpleFile/JRCInputSimpleFileRaw';
32
44
  export { JRCInputPassword } from './Form/Input/JRCInputText/JRCInputPassword';
33
45
  export { JRCInputNumber, JRCInputText } from './Form/Input/JRCInputText/JRCInputText';
34
- export { JRCInputTextIconButton } from './Form/Input/JRCInputText/JRCInputTextIconButton';
46
+ export { JRCInputTextIconButton, JRCInputTextIconButtonRaw } from './Form/Input/JRCInputText/JRCInputTextIconButton';
35
47
  export { JRCInputTextarea } from './Form/Input/JRCInputTextarea/JRCInputTextarea';
36
48
  export { JRCInputTextareaRaw } from './Form/Input/JRCInputTextarea/JRCInputTextareaRaw';
37
49
  export { JRCInputTextRaw } from './Form/Input/JRCInputTextRaw/JRCInputTextRaw';
@@ -61,6 +73,7 @@ export { JRCAppLeftColumn } from './JRCAppLeftColumn/JRCAppLeftColumn';
61
73
  export { JRCAttachments } from './JRCAttachments/JRCAttachments';
62
74
  export { JRCAudience } from './JRCAudience/JRCAudience';
63
75
  export { JRCAvatar } from './JRCAvatar/JRCAvatar';
76
+ export { JRCFileRow } from './JRCFileRow/JRCFileRow';
64
77
  export { JRCAvatars } from './JRCAvatars/JRCAvatars';
65
78
  export { JRCButton } from './JRCButton/JRCButton';
66
79
  export { JRCValidationButton } from './JRCButton/JRCValidationButton';
@@ -77,6 +90,8 @@ export { JRCCollapse } from './JRCCollapse/JRCCollapse';
77
90
  export { JRCColumnCenter } from './JRCColumnCenter/JRCColumnCenter';
78
91
  export { JRCColumnLeft } from './JRCColumnLeft/JRCColumnLeft';
79
92
  export { JRCColumnRight } from './JRCColumnRight/JRCColumnRight';
93
+ export { JRCNewComment } from './JRCCommentsBloc/components/JRCNewComment';
94
+ export type { JRCNewCommentProps } from './JRCCommentsBloc/components/JRCNewComment';
80
95
  export { JRCCommentsBloc } from './JRCCommentsBloc/JRCCommentsBloc';
81
96
  export { JRCConfirmationModal } from './JRCConfirmationModal/JRCConfirmationModal';
82
97
  export { JRCCropImage } from './JRCCropImage/JRCCropImage';
@@ -149,6 +164,8 @@ export { JRCMainColumn } from './Templates/JRCMainColumn';
149
164
  export { JRCPanel } from './Templates/JRCPanel';
150
165
  export { JRCStepperPage } from './Templates/JRCStepperPage';
151
166
  export { JRCTemplateTwoColumns } from './Templates/JRCTwoColumns.template';
167
+ export { JRCWidgetAccessibility } from './Widgets/JRCWidgetAccessibility/JRCWidgetAccessibility';
168
+ export { JRCWidgetAccessibilityEditor } from './Widgets/JRCWidgetAccessibility/JRCWidgetAccessibilityEditor';
152
169
  export { JRCWidgetArticleGallery } from './Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery';
153
170
  export { JRCWidgetArticleGalleryEditor } from './Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor';
154
171
  export { ArticleSliderSlide } from './Widgets/JRCWidgetArticleSlider/components/ArticleSliderSlide';
@@ -166,8 +183,6 @@ export { JRCWidgetCalendarCalDav } from './Widgets/JRCWidgetCalendarCalDav/JRCWi
166
183
  export { JRCWidgetCalendarCalDavEditor } from './Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor';
167
184
  export { JRCWidgetCheckList } from './Widgets/JRCWidgetCheckList/JRCWidgetCheckList';
168
185
  export { JRCWidgetCheckListEditor } from './Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor';
169
- export { JRCWidgetAccessibility } from './Widgets/JRCWidgetAccessibility/JRCWidgetAccessibility';
170
- export { JRCWidgetAccessibilityEditor } from './Widgets/JRCWidgetAccessibility/JRCWidgetAccessibilityEditor';
171
186
  export { JRCWidgetBirthday } from './Widgets/JRCWidgetBirthday/JRCWidgetBirthday';
172
187
  export { JRCWidgetBirthdayEditor } from './Widgets/JRCWidgetBirthday/JRCWidgetBirthdayEditor';
173
188
  export { JRCWidgetColor } from './Widgets/JRCWidgetColor/JRCWidgetColor';
@@ -4,6 +4,7 @@ export { useApi } from './useApi';
4
4
  export { useCancelOnUnmount } from './useCancelOnUnmount';
5
5
  export { useDebounce } from './UseDebounce';
6
6
  export { useDidMountEffect } from './UseDidMountEffect';
7
+ export { useHorizontalOverflow } from './useHorizontalOverflow';
7
8
  export { useImageLoader } from './UseImageLoader';
8
9
  export { useKeyPress } from './UseKeyPress';
9
10
  export { useRefSize } from './useRefSize';
@@ -0,0 +1,6 @@
1
+ import { RefObject } from 'react';
2
+ export interface HorizontalOverflow {
3
+ left: boolean;
4
+ right: boolean;
5
+ }
6
+ export declare function useHorizontalOverflow(ref: RefObject<HTMLElement | null>, enabled?: boolean): HorizontalOverflow;
@@ -1,5 +1,5 @@
1
- import { DefaultTheme } from 'styled-components';
2
1
  import { ThemeConfigColorType, ThemeConfigOptions } from 'jamespot-front-business';
2
+ import { DefaultTheme } from 'styled-components';
3
3
  interface ITheme {
4
4
  config: DefaultTheme | undefined;
5
5
  get: () => DefaultTheme;
@@ -55,6 +55,16 @@ export type ThemeType = {
55
55
  xl: number;
56
56
  };
57
57
  size: ThemeSize;
58
+ transition: {
59
+ /**
60
+ * Standard duration for control-level transitions (hover, focus). New code should
61
+ * use `theme.transition.duration.fast` instead of hardcoding the value. Existing
62
+ * usages (JRCButton, JRCIframeVideo, etc.) will be migrated incrementally.
63
+ */
64
+ duration: {
65
+ fast: string;
66
+ };
67
+ };
58
68
  iconSize: {
59
69
  xs: number;
60
70
  sm: number;
@@ -161,6 +161,35 @@ declare const _default: {
161
161
  "FILE_Viewer_Preview": "Aperçu",
162
162
  "FOLDER_Nb_Elements": "Documents",
163
163
  "GLOBAL_A11Y_APP_NAV": "Menu of the application {appName}",
164
+ "GLOBAL_Filter_Add": "Add a filter",
165
+ "GLOBAL_Filter_Search": "Search a filter",
166
+ "GLOBAL_Filter_NoResults": "No matching filter",
167
+ "GLOBAL_Filter_Remove": "Remove this filter",
168
+ "GLOBAL_Filter_ClearAll": "Clear all filters",
169
+ "GLOBAL_Filter_Op_Contains": "contains",
170
+ "GLOBAL_Filter_Op_Between": "between",
171
+ "GLOBAL_Filter_Op_Is": "is",
172
+ "GLOBAL_Filter_Min": "Min",
173
+ "GLOBAL_Filter_Max": "Max",
174
+ "GLOBAL_Filter_Start": "Start",
175
+ "GLOBAL_Filter_End": "End",
176
+ "GLOBAL_Filter_From": "From",
177
+ "GLOBAL_Filter_To": "To",
178
+ "GLOBAL_Yes": "Yes",
179
+ "GLOBAL_No": "No",
180
+ "GLOBAL_Filter_Type_Text": "Text",
181
+ "GLOBAL_Filter_Type_Number": "Number",
182
+ "GLOBAL_Filter_Type_Select": "Select",
183
+ "GLOBAL_Filter_Type_Checkbox": "Checkbox",
184
+ "GLOBAL_Filter_Type_Toggle": "Toggle",
185
+ "GLOBAL_Filter_Type_Date": "Date",
186
+ "GLOBAL_Filter_Type_User": "User",
187
+ "GLOBAL_Filter_Type_Video": "Video",
188
+ "GLOBAL_IframeVideo_Play": "Play video",
189
+ "GLOBAL_IframeVideo_OpenInNewTab": "Open video in a new tab",
190
+ "GLOBAL_IframeVideo_InvalidUrl": "Invalid or unsafe URL",
191
+ "GLOBAL_IframeVideo_UnsupportedProvider": "Unsupported video provider",
192
+ "GLOBAL_IframeVideo_LoadingThumbnail": "Loading preview",
164
193
  "GLOBAL_Action_Missing_License": "🔐 The license of the app is not active on your platform!",
165
194
  "GLOBAL_Add_File": "Add file",
166
195
  "GLOBAL_Add_Image": "Add image",
@@ -47,6 +47,7 @@ export type { JRCDisplayCardProps } from './components/JRCDisplayCard/JRCDisplay
47
47
  export type { BaseDndItem, DndData, DndDragItem, DndEmptyStateComponentProps, DndItemComponentProps, DndOneLevelItemComponentProps, DndSection, DndSectionComponentProps, ItemTypes, JRCDndOneLevelProps, JRCDndTwoLevelWithStackProps, } from './components/JRCDragNDrop/types';
48
48
  export type { JRCDropDownProps } from './components/JRCDropDown/JRCDropDown';
49
49
  export type { JRCFileOpenProps } from './components/JRCFileOpen/JRCFileOpen';
50
+ export type { JRCFileRowProps } from './components/JRCFileRow/JRCFileRow';
50
51
  export type { JRCFileViewerOpenWithOptionsType } from './components/JRCFileViewer/types';
51
52
  export type { JRCFlexBoxProps } from './components/JRCFlex/JRCFlexBox';
52
53
  export type { JRCGridProps } from './components/JRCGrid/JRCGrid';
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.102",
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.102",
63
+ "jamespot-user-api": "^1.3.102",
64
64
  "jsdom": "^26.1.0",
65
65
  "knip": "^5.88.1",
66
66
  "lint-staged": "^16.4.0",