@qoretechnologies/reqore 0.27.4 → 0.27.6

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 (77) hide show
  1. package/dist/components/Breadcrumbs/item.d.ts +1 -1
  2. package/dist/components/Breadcrumbs/item.d.ts.map +1 -1
  3. package/dist/components/Button/index.d.ts +1 -1
  4. package/dist/components/Button/index.d.ts.map +1 -1
  5. package/dist/components/Checkbox/index.d.ts +1 -1
  6. package/dist/components/Checkbox/index.d.ts.map +1 -1
  7. package/dist/components/Content/index.d.ts +3 -3
  8. package/dist/components/Content/index.d.ts.map +1 -1
  9. package/dist/components/Content/index.js +1 -1
  10. package/dist/components/Content/index.js.map +1 -1
  11. package/dist/components/Content/wrapper.d.ts +3 -3
  12. package/dist/components/Content/wrapper.d.ts.map +1 -1
  13. package/dist/components/Content/wrapper.js +1 -1
  14. package/dist/components/Content/wrapper.js.map +1 -1
  15. package/dist/components/Input/index.d.ts +1 -1
  16. package/dist/components/Input/index.d.ts.map +1 -1
  17. package/dist/components/Menu/divider.d.ts +3 -3
  18. package/dist/components/Menu/divider.d.ts.map +1 -1
  19. package/dist/components/Menu/divider.js +7 -3
  20. package/dist/components/Menu/divider.js.map +1 -1
  21. package/dist/components/Menu/index.d.ts +1 -1
  22. package/dist/components/Menu/index.d.ts.map +1 -1
  23. package/dist/components/Menu/index.js.map +1 -1
  24. package/dist/components/Menu/item.d.ts +1 -1
  25. package/dist/components/Menu/item.d.ts.map +1 -1
  26. package/dist/components/Menu/item.js.map +1 -1
  27. package/dist/components/Message/index.d.ts +1 -1
  28. package/dist/components/Message/index.d.ts.map +1 -1
  29. package/dist/components/Message/index.js.map +1 -1
  30. package/dist/components/Navbar/divider.d.ts +1 -1
  31. package/dist/components/Navbar/divider.d.ts.map +1 -1
  32. package/dist/components/Navbar/divider.js.map +1 -1
  33. package/dist/components/Navbar/group.d.ts +1 -1
  34. package/dist/components/Navbar/group.d.ts.map +1 -1
  35. package/dist/components/Navbar/group.js.map +1 -1
  36. package/dist/components/Navbar/index.d.ts +2 -2
  37. package/dist/components/Navbar/index.d.ts.map +1 -1
  38. package/dist/components/Navbar/index.js +3 -3
  39. package/dist/components/Navbar/index.js.map +1 -1
  40. package/dist/components/Navbar/item.d.ts +1 -1
  41. package/dist/components/Navbar/item.d.ts.map +1 -1
  42. package/dist/components/Notifications/index.d.ts.map +1 -1
  43. package/dist/components/Notifications/index.js.map +1 -1
  44. package/dist/components/Notifications/notification.d.ts +1 -1
  45. package/dist/components/Notifications/notification.d.ts.map +1 -1
  46. package/dist/components/Notifications/notification.js.map +1 -1
  47. package/dist/components/Panel/index.d.ts +1 -1
  48. package/dist/components/Panel/index.d.ts.map +1 -1
  49. package/dist/components/Tabs/item.d.ts +1 -1
  50. package/dist/components/Tabs/item.d.ts.map +1 -1
  51. package/dist/components/Tag/index.d.ts +1 -1
  52. package/dist/components/Tag/index.d.ts.map +1 -1
  53. package/dist/components/Textarea/index.d.ts +1 -1
  54. package/dist/components/Textarea/index.d.ts.map +1 -1
  55. package/package.json +1 -1
  56. package/src/components/Breadcrumbs/item.tsx +1 -1
  57. package/src/components/Button/index.tsx +1 -1
  58. package/src/components/Checkbox/index.tsx +1 -1
  59. package/src/components/Content/index.tsx +8 -13
  60. package/src/components/Content/wrapper.tsx +7 -8
  61. package/src/components/Input/index.tsx +1 -1
  62. package/src/components/Menu/divider.tsx +8 -5
  63. package/src/components/Menu/index.tsx +2 -2
  64. package/src/components/Menu/item.tsx +2 -2
  65. package/src/components/Message/index.tsx +1 -1
  66. package/src/components/Navbar/divider.tsx +2 -3
  67. package/src/components/Navbar/group.tsx +3 -7
  68. package/src/components/Navbar/index.tsx +8 -8
  69. package/src/components/Navbar/item.tsx +1 -1
  70. package/src/components/Notifications/index.tsx +13 -12
  71. package/src/components/Notifications/notification.tsx +1 -1
  72. package/src/components/Panel/index.tsx +1 -1
  73. package/src/components/Tabs/item.tsx +1 -1
  74. package/src/components/Tag/index.tsx +1 -1
  75. package/src/components/Textarea/index.tsx +1 -1
  76. package/src/stories/Menu/Menu.stories.tsx +1 -0
  77. package/tests.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qoretechnologies/reqore",
3
- "version": "0.27.4",
3
+ "version": "0.27.6",
4
4
  "description": "ReQore is a highly theme-able and modular UI library for React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -108,7 +108,7 @@ const StyledBreadcrumbItem = styled.div<IReqoreBreadcrumbItemStyle>`
108
108
  }
109
109
  `;
110
110
 
111
- const ReqoreBreadcrumbsItem = forwardRef(
111
+ const ReqoreBreadcrumbsItem = forwardRef<HTMLDivElement, IReqoreBreadcrumbItemProps>(
112
112
  (
113
113
  {
114
114
  tooltip,
@@ -251,7 +251,7 @@ export const StyledButtonContent = styled.div`
251
251
  `;
252
252
 
253
253
  const ReqoreButton = memo(
254
- forwardRef(
254
+ forwardRef<HTMLButtonElement, IReqoreButtonProps>(
255
255
  (
256
256
  {
257
257
  icon,
@@ -106,7 +106,7 @@ const StyledCheckbox = styled.div<IReqoreCheckboxStyle>`
106
106
  }
107
107
  `;
108
108
 
109
- const Checkbox = forwardRef(
109
+ const Checkbox = forwardRef<HTMLDivElement, IReqoreCheckboxProps>(
110
110
  (
111
111
  {
112
112
  label,
@@ -1,11 +1,10 @@
1
- import React, { forwardRef } from "react";
2
- import styled, { css } from "styled-components";
3
- import { IReqoreTheme } from "../../constants/theme";
4
- import ReqoreThemeProvider from "../../containers/ThemeProvider";
5
- import { getReadableColor } from "../../helpers/colors";
1
+ import React, { forwardRef } from 'react';
2
+ import styled, { css } from 'styled-components';
3
+ import { IReqoreTheme } from '../../constants/theme';
4
+ import ReqoreThemeProvider from '../../containers/ThemeProvider';
5
+ import { getReadableColor } from '../../helpers/colors';
6
6
 
7
- export interface IReqoreContentWrapperProps
8
- extends React.HTMLAttributes<HTMLDivElement> {
7
+ export interface IReqoreContentWrapperProps extends React.HTMLAttributes<HTMLDivElement> {
9
8
  children?: any;
10
9
  }
11
10
 
@@ -22,14 +21,10 @@ const StyledReqoreContent = styled.div<IReqoreContentStyle>`
22
21
  `}
23
22
  `;
24
23
 
25
- const ReqoreContent = forwardRef(
24
+ const ReqoreContent = forwardRef<HTMLDivElement, IReqoreContentWrapperProps>(
26
25
  ({ children, className, ...rest }: IReqoreContentWrapperProps, ref: any) => (
27
26
  <ReqoreThemeProvider>
28
- <StyledReqoreContent
29
- {...rest}
30
- ref={ref}
31
- className={`${className || ""} reqore-content`}
32
- >
27
+ <StyledReqoreContent {...rest} ref={ref} className={`${className || ''} reqore-content`}>
33
28
  {children}
34
29
  </StyledReqoreContent>
35
30
  </ReqoreThemeProvider>
@@ -1,10 +1,9 @@
1
- import React, { forwardRef } from "react";
2
- import styled from "styled-components";
3
- import { IReqoreTheme } from "../../constants/theme";
4
- import ReqoreThemeProvider from "../../containers/ThemeProvider";
1
+ import React, { forwardRef } from 'react';
2
+ import styled from 'styled-components';
3
+ import { IReqoreTheme } from '../../constants/theme';
4
+ import ReqoreThemeProvider from '../../containers/ThemeProvider';
5
5
 
6
- export interface IReqoreContentWrapperProps
7
- extends React.HTMLAttributes<HTMLDivElement> {
6
+ export interface IReqoreContentWrapperProps extends React.HTMLAttributes<HTMLDivElement> {
8
7
  children?: any;
9
8
  }
10
9
 
@@ -20,13 +19,13 @@ const StyledReqoreContentWrapper = styled.div<IReqoreContentStyle>`
20
19
  overflow: hidden;
21
20
  `;
22
21
 
23
- const ReqoreContentWrapper = forwardRef(
22
+ const ReqoreContentWrapper = forwardRef<HTMLDivElement, IReqoreContentWrapperProps>(
24
23
  ({ children, className, ...rest }: IReqoreContentWrapperProps, ref: any) => (
25
24
  <ReqoreThemeProvider>
26
25
  <StyledReqoreContentWrapper
27
26
  {...rest}
28
27
  ref={ref}
29
- className={`${className || ""} reqore-content-wrapper`}
28
+ className={`${className || ''} reqore-content-wrapper`}
30
29
  >
31
30
  {children}
32
31
  </StyledReqoreContentWrapper>
@@ -132,7 +132,7 @@ export const StyledInput = styled(StyledEffect)<IReqoreInputStyle>`
132
132
  }
133
133
  `;
134
134
 
135
- const ReqoreInput = forwardRef(
135
+ const ReqoreInput = forwardRef<HTMLDivElement, IReqoreInputProps>(
136
136
  (
137
137
  {
138
138
  tooltip,
@@ -1,28 +1,31 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import styled from 'styled-components';
3
+ import { PADDING_FROM_SIZE } from '../../constants/sizes';
3
4
  import { getReadableColor } from '../../helpers/colors';
4
- import { IWithReqoreEffect } from '../../types/global';
5
+ import { IWithReqoreEffect, IWithReqoreSize } from '../../types/global';
5
6
  import { IReqoreEffect, StyledTextEffect } from '../Effect';
6
7
 
7
8
  export interface IReqoreMenuDividerProps
8
9
  extends React.HTMLAttributes<HTMLDivElement>,
9
- IWithReqoreEffect {
10
+ IWithReqoreEffect,
11
+ IWithReqoreSize {
10
12
  label?: string;
11
13
  }
12
14
 
13
15
  const StyledMenuDivider = styled(StyledTextEffect)`
14
16
  width: 100%;
15
- padding: 8px 0;
17
+ padding: ${({ size }) => `${PADDING_FROM_SIZE[size]}px 0`};
16
18
  background-color: ${({ theme }) => theme.main};
17
19
 
18
20
  color: ${({ theme }) => getReadableColor(theme, undefined, undefined)};
19
21
  `;
20
22
 
21
- const ReqoreMenuDivider = forwardRef(
22
- ({ label, className, effect, ...rest }: IReqoreMenuDividerProps, ref: any) => (
23
+ const ReqoreMenuDivider = forwardRef<HTMLDivElement, IReqoreMenuDividerProps>(
24
+ ({ label, className, effect, size = 'normal', ...rest }: IReqoreMenuDividerProps, ref: any) => (
23
25
  <StyledMenuDivider
24
26
  as='div'
25
27
  {...rest}
28
+ size={size}
26
29
  className={`${className || ''} reqore-menu-divider`}
27
30
  ref={ref}
28
31
  effect={
@@ -47,7 +47,7 @@ const StyledReqoreMenu = styled.div<IReqoreMenuStyle>`
47
47
  }
48
48
  `;
49
49
 
50
- const ReqoreMenu: React.FC<IReqoreMenuProps> = forwardRef(
50
+ const ReqoreMenu = forwardRef<HTMLDivElement, IReqoreMenuProps>(
51
51
  (
52
52
  {
53
53
  children,
@@ -59,7 +59,7 @@ const ReqoreMenu: React.FC<IReqoreMenuProps> = forwardRef(
59
59
  wrapText,
60
60
  flat = true,
61
61
  ...rest
62
- },
62
+ }: IReqoreMenuProps,
63
63
  ref: any
64
64
  ) => {
65
65
  const theme = useReqoreTheme('main', customTheme, intent);
@@ -33,7 +33,7 @@ export interface IReqoreMenuItemRightIconStyle {
33
33
  intent?: TReqoreIntent;
34
34
  }
35
35
 
36
- const ReqoreMenuItem: React.FC<IReqoreMenuItemProps> = forwardRef(
36
+ const ReqoreMenuItem = forwardRef<HTMLDivElement, IReqoreMenuItemProps>(
37
37
  (
38
38
  {
39
39
  children,
@@ -52,7 +52,7 @@ const ReqoreMenuItem: React.FC<IReqoreMenuItemProps> = forwardRef(
52
52
  intent,
53
53
  flat = true,
54
54
  ...rest
55
- },
55
+ }: IReqoreMenuItemProps,
56
56
  ref: any
57
57
  ) => {
58
58
  const { removePopover } = useContext(PopoverContext);
@@ -45,7 +45,7 @@ export interface IReqoreNotificationStyle extends IReqoreMessageProps {
45
45
  timeout?: number;
46
46
  }
47
47
 
48
- const ReqoreMessage: React.FC<IReqoreMessageProps> = forwardRef(
48
+ const ReqoreMessage = forwardRef<HTMLDivElement, IReqoreMessageProps>(
49
49
  (
50
50
  {
51
51
  intent,
@@ -3,8 +3,7 @@ import styled from 'styled-components';
3
3
  import { IReqoreTheme } from '../../constants/theme';
4
4
  import { getReadableColor } from '../../helpers/colors';
5
5
 
6
- export interface IReqoreNavbarDividerProps
7
- extends React.HTMLAttributes<HTMLDivElement> {
6
+ export interface IReqoreNavbarDividerProps extends React.HTMLAttributes<HTMLDivElement> {
8
7
  type?: 'header' | 'footer';
9
8
  theme?: IReqoreTheme;
10
9
  }
@@ -37,7 +36,7 @@ const StyledNavbarDivider = styled.div<{
37
36
  }
38
37
  `;
39
38
 
40
- const ReqoreNavbarDivider = forwardRef(
39
+ const ReqoreNavbarDivider = forwardRef<HTMLDivElement, IReqoreNavbarDividerProps>(
41
40
  ({ type, ...rest }: IReqoreNavbarDividerProps, ref: any) => (
42
41
  <StyledNavbarDivider
43
42
  {...rest}
@@ -2,8 +2,7 @@ import React, { forwardRef } from 'react';
2
2
  import styled, { css } from 'styled-components';
3
3
  import { IReqoreTheme } from '../../constants/theme';
4
4
 
5
- export interface IReqoreNavbarGroupProps
6
- extends React.HTMLAttributes<HTMLDivElement> {
5
+ export interface IReqoreNavbarGroupProps extends React.HTMLAttributes<HTMLDivElement> {
7
6
  position?: 'right' | 'left';
8
7
  type?: 'footer' | 'header';
9
8
  children?: any;
@@ -26,11 +25,8 @@ export const StyledNavbarGroup = styled.div<IReqoreNavbarGroupStyle>`
26
25
  `}
27
26
  `;
28
27
 
29
- const ReqoreNavbarGroup = forwardRef(
30
- (
31
- { position = 'left', children, type, ...rest }: IReqoreNavbarGroupProps,
32
- ref: any
33
- ) => (
28
+ const ReqoreNavbarGroup = forwardRef<HTMLDivElement, IReqoreNavbarGroupProps>(
29
+ ({ position = 'left', children, type, ...rest }: IReqoreNavbarGroupProps, ref: any) => (
34
30
  <StyledNavbarGroup
35
31
  {...rest}
36
32
  className={`${rest.className || ''} reqore-navbar-group`}
@@ -37,7 +37,7 @@ export const StyledNavbar = styled.div<IReqoreNavbarStyle>`
37
37
  !flat
38
38
  ? css`
39
39
  box-shadow: rgba(31, 26, 34, 0.05) 0px ${type === 'header' ? '2px' : '-2px'} 6px;
40
-
40
+
41
41
  border-${type === 'header' ? 'bottom' : 'top'}: 1px solid ${
42
42
  theme[type]?.border || darken(0.05, getMainColor(theme, type))
43
43
  };
@@ -45,7 +45,7 @@ export const StyledNavbar = styled.div<IReqoreNavbarStyle>`
45
45
  : undefined}
46
46
  `;
47
47
 
48
- const ReqoreNavbar = forwardRef(
48
+ const ReqoreNavbar = forwardRef<HTMLDivElement, IReqoreNavbarProps>(
49
49
  ({ position = 'top', children, type, customTheme, ...rest }: IReqoreNavbarProps, ref: any) => {
50
50
  const theme = useReqoreTheme(type, customTheme);
51
51
 
@@ -72,10 +72,10 @@ const ReqoreNavbar = forwardRef(
72
72
  }
73
73
  );
74
74
 
75
- export const ReqoreHeader = forwardRef((props: IReqoreNavbarProps, ref: any) => (
76
- <ReqoreNavbar {...props} type='header' ref={ref} />
77
- ));
75
+ export const ReqoreHeader = forwardRef<HTMLDivElement, IReqoreNavbarProps>(
76
+ (props: IReqoreNavbarProps, ref: any) => <ReqoreNavbar {...props} type='header' ref={ref} />
77
+ );
78
78
 
79
- export const ReqoreFooter = forwardRef((props: IReqoreNavbarProps, ref: any) => (
80
- <ReqoreNavbar {...props} type='footer' ref={ref} />
81
- ));
79
+ export const ReqoreFooter = forwardRef<HTMLDivElement, IReqoreNavbarProps>(
80
+ (props: IReqoreNavbarProps, ref: any) => <ReqoreNavbar {...props} type='footer' ref={ref} />
81
+ );
@@ -70,7 +70,7 @@ const StyledNavbarItem = styled.div<IReqoreNavbarItemStyle>`
70
70
  `}
71
71
  `;
72
72
 
73
- const ReqoreNavbarItem = forwardRef(
73
+ const ReqoreNavbarItem = forwardRef<HTMLDivElement, IReqoreNavbarItemProps>(
74
74
  (
75
75
  { interactive, children, type, disabled, active, ...rest }: IReqoreNavbarItemProps,
76
76
  ref: any
@@ -40,17 +40,18 @@ const StyledNotificationsWrapper = styled.div<IReqoreNotificationsStyle>`
40
40
  }}
41
41
  `;
42
42
 
43
- const ReqoreNotificationsWrapper: React.FC<IReqoreNotificationsWrapperProps> = forwardRef(
44
- ({ children, position = 'TOP' }, ref: any) => (
45
- <StyledNotificationsWrapper
46
- positions={position
47
- .split(' ')
48
- .map((p: IReqoreNotificationsPosition | string): string => p.toLowerCase())}
49
- ref={ref}
50
- >
51
- {children}
52
- </StyledNotificationsWrapper>
53
- )
54
- );
43
+ const ReqoreNotificationsWrapper: React.FC<IReqoreNotificationsWrapperProps> = forwardRef<
44
+ HTMLDivElement,
45
+ IReqoreNotificationsWrapperProps
46
+ >(({ children, position = 'TOP' }, ref: any) => (
47
+ <StyledNotificationsWrapper
48
+ positions={position
49
+ .split(' ')
50
+ .map((p: IReqoreNotificationsPosition | string): string => p.toLowerCase())}
51
+ ref={ref}
52
+ >
53
+ {children}
54
+ </StyledNotificationsWrapper>
55
+ ));
55
56
 
56
57
  export default ReqoreNotificationsWrapper;
@@ -195,7 +195,7 @@ export const typeToIcon: { [type: string]: IReqoreIconName } = {
195
195
  muted: 'Forbid2Line',
196
196
  };
197
197
 
198
- const ReqoreNotification: React.FC<IReqoreNotificationProps> = forwardRef(
198
+ const ReqoreNotification = forwardRef<HTMLDivElement, IReqoreNotificationProps>(
199
199
  (
200
200
  {
201
201
  type,
@@ -221,7 +221,7 @@ export const StyledPanelTitleHeader = styled.div`
221
221
  padding-right: 5px;
222
222
  `;
223
223
 
224
- export const ReqorePanel = forwardRef(
224
+ export const ReqorePanel = forwardRef<HTMLDivElement, IReqorePanelProps>(
225
225
  (
226
226
  {
227
227
  children,
@@ -76,7 +76,7 @@ export const StyledTabListItem = styled.div<IReqoreTabListItemStyle>`
76
76
  `;
77
77
 
78
78
  const ReqoreTabsListItem = memo(
79
- forwardRef(
79
+ forwardRef<HTMLDivElement, IReqoreTabListItemProps>(
80
80
  (
81
81
  {
82
82
  tooltip,
@@ -156,7 +156,7 @@ const StyledButtonWrapper = styled.div<IReqoreTagStyle>`
156
156
  `}
157
157
  `;
158
158
 
159
- const ReqoreTag = forwardRef(
159
+ const ReqoreTag = forwardRef<HTMLSpanElement, IReqoreTagProps>(
160
160
  (
161
161
  {
162
162
  tooltip,
@@ -118,7 +118,7 @@ export const StyledTextarea = styled(StyledEffect)<IReqoreTextareaStyle>`
118
118
  }
119
119
  `;
120
120
 
121
- const ReqoreInput = forwardRef(
121
+ const ReqoreInput = forwardRef<HTMLTextAreaElement, IReqoreTextareaProps>(
122
122
  (
123
123
  {
124
124
  width,
@@ -46,6 +46,7 @@ const Template: Story<IReqoreMenuProps> = (args) => {
46
46
  Selected success
47
47
  </ReqoreMenuItem>
48
48
  <ReqoreMenuItem icon='Save3Fill'>Save</ReqoreMenuItem>
49
+ <ReqoreMenuDivider label='BIG Divider' size='huge' />
49
50
  <ReqoreMenuItem
50
51
  icon='ChatPollFill'
51
52
  onClick={() => alert('Item clicked')}
package/tests.json CHANGED
@@ -1 +1 @@
1
- {"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":25,"numPassedTests":104,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":25,"numTotalTests":104,"openHandles":[],"snapshot":{"added":0,"didUpdate":false,"failure":false,"filesAdded":0,"filesRemoved":0,"filesRemovedList":[],"filesUnmatched":0,"filesUpdated":0,"matched":0,"total":0,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0},"startTime":1671561625559,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Table /> properly","location":null,"status":"passed","title":"Renders basic <Table /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with grouped columns properly","location":null,"status":"passed","title":"Renders <Table /> with grouped columns properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with custom content","location":null,"status":"passed","title":"Renders <Table /> with custom content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with predefined content","location":null,"status":"passed","title":"Renders <Table /> with predefined content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Sorting on <Table /> works properly","location":null,"status":"passed","title":"Sorting on <Table /> works properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> can be selected","location":null,"status":"passed","title":"Rows on <Table /> can be selected"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> cannot be selected if _selectId is missing","location":null,"status":"passed","title":"Rows on <Table /> cannot be selected if _selectId is missing"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> are all selected/deselected when clicking on header","location":null,"status":"passed","title":"Rows on <Table /> are all selected/deselected when clicking on header"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Cells on <Table /> are interactive","location":null,"status":"passed","title":"Cells on <Table /> are interactive"}],"endTime":1671561641548,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/table.test.tsx","startTime":1671561626080,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders full <Tabs /> properly","location":null,"status":"passed","title":"Renders full <Tabs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders shortened <Tabs /> properly","location":null,"status":"passed","title":"Renders shortened <Tabs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Default active tab can be specified","location":null,"status":"passed","title":"Default active tab can be specified"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Changes tab and runs callback","location":null,"status":"passed","title":"Changes tab and runs callback"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not change tab and run callback when disabled","location":null,"status":"passed","title":"Does not change tab and run callback when disabled"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Changes tab programatically and runs callback","location":null,"status":"passed","title":"Changes tab programatically and runs callback"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Closable tab can be closed if not disabled","location":null,"status":"passed","title":"Closable tab can be closed if not disabled"}],"endTime":1671561643137,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tabs.test.tsx","startTime":1671561641571,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> properly","location":null,"status":"passed","title":"Renders <Dropdown /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when children are empty","location":null,"status":"passed","title":"Renders disabled <Dropdown /> when children are empty"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> with custom component and custom handler","location":null,"status":"passed","title":"Renders <Dropdown /> with custom component and custom handler"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> is opened by default","location":null,"status":"passed","title":"Renders <Dropdown /> is opened by default"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and calls a function on item click","location":null,"status":"passed","title":"Renders <Dropdown /> and calls a function on item click"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders filterable <Dropdown /> and filters items correctly","location":null,"status":"passed","title":"Renders filterable <Dropdown /> and filters items correctly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and updates its items when state changes","location":null,"status":"passed","title":"Renders <Dropdown /> and updates its items when state changes"}],"endTime":1671561645379,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/dropdown.test.tsx","startTime":1671561643155,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders sidebar","location":null,"status":"passed","title":"Renders sidebar"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Sidebar can be collapsed","location":null,"status":"passed","title":"Sidebar can be collapsed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Can open submenu manually","location":null,"status":"passed","title":"Can open submenu manually"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Submenu opens automatically if path matches","location":null,"status":"passed","title":"Submenu opens automatically if path matches"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Bookmarks can be added and removed","location":null,"status":"passed","title":"Bookmarks can be added and removed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Bookmarks clicks are not propagated through","location":null,"status":"passed","title":"Bookmarks clicks are not propagated through"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders item as <p> element with onClick","location":null,"status":"passed","title":"Renders item as <p> element with onClick"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders floating sidebar with item as <p> element with onClick, closes on item click","location":null,"status":"passed","title":"Renders floating sidebar with item as <p> element with onClick, closes on item click"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders custom item at the top","location":null,"status":"passed","title":"Renders custom item at the top"}],"endTime":1671561646661,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/sidebar.test.tsx","startTime":1671561645392,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows popover on hover, hides on leave","location":null,"status":"passed","title":"Shows popover on hover, hides on leave"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows popover on click, hides only on click away","location":null,"status":"passed","title":"Shows popover on click, hides only on click away"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows custom content","location":null,"status":"passed","title":"Shows custom content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs callback function","location":null,"status":"passed","title":"Runs callback function"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the popover after a delay","location":null,"status":"passed","title":"Shows the popover after a delay"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not show the popover with delay if time not reached","location":null,"status":"passed","title":"Does not show the popover with delay if time not reached"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the hoverStay popover after a delay and stays, ","location":null,"status":"passed","title":"Shows the hoverStay popover after a delay and stays, "},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the hoverStay popover after a delay and stays, ","location":null,"status":"passed","title":"Shows the hoverStay popover after a delay and stays, "}],"endTime":1671561648034,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/popover.test.tsx","startTime":1671561646674,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Adds notifications and dismisses them automatically","location":null,"status":"passed","title":"Adds notifications and dismisses them automatically"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Adds a notification and updates it","location":null,"status":"passed","title":"Adds a notification and updates it"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a click event","location":null,"status":"passed","title":"Notification has a click event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a close event","location":null,"status":"passed","title":"Notification has a close event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a finish event","location":null,"status":"passed","title":"Notification has a finish event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Maximum of 5 notifications is shown at once","location":null,"status":"passed","title":"Maximum of 5 notifications is shown at once"}],"endTime":1671561649074,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/notifications.test.tsx","startTime":1671561648046,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> properly","location":null,"status":"passed","title":"Renders <Tag /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> group properly","location":null,"status":"passed","title":"Renders <Tag /> group properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> without remove button if disabled","location":null,"status":"passed","title":"Renders <Tag /> without remove button if disabled"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Fires onClick and onRemoveClick <Tag /> events","location":null,"status":"passed","title":"Fires onClick and onRemoveClick <Tag /> events"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> with the label key","location":null,"status":"passed","title":"Renders <Tag /> with the label key"}],"endTime":1671561649879,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tag.test.tsx","startTime":1671561649096,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> properly","location":null,"status":"passed","title":"Renders basic <Panel /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> with title properly","location":null,"status":"passed","title":"Renders basic <Panel /> with title properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> that is collapsed by default and can be expanded","location":null,"status":"passed","title":"Renders basic <Panel /> that is collapsed by default and can be expanded"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders closable <Panel /> properly","location":null,"status":"passed","title":"Renders closable <Panel /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> with actions","location":null,"status":"passed","title":"Renders <Panel /> with actions"}],"endTime":1671561650762,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/panel.test.tsx","startTime":1671561649899,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> properly","location":null,"status":"passed","title":"Renders <Button /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with size properly","location":null,"status":"passed","title":"Renders <Button /> with size properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with icon properly","location":null,"status":"passed","title":"Renders <Button /> with icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with intent properly","location":null,"status":"passed","title":"Renders <Button /> with intent properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with right icon properly","location":null,"status":"passed","title":"Renders <Button /> with right icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with icon and right icon properly","location":null,"status":"passed","title":"Renders <Button /> with icon and right icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with onClick function","location":null,"status":"passed","title":"Renders <Button /> with onClick function"}],"endTime":1671561652208,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/button.test.tsx","startTime":1671561650773,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Modal /> properly","location":null,"status":"passed","title":"Renders basic <Modal /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not renders <Modal /> if its not open","location":null,"status":"passed","title":"Does not renders <Modal /> if its not open"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Modal /> with custom dimensions","location":null,"status":"passed","title":"Renders <Modal /> with custom dimensions"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders confirmation <Modal /> ","location":null,"status":"passed","title":"Renders confirmation <Modal /> "}],"endTime":1671561653465,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/modal.test.tsx","startTime":1671561652219,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not render <Drawer /> if not open","location":null,"status":"passed","title":"Does not render <Drawer /> if not open"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders opened <Drawer /> properly","location":null,"status":"passed","title":"Renders opened <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders hidable <Drawer /> properly","location":null,"status":"passed","title":"Renders hidable <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders closable <Drawer /> properly","location":null,"status":"passed","title":"Renders closable <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Drawer /> with interactive backdrop","location":null,"status":"passed","title":"Renders <Drawer /> with interactive backdrop"}],"endTime":1671561654234,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/drawer.test.tsx","startTime":1671561653476,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Tree /> properly","location":null,"status":"passed","title":"Renders basic <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows textarea for <Tree /> properly","location":null,"status":"passed","title":"Shows textarea for <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Tree /> items can be expanded and collapsed","location":null,"status":"passed","title":"<Tree /> items can be expanded and collapsed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows types for <Tree /> properly","location":null,"status":"passed","title":"Shows types for <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tree /> with clickable items","location":null,"status":"passed","title":"Renders <Tree /> with clickable items"}],"endTime":1671561655857,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tree.test.tsx","startTime":1671561654247,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Collection /> properly","location":null,"status":"passed","title":"Renders basic <Collection /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> items can be filtered","location":null,"status":"passed","title":"<Collection /> items can be filtered"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> shows no data message when empty","location":null,"status":"passed","title":"<Collection /> shows no data message when empty"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> can be sorted","location":null,"status":"passed","title":"<Collection /> can be sorted"}],"endTime":1671561657538,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/collection.test.tsx","startTime":1671561655868,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Menu /> properly","location":null,"status":"passed","title":"Renders <Menu /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Menu /> item can be clicked","location":null,"status":"passed","title":"<Menu /> item can be clicked"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Menu /> item has right clickable button","location":null,"status":"passed","title":"<Menu /> item has right clickable button"}],"endTime":1671561658222,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/menu.test.tsx","startTime":1671561657549,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Input /> properly","location":null,"status":"passed","title":"Renders <Input /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Input /> with clear button properly","location":null,"status":"passed","title":"Renders <Input /> with clear button properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Disabled <Input /> cannot be cleared","location":null,"status":"passed","title":"Disabled <Input /> cannot be cleared"}],"endTime":1671561658998,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/input.test.tsx","startTime":1671561658242,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders full <Breadcrumbs /> properly","location":null,"status":"passed","title":"Renders full <Breadcrumbs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders shortened <Breadcrumbs /> properly","location":null,"status":"passed","title":"Renders shortened <Breadcrumbs /> properly"}],"endTime":1671561659555,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/breadcrumbs.test.tsx","startTime":1671561659009,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreEffect /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <Icon /> if icon does not exist","location":null,"status":"passed","title":"Renders empty <Icon /> if icon does not exist"}],"endTime":1671561660305,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/effect.test.tsx","startTime":1671561659575,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TextArea /> properly","location":null,"status":"passed","title":"Renders <TextArea /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TextArea /> with clear button properly","location":null,"status":"passed","title":"Renders <TextArea /> with clear button properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Disabled <TextArea /> cannot be cleared","location":null,"status":"passed","title":"Disabled <TextArea /> cannot be cleared"}],"endTime":1671561661210,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/textarea.test.tsx","startTime":1671561660462,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Message /> properly","location":null,"status":"passed","title":"Renders <Message /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs onFinish on message after duration","location":null,"status":"passed","title":"Runs onFinish on message after duration"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs onClose when closed","location":null,"status":"passed","title":"Runs onClose when closed"}],"endTime":1671561661819,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/messages.test.tsx","startTime":1671561661232,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1671561662388,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/radiogroup.test.tsx","startTime":1671561661840,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Layout properly","location":null,"status":"passed","title":"Renders Layout properly"}],"endTime":1671561662937,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/layout.test.tsx","startTime":1671561662409,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Icon /> properly","location":null,"status":"passed","title":"Renders <Icon /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <Icon /> if icon does not exist","location":null,"status":"passed","title":"Renders empty <Icon /> if icon does not exist"}],"endTime":1671561663851,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/icon.test.tsx","startTime":1671561662948,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Navbar properly","location":null,"status":"passed","title":"Renders Navbar properly"}],"endTime":1671561664320,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/navbar.test.tsx","startTime":1671561663862,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1671561664836,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/checkbox.test.tsx","startTime":1671561664338,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TimeAgo /> data properly","location":null,"status":"passed","title":"Renders <TimeAgo /> data properly"}],"endTime":1671561665286,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/timeAgo.test.tsx","startTime":1671561664846,"status":"passed","summary":""}],"wasInterrupted":false}
1
+ {"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":25,"numPassedTests":104,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":25,"numTotalTests":104,"openHandles":[],"snapshot":{"added":0,"didUpdate":false,"failure":false,"filesAdded":0,"filesRemoved":0,"filesRemovedList":[],"filesUnmatched":0,"filesUpdated":0,"matched":0,"total":0,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0},"startTime":1671623924618,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Table /> properly","location":null,"status":"passed","title":"Renders basic <Table /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with grouped columns properly","location":null,"status":"passed","title":"Renders <Table /> with grouped columns properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with custom content","location":null,"status":"passed","title":"Renders <Table /> with custom content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Table /> with predefined content","location":null,"status":"passed","title":"Renders <Table /> with predefined content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Sorting on <Table /> works properly","location":null,"status":"passed","title":"Sorting on <Table /> works properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> can be selected","location":null,"status":"passed","title":"Rows on <Table /> can be selected"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> cannot be selected if _selectId is missing","location":null,"status":"passed","title":"Rows on <Table /> cannot be selected if _selectId is missing"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Rows on <Table /> are all selected/deselected when clicking on header","location":null,"status":"passed","title":"Rows on <Table /> are all selected/deselected when clicking on header"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Cells on <Table /> are interactive","location":null,"status":"passed","title":"Cells on <Table /> are interactive"}],"endTime":1671623939134,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/table.test.tsx","startTime":1671623925085,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders full <Tabs /> properly","location":null,"status":"passed","title":"Renders full <Tabs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders shortened <Tabs /> properly","location":null,"status":"passed","title":"Renders shortened <Tabs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Default active tab can be specified","location":null,"status":"passed","title":"Default active tab can be specified"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Changes tab and runs callback","location":null,"status":"passed","title":"Changes tab and runs callback"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not change tab and run callback when disabled","location":null,"status":"passed","title":"Does not change tab and run callback when disabled"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Changes tab programatically and runs callback","location":null,"status":"passed","title":"Changes tab programatically and runs callback"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Closable tab can be closed if not disabled","location":null,"status":"passed","title":"Closable tab can be closed if not disabled"}],"endTime":1671623940572,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tabs.test.tsx","startTime":1671623939155,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> properly","location":null,"status":"passed","title":"Renders <Dropdown /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when children are empty","location":null,"status":"passed","title":"Renders disabled <Dropdown /> when children are empty"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> with custom component and custom handler","location":null,"status":"passed","title":"Renders <Dropdown /> with custom component and custom handler"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> is opened by default","location":null,"status":"passed","title":"Renders <Dropdown /> is opened by default"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and calls a function on item click","location":null,"status":"passed","title":"Renders <Dropdown /> and calls a function on item click"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders filterable <Dropdown /> and filters items correctly","location":null,"status":"passed","title":"Renders filterable <Dropdown /> and filters items correctly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and updates its items when state changes","location":null,"status":"passed","title":"Renders <Dropdown /> and updates its items when state changes"}],"endTime":1671623942704,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/dropdown.test.tsx","startTime":1671623940590,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders sidebar","location":null,"status":"passed","title":"Renders sidebar"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Sidebar can be collapsed","location":null,"status":"passed","title":"Sidebar can be collapsed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Can open submenu manually","location":null,"status":"passed","title":"Can open submenu manually"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Submenu opens automatically if path matches","location":null,"status":"passed","title":"Submenu opens automatically if path matches"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Bookmarks can be added and removed","location":null,"status":"passed","title":"Bookmarks can be added and removed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Bookmarks clicks are not propagated through","location":null,"status":"passed","title":"Bookmarks clicks are not propagated through"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders item as <p> element with onClick","location":null,"status":"passed","title":"Renders item as <p> element with onClick"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders floating sidebar with item as <p> element with onClick, closes on item click","location":null,"status":"passed","title":"Renders floating sidebar with item as <p> element with onClick, closes on item click"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders custom item at the top","location":null,"status":"passed","title":"Renders custom item at the top"}],"endTime":1671623943836,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/sidebar.test.tsx","startTime":1671623942717,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows popover on hover, hides on leave","location":null,"status":"passed","title":"Shows popover on hover, hides on leave"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows popover on click, hides only on click away","location":null,"status":"passed","title":"Shows popover on click, hides only on click away"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows custom content","location":null,"status":"passed","title":"Shows custom content"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs callback function","location":null,"status":"passed","title":"Runs callback function"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the popover after a delay","location":null,"status":"passed","title":"Shows the popover after a delay"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not show the popover with delay if time not reached","location":null,"status":"passed","title":"Does not show the popover with delay if time not reached"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the hoverStay popover after a delay and stays, ","location":null,"status":"passed","title":"Shows the hoverStay popover after a delay and stays, "},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the hoverStay popover after a delay and stays, ","location":null,"status":"passed","title":"Shows the hoverStay popover after a delay and stays, "}],"endTime":1671623945007,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/popover.test.tsx","startTime":1671623943847,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Adds notifications and dismisses them automatically","location":null,"status":"passed","title":"Adds notifications and dismisses them automatically"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Adds a notification and updates it","location":null,"status":"passed","title":"Adds a notification and updates it"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a click event","location":null,"status":"passed","title":"Notification has a click event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a close event","location":null,"status":"passed","title":"Notification has a close event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Notification has a finish event","location":null,"status":"passed","title":"Notification has a finish event"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Maximum of 5 notifications is shown at once","location":null,"status":"passed","title":"Maximum of 5 notifications is shown at once"}],"endTime":1671623945937,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/notifications.test.tsx","startTime":1671623945019,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> properly","location":null,"status":"passed","title":"Renders <Tag /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> group properly","location":null,"status":"passed","title":"Renders <Tag /> group properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> without remove button if disabled","location":null,"status":"passed","title":"Renders <Tag /> without remove button if disabled"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Fires onClick and onRemoveClick <Tag /> events","location":null,"status":"passed","title":"Fires onClick and onRemoveClick <Tag /> events"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tag /> with the label key","location":null,"status":"passed","title":"Renders <Tag /> with the label key"}],"endTime":1671623946699,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tag.test.tsx","startTime":1671623945960,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> properly","location":null,"status":"passed","title":"Renders basic <Panel /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> with title properly","location":null,"status":"passed","title":"Renders basic <Panel /> with title properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Panel /> that is collapsed by default and can be expanded","location":null,"status":"passed","title":"Renders basic <Panel /> that is collapsed by default and can be expanded"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders closable <Panel /> properly","location":null,"status":"passed","title":"Renders closable <Panel /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> with actions","location":null,"status":"passed","title":"Renders <Panel /> with actions"}],"endTime":1671623947476,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/panel.test.tsx","startTime":1671623946718,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> properly","location":null,"status":"passed","title":"Renders <Button /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with size properly","location":null,"status":"passed","title":"Renders <Button /> with size properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with icon properly","location":null,"status":"passed","title":"Renders <Button /> with icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with intent properly","location":null,"status":"passed","title":"Renders <Button /> with intent properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with right icon properly","location":null,"status":"passed","title":"Renders <Button /> with right icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with icon and right icon properly","location":null,"status":"passed","title":"Renders <Button /> with icon and right icon properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with onClick function","location":null,"status":"passed","title":"Renders <Button /> with onClick function"}],"endTime":1671623948755,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/button.test.tsx","startTime":1671623947486,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Modal /> properly","location":null,"status":"passed","title":"Renders basic <Modal /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not renders <Modal /> if its not open","location":null,"status":"passed","title":"Does not renders <Modal /> if its not open"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Modal /> with custom dimensions","location":null,"status":"passed","title":"Renders <Modal /> with custom dimensions"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders confirmation <Modal /> ","location":null,"status":"passed","title":"Renders confirmation <Modal /> "}],"endTime":1671623950001,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/modal.test.tsx","startTime":1671623948764,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Does not render <Drawer /> if not open","location":null,"status":"passed","title":"Does not render <Drawer /> if not open"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders opened <Drawer /> properly","location":null,"status":"passed","title":"Renders opened <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders hidable <Drawer /> properly","location":null,"status":"passed","title":"Renders hidable <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders closable <Drawer /> properly","location":null,"status":"passed","title":"Renders closable <Drawer /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Drawer /> with interactive backdrop","location":null,"status":"passed","title":"Renders <Drawer /> with interactive backdrop"}],"endTime":1671623950759,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/drawer.test.tsx","startTime":1671623950023,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Tree /> properly","location":null,"status":"passed","title":"Renders basic <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows textarea for <Tree /> properly","location":null,"status":"passed","title":"Shows textarea for <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Tree /> items can be expanded and collapsed","location":null,"status":"passed","title":"<Tree /> items can be expanded and collapsed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows types for <Tree /> properly","location":null,"status":"passed","title":"Shows types for <Tree /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Tree /> with clickable items","location":null,"status":"passed","title":"Renders <Tree /> with clickable items"}],"endTime":1671623952246,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tree.test.tsx","startTime":1671623950768,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders basic <Collection /> properly","location":null,"status":"passed","title":"Renders basic <Collection /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> items can be filtered","location":null,"status":"passed","title":"<Collection /> items can be filtered"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> shows no data message when empty","location":null,"status":"passed","title":"<Collection /> shows no data message when empty"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Collection /> can be sorted","location":null,"status":"passed","title":"<Collection /> can be sorted"}],"endTime":1671623953833,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/collection.test.tsx","startTime":1671623952257,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Menu /> properly","location":null,"status":"passed","title":"Renders <Menu /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Menu /> item can be clicked","location":null,"status":"passed","title":"<Menu /> item can be clicked"},{"ancestorTitles":[],"failureMessages":[],"fullName":"<Menu /> item has right clickable button","location":null,"status":"passed","title":"<Menu /> item has right clickable button"}],"endTime":1671623954497,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/menu.test.tsx","startTime":1671623953843,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Input /> properly","location":null,"status":"passed","title":"Renders <Input /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Input /> with clear button properly","location":null,"status":"passed","title":"Renders <Input /> with clear button properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Disabled <Input /> cannot be cleared","location":null,"status":"passed","title":"Disabled <Input /> cannot be cleared"}],"endTime":1671623955157,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/input.test.tsx","startTime":1671623954514,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders full <Breadcrumbs /> properly","location":null,"status":"passed","title":"Renders full <Breadcrumbs /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders shortened <Breadcrumbs /> properly","location":null,"status":"passed","title":"Renders shortened <Breadcrumbs /> properly"}],"endTime":1671623956143,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/breadcrumbs.test.tsx","startTime":1671623955180,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreEffect /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <Icon /> if icon does not exist","location":null,"status":"passed","title":"Renders empty <Icon /> if icon does not exist"}],"endTime":1671623956574,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/effect.test.tsx","startTime":1671623956153,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TextArea /> properly","location":null,"status":"passed","title":"Renders <TextArea /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TextArea /> with clear button properly","location":null,"status":"passed","title":"Renders <TextArea /> with clear button properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Disabled <TextArea /> cannot be cleared","location":null,"status":"passed","title":"Disabled <TextArea /> cannot be cleared"}],"endTime":1671623957197,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/textarea.test.tsx","startTime":1671623956585,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Message /> properly","location":null,"status":"passed","title":"Renders <Message /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs onFinish on message after duration","location":null,"status":"passed","title":"Runs onFinish on message after duration"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Runs onClose when closed","location":null,"status":"passed","title":"Runs onClose when closed"}],"endTime":1671623957753,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/messages.test.tsx","startTime":1671623957207,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1671623958212,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/radiogroup.test.tsx","startTime":1671623957763,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Layout properly","location":null,"status":"passed","title":"Renders Layout properly"}],"endTime":1671623958699,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/layout.test.tsx","startTime":1671623958222,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Icon /> properly","location":null,"status":"passed","title":"Renders <Icon /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <Icon /> if icon does not exist","location":null,"status":"passed","title":"Renders empty <Icon /> if icon does not exist"}],"endTime":1671623959455,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/icon.test.tsx","startTime":1671623958717,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Navbar properly","location":null,"status":"passed","title":"Renders Navbar properly"}],"endTime":1671623959874,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/navbar.test.tsx","startTime":1671623959466,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1671623960328,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/checkbox.test.tsx","startTime":1671623959882,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TimeAgo /> data properly","location":null,"status":"passed","title":"Renders <TimeAgo /> data properly"}],"endTime":1671623960743,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/timeAgo.test.tsx","startTime":1671623960349,"status":"passed","summary":""}],"wasInterrupted":false}