@qoretechnologies/reqore 0.30.6 → 0.30.7

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 (232) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -44
  3. package/__tests__/collection.test.tsx +1 -1
  4. package/__tests__/{control_group.text.tsx → control_group.test.tsx} +4 -2
  5. package/__tests__/modal.test.tsx +74 -2
  6. package/__tests__/panel.test.tsx +96 -24
  7. package/__tests__/popover.test.tsx +24 -2
  8. package/__tests__/tabs.test.tsx +75 -0
  9. package/dist/components/Button/index.d.ts +7 -2
  10. package/dist/components/Button/index.d.ts.map +1 -1
  11. package/dist/components/Button/index.js +30 -20
  12. package/dist/components/Button/index.js.map +1 -1
  13. package/dist/components/Checkbox/index.d.ts.map +1 -1
  14. package/dist/components/Checkbox/index.js +6 -3
  15. package/dist/components/Checkbox/index.js.map +1 -1
  16. package/dist/components/Collection/index.d.ts +7 -2
  17. package/dist/components/Collection/index.d.ts.map +1 -1
  18. package/dist/components/Collection/index.js +57 -53
  19. package/dist/components/Collection/index.js.map +1 -1
  20. package/dist/components/Collection/item.d.ts +5 -5
  21. package/dist/components/Collection/item.d.ts.map +1 -1
  22. package/dist/components/Collection/item.js +15 -4
  23. package/dist/components/Collection/item.js.map +1 -1
  24. package/dist/components/Columns/column.d.ts.map +1 -1
  25. package/dist/components/Columns/column.js +1 -1
  26. package/dist/components/Columns/column.js.map +1 -1
  27. package/dist/components/ControlGroup/index.d.ts +21 -4
  28. package/dist/components/ControlGroup/index.d.ts.map +1 -1
  29. package/dist/components/ControlGroup/index.js +250 -55
  30. package/dist/components/ControlGroup/index.js.map +1 -1
  31. package/dist/components/Drawer/index.d.ts +3 -3
  32. package/dist/components/Drawer/index.d.ts.map +1 -1
  33. package/dist/components/Drawer/index.js +27 -16
  34. package/dist/components/Drawer/index.js.map +1 -1
  35. package/dist/components/Dropdown/index.d.ts +1 -0
  36. package/dist/components/Dropdown/index.d.ts.map +1 -1
  37. package/dist/components/Dropdown/index.js +2 -2
  38. package/dist/components/Dropdown/index.js.map +1 -1
  39. package/dist/components/Dropdown/list.d.ts +3 -3
  40. package/dist/components/Dropdown/list.d.ts.map +1 -1
  41. package/dist/components/Effect/index.d.ts +10 -10
  42. package/dist/components/Effect/index.d.ts.map +1 -1
  43. package/dist/components/Effect/index.js +7 -6
  44. package/dist/components/Effect/index.js.map +1 -1
  45. package/dist/components/Icon/index.d.ts +5 -6
  46. package/dist/components/Icon/index.d.ts.map +1 -1
  47. package/dist/components/Icon/index.js +14 -7
  48. package/dist/components/Icon/index.js.map +1 -1
  49. package/dist/components/Input/index.d.ts +2 -0
  50. package/dist/components/Input/index.d.ts.map +1 -1
  51. package/dist/components/Input/index.js +10 -4
  52. package/dist/components/Input/index.js.map +1 -1
  53. package/dist/components/InternalPopover/index.d.ts.map +1 -1
  54. package/dist/components/InternalPopover/index.js +12 -10
  55. package/dist/components/InternalPopover/index.js.map +1 -1
  56. package/dist/components/Menu/index.d.ts.map +1 -1
  57. package/dist/components/Menu/index.js +1 -1
  58. package/dist/components/Menu/index.js.map +1 -1
  59. package/dist/components/Message/index.d.ts +2 -0
  60. package/dist/components/Message/index.d.ts.map +1 -1
  61. package/dist/components/Message/index.js +2 -2
  62. package/dist/components/Message/index.js.map +1 -1
  63. package/dist/components/MultiSelect/index.d.ts +2 -2
  64. package/dist/components/MultiSelect/index.d.ts.map +1 -1
  65. package/dist/components/MultiSelect/index.js +10 -10
  66. package/dist/components/MultiSelect/index.js.map +1 -1
  67. package/dist/components/Notifications/index.d.ts +1 -1
  68. package/dist/components/Notifications/index.d.ts.map +1 -1
  69. package/dist/components/Notifications/notification.d.ts +1 -1
  70. package/dist/components/Notifications/notification.d.ts.map +1 -1
  71. package/dist/components/Panel/index.d.ts +13 -6
  72. package/dist/components/Panel/index.d.ts.map +1 -1
  73. package/dist/components/Panel/index.js +78 -44
  74. package/dist/components/Panel/index.js.map +1 -1
  75. package/dist/components/Popover/index.d.ts +1 -2
  76. package/dist/components/Popover/index.d.ts.map +1 -1
  77. package/dist/components/Popover/index.js +2 -2
  78. package/dist/components/Popover/index.js.map +1 -1
  79. package/dist/components/Spacer/index.d.ts +2 -0
  80. package/dist/components/Spacer/index.d.ts.map +1 -1
  81. package/dist/components/Spacer/index.js +29 -7
  82. package/dist/components/Spacer/index.js.map +1 -1
  83. package/dist/components/Table/header.js +2 -2
  84. package/dist/components/Table/header.js.map +1 -1
  85. package/dist/components/Table/headerCell.js +2 -2
  86. package/dist/components/Table/headerCell.js.map +1 -1
  87. package/dist/components/Table/helpers.d.ts +3 -2
  88. package/dist/components/Table/helpers.d.ts.map +1 -1
  89. package/dist/components/Table/helpers.js +6 -3
  90. package/dist/components/Table/helpers.js.map +1 -1
  91. package/dist/components/Table/index.d.ts +4 -3
  92. package/dist/components/Table/index.d.ts.map +1 -1
  93. package/dist/components/Table/index.js.map +1 -1
  94. package/dist/components/Table/row.d.ts +0 -5
  95. package/dist/components/Table/row.d.ts.map +1 -1
  96. package/dist/components/Table/row.js +3 -7
  97. package/dist/components/Table/row.js.map +1 -1
  98. package/dist/components/Tabs/content.d.ts +3 -1
  99. package/dist/components/Tabs/content.d.ts.map +1 -1
  100. package/dist/components/Tabs/content.js +8 -3
  101. package/dist/components/Tabs/content.js.map +1 -1
  102. package/dist/components/Tabs/index.d.ts +4 -1
  103. package/dist/components/Tabs/index.d.ts.map +1 -1
  104. package/dist/components/Tabs/index.js +12 -4
  105. package/dist/components/Tabs/index.js.map +1 -1
  106. package/dist/components/Tabs/item.d.ts +1 -0
  107. package/dist/components/Tabs/item.d.ts.map +1 -1
  108. package/dist/components/Tabs/item.js +7 -7
  109. package/dist/components/Tabs/item.js.map +1 -1
  110. package/dist/components/Tabs/list.d.ts +1 -1
  111. package/dist/components/Tabs/list.d.ts.map +1 -1
  112. package/dist/components/Tabs/list.js +7 -6
  113. package/dist/components/Tabs/list.js.map +1 -1
  114. package/dist/components/Tag/group.d.ts +2 -2
  115. package/dist/components/Tag/group.d.ts.map +1 -1
  116. package/dist/components/Tag/group.js +7 -8
  117. package/dist/components/Tag/group.js.map +1 -1
  118. package/dist/components/Tag/index.d.ts +6 -2
  119. package/dist/components/Tag/index.d.ts.map +1 -1
  120. package/dist/components/Tag/index.js +24 -12
  121. package/dist/components/Tag/index.js.map +1 -1
  122. package/dist/components/Tree/index.js +1 -1
  123. package/dist/components/Tree/index.js.map +1 -1
  124. package/dist/constants/animations.js +1 -1
  125. package/dist/constants/sizes.d.ts +2 -2
  126. package/dist/constants/sizes.d.ts.map +1 -1
  127. package/dist/constants/sizes.js +10 -10
  128. package/dist/constants/sizes.js.map +1 -1
  129. package/dist/constants/theme.d.ts +1 -1
  130. package/dist/constants/theme.d.ts.map +1 -1
  131. package/dist/containers/PopoverProvider.d.ts.map +1 -1
  132. package/dist/containers/PopoverProvider.js +10 -8
  133. package/dist/containers/PopoverProvider.js.map +1 -1
  134. package/dist/containers/ReqoreProvider.d.ts.map +1 -1
  135. package/dist/containers/ReqoreProvider.js +4 -2
  136. package/dist/containers/ReqoreProvider.js.map +1 -1
  137. package/dist/containers/UIProvider.d.ts +7 -0
  138. package/dist/containers/UIProvider.d.ts.map +1 -1
  139. package/dist/containers/UIProvider.js.map +1 -1
  140. package/dist/context/ReqoreContext.d.ts +2 -0
  141. package/dist/context/ReqoreContext.d.ts.map +1 -1
  142. package/dist/context/ReqoreContext.js.map +1 -1
  143. package/dist/helpers/colors.d.ts +1 -1
  144. package/dist/helpers/colors.d.ts.map +1 -1
  145. package/dist/helpers/colors.js +6 -2
  146. package/dist/helpers/colors.js.map +1 -1
  147. package/dist/helpers/utils.d.ts +3 -0
  148. package/dist/helpers/utils.d.ts.map +1 -1
  149. package/dist/helpers/utils.js +17 -2
  150. package/dist/helpers/utils.js.map +1 -1
  151. package/dist/hooks/useLatestZIndex.js +2 -2
  152. package/dist/hooks/useLatestZIndex.js.map +1 -1
  153. package/dist/hooks/usePopover.d.ts +1 -0
  154. package/dist/hooks/usePopover.d.ts.map +1 -1
  155. package/dist/hooks/usePopover.js +8 -6
  156. package/dist/hooks/usePopover.js.map +1 -1
  157. package/dist/styles.d.ts +1 -0
  158. package/dist/styles.d.ts.map +1 -1
  159. package/dist/styles.js +6 -5
  160. package/dist/styles.js.map +1 -1
  161. package/dist/types/global.d.ts +27 -1
  162. package/dist/types/global.d.ts.map +1 -1
  163. package/dist/types/icons.d.ts +1 -1
  164. package/dist/types/icons.d.ts.map +1 -1
  165. package/package.json +1 -1
  166. package/src/components/Button/index.tsx +79 -34
  167. package/src/components/Checkbox/index.tsx +3 -2
  168. package/src/components/Collection/index.tsx +93 -60
  169. package/src/components/Collection/item.tsx +29 -9
  170. package/src/components/Columns/column.tsx +1 -0
  171. package/src/components/ControlGroup/index.tsx +449 -104
  172. package/src/components/Drawer/index.tsx +28 -27
  173. package/src/components/Dropdown/index.tsx +3 -1
  174. package/src/components/Effect/index.tsx +22 -14
  175. package/src/components/Icon/index.tsx +81 -62
  176. package/src/components/Input/index.tsx +8 -3
  177. package/src/components/InternalPopover/index.tsx +131 -126
  178. package/src/components/Menu/index.tsx +7 -1
  179. package/src/components/Message/index.tsx +9 -1
  180. package/src/components/MultiSelect/index.tsx +180 -188
  181. package/src/components/Panel/index.tsx +227 -100
  182. package/src/components/Popover/index.tsx +1 -3
  183. package/src/components/Spacer/index.tsx +63 -14
  184. package/src/components/Table/header.tsx +2 -2
  185. package/src/components/Table/headerCell.tsx +2 -2
  186. package/src/components/Table/helpers.ts +12 -6
  187. package/src/components/Table/index.tsx +1 -0
  188. package/src/components/Table/row.tsx +2 -7
  189. package/src/components/Tabs/content.tsx +11 -3
  190. package/src/components/Tabs/index.tsx +14 -3
  191. package/src/components/Tabs/item.tsx +28 -5
  192. package/src/components/Tabs/list.tsx +7 -3
  193. package/src/components/Tag/group.tsx +6 -12
  194. package/src/components/Tag/index.tsx +69 -35
  195. package/src/components/Tree/index.tsx +1 -1
  196. package/src/constants/animations.ts +1 -1
  197. package/src/constants/sizes.ts +10 -10
  198. package/src/containers/PopoverProvider.tsx +11 -8
  199. package/src/containers/ReqoreProvider.tsx +40 -35
  200. package/src/containers/UIProvider.tsx +7 -0
  201. package/src/context/ReqoreContext.tsx +2 -0
  202. package/src/helpers/colors.ts +8 -2
  203. package/src/helpers/utils.ts +18 -0
  204. package/src/hooks/useLatestZIndex.ts +2 -2
  205. package/src/hooks/usePopover.tsx +9 -6
  206. package/src/mock/collectionData.tsx +33 -2
  207. package/src/stories/Button/Button.stories.tsx +72 -7
  208. package/src/stories/Checkbox/Checkbox.stories.tsx +6 -3
  209. package/src/stories/Collection/Collection.stories.tsx +18 -2
  210. package/src/stories/ControlGroup/ControlGroup.stories.tsx +282 -33
  211. package/src/stories/Drawer/Drawer.stories.tsx +70 -3
  212. package/src/stories/Dropdown/Dropdown.stories.tsx +13 -3
  213. package/src/stories/Icon/Icon.stories.tsx +1 -0
  214. package/src/stories/Input/Input.stories.tsx +5 -3
  215. package/src/stories/Menu/Menu.stories.tsx +2 -0
  216. package/src/stories/Message/Message.stories.tsx +7 -0
  217. package/src/stories/Panel/Panel.stories.tsx +147 -13
  218. package/src/stories/Popover/Popover.stories.tsx +88 -82
  219. package/src/stories/Tabs/Tabs.stories.tsx +33 -15
  220. package/src/stories/Tag/Tag.stories.tsx +23 -3
  221. package/src/stories/TextArea/TextArea.stories.tsx +3 -3
  222. package/src/styles.ts +6 -0
  223. package/src/types/global.ts +28 -0
  224. package/tests.json +1 -1
  225. package/CODE_OF_CONDUCT.md +0 -105
  226. package/CONTRIBUTING.MD +0 -78
  227. package/SECURITY.md +0 -5
  228. package/public/logo-dark.png +0 -0
  229. package/public/logo.png +0 -0
  230. package/public/q-symbol.png +0 -0
  231. package/public/qoreLogo-dark.png +0 -0
  232. package/public/qoreLogo.png +0 -0
@@ -58,7 +58,7 @@ export default {
58
58
 
59
59
  const Template: Story<IReqoreTagGroup & IReqoreTagProps> = ({ columns, ...args }) => {
60
60
  return (
61
- <ReqoreTagGroup columns={columns} size={args.size} gapSize={args.gapSize}>
61
+ <ReqoreTagGroup columns={columns} size={args.size} gapSize={args.gapSize} wrap={args.wrap}>
62
62
  <ReqoreTag {...args} actions={null} onRemoveClick={null} rightIcon={null} label={1} />
63
63
  <ReqoreTag
64
64
  {...args}
@@ -77,9 +77,15 @@ const Template: Story<IReqoreTagGroup & IReqoreTagProps> = ({ columns, ...args }
77
77
  label={2}
78
78
  />
79
79
  <ReqoreTag label='With Icon' icon='AlarmWarningLine' {...args} />
80
+ <ReqoreTag
81
+ label='With Icon Colors'
82
+ icon='AlarmWarningLine'
83
+ {...args}
84
+ iconColor='warning:lighten:2'
85
+ />
80
86
  <ReqoreTag labelKey='Tag with' label='Label Key' icon='AlarmWarningLine' {...args} />
81
87
  <ReqoreTag labelKey='Key' label='value' {...args} />
82
- <ReqoreTag icon='QuestionAnswerLine' {...args} />
88
+ <ReqoreTag icon='QuestionAnswerLine' {...args} fixed />
83
89
  <ReqoreTag label='Disabled Tag' disabled icon='AlarmWarningLine' {...args} />
84
90
  <ReqoreTag
85
91
  label='300px Tag'
@@ -88,6 +94,17 @@ const Template: Story<IReqoreTagGroup & IReqoreTagProps> = ({ columns, ...args }
88
94
  {...args}
89
95
  tooltip='I am wiiiiiiide'
90
96
  actions={[
97
+ {
98
+ icon: 'ErrorWarningLine',
99
+ onClick: noop,
100
+ intent: 'info',
101
+ tooltip: {
102
+ content: 'IF YOU CAN SEE ME ITS A BUG!!! I HAVE show: false',
103
+ openOnMount: true,
104
+ intent: 'danger',
105
+ },
106
+ show: false,
107
+ },
91
108
  {
92
109
  icon: '24HoursFill',
93
110
  onClick: noop,
@@ -99,7 +116,6 @@ const Template: Story<IReqoreTagGroup & IReqoreTagProps> = ({ columns, ...args }
99
116
  icon: 'SpyFill',
100
117
  onClick: noop,
101
118
  intent: 'success',
102
- tooltip: { content: 'Hm, another tooltip', openOnMount: true },
103
119
  },
104
120
  ]}
105
121
  />
@@ -169,6 +185,8 @@ const Template: Story<IReqoreTagGroup & IReqoreTagProps> = ({ columns, ...args }
169
185
  label='Wrapped tag with some long text and NO width specified, AND wrap specified'
170
186
  icon='ShareForward2Fill'
171
187
  rightIcon={args.rightIcon}
188
+ leftIconColor='#00fafd'
189
+ rightIconColor='#eb0e8c'
172
190
  wrap
173
191
  onRemoveClick={null}
174
192
  actions={[
@@ -196,6 +214,8 @@ export const BigGapSize = Template.bind({});
196
214
  BigGapSize.args = { gapSize: 'big' };
197
215
  export const Badge = Template.bind({});
198
216
  Badge.args = { asBadge: true };
217
+ export const NoWrap = Template.bind({});
218
+ NoWrap.args = { wrap: false };
199
219
 
200
220
  export const Effect = Template.bind({});
201
221
  Effect.args = {
@@ -2,7 +2,7 @@ import { Meta, Story } from '@storybook/react/types-6-0';
2
2
  import { useState } from 'react';
3
3
  import { IReqoreTextareaProps } from '../../components/Textarea';
4
4
  import { ReqoreControlGroup, ReqoreTextarea } from '../../index';
5
- import { argManager, DisabledArg, MinimalArg, SizeArg } from '../utils/args';
5
+ import { DisabledArg, MinimalArg, SizeArg, argManager } from '../utils/args';
6
6
 
7
7
  const { createArg } = argManager<IReqoreTextareaProps>();
8
8
 
@@ -22,7 +22,7 @@ export default {
22
22
  name: 'Fluid',
23
23
  description: 'Fluid',
24
24
  control: 'boolean',
25
- defaultValue: false,
25
+ defaultValue: undefined,
26
26
  }),
27
27
  ...createArg('placeholder', {
28
28
  name: 'Placeholder',
@@ -55,7 +55,7 @@ const Template: Story<IReqoreTextareaProps> = (args) => {
55
55
 
56
56
  return (
57
57
  <>
58
- <ReqoreControlGroup fluid>
58
+ <ReqoreControlGroup wrap>
59
59
  <ReqoreTextarea
60
60
  {...args}
61
61
  onChange={handleValueChange}
package/src/styles.ts CHANGED
@@ -31,6 +31,12 @@ export const ActiveIconScale = css`
31
31
  }
32
32
  `;
33
33
 
34
+ export const ChildActiveIconScale = css`
35
+ > ${StyledIconWrapper} {
36
+ transform: scale(${ACTIVE_ICON_SCALE});
37
+ }
38
+ `;
39
+
34
40
  export const ScaleIconOnHover = css`
35
41
  &:hover,
36
42
  &:focus {
@@ -126,6 +126,34 @@ export interface IWithReqoreFlat {
126
126
  flat?: boolean;
127
127
  }
128
128
 
129
+ export interface IWithReqoreFluid {
130
+ /**
131
+ * If true, the component will fill the parent container horizontally
132
+ * @default false
133
+ * @type boolean
134
+ * @example
135
+ * <ReqoreInput fluid />
136
+ * <ReqoreInput fluid={true} />
137
+ * <ReqoreInput fluid={false} />
138
+ *
139
+ */
140
+ fluid?: boolean;
141
+ }
142
+
143
+ export interface IWithReqoreFixed {
144
+ /**
145
+ * If true, the component will be fixed in fluid containers
146
+ * @default false
147
+ * @type boolean
148
+ * @example
149
+ * <ReqoreInput fixed />
150
+ * <ReqoreInput fixed={true} />
151
+ * <ReqoreInput fixed={false} />
152
+ *
153
+ */
154
+ fixed?: boolean;
155
+ }
156
+
129
157
  export interface IWithReqoreMinimal {
130
158
  /**
131
159
  * If true, the component will be minimal
package/tests.json CHANGED
@@ -1 +1 @@
1
- {"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":26,"numPassedTests":121,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":26,"numTotalTests":121,"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":1674070515831,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect />","location":null,"status":"passed","title":"Renders empty <ReqoreMultiSelect />"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value, items can be removed","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value, items can be removed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created","location":null,"status":"passed","title":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created","location":null,"status":"passed","title":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked"}],"endTime":1674070529203,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/multiselect.test.tsx","startTime":1674070516252,"status":"passed","summary":""},{"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":1674070532889,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/table.test.tsx","startTime":1674070529222,"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":1674070533838,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tabs.test.tsx","startTime":1674070532911,"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":1674070535401,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/dropdown.test.tsx","startTime":1674070533850,"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":1674070536312,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/sidebar.test.tsx","startTime":1674070535411,"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":"Correctly passes popover data for non-opened popover","location":null,"status":"passed","title":"Correctly passes popover data for non-opened popover"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Correctly passes popover data for opened popover","location":null,"status":"passed","title":"Correctly passes popover data for opened popover"}],"endTime":1674070537322,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/popover.test.tsx","startTime":1674070536323,"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"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a 0 badge","location":null,"status":"passed","title":"Renders <Button /> with a 0 badge"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a string badge","location":null,"status":"passed","title":"Renders <Button /> with a string badge"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a Tag props badge","location":null,"status":"passed","title":"Renders <Button /> with a Tag props badge"}],"endTime":1674070538551,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/button.test.tsx","startTime":1674070537332,"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":1674070539353,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/notifications.test.tsx","startTime":1674070538561,"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":1674070540015,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tag.test.tsx","startTime":1674070539362,"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":1674070540656,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/panel.test.tsx","startTime":1674070540023,"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":1674070541724,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/modal.test.tsx","startTime":1674070540665,"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":1674070542313,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/drawer.test.tsx","startTime":1674070541732,"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":1674070543678,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tree.test.tsx","startTime":1674070542322,"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":1674070545460,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/collection.test.tsx","startTime":1674070543687,"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":1674070546390,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/menu.test.tsx","startTime":1674070545474,"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":1674070546904,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/input.test.tsx","startTime":1674070546405,"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":1674070547309,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/breadcrumbs.test.tsx","startTime":1674070546912,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreEffect /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreTextEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreTextEffect /> properly"}],"endTime":1674070547676,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/effect.test.tsx","startTime":1674070547317,"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":1674070548129,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/textarea.test.tsx","startTime":1674070547684,"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":1674070548584,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/messages.test.tsx","startTime":1674070548137,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1674070548953,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/radiogroup.test.tsx","startTime":1674070548598,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Layout properly","location":null,"status":"passed","title":"Renders Layout properly"}],"endTime":1674070549336,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/layout.test.tsx","startTime":1674070548969,"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":1674070549977,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/icon.test.tsx","startTime":1674070549344,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1674070550399,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/checkbox.test.tsx","startTime":1674070549991,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Navbar properly","location":null,"status":"passed","title":"Renders Navbar properly"}],"endTime":1674070550740,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/navbar.test.tsx","startTime":1674070550407,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TimeAgo /> data properly","location":null,"status":"passed","title":"Renders <TimeAgo /> data properly"}],"endTime":1674070551060,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/timeAgo.test.tsx","startTime":1674070550749,"status":"passed","summary":""}],"wasInterrupted":false}
1
+ {"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":27,"numPassedTests":128,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":27,"numTotalTests":128,"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":1674127234451,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect />","location":null,"status":"passed","title":"Renders empty <ReqoreMultiSelect />"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value, items can be removed","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value, items can be removed"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created","location":null,"status":"passed","title":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created","location":null,"status":"passed","title":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked","location":null,"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked"}],"endTime":1674127251909,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/multiselect.test.tsx","startTime":1674127234949,"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":"Can select hidden <Tabs /> when shortened","location":null,"status":"passed","title":"Can select hidden <Tabs /> when shortened"},{"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":"Does not change tab when mounted and active tab is set","location":null,"status":"passed","title":"Does not change tab when mounted and active tab is set"},{"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":1674127254098,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tabs.test.tsx","startTime":1674127251937,"status":"passed","summary":""},{"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":1674127258533,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/table.test.tsx","startTime":1674127254117,"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":1674127260712,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/dropdown.test.tsx","startTime":1674127258546,"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"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> without actions group if all actins are not shown","location":null,"status":"passed","title":"Renders <Panel /> without actions group if all actins are not shown"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, title & is not collapsible","location":null,"status":"passed","title":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, title & is not collapsible"}],"endTime":1674127261754,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/panel.test.tsx","startTime":1674127260726,"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":1674127263135,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/sidebar.test.tsx","startTime":1674127261767,"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 local delay, ignoring global delay","location":null,"status":"passed","title":"Shows the popover after a local delay, ignoring global delay"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Shows the popover after a global delay","location":null,"status":"passed","title":"Shows the popover after a global 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":"Correctly passes popover data for non-opened popover","location":null,"status":"passed","title":"Correctly passes popover data for non-opened popover"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Correctly passes popover data for opened popover","location":null,"status":"passed","title":"Correctly passes popover data for opened popover"}],"endTime":1674127264434,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/popover.test.tsx","startTime":1674127263147,"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 /> "},{"ancestorTitles":[],"failureMessages":[],"fullName":"Always renders confirmation <Modal /> properly above a normal modal","location":null,"status":"passed","title":"Always renders confirmation <Modal /> properly above a normal modal"}],"endTime":1674127266052,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/modal.test.tsx","startTime":1674127264445,"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"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a 0 badge","location":null,"status":"passed","title":"Renders <Button /> with a 0 badge"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a string badge","location":null,"status":"passed","title":"Renders <Button /> with a string badge"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Button /> with a Tag props badge","location":null,"status":"passed","title":"Renders <Button /> with a Tag props badge"}],"endTime":1674127267641,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/button.test.tsx","startTime":1674127266072,"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":1674127268642,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/notifications.test.tsx","startTime":1674127267660,"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":1674127269883,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tag.test.tsx","startTime":1674127268653,"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":1674127270709,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/drawer.test.tsx","startTime":1674127269894,"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":1674127273025,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tree.test.tsx","startTime":1674127270720,"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":1674127276055,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/collection.test.tsx","startTime":1674127273048,"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":1674127276829,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/menu.test.tsx","startTime":1674127276070,"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":1674127277539,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/input.test.tsx","startTime":1674127276840,"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":1674127278139,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/breadcrumbs.test.tsx","startTime":1674127277549,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreEffect /> properly"},{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ReqoreTextEffect /> properly","location":null,"status":"passed","title":"Renders <ReqoreTextEffect /> properly"}],"endTime":1674127278689,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/effect.test.tsx","startTime":1674127278159,"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":1674127279301,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/textarea.test.tsx","startTime":1674127278700,"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":1674127279894,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/messages.test.tsx","startTime":1674127279311,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1674127280400,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/radiogroup.test.tsx","startTime":1674127279913,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Layout properly","location":null,"status":"passed","title":"Renders Layout properly"}],"endTime":1674127280891,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/layout.test.tsx","startTime":1674127280411,"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":1674127281730,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/icon.test.tsx","startTime":1674127280902,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","location":null,"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1674127282302,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/checkbox.test.tsx","startTime":1674127281740,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders Navbar properly","location":null,"status":"passed","title":"Renders Navbar properly"}],"endTime":1674127282753,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/navbar.test.tsx","startTime":1674127282313,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <ControlGroup /> properly","location":null,"status":"passed","title":"Renders <ControlGroup /> properly"}],"endTime":1674127283718,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/control_group.test.tsx","startTime":1674127282765,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"Renders <TimeAgo /> data properly","location":null,"status":"passed","title":"Renders <TimeAgo /> data properly"}],"endTime":1674127284177,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/timeAgo.test.tsx","startTime":1674127283731,"status":"passed","summary":""}],"wasInterrupted":false}
@@ -1,105 +0,0 @@
1
- <div align="center">
2
- <br><br><br>
3
- <img src="./public/qoreLogo.png" alt="Unstated Logo" width="500">
4
- <br><br><br>
5
- </div>
6
-
7
- # Code of Conduct
8
-
9
- Qore Technologies use [Contributor Covenant v2.0](https://contributor-covenant.org/version/2/0/code_of_conduct) as their code of conduct. The full text is included [below](#contributor-covenant-code-of-conduct-v20) in English, and [translations](https://www.contributor-covenant.org/translations) are available on the Contributor Covenant website.
10
-
11
- ## Commitment
12
-
13
- All recipients of reports commit to:
14
-
15
- - maintain the confidentiality with regard to the reporter and victim of an incident
16
-
17
- ## Report an issue in a project
18
-
19
- 1. To report an issue in one of our projects, please follow the security guidelines from that repository.
20
-
21
- ## More Info
22
-
23
- For more information, refer to the full
24
- [Contributor covenant code of conduct page](https://contributor-covenant.org/version/2/0/code_of_conduct).
25
-
26
- ---
27
-
28
- ## Contributor Covenant Code of Conduct v2.0
29
-
30
- ### Our Pledge
31
-
32
- We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
33
-
34
- We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
35
-
36
- ### Our Standards
37
-
38
- Examples of behavior that contributes to a positive environment for our community include:
39
-
40
- * Demonstrating empathy and kindness toward other people
41
- * Being respectful of differing opinions, viewpoints, and experiences
42
- * Giving and gracefully accepting constructive feedback
43
- * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
44
- * Focusing on what is best not just for us as individuals, but for the overall community
45
-
46
- Examples of unacceptable behavior include:
47
-
48
- * The use of sexualized language or imagery, and sexual attention or advances of any kind
49
- * Trolling, insulting or derogatory comments, and personal or political attacks
50
- * Public or private harassment
51
- * Publishing others' private information, such as a physical or email address, without their explicit permission
52
- * Other conduct which could reasonably be considered inappropriate in a professional setting
53
-
54
- ### Enforcement Responsibilities
55
-
56
- Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
57
-
58
- Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
59
-
60
- ### Scope
61
-
62
- This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
63
-
64
- ### Enforcement
65
-
66
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at the email addresses listed above in the [Reporting](#report-an-issue-in-a-project) and [Escalation](#escalate-an-issue) sections. All complaints will be reviewed and investigated promptly and fairly.
67
-
68
- All community leaders are obligated to respect the privacy and security of the reporter of any incident.
69
-
70
- ### Enforcement Guidelines
71
-
72
- Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
73
-
74
- #### 1. Correction
75
-
76
- **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
77
-
78
- **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
79
-
80
- #### 2. Warning
81
-
82
- **Community Impact**: A violation through a single incident or series of actions.
83
-
84
- **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
85
-
86
- #### 3. Temporary Ban
87
-
88
- **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
89
-
90
- **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
91
-
92
- #### 4. Permanent Ban
93
-
94
- **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
95
-
96
- **Consequence**: A permanent ban from any sort of public interaction within the project community.
97
-
98
- ### Attribution
99
-
100
- This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available at [contributor-covenant.org/version/2/0/code_of_conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct).
101
-
102
- Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
103
-
104
- For answers to common questions about this code of conduct, see the FAQ at
105
- [contributor-covenant.org/faq](https://www.contributor-covenant.org/faq). Translations are available at [contributor-covenant.org/translations](https://www.contributor-covenant.org/translations).
package/CONTRIBUTING.MD DELETED
@@ -1,78 +0,0 @@
1
- <div align="center">
2
- <br><br><br>
3
- <img src="./public/qoreLogo.png" alt="Unstated Logo" width="500">
4
- <br><br><br>
5
- </div>
6
-
7
- # Contributing to Qore Technologies
8
-
9
- > First off, thanks for taking the time to contribute!
10
-
11
- Contributions are always welcome. Before contributing please read the
12
- [code of conduct](CODE_OF_CONDUCT.md) &
13
- [search the issue tracker](https://github.com/qoretechnologies/qorus-ui/issues) your issue may have already been discussed or fixed in `master`. To contribute,
14
- [fork](https://help.github.com/articles/fork-a-repo/) QorusToolkit, commit your changes,
15
- & [send a pull request](https://help.github.com/articles/using-pull-requests/).
16
-
17
- We put together a set of guidelines for contributing to Qore Technologies and it's packages, which are hosted in the [Qore Technologies Organization](https://github.com/qoretechnologies/reqore) on GitHub. The provided guidelines are not rules but recommendations. Use your best judgement, and feel free to propose changes to this document with a pull request.
18
-
19
- ## We host our open-source on Github
20
-
21
- We use github to host our open-source code, to track issues and feature requests, as well as accept pull requests.
22
-
23
- > We Use [Github Flow](https://guides.github.com/introduction/flow/index.html) for code contributions
24
-
25
- ## How to contribute
26
-
27
- Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:
28
-
29
- 1. Fork the repo and create your branch from `develop`.
30
- 2. If you've added code that should be tested, add tests.
31
- 3. If you've changed APIs, update the documentation.
32
- 4. Ensure the test suite passes.
33
- 5. Make sure your code lints.
34
- 6. Issue that pull request!
35
-
36
- ## Any contributions you make will be under the MIT Software License
37
-
38
- In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
39
-
40
- ## Report bugs using Github's issues
41
-
42
- We use GitHub issues to track public bugs. Report a bug by opening a new issue on <code>github.com/qoretechnologies/qorus-ui/issues</code> it's that easy!
43
-
44
- ## Write bug reports with detail, background, and sample code
45
-
46
- **Great Bug Reports** tend to have:
47
-
48
- - A quick summary and/or background of a bug
49
- - Steps to reproduce
50
- - Be specific!
51
- - Give sample code if you can.
52
- - Expected behavior according to your understanding
53
- - Current behavior which includes the bug
54
- - Notes (includes, your reasoning behind the problem or steps you tried to solve the bug)
55
-
56
- We _love_ thorough bug reports so that we can act fast on them.
57
-
58
- ## Use a Consistent Coding Style
59
-
60
- > Reference [Facebook's Guidelines](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)
61
-
62
- - 2 spaces for indentation rather than tabs
63
- - 100 character line length
64
- - Run `npm run lint` to conform to our lint rules
65
-
66
- ## Community
67
-
68
- - [GitHub Organization](https://github.com/qoretechnologies) for Official open-source projects
69
- - [Discord](https://discord.gg/MWUwDKRR) for support, discussion, news and latest release updates
70
- - [Qore Technologies Website](https://www.qoretechnologies.com)
71
-
72
- ## License
73
-
74
- By contributing, you agree that your contributions will be licensed under its MIT License.
75
-
76
- ## References
77
-
78
- This document was adapted from the open-source contribution guidelines for Reference [Facebook's Guidelines](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)
package/SECURITY.md DELETED
@@ -1,5 +0,0 @@
1
-
2
- # Reporting and Fixing Security Issues
3
-
4
- Please do not open GitHub issues or pull requests - this makes the problem immediately visible to everyone, including malicious actors. Security issues in Qorus Integration Engine UI can be safely reported via email <b>security@qoretechnologies.com</b>
5
-
Binary file
package/public/logo.png DELETED
Binary file
Binary file
Binary file
Binary file