@qoretechnologies/reqore 0.34.5 → 0.34.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.
@@ -211,6 +211,7 @@ test('<Collection /> has infinite paging', () => {
211
211
  });
212
212
 
213
213
  test('<Collection /> has custom paging', () => {
214
+ const onPageChange = jest.fn();
214
215
  render(
215
216
  <ReqoreUIProvider>
216
217
  <ReqoreLayoutContent>
@@ -222,6 +223,7 @@ test('<Collection /> has custom paging', () => {
222
223
  autoLoadMore: true,
223
224
  showLabels: true,
224
225
  loadMoreLabel: 'Scroll to load more',
226
+ onPageChange,
225
227
  }}
226
228
  />
227
229
  </ReqoreLayoutContent>
@@ -236,6 +238,7 @@ test('<Collection /> has custom paging', () => {
236
238
 
237
239
  mockAllIsIntersecting(true);
238
240
 
241
+ expect(onPageChange).toHaveBeenCalledWith(2, { isFirst: false, isLast: true });
239
242
  expect(document.querySelectorAll('.reqore-collection-item').length).toBe(100);
240
243
  });
241
244
 
@@ -104,3 +104,35 @@ test('Renders default <PaginationContainer /> with both control wrappers, one in
104
104
  expect(document.querySelectorAll('.reqore-button')[101]?.getAttribute('disabled')).toBe('');
105
105
  expect(document.querySelectorAll('.reqore-button')[203]?.getAttribute('disabled')).toBe('');
106
106
  });
107
+
108
+ test('Renders default <PaginationContainer /> with onPageChange callback', () => {
109
+ const fn = jest.fn();
110
+
111
+ render(
112
+ <ReqoreUIProvider>
113
+ <ReqoreLayoutContent>
114
+ <ReqoreContent>
115
+ <ReqorePaginationContainer<any>
116
+ items={data}
117
+ type={{ onPageChange: fn, infinite: true }}
118
+ >
119
+ {(items) => (
120
+ <ReqoreControlGroup vertical>
121
+ {items.map((item) => (
122
+ <ReqoreTag label={`${item.firstName} ${item.lastName}`} />
123
+ ))}
124
+ </ReqoreControlGroup>
125
+ )}
126
+ </ReqorePaginationContainer>
127
+ </ReqoreContent>
128
+ </ReqoreLayoutContent>
129
+ </ReqoreUIProvider>
130
+ );
131
+
132
+ expect(document.querySelectorAll('.reqore-pagination-wrapper').length).toBe(1);
133
+
134
+ fireEvent.click(document.querySelectorAll('.reqore-button')[0]);
135
+
136
+ expect(fn).toBeCalledTimes(1);
137
+ expect(fn).toBeCalledWith(2, { isFirst: false, isLast: false });
138
+ });
@@ -36,7 +36,7 @@ exports.ReqorePanelNonResponsiveActions = (0, react_1.memo)(function (_a) {
36
36
  if (!show || (!(0, lodash_1.size)(children) && !showControlButtons)) {
37
37
  return null;
38
38
  }
39
- return ((0, jsx_runtime_1.jsxs)(ControlGroup_1["default"], __assign({ fixed: isSmall ? false : hasResponsiveActions, fluid: isSmall ? true : !hasResponsiveActions, horizontalAlign: 'flex-end' }, rest, { children: [children, !!onCollapseClick && showControlButtons ? ((0, jsx_runtime_1.jsx)(__1.ReqoreButton, __assign({ customTheme: customTheme, icon: isCollapsed ? 'ArrowDownSLine' : 'ArrowUpSLine', onClick: function (e) {
39
+ return ((0, jsx_runtime_1.jsxs)(ControlGroup_1["default"], __assign({ fixed: isSmall ? false : hasResponsiveActions, fluid: isSmall, horizontalAlign: 'flex-end' }, rest, { children: [children, !!onCollapseClick && showControlButtons ? ((0, jsx_runtime_1.jsx)(__1.ReqoreButton, __assign({ customTheme: customTheme, icon: isCollapsed ? 'ArrowDownSLine' : 'ArrowUpSLine', onClick: function (e) {
40
40
  e.stopPropagation();
41
41
  onCollapseClick();
42
42
  }, tooltip: isCollapsed ? 'Expand' : 'Collapse', fixed: true }, collapseButtonProps))) : null, !!onCloseClick && showControlButtons ? ((0, jsx_runtime_1.jsx)(__1.ReqoreButton, __assign({ fixed: true, customTheme: customTheme, icon: 'CloseLine', onClick: function (e) {
@@ -1 +1 @@
1
- {"version":3,"file":"NonResponsiveActions.js","sourceRoot":"","sources":["../../../src/components/Panel/NonResponsiveActions.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iCAA8B;AAC9B,+BAA6B;AAE7B,2BAAqC;AAErC,iEAA+E;AAiBlE,QAAA,+BAA+B,GAAG,IAAA,YAAI,EACjD,UAAC,EAauC;IAZtC,IAAA,eAAe,qBAAA,EACf,YAAY,kBAAA,EACZ,oBAAoB,0BAAA,EACpB,WAAW,iBAAA,EACX,WAAW,iBAAA,EACX,QAAQ,cAAA,EACR,kBAAkB,wBAAA,EAClB,IAAI,UAAA,EACJ,mBAAmB,yBAAA,EACnB,gBAAgB,sBAAA,EAChB,OAAO,aAAA,EACJ,IAAI,cAZR,yLAaA,CADQ;IAEP,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,IAAA,aAAI,EAAC,QAAQ,CAAC,IAAI,CAAC,kBAAkB,CAAC,EAAE;QACrD,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,wBAAC,yBAAkB,aACjB,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,oBAAoB,EAC7C,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,oBAAoB,EAC7C,eAAe,EAAC,UAAU,IACtB,IAAI,eAEP,QAAQ,EACR,CAAC,CAAC,eAAe,IAAI,kBAAkB,CAAC,CAAC,CAAC,CACzC,uBAAC,gBAAY,aACX,WAAW,EAAE,WAAW,EACxB,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,cAAc,EACrD,OAAO,EAAE,UAAC,CAAC;oBACT,CAAC,CAAC,eAAe,EAAE,CAAC;oBACpB,eAAe,EAAE,CAAC;gBACpB,CAAC,EACD,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,EAC5C,KAAK,UACD,mBAAmB,EACvB,CACH,CAAC,CAAC,CAAC,IAAI,EACP,CAAC,CAAC,YAAY,IAAI,kBAAkB,CAAC,CAAC,CAAC,CACtC,uBAAC,gBAAY,aACX,KAAK,QACL,WAAW,EAAE,WAAW,EACxB,IAAI,EAAC,WAAW,EAChB,OAAO,EAAE,UAAC,CAAsC;oBAC9C,CAAC,CAAC,eAAe,EAAE,CAAC;oBACpB,YAAY,EAAE,CAAC;gBACjB,CAAC,EACD,OAAO,EAAC,OAAO,IACX,gBAAgB,EACpB,CACH,CAAC,CAAC,CAAC,IAAI,KACW,CACtB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"NonResponsiveActions.js","sourceRoot":"","sources":["../../../src/components/Panel/NonResponsiveActions.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iCAA8B;AAC9B,+BAA6B;AAE7B,2BAAqC;AAErC,iEAA+E;AAiBlE,QAAA,+BAA+B,GAAG,IAAA,YAAI,EACjD,UAAC,EAauC;IAZtC,IAAA,eAAe,qBAAA,EACf,YAAY,kBAAA,EACZ,oBAAoB,0BAAA,EACpB,WAAW,iBAAA,EACX,WAAW,iBAAA,EACX,QAAQ,cAAA,EACR,kBAAkB,wBAAA,EAClB,IAAI,UAAA,EACJ,mBAAmB,yBAAA,EACnB,gBAAgB,sBAAA,EAChB,OAAO,aAAA,EACJ,IAAI,cAZR,yLAaA,CADQ;IAEP,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,IAAA,aAAI,EAAC,QAAQ,CAAC,IAAI,CAAC,kBAAkB,CAAC,EAAE;QACrD,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,wBAAC,yBAAkB,aACjB,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,oBAAoB,EAC7C,KAAK,EAAE,OAAO,EACd,eAAe,EAAC,UAAU,IACtB,IAAI,eAEP,QAAQ,EACR,CAAC,CAAC,eAAe,IAAI,kBAAkB,CAAC,CAAC,CAAC,CACzC,uBAAC,gBAAY,aACX,WAAW,EAAE,WAAW,EACxB,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,cAAc,EACrD,OAAO,EAAE,UAAC,CAAC;oBACT,CAAC,CAAC,eAAe,EAAE,CAAC;oBACpB,eAAe,EAAE,CAAC;gBACpB,CAAC,EACD,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,EAC5C,KAAK,UACD,mBAAmB,EACvB,CACH,CAAC,CAAC,CAAC,IAAI,EACP,CAAC,CAAC,YAAY,IAAI,kBAAkB,CAAC,CAAC,CAAC,CACtC,uBAAC,gBAAY,aACX,KAAK,QACL,WAAW,EAAE,WAAW,EACxB,IAAI,EAAC,WAAW,EAChB,OAAO,EAAE,UAAC,CAAsC;oBAC9C,CAAC,CAAC,eAAe,EAAE,CAAC;oBACpB,YAAY,EAAE,CAAC;gBACjB,CAAC,EACD,OAAO,EAAC,OAAO,IACX,gBAAgB,EACpB,CACH,CAAC,CAAC,CAAC,IAAI,KACW,CACtB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/index.tsx"],"names":[],"mappings":"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"}
@@ -200,7 +200,7 @@ exports.ReqorePanel = (0, react_2.forwardRef)(function (_a, ref) {
200
200
  }, [label, collapsible, onClose, actions, badge, icon]);
201
201
  // Return true if the card has a title bar, otherwise return false.
202
202
  var hasTitleHeader = (0, react_2.useMemo)(function () { return !!label || !!badge || !!icon; }, [label, icon, badge]);
203
- var isSmall = (0, react_2.useMemo)(function () { return width < 480 && process.env.NODE_ENV !== 'test'; }, [width]);
203
+ var isSmall = (0, react_2.useMemo)(function () { return responsiveTitle && width < 480 && process.env.NODE_ENV !== 'test'; }, [width, responsiveTitle]);
204
204
  // If collapsible is true, toggle the isCollapsed state
205
205
  // If the isCollapsed state is true, the component is expanded
206
206
  // If the isCollapsed state is false, the component is collapsed
@@ -231,22 +231,26 @@ exports.ReqorePanel = (0, react_2.forwardRef)(function (_a, ref) {
231
231
  };
232
232
  }, [actions]);
233
233
  var hasNonResponsiveActions = (0, react_2.useCallback)(function (data) {
234
- return data.some(function (action) { return action.responsive === false && action.show !== false; });
235
- }, [actions, bottomActions]);
234
+ return (!responsiveActions && (0, lodash_1.size)(data)) ||
235
+ data.some(function (action) { return action.responsive === false && action.show !== false; });
236
+ }, [actions, bottomActions, responsiveActions]);
236
237
  var hasResponsiveActions = (0, react_2.useCallback)(function (data) {
237
- return data.some(function (action) { return action.responsive !== false && action.show !== false; });
238
- }, [actions, bottomActions]);
238
+ return responsiveActions &&
239
+ data.some(function (action) { return action.responsive !== false && action.show !== false; });
240
+ }, [actions, bottomActions, responsiveActions]);
239
241
  var renderNonResponsiveActions = (0, react_2.useCallback)(function (align) {
240
242
  if (align === void 0) { align = 'flex-end'; }
241
243
  return function (action, index) {
242
244
  return renderActions(action, index, false, align);
243
245
  };
244
- }, [actions]);
246
+ }, [actions, bottomActions, responsiveActions]);
245
247
  var renderActions = (0, react_2.useCallback)(function (action, index, includeResponsive, align) {
246
248
  if (align === void 0) { align = 'flex-end'; }
247
249
  if (action.show === false ||
248
250
  (includeResponsive && action.responsive === false) ||
249
- (!includeResponsive && (action.responsive === true || !('responsive' in action)))) {
251
+ (!includeResponsive &&
252
+ responsiveActions &&
253
+ (action.responsive === true || !('responsive' in action)))) {
250
254
  return null;
251
255
  }
252
256
  var id = action.id, actions = action.actions, label = action.label, intent = action.intent, className = action.className, CustomElement = action.as, _a = action.props, props = _a === void 0 ? {} : _a, group = action.group, rest = __rest(action, ["id", "actions", "label", "intent", "className", "as", "props", "group"]);
@@ -291,12 +295,28 @@ exports.ReqorePanel = (0, react_2.forwardRef)(function (_a, ref) {
291
295
  }, [intent, theme, contentEffect, interactive]);
292
296
  var opacity = rest.transparent ? 0 : rest.opacity;
293
297
  var noHorizontalPadding = opacity === 0 && flat && !intent;
298
+ var showNonResponsiveGroup = (0, react_2.useCallback)(function () {
299
+ var show = false;
300
+ // SHOULD THIS GROUP SHOW CONTROL BUTTONS?
301
+ // This group should only show control buttons
302
+ // if the panel is not small
303
+ if (!isSmall && (onClose || collapsible)) {
304
+ show = true;
305
+ }
306
+ // OTHERWISE, ARE THERE ANY NON RESPONSIVE ACTIONS TO BE SHOWN?
307
+ // This either means actions where user specified responsive: false
308
+ // or user passed responsiveActions: false
309
+ if (hasNonResponsiveActions(actions)) {
310
+ show = true;
311
+ }
312
+ return show;
313
+ }, [isSmall, collapsible, actions, hasNonResponsiveActions]);
294
314
  return ((0, jsx_runtime_1.jsxs)(exports.StyledPanel, __assign({}, rest, { as: rest.as || 'div', ref: function (ref) {
295
315
  targetRef.current = ref;
296
316
  setItemRef(ref);
297
317
  }, isCollapsed: _isCollapsed, rounded: rounded, flat: flat, intent: intent, className: "".concat(className || '', " reqore-panel"), interactive: interactive, theme: theme, effect: transformedContentEffect, opacity: opacity, fluid: fluid }, { children: [hasTitleBar && ((0, jsx_runtime_1.jsxs)(exports.StyledPanelTitle, __assign({ flat: flat, isCollapsed: _isCollapsed, collapsible: collapsible, className: 'reqore-panel-title', onClick: handleCollapseClick, theme: theme, size: contentSize || panelSize, opacity: opacity !== null && opacity !== void 0 ? opacity : (minimal ? 0 : 1), noHorizontalPadding: noHorizontalPadding, responsive: responsiveTitle, isMobile: isMobile || isSmall, ref: measureRef }, { children: [hasTitleHeader && ((0, jsx_runtime_1.jsxs)(exports.StyledPanelTitleHeader, { children: [icon || iconImage || label ? ((0, jsx_runtime_1.jsxs)(exports.StyledPanelTitleHeaderContent, __assign({ size: panelSize }, headerProps, { hasLabel: !!label, hasIcon: !!icon || !!iconImage, iconSize: sizes_1.ICON_FROM_HEADER_SIZE[headerSize || sizes_1.HEADER_SIZE_TO_NUMBER[panelSize]] }, { children: [icon || iconImage ? ((0, jsx_runtime_1.jsx)(Icon_1["default"], __assign({ size: "".concat(sizes_1.ICON_FROM_HEADER_SIZE[headerSize || sizes_1.HEADER_SIZE_TO_NUMBER[panelSize]], "px"), icon: icon, image: iconImage, margin: 'right', color: iconColor, tooltip: {
298
318
  content: label
299
- } }, iconProps))) : null, typeof label === 'string' ? ((0, jsx_runtime_1.jsx)(Header_1.ReqoreHeading, __assign({ size: headerSize || panelSize, customTheme: theme, effect: __assign({ noWrap: true }, headerEffect), tooltip: label }, { children: label }))) : (label)] }))) : null, badge || badge === 0 ? ((0, jsx_runtime_1.jsx)(Button_1.ButtonBadge, { color: (0, colors_1.changeLightness)(theme.main, 0.18), size: (0, utils_1.getOneHigherSize)(panelSize), content: badge, wrapGroup: isSmall })) : null, (0, jsx_runtime_1.jsx)(NonResponsiveActions_1.ReqorePanelNonResponsiveActions, { show: isSmall, isSmall: isSmall, showControlButtons: true, size: panelSize, hasResponsiveActions: hasResponsiveActions(actions), customTheme: theme, isCollapsed: _isCollapsed, onCollapseClick: collapsible ? handleCollapseClick : undefined, onCloseClick: onClose, closeButtonProps: closeButtonProps, collapseButtonProps: collapseButtonProps, fluid: false, style: { marginLeft: 'auto' } })] })), hasResponsiveActions(actions) && ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ responsive: responsiveActions, fluid: responsiveActions || isSmall, horizontalAlign: 'flex-end', customTheme: theme, size: panelSize }, { children: actions.map(renderResponsiveActions()) }))), collapsible || onClose || hasNonResponsiveActions(actions) ? ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(NonResponsiveActions_1.ReqorePanelNonResponsiveActions, __assign({ show: true, isSmall: isSmall, showControlButtons: !isSmall, size: panelSize, hasResponsiveActions: hasResponsiveActions(actions), customTheme: theme, isCollapsed: _isCollapsed, onCollapseClick: collapsible ? handleCollapseClick : undefined, onCloseClick: onClose, closeButtonProps: closeButtonProps, collapseButtonProps: collapseButtonProps }, { children: actions.map(renderNonResponsiveActions()) })) })) : null] }))), !_isCollapsed || (_isCollapsed && !unMountContentOnCollapse) ? ((0, jsx_runtime_1.jsx)(exports.StyledPanelContent, __assign({ as: 'div', className: 'reqore-panel-content', hasLabel: !!label, isCollapsed: _isCollapsed, style: contentStyle, padded: padded, minimal: minimal, size: contentSize || panelSize, ref: getContentRef, noHorizontalPadding: noHorizontalPadding }, { children: children }))) : null, hasBottomActions && !_isCollapsed ? ((0, jsx_runtime_1.jsxs)(exports.StyledPanelBottomActions, __assign({ flat: flat, className: 'reqore-panel-bottom-actions', theme: theme, opacity: opacity !== null && opacity !== void 0 ? opacity : (minimal ? 0 : 1), size: contentSize || panelSize, noHorizontalPadding: noHorizontalPadding }, { children: [hasNonResponsiveActions(leftBottomActions) ? ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ size: panelSize }, { children: leftBottomActions.map(renderNonResponsiveActions('flex-start')) }))) : null, hasResponsiveActions(leftBottomActions) && ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ fluid: responsiveActions, responsive: responsiveActions, customTheme: theme, size: panelSize }, { children: leftBottomActions.map(renderResponsiveActions('flex-start')) }))), hasResponsiveActions(rightBottomActions) && ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ fluid: responsiveActions, horizontalAlign: 'flex-end', responsive: responsiveActions, customTheme: theme, size: panelSize }, { children: rightBottomActions.map(renderResponsiveActions()) }))), hasNonResponsiveActions(rightBottomActions) ? ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ horizontalAlign: 'flex-end', size: panelSize }, { children: rightBottomActions.map(renderNonResponsiveActions()) }))) : null] }))) : null] })));
319
+ } }, iconProps))) : null, typeof label === 'string' ? ((0, jsx_runtime_1.jsx)(Header_1.ReqoreHeading, __assign({ size: headerSize || panelSize, customTheme: theme, effect: __assign({ noWrap: true }, headerEffect), tooltip: label }, { children: label }))) : (label)] }))) : null, badge || badge === 0 ? ((0, jsx_runtime_1.jsx)(Button_1.ButtonBadge, { color: (0, colors_1.changeLightness)(theme.main, 0.18), size: (0, utils_1.getOneHigherSize)(panelSize), content: badge, wrapGroup: isSmall })) : null, (0, jsx_runtime_1.jsx)(NonResponsiveActions_1.ReqorePanelNonResponsiveActions, { show: isSmall && (!!onClose || collapsible), isSmall: isSmall, showControlButtons: true, size: panelSize, hasResponsiveActions: hasResponsiveActions(actions), customTheme: theme, isCollapsed: _isCollapsed, onCollapseClick: collapsible ? handleCollapseClick : undefined, onCloseClick: onClose, closeButtonProps: closeButtonProps, collapseButtonProps: collapseButtonProps, fluid: false, style: { marginLeft: 'auto' } })] })), hasResponsiveActions(actions) && ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ responsive: responsiveActions, fluid: responsiveActions || isSmall, horizontalAlign: 'flex-end', customTheme: theme, size: panelSize }, { children: actions.map(renderResponsiveActions()) }))), (0, jsx_runtime_1.jsx)(NonResponsiveActions_1.ReqorePanelNonResponsiveActions, __assign({ show: showNonResponsiveGroup(), isSmall: isSmall, showControlButtons: !isSmall, size: panelSize, hasResponsiveActions: hasResponsiveActions(actions), customTheme: theme, isCollapsed: _isCollapsed, onCollapseClick: collapsible ? handleCollapseClick : undefined, onCloseClick: onClose, closeButtonProps: closeButtonProps, collapseButtonProps: collapseButtonProps, fluid: !hasTitleHeader || isSmall }, { children: actions.map(renderNonResponsiveActions()) }))] }))), !_isCollapsed || (_isCollapsed && !unMountContentOnCollapse) ? ((0, jsx_runtime_1.jsx)(exports.StyledPanelContent, __assign({ as: 'div', className: 'reqore-panel-content', hasLabel: !!label, isCollapsed: _isCollapsed, style: contentStyle, padded: padded, minimal: minimal, size: contentSize || panelSize, ref: getContentRef, noHorizontalPadding: noHorizontalPadding }, { children: children }))) : null, hasBottomActions && !_isCollapsed ? ((0, jsx_runtime_1.jsxs)(exports.StyledPanelBottomActions, __assign({ flat: flat, className: 'reqore-panel-bottom-actions', theme: theme, opacity: opacity !== null && opacity !== void 0 ? opacity : (minimal ? 0 : 1), size: contentSize || panelSize, noHorizontalPadding: noHorizontalPadding }, { children: [hasNonResponsiveActions(leftBottomActions) ? ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ size: panelSize }, { children: leftBottomActions.map(renderNonResponsiveActions('flex-start')) }))) : null, hasResponsiveActions(leftBottomActions) && ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ fluid: responsiveActions, responsive: responsiveActions, customTheme: theme, size: panelSize }, { children: leftBottomActions.map(renderResponsiveActions('flex-start')) }))), hasResponsiveActions(rightBottomActions) && ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ fluid: responsiveActions, horizontalAlign: 'flex-end', responsive: responsiveActions, customTheme: theme, size: panelSize }, { children: rightBottomActions.map(renderResponsiveActions()) }))), hasNonResponsiveActions(rightBottomActions) ? ((0, jsx_runtime_1.jsx)(ControlGroup_1["default"], __assign({ horizontalAlign: 'flex-end', size: panelSize }, { children: rightBottomActions.map(renderNonResponsiveActions()) }))) : null] }))) : null] })));
300
320
  });
301
321
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10;
302
322
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Panel/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Panel/index.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"paging.d.ts","sourceRoot":"","sources":["../../src/constants/paging.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAC/F,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAC/B,SAAS,GACT,MAAM,GACN,UAAU,GACV,WAAW,GACX,6BAA6B,CAAC,CAAC,CAAC,CAAC;AAErC,MAAM,WAAW,6BAA6B,CAAC,CAAC,CAC9C,SAAQ,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAC5C,+BAA+B;IACjC,oBAAoB,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;IACjD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,MAAM,MAAM,2BAA2B,CAAC,CAAC,IAAI;IAC3C,aAAa,CAAC,EAAE,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;IACvD,gBAAgB,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;IACrE,oBAAoB,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;IACjD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,wBAAgB,4BAA4B,CAAC,CAAC,EAC5C,IAAI,EAAE,qBAAqB,CAAC,CAAC,CAAC,GAC7B,2BAA2B,CAAC,CAAC,CAAC,CAsChC"}
1
+ {"version":3,"file":"paging.d.ts","sourceRoot":"","sources":["../../src/constants/paging.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAC/F,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAC/B,SAAS,GACT,MAAM,GACN,UAAU,GACV,WAAW,GACX,6BAA6B,CAAC,CAAC,CAAC,CAAC;AAErC,MAAM,WAAW,6BAA6B,CAAC,CAAC,CAC9C,SAAQ,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAC5C,+BAA+B;IACjC,oBAAoB,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;IACjD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,MAAM,MAAM,2BAA2B,CAAC,CAAC,IAAI;IAC3C,aAAa,CAAC,EAAE,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;IACvD,gBAAgB,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;IACrE,oBAAoB,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;IACjD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,wBAAgB,4BAA4B,CAAC,CAAC,EAC5C,IAAI,EAAE,qBAAqB,CAAC,CAAC,CAAC,GAC7B,2BAA2B,CAAC,CAAC,CAAC,CA0ChC"}
@@ -16,9 +16,9 @@ function getPaginationOptionsFromType(type) {
16
16
  if (!type)
17
17
  return {};
18
18
  if (typeof type === 'object') {
19
- var infinite = type.infinite, itemsPerPage = type.itemsPerPage, pagesToShow = type.pagesToShow, startPage = type.startPage, _a = type.pageControlsPosition, pageControlsPosition = _a === void 0 ? 'bottom' : _a, includeBottomControls = type.includeBottomControls, includeTopControls = type.includeTopControls, componentOptions = __rest(type, ["infinite", "itemsPerPage", "pagesToShow", "startPage", "pageControlsPosition", "includeBottomControls", "includeTopControls"]);
19
+ var infinite = type.infinite, itemsPerPage = type.itemsPerPage, pagesToShow = type.pagesToShow, startPage = type.startPage, enabled = type.enabled, onPageChange = type.onPageChange, _a = type.pageControlsPosition, pageControlsPosition = _a === void 0 ? 'bottom' : _a, includeBottomControls = type.includeBottomControls, includeTopControls = type.includeTopControls, componentOptions = __rest(type, ["infinite", "itemsPerPage", "pagesToShow", "startPage", "enabled", "onPageChange", "pageControlsPosition", "includeBottomControls", "includeTopControls"]);
20
20
  return {
21
- pagingOptions: { infinite: infinite, itemsPerPage: itemsPerPage, pagesToShow: pagesToShow, startPage: startPage },
21
+ pagingOptions: { infinite: infinite, itemsPerPage: itemsPerPage, pagesToShow: pagesToShow, startPage: startPage, enabled: enabled, onPageChange: onPageChange },
22
22
  pageControlsPosition: pageControlsPosition,
23
23
  componentOptions: componentOptions,
24
24
  includeBottomControls: includeBottomControls,
@@ -1 +1 @@
1
- {"version":3,"file":"paging.js","sourceRoot":"","sources":["../../src/constants/paging.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AA0BA,SAAgB,4BAA4B,CAC1C,IAA8B;IAE9B,IAAI,CAAC,IAAI;QAAE,OAAO,EAAE,CAAC;IAErB,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAE1B,IAAA,QAAQ,GAQN,IAAI,SARE,EACR,YAAY,GAOV,IAAI,aAPM,EACZ,WAAW,GAMT,IAAI,YANK,EACX,SAAS,GAKP,IAAI,UALG,EACT,KAIE,IAAI,qBAJyB,EAA/B,oBAAoB,mBAAG,QAAQ,KAAA,EAC/B,qBAAqB,GAGnB,IAAI,sBAHe,EACrB,kBAAkB,GAEhB,IAAI,mBAFY,EACf,gBAAgB,UACjB,IAAI,EATF,+HASL,CADoB,CACZ;QACT,OAAO;YACL,aAAa,EAAE,EAAE,QAAQ,UAAA,EAAE,YAAY,cAAA,EAAE,WAAW,aAAA,EAAE,SAAS,WAAA,EAAE;YACjE,oBAAoB,sBAAA;YACpB,gBAAgB,kBAAA;YAChB,qBAAqB,uBAAA;YACrB,kBAAkB,oBAAA;SACnB,CAAC;KACH;IAED,QAAQ,IAAI,EAAE;QACZ,KAAK,SAAS;YACZ,OAAO,EAAE,CAAC;QACZ,KAAK,MAAM;YACT,OAAO;gBACL,gBAAgB,EAAE;oBAChB,WAAW,EAAE,MAAM;iBACpB;aACF,CAAC;QACJ,KAAK,UAAU,CAAC;QAChB,KAAK,WAAW;YACd,OAAO,EAAE,aAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,CAAC;QAC/C;YACE,OAAO,EAAE,CAAC;KACb;AACH,CAAC;AAxCD,oEAwCC"}
1
+ {"version":3,"file":"paging.js","sourceRoot":"","sources":["../../src/constants/paging.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AA0BA,SAAgB,4BAA4B,CAC1C,IAA8B;IAE9B,IAAI,CAAC,IAAI;QAAE,OAAO,EAAE,CAAC;IAErB,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAE1B,IAAA,QAAQ,GAWN,IAAI,SAXE,EACR,YAAY,GAUV,IAAI,aAVM,EACZ,WAAW,GAST,IAAI,YATK,EACX,SAAS,GAQP,IAAI,UARG,EACT,OAAO,GAOL,IAAI,QAPC,EACP,YAAY,GAMV,IAAI,aANM,EACZ,KAKE,IAAI,qBALyB,EAA/B,oBAAoB,mBAAG,QAAQ,KAAA,EAC/B,qBAAqB,GAInB,IAAI,sBAJe,EACrB,kBAAkB,GAGhB,IAAI,mBAHY,EAEf,gBAAgB,UACjB,IAAI,EAZF,0JAYL,CADoB,CACZ;QAET,OAAO;YACL,aAAa,EAAE,EAAE,QAAQ,UAAA,EAAE,YAAY,cAAA,EAAE,WAAW,aAAA,EAAE,SAAS,WAAA,EAAE,OAAO,SAAA,EAAE,YAAY,cAAA,EAAE;YACxF,oBAAoB,sBAAA;YACpB,gBAAgB,kBAAA;YAChB,qBAAqB,uBAAA;YACrB,kBAAkB,oBAAA;SACnB,CAAC;KACH;IAED,QAAQ,IAAI,EAAE;QACZ,KAAK,SAAS;YACZ,OAAO,EAAE,CAAC;QACZ,KAAK,MAAM;YACT,OAAO;gBACL,gBAAgB,EAAE;oBAChB,WAAW,EAAE,MAAM;iBACpB;aACF,CAAC;QACJ,KAAK,UAAU,CAAC;QAChB,KAAK,WAAW;YACd,OAAO,EAAE,aAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,CAAC;QAC/C;YACE,OAAO,EAAE,CAAC;KACb;AACH,CAAC;AA5CD,oEA4CC"}
@@ -42,7 +42,7 @@ var useReqorePaging = function (options) {
42
42
  (0, react_use_1.useUpdateEffect)(function () {
43
43
  setPage(1);
44
44
  setTotalPage(Math.ceil((0, lodash_1.size)(items) / itemsPerPage));
45
- }, [(0, lodash_1.size)(items), itemsPerPage]);
45
+ }, [(0, lodash_1.size)(items)]);
46
46
  var slicedItems = (0, react_1.useMemo)(function () {
47
47
  return items.slice(infinite ? 0 : (currentPage - 1) * itemsPerPage, currentPage * itemsPerPage);
48
48
  }, [items, currentPage, itemsPerPage, infinite]);
@@ -1 +1 @@
1
- {"version":3,"file":"usePaging.js","sourceRoot":"","sources":["../../src/hooks/usePaging.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"usePaging.js","sourceRoot":"","sources":["../../src/hooks/usePaging.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qoretechnologies/reqore",
3
- "version": "0.34.5",
3
+ "version": "0.34.7",
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",
@@ -42,7 +42,7 @@ export const ReqorePanelNonResponsiveActions = memo(
42
42
  return (
43
43
  <ReqoreControlGroup
44
44
  fixed={isSmall ? false : hasResponsiveActions}
45
- fluid={isSmall ? true : !hasResponsiveActions}
45
+ fluid={isSmall}
46
46
  horizontalAlign='flex-end'
47
47
  {...rest}
48
48
  >
@@ -1,6 +1,6 @@
1
1
  import { size } from 'lodash';
2
2
  import { darken, rgba } from 'polished';
3
- import { ReactElement, forwardRef, useCallback, useMemo, useState } from 'react';
3
+ import { forwardRef, ReactElement, useCallback, useMemo, useState } from 'react';
4
4
  import { useMeasure, useUpdateEffect } from 'react-use';
5
5
  import styled, { css } from 'styled-components';
6
6
  import {
@@ -375,7 +375,10 @@ export const ReqorePanel = forwardRef<HTMLDivElement, IReqorePanelProps>(
375
375
  [label, icon, badge]
376
376
  );
377
377
 
378
- const isSmall = useMemo(() => width < 480 && process.env.NODE_ENV !== 'test', [width]);
378
+ const isSmall = useMemo(
379
+ () => responsiveTitle && width < 480 && process.env.NODE_ENV !== 'test',
380
+ [width, responsiveTitle]
381
+ );
379
382
 
380
383
  // If collapsible is true, toggle the isCollapsed state
381
384
  // If the isCollapsed state is true, the component is expanded
@@ -418,14 +421,16 @@ export const ReqorePanel = forwardRef<HTMLDivElement, IReqorePanelProps>(
418
421
 
419
422
  const hasNonResponsiveActions = useCallback(
420
423
  (data: TReqorePanelActions) =>
424
+ (!responsiveActions && size(data)) ||
421
425
  data.some((action) => action.responsive === false && action.show !== false),
422
- [actions, bottomActions]
426
+ [actions, bottomActions, responsiveActions]
423
427
  );
424
428
 
425
429
  const hasResponsiveActions = useCallback(
426
430
  (data: TReqorePanelActions) =>
431
+ responsiveActions &&
427
432
  data.some((action) => action.responsive !== false && action.show !== false),
428
- [actions, bottomActions]
433
+ [actions, bottomActions, responsiveActions]
429
434
  );
430
435
 
431
436
  const renderNonResponsiveActions = useCallback(
@@ -433,7 +438,7 @@ export const ReqorePanel = forwardRef<HTMLDivElement, IReqorePanelProps>(
433
438
  (action: IReqorePanelAction, index: number) => {
434
439
  return renderActions(action, index, false, align);
435
440
  },
436
- [actions]
441
+ [actions, bottomActions, responsiveActions]
437
442
  );
438
443
 
439
444
  const renderActions = useCallback(
@@ -446,7 +451,9 @@ export const ReqorePanel = forwardRef<HTMLDivElement, IReqorePanelProps>(
446
451
  if (
447
452
  action.show === false ||
448
453
  (includeResponsive && action.responsive === false) ||
449
- (!includeResponsive && (action.responsive === true || !('responsive' in action)))
454
+ (!includeResponsive &&
455
+ responsiveActions &&
456
+ (action.responsive === true || !('responsive' in action)))
450
457
  ) {
451
458
  return null;
452
459
  }
@@ -563,6 +570,26 @@ export const ReqorePanel = forwardRef<HTMLDivElement, IReqorePanelProps>(
563
570
  const opacity = rest.transparent ? 0 : rest.opacity;
564
571
  const noHorizontalPadding = opacity === 0 && flat && !intent;
565
572
 
573
+ const showNonResponsiveGroup = useCallback((): boolean => {
574
+ let show: boolean = false;
575
+
576
+ // SHOULD THIS GROUP SHOW CONTROL BUTTONS?
577
+ // This group should only show control buttons
578
+ // if the panel is not small
579
+ if (!isSmall && (onClose || collapsible)) {
580
+ show = true;
581
+ }
582
+
583
+ // OTHERWISE, ARE THERE ANY NON RESPONSIVE ACTIONS TO BE SHOWN?
584
+ // This either means actions where user specified responsive: false
585
+ // or user passed responsiveActions: false
586
+ if (hasNonResponsiveActions(actions)) {
587
+ show = true;
588
+ }
589
+
590
+ return show;
591
+ }, [isSmall, collapsible, actions, hasNonResponsiveActions]);
592
+
566
593
  return (
567
594
  <StyledPanel
568
595
  {...rest}
@@ -648,7 +675,7 @@ export const ReqorePanel = forwardRef<HTMLDivElement, IReqorePanelProps>(
648
675
  />
649
676
  ) : null}
650
677
  <ReqorePanelNonResponsiveActions
651
- show={isSmall}
678
+ show={isSmall && (!!onClose || collapsible)}
652
679
  isSmall={isSmall}
653
680
  showControlButtons
654
681
  size={panelSize}
@@ -675,25 +702,22 @@ export const ReqorePanel = forwardRef<HTMLDivElement, IReqorePanelProps>(
675
702
  {actions.map(renderResponsiveActions())}
676
703
  </ReqoreControlGroup>
677
704
  )}
678
- {collapsible || onClose || hasNonResponsiveActions(actions) ? (
679
- <>
680
- <ReqorePanelNonResponsiveActions
681
- show
682
- isSmall={isSmall}
683
- showControlButtons={!isSmall}
684
- size={panelSize}
685
- hasResponsiveActions={hasResponsiveActions(actions)}
686
- customTheme={theme}
687
- isCollapsed={_isCollapsed}
688
- onCollapseClick={collapsible ? handleCollapseClick : undefined}
689
- onCloseClick={onClose}
690
- closeButtonProps={closeButtonProps}
691
- collapseButtonProps={collapseButtonProps}
692
- >
693
- {actions.map(renderNonResponsiveActions())}
694
- </ReqorePanelNonResponsiveActions>
695
- </>
696
- ) : null}
705
+ <ReqorePanelNonResponsiveActions
706
+ show={showNonResponsiveGroup()}
707
+ isSmall={isSmall}
708
+ showControlButtons={!isSmall}
709
+ size={panelSize}
710
+ hasResponsiveActions={hasResponsiveActions(actions)}
711
+ customTheme={theme}
712
+ isCollapsed={_isCollapsed}
713
+ onCollapseClick={collapsible ? handleCollapseClick : undefined}
714
+ onCloseClick={onClose}
715
+ closeButtonProps={closeButtonProps}
716
+ collapseButtonProps={collapseButtonProps}
717
+ fluid={!hasTitleHeader || isSmall}
718
+ >
719
+ {actions.map(renderNonResponsiveActions())}
720
+ </ReqorePanelNonResponsiveActions>
697
721
  </StyledPanelTitle>
698
722
  )}
699
723
  {!_isCollapsed || (_isCollapsed && !unMountContentOnCollapse) ? (
@@ -35,13 +35,17 @@ export function getPaginationOptionsFromType<T>(
35
35
  itemsPerPage,
36
36
  pagesToShow,
37
37
  startPage,
38
+ enabled,
39
+ onPageChange,
38
40
  pageControlsPosition = 'bottom',
39
41
  includeBottomControls,
40
42
  includeTopControls,
43
+
41
44
  ...componentOptions
42
45
  } = type;
46
+
43
47
  return {
44
- pagingOptions: { infinite, itemsPerPage, pagesToShow, startPage },
48
+ pagingOptions: { infinite, itemsPerPage, pagesToShow, startPage, enabled, onPageChange },
45
49
  pageControlsPosition,
46
50
  componentOptions,
47
51
  includeBottomControls,
@@ -74,7 +74,7 @@ export const useReqorePaging = <T>(
74
74
  useUpdateEffect(() => {
75
75
  setPage(1);
76
76
  setTotalPage(Math.ceil(size(items) / itemsPerPage));
77
- }, [size(items), itemsPerPage]);
77
+ }, [size(items)]);
78
78
 
79
79
  const slicedItems: T[] = useMemo(() => {
80
80
  return items.slice(infinite ? 0 : (currentPage - 1) * itemsPerPage, currentPage * itemsPerPage);
@@ -1,8 +1,11 @@
1
1
  import { Meta, Story } from '@storybook/react/types-6-0';
2
2
  import { noop } from 'lodash';
3
+ import ReqoreControlGroup from '../../components/ControlGroup';
3
4
  import ReqoreInput, { IReqoreInputProps } from '../../components/Input';
4
5
  import { IReqorePanelAction, IReqorePanelProps, ReqorePanel } from '../../components/Panel';
5
6
  import { ReqoreVerticalSpacer } from '../../components/Spacer';
7
+ import ReqoreTag from '../../components/Tag';
8
+ import { IReqoreIconName } from '../../types/icons';
6
9
  import { argManager, FlatArg, IconArg, IntentArg, SizeArg } from '../utils/args';
7
10
 
8
11
  const { createArg } = argManager<IReqorePanelProps>();
@@ -110,19 +113,51 @@ const Template: Story<IReqorePanelProps> = (args: IReqorePanelProps) => {
110
113
  This is a fluid panel
111
114
  </ReqorePanel>
112
115
  <ReqoreVerticalSpacer height={10} />
113
- <ReqorePanel
114
- {...args}
115
- style={{ width: 400 }}
116
- fluid={false}
117
- badge='Not Fluid'
118
- actions={actions}
119
- bottomActions={[
120
- ...actions,
121
- ...actions.map((action) => ({ ...action, position: 'right' })),
122
- ]}
123
- >
124
- Thisisnotafluidpanelbutapanelthathasalongstringwithoutspacesthatneedstobewrapperotherwiseitwilladdahorizontalscrollbar
125
- </ReqorePanel>
116
+ <ReqoreControlGroup>
117
+ <ReqorePanel
118
+ {...args}
119
+ style={{ width: 400 }}
120
+ fluid={false}
121
+ badge='Not Fluid'
122
+ actions={actions}
123
+ bottomActions={[
124
+ ...actions,
125
+ ...actions.map((action) => ({ ...action, position: 'right' })),
126
+ ]}
127
+ >
128
+ Thisisnotafluidpanelbutapanelthathasalongstringwithoutspacesthatneedstobewrapperotherwiseitwilladdahorizontalscrollbar
129
+ </ReqorePanel>
130
+ <ReqorePanel
131
+ {...args}
132
+ style={{ width: 400 }}
133
+ fluid={false}
134
+ label='This is a simple test to establish the proper balance of your loud speakers'
135
+ responsiveActions={false}
136
+ responsiveTitle={false}
137
+ collapsible={false}
138
+ actions={[
139
+ {
140
+ as: ReqoreTag,
141
+ props: {
142
+ icon: 'AlarmLine' as IReqoreIconName,
143
+ intent: 'danger',
144
+ },
145
+ },
146
+ {
147
+ group: [
148
+ {
149
+ icon: 'EditLine',
150
+ },
151
+ {
152
+ icon: 'DeleteBinLine',
153
+ },
154
+ ],
155
+ },
156
+ ]}
157
+ >
158
+ Thisisnotafluidpanelbutapanelthathasalongstringwithoutspacesthatneedstobewrapperotherwiseitwilladdahorizontalscrollbar
159
+ </ReqorePanel>
160
+ </ReqoreControlGroup>
126
161
  <ReqoreVerticalSpacer height={10} />
127
162
  <ReqorePanel
128
163
  {...args}
@@ -315,6 +350,7 @@ NonResponsiveActions.args = {
315
350
  badge: undefined,
316
351
  actions: [
317
352
  {
353
+ fluid: false,
318
354
  responsive: false,
319
355
  group: [
320
356
  {
@@ -329,6 +365,7 @@ NonResponsiveActions.args = {
329
365
  ],
330
366
  },
331
367
  {
368
+ fluid: false,
332
369
  group: [
333
370
  { label: 'Stacked Action 1', icon: 'BallPenLine', intent: 'warning' },
334
371
  { icon: 'CopperCoinFill', intent: 'danger' },
package/tests.json CHANGED
@@ -1 +1 @@
1
- {"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":33,"numPassedTests":224,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":33,"numTotalTests":224,"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":1677064035785,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":[],"duration":273,"failureDetails":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect />","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders empty <ReqoreMultiSelect />"},{"ancestorTitles":[],"duration":66,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value"},{"ancestorTitles":[],"duration":106,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value, items can be removed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value, items can be removed"},{"ancestorTitles":[],"duration":57,"failureDetails":[],"failureMessages":[],"fullName":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created"},{"ancestorTitles":[],"duration":399,"failureDetails":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created"},{"ancestorTitles":[],"duration":1010,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list"},{"ancestorTitles":[],"duration":304,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list"},{"ancestorTitles":[],"duration":622,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list","invocations":1,"location":null,"numPassingAsserts":9,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list"},{"ancestorTitles":[],"duration":629,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list","invocations":1,"location":null,"numPassingAsserts":9,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list"},{"ancestorTitles":[],"duration":372,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused"},{"ancestorTitles":[],"duration":456,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key"},{"ancestorTitles":[],"duration":587,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes","invocations":1,"location":null,"numPassingAsserts":8,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes"},{"ancestorTitles":[],"duration":60,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked"},{"ancestorTitles":[],"duration":646,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemAdded when an item is added","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemAdded when an item is added"},{"ancestorTitles":[],"duration":40,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemRemoved when an item is removed","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemRemoved when an item is removed"}],"endTime":1677064052477,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/multiselect.test.tsx","startTime":1677064036252,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":113,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Input /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Input /> properly"},{"ancestorTitles":[],"duration":122,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Input /> with clear button properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Input /> with clear button properly"},{"ancestorTitles":[],"duration":34,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Input /> cannot be cleared","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Disabled <Input /> cannot be cleared"},{"ancestorTitles":[],"duration":38,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Input /> cannot be cleared","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Readonly <Input /> cannot be cleared"},{"ancestorTitles":[],"duration":34,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Input /> gets automatically focused"},{"ancestorTitles":[],"duration":34,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Input /> does not get automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Readonly <Input /> does not get automatically focused"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Input /> does not get automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Disabled <Input /> does not get automatically focused"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets automatically focused if it's out of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Input /> gets automatically focused if it's out of viewport"},{"ancestorTitles":[],"duration":16,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> does not get automatically focused if it's out of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Input /> does not get automatically focused if it's out of viewport"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets automatically focused if its inside of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Input /> gets automatically focused if its inside of viewport"},{"ancestorTitles":[],"duration":17,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any letter is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any letter is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any letter is pressed 2","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any letter is pressed 2"},{"ancestorTitles":[],"duration":13,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any digit is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any digit is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any digit is pressed 2","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any digit is pressed 2"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any digit or letter is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any digit or letter is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any digit or letter is pressed 2","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any digit or letter is pressed 2"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after a specified shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after a specified shortcut is pressed"},{"ancestorTitles":[],"duration":9,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> does not get focused after a specified shortcut is pressed if it's not in Viewport, get's focused when in viewport","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Input /> does not get focused after a specified shortcut is pressed if it's not in Viewport, get's focused when in viewport"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> does not get focused when typing in another input","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Input /> does not get focused when typing in another input"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Input /> does not get focused when shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Readonly <Input /> does not get focused when shortcut is pressed"},{"ancestorTitles":[],"duration":9,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Input /> does not get focused when shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Disabled <Input /> does not get focused when shortcut is pressed"},{"ancestorTitles":[],"duration":16,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> is cleared when focused","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Input /> is cleared when focused"},{"ancestorTitles":[],"duration":194,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Input /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Input /> works"}],"endTime":1677064054366,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/input.test.tsx","startTime":1677064052498,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":73,"failureDetails":[],"failureMessages":[],"fullName":"Renders <TextArea /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <TextArea /> properly"},{"ancestorTitles":[],"duration":94,"failureDetails":[],"failureMessages":[],"fullName":"Renders <TextArea /> with clear button properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <TextArea /> with clear button properly"},{"ancestorTitles":[],"duration":33,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <TextArea /> cannot be cleared","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Disabled <TextArea /> cannot be cleared"},{"ancestorTitles":[],"duration":23,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Textarea /> cannot be cleared","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Readonly <Textarea /> cannot be cleared"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Textarea /> gets automatically focused"},{"ancestorTitles":[],"duration":24,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Textarea /> does not get automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Readonly <Textarea /> does not get automatically focused"},{"ancestorTitles":[],"duration":24,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Textarea /> does not get automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Disabled <Textarea /> does not get automatically focused"},{"ancestorTitles":[],"duration":20,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets automatically focused if it's out of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Textarea /> gets automatically focused if it's out of viewport"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> does not get automatically focused if it's out of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Textarea /> does not get automatically focused if it's out of viewport"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets automatically focused if its inside of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Textarea /> gets automatically focused if its inside of viewport"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any letter is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any letter is pressed"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any letter is pressed 2","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any letter is pressed 2"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any digit is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any digit is pressed"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any digit is pressed 2","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any digit is pressed 2"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any digit or letter is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any digit or letter is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any digit or letter is pressed 2","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any digit or letter is pressed 2"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after a specified shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after a specified shortcut is pressed"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> does not get focused after a specified shortcut is pressed if it's not in Viewport, get's focused when in viewport","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Textarea /> does not get focused after a specified shortcut is pressed if it's not in Viewport, get's focused when in viewport"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> does not get focused when typing in another input","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Textarea /> does not get focused when typing in another input"},{"ancestorTitles":[],"duration":9,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Textarea /> does not get focused when shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Readonly <Textarea /> does not get focused when shortcut is pressed"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Textarea /> does not get focused when shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Disabled <Textarea /> does not get focused when shortcut is pressed"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> is cleared when focused","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Textarea /> is cleared when focused"},{"ancestorTitles":[],"duration":155,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Textarea /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Textarea /> works"}],"endTime":1677064055937,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/textarea.test.tsx","startTime":1677064054383,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":218,"failureDetails":[],"failureMessages":[],"fullName":"Renders full <Tabs /> properly","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders full <Tabs /> properly"},{"ancestorTitles":[],"duration":279,"failureDetails":[],"failureMessages":[],"fullName":"Renders shortened <Tabs /> properly","invocations":1,"location":null,"numPassingAsserts":7,"retryReasons":[],"status":"passed","title":"Renders shortened <Tabs /> properly"},{"ancestorTitles":[],"duration":42,"failureDetails":[],"failureMessages":[],"fullName":"Can select hidden <Tabs /> when shortened","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Can select hidden <Tabs /> when shortened"},{"ancestorTitles":[],"duration":88,"failureDetails":[],"failureMessages":[],"fullName":"Default active tab can be specified","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Default active tab can be specified"},{"ancestorTitles":[],"duration":112,"failureDetails":[],"failureMessages":[],"fullName":"Changes tab and runs callback","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Changes tab and runs callback"},{"ancestorTitles":[],"duration":105,"failureDetails":[],"failureMessages":[],"fullName":"Does not change tab and run callback when disabled","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Does not change tab and run callback when disabled"},{"ancestorTitles":[],"duration":89,"failureDetails":[],"failureMessages":[],"fullName":"Does not change tab when mounted and active tab is set","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Does not change tab when mounted and active tab is set"},{"ancestorTitles":[],"duration":144,"failureDetails":[],"failureMessages":[],"fullName":"Changes tab programatically and runs callback","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Changes tab programatically and runs callback"},{"ancestorTitles":[],"duration":126,"failureDetails":[],"failureMessages":[],"fullName":"Closable tab can be closed if not disabled","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Closable tab can be closed if not disabled"}],"endTime":1677064058065,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tabs.test.tsx","startTime":1677064055949,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":1748,"failureDetails":[],"failureMessages":[],"fullName":"Renders default <Pagination />","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders default <Pagination />"},{"ancestorTitles":[],"duration":147,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with only 5 page buttons","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with only 5 page buttons"},{"ancestorTitles":[],"duration":24,"failureDetails":[],"failureMessages":[],"fullName":"Renders no <Pagination /> if only one page exists","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders no <Pagination /> if only one page exists"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"Renders no <Pagination /> if no items exist","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders no <Pagination /> if no items exist"},{"ancestorTitles":[],"duration":1063,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> without control buttons","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> without control buttons"},{"ancestorTitles":[],"duration":86,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> without page buttons","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> without page buttons"},{"ancestorTitles":[],"duration":102,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with labels","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with labels"},{"ancestorTitles":[],"duration":87,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with custom labels","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with custom labels"},{"ancestorTitles":[],"duration":146,"failureDetails":[],"failureMessages":[],"fullName":"Renders list <Pagination /> with labels","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders list <Pagination /> with labels"},{"ancestorTitles":[],"duration":140,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with only 5 page buttons and start page 11","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with only 5 page buttons and start page 11"},{"ancestorTitles":[],"duration":550,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with custom number of items per page","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with custom number of items per page"},{"ancestorTitles":[],"duration":1249,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> as a list","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> as a list"},{"ancestorTitles":[],"duration":125,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with load more button","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with load more button"},{"ancestorTitles":[],"duration":3060,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with load more button and auto load","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with load more button and auto load"},{"ancestorTitles":[],"duration":1283,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> and changes pages with vertical scroll","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> and changes pages with vertical scroll"},{"ancestorTitles":[],"duration":1272,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> and changes pages with horizontal scroll","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> and changes pages with horizontal scroll"}],"endTime":1677064070690,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/pagination.test.tsx","startTime":1677064058078,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":350,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Table /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders basic <Table /> properly"},{"ancestorTitles":[],"duration":218,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Table /> with grouped columns properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Table /> with grouped columns properly"},{"ancestorTitles":[],"duration":168,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Table /> with custom content","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Table /> with custom content"},{"ancestorTitles":[],"duration":433,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Table /> with predefined content","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders <Table /> with predefined content"},{"ancestorTitles":[],"duration":297,"failureDetails":[],"failureMessages":[],"fullName":"Sorting on <Table /> works properly","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Sorting on <Table /> works properly"},{"ancestorTitles":[],"duration":509,"failureDetails":[],"failureMessages":[],"fullName":"Rows on <Table /> can be selected","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Rows on <Table /> can be selected"},{"ancestorTitles":[],"duration":280,"failureDetails":[],"failureMessages":[],"fullName":"Rows on <Table /> cannot be selected if _selectId is missing","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Rows on <Table /> cannot be selected if _selectId is missing"},{"ancestorTitles":[],"duration":528,"failureDetails":[],"failureMessages":[],"fullName":"Rows on <Table /> are all selected/deselected when clicking on header","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Rows on <Table /> are all selected/deselected when clicking on header"},{"ancestorTitles":[],"duration":195,"failureDetails":[],"failureMessages":[],"fullName":"Cells on <Table /> are interactive","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Cells on <Table /> are interactive"}],"endTime":1677064074730,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/table.test.tsx","startTime":1677064070705,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":413,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> properly","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> properly"},{"ancestorTitles":[],"duration":17,"failureDetails":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when items are empty","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders disabled <Dropdown /> when items are empty"},{"ancestorTitles":[],"duration":29,"failureDetails":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when items are not empty & disabled prop is true","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders disabled <Dropdown /> when items are not empty & disabled prop is true"},{"ancestorTitles":[],"duration":230,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> with custom component and custom handler","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> with custom component and custom handler"},{"ancestorTitles":[],"duration":173,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> is opened by default","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> is opened by default"},{"ancestorTitles":[],"duration":69,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and calls a function on item click, closes the dropdown","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> and calls a function on item click, closes the dropdown"},{"ancestorTitles":[],"duration":354,"failureDetails":[],"failureMessages":[],"fullName":"Renders filterable <Dropdown /> and filters items correctly","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders filterable <Dropdown /> and filters items correctly"},{"ancestorTitles":[],"duration":211,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and updates its items when state changes, does not close dropdown","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> and updates its items when state changes, does not close dropdown"}],"endTime":1677064077142,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/dropdown.test.tsx","startTime":1677064074753,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":45,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns all pages","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"useReqorePaging returns all pages"},{"ancestorTitles":[],"duration":23,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging with default start page","invocations":1,"location":null,"numPassingAsserts":8,"retryReasons":[],"status":"passed","title":"useReqorePaging with default start page"},{"ancestorTitles":[],"duration":19,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging specified number of pages","invocations":1,"location":null,"numPassingAsserts":8,"retryReasons":[],"status":"passed","title":"useReqorePaging specified number of pages"},{"ancestorTitles":[],"duration":6,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns 1 page when items are empty","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqorePaging returns 1 page when items are empty"},{"ancestorTitles":[],"duration":8,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns correct number of rounded pages","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"useReqorePaging returns correct number of rounded pages"},{"ancestorTitles":[],"duration":17,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns items per page","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqorePaging returns items per page"},{"ancestorTitles":[],"duration":15,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns new items and pages when size of data change, current page is set to 1","invocations":1,"location":null,"numPassingAsserts":7,"retryReasons":[],"status":"passed","title":"useReqorePaging returns new items and pages when size of data change, current page is set to 1"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging does not return new items and pages when data change","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"useReqorePaging does not return new items and pages when data change"},{"ancestorTitles":[],"duration":22,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging page navigation works correctly","invocations":1,"location":null,"numPassingAsserts":14,"retryReasons":[],"status":"passed","title":"useReqorePaging page navigation works correctly"},{"ancestorTitles":[],"duration":23,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns correct number of items with infinite loading","invocations":1,"location":null,"numPassingAsserts":10,"retryReasons":[],"status":"passed","title":"useReqorePaging returns correct number of items with infinite loading"}],"endTime":1677064078089,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/hooks/useReqorePaging.test.tsx","startTime":1677064077154,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":825,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Collection /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders basic <Collection /> properly"},{"ancestorTitles":[],"duration":647,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> items can be filtered","invocations":1,"location":null,"numPassingAsserts":7,"retryReasons":[],"status":"passed","title":"<Collection /> items can be filtered"},{"ancestorTitles":[],"duration":602,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> filter is properly removed by the clear button","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"<Collection /> filter is properly removed by the clear button"},{"ancestorTitles":[],"duration":258,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> filter is focused when a shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Collection /> filter is focused when a shortcut is pressed"},{"ancestorTitles":[],"duration":41,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> shows no data message when empty","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Collection /> shows no data message when empty"},{"ancestorTitles":[],"duration":360,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> can be sorted","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Collection /> can be sorted"},{"ancestorTitles":[],"duration":508,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has default paging","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Collection /> has default paging"},{"ancestorTitles":[],"duration":411,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has list paging","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Collection /> has list paging"},{"ancestorTitles":[],"duration":564,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has infinite paging","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"<Collection /> has infinite paging"},{"ancestorTitles":[],"duration":2393,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has custom paging","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"<Collection /> has custom paging"},{"ancestorTitles":[],"duration":366,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has 2 paging controls","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Collection /> has 2 paging controls"}],"endTime":1677064086416,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/collection.test.tsx","startTime":1677064078108,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":47,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Panel /> properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders basic <Panel /> properly"},{"ancestorTitles":[],"duration":37,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Panel /> with title properly","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders basic <Panel /> with title properly"},{"ancestorTitles":[],"duration":111,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Panel /> that is collapsed by default and can be expanded","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders basic <Panel /> that is collapsed by default and can be expanded"},{"ancestorTitles":[],"duration":32,"failureDetails":[],"failureMessages":[],"fullName":"Renders closable <Panel /> properly","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders closable <Panel /> properly"},{"ancestorTitles":[],"duration":220,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Panel /> with actions","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <Panel /> with actions"},{"ancestorTitles":[],"duration":16,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Panel /> without actions group if all actions are not shown","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Panel /> without actions group if all actions are not shown"},{"ancestorTitles":[],"duration":9,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, & title is not collapsible","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, & title is not collapsible"},{"ancestorTitles":[],"duration":168,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Panel /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Panel /> works"},{"ancestorTitles":[],"duration":52,"failureDetails":[],"failureMessages":[],"fullName":"Custom control props on <Panel />","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Custom control props on <Panel />"}],"endTime":1677064087927,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/panel.test.tsx","startTime":1677064086431,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":280,"failureDetails":[],"failureMessages":[],"fullName":"Shows popover on hover, hides on leave","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Shows popover on hover, hides on leave"},{"ancestorTitles":[],"duration":32,"failureDetails":[],"failureMessages":[],"fullName":"Shows popover on click, hides only on click away","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Shows popover on click, hides only on click away"},{"ancestorTitles":[],"duration":29,"failureDetails":[],"failureMessages":[],"fullName":"Shows custom content","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Shows custom content"},{"ancestorTitles":[],"duration":15,"failureDetails":[],"failureMessages":[],"fullName":"Runs callback function","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Runs callback function"},{"ancestorTitles":[],"duration":29,"failureDetails":[],"failureMessages":[],"fullName":"Shows the popover after a local delay, ignoring global delay","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Shows the popover after a local delay, ignoring global delay"},{"ancestorTitles":[],"duration":29,"failureDetails":[],"failureMessages":[],"fullName":"Shows the popover after a global delay","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Shows the popover after a global delay"},{"ancestorTitles":[],"duration":36,"failureDetails":[],"failureMessages":[],"fullName":"Shows the popover with blur","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Shows the popover with blur"},{"ancestorTitles":[],"duration":6,"failureDetails":[],"failureMessages":[],"fullName":"Does not show the popover with delay if time not reached","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Does not show the popover with delay if time not reached"},{"ancestorTitles":[],"duration":71,"failureDetails":[],"failureMessages":[],"fullName":"Shows the hoverStay popover after a delay and stays, ","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Shows the hoverStay popover after a delay and stays, "},{"ancestorTitles":[],"duration":7,"failureDetails":[],"failureMessages":[],"fullName":"Correctly passes popover data for non-opened popover","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Correctly passes popover data for non-opened popover"},{"ancestorTitles":[],"duration":61,"failureDetails":[],"failureMessages":[],"fullName":"Correctly passes popover data for opened popover","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Correctly passes popover data for opened popover"}],"endTime":1677064089819,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/popover.test.tsx","startTime":1677064087940,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":120,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Button /> properly"},{"ancestorTitles":[],"duration":27,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> using `label`","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> using `label`"},{"ancestorTitles":[],"duration":147,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with size properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with size properly"},{"ancestorTitles":[],"duration":51,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with icon properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Button /> with icon properly"},{"ancestorTitles":[],"duration":243,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with intent properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with intent properly"},{"ancestorTitles":[],"duration":44,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with right icon properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with right icon properly"},{"ancestorTitles":[],"duration":52,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with icon and right icon properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with icon and right icon properly"},{"ancestorTitles":[],"duration":18,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with onClick function","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with onClick function"},{"ancestorTitles":[],"duration":86,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with a 0 badge","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with a 0 badge"},{"ancestorTitles":[],"duration":21,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with a string badge","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with a string badge"},{"ancestorTitles":[],"duration":26,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with a Tag props badge","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with a Tag props badge"},{"ancestorTitles":[],"duration":32,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with multiple badges","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with multiple badges"},{"ancestorTitles":[],"duration":274,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Button /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Button /> works"}],"endTime":1677064092076,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/button.test.tsx","startTime":1677064089832,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":203,"failureDetails":[],"failureMessages":[],"fullName":"Renders sidebar","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders sidebar"},{"ancestorTitles":[],"duration":78,"failureDetails":[],"failureMessages":[],"fullName":"Sidebar can be collapsed","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Sidebar can be collapsed"},{"ancestorTitles":[],"duration":74,"failureDetails":[],"failureMessages":[],"fullName":"Can open submenu manually","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Can open submenu manually"},{"ancestorTitles":[],"duration":70,"failureDetails":[],"failureMessages":[],"fullName":"Submenu opens automatically if path matches","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Submenu opens automatically if path matches"},{"ancestorTitles":[],"duration":140,"failureDetails":[],"failureMessages":[],"fullName":"Bookmarks can be added and removed","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Bookmarks can be added and removed"},{"ancestorTitles":[],"duration":30,"failureDetails":[],"failureMessages":[],"fullName":"Bookmarks clicks are not propagated through","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Bookmarks clicks are not propagated through"},{"ancestorTitles":[],"duration":52,"failureDetails":[],"failureMessages":[],"fullName":"Renders item as <p> element with onClick","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders item as <p> element with onClick"},{"ancestorTitles":[],"duration":181,"failureDetails":[],"failureMessages":[],"fullName":"Renders floating sidebar with item as <p> element with onClick, closes on item click","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders floating sidebar with item as <p> element with onClick, closes on item click"},{"ancestorTitles":[],"duration":49,"failureDetails":[],"failureMessages":[],"fullName":"Renders custom item at the top","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders custom item at the top"}],"endTime":1677064093635,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/sidebar.test.tsx","startTime":1677064092088,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":132,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Modal /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders basic <Modal /> properly"},{"ancestorTitles":[],"duration":9,"failureDetails":[],"failureMessages":[],"fullName":"Does not renders <Modal /> if its not open","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Does not renders <Modal /> if its not open"},{"ancestorTitles":[],"duration":8,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Modal /> with custom dimensions","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Modal /> with custom dimensions"},{"ancestorTitles":[],"duration":422,"failureDetails":[],"failureMessages":[],"fullName":"Renders confirmation <Modal /> ","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders confirmation <Modal /> "},{"ancestorTitles":[],"duration":108,"failureDetails":[],"failureMessages":[],"fullName":"Always renders confirmation <Modal /> properly above a normal modal","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Always renders confirmation <Modal /> properly above a normal modal"}],"endTime":1677064095339,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/modal.test.tsx","startTime":1677064093645,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":205,"failureDetails":[],"failureMessages":[],"fullName":"Adds notifications and dismisses them automatically","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Adds notifications and dismisses them automatically"},{"ancestorTitles":[],"duration":29,"failureDetails":[],"failureMessages":[],"fullName":"Adds a notification and updates it","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Adds a notification and updates it"},{"ancestorTitles":[],"duration":24,"failureDetails":[],"failureMessages":[],"fullName":"Notification has a click event","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Notification has a click event"},{"ancestorTitles":[],"duration":18,"failureDetails":[],"failureMessages":[],"fullName":"Notification has a close event","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Notification has a close event"},{"ancestorTitles":[],"duration":17,"failureDetails":[],"failureMessages":[],"fullName":"Notification has a finish event","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Notification has a finish event"},{"ancestorTitles":[],"duration":145,"failureDetails":[],"failureMessages":[],"fullName":"Maximum of 5 notifications is shown at once","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Maximum of 5 notifications is shown at once"}],"endTime":1677064096454,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/notifications.test.tsx","startTime":1677064095350,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":190,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tag /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Tag /> properly"},{"ancestorTitles":[],"duration":75,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tag /> group properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Tag /> group properly"},{"ancestorTitles":[],"duration":22,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tag /> without remove button if disabled","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Tag /> without remove button if disabled"},{"ancestorTitles":[],"duration":26,"failureDetails":[],"failureMessages":[],"fullName":"Fires onClick and onRemoveClick <Tag /> events","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Fires onClick and onRemoveClick <Tag /> events"},{"ancestorTitles":[],"duration":39,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tag /> with the label key","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Tag /> with the label key"}],"endTime":1677064097829,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tag.test.tsx","startTime":1677064096464,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":1558,"failureDetails":[],"failureMessages":[],"fullName":"Renders default <PaginationContainer />","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders default <PaginationContainer />"},{"ancestorTitles":[],"duration":2110,"failureDetails":[],"failureMessages":[],"fullName":"Renders default <PaginationContainer /> with both control wrappers","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders default <PaginationContainer /> with both control wrappers"},{"ancestorTitles":[],"duration":2001,"failureDetails":[],"failureMessages":[],"fullName":"Renders default <PaginationContainer /> with both control wrappers, one included in children","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders default <PaginationContainer /> with both control wrappers, one included in children"}],"endTime":1677064104545,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/containers/paging.test.tsx","startTime":1677064097839,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":42,"failureDetails":[],"failureMessages":[],"fullName":"Does not render <Drawer /> if not open","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Does not render <Drawer /> if not open"},{"ancestorTitles":[],"duration":88,"failureDetails":[],"failureMessages":[],"fullName":"Renders opened <Drawer /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders opened <Drawer /> properly"},{"ancestorTitles":[],"duration":106,"failureDetails":[],"failureMessages":[],"fullName":"Renders hidable <Drawer /> properly","invocations":1,"location":null,"numPassingAsserts":7,"retryReasons":[],"status":"passed","title":"Renders hidable <Drawer /> properly"},{"ancestorTitles":[],"duration":51,"failureDetails":[],"failureMessages":[],"fullName":"Renders closable <Drawer /> properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders closable <Drawer /> properly"},{"ancestorTitles":[],"duration":39,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Drawer /> with interactive backdrop","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Drawer /> with interactive backdrop"}],"endTime":1677064105491,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/drawer.test.tsx","startTime":1677064104555,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":351,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Tree /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders basic <Tree /> properly"},{"ancestorTitles":[],"duration":147,"failureDetails":[],"failureMessages":[],"fullName":"Shows textarea for <Tree /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Shows textarea for <Tree /> properly"},{"ancestorTitles":[],"duration":406,"failureDetails":[],"failureMessages":[],"fullName":"<Tree /> items can be expanded and collapsed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Tree /> items can be expanded and collapsed"},{"ancestorTitles":[],"duration":184,"failureDetails":[],"failureMessages":[],"fullName":"Shows types for <Tree /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Shows types for <Tree /> properly"},{"ancestorTitles":[],"duration":478,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tree /> with clickable items","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Tree /> with clickable items"}],"endTime":1677064107713,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tree.test.tsx","startTime":1677064105501,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":136,"failureDetails":[],"failureMessages":[],"fullName":"Renders full <Breadcrumbs /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders full <Breadcrumbs /> properly"},{"ancestorTitles":[],"duration":47,"failureDetails":[],"failureMessages":[],"fullName":"Renders shortened <Breadcrumbs /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders shortened <Breadcrumbs /> properly"},{"ancestorTitles":[],"duration":268,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Breadcrumbs /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Breadcrumbs /> works"}],"endTime":1677064108785,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/breadcrumbs.test.tsx","startTime":1677064107723,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":143,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Menu /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Menu /> properly"},{"ancestorTitles":[],"duration":66,"failureDetails":[],"failureMessages":[],"fullName":"<Menu /> item can be clicked","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Menu /> item can be clicked"},{"ancestorTitles":[],"duration":87,"failureDetails":[],"failureMessages":[],"fullName":"<Menu /> item has right clickable button","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Menu /> item has right clickable button"}],"endTime":1677064110277,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/menu.test.tsx","startTime":1677064108809,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":142,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Message /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Message /> properly"},{"ancestorTitles":[],"duration":22,"failureDetails":[],"failureMessages":[],"fullName":"Runs onFinish on message after duration","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Runs onFinish on message after duration"},{"ancestorTitles":[],"duration":34,"failureDetails":[],"failureMessages":[],"fullName":"Runs onClose when closed","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Runs onClose when closed"},{"ancestorTitles":[],"duration":127,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Message /> works","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Tooltip on <Message /> works"}],"endTime":1677064111550,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/messages.test.tsx","startTime":1677064110287,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":50,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreEffect /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <ReqoreEffect /> properly"},{"ancestorTitles":[],"duration":18,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreTextEffect /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <ReqoreTextEffect /> properly"}],"endTime":1677064112171,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/effect.test.tsx","startTime":1677064111563,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":55,"failureDetails":[],"failureMessages":[],"fullName":"<Heading /> renders properly","invocations":1,"location":null,"numPassingAsserts":12,"retryReasons":[],"status":"passed","title":"<Heading /> renders properly"},{"ancestorTitles":[],"duration":139,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Heading /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Heading /> works"}],"endTime":1677064112956,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/heading.test.tsx","startTime":1677064112181,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":168,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Checkbox /> properly"},{"ancestorTitles":[],"duration":184,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Checkbox /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Checkbox /> works"}],"endTime":1677064113923,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/checkbox.test.tsx","startTime":1677064112969,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":49,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Icon /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Icon /> properly"},{"ancestorTitles":[],"duration":20,"failureDetails":[],"failureMessages":[],"fullName":"Renders empty <Icon /> if icon does not exist","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders empty <Icon /> if icon does not exist"},{"ancestorTitles":[],"duration":137,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Icon /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Icon /> works"}],"endTime":1677064115042,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/icon.test.tsx","startTime":1677064113933,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"useReqoreTheme should return the default theme","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"useReqoreTheme should return the default theme"},{"ancestorTitles":[],"duration":3,"failureDetails":[],"failureMessages":[],"fullName":"useReqoreTheme should return modified main intent color, original color is preserved","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqoreTheme should return modified main intent color, original color is preserved"},{"ancestorTitles":[],"duration":2,"failureDetails":[],"failureMessages":[],"fullName":"useReqoreTheme should return modified main custom color, original color is preserved","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqoreTheme should return modified main custom color, original color is preserved"},{"ancestorTitles":[],"duration":2,"failureDetails":[],"failureMessages":[],"fullName":"useReqoreTheme should return modified main color if intent is passed, original color is preserved","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqoreTheme should return modified main color if intent is passed, original color is preserved"}],"endTime":1677064115631,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/hooks/useTheme.test.tsx","startTime":1677064115052,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":159,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1677064116359,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/radiogroup.test.tsx","startTime":1677064115641,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":49,"failureDetails":[],"failureMessages":[],"fullName":"Renders Layout properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders Layout properly"}],"endTime":1677064116994,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/layout.test.tsx","startTime":1677064116368,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":46,"failureDetails":[],"failureMessages":[],"fullName":"Renders Navbar properly","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders Navbar properly"}],"endTime":1677064117587,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/navbar.test.tsx","startTime":1677064117004,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":183,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ControlGroup /> properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <ControlGroup /> properly"}],"endTime":1677064118688,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/control_group.test.tsx","startTime":1677064117596,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":43,"failureDetails":[],"failureMessages":[],"fullName":"Renders <TimeAgo /> data properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <TimeAgo /> data properly"}],"endTime":1677064119636,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/timeAgo.test.tsx","startTime":1677064118700,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":39,"failureDetails":[],"failureMessages":[],"fullName":"useLatestZIndex returns incremental z indexes","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"useLatestZIndex returns incremental z indexes"}],"endTime":1677064121022,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/hooks/useLatestZIndex.test.tsx","startTime":1677064119645,"status":"passed","summary":""}],"wasInterrupted":false}
1
+ {"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":33,"numPassedTests":225,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":33,"numTotalTests":225,"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":1678541013591,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":[],"duration":258,"failureDetails":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect />","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders empty <ReqoreMultiSelect />"},{"ancestorTitles":[],"duration":64,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value"},{"ancestorTitles":[],"duration":101,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> with default value, items can be removed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> with default value, items can be removed"},{"ancestorTitles":[],"duration":53,"failureDetails":[],"failureMessages":[],"fullName":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders disabled <ReqoreMultiSelect /> when items are empty and items CANNOT be created"},{"ancestorTitles":[],"duration":383,"failureDetails":[],"failureMessages":[],"fullName":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders empty <ReqoreMultiSelect /> when items are empty and items CAN be created"},{"ancestorTitles":[],"duration":907,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and selects / deselects items from the list"},{"ancestorTitles":[],"duration":274,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched, opens up the list"},{"ancestorTitles":[],"duration":552,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list","invocations":1,"location":null,"numPassingAsserts":9,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created, opens up the list"},{"ancestorTitles":[],"duration":556,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list","invocations":1,"location":null,"numPassingAsserts":9,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and items can be searched and created using the ENTER key, opens up the list"},{"ancestorTitles":[],"duration":335,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and does not create new item on ENTER when not focused"},{"ancestorTitles":[],"duration":427,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and deselects an item using the ENTER key"},{"ancestorTitles":[],"duration":532,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes","invocations":1,"location":null,"numPassingAsserts":8,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onValueChange when value changes"},{"ancestorTitles":[],"duration":56,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemClick when an item is clicked"},{"ancestorTitles":[],"duration":584,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemAdded when an item is added","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemAdded when an item is added"},{"ancestorTitles":[],"duration":35,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreMultiSelect /> and calls onItemRemoved when an item is removed","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <ReqoreMultiSelect /> and calls onItemRemoved when an item is removed"}],"endTime":1678541029362,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/multiselect.test.tsx","startTime":1678541014014,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":102,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Input /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Input /> properly"},{"ancestorTitles":[],"duration":107,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Input /> with clear button properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Input /> with clear button properly"},{"ancestorTitles":[],"duration":34,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Input /> cannot be cleared","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Disabled <Input /> cannot be cleared"},{"ancestorTitles":[],"duration":26,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Input /> cannot be cleared","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Readonly <Input /> cannot be cleared"},{"ancestorTitles":[],"duration":38,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Input /> gets automatically focused"},{"ancestorTitles":[],"duration":29,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Input /> does not get automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Readonly <Input /> does not get automatically focused"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Input /> does not get automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Disabled <Input /> does not get automatically focused"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets automatically focused if it's out of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Input /> gets automatically focused if it's out of viewport"},{"ancestorTitles":[],"duration":13,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> does not get automatically focused if it's out of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Input /> does not get automatically focused if it's out of viewport"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets automatically focused if its inside of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Input /> gets automatically focused if its inside of viewport"},{"ancestorTitles":[],"duration":13,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any letter is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any letter is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any letter is pressed 2","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any letter is pressed 2"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any digit is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any digit is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any digit is pressed 2","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any digit is pressed 2"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any digit or letter is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any digit or letter is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after any digit or letter is pressed 2","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after any digit or letter is pressed 2"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> gets focused after a specified shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Input /> gets focused after a specified shortcut is pressed"},{"ancestorTitles":[],"duration":9,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> does not get focused after a specified shortcut is pressed if it's not in Viewport, get's focused when in viewport","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Input /> does not get focused after a specified shortcut is pressed if it's not in Viewport, get's focused when in viewport"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> does not get focused when typing in another input","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Input /> does not get focused when typing in another input"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Input /> does not get focused when shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Readonly <Input /> does not get focused when shortcut is pressed"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Input /> does not get focused when shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Disabled <Input /> does not get focused when shortcut is pressed"},{"ancestorTitles":[],"duration":12,"failureDetails":[],"failureMessages":[],"fullName":"<Input /> is cleared when focused","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Input /> is cleared when focused"},{"ancestorTitles":[],"duration":198,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Input /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Input /> works"}],"endTime":1678541031340,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/input.test.tsx","startTime":1678541029388,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":60,"failureDetails":[],"failureMessages":[],"fullName":"Renders <TextArea /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <TextArea /> properly"},{"ancestorTitles":[],"duration":98,"failureDetails":[],"failureMessages":[],"fullName":"Renders <TextArea /> with clear button properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <TextArea /> with clear button properly"},{"ancestorTitles":[],"duration":20,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <TextArea /> cannot be cleared","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Disabled <TextArea /> cannot be cleared"},{"ancestorTitles":[],"duration":29,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Textarea /> cannot be cleared","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Readonly <Textarea /> cannot be cleared"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Textarea /> gets automatically focused"},{"ancestorTitles":[],"duration":21,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Textarea /> does not get automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Readonly <Textarea /> does not get automatically focused"},{"ancestorTitles":[],"duration":21,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Textarea /> does not get automatically focused","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Disabled <Textarea /> does not get automatically focused"},{"ancestorTitles":[],"duration":13,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets automatically focused if it's out of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Textarea /> gets automatically focused if it's out of viewport"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> does not get automatically focused if it's out of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Textarea /> does not get automatically focused if it's out of viewport"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets automatically focused if its inside of viewport","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Textarea /> gets automatically focused if its inside of viewport"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any letter is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any letter is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any letter is pressed 2","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any letter is pressed 2"},{"ancestorTitles":[],"duration":17,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any digit is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any digit is pressed"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any digit is pressed 2","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any digit is pressed 2"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any digit or letter is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any digit or letter is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after any digit or letter is pressed 2","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after any digit or letter is pressed 2"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> gets focused after a specified shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Textarea /> gets focused after a specified shortcut is pressed"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> does not get focused after a specified shortcut is pressed if it's not in Viewport, get's focused when in viewport","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Textarea /> does not get focused after a specified shortcut is pressed if it's not in Viewport, get's focused when in viewport"},{"ancestorTitles":[],"duration":13,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> does not get focused when typing in another input","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Textarea /> does not get focused when typing in another input"},{"ancestorTitles":[],"duration":8,"failureDetails":[],"failureMessages":[],"fullName":"Readonly <Textarea /> does not get focused when shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Readonly <Textarea /> does not get focused when shortcut is pressed"},{"ancestorTitles":[],"duration":9,"failureDetails":[],"failureMessages":[],"fullName":"Disabled <Textarea /> does not get focused when shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Disabled <Textarea /> does not get focused when shortcut is pressed"},{"ancestorTitles":[],"duration":11,"failureDetails":[],"failureMessages":[],"fullName":"<Textarea /> is cleared when focused","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Textarea /> is cleared when focused"},{"ancestorTitles":[],"duration":186,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Textarea /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Textarea /> works"}],"endTime":1678541032853,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/textarea.test.tsx","startTime":1678541031355,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":201,"failureDetails":[],"failureMessages":[],"fullName":"Renders full <Tabs /> properly","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders full <Tabs /> properly"},{"ancestorTitles":[],"duration":264,"failureDetails":[],"failureMessages":[],"fullName":"Renders shortened <Tabs /> properly","invocations":1,"location":null,"numPassingAsserts":7,"retryReasons":[],"status":"passed","title":"Renders shortened <Tabs /> properly"},{"ancestorTitles":[],"duration":40,"failureDetails":[],"failureMessages":[],"fullName":"Can select hidden <Tabs /> when shortened","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Can select hidden <Tabs /> when shortened"},{"ancestorTitles":[],"duration":77,"failureDetails":[],"failureMessages":[],"fullName":"Default active tab can be specified","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Default active tab can be specified"},{"ancestorTitles":[],"duration":98,"failureDetails":[],"failureMessages":[],"fullName":"Changes tab and runs callback","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Changes tab and runs callback"},{"ancestorTitles":[],"duration":87,"failureDetails":[],"failureMessages":[],"fullName":"Does not change tab and run callback when disabled","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Does not change tab and run callback when disabled"},{"ancestorTitles":[],"duration":75,"failureDetails":[],"failureMessages":[],"fullName":"Does not change tab when mounted and active tab is set","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Does not change tab when mounted and active tab is set"},{"ancestorTitles":[],"duration":115,"failureDetails":[],"failureMessages":[],"fullName":"Changes tab programatically and runs callback","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Changes tab programatically and runs callback"},{"ancestorTitles":[],"duration":102,"failureDetails":[],"failureMessages":[],"fullName":"Closable tab can be closed if not disabled","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Closable tab can be closed if not disabled"}],"endTime":1678541035017,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tabs.test.tsx","startTime":1678541032915,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":1651,"failureDetails":[],"failureMessages":[],"fullName":"Renders default <Pagination />","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders default <Pagination />"},{"ancestorTitles":[],"duration":131,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with only 5 page buttons","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with only 5 page buttons"},{"ancestorTitles":[],"duration":20,"failureDetails":[],"failureMessages":[],"fullName":"Renders no <Pagination /> if only one page exists","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders no <Pagination /> if only one page exists"},{"ancestorTitles":[],"duration":5,"failureDetails":[],"failureMessages":[],"fullName":"Renders no <Pagination /> if no items exist","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders no <Pagination /> if no items exist"},{"ancestorTitles":[],"duration":681,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> without control buttons","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> without control buttons"},{"ancestorTitles":[],"duration":74,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> without page buttons","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> without page buttons"},{"ancestorTitles":[],"duration":97,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with labels","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with labels"},{"ancestorTitles":[],"duration":79,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with custom labels","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with custom labels"},{"ancestorTitles":[],"duration":133,"failureDetails":[],"failureMessages":[],"fullName":"Renders list <Pagination /> with labels","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders list <Pagination /> with labels"},{"ancestorTitles":[],"duration":132,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with only 5 page buttons and start page 11","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with only 5 page buttons and start page 11"},{"ancestorTitles":[],"duration":492,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with custom number of items per page","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with custom number of items per page"},{"ancestorTitles":[],"duration":1137,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> as a list","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> as a list"},{"ancestorTitles":[],"duration":107,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with load more button","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with load more button"},{"ancestorTitles":[],"duration":2633,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> with load more button and auto load","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> with load more button and auto load"},{"ancestorTitles":[],"duration":1135,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> and changes pages with vertical scroll","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> and changes pages with vertical scroll"},{"ancestorTitles":[],"duration":1099,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Pagination /> and changes pages with horizontal scroll","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Pagination /> and changes pages with horizontal scroll"}],"endTime":1678541046140,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/pagination.test.tsx","startTime":1678541035031,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":312,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Table /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders basic <Table /> properly"},{"ancestorTitles":[],"duration":193,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Table /> with grouped columns properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Table /> with grouped columns properly"},{"ancestorTitles":[],"duration":145,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Table /> with custom content","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Table /> with custom content"},{"ancestorTitles":[],"duration":370,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Table /> with predefined content","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders <Table /> with predefined content"},{"ancestorTitles":[],"duration":258,"failureDetails":[],"failureMessages":[],"fullName":"Sorting on <Table /> works properly","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Sorting on <Table /> works properly"},{"ancestorTitles":[],"duration":446,"failureDetails":[],"failureMessages":[],"fullName":"Rows on <Table /> can be selected","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Rows on <Table /> can be selected"},{"ancestorTitles":[],"duration":243,"failureDetails":[],"failureMessages":[],"fullName":"Rows on <Table /> cannot be selected if _selectId is missing","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Rows on <Table /> cannot be selected if _selectId is missing"},{"ancestorTitles":[],"duration":449,"failureDetails":[],"failureMessages":[],"fullName":"Rows on <Table /> are all selected/deselected when clicking on header","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Rows on <Table /> are all selected/deselected when clicking on header"},{"ancestorTitles":[],"duration":169,"failureDetails":[],"failureMessages":[],"fullName":"Cells on <Table /> are interactive","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Cells on <Table /> are interactive"}],"endTime":1678541049554,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/table.test.tsx","startTime":1678541046151,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":382,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> properly","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> properly"},{"ancestorTitles":[],"duration":16,"failureDetails":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when items are empty","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders disabled <Dropdown /> when items are empty"},{"ancestorTitles":[],"duration":27,"failureDetails":[],"failureMessages":[],"fullName":"Renders disabled <Dropdown /> when items are not empty & disabled prop is true","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders disabled <Dropdown /> when items are not empty & disabled prop is true"},{"ancestorTitles":[],"duration":207,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> with custom component and custom handler","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> with custom component and custom handler"},{"ancestorTitles":[],"duration":161,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> is opened by default","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> is opened by default"},{"ancestorTitles":[],"duration":63,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and calls a function on item click, closes the dropdown","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> and calls a function on item click, closes the dropdown"},{"ancestorTitles":[],"duration":318,"failureDetails":[],"failureMessages":[],"fullName":"Renders filterable <Dropdown /> and filters items correctly","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders filterable <Dropdown /> and filters items correctly"},{"ancestorTitles":[],"duration":187,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Dropdown /> and updates its items when state changes, does not close dropdown","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders <Dropdown /> and updates its items when state changes, does not close dropdown"}],"endTime":1678541051715,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/dropdown.test.tsx","startTime":1678541049572,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":44,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns all pages","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"useReqorePaging returns all pages"},{"ancestorTitles":[],"duration":22,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging with default start page","invocations":1,"location":null,"numPassingAsserts":8,"retryReasons":[],"status":"passed","title":"useReqorePaging with default start page"},{"ancestorTitles":[],"duration":19,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging specified number of pages","invocations":1,"location":null,"numPassingAsserts":8,"retryReasons":[],"status":"passed","title":"useReqorePaging specified number of pages"},{"ancestorTitles":[],"duration":5,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns 1 page when items are empty","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqorePaging returns 1 page when items are empty"},{"ancestorTitles":[],"duration":8,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns correct number of rounded pages","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"useReqorePaging returns correct number of rounded pages"},{"ancestorTitles":[],"duration":18,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns items per page","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqorePaging returns items per page"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns new items and pages when size of data change, current page is set to 1","invocations":1,"location":null,"numPassingAsserts":7,"retryReasons":[],"status":"passed","title":"useReqorePaging returns new items and pages when size of data change, current page is set to 1"},{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging does not return new items and pages when data change","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"useReqorePaging does not return new items and pages when data change"},{"ancestorTitles":[],"duration":22,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging page navigation works correctly","invocations":1,"location":null,"numPassingAsserts":14,"retryReasons":[],"status":"passed","title":"useReqorePaging page navigation works correctly"},{"ancestorTitles":[],"duration":19,"failureDetails":[],"failureMessages":[],"fullName":"useReqorePaging returns correct number of items with infinite loading","invocations":1,"location":null,"numPassingAsserts":10,"retryReasons":[],"status":"passed","title":"useReqorePaging returns correct number of items with infinite loading"}],"endTime":1678541052648,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/hooks/useReqorePaging.test.tsx","startTime":1678541051726,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":786,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Collection /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders basic <Collection /> properly"},{"ancestorTitles":[],"duration":582,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> items can be filtered","invocations":1,"location":null,"numPassingAsserts":7,"retryReasons":[],"status":"passed","title":"<Collection /> items can be filtered"},{"ancestorTitles":[],"duration":518,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> filter is properly removed by the clear button","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"<Collection /> filter is properly removed by the clear button"},{"ancestorTitles":[],"duration":221,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> filter is focused when a shortcut is pressed","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"<Collection /> filter is focused when a shortcut is pressed"},{"ancestorTitles":[],"duration":35,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> shows no data message when empty","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Collection /> shows no data message when empty"},{"ancestorTitles":[],"duration":324,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> can be sorted","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Collection /> can be sorted"},{"ancestorTitles":[],"duration":442,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has default paging","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Collection /> has default paging"},{"ancestorTitles":[],"duration":368,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has list paging","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Collection /> has list paging"},{"ancestorTitles":[],"duration":484,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has infinite paging","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"<Collection /> has infinite paging"},{"ancestorTitles":[],"duration":2456,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has custom paging","invocations":1,"location":null,"numPassingAsserts":7,"retryReasons":[],"status":"passed","title":"<Collection /> has custom paging"},{"ancestorTitles":[],"duration":312,"failureDetails":[],"failureMessages":[],"fullName":"<Collection /> has 2 paging controls","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"<Collection /> has 2 paging controls"}],"endTime":1678541060390,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/collection.test.tsx","startTime":1678541052665,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":51,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Panel /> properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders basic <Panel /> properly"},{"ancestorTitles":[],"duration":42,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Panel /> with title properly","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders basic <Panel /> with title properly"},{"ancestorTitles":[],"duration":97,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Panel /> that is collapsed by default and can be expanded","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders basic <Panel /> that is collapsed by default and can be expanded"},{"ancestorTitles":[],"duration":30,"failureDetails":[],"failureMessages":[],"fullName":"Renders closable <Panel /> properly","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders closable <Panel /> properly"},{"ancestorTitles":[],"duration":201,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Panel /> with actions","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <Panel /> with actions"},{"ancestorTitles":[],"duration":16,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Panel /> without actions group if all actions are not shown","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Panel /> without actions group if all actions are not shown"},{"ancestorTitles":[],"duration":9,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, & title is not collapsible","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders <Panel /> without title & bottom actions if all actions are not shown, there is no icon, & title is not collapsible"},{"ancestorTitles":[],"duration":164,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Panel /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Panel /> works"},{"ancestorTitles":[],"duration":51,"failureDetails":[],"failureMessages":[],"fullName":"Custom control props on <Panel />","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Custom control props on <Panel />"}],"endTime":1678541061967,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/panel.test.tsx","startTime":1678541060406,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":135,"failureDetails":[],"failureMessages":[],"fullName":"Shows popover on hover, hides on leave","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Shows popover on hover, hides on leave"},{"ancestorTitles":[],"duration":30,"failureDetails":[],"failureMessages":[],"fullName":"Shows popover on click, hides only on click away","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Shows popover on click, hides only on click away"},{"ancestorTitles":[],"duration":30,"failureDetails":[],"failureMessages":[],"fullName":"Shows custom content","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Shows custom content"},{"ancestorTitles":[],"duration":10,"failureDetails":[],"failureMessages":[],"fullName":"Runs callback function","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Runs callback function"},{"ancestorTitles":[],"duration":28,"failureDetails":[],"failureMessages":[],"fullName":"Shows the popover after a local delay, ignoring global delay","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Shows the popover after a local delay, ignoring global delay"},{"ancestorTitles":[],"duration":28,"failureDetails":[],"failureMessages":[],"fullName":"Shows the popover after a global delay","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Shows the popover after a global delay"},{"ancestorTitles":[],"duration":37,"failureDetails":[],"failureMessages":[],"fullName":"Shows the popover with blur","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Shows the popover with blur"},{"ancestorTitles":[],"duration":5,"failureDetails":[],"failureMessages":[],"fullName":"Does not show the popover with delay if time not reached","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Does not show the popover with delay if time not reached"},{"ancestorTitles":[],"duration":66,"failureDetails":[],"failureMessages":[],"fullName":"Shows the hoverStay popover after a delay and stays, ","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Shows the hoverStay popover after a delay and stays, "},{"ancestorTitles":[],"duration":6,"failureDetails":[],"failureMessages":[],"fullName":"Correctly passes popover data for non-opened popover","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Correctly passes popover data for non-opened popover"},{"ancestorTitles":[],"duration":58,"failureDetails":[],"failureMessages":[],"fullName":"Correctly passes popover data for opened popover","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Correctly passes popover data for opened popover"}],"endTime":1678541063405,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/popover.test.tsx","startTime":1678541061979,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":117,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Button /> properly"},{"ancestorTitles":[],"duration":19,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> using `label`","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> using `label`"},{"ancestorTitles":[],"duration":139,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with size properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with size properly"},{"ancestorTitles":[],"duration":49,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with icon properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Button /> with icon properly"},{"ancestorTitles":[],"duration":219,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with intent properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with intent properly"},{"ancestorTitles":[],"duration":47,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with right icon properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with right icon properly"},{"ancestorTitles":[],"duration":42,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with icon and right icon properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with icon and right icon properly"},{"ancestorTitles":[],"duration":17,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with onClick function","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with onClick function"},{"ancestorTitles":[],"duration":82,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with a 0 badge","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with a 0 badge"},{"ancestorTitles":[],"duration":21,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with a string badge","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with a string badge"},{"ancestorTitles":[],"duration":19,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with a Tag props badge","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with a Tag props badge"},{"ancestorTitles":[],"duration":29,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Button /> with multiple badges","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Button /> with multiple badges"},{"ancestorTitles":[],"duration":255,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Button /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Button /> works"}],"endTime":1678541065427,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/button.test.tsx","startTime":1678541063415,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":192,"failureDetails":[],"failureMessages":[],"fullName":"Renders sidebar","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders sidebar"},{"ancestorTitles":[],"duration":73,"failureDetails":[],"failureMessages":[],"fullName":"Sidebar can be collapsed","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Sidebar can be collapsed"},{"ancestorTitles":[],"duration":61,"failureDetails":[],"failureMessages":[],"fullName":"Can open submenu manually","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Can open submenu manually"},{"ancestorTitles":[],"duration":60,"failureDetails":[],"failureMessages":[],"fullName":"Submenu opens automatically if path matches","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Submenu opens automatically if path matches"},{"ancestorTitles":[],"duration":119,"failureDetails":[],"failureMessages":[],"fullName":"Bookmarks can be added and removed","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Bookmarks can be added and removed"},{"ancestorTitles":[],"duration":33,"failureDetails":[],"failureMessages":[],"fullName":"Bookmarks clicks are not propagated through","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Bookmarks clicks are not propagated through"},{"ancestorTitles":[],"duration":41,"failureDetails":[],"failureMessages":[],"fullName":"Renders item as <p> element with onClick","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders item as <p> element with onClick"},{"ancestorTitles":[],"duration":168,"failureDetails":[],"failureMessages":[],"fullName":"Renders floating sidebar with item as <p> element with onClick, closes on item click","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders floating sidebar with item as <p> element with onClick, closes on item click"},{"ancestorTitles":[],"duration":50,"failureDetails":[],"failureMessages":[],"fullName":"Renders custom item at the top","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders custom item at the top"}],"endTime":1678541066822,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/sidebar.test.tsx","startTime":1678541065440,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":117,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Modal /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders basic <Modal /> properly"},{"ancestorTitles":[],"duration":9,"failureDetails":[],"failureMessages":[],"fullName":"Does not renders <Modal /> if its not open","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Does not renders <Modal /> if its not open"},{"ancestorTitles":[],"duration":8,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Modal /> with custom dimensions","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Modal /> with custom dimensions"},{"ancestorTitles":[],"duration":393,"failureDetails":[],"failureMessages":[],"fullName":"Renders confirmation <Modal /> ","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders confirmation <Modal /> "},{"ancestorTitles":[],"duration":93,"failureDetails":[],"failureMessages":[],"fullName":"Always renders confirmation <Modal /> properly above a normal modal","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Always renders confirmation <Modal /> properly above a normal modal"}],"endTime":1678541068384,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/modal.test.tsx","startTime":1678541066832,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":1477,"failureDetails":[],"failureMessages":[],"fullName":"Renders default <PaginationContainer />","invocations":1,"location":null,"numPassingAsserts":5,"retryReasons":[],"status":"passed","title":"Renders default <PaginationContainer />"},{"ancestorTitles":[],"duration":1925,"failureDetails":[],"failureMessages":[],"fullName":"Renders default <PaginationContainer /> with both control wrappers","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders default <PaginationContainer /> with both control wrappers"},{"ancestorTitles":[],"duration":1782,"failureDetails":[],"failureMessages":[],"fullName":"Renders default <PaginationContainer /> with both control wrappers, one included in children","invocations":1,"location":null,"numPassingAsserts":6,"retryReasons":[],"status":"passed","title":"Renders default <PaginationContainer /> with both control wrappers, one included in children"},{"ancestorTitles":[],"duration":109,"failureDetails":[],"failureMessages":[],"fullName":"Renders default <PaginationContainer /> with onPageChange callback","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders default <PaginationContainer /> with onPageChange callback"}],"endTime":1678541074725,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/containers/paging.test.tsx","startTime":1678541068397,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":203,"failureDetails":[],"failureMessages":[],"fullName":"Adds notifications and dismisses them automatically","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Adds notifications and dismisses them automatically"},{"ancestorTitles":[],"duration":28,"failureDetails":[],"failureMessages":[],"fullName":"Adds a notification and updates it","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Adds a notification and updates it"},{"ancestorTitles":[],"duration":23,"failureDetails":[],"failureMessages":[],"fullName":"Notification has a click event","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Notification has a click event"},{"ancestorTitles":[],"duration":17,"failureDetails":[],"failureMessages":[],"fullName":"Notification has a close event","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Notification has a close event"},{"ancestorTitles":[],"duration":16,"failureDetails":[],"failureMessages":[],"fullName":"Notification has a finish event","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Notification has a finish event"},{"ancestorTitles":[],"duration":134,"failureDetails":[],"failureMessages":[],"fullName":"Maximum of 5 notifications is shown at once","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Maximum of 5 notifications is shown at once"}],"endTime":1678541075784,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/notifications.test.tsx","startTime":1678541074735,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":186,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tag /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Tag /> properly"},{"ancestorTitles":[],"duration":71,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tag /> group properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Tag /> group properly"},{"ancestorTitles":[],"duration":21,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tag /> without remove button if disabled","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Tag /> without remove button if disabled"},{"ancestorTitles":[],"duration":29,"failureDetails":[],"failureMessages":[],"fullName":"Fires onClick and onRemoveClick <Tag /> events","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Fires onClick and onRemoveClick <Tag /> events"},{"ancestorTitles":[],"duration":32,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tag /> with the label key","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Tag /> with the label key"}],"endTime":1678541077127,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tag.test.tsx","startTime":1678541075798,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":44,"failureDetails":[],"failureMessages":[],"fullName":"Does not render <Drawer /> if not open","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Does not render <Drawer /> if not open"},{"ancestorTitles":[],"duration":85,"failureDetails":[],"failureMessages":[],"fullName":"Renders opened <Drawer /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders opened <Drawer /> properly"},{"ancestorTitles":[],"duration":99,"failureDetails":[],"failureMessages":[],"fullName":"Renders hidable <Drawer /> properly","invocations":1,"location":null,"numPassingAsserts":7,"retryReasons":[],"status":"passed","title":"Renders hidable <Drawer /> properly"},{"ancestorTitles":[],"duration":44,"failureDetails":[],"failureMessages":[],"fullName":"Renders closable <Drawer /> properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders closable <Drawer /> properly"},{"ancestorTitles":[],"duration":40,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Drawer /> with interactive backdrop","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Drawer /> with interactive backdrop"}],"endTime":1678541078490,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/drawer.test.tsx","startTime":1678541077144,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":317,"failureDetails":[],"failureMessages":[],"fullName":"Renders basic <Tree /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders basic <Tree /> properly"},{"ancestorTitles":[],"duration":135,"failureDetails":[],"failureMessages":[],"fullName":"Shows textarea for <Tree /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Shows textarea for <Tree /> properly"},{"ancestorTitles":[],"duration":359,"failureDetails":[],"failureMessages":[],"fullName":"<Tree /> items can be expanded and collapsed","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Tree /> items can be expanded and collapsed"},{"ancestorTitles":[],"duration":180,"failureDetails":[],"failureMessages":[],"fullName":"Shows types for <Tree /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Shows types for <Tree /> properly"},{"ancestorTitles":[],"duration":450,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Tree /> with clickable items","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Tree /> with clickable items"}],"endTime":1678541080513,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/tree.test.tsx","startTime":1678541078499,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":118,"failureDetails":[],"failureMessages":[],"fullName":"Renders full <Breadcrumbs /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders full <Breadcrumbs /> properly"},{"ancestorTitles":[],"duration":43,"failureDetails":[],"failureMessages":[],"fullName":"Renders shortened <Breadcrumbs /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders shortened <Breadcrumbs /> properly"},{"ancestorTitles":[],"duration":244,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Breadcrumbs /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Breadcrumbs /> works"}],"endTime":1678541081451,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/breadcrumbs.test.tsx","startTime":1678541080523,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":137,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Menu /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Menu /> properly"},{"ancestorTitles":[],"duration":57,"failureDetails":[],"failureMessages":[],"fullName":"<Menu /> item can be clicked","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"<Menu /> item can be clicked"},{"ancestorTitles":[],"duration":85,"failureDetails":[],"failureMessages":[],"fullName":"<Menu /> item has right clickable button","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"<Menu /> item has right clickable button"}],"endTime":1678541082279,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/menu.test.tsx","startTime":1678541081462,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":131,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Message /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <Message /> properly"},{"ancestorTitles":[],"duration":24,"failureDetails":[],"failureMessages":[],"fullName":"Runs onFinish on message after duration","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Runs onFinish on message after duration"},{"ancestorTitles":[],"duration":26,"failureDetails":[],"failureMessages":[],"fullName":"Runs onClose when closed","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Runs onClose when closed"},{"ancestorTitles":[],"duration":111,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Message /> works","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Tooltip on <Message /> works"}],"endTime":1678541083439,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/messages.test.tsx","startTime":1678541082290,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":47,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreEffect /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <ReqoreEffect /> properly"},{"ancestorTitles":[],"duration":16,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ReqoreTextEffect /> properly","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"Renders <ReqoreTextEffect /> properly"}],"endTime":1678541084014,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/effect.test.tsx","startTime":1678541083451,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":53,"failureDetails":[],"failureMessages":[],"fullName":"<Heading /> renders properly","invocations":1,"location":null,"numPassingAsserts":12,"retryReasons":[],"status":"passed","title":"<Heading /> renders properly"},{"ancestorTitles":[],"duration":132,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Heading /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Heading /> works"}],"endTime":1678541084732,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/heading.test.tsx","startTime":1678541084023,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":155,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders <Checkbox /> properly"},{"ancestorTitles":[],"duration":167,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Checkbox /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Checkbox /> works"}],"endTime":1678541085640,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/checkbox.test.tsx","startTime":1678541084741,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":47,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Icon /> properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <Icon /> properly"},{"ancestorTitles":[],"duration":18,"failureDetails":[],"failureMessages":[],"fullName":"Renders empty <Icon /> if icon does not exist","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders empty <Icon /> if icon does not exist"},{"ancestorTitles":[],"duration":128,"failureDetails":[],"failureMessages":[],"fullName":"Tooltip on <Icon /> works","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Tooltip on <Icon /> works"}],"endTime":1678541086655,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/icon.test.tsx","startTime":1678541085649,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":14,"failureDetails":[],"failureMessages":[],"fullName":"useReqoreTheme should return the default theme","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"useReqoreTheme should return the default theme"},{"ancestorTitles":[],"duration":3,"failureDetails":[],"failureMessages":[],"fullName":"useReqoreTheme should return modified main intent color, original color is preserved","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqoreTheme should return modified main intent color, original color is preserved"},{"ancestorTitles":[],"duration":2,"failureDetails":[],"failureMessages":[],"fullName":"useReqoreTheme should return modified main custom color, original color is preserved","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqoreTheme should return modified main custom color, original color is preserved"},{"ancestorTitles":[],"duration":2,"failureDetails":[],"failureMessages":[],"fullName":"useReqoreTheme should return modified main color if intent is passed, original color is preserved","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"useReqoreTheme should return modified main color if intent is passed, original color is preserved"}],"endTime":1678541087205,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/hooks/useTheme.test.tsx","startTime":1678541086664,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":152,"failureDetails":[],"failureMessages":[],"fullName":"Renders <Checkbox /> properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <Checkbox /> properly"}],"endTime":1678541087901,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/radiogroup.test.tsx","startTime":1678541087216,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":48,"failureDetails":[],"failureMessages":[],"fullName":"Renders Layout properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders Layout properly"}],"endTime":1678541088500,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/layout.test.tsx","startTime":1678541087910,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":57,"failureDetails":[],"failureMessages":[],"fullName":"Renders Navbar properly","invocations":1,"location":null,"numPassingAsserts":4,"retryReasons":[],"status":"passed","title":"Renders Navbar properly"}],"endTime":1678541089653,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/navbar.test.tsx","startTime":1678541088509,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":173,"failureDetails":[],"failureMessages":[],"fullName":"Renders <ControlGroup /> properly","invocations":1,"location":null,"numPassingAsserts":3,"retryReasons":[],"status":"passed","title":"Renders <ControlGroup /> properly"}],"endTime":1678541090667,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/control_group.test.tsx","startTime":1678541089664,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":42,"failureDetails":[],"failureMessages":[],"fullName":"Renders <TimeAgo /> data properly","invocations":1,"location":null,"numPassingAsserts":2,"retryReasons":[],"status":"passed","title":"Renders <TimeAgo /> data properly"}],"endTime":1678541091518,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/timeAgo.test.tsx","startTime":1678541090682,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[],"duration":35,"failureDetails":[],"failureMessages":[],"fullName":"useLatestZIndex returns incremental z indexes","invocations":1,"location":null,"numPassingAsserts":1,"retryReasons":[],"status":"passed","title":"useLatestZIndex returns incremental z indexes"}],"endTime":1678541092070,"message":"","name":"/home/runner/work/reqore/reqore/__tests__/hooks/useLatestZIndex.test.tsx","startTime":1678541091533,"status":"passed","summary":""}],"wasInterrupted":false}