@coveord/plasma-mantine 56.20.1 → 57.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-test.log +104 -115
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/ActionIcon/ActionIcon.js +9 -4
  5. package/dist/cjs/components/ActionIcon/ActionIcon.js.map +1 -1
  6. package/dist/cjs/components/Alert/Alert.js +4 -4
  7. package/dist/cjs/components/Alert/Alert.js.map +1 -1
  8. package/dist/cjs/components/Badge/Badge.js +1 -1
  9. package/dist/cjs/components/Badge/Badge.js.map +1 -1
  10. package/dist/cjs/components/BlankSlate/BlankSlate.js +1 -1
  11. package/dist/cjs/components/BrowserPreview/BrowserPreview.js +2 -2
  12. package/dist/cjs/components/BrowserPreview/BrowserPreview.js.map +1 -1
  13. package/dist/cjs/components/Button/Button.js +10 -5
  14. package/dist/cjs/components/Button/Button.js.map +1 -1
  15. package/dist/cjs/components/Button/ButtonWithDisabledTooltip.js +8 -3
  16. package/dist/cjs/components/Button/ButtonWithDisabledTooltip.js.map +1 -1
  17. package/dist/cjs/components/CheckboxIcon/CheckboxIcon.js +2 -2
  18. package/dist/cjs/components/CheckboxIcon/CheckboxIcon.js.map +1 -1
  19. package/dist/cjs/components/ChildForm/ChildForm.js.map +1 -1
  20. package/dist/cjs/components/Chip/Chip.js +8 -3
  21. package/dist/cjs/components/Chip/Chip.js.map +1 -1
  22. package/dist/cjs/components/CircleLoader/CircleLoader.js +8 -3
  23. package/dist/cjs/components/CircleLoader/CircleLoader.js.map +1 -1
  24. package/dist/cjs/components/CodeEditor/CodeEditor.js +9 -9
  25. package/dist/cjs/components/CodeEditor/CodeEditor.js.map +1 -1
  26. package/dist/cjs/components/CodeEditor/languages/xml.js +3 -3
  27. package/dist/cjs/components/CodeEditor/languages/xml.js.map +1 -1
  28. package/dist/cjs/components/CodeEditor/search/Search.js +3 -3
  29. package/dist/cjs/components/CodeEditor/search/Search.js.map +1 -1
  30. package/dist/cjs/components/Collection/Collection.js +12 -12
  31. package/dist/cjs/components/Collection/Collection.js.map +1 -1
  32. package/dist/cjs/components/Collection/CollectionAddButton.js +1 -1
  33. package/dist/cjs/components/Collection/CollectionItem.js +5 -5
  34. package/dist/cjs/components/Collection/CollectionItem.js.map +1 -1
  35. package/dist/cjs/components/Collection/enhanceWithCollectionProps.js +4 -4
  36. package/dist/cjs/components/Collection/enhanceWithCollectionProps.js.map +1 -1
  37. package/dist/cjs/components/Collection/layouts/horizontal-layout/HorizontalLayout.js +1 -1
  38. package/dist/cjs/components/Collection/layouts/horizontal-layout/HorizontalLayoutBody.js +2 -2
  39. package/dist/cjs/components/Collection/layouts/horizontal-layout/HorizontalLayoutBody.js.map +1 -1
  40. package/dist/cjs/components/Collection/layouts/horizontal-layout/HorizontalLayoutHeader.js +1 -1
  41. package/dist/cjs/components/Collection/layouts/horizontal-layout/HorizontalLayoutHeader.js.map +1 -1
  42. package/dist/cjs/components/Collection/layouts/shared/DragHandle.js +1 -1
  43. package/dist/cjs/components/Collection/layouts/shared/RemoveButton.js +1 -1
  44. package/dist/cjs/components/Collection/layouts/shared/columnUtils.js +2 -2
  45. package/dist/cjs/components/Collection/layouts/shared/columnUtils.js.map +1 -1
  46. package/dist/cjs/components/Collection/layouts/shared/headerUtils.js +1 -1
  47. package/dist/cjs/components/Collection/layouts/shared/headerUtils.js.map +1 -1
  48. package/dist/cjs/components/Collection/layouts/shared/itemRenderer.js +7 -7
  49. package/dist/cjs/components/Collection/layouts/shared/itemRenderer.js.map +1 -1
  50. package/dist/cjs/components/Collection/layouts/vertical-layout/VerticalLayout.js +1 -1
  51. package/dist/cjs/components/Collection/layouts/vertical-layout/VerticalLayoutBody.js +4 -4
  52. package/dist/cjs/components/Collection/layouts/vertical-layout/VerticalLayoutBody.js.map +1 -1
  53. package/dist/cjs/components/Collection/layouts/vertical-layout/VerticalLayoutHeader.js +1 -1
  54. package/dist/cjs/components/Collection/layouts/vertical-layout/VerticalLayoutHeader.js.map +1 -1
  55. package/dist/cjs/components/CopyToClipboard/CopyToClipboard.js +6 -6
  56. package/dist/cjs/components/CopyToClipboard/CopyToClipboard.js.map +1 -1
  57. package/dist/cjs/components/DateRangePicker/DateRangePicker.js +7 -7
  58. package/dist/cjs/components/DateRangePicker/DateRangePicker.js.map +1 -1
  59. package/dist/cjs/components/DateRangePicker/DateRangePickerInlineCalendar.js +5 -5
  60. package/dist/cjs/components/DateRangePicker/DateRangePickerInlineCalendar.js.map +1 -1
  61. package/dist/cjs/components/DateRangePicker/DateRangePickerPopoverCalendar.js +3 -3
  62. package/dist/cjs/components/DateRangePicker/DateRangePickerPopoverCalendar.js.map +1 -1
  63. package/dist/cjs/components/DateRangePicker/DateRangePickerPresetSelect.js +3 -3
  64. package/dist/cjs/components/DateRangePicker/DateRangePickerPresetSelect.js.map +1 -1
  65. package/dist/cjs/components/DateRangePicker/EditableDateRangePicker.js +3 -3
  66. package/dist/cjs/components/DateRangePicker/EditableDateRangePicker.js.map +1 -1
  67. package/dist/cjs/components/DateTimeRangePicker/DateTimeRangePicker.js +1 -1
  68. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.js +3 -3
  69. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.js.map +1 -1
  70. package/dist/cjs/components/EllipsisText/EllipsisText.js +3 -3
  71. package/dist/cjs/components/EllipsisText/EllipsisText.js.map +1 -1
  72. package/dist/cjs/components/Facet/DefaultFacetItem.js +3 -3
  73. package/dist/cjs/components/Facet/DefaultFacetItem.js.map +1 -1
  74. package/dist/cjs/components/Facet/Facet.js +5 -5
  75. package/dist/cjs/components/Facet/Facet.js.map +1 -1
  76. package/dist/cjs/components/Facet/FacetScrollArea.js +8 -3
  77. package/dist/cjs/components/Facet/FacetScrollArea.js.map +1 -1
  78. package/dist/cjs/components/Header/Header.js +1 -1
  79. package/dist/cjs/components/Header/Header.js.map +1 -1
  80. package/dist/cjs/components/Header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.js.map +1 -1
  81. package/dist/cjs/components/Header/HeaderBreadcrumbs/HeaderBreadcrumbText.js.map +1 -1
  82. package/dist/cjs/components/Header/HeaderBreadcrumbs/HeaderBreadcrumbs.js.map +1 -1
  83. package/dist/cjs/components/Header/HeaderDocAnchor/HeaderDocAnchor.js.map +1 -1
  84. package/dist/cjs/components/Header/HeaderRight/HeaderRight.js.map +1 -1
  85. package/dist/cjs/components/InfoToken/InfoToken.js +3 -3
  86. package/dist/cjs/components/InfoToken/InfoToken.js.map +1 -1
  87. package/dist/cjs/components/InlineConfirm/InlineConfirm.js +2 -2
  88. package/dist/cjs/components/InlineConfirm/InlineConfirm.js.map +1 -1
  89. package/dist/cjs/components/InlineConfirm/InlineConfirmPrompt.js +2 -2
  90. package/dist/cjs/components/InlineConfirm/InlineConfirmPrompt.js.map +1 -1
  91. package/dist/cjs/components/InlineConfirm/InlineConfirmTarget.js +9 -4
  92. package/dist/cjs/components/InlineConfirm/InlineConfirmTarget.js.map +1 -1
  93. package/dist/cjs/components/LastUpdated/LastUpdated.js +1 -1
  94. package/dist/cjs/components/LastUpdated/LastUpdated.js.map +1 -1
  95. package/dist/cjs/components/Menu/Menu.js +8 -3
  96. package/dist/cjs/components/Menu/Menu.js.map +1 -1
  97. package/dist/cjs/components/Modal/Modal.js +8 -3
  98. package/dist/cjs/components/Modal/Modal.js.map +1 -1
  99. package/dist/cjs/components/Modal/ModalFooter.js +1 -1
  100. package/dist/cjs/components/Modal/ModalFooter.js.map +1 -1
  101. package/dist/cjs/components/Prompt/Prompt.js.map +1 -1
  102. package/dist/cjs/components/Prompt/PromptCancelButton.js.map +1 -1
  103. package/dist/cjs/components/Prompt/PromptConfirmButton.js.map +1 -1
  104. package/dist/cjs/components/Prompt/icons/CriticalIcon.js +1 -1
  105. package/dist/cjs/components/Prompt/icons/InfoIcon.js +1 -1
  106. package/dist/cjs/components/Prompt/icons/SuccessIcon.js +1 -1
  107. package/dist/cjs/components/Prompt/icons/WarningIcon.js +1 -1
  108. package/dist/cjs/components/RadioCard/RadioCard.d.ts +4 -0
  109. package/dist/cjs/components/RadioCard/RadioCard.d.ts.map +1 -1
  110. package/dist/cjs/components/RadioCard/RadioCard.js +48 -43
  111. package/dist/cjs/components/RadioCard/RadioCard.js.map +1 -1
  112. package/dist/cjs/components/ReadOnly/ReadOnlyInputStyles.js +1 -1
  113. package/dist/cjs/components/ReadOnly/ReadOnlyInputStyles.js.map +1 -1
  114. package/dist/cjs/components/StatusToken/StatusToken.js +3 -3
  115. package/dist/cjs/components/StatusToken/StatusToken.js.map +1 -1
  116. package/dist/cjs/components/StickyFooter/StickyFooter.js.map +1 -1
  117. package/dist/cjs/components/Table/Table.js +6 -6
  118. package/dist/cjs/components/Table/Table.js.map +1 -1
  119. package/dist/cjs/components/Table/layouts/TableLayoutControl.js +1 -1
  120. package/dist/cjs/components/Table/layouts/row-layout/RowLayout.js +1 -1
  121. package/dist/cjs/components/Table/layouts/row-layout/RowLayout.js.map +1 -1
  122. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutBody.js +8 -9
  123. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutBody.js.map +1 -1
  124. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutHeader.js +1 -1
  125. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutHeader.js.map +1 -1
  126. package/dist/cjs/components/Table/table-actions/TableActionItem.js.map +1 -1
  127. package/dist/cjs/components/Table/table-actions/TableActionsList.js +4 -4
  128. package/dist/cjs/components/Table/table-actions/TableActionsList.js.map +1 -1
  129. package/dist/cjs/components/Table/table-actions/TableHeaderActions.js.map +1 -1
  130. package/dist/cjs/components/Table/table-column/TableActionsColumn.js +3 -3
  131. package/dist/cjs/components/Table/table-column/TableActionsColumn.js.map +1 -1
  132. package/dist/cjs/components/Table/table-column/TableCollapsibleColumn.js +4 -4
  133. package/dist/cjs/components/Table/table-column/TableCollapsibleColumn.js.map +1 -1
  134. package/dist/cjs/components/Table/table-column/TableSelectableColumn.js +3 -3
  135. package/dist/cjs/components/Table/table-column/TableSelectableColumn.js.map +1 -1
  136. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js +3 -3
  137. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js.map +1 -1
  138. package/dist/cjs/components/Table/table-date-range-picker/TableDateRangePicker.js +1 -1
  139. package/dist/cjs/components/Table/table-date-range-picker/TableDateRangePicker.js.map +1 -1
  140. package/dist/cjs/components/Table/table-filter/TableFilter.js +2 -2
  141. package/dist/cjs/components/Table/table-filter/TableFilter.js.map +1 -1
  142. package/dist/cjs/components/Table/table-footer/TableFooter.js +2 -2
  143. package/dist/cjs/components/Table/table-footer/TableFooter.js.map +1 -1
  144. package/dist/cjs/components/Table/table-header/TableHeader.js +1 -1
  145. package/dist/cjs/components/Table/table-header/TableHeader.js.map +1 -1
  146. package/dist/cjs/components/Table/table-header/Th.js +1 -1
  147. package/dist/cjs/components/Table/table-header/Th.js.map +1 -1
  148. package/dist/cjs/components/Table/table-last-updated/TableLastUpdated.js.map +1 -1
  149. package/dist/cjs/components/Table/table-loading/TableLoading.js +1 -1
  150. package/dist/cjs/components/Table/table-loading/TableLoading.js.map +1 -1
  151. package/dist/cjs/components/Table/table-no-data/TableNoData.js +1 -1
  152. package/dist/cjs/components/Table/table-pagination/TablePagination.js +3 -3
  153. package/dist/cjs/components/Table/table-pagination/TablePagination.js.map +1 -1
  154. package/dist/cjs/components/Table/table-per-page/TablePerPage.js +3 -3
  155. package/dist/cjs/components/Table/table-per-page/TablePerPage.js.map +1 -1
  156. package/dist/cjs/components/Table/table-predicate/TablePredicate.js +1 -1
  157. package/dist/cjs/components/Table/table-predicate/TablePredicate.js.map +1 -1
  158. package/dist/cjs/components/Table/use-table.js +22 -23
  159. package/dist/cjs/components/Table/use-table.js.map +1 -1
  160. package/dist/cjs/hooks/use-url-synced-state.js +6 -6
  161. package/dist/cjs/hooks/use-url-synced-state.js.map +1 -1
  162. package/dist/cjs/hooks/useClickWithLoading.js +2 -2
  163. package/dist/cjs/hooks/useClickWithLoading.js.map +1 -1
  164. package/dist/cjs/hooks/useControlledList.js +4 -4
  165. package/dist/cjs/hooks/useControlledList.js.map +1 -1
  166. package/dist/cjs/hooks/useParentHeight.js +2 -2
  167. package/dist/cjs/hooks/useParentHeight.js.map +1 -1
  168. package/dist/cjs/styles/RadioCard.module.css +1 -1
  169. package/dist/cjs/theme/PlasmaColors.js +1 -1
  170. package/dist/cjs/theme/PlasmaColors.js.map +1 -1
  171. package/dist/cjs/theme/Plasmantine.js +2 -2
  172. package/dist/cjs/theme/Plasmantine.js.map +1 -1
  173. package/dist/cjs/theme/Theme.js +12 -12
  174. package/dist/cjs/theme/Theme.js.map +1 -1
  175. package/dist/cjs/theme/mergeCSSVariablesResolvers.js +1 -1
  176. package/dist/cjs/theme/plasmaCSSVariablesResolver.js +2 -2
  177. package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
  178. package/dist/cjs/theme/plasmaVariantColorResolver.js +1 -1
  179. package/dist/cjs/theme/plasmaVariantColorResolver.js.map +1 -1
  180. package/dist/cjs/utils/createFactoryComponent.js +1 -1
  181. package/dist/cjs/utils/createFactoryComponent.js.map +1 -1
  182. package/dist/cjs/utils/groupOptions.js +1 -1
  183. package/dist/cjs/utils/overrideComponent.js +2 -2
  184. package/dist/cjs/utils/overrideComponent.js.map +1 -1
  185. package/dist/esm/components/RadioCard/RadioCard.d.ts +4 -0
  186. package/dist/esm/components/RadioCard/RadioCard.d.ts.map +1 -1
  187. package/dist/esm/components/RadioCard/RadioCard.js +47 -43
  188. package/dist/esm/components/RadioCard/RadioCard.js.map +1 -1
  189. package/dist/esm/styles/RadioCard.module.css +1 -1
  190. package/package.json +26 -26
  191. package/src/components/RadioCard/RadioCard.tsx +24 -20
  192. package/src/components/RadioCard/__tests__/RadioCard.component.spec.tsx +34 -1
  193. package/src/styles/RadioCard.module.css +1 -1
@@ -1,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@56.20.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.21.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3733) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
5
+ (node:4249) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
6
6
  (Use `node --trace-deprecation ...` to show where the warning was created)
7
- Successfully compiled: 232 files, copied 68 files with swc (565.18ms)
8
- Successfully compiled: 232 files, copied 68 files with swc (712.17ms)
7
+ Successfully compiled: 232 files, copied 68 files with swc (658.4ms)
8
+ Successfully compiled: 232 files, copied 68 files with swc (701.95ms)
9
9
  ✅
@@ -1,126 +1,115 @@
1
1
 
2
- > @coveord/plasma-mantine@56.20.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.21.0 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
-  RUN  v4.0.15 /home/runner/work/plasma/plasma/packages/mantine
6
+  RUN  v4.0.18 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 1095ms
9
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 2250ms
10
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4410ms
11
- ✓ renders the data using the RowLayout by default  578ms
12
- ✓ closes the opened collapsible when using the accordion column and the user expand a different row  420ms
13
- ✓ toggles row selection when clicking on a selected row  325ms
14
- ✓ selects all rows of the current page when clicking on the checkbox that is in the column header  327ms
15
- ✓ prevents row selection if disableRowSelection is true  451ms
16
- ✓ prevents click on checkboxes if disableRowSelection is true  301ms
17
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2635ms
18
- ✓ reset row selection when user click outside the table  330ms
19
- ✓ handles switching layout  389ms
20
- ✓ does not clear the row selection when clicking outside the table  380ms
21
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  547ms
22
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1273ms
23
- ✓ calculates the number of pages based on the pageSize and the total number of entries  380ms
24
- ✓ changes the page when the pagination is client side  355ms
25
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3582ms
26
- ✓ displays the actions when the row is selected  610ms
27
- ✓ displays the secondary actions when the row is selected and the user clicks on more  1784ms
28
- ✓ passes down an array of selected rows  622ms
29
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 10114ms
30
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  684ms
31
- ✓ renders all columns in the dropdown except control columns  1153ms
32
- ✓ renders all checkboxes checked by default  941ms
33
- ✓ hides a column when the user unchecks it  957ms
34
- ✓ shows a column when the user checks it  929ms
35
- ✓ renders a disabled checked checkbox for columns that are always visible  639ms
36
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  657ms
37
- ✓ renders unchecked checkboxes for columns that are not visible in the initial state  837ms
38
- ✓ disables unchecked columns when the maximum number of visible columns is reached  936ms
39
- ✓ renders a footer with the max columns message when maxSelectableColumns is set  722ms
40
- ✓ does not render a footer when maxSelectableColumns is not set  703ms
41
- ✓ enables a disabled column when a visible column is hidden  938ms
42
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 163ms
43
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 3481ms
44
- ✓ displays the count when it exists  463ms
45
- ✓ handles keyboard navigation when there is no search  441ms
46
- ✓ ticks the checkboxes on click  416ms
47
- ✓ hides elements that do not match the user query  329ms
48
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1482ms
49
- ✓ calls the onClick prop when clicking on the menu item  319ms
50
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1219ms
51
- ✓ displays the label  327ms
8
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 1040ms
9
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1757ms
10
+ ✓ removes the item when clicking on its remove button  313ms
11
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2665ms
12
+ ✓ renders the data using the RowLayout by default  436ms
13
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2003ms
14
+ ✓ unselects all the selected rows when clicking on the the unselect button from the table header  370ms
15
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 972ms
16
+ ✓ calculates the number of pages based on the pageSize and the total number of entries  313ms
17
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 5159ms
18
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  554ms
19
+ ✓ renders all columns in the dropdown except control columns  558ms
20
+ ✓ renders all checkboxes checked by default  468ms
21
+ ✓ hides a column when the user unchecks it  457ms
22
+ ✓ shows a column when the user checks it  411ms
23
+ ✓ renders a disabled checked checkbox for columns that are always visible  304ms
24
+ ✓ renders a tooltip when hovering a disabled always visible column checkbox  328ms
25
+ ✓ renders unchecked checkboxes for columns that are not visible in the initial state  348ms
26
+ ✓ disables unchecked columns when the maximum number of visible columns is reached  503ms
27
+ ✓ renders a footer with the max columns message when maxSelectableColumns is set  368ms
28
+ ✓ does not render a footer when maxSelectableColumns is not set  333ms
29
+ ✓ enables a disabled column when a visible column is hidden  517ms
30
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 2011ms
31
+ ✓ displays the actions when the row is selected  521ms
32
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  721ms
33
+ ✓ passes down an array of selected rows  446ms
34
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 175ms
35
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 2671ms
36
+ ✓ renders the title  349ms
37
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1028ms
52
38
  ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 9ms
53
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1602ms
54
- ✓ goes back to the first page when changing the filter  416ms
55
- ✓ does not unselect rows that get filtered out  475ms
56
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 1016ms
57
- ✓ renders the monaco editor, a copy to clipboard button and a search button  413ms
58
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 17056ms
59
- ✓ opens popover when input is clicked  524ms
60
- ✓ calls onChange when a date range is applied  3091ms
61
- ✓ closes popover when Cancel is clicked  758ms
62
- ✓ calls onCancel when Cancel button is clicked  652ms
63
- ✓ applies the selected date range in uncontrolled mode  3283ms
64
- ✓ applies the selected date range in controlled mode  3812ms
65
- ✓ renders preset options in the popover  1152ms
66
- ✓ sets the selected date range in the url  2559ms
67
- ✓ calls onOpenedChange when popover state changes  519ms
68
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 70ms
69
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3552ms
70
- ✓ goes back to the first page when changing the predicate  1963ms
71
- ✓ sets the current predicate value in the url using the predicate id as key  1359ms
72
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 599ms
73
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5083ms
74
- ✓ calls onApply when the user clicks on the apply button  960ms
75
- ✓ calls onCancel when the user clicks on the cancel button  442ms
76
- ✓ calls onApply with the selected dates when clicking in the calendar  1346ms
77
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  808ms
78
- ✓ calls onApply with the selected dates when typing in the inputs  1437ms
79
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 963ms
80
- ✓ displays the sort icon for every sortable column  340ms
81
- ✓ changes the sort icon when clicking on a table header  425ms
82
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4124ms
83
- ✓ calls onApply with the selected dates when clicking in the calendar  3971ms
84
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4389ms
85
- ✓ displays the initial dates  414ms
39
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1046ms
40
+ ✓ displays the label  321ms
41
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1222ms
42
+ ✓ goes back to the first page when changing the filter  319ms
43
+ ✓ does not unselect rows that get filtered out  333ms
44
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 887ms
45
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  388ms
46
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 15333ms
47
+ ✓ opens popover when input is clicked  313ms
48
+ ✓ calls onChange when a date range is applied  3363ms
49
+ ✓ closes popover when Cancel is clicked  451ms
50
+ ✓ calls onCancel when Cancel button is clicked  501ms
51
+ ✓ applies the selected date range in uncontrolled mode  2949ms
52
+ ✓ applies the selected date range in controlled mode  3469ms
53
+ ✓ renders preset options in the popover  423ms
54
+ ✓ sets the selected date range in the url  2839ms
55
+ ✓ calls onOpenedChange when popover state changes  387ms
56
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1467ms
57
+ ✓ goes back to the first page when changing the predicate  940ms
58
+ ✓ sets the current predicate value in the url using the predicate id as key  367ms
59
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 63ms
60
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 591ms
61
+ ✓ renders a heading of level 1 with the specified children within  305ms
62
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5270ms
63
+ ✓ calls onApply when the user clicks on the apply button  782ms
64
+ ✓ calls onCancel when the user clicks on the cancel button  348ms
65
+ ✓ calls onApply with the selected dates when clicking in the calendar  1177ms
66
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  776ms
67
+ ✓ calls onApply with the selected dates when typing in the inputs  2063ms
68
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 752ms
69
+ ✓ displays the sort icon for every sortable column  361ms
70
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2871ms
71
+ ✓ calls onApply with the selected dates when clicking in the calendar  2743ms
72
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2984ms
73
+ ✓ updates with the selected dates when choosing a preset  623ms
74
+ ✓ can change the date and time  2186ms
75
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4359ms
76
+ ✓ displays the initial dates  412ms
86
77
  ✓ sets the selected date range in the url  3889ms
87
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 5174ms
88
- ✓ updates with the selected dates when choosing a preset  1281ms
89
- ✓ can change the date and time  3741ms
90
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 807ms
91
- ✓ expands the rows when the user clicks on a cell  613ms
92
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3476ms
93
- ✓ renders an input for the start and an input for the end  310ms
94
- ✓ updates when editing values  1279ms
95
- ✓ accepts minDate and maxDate props for start and end inputs  1885ms
96
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 519ms
97
- ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 587ms
98
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 7ms
78
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 662ms
79
+ ✓ expands the rows when the user clicks on a cell  530ms
80
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 441ms
81
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3851ms
82
+ ✓ renders an input for the start and an input for the end  371ms
83
+ ✓ updates when editing values  1640ms
84
+ ✓ accepts minDate and maxDate props for start and end inputs  1837ms
85
+ ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 440ms
86
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 12ms
87
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 550ms
99
88
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
100
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 501ms
101
- ✓ shows a tooltip when hovering over the disabled button  442ms
102
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1014ms
103
- ✓ calls onChange when selecting a preset  840ms
104
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 451ms
105
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
106
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 744ms
107
- ✓ displays the title, body and close button  387ms
108
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 606ms
109
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 9ms
110
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 542ms
111
- ✓ renders the specified text as the header tooltip content  466ms
112
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 531ms
113
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 375ms
114
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 255ms
115
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (3 tests) 331ms
116
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 93ms
117
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 266ms
118
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 282ms
119
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 53ms
120
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 49ms
89
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 430ms
90
+ ✓ shows a tooltip when hovering over the disabled button  382ms
91
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 421ms
92
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 788ms
93
+ ✓ calls onChange when selecting a preset  643ms
94
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 660ms
95
+ ✓ displays the title, body and close button  368ms
96
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 34ms
97
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 483ms
98
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 11ms
99
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 454ms
100
+ ✓ renders the specified text as the header tooltip content  351ms
101
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 524ms
102
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 332ms
103
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 330ms
104
+ ✓ renders footer  304ms
105
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 81ms
106
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 267ms
107
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 294ms
108
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 67ms
109
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 56ms
121
110
 
122
111
   Test Files  45 passed | 1 skipped (46)
123
-  Tests  332 passed | 6 skipped (338)
124
-  Start at  16:44:31
125
-  Duration  64.51s (transform 2.02s, setup 10.79s, import 51.42s, tests 86.87s, environment 34.03s)
112
+  Tests  335 passed | 6 skipped (341)
113
+  Start at  15:15:30
114
+  Duration  59.28s (transform 2.39s, setup 10.60s, import 51.39s, tests 67.52s, environment 36.52s)
126
115