@coveord/plasma-mantine 56.21.0 → 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 (181) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-test.log +104 -116
  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.js.map +1 -1
  109. package/dist/cjs/components/ReadOnly/ReadOnlyInputStyles.js +1 -1
  110. package/dist/cjs/components/ReadOnly/ReadOnlyInputStyles.js.map +1 -1
  111. package/dist/cjs/components/StatusToken/StatusToken.js +3 -3
  112. package/dist/cjs/components/StatusToken/StatusToken.js.map +1 -1
  113. package/dist/cjs/components/StickyFooter/StickyFooter.js.map +1 -1
  114. package/dist/cjs/components/Table/Table.js +6 -6
  115. package/dist/cjs/components/Table/Table.js.map +1 -1
  116. package/dist/cjs/components/Table/layouts/TableLayoutControl.js +1 -1
  117. package/dist/cjs/components/Table/layouts/row-layout/RowLayout.js +1 -1
  118. package/dist/cjs/components/Table/layouts/row-layout/RowLayout.js.map +1 -1
  119. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutBody.js +8 -9
  120. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutBody.js.map +1 -1
  121. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutHeader.js +1 -1
  122. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutHeader.js.map +1 -1
  123. package/dist/cjs/components/Table/table-actions/TableActionItem.js.map +1 -1
  124. package/dist/cjs/components/Table/table-actions/TableActionsList.js +4 -4
  125. package/dist/cjs/components/Table/table-actions/TableActionsList.js.map +1 -1
  126. package/dist/cjs/components/Table/table-actions/TableHeaderActions.js.map +1 -1
  127. package/dist/cjs/components/Table/table-column/TableActionsColumn.js +3 -3
  128. package/dist/cjs/components/Table/table-column/TableActionsColumn.js.map +1 -1
  129. package/dist/cjs/components/Table/table-column/TableCollapsibleColumn.js +4 -4
  130. package/dist/cjs/components/Table/table-column/TableCollapsibleColumn.js.map +1 -1
  131. package/dist/cjs/components/Table/table-column/TableSelectableColumn.js +3 -3
  132. package/dist/cjs/components/Table/table-column/TableSelectableColumn.js.map +1 -1
  133. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js +3 -3
  134. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js.map +1 -1
  135. package/dist/cjs/components/Table/table-date-range-picker/TableDateRangePicker.js +1 -1
  136. package/dist/cjs/components/Table/table-date-range-picker/TableDateRangePicker.js.map +1 -1
  137. package/dist/cjs/components/Table/table-filter/TableFilter.js +2 -2
  138. package/dist/cjs/components/Table/table-filter/TableFilter.js.map +1 -1
  139. package/dist/cjs/components/Table/table-footer/TableFooter.js +2 -2
  140. package/dist/cjs/components/Table/table-footer/TableFooter.js.map +1 -1
  141. package/dist/cjs/components/Table/table-header/TableHeader.js +1 -1
  142. package/dist/cjs/components/Table/table-header/TableHeader.js.map +1 -1
  143. package/dist/cjs/components/Table/table-header/Th.js +1 -1
  144. package/dist/cjs/components/Table/table-header/Th.js.map +1 -1
  145. package/dist/cjs/components/Table/table-last-updated/TableLastUpdated.js.map +1 -1
  146. package/dist/cjs/components/Table/table-loading/TableLoading.js +1 -1
  147. package/dist/cjs/components/Table/table-loading/TableLoading.js.map +1 -1
  148. package/dist/cjs/components/Table/table-no-data/TableNoData.js +1 -1
  149. package/dist/cjs/components/Table/table-pagination/TablePagination.js +3 -3
  150. package/dist/cjs/components/Table/table-pagination/TablePagination.js.map +1 -1
  151. package/dist/cjs/components/Table/table-per-page/TablePerPage.js +3 -3
  152. package/dist/cjs/components/Table/table-per-page/TablePerPage.js.map +1 -1
  153. package/dist/cjs/components/Table/table-predicate/TablePredicate.js +1 -1
  154. package/dist/cjs/components/Table/table-predicate/TablePredicate.js.map +1 -1
  155. package/dist/cjs/components/Table/use-table.js +22 -23
  156. package/dist/cjs/components/Table/use-table.js.map +1 -1
  157. package/dist/cjs/hooks/use-url-synced-state.js +6 -6
  158. package/dist/cjs/hooks/use-url-synced-state.js.map +1 -1
  159. package/dist/cjs/hooks/useClickWithLoading.js +2 -2
  160. package/dist/cjs/hooks/useClickWithLoading.js.map +1 -1
  161. package/dist/cjs/hooks/useControlledList.js +4 -4
  162. package/dist/cjs/hooks/useControlledList.js.map +1 -1
  163. package/dist/cjs/hooks/useParentHeight.js +2 -2
  164. package/dist/cjs/hooks/useParentHeight.js.map +1 -1
  165. package/dist/cjs/theme/PlasmaColors.js +1 -1
  166. package/dist/cjs/theme/PlasmaColors.js.map +1 -1
  167. package/dist/cjs/theme/Plasmantine.js +2 -2
  168. package/dist/cjs/theme/Plasmantine.js.map +1 -1
  169. package/dist/cjs/theme/Theme.js +12 -12
  170. package/dist/cjs/theme/Theme.js.map +1 -1
  171. package/dist/cjs/theme/mergeCSSVariablesResolvers.js +1 -1
  172. package/dist/cjs/theme/plasmaCSSVariablesResolver.js +2 -2
  173. package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
  174. package/dist/cjs/theme/plasmaVariantColorResolver.js +1 -1
  175. package/dist/cjs/theme/plasmaVariantColorResolver.js.map +1 -1
  176. package/dist/cjs/utils/createFactoryComponent.js +1 -1
  177. package/dist/cjs/utils/createFactoryComponent.js.map +1 -1
  178. package/dist/cjs/utils/groupOptions.js +1 -1
  179. package/dist/cjs/utils/overrideComponent.js +2 -2
  180. package/dist/cjs/utils/overrideComponent.js.map +1 -1
  181. package/package.json +26 -26
@@ -1,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@56.20.1 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:3222) [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 (611.75ms)
8
- Successfully compiled: 232 files, copied 68 files with swc (631.89ms)
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,127 +1,115 @@
1
1
 
2
- > @coveord/plasma-mantine@56.20.1 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) 1099ms
9
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 2186ms
10
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4162ms
11
- ✓ renders the data using the RowLayout by default  517ms
12
- ✓ closes the opened collapsible when using the accordion column and the user expand a different row  424ms
13
- ✓ toggles row selection when clicking on a selected row  307ms
14
- ✓ prevents row selection if disableRowSelection is true  465ms
15
- ✓ prevents click on checkboxes if disableRowSelection is true  323ms
16
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2650ms
17
- ✓ does not reset row selection when clicking within one of the specified additionalRootNodes, even if it is outside the table  307ms
18
- ✓ handles switching layout  398ms
19
- ✓ does not clear the row selection when clicking outside the table  405ms
20
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  502ms
21
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1137ms
22
- ✓ calculates the number of pages based on the pageSize and the total number of entries  321ms
23
- ✓ changes the page when the pagination is client side  399ms
24
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3384ms
25
- ✓ displays the actions when the row is selected  659ms
26
- ✓ displays the secondary actions when the row is selected and the user clicks on more  1555ms
27
- ✓ passes down an array of selected rows  640ms
28
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 10198ms
29
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  633ms
30
- ✓ renders all columns in the dropdown except control columns  1041ms
31
- ✓ renders all checkboxes checked by default  959ms
32
- ✓ hides a column when the user unchecks it  956ms
33
- ✓ shows a column when the user checks it  910ms
34
- ✓ renders a disabled checked checkbox for columns that are always visible  811ms
35
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  763ms
36
- ✓ renders unchecked checkboxes for columns that are not visible in the initial state  870ms
37
- ✓ disables unchecked columns when the maximum number of visible columns is reached  906ms
38
- ✓ renders a footer with the max columns message when maxSelectableColumns is set  582ms
39
- ✓ does not render a footer when maxSelectableColumns is not set  813ms
40
- ✓ enables a disabled column when a visible column is hidden  940ms
41
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 131ms
42
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 3585ms
43
- ✓ displays the count when it exists  397ms
44
- ✓ handles keyboard navigation when there is no search  423ms
45
- ✓ ticks the checkboxes on click  413ms
46
- ✓ hides elements that do not match the user query  371ms
47
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1336ms
48
- ✓ calls the onClick prop when clicking on the menu item  361ms
49
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1178ms
50
- ✓ displays the label  306ms
51
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 10ms
52
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1613ms
53
- ✓ displays the placeholder  375ms
54
- ✓ goes back to the first page when changing the filter  398ms
55
- ✓ does not unselect rows that get filtered out  491ms
56
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 1059ms
57
- ✓ renders the monaco editor, a copy to clipboard button and a search button  428ms
58
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 16458ms
59
- ✓ renders with placeholder text when no date range is selected  363ms
60
- ✓ opens popover when input is clicked  463ms
61
- ✓ calls onChange when a date range is applied  3109ms
62
- ✓ closes popover when Cancel is clicked  684ms
63
- ✓ calls onCancel when Cancel button is clicked  590ms
64
- ✓ applies the selected date range in uncontrolled mode  2954ms
65
- ✓ applies the selected date range in controlled mode  3609ms
66
- ✓ renders preset options in the popover  1065ms
67
- ✓ sets the selected date range in the url  2526ms
68
- ✓ calls onOpenedChange when popover state changes  580ms
69
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 59ms
70
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3168ms
71
- ✓ goes back to the first page when changing the predicate  1832ms
72
- ✓ sets the current predicate value in the url using the predicate id as key  1118ms
73
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 490ms
74
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5508ms
75
- ✓ calls onApply when the user clicks on the apply button  964ms
76
- ✓ calls onCancel when the user clicks on the cancel button  463ms
77
- ✓ calls onApply with the selected dates when clicking in the calendar  1603ms
78
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  881ms
79
- ✓ calls onApply with the selected dates when typing in the inputs  1500ms
80
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 935ms
81
- ✓ displays the sort icon for every sortable column  337ms
82
- ✓ changes the sort icon when clicking on a table header  404ms
83
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4207ms
84
- ✓ calls onApply with the selected dates when clicking in the calendar  4082ms
85
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4349ms
86
- ✓ displays the initial dates  404ms
87
- ✓ sets the selected date range in the url  3860ms
88
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 4860ms
89
- ✓ updates with the selected dates when choosing a preset  1192ms
90
- ✓ can change the date and time  3519ms
91
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 1028ms
92
- ✓ expands the rows when the user clicks on a cell  704ms
93
- ✓ expands the rows according to the initial state  321ms
94
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3874ms
95
- ✓ renders an input for the start and an input for the end  348ms
96
- ✓ updates when editing values  1441ms
97
- ✓ accepts minDate and maxDate props for start and end inputs  2083ms
98
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 491ms
99
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
100
- ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 619ms
101
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 545ms
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
38
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 9ms
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
77
+ ✓ sets the selected date range in the url  3889ms
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
102
88
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
103
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 510ms
104
- ✓ shows a tooltip when hovering over the disabled button  446ms
105
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 453ms
106
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1167ms
107
- ✓ calls onChange when selecting a preset  945ms
108
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 30ms
109
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 688ms
110
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 529ms
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
111
98
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 11ms
112
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 504ms
113
- ✓ renders the specified text as the header tooltip content  399ms
114
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 434ms
115
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 378ms
116
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 268ms
117
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 96ms
118
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 263ms
119
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 273ms
120
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 61ms
121
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 48ms
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
122
110
 
123
111
   Test Files  45 passed | 1 skipped (46)
124
112
   Tests  335 passed | 6 skipped (341)
125
-  Start at  18:38:10
126
-  Duration  64.14s (transform 2.01s, setup 11.03s, import 51.92s, tests 86.04s, environment 32.87s)
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)
127
115