@coveord/plasma-mantine 56.20.1 → 56.21.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.
@@ -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.20.1 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: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.
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 (611.75ms)
8
+ Successfully compiled: 232 files, copied 68 files with swc (631.89ms)
9
9
 
@@ -1,126 +1,127 @@
1
1
 
2
- > @coveord/plasma-mantine@56.20.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.20.1 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
6
   RUN  v4.0.15 /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
52
- ✓ 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
86
- ✓ 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
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
99
102
  ↓ 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
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
111
+ ✓ 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
121
122
 
122
123
   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)
124
+  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)
126
127