@coveord/plasma-mantine 56.4.0 → 56.5.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.3.3 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.4.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3529) [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:3912) [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: 204 files, copied 58 files with swc (498.94ms)
8
- Successfully compiled: 204 files, copied 58 files with swc (566.14ms)
7
+ Successfully compiled: 204 files, copied 58 files with swc (542.71ms)
8
+ Successfully compiled: 204 files, copied 58 files with swc (604.87ms)
9
9
 
@@ -1,114 +1,115 @@
1
1
 
2
- > @coveord/plasma-mantine@56.3.3 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.4.0 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.8 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (16 tests) 1978ms
9
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2771ms
10
- ✓ handles switching layout  457ms
11
- ✓ does not clear the row selection when clicking outside the table  377ms
12
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  523ms
13
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4269ms
14
- ✓ renders the data using the RowLayout by default  524ms
15
- ✓ closes the opened collapsible when using the accordion column and the user expand a different row  522ms
16
- ✓ toggles row selection when clicking on a selected row  338ms
17
- ✓ allows selection of a different row if row selection is forced  314ms
18
- ✓ prevents row selection if disableRowSelection is true  404ms
19
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1261ms
20
- ✓ calculates the number of pages based on the pageSize and the total number of entries  324ms
21
- ✓ changes the page when the pagination is client side  376ms
22
- ✓ changes page when the current page is greater than the total number of pages  324ms
23
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 5361ms
24
- ✓ render the edit button in the table header  428ms
25
- ✓ renders all columns in the dropdown, except the collapsible and the multiselectRow by default  525ms
26
- ✓ renders all checkboxes checked by default  601ms
27
- ✓ renders a disabled checked checkbox for columns that are always visible  667ms
28
- ✓ renders unchecked checkboxes for the columns that are not visible in the inital state of the table  528ms
29
- ✓ renders disabled checkboxes when the maxSelectableColumns is set and the maximum number of columns is checked  558ms
30
- ✓ renders a tooltip when the maxSelectableColumns is set and the maximum number of columns is checked and the user hover a disabled checkbox  481ms
31
- ✓ renders the footer when maxSelectableColumns is defined and footer is defined  331ms
32
- ✓ sets the current visible column ids in the url  617ms
33
- ✓ determines the initial visible columns from the url  315ms
34
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3580ms
35
- ✓ displays the actions when the row is selected  608ms
36
- ✓ displays the secondary actions when the row is selected and the user clicks on more  1635ms
37
- ✓ passes down an array of selected rows  725ms
38
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 156ms
39
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1423ms
40
- ✓ calls the onClick prop when clicking on the menu item  359ms
41
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1375ms
42
- ✓ displays the label  371ms
43
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1585ms
44
- ✓ displays the placeholder  302ms
45
- ✓ goes back to the first page when changing the filter  412ms
46
- ✓ does not unselect rows that get filtered out  532ms
47
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 944ms
48
- ✓ renders the monaco editor, a copy to clipboard button and a search button  433ms
49
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5726ms
50
- ✓ calls onApply when the user clicks on the apply button  930ms
51
- ✓ calls onCancel when the user clicks on the cancel button  589ms
52
- ✓ calls onApply with the selected dates when clicking in the calendar  1497ms
53
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  995ms
54
- ✓ calls onApply with the selected dates when typing in the inputs  1628ms
55
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 18047ms
56
- ✓ opens popover when input is clicked  532ms
57
- ✓ calls onChange when a date range is applied  3157ms
58
- ✓ closes popover when Cancel is clicked  842ms
59
- ✓ calls onCancel when Cancel button is clicked  701ms
60
- ✓ applies the selected date range in uncontrolled mode  3706ms
61
- ✓ applies the selected date range in controlled mode  3747ms
62
- ✓ renders preset options in the popover  1017ms
63
- ✓ sets the selected date range in the url  2856ms
64
- ✓ calls onOpenedChange when popover state changes  636ms
65
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 578ms
66
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3066ms
67
- ✓ goes back to the first page when changing the predicate  1860ms
68
- ✓ sets the current predicate value in the url using the predicate id as key  997ms
69
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 959ms
70
- ✓ displays the sort icon for every sortable column  362ms
71
- ✓ changes the sort icon when clicking on a table header  377ms
72
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4228ms
73
- ✓ calls onApply with the selected dates when clicking in the calendar  4069ms
74
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4929ms
75
- ✓ displays the initial dates  425ms
76
- ✓ sets the selected date range in the url  4415ms
77
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 744ms
78
- ✓ expands the rows when the user clicks on a cell  577ms
79
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 4862ms
80
- ✓ updates with the selected dates when choosing a preset  1214ms
81
- ✓ can change the date and time  3495ms
82
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 488ms
83
- ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 531ms
84
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 4ms
8
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (16 tests) 2070ms
9
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2872ms
10
+ ✓ reset row selection when user click outside the table  310ms
11
+ ✓ does not reset row selection when clicking within one of the specified additionalRootNodes, even if it is outside the table  343ms
12
+ ✓ handles switching layout  447ms
13
+ ✓ does not clear the row selection when clicking outside the table  386ms
14
+ ✓ unselects all the selected rows when clicking on the the unselect button from the table header  518ms
15
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4325ms
16
+ ✓ renders the data using the RowLayout by default  562ms
17
+ ✓ closes the opened collapsible when using the accordion column and the user expand a different row  477ms
18
+ ✓ toggles row selection when clicking on a selected row  384ms
19
+ ✓ prevents row selection if disableRowSelection is true  438ms
20
+ ✓ prevents click on checkboxes if disableRowSelection is true  307ms
21
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1237ms
22
+ ✓ calculates the number of pages based on the pageSize and the total number of entries  407ms
23
+ ✓ changes the page when the pagination is client side  326ms
24
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 5392ms
25
+ ✓ render the edit button in the table header  431ms
26
+ ✓ renders all columns in the dropdown, except the collapsible and the multiselectRow by default  619ms
27
+ ✓ renders all checkboxes checked by default  581ms
28
+ ✓ renders a disabled checked checkbox for columns that are always visible  762ms
29
+ ✓ renders unchecked checkboxes for the columns that are not visible in the inital state of the table  510ms
30
+ ✓ renders disabled checkboxes when the maxSelectableColumns is set and the maximum number of columns is checked  473ms
31
+ ✓ renders a tooltip when the maxSelectableColumns is set and the maximum number of columns is checked and the user hover a disabled checkbox  486ms
32
+ ✓ renders the footer when maxSelectableColumns is defined and footer is defined  318ms
33
+ ✓ sets the current visible column ids in the url  533ms
34
+ ✓ determines the initial visible columns from the url  372ms
35
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3381ms
36
+ ✓ displays the actions when the row is selected  598ms
37
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  1483ms
38
+ ✓ passes down an array of selected rows  709ms
39
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 230ms
40
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1341ms
41
+ ✓ calls the onClick prop when clicking on the menu item  347ms
42
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1290ms
43
+ ✓ displays the label  349ms
44
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1656ms
45
+ ✓ displays the placeholder  338ms
46
+ ✓ goes back to the first page when changing the filter  447ms
47
+ ✓ does not unselect rows that get filtered out  494ms
48
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 1034ms
49
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  442ms
50
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5338ms
51
+ ✓ calls onApply when the user clicks on the apply button  877ms
52
+ ✓ calls onCancel when the user clicks on the cancel button  403ms
53
+ ✓ calls onApply with the selected dates when clicking in the calendar  1481ms
54
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  890ms
55
+ ✓ calls onApply with the selected dates when typing in the inputs  1598ms
56
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 498ms
57
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 17671ms
58
+ ✓ opens popover when input is clicked  486ms
59
+ ✓ calls onChange when a date range is applied  3564ms
60
+ ✓ closes popover when Cancel is clicked  641ms
61
+ ✓ calls onCancel when Cancel button is clicked  641ms
62
+ ✓ applies the selected date range in uncontrolled mode  3399ms
63
+ ✓ applies the selected date range in controlled mode  3615ms
64
+ ✓ renders preset options in the popover  1150ms
65
+ ✓ sets the selected date range in the url  2680ms
66
+ ✓ calls onOpenedChange when popover state changes  663ms
67
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3184ms
68
+ ✓ goes back to the first page when changing the predicate  1846ms
69
+ ✓ sets the current predicate value in the url using the predicate id as key  1151ms
70
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 1049ms
71
+ ✓ displays the sort icon for every sortable column  415ms
72
+ ✓ changes the sort icon when clicking on a table header  397ms
73
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4183ms
74
+ ✓ calls onApply with the selected dates when clicking in the calendar  4076ms
75
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4928ms
76
+ ✓ displays the initial dates  432ms
77
+ ✓ sets the selected date range in the url  4399ms
78
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 4840ms
79
+ ✓ updates with the selected dates when choosing a preset  1231ms
80
+ ✓ can change the date and time  3504ms
81
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 800ms
82
+ ✓ expands the rows when the user clicks on a cell  661ms
83
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 4072ms
84
+ ✓ renders an input for the start and an input for the end  395ms
85
+ ✓ updates when editing values  1584ms
86
+ ✓ accepts minDate and maxDate props for start and end inputs  2091ms
87
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 436ms
88
+ ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 517ms
89
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 7ms
85
90
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
86
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 521ms
87
- ✓ shows a tooltip when hovering over the disabled button  472ms
88
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 422ms
89
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 993ms
90
- ✓ calls onChange when selecting a preset  829ms
91
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 26ms
92
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 888ms
93
- ✓ displays the title, body and close button  397ms
94
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 2184ms
95
- ✓ renders an input for the start and an input for the end  415ms
96
- ✓ updates when editing values  1767ms
97
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 616ms
98
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
99
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 484ms
100
- ✓ renders the specified text as the header tooltip content  394ms
101
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 383ms
102
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 241ms
103
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 88ms
104
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 293ms
105
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 309ms
106
- ✓ should call handleSearch when the search button is clicked  306ms
107
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 56ms
108
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 47ms
91
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 484ms
92
+ ✓ shows a tooltip when hovering over the disabled button  443ms
93
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1037ms
94
+ ✓ calls onChange when selecting a preset  844ms
95
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 431ms
96
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
97
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 743ms
98
+ ✓ displays the title, body and close button  411ms
99
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 549ms
100
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 6ms
101
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 581ms
102
+ ✓ renders the specified text as the header tooltip content  463ms
103
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 360ms
104
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 93ms
105
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 242ms
106
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 283ms
107
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 60ms
108
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 259ms
109
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 49ms
109
110
 
110
111
   Test Files  39 passed | 1 skipped (40)
111
-  Tests  268 passed | 6 skipped (274)
112
-  Start at  21:45:08
113
-  Duration  56.69s (transform 1.89s, setup 9.20s, collect 46.58s, tests 76.42s, environment 28.10s, prepare 1.02s)
112
+  Tests  269 passed | 6 skipped (275)
113
+  Start at  20:20:12
114
+  Duration  57.74s (transform 1.66s, setup 9.36s, collect 47.01s, tests 77.55s, environment 28.40s, prepare 1.04s)
114
115