@coveord/plasma-mantine 58.0.0 → 58.0.1

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@57.2.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@58.0.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3815) [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:3823) [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: 229 files, copied 71 files with swc (470.69ms)
8
- Successfully compiled: 229 files, copied 71 files with swc (641.99ms)
7
+ Successfully compiled: 229 files, copied 71 files with swc (662.16ms)
8
+ Successfully compiled: 229 files, copied 71 files with swc (681.8ms)
9
9
 
@@ -1,114 +1,112 @@
1
1
 
2
- > @coveord/plasma-mantine@57.2.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@58.0.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.1.1 /home/runner/work/plasma/plasma/packages/mantine
6
+  RUN  v4.1.2 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 979ms
9
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1526ms
10
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2249ms
11
- ✓ renders the data using the RowLayout by default  346ms
12
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1754ms
13
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  325ms
14
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 962ms
15
- ✓ calculates the number of pages based on the pageSize and the total number of entries  330ms
16
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 4417ms
17
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  452ms
18
- ✓ renders all columns in the dropdown except control columns  466ms
19
- ✓ renders all checkboxes checked by default  360ms
20
- ✓ hides a column when the user unchecks it  431ms
21
- ✓ shows a column when the user checks it  363ms
22
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  364ms
23
- ✓ renders unchecked checkboxes for columns that are not visible in the initial state  328ms
24
- ✓ disables unchecked columns when the maximum number of visible columns is reached  348ms
25
- ✓ renders a footer with the max columns message when maxSelectableColumns is set  315ms
26
- ✓ does not render a footer when maxSelectableColumns is not set  332ms
27
- ✓ enables a disabled column when a visible column is hidden  438ms
28
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1751ms
29
- ✓ displays the actions when the row is selected  519ms
30
- ✓ displays the secondary actions when the row is selected and the user clicks on more  538ms
31
- ✓ passes down an array of selected rows  368ms
32
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 171ms
33
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 2386ms
34
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 873ms
35
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 934ms
36
- ✓ displays the label  305ms
37
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 13ms
38
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 847ms
39
- ✓ renders the monaco editor, a copy to clipboard button and a search button  301ms
40
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1209ms
41
- ✓ displays the placeholder  341ms
42
- ✓ does not unselect rows that get filtered out  332ms
43
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 13870ms
44
- ✓ calls onChange when a date range is applied  2670ms
45
- ✓ closes popover when Cancel is clicked  536ms
46
- ✓ calls onCancel when Cancel button is clicked  459ms
47
- ✓ applies the selected date range in uncontrolled mode  2905ms
48
- ✓ applies the selected date range in controlled mode  3015ms
49
- ✓ sets the selected date range in the url  2607ms
50
- ✓ calls onOpenedChange when popover state changes  507ms
51
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 87ms
52
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1386ms
53
- ✓ goes back to the first page when changing the predicate  911ms
54
- ✓ sets the current predicate value in the url using the predicate id as key  336ms
55
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 471ms
56
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 695ms
57
- ✓ displays the sort icon for every sortable column  312ms
58
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5134ms
59
- ✓ calls onApply when the user clicks on the apply button  835ms
60
- ✓ calls onCancel when the user clicks on the cancel button  437ms
61
- ✓ calls onApply with the selected dates when clicking in the calendar  1100ms
62
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  777ms
63
- ✓ calls onApply with the selected dates when typing in the inputs  1884ms
64
- ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 524ms
65
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2694ms
66
- ✓ calls onApply with the selected dates when clicking in the calendar  2577ms
67
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4329ms
68
- ✓ displays the initial dates  320ms
69
- ✓ sets the selected date range in the url  3957ms
70
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2681ms
71
- ✓ updates with the selected dates when choosing a preset  440ms
72
- ✓ can change the date and time  2090ms
73
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 372ms
74
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3628ms
75
- ✓ renders an input for the start and an input for the end  344ms
76
- ✓ updates when editing values  1408ms
77
- ✓ accepts minDate and maxDate props for start and end inputs  1871ms
78
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 611ms
79
- ✓ expands the rows when the user clicks on a cell  514ms
80
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 8ms
8
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 963ms
9
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1536ms
10
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2365ms
11
+ ✓ renders the data using the RowLayout by default  376ms
12
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1691ms
13
+ ✓ unselects all the selected rows when clicking on the the unselect button from the table header  302ms
14
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 914ms
15
+ ✓ calculates the number of pages based on the pageSize and the total number of entries  324ms
16
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 4605ms
17
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  437ms
18
+ ✓ renders all columns in the dropdown except control columns  545ms
19
+ ✓ renders all checkboxes checked by default  384ms
20
+ ✓ hides a column when the user unchecks it  465ms
21
+ ✓ shows a column when the user checks it  407ms
22
+ ✓ renders a tooltip when hovering a disabled always visible column checkbox  359ms
23
+ ✓ disables unchecked columns when the maximum number of visible columns is reached  368ms
24
+ ✓ does not render a footer when maxSelectableColumns is not set  369ms
25
+ ✓ enables a disabled column when a visible column is hidden  384ms
26
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1542ms
27
+ ✓ displays the actions when the row is selected  450ms
28
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  490ms
29
+ ✓ passes down an array of selected rows  310ms
30
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 182ms
31
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 2277ms
32
+ ✓ renders the title  300ms
33
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 827ms
34
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 12ms
35
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 947ms
36
+ ✓ displays the label  312ms
37
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 856ms
38
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  326ms
39
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1231ms
40
+ ✓ displays the placeholder  306ms
41
+ ✓ does not unselect rows that get filtered out  365ms
42
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 14717ms
43
+ ✓ opens popover when input is clicked  359ms
44
+ ✓ calls onChange when a date range is applied  2914ms
45
+ ✓ closes popover when Cancel is clicked  487ms
46
+ ✓ calls onCancel when Cancel button is clicked  392ms
47
+ ✓ applies the selected date range in uncontrolled mode  3273ms
48
+ ✓ applies the selected date range in controlled mode  3392ms
49
+ ✓ renders preset options in the popover  366ms
50
+ ✓ sets the selected date range in the url  2417ms
51
+ ✓ calls onOpenedChange when popover state changes  460ms
52
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1225ms
53
+ ✓ goes back to the first page when changing the predicate  762ms
54
+ ✓ sets the current predicate value in the url using the predicate id as key  343ms
55
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 65ms
56
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 446ms
57
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4645ms
58
+ ✓ calls onApply when the user clicks on the apply button  773ms
59
+ ✓ calls onCancel when the user clicks on the cancel button  420ms
60
+ ✓ calls onApply with the selected dates when clicking in the calendar  932ms
61
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  760ms
62
+ ✓ calls onApply with the selected dates when typing in the inputs  1638ms
63
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 623ms
64
+ ✓ displays the sort icon for every sortable column  303ms
65
+ ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 465ms
66
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2844ms
67
+ ✓ calls onApply with the selected dates when clicking in the calendar  2689ms
68
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3952ms
69
+ ✓ sets the selected date range in the url  3612ms
70
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2732ms
71
+ ✓ updates with the selected dates when choosing a preset  555ms
72
+ ✓ can change the date and time  2032ms
73
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 692ms
74
+ ✓ expands the rows when the user clicks on a cell  572ms
75
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 439ms
76
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3242ms
77
+ ✓ renders an input for the start and an input for the end  320ms
78
+ ✓ updates when editing values  1230ms
79
+ ✓ accepts minDate and maxDate props for start and end inputs  1687ms
81
80
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
82
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 448ms
83
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 356ms
84
- ✓ shows a tooltip when hovering over the disabled button  321ms
85
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 702ms
86
- ✓ calls onChange when selecting a preset  538ms
87
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 438ms
88
- ✓ renders with default label, time and formatter  308ms
89
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
90
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 474ms
91
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 532ms
92
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 425ms
93
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 468ms
94
- ✓ renders the specified text as the header tooltip content  337ms
95
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 380ms
96
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 11ms
97
- ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 352ms
98
- ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  345ms
99
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 274ms
100
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 108ms
101
- ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 317ms
102
- ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  313ms
103
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 239ms
104
- ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 343ms
105
- ✓ renders start and end date in correct format  338ms
106
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 222ms
107
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 62ms
108
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 58ms
81
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 9ms
82
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 471ms
83
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 440ms
84
+ ✓ shows a tooltip when hovering over the disabled button  395ms
85
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 659ms
86
+ ✓ calls onChange when selecting a preset  531ms
87
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 303ms
88
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 36ms
89
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 417ms
90
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 571ms
91
+ ✓ displays the title, body and close button  305ms
92
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 486ms
93
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 384ms
94
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 355ms
95
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 16ms
96
+ ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 372ms
97
+ ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  367ms
98
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 278ms
99
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 107ms
100
+ ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 365ms
101
+ ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  361ms
102
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 243ms
103
+ ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 264ms
104
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 248ms
105
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 70ms
106
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 57ms
109
107
 
110
108
   Test Files  48 passed | 1 skipped (49)
111
109
   Tests  343 passed | 6 skipped (349)
112
-  Start at  13:00:11
113
-  Duration  58.82s (transform 2.08s, setup 9.23s, import 47.63s, tests 62.80s, environment 45.87s)
110
+  Start at  21:44:55
111
+  Duration  58.70s (transform 2.08s, setup 9.26s, import 47.67s, tests 62.19s, environment 45.55s)
114
112