@coveord/plasma-mantine 59.1.0 → 59.1.2

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@59.0.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@59.1.1 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3795) [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:3832) [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: 231 files, copied 71 files with swc (717.73ms)
8
- Successfully compiled: 231 files, copied 71 files with swc (740.68ms)
7
+ Successfully compiled: 231 files, copied 71 files with swc (456.86ms)
8
+ Successfully compiled: 231 files, copied 71 files with swc (471.39ms)
9
9
 
@@ -1,108 +1,98 @@
1
1
 
2
- > @coveord/plasma-mantine@59.0.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@59.1.1 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.2 /home/runner/work/plasma/plasma/packages/mantine
6
+  RUN  v4.1.4 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 986ms
9
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1560ms
10
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2448ms
11
- ✓ renders the data using the RowLayout by default  387ms
12
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1550ms
13
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  351ms
14
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 843ms
15
- ✓ calculates the number of pages based on the pageSize and the total number of entries  323ms
16
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 4131ms
17
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  473ms
18
- ✓ renders all columns in the dropdown except control columns  538ms
19
- ✓ renders all checkboxes checked by default  323ms
20
- ✓ hides a column when the user unchecks it  451ms
21
- ✓ shows a column when the user checks it  400ms
22
- ✓ renders a disabled checked checkbox for columns that are always visible  302ms
23
- ✓ enables a disabled column when a visible column is hidden  379ms
24
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1669ms
25
- ✓ displays the actions when the row is selected  503ms
26
- ✓ displays the secondary actions when the row is selected and the user clicks on more  549ms
27
- ✓ passes down an array of selected rows  345ms
28
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 169ms
29
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 2155ms
30
- ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 48ms
31
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 820ms
32
- ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 20ms
33
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 859ms
34
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 14ms
35
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 980ms
36
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 762ms
37
- ✓ renders the monaco editor, a copy to clipboard button and a search button  357ms
38
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 14612ms
39
- ✓ opens popover when input is clicked  328ms
40
- ✓ calls onChange when a date range is applied  2783ms
41
- ✓ closes popover when Cancel is clicked  407ms
42
- ✓ calls onCancel when Cancel button is clicked  475ms
43
- ✓ applies the selected date range in uncontrolled mode  2711ms
44
- ✓ applies the selected date range in controlled mode  3431ms
45
- ✓ renders preset options in the popover  414ms
46
- ✓ sets the selected date range in the url  2984ms
47
- ✓ calls onOpenedChange when popover state changes  502ms
48
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 77ms
49
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1336ms
50
- ✓ goes back to the first page when changing the predicate  849ms
51
- ✓ sets the current predicate value in the url using the predicate id as key  352ms
52
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4471ms
53
- ✓ calls onApply when the user clicks on the apply button  765ms
54
- ✓ calls onCancel when the user clicks on the cancel button  427ms
55
- ✓ calls onApply with the selected dates when clicking in the calendar  1062ms
56
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  635ms
57
- ✓ calls onApply with the selected dates when typing in the inputs  1478ms
58
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 462ms
59
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 630ms
60
- ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 498ms
61
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2749ms
62
- ✓ calls onApply with the selected dates when clicking in the calendar  2638ms
63
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2520ms
64
- ✓ updates with the selected dates when choosing a preset  535ms
65
- ✓ can change the date and time  1824ms
66
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4166ms
67
- ✓ sets the selected date range in the url  3811ms
68
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 642ms
69
- ✓ expands the rows when the user clicks on a cell  501ms
70
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 467ms
71
- ✓ displays the label and time  304ms
72
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3753ms
73
- ✓ renders an input for the start and an input for the end  326ms
74
- ✓ updates when editing values  1496ms
75
- ✓ accepts minDate and maxDate props for start and end inputs  1926ms
76
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 12ms
77
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 419ms
8
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 890ms
9
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1304ms
10
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1775ms
11
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1431ms
12
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 794ms
13
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 3267ms
14
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  405ms
15
+ ✓ renders all columns in the dropdown except control columns  355ms
16
+ ✓ hides a column when the user unchecks it  327ms
17
+ ✓ shows a column when the user checks it  308ms
18
+ ✓ enables a disabled column when a visible column is hidden  317ms
19
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1351ms
20
+ ✓ displays the actions when the row is selected  416ms
21
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  466ms
22
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 191ms
23
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 1767ms
24
+ ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 66ms
25
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 690ms
26
+ ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 21ms
27
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 820ms
28
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 8ms
29
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 868ms
30
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 743ms
31
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  319ms
32
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 12531ms
33
+ ✓ calls onChange when a date range is applied  2665ms
34
+ ✓ closes popover when Cancel is clicked  376ms
35
+ ✓ calls onCancel when Cancel button is clicked  342ms
36
+ ✓ applies the selected date range in uncontrolled mode  2576ms
37
+ ✓ applies the selected date range in controlled mode  2773ms
38
+ ✓ sets the selected date range in the url  2330ms
39
+ ✓ calls onOpenedChange when popover state changes  352ms
40
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 80ms
41
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1021ms
42
+ ✓ goes back to the first page when changing the predicate  691ms
43
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 290ms
44
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3923ms
45
+ ✓ calls onApply when the user clicks on the apply button  635ms
46
+ ✓ calls onCancel when the user clicks on the cancel button  336ms
47
+ ✓ calls onApply with the selected dates when clicking in the calendar  844ms
48
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  570ms
49
+ ✓ calls onApply with the selected dates when typing in the inputs  1436ms
50
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 539ms
51
+ ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 481ms
52
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2154ms
53
+ ✓ calls onApply with the selected dates when clicking in the calendar  1997ms
54
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2051ms
55
+ ✓ updates with the selected dates when choosing a preset  372ms
56
+ ✓ can change the date and time  1541ms
57
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3384ms
58
+ ✓ displays the initial dates  333ms
59
+ ✓ sets the selected date range in the url  3006ms
60
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 347ms
61
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3152ms
62
+ ✓ renders an input for the start and an input for the end  313ms
63
+ ✓ updates when editing values  1254ms
64
+ ✓ accepts minDate and maxDate props for start and end inputs  1580ms
65
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 536ms
66
+ ✓ expands the rows when the user clicks on a cell  408ms
67
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 8ms
78
68
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
79
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 392ms
80
- ✓ shows a tooltip when hovering over the disabled button  350ms
81
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 339ms
82
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 662ms
83
- ✓ calls onChange when selecting a preset  502ms
84
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 424ms
85
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 25ms
86
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 490ms
87
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 463ms
88
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 478ms
89
- ✓ renders the specified text as the header tooltip content  361ms
90
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 331ms
91
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 25ms
92
- ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 316ms
93
- ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  311ms
94
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 211ms
95
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 82ms
96
- ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 285ms
97
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 244ms
98
- ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 340ms
99
- ✓ renders start and end date in correct format  332ms
100
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 220ms
101
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 57ms
102
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 56ms
69
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 392ms
70
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 376ms
71
+ ✓ shows a tooltip when hovering over the disabled button  338ms
72
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 529ms
73
+ ✓ calls onChange when selecting a preset  401ms
74
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 304ms
75
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 32ms
76
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 367ms
77
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 439ms
78
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 381ms
79
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 287ms
80
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 408ms
81
+ ✓ renders the specified text as the header tooltip content  305ms
82
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 10ms
83
+ ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 273ms
84
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 244ms
85
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 92ms
86
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 201ms
87
+ ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 320ms
88
+ ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  316ms
89
+ ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 271ms
90
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 89ms
91
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 235ms
92
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 50ms
103
93
 
104
94
   Test Files  50 passed | 1 skipped (51)
105
95
   Tests  383 passed | 6 skipped (389)
106
-  Start at  15:52:57
107
-  Duration  59.57s (transform 1.89s, setup 9.96s, import 48.63s, tests 61.26s, environment 47.99s)
96
+  Start at  20:09:34
97
+  Duration  51.37s (transform 1.87s, setup 9.44s, import 39.03s, tests 51.79s, environment 43.25s)
108
98