@coveord/plasma-mantine 59.4.0 → 59.4.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.3.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@59.4.1 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3720) [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:3789) [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 73 files with swc (646.76ms)
8
- Successfully compiled: 232 files, copied 73 files with swc (733.65ms)
7
+ Successfully compiled: 232 files, copied 73 files with swc (369.97ms)
8
+ Successfully compiled: 232 files, copied 73 files with swc (570.49ms)
9
9
 
@@ -1,104 +1,96 @@
1
1
 
2
- > @coveord/plasma-mantine@59.3.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@59.4.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.4 /home/runner/work/plasma/plasma/packages/mantine
6
+  RUN  v4.1.5 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 924ms
9
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1462ms
10
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2168ms
11
- ✓ renders the data using the RowLayout by default  352ms
12
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1544ms
13
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  317ms
14
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 801ms
15
- ✓ calculates the number of pages based on the pageSize and the total number of entries  337ms
16
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 3746ms
17
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  419ms
18
- ✓ renders all columns in the dropdown except control columns  430ms
19
- ✓ renders all checkboxes checked by default  303ms
20
- ✓ hides a column when the user unchecks it  358ms
21
- ✓ shows a column when the user checks it  372ms
22
- ✓ enables a disabled column when a visible column is hidden  389ms
23
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1493ms
24
- ✓ displays the actions when the row is selected  380ms
25
- ✓ displays the secondary actions when the row is selected and the user clicks on more  529ms
8
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 818ms
9
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1445ms
10
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1902ms
11
+ ✓ renders the data using the RowLayout by default  335ms
12
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1264ms
13
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 783ms
14
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 3331ms
15
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  450ms
16
+ ✓ renders all columns in the dropdown except control columns  469ms
17
+ ✓ hides a column when the user unchecks it  340ms
18
+ ✓ enables a disabled column when a visible column is hidden  301ms
19
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (18 tests) 1963ms
20
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1262ms
21
+ ✓ displays the actions when the row is selected  358ms
22
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  447ms
23
+ ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 48ms
26
24
  ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 169ms
27
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 2149ms
28
- ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 73ms
29
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 739ms
30
- ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 28ms
31
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 848ms
32
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 9ms
33
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1150ms
34
- ✓ displays the placeholder  323ms
35
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 792ms
36
- ✓ renders the monaco editor, a copy to clipboard button and a search button  327ms
37
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 13713ms
38
- ✓ renders with placeholder text when no date range is selected  302ms
39
- ✓ calls onChange when a date range is applied  3095ms
40
- ✓ closes popover when Cancel is clicked  358ms
41
- ✓ calls onCancel when Cancel button is clicked  419ms
42
- ✓ applies the selected date range in uncontrolled mode  2950ms
43
- ✓ applies the selected date range in controlled mode  3030ms
44
- ✓ sets the selected date range in the url  2418ms
45
- ✓ calls onOpenedChange when popover state changes  349ms
46
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 54ms
47
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1122ms
48
- ✓ goes back to the first page when changing the predicate  781ms
49
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 404ms
50
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4712ms
51
- ✓ calls onApply when the user clicks on the apply button  706ms
52
- ✓ calls onApply with the selected dates when clicking in the calendar  1140ms
53
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  548ms
54
- ✓ calls onApply with the selected dates when typing in the inputs  1941ms
55
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 634ms
56
- ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 554ms
57
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2369ms
58
- ✓ calls onApply with the selected dates when clicking in the calendar  2226ms
59
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3814ms
60
- ✓ displays the initial dates  317ms
61
- ✓ sets the selected date range in the url  3435ms
62
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2436ms
63
- ✓ updates with the selected dates when choosing a preset  535ms
64
- ✓ can change the date and time  1772ms
65
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3380ms
66
- ✓ updates when editing values  1330ms
67
- ✓ accepts minDate and maxDate props for start and end inputs  1751ms
68
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 549ms
69
- ✓ expands the rows when the user clicks on a cell  462ms
70
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 373ms
71
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 10ms
72
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 382ms
25
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 618ms
26
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 839ms
27
+ ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 16ms
28
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 11ms
29
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 921ms
30
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 639ms
31
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1129ms
32
+ ✓ goes back to the first page when changing the predicate  730ms
33
+ ✓ sets the current predicate value in the url using the predicate id as key  301ms
34
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 12794ms
35
+ ✓ calls onChange when a date range is applied  2920ms
36
+ ✓ closes popover when Cancel is clicked  388ms
37
+ ✓ calls onCancel when Cancel button is clicked  345ms
38
+ ✓ applies the selected date range in uncontrolled mode  2648ms
39
+ ✓ applies the selected date range in controlled mode  2956ms
40
+ ✓ sets the selected date range in the url  2172ms
41
+ ✓ calls onOpenedChange when popover state changes  345ms
42
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 60ms
43
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3828ms
44
+ ✓ calls onApply when the user clicks on the apply button  656ms
45
+ ✓ calls onCancel when the user clicks on the cancel button  390ms
46
+ ✓ calls onApply with the selected dates when clicking in the calendar  801ms
47
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  495ms
48
+ ✓ calls onApply with the selected dates when typing in the inputs  1367ms
49
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 375ms
50
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 468ms
51
+ ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 526ms
52
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2306ms
53
+ ✓ calls onApply with the selected dates when clicking in the calendar  2150ms
54
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3512ms
55
+ ✓ sets the selected date range in the url  3242ms
56
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2100ms
57
+ ✓ updates with the selected dates when choosing a preset  412ms
58
+ ✓ can change the date and time  1545ms
59
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 2808ms
60
+ ✓ updates when editing values  1179ms
61
+ ✓ accepts minDate and maxDate props for start and end inputs  1373ms
62
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 581ms
63
+ ✓ expands the rows when the user clicks on a cell  454ms
64
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 320ms
65
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 9ms
73
66
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
74
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 359ms
75
- ✓ shows a tooltip when hovering over the disabled button  327ms
76
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 345ms
77
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 603ms
78
- ✓ calls onChange when selecting a preset  459ms
79
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 313ms
80
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 30ms
81
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 473ms
82
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 408ms
83
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 417ms
84
- ✓ renders the specified text as the header tooltip content  310ms
85
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 306ms
86
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 18ms
87
- ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 324ms
88
- ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  319ms
89
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 218ms
90
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 108ms
91
- ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 362ms
67
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 435ms
68
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 365ms
69
+ ✓ shows a tooltip when hovering over the disabled button  328ms
70
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 266ms
71
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 582ms
72
+ ✓ calls onChange when selecting a preset  457ms
73
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 360ms
74
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 31ms
75
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 493ms
76
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 381ms
77
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 313ms
78
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 333ms
79
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
80
+ ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 331ms
81
+ ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  326ms
82
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 186ms
83
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 107ms
84
+ ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 365ms
92
85
  ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  359ms
93
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 238ms
94
- ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 322ms
95
- ✓ renders start and end date in correct format  318ms
96
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 245ms
97
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 62ms
98
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 57ms
86
+ ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 302ms
87
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 211ms
88
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 228ms
89
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 65ms
90
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 50ms
99
91
 
100
92
   Test Files  50 passed | 1 skipped (51)
101
-  Tests  383 passed | 6 skipped (389)
102
-  Start at  18:01:53
103
-  Duration  59.46s (transform 2.04s, setup 9.73s, import 49.22s, tests 57.81s, environment 49.40s)
93
+  Tests  386 passed | 6 skipped (392)
94
+  Start at  17:36:00
95
+  Duration  51.84s (transform 2.04s, setup 8.87s, import 41.29s, tests 52.26s, environment 43.45s)
104
96