@coveord/plasma-mantine 56.3.2 → 56.3.3

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.1 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.3.2 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3858) [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:3619) [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: 102 files, copied 58 files with swc (364.53ms)
8
- Successfully compiled: 102 files, copied 58 files with swc (417.37ms)
7
+ Successfully compiled: 102 files, copied 58 files with swc (349.26ms)
8
+ Successfully compiled: 102 files, copied 58 files with swc (433.81ms)
9
9
 
@@ -1,65 +1,65 @@
1
1
 
2
- > @coveord/plasma-mantine@56.3.1 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.3.2 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.5 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/collection/__tests__/Collection.spec.tsx (16 tests) 793ms
9
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 899ms
10
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1222ms
11
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 548ms
12
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 985ms
13
- ✓ displays the actions when the row is selected  307ms
14
- ✓ displays the secondary actions when the row is selected and the user clicks on more  349ms
15
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 1893ms
16
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 163ms
17
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 614ms
18
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 629ms
19
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 625ms
20
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 934ms
21
- ✓ goes back to the first page when changing the predicate  594ms
22
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 454ms
23
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3024ms
24
- ✓ calls onApply when the user clicks on the apply button  442ms
25
- ✓ calls onApply with the selected dates when clicking in the calendar  627ms
26
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  371ms
27
- ✓ calls onApply with the selected dates when typing in the inputs  1268ms
28
- ✓ src/components/header/__tests__/Header.spec.tsx (8 tests) 277ms
29
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 315ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1497ms
31
- ✓ calls onApply with the selected dates when clicking in the calendar  1388ms
32
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 1658ms
33
- ✓ updates with the selected dates when choosing a preset  371ms
34
- ✓ can change the date and time  1182ms
35
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 354ms
8
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (16 tests) 880ms
9
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 914ms
10
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1364ms
11
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 595ms
12
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1035ms
13
+ ✓ displays the actions when the row is selected  326ms
14
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  357ms
15
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 1932ms
16
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 144ms
17
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 582ms
18
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 583ms
19
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 697ms
20
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 938ms
21
+ ✓ goes back to the first page when changing the predicate  643ms
22
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 554ms
23
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3037ms
24
+ ✓ calls onApply when the user clicks on the apply button  485ms
25
+ ✓ calls onApply with the selected dates when clicking in the calendar  651ms
26
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  338ms
27
+ ✓ calls onApply with the selected dates when typing in the inputs  1253ms
28
+ ✓ src/components/header/__tests__/Header.spec.tsx (8 tests) 244ms
29
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 345ms
30
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1479ms
31
+ ✓ calls onApply with the selected dates when clicking in the calendar  1351ms
32
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 1764ms
33
+ ✓ updates with the selected dates when choosing a preset  350ms
34
+ ✓ can change the date and time  1301ms
35
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 349ms
36
36
  ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2981ms
37
- ✓ sets the selected date range in the url  2748ms
38
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 237ms
39
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 233ms
40
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 11ms
37
+ ✓ sets the selected date range in the url  2753ms
38
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 10ms
39
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 285ms
40
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 277ms
41
41
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
42
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 264ms
43
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 434ms
44
- ✓ calls onChange when selecting a preset  370ms
45
- ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 167ms
46
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 319ms
47
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 33ms
48
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1192ms
49
- ✓ updates when editing values  1008ms
50
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 321ms
51
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 231ms
52
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
53
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 143ms
54
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 73ms
55
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 153ms
56
- ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 127ms
57
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 147ms
58
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 55ms
59
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 37ms
42
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 260ms
43
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 445ms
44
+ ✓ calls onChange when selecting a preset  374ms
45
+ ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 158ms
46
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 28ms
47
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 359ms
48
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1366ms
49
+ ✓ updates when editing values  1141ms
50
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 305ms
51
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 288ms
52
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 7ms
53
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 219ms
54
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 127ms
55
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 69ms
56
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 119ms
57
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 61ms
58
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 133ms
59
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
60
60
 
61
61
   Test Files  38 passed | 1 skipped (39)
62
62
   Tests  250 passed | 6 skipped (256)
63
-  Start at  20:54:52
64
-  Duration  36.23s (transform 2.25s, setup 9.31s, collect 44.95s, tests 24.05s, environment 20.56s, prepare 512ms)
63
+  Start at  14:53:58
64
+  Duration  37.32s (transform 2.52s, setup 9.35s, collect 46.51s, tests 24.97s, environment 21.13s, prepare 536ms)
65
65