@coveord/plasma-mantine 55.3.1 → 55.3.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,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.3.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.3.1 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 109 files, copied 43 files with swc (473.28ms)
6
- Successfully compiled: 109 files, copied 43 files with swc (541.88ms)
5
+ Successfully compiled: 109 files, copied 43 files with swc (426.15ms)
6
+ Successfully compiled: 109 files, copied 43 files with swc (473.88ms)
7
7
 
@@ -1,53 +1,51 @@
1
1
 
2
- > @coveord/plasma-mantine@55.3.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.3.1 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > TZ=UTC vitest run "--silent"
4
4
 
5
5
  The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
6
6
 
7
7
   RUN  v2.1.5 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 696ms
10
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1105ms
11
- ✓ Table > when multi row selection is enabled > unselects all the selected rows when clicking on the the unselect button from the table header 300ms
12
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (16 tests) 1587ms
13
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1064ms
14
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 320ms
15
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (5 tests) 499ms
16
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (11 tests) 1824ms
17
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 619ms
18
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (5 tests) 439ms
19
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3110ms
20
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 441ms
21
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 735ms
22
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 340ms
23
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1311ms
24
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 586ms
25
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (4 tests) 645ms
26
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1688ms
27
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1570ms
28
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 330ms
29
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 200ms
30
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 241ms
31
- ✓ src/components/table/__tests__/Th.spec.tsx (2 tests) 324ms
9
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 734ms
10
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1072ms
11
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (16 tests) 1421ms
12
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (5 tests) 534ms
13
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 965ms
14
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (11 tests) 1872ms
15
+ ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default 303ms
16
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 581ms
17
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (5 tests) 468ms
18
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3218ms
19
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 446ms
20
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 727ms
21
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 425ms
22
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1313ms
23
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (4 tests) 663ms
24
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 582ms
25
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1583ms
26
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1470ms
27
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 315ms
28
+ ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 229ms
29
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 209ms
32
30
  ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 255ms
33
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (4 tests) 4ms
34
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
31
+ ✓ src/components/table/__tests__/Th.spec.tsx (2 tests) 427ms
32
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (4 tests) 5ms
33
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 5ms
35
34
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
36
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 234ms
37
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 471ms
38
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 392ms
39
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (1 test) 510ms
40
- ✓ Table.Predicate > goes back to the first page when changing the predicate 508ms
41
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 254ms
42
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 23ms
43
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1837ms
44
- ✓ EditableDateRangePicker > updates when editing values 1683ms
45
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 259ms
46
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 283ms
47
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 170ms
48
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (1 test) 168ms
49
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 151ms
50
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 43ms
35
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 217ms
36
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 376ms
37
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (1 test) 496ms
38
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 494ms
39
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 209ms
40
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 26ms
41
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1805ms
42
+ ✓ EditableDateRangePicker > updates when editing values 1637ms
43
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 302ms
44
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 315ms
45
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 233ms
46
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (1 test) 162ms
47
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 158ms
48
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 47ms
51
49
  ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
52
50
 
53
51
   Snapshots  1 obsolete
@@ -56,6 +54,6 @@
56
54
 
57
55
   Test Files  32 passed | 1 skipped (33)
58
56
   Tests  145 passed | 6 skipped (151)
59
-  Start at  16:40:04
60
-  Duration  50.22s (transform 3.91s, setup 9.23s, collect 88.21s, tests 19.67s, environment 18.59s, prepare 4.34s)
57
+  Start at  15:21:16
58
+  Duration  49.70s (transform 3.73s, setup 9.08s, collect 86.86s, tests 19.53s, environment 18.29s, prepare 4.45s)
61
59