@coveord/plasma-mantine 55.7.2-next.5 → 55.7.2-next.7

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.7.2-next.4 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.6 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 116 files, copied 39 files with swc (535.62ms)
6
- Successfully compiled: 116 files, copied 39 files with swc (555.49ms)
5
+ Successfully compiled: 116 files, copied 39 files with swc (626.62ms)
6
+ Successfully compiled: 116 files, copied 39 files with swc (672.01ms)
7
7
 
@@ -1,63 +1,63 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.4 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.6 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  v3.0.5 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1029ms
10
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1671ms
11
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2400ms
12
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 819ms
13
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 604ms
14
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1162ms
15
- ✓ Table.Actions > displays the actions when the row is selected 331ms
16
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 324ms
17
- ✓ Table.Actions > when multi row selection is enabled > passes down an array of selected rows 317ms
18
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 224ms
19
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 587ms
20
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 698ms
21
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 790ms
22
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 908ms
23
- ✓ Table.Predicate > goes back to the first page when changing the predicate 639ms
24
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 640ms
25
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4923ms
26
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 497ms
27
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1058ms
28
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 492ms
29
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2569ms
30
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 439ms
31
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1957ms
32
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1864ms
33
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 385ms
34
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 302ms
35
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3688ms
36
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3399ms
37
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 257ms
38
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 277ms
39
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 7ms
40
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 309ms
9
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1210ms
10
+ ✓ Table > when multi row selection is enabled > unselects all the selected rows when clicking on the the unselect button from the table header 305ms
11
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1623ms
12
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2268ms
13
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 735ms
14
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 610ms
15
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1196ms
16
+ ✓ Table.Actions > displays the actions when the row is selected 375ms
17
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 351ms
18
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 288ms
19
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 692ms
20
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 657ms
21
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 722ms
22
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 795ms
23
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 537ms
24
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 531ms
25
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5058ms
26
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 447ms
27
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1037ms
28
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 467ms
29
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2740ms
30
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 432ms
31
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2103ms
32
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1974ms
33
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 372ms
34
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 318ms
35
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3759ms
36
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3524ms
37
+ ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 223ms
38
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 303ms
39
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
40
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 338ms
41
41
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
42
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 339ms
43
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 443ms
44
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 360ms
45
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 37ms
46
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 316ms
47
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1645ms
48
- ✓ EditableDateRangePicker > updates when editing values 1411ms
49
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 312ms
50
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 274ms
51
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 3ms
52
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 93ms
53
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 222ms
54
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 147ms
55
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 220ms
56
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 50ms
57
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
42
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 308ms
43
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 459ms
44
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 379ms
45
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 19ms
46
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 312ms
47
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1886ms
48
+ ✓ EditableDateRangePicker > updates when editing values 1657ms
49
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 366ms
50
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 285ms
51
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 4ms
52
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 84ms
53
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 244ms
54
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 163ms
55
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 195ms
56
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 52ms
57
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 41ms
58
58
 
59
59
   Test Files  35 passed | 1 skipped (36)
60
60
   Tests  232 passed | 6 skipped (238)
61
-  Start at  21:08:04
62
-  Duration  54.16s (transform 2.45s, setup 10.12s, collect 89.80s, tests 27.92s, environment 20.69s, prepare 4.45s)
61
+  Start at  00:54:45
62
+  Duration  55.05s (transform 2.52s, setup 10.06s, collect 90.67s, tests 28.34s, environment 21.19s, prepare 4.85s)
63
63