@coveord/plasma-mantine 55.7.2-next.2 → 55.7.2-next.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,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.1 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.2 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 114 files, copied 36 files with swc (612.24ms)
6
- Successfully compiled: 114 files, copied 36 files with swc (699.04ms)
5
+ Successfully compiled: 114 files, copied 36 files with swc (526.88ms)
6
+ Successfully compiled: 114 files, copied 36 files with swc (603.05ms)
7
7
 
@@ -1,64 +1,63 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.1 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.2 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) 1234ms
10
- ✓ Table > when multi row selection is enabled > unselects all the selected rows when clicking on the the unselect button from the table header 308ms
11
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1627ms
12
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2411ms
13
- ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible 316ms
14
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 837ms
15
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 696ms
16
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1097ms
17
- ✓ Table.Actions > displays the actions when the row is selected 317ms
18
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 313ms
19
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 178ms
20
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 647ms
21
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 688ms
22
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 867ms
23
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 935ms
24
- ✓ Table.Predicate > goes back to the first page when changing the predicate 602ms
25
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 589ms
26
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5184ms
27
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 549ms
28
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1092ms
29
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 438ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2743ms
31
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 476ms
32
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1866ms
33
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1739ms
34
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 415ms
35
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 328ms
36
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3819ms
37
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3553ms
38
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 244ms
39
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 291ms
9
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1100ms
10
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1669ms
11
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2408ms
12
+ ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible 320ms
13
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 727ms
14
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 627ms
15
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1126ms
16
+ ✓ Table.Actions > displays the actions when the row is selected 325ms
17
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 325ms
18
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 221ms
19
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 644ms
20
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 705ms
21
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 823ms
22
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 956ms
23
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 648ms
24
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 619ms
25
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4890ms
26
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 516ms
27
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1074ms
28
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 405ms
29
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2567ms
30
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 451ms
31
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2014ms
32
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1884ms
33
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 429ms
34
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 334ms
35
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3851ms
36
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3579ms
37
+ ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 233ms
38
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 271ms
40
39
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
41
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 295ms
40
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 328ms
42
41
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
43
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 300ms
44
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 386ms
45
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 310ms
46
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 19ms
47
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 290ms
48
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1846ms
49
- ✓ EditableDateRangePicker > updates when editing values 1623ms
50
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 323ms
42
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 332ms
43
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 440ms
44
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 356ms
45
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 314ms
46
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 30ms
47
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1788ms
48
+ ✓ EditableDateRangePicker > updates when editing values 1580ms
49
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 314ms
51
50
  ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 295ms
52
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 3ms
53
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 65ms
54
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 213ms
55
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 168ms
56
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 181ms
57
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 44ms
58
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
51
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 4ms
52
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 71ms
53
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 227ms
54
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 175ms
55
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 203ms
56
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 38ms
57
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
59
58
 
60
59
   Test Files  35 passed | 1 skipped (36)
61
60
   Tests  232 passed | 6 skipped (238)
62
-  Start at  20:54:10
63
-  Duration  55.25s (transform 2.46s, setup 10.09s, collect 90.75s, tests 28.57s, environment 20.94s, prepare 4.88s)
61
+  Start at  14:31:33
62
+  Duration  54.87s (transform 2.35s, setup 10.31s, collect 90.37s, tests 28.37s, environment 21.06s, prepare 4.46s)
64
63