@coveord/plasma-mantine 55.7.2-next.1 → 55.7.2-next.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.7.2-next.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.1 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 114 files, copied 35 files with swc (489.72ms)
6
- Successfully compiled: 114 files, copied 35 files with swc (620ms)
5
+ Successfully compiled: 114 files, copied 36 files with swc (612.24ms)
6
+ Successfully compiled: 114 files, copied 36 files with swc (699.04ms)
7
7
 
@@ -1,66 +1,64 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.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  v3.0.5 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1334ms
10
- ✓ Table > when multi row selection is enabled > unselects all the selected rows when clicking on the the unselect button from the table header 393ms
11
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1863ms
12
- ✓ RowLayout > when multi row selection is enabled > selects all rows of the current page when clicking on the checkbox that is in the column header 321ms
13
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2558ms
14
- ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible 330ms
15
- ✓ TableColumnsSelector > renders unchecked checkboxes for the columns that are not visible in the inital state of the table 303ms
16
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 751ms
17
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 745ms
18
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1105ms
19
- ✓ Table.Actions > displays the actions when the row is selected 331ms
20
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 319ms
21
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 186ms
22
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 640ms
23
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 767ms
24
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 802ms
25
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 954ms
26
- ✓ Table.Predicate > goes back to the first page when changing the predicate 616ms
27
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 561ms
28
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5060ms
29
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 481ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1077ms
31
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 480ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2731ms
33
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 415ms
34
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1879ms
35
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1752ms
36
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 404ms
37
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 333ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3740ms
39
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3494ms
40
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 247ms
41
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 245ms
42
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 4ms
43
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 290ms
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
40
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
41
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 295ms
44
42
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
45
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 264ms
46
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 525ms
47
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 416ms
48
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 261ms
49
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 34ms
50
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1839ms
51
- ✓ EditableDateRangePicker > updates when editing values 1676ms
52
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 364ms
53
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 370ms
54
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 4ms
55
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 95ms
56
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 279ms
57
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 143ms
58
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 208ms
59
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 38ms
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
51
+ ✓ 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
60
58
  ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
61
59
 
62
60
   Test Files  35 passed | 1 skipped (36)
63
61
   Tests  232 passed | 6 skipped (238)
64
-  Start at  18:10:44
65
-  Duration  55.09s (transform 2.65s, setup 10.08s, collect 90.28s, tests 29.01s, environment 20.73s, prepare 4.40s)
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)
66
64