@coveord/plasma-mantine 55.7.3 → 55.8.0

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 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.3 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 112 files, copied 44 files with swc (539.18ms)
6
- Successfully compiled: 112 files, copied 44 files with swc (548.15ms)
5
+ Successfully compiled: 112 files, copied 44 files with swc (459.97ms)
6
+ Successfully compiled: 112 files, copied 44 files with swc (510.35ms)
7
7
 
@@ -1,66 +1,65 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.3 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
-  RUN  v3.0.8 /home/runner/work/plasma/plasma/packages/mantine
6
+  RUN  v3.1.1 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1102ms
9
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1669ms
10
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2306ms
11
- ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible 314ms
12
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 821ms
13
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 657ms
14
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1142ms
15
- ✓ Table.Actions > displays the actions when the row is selected 303ms
16
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 351ms
17
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 183ms
18
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 654ms
19
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 617ms
20
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 711ms
21
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 847ms
22
- ✓ Table.Predicate > goes back to the first page when changing the predicate 568ms
23
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3485ms
24
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 476ms
25
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 707ms
26
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 422ms
27
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1528ms
28
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 538ms
29
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 417ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1591ms
31
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1506ms
32
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 376ms
33
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 315ms
34
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3345ms
35
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3084ms
36
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 210ms
37
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 296ms
38
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (4 tests) 4ms
39
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 315ms
40
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
8
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1110ms
9
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1566ms
10
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2258ms
11
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 724ms
12
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 699ms
13
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1054ms
14
+ ✓ Table.Actions > displays the actions when the row is selected  302ms
15
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  343ms
16
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 169ms
17
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 582ms
18
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 645ms
19
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 774ms
20
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 871ms
21
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  589ms
22
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3233ms
23
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  468ms
24
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  625ms
25
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  458ms
26
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1389ms
27
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 666ms
28
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 399ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1572ms
30
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1446ms
31
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 438ms
32
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell  365ms
33
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3218ms
34
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2957ms
35
+ ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 254ms
36
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 285ms
37
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (4 tests) 4ms
38
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 296ms
39
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 5ms
41
40
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
42
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 274ms
43
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 419ms
44
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 335ms
45
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 25ms
46
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 265ms
47
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1676ms
48
- ✓ EditableDateRangePicker > updates when editing values 1443ms
49
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 340ms
50
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 397ms
51
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 74ms
52
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 226ms
53
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 157ms
54
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 182ms
55
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 49ms
56
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 41ms
41
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 264ms
42
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 477ms
43
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  383ms
44
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
45
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 292ms
46
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1562ms
47
+ ✓ EditableDateRangePicker > updates when editing values  1351ms
48
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 302ms
49
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 353ms
50
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 74ms
51
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 200ms
52
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 144ms
53
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 220ms
54
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 48ms
55
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
57
56
 
58
57
   Snapshots  1 obsolete
59
58
    ↳ src/components/header/__tests__/Header.spec.tsx
60
59
    · Header > renders the specified breadcrumbs above the title 1
61
60
 
62
61
   Test Files  35 passed | 1 skipped (36)
63
-  Tests  235 passed | 6 skipped (241)
64
-  Start at  15:44:14
65
-  Duration  54.99s (transform 3.84s, setup 10.70s, collect 93.84s, tests 25.42s, environment 21.82s, prepare 4.25s)
62
+  Tests  236 passed | 6 skipped (242)
63
+  Start at  15:52:46
64
+  Duration  53.63s (transform 3.46s, setup 10.84s, collect 91.50s, tests 24.83s, environment 21.43s, prepare 4.01s)
66
65