@coveord/plasma-mantine 55.7.2 → 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.1 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 (473.46ms)
6
- Successfully compiled: 112 files, copied 44 files with swc (478.29ms)
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,63 +1,65 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.1 test /home/runner/work/plasma/plasma/packages/mantine
3
- > TZ=UTC vitest run --silent
2
+ > @coveord/plasma-mantine@55.7.3 test /home/runner/work/plasma/plasma/packages/mantine
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) 1051ms
9
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1507ms
10
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2179ms
11
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 786ms
12
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 600ms
13
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 963ms
14
- ✓ Table.Actions > displays the actions when the row is selected 333ms
15
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 165ms
16
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 530ms
17
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 572ms
18
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 685ms
19
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 720ms
20
- ✓ Table.Predicate > goes back to the first page when changing the predicate 448ms
21
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3286ms
22
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 436ms
23
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 688ms
24
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 416ms
25
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1448ms
26
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 521ms
27
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 383ms
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
28
29
  ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1572ms
29
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1459ms
30
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 369ms
31
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3032ms
32
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 2771ms
33
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 216ms
34
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 285ms
35
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (4 tests) 4ms
36
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 327ms
37
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
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
38
40
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
39
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 305ms
40
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 474ms
41
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 380ms
42
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 28ms
43
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 264ms
44
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1437ms
45
- ✓ EditableDateRangePicker > updates when editing values 1262ms
46
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 320ms
47
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 336ms
48
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 85ms
49
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 188ms
50
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 145ms
51
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 162ms
52
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 48ms
53
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
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
54
56
 
55
57
   Snapshots  1 obsolete
56
58
    ↳ src/components/header/__tests__/Header.spec.tsx
57
59
    · Header > renders the specified breadcrumbs above the title 1
58
60
 
59
61
   Test Files  35 passed | 1 skipped (36)
60
-  Tests  235 passed | 6 skipped (241)
61
-  Start at  16:19:01
62
-  Duration  52.48s (transform 3.56s, setup 10.65s, collect 89.65s, tests 23.60s, environment 21.37s, prepare 3.88s)
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)
63
65