@coveord/plasma-mantine 55.7.2 → 55.7.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.1 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2 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 (539.18ms)
6
+ Successfully compiled: 112 files, copied 44 files with swc (548.15ms)
7
7
 
@@ -1,56 +1,59 @@
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.2 test /home/runner/work/plasma/plasma/packages/mantine
3
+ > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
6
   RUN  v3.0.8 /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
28
- ✓ 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
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
35
38
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (4 tests) 4ms
36
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 327ms
39
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 315ms
37
40
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
38
41
  ↓ 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
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
54
57
 
55
58
   Snapshots  1 obsolete
56
59
    ↳ src/components/header/__tests__/Header.spec.tsx
@@ -58,6 +61,6 @@
58
61
 
59
62
   Test Files  35 passed | 1 skipped (36)
60
63
   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)
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)
63
66