@coveord/plasma-mantine 55.2.1 → 55.3.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.2.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.2.1 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 109 files, copied 43 files with swc (447.76ms)
6
- Successfully compiled: 109 files, copied 43 files with swc (505.94ms)
5
+ Successfully compiled: 109 files, copied 43 files with swc (367.11ms)
6
+ Successfully compiled: 109 files, copied 43 files with swc (516.28ms)
7
7
 
@@ -1,51 +1,52 @@
1
1
 
2
- > @coveord/plasma-mantine@55.2.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.2.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  v2.1.4 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 708ms
10
- ✓ src/components/table/__tests__/Table.spec.tsx  (12 tests) 1115ms
11
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (16 tests) 1461ms
12
- ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 513ms
13
- ✓ src/components/table/__tests__/TableActions.spec.tsx  (6 tests) 1007ms
14
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 1750ms
15
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (8 tests) 529ms
16
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 502ms
17
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 3128ms
18
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 418ms
19
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 724ms
20
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 359ms
21
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1309ms
22
- ✓ src/components/table/__tests__/TableFilter.spec.tsx  (4 tests) 728ms
23
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 593ms
24
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 1596ms
25
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1504ms
26
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx  (2 tests) 303ms
27
- ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 200ms
28
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 209ms
29
- ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 237ms
30
- ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 327ms
31
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts  (4 tests) 4ms
9
+ ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 717ms
10
+ ✓ src/components/table/__tests__/Table.spec.tsx  (12 tests) 1047ms
11
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (16 tests) 1401ms
12
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 510ms
13
+ ✓ src/components/table/__tests__/TableActions.spec.tsx  (6 tests) 926ms
14
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 1704ms
15
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 420ms
16
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (8 tests) 628ms
17
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 2904ms
18
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 364ms
19
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 656ms
20
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 364ms
21
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1196ms
22
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 563ms
23
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx  (4 tests) 572ms
24
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 1675ms
25
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1594ms
26
+ ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 184ms
27
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx  (2 tests) 297ms
28
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 205ms
29
+ ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 249ms
30
+ ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 366ms
31
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts  (4 tests) 5ms
32
32
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts  (3 tests) 5ms
33
33
  ↓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test | 1 skipped)
34
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 227ms
35
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 381ms
36
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (1 test) 567ms
37
- ✓ Table.Predicate > goes back to the first page when changing the predicate 565ms
38
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (4 tests) 250ms
34
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 213ms
35
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 409ms
36
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 318ms
37
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (1 test) 557ms
38
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 555ms
39
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (4 tests) 259ms
39
40
  ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 25ms
40
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (2 tests) 1698ms
41
- ✓ EditableDateRangePicker > updates when editing values 1539ms
42
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 334ms
43
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 320ms
41
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (2 tests) 1669ms
42
+ ✓ EditableDateRangePicker > updates when editing values 1523ms
43
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 237ms
44
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 308ms
44
45
  ✓ src/components/child-form/__tests__/ChildForm.spec.tsx  (3 tests) 153ms
45
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (1 test) 142ms
46
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 122ms
47
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 54ms
48
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 37ms
46
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (1 test) 175ms
47
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 143ms
48
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 39ms
49
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 36ms
49
50
 
50
51
   Snapshots  1 obsolete
51
52
    ↳ src/components/header/__tests__/Header.spec.tsx
@@ -53,6 +54,6 @@
53
54
 
54
55
   Test Files  32 passed | 1 skipped (33)
55
56
   Tests  145 passed | 6 skipped (151)
56
-  Start at  14:39:22
57
-  Duration  50.01s (transform 4.03s, setup 9.31s, collect 87.66s, tests 19.22s, environment 18.43s, prepare 4.27s)
57
+  Start at  15:31:52
58
+  Duration  48.00s (transform 3.70s, setup 8.61s, collect 84.55s, tests 18.60s, environment 17.66s, prepare 4.59s)
58
59