@coveord/plasma-mantine 52.23.1 → 52.24.1

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@52.23.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@52.23.1 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 109 files, copied 1 file with swc (282.85ms)
6
- Successfully compiled: 109 files, copied 1 file with swc (249.73ms)
5
+ Successfully compiled: 109 files, copied 1 file with swc (347.22ms)
6
+ Successfully compiled: 109 files, copied 1 file with swc (372.16ms)
7
7
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @coveord/plasma-mantine@52.23.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@52.23.1 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > TZ=UTC vitest run "--silent"
4
4
 
5
5
   Vitest  "deps.registerNodeLoader" is deprecated.If you rely on aliases inside external packages, use "deps.optimizer.web.include" instead.
@@ -7,38 +7,38 @@
7
7
 
8
8
   RUN  v0.34.2 /home/runner/work/plasma/plasma/packages/mantine
9
9
 
10
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (15 tests) 6228ms
11
- ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (11 tests) 7360ms
12
- ✓ src/components/table/__tests__/Table.spec.tsx  (14 tests) 9653ms
13
- ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 1735ms
14
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (7 tests) 1040ms
15
- ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 1654ms
16
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (6 tests) 1193ms
17
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests) 18635ms
18
- ✓ src/components/table/__tests__/TableFilter.spec.tsx  (5 tests) 2826ms
19
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests) 15195ms
20
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests) 1196ms
21
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (3 tests) 4153ms
22
- ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 2494ms
23
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 472ms
24
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (4 tests) 12267ms
25
- ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 635ms
26
- ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 414ms
27
- ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 1711ms
28
- ✓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test) 65ms
29
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 880ms
30
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests) 390ms
31
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 3089ms
32
- ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 33ms
33
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 766ms
34
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 619ms
35
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 356ms
36
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (2 tests) 158ms
10
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (15 tests) 7579ms
11
+ ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (11 tests) 8813ms
12
+ ✓ src/components/table/__tests__/Table.spec.tsx  (14 tests) 11929ms
13
+ ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 2571ms
14
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx  (6 tests) 4125ms
15
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (7 tests) 1425ms
16
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 1941ms
17
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (6 tests) 1655ms
18
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests) 1554ms
19
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (3 tests) 4591ms
20
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests) 18356ms
21
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests) 22435ms
22
+ ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 3440ms
23
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 547ms
24
+ ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 995ms
25
+ ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 650ms
26
+ ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 1897ms
27
+ ✓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test) 89ms
28
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests) 552ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 1269ms
30
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (4 tests) 14405ms
31
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 31ms
32
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 1019ms
33
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 900ms
34
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 4289ms
35
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 414ms
36
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (2 tests) 220ms
37
37
  ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 200ms
38
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 64ms
38
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 56ms
39
39
 
40
40
   Test Files  29 passed (29)
41
-  Tests  143 passed (143)
42
-  Start at  21:35:53
43
-  Duration  189.13s (transform 1.39s, setup 7.21s, collect 65.91s, tests 95.48s, environment 11.34s, prepare 2.41s)
41
+  Tests  144 passed (144)
42
+  Start at  19:16:23
43
+  Duration  82.60s (transform 1.31s, setup 9.70s, collect 88.32s, tests 117.95s, environment 14.78s, prepare 3.29s)
44
44