@coveord/plasma-mantine 51.1.4 → 51.1.8

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,8 +1,8 @@
1
1
 
2
- > @coveord/plasma-mantine@51.1.2 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@51.1.7 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
5
  starting typescript compilation
6
- Successfully compiled: 70 files, copied 1 file with swc (318.39ms)
7
- Successfully compiled: 70 files, copied 1 file with swc (449.79ms)
6
+ Successfully compiled: 70 files, copied 1 file with swc (298ms)
7
+ Successfully compiled: 70 files, copied 1 file with swc (316.15ms)
8
8
  typescript compilation ended
@@ -1,37 +1,37 @@
1
1
 
2
- > @coveord/plasma-mantine@51.1.2 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@51.1.7 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > TZ=UTC vitest run "--silent"
4
4
 
5
5
 
6
6
   RUN  v0.28.3 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/table/__tests__/Table.spec.tsx  (16 tests) 6783ms
9
- ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 1896ms
10
- ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (6 tests) 6821ms
11
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (6 tests) 1280ms
12
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests) 18562ms
13
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests) 13669ms
14
- ✓ src/components/table/__tests__/TableFilter.spec.tsx  (5 tests) 2351ms
15
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (3 tests) 1239ms
16
- ✓ src/components/table/__tests__/TablePagination.spec.tsx  (3 tests) 1346ms
17
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 939ms
18
- ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 1782ms
19
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (2 tests) 6552ms
20
- ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 615ms
8
+ ✓ src/components/table/__tests__/Table.spec.tsx  (16 tests) 7002ms
9
+ ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (7 tests) 7616ms
10
+ ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 2000ms
11
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (6 tests) 1155ms
12
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests) 18945ms
13
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests) 13765ms
14
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx  (5 tests) 2614ms
15
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (3 tests) 1269ms
16
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx  (3 tests) 1374ms
17
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 993ms
18
+ ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 1862ms
19
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (2 tests) 6590ms
20
+ ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 627ms
21
21
  ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (5 tests) 493ms
22
- ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 434ms
23
- ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 1776ms
24
- ✓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test) 66ms
25
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 734ms
26
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests) 398ms
27
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 3230ms
28
- ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 22ms
29
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 479ms
22
+ ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 456ms
23
+ ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 1811ms
24
+ ✓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test) 69ms
25
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 761ms
26
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests) 416ms
27
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 3375ms
28
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 21ms
29
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 491ms
30
30
  ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (2 tests) 149ms
31
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 66ms
31
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 71ms
32
32
 
33
33
   Test Files  24 passed (24)
34
-  Tests  105 passed (105)
35
-  Start at  15:22:12
36
-  Duration  123.77s (transform 656ms, setup 5.04s, collect 29.67s, tests 71.68s)
34
+  Tests  106 passed (106)
35
+  Start at  20:04:46
36
+  Duration  127.58s (transform 635ms, setup 5.22s, collect 30.45s, tests 73.92s)
37
37