@coveord/plasma-mantine 52.27.3 → 52.27.4

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.27.2 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@52.27.3 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 112 files, copied 1 file with swc (149.27ms)
6
- Successfully compiled: 112 files, copied 1 file with swc (169.87ms)
5
+ Successfully compiled: 112 files, copied 1 file with swc (382.07ms)
6
+ Successfully compiled: 112 files, copied 1 file with swc (411.51ms)
7
7
 
@@ -1,44 +1,44 @@
1
1
 
2
- > @coveord/plasma-mantine@52.27.2 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@52.27.3 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://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
6
6
 
7
7
   RUN  v1.0.1 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (15 tests) 7589ms
10
- ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (11 tests) 9228ms
11
- ✓ src/components/table/__tests__/Table.spec.tsx  (14 tests) 11482ms
12
- ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 2204ms
13
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (7 tests) 2356ms
14
- ✓ src/components/table/__tests__/TableFilter.spec.tsx  (6 tests) 4079ms
15
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (7 tests) 1401ms
16
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 12445ms
17
- ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 1861ms
18
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests) 1672ms
19
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (3 tests) 4935ms
20
- ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 3127ms
21
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests) 22313ms
22
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests) 17911ms
23
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 552ms
24
- ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 839ms
25
- ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 579ms
26
- ✓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test) 62ms
27
- ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 1714ms
28
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 1067ms
29
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests) 604ms
9
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (15 tests) 7518ms
10
+ ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (11 tests) 9342ms
11
+ ✓ src/components/table/__tests__/Table.spec.tsx  (14 tests) 11924ms
12
+ ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 2457ms
13
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx  (6 tests) 2645ms
14
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (7 tests) 2297ms
15
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (7 tests) 1325ms
16
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 12214ms
17
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx  (6 tests) 4090ms
18
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests) 1679ms
19
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (3 tests) 4809ms
20
+ ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 3132ms
21
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests) 18630ms
22
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests) 22143ms
23
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 550ms
24
+ ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 807ms
25
+ ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 600ms
26
+ ✓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test) 108ms
27
+ ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 1790ms
28
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 1104ms
29
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (4 tests) 14111ms
30
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests) 606ms
30
31
  ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 23ms
31
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (4 tests) 14293ms
32
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 985ms
33
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 888ms
34
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 4038ms
35
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 412ms
36
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (2 tests) 189ms
37
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 185ms
38
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 57ms
32
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 1123ms
33
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 968ms
34
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 3891ms
35
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 397ms
36
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (2 tests) 206ms
37
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 177ms
38
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 53ms
39
39
 
40
40
   Test Files  30 passed (30)
41
-  Tests  156 passed (156)
42
-  Start at  15:32:46
43
-  Duration  86.64s (transform 1.41s, setup 8.57s, collect 93.63s, tests 129.09s, environment 14.30s, prepare 3.10s)
41
+  Tests  157 passed (157)
42
+  Start at  13:07:10
43
+  Duration  86.72s (transform 1.47s, setup 8.33s, collect 92.30s, tests 130.72s, environment 13.93s, prepare 3.20s)
44
44