@coveord/plasma-mantine 53.1.4-next.4 → 53.1.4-next.5

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@53.1.4-next.3 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@53.1.4-next.4 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 97 files, copied 35 files with swc (402.71ms)
6
- Successfully compiled: 97 files, copied 35 files with swc (510.28ms)
5
+ Successfully compiled: 97 files, copied 35 files with swc (405.98ms)
6
+ Successfully compiled: 97 files, copied 35 files with swc (526.32ms)
7
7
 
@@ -1,45 +1,45 @@
1
1
 
2
- > @coveord/plasma-mantine@53.1.4-next.3 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@53.1.4-next.4 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.3.1 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 727ms
10
- ✓ src/components/table/__tests__/Table.spec.tsx  (11 tests) 1134ms
11
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (16 tests) 1509ms
12
- ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 537ms
13
- ✓ src/components/table/__tests__/TableActions.spec.tsx  (5 tests) 905ms
14
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 1685ms
15
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (7 tests) 492ms
16
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 465ms
17
- ✓ src/components/table/__tests__/TableFilter.spec.tsx  (4 tests) 643ms
18
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 597ms
19
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 4717ms
20
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 1262ms
21
- ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 220ms
22
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 235ms
9
+ ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 709ms
10
+ ✓ src/components/table/__tests__/Table.spec.tsx  (11 tests) 1032ms
11
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (16 tests) 1427ms
12
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 570ms
13
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 1521ms
14
+ ✓ src/components/table/__tests__/TableActions.spec.tsx  (5 tests) 955ms
15
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (7 tests) 537ms
16
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 401ms
17
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx  (4 tests) 662ms
18
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 618ms
19
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 4471ms
20
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 239ms
21
+ ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 243ms
22
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 1298ms
23
23
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts  (4 tests) 5ms
24
- ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 243ms
25
- ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 359ms
26
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts  (3 tests) 3ms
24
+ ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 257ms
25
+ ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 396ms
26
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts  (3 tests) 4ms
27
27
  ↓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test | 1 skipped)
28
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 249ms
29
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 482ms
30
- ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 57ms
31
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (1 test) 568ms
32
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (2 tests) 1757ms
33
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 328ms
34
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 378ms
35
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (1 test) 177ms
36
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 170ms
37
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 156ms
38
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 43ms
39
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 54ms
28
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 237ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 432ms
30
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 22ms
31
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (1 test) 452ms
32
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (2 tests) 1684ms
33
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 283ms
34
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 284ms
35
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (1 test) 135ms
36
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 214ms
37
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 134ms
38
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 50ms
39
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 38ms
40
40
 
41
41
   Test Files  30 passed | 1 skipped (31)
42
42
   Tests  135 passed | 6 skipped (141)
43
-  Start at  16:23:22
44
-  Duration  41.99s (transform 4.13s, setup 7.27s, collect 68.30s, tests 20.16s, environment 16.16s, prepare 4.82s)
43
+  Start at  15:50:21
44
+  Duration  39.77s (transform 3.73s, setup 6.90s, collect 63.77s, tests 19.31s, environment 15.94s, prepare 4.48s)
45
45