@coveord/plasma-mantine 53.1.4-next.7 → 53.1.4-next.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,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@53.1.4-next.6 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@53.1.4-next.7 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 (397.98ms)
6
- Successfully compiled: 97 files, copied 35 files with swc (456.53ms)
5
+ Successfully compiled: 97 files, copied 35 files with swc (433.46ms)
6
+ Successfully compiled: 97 files, copied 35 files with swc (451.88ms)
7
7
 
@@ -1,46 +1,46 @@
1
1
 
2
- > @coveord/plasma-mantine@53.1.4-next.6 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@53.1.4-next.7 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) 684ms
10
- ✓ src/components/table/__tests__/Table.spec.tsx  (11 tests) 1034ms
11
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (16 tests) 1574ms
12
- ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 569ms
13
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 1564ms
14
- ✓ src/components/table/__tests__/TableActions.spec.tsx  (5 tests) 946ms
15
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (8 tests) 528ms
16
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 502ms
17
- ✓ src/components/table/__tests__/TableFilter.spec.tsx  (4 tests) 544ms
18
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 4547ms
19
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 508ms
20
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx  (2 tests) 353ms
21
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 1315ms
22
- ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 251ms
23
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 175ms
24
- ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 290ms
25
- ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 310ms
9
+ ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 721ms
10
+ ✓ src/components/table/__tests__/Table.spec.tsx  (12 tests) 1053ms
11
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (16 tests) 1494ms
12
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 582ms
13
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 1589ms
14
+ ✓ src/components/table/__tests__/TableActions.spec.tsx  (5 tests) 905ms
15
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (8 tests) 615ms
16
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 562ms
17
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 4278ms
18
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx  (4 tests) 637ms
19
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 550ms
20
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx  (2 tests) 297ms
21
+ ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 193ms
22
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 1374ms
23
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 201ms
24
+ ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 248ms
25
+ ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 437ms
26
26
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts  (4 tests) 5ms
27
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts  (3 tests) 5ms
27
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts  (3 tests) 6ms
28
28
  ↓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test | 1 skipped)
29
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 284ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 451ms
31
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (1 test) 571ms
32
- ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 24ms
33
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (2 tests) 1700ms
34
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 259ms
35
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 297ms
36
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (1 test) 196ms
37
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 179ms
38
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 112ms
39
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 52ms
29
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 194ms
30
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 520ms
31
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 40ms
32
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (1 test) 495ms
33
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (2 tests) 1701ms
34
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 293ms
35
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 281ms
36
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (1 test) 202ms
37
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 176ms
38
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 135ms
39
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 54ms
40
40
  ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 36ms
41
41
 
42
42
   Test Files  31 passed | 1 skipped (32)
43
-  Tests  138 passed | 6 skipped (144)
44
-  Start at  14:11:36
45
-  Duration  41.39s (transform 3.80s, setup 7.08s, collect 67.02s, tests 19.86s, environment 16.40s, prepare 4.39s)
43
+  Tests  139 passed | 6 skipped (145)
44
+  Start at  18:40:08
45
+  Duration  41.40s (transform 3.71s, setup 7.52s, collect 65.79s, tests 19.87s, environment 17.00s, prepare 4.48s)
46
46