@coveord/plasma-mantine 55.7.2-next.16 → 55.7.2-next.17

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@55.7.2-next.15 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.16 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 117 files, copied 42 files with swc (485.03ms)
6
- Successfully compiled: 117 files, copied 42 files with swc (487.04ms)
5
+ Successfully compiled: 117 files, copied 42 files with swc (446.12ms)
6
+ Successfully compiled: 117 files, copied 42 files with swc (491.38ms)
7
7
 
@@ -1,68 +1,66 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.15 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.16 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
6
   RUN  v3.1.1 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- 6:25:48 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/marked/marked.js.
8
+ 7:54:13 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/marked/marked.js.
9
9
  Error: An error occurred while trying to read the map file at marked.umd.js.map
10
10
  Error: ENOENT: no such file or directory, open '/home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/marked/marked.umd.js.map'
11
11
  at async open (node:internal/fs/promises:638:25)
12
12
  at async Object.readFile (node:internal/fs/promises:1242:14)
13
13
  at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.2.4_@types+node@22.13.17_jiti@2.4.2_sass@1.86.1_sugarss@4.0.1_postcss@8.5.3__yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-DrOo5SEf.js:14247:53)
14
14
  at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.2.4_@types+node@22.13.17_jiti@2.4.2_sass@1.86.1_sugarss@4.0.1_postcss@8.5.3__yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-DrOo5SEf.js:41282:27)
15
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1158ms
16
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1489ms
17
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2120ms
18
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 727ms
19
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 613ms
20
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1083ms
21
- ✓ Table.Actions > displays the actions when the row is selected  317ms
22
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  336ms
23
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 198ms
24
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 598ms
25
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 642ms
26
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 750ms
27
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 824ms
28
- ✓ Table.Predicate > goes back to the first page when changing the predicate  515ms
29
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3200ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  424ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  624ms
32
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  430ms
33
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1419ms
34
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 583ms
35
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 399ms
36
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1592ms
37
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1474ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3064ms
39
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2809ms
40
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 243ms
41
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 358ms
42
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell  302ms
15
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1072ms
16
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1488ms
17
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2080ms
18
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 690ms
19
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 549ms
20
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 961ms
21
+ ✓ Table.Actions > displays the actions when the row is selected  311ms
22
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 210ms
23
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 541ms
24
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 584ms
25
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 615ms
26
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 688ms
27
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  456ms
28
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3165ms
29
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  380ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  698ms
31
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  379ms
32
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1417ms
33
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 517ms
34
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 339ms
35
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1455ms
36
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1365ms
37
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 251ms
38
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3027ms
39
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2765ms
40
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 293ms
43
41
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 5ms
44
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 238ms
45
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 288ms
42
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 228ms
43
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 308ms
46
44
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
47
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 250ms
48
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 441ms
49
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  372ms
50
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 32ms
51
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 312ms
52
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1336ms
53
- ✓ EditableDateRangePicker > updates when editing values  1175ms
54
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 309ms
55
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 6ms
56
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 324ms
57
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 76ms
58
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 176ms
59
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 136ms
60
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 153ms
61
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 52ms
62
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
45
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 298ms
46
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 422ms
47
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  353ms
48
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 18ms
49
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 308ms
50
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1423ms
51
+ ✓ EditableDateRangePicker > updates when editing values  1244ms
52
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 317ms
53
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
54
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 312ms
55
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 73ms
56
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 213ms
57
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 159ms
58
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 196ms
59
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 44ms
60
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
63
61
 
64
62
   Test Files  35 passed | 1 skipped (36)
65
63
   Tests  234 passed | 6 skipped (240)
66
-  Start at  18:25:40
67
-  Duration  78.61s (transform 6.32s, setup 10.55s, collect 167.07s, tests 23.82s, environment 20.30s, prepare 3.79s)
64
+  Start at  19:54:05
65
+  Duration  77.34s (transform 6.38s, setup 10.16s, collect 163.72s, tests 22.89s, environment 20.72s, prepare 3.74s)
68
66