@coveord/plasma-mantine 55.7.2-next.18 → 55.7.2-next.19

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.17 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.18 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 (415.2ms)
6
- Successfully compiled: 117 files, copied 42 files with swc (415.58ms)
5
+ Successfully compiled: 117 files, copied 42 files with swc (455.23ms)
6
+ Successfully compiled: 117 files, copied 42 files with swc (489.36ms)
7
7
 
@@ -1,65 +1,67 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.17 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.18 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
- 8:15:41 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
+ 1:45:16 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) 1146ms
16
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1513ms
17
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2215ms
18
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 729ms
19
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 628ms
20
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 961ms
21
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 220ms
22
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 616ms
23
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 669ms
24
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 648ms
25
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 789ms
26
- ✓ Table.Predicate > goes back to the first page when changing the predicate  529ms
27
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3131ms
28
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  435ms
29
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  636ms
30
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  421ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1310ms
32
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 518ms
33
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 388ms
34
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1560ms
35
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1443ms
36
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3124ms
37
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2856ms
38
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 241ms
39
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 312ms
40
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 4ms
41
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 257ms
42
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 319ms
15
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1095ms
16
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1472ms
17
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2067ms
18
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 728ms
19
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 601ms
20
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1072ms
21
+ ✓ Table.Actions > displays the actions when the row is selected  310ms
22
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  332ms
23
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 210ms
24
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 565ms
25
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 637ms
26
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 718ms
27
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 847ms
28
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  584ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3249ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  473ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  604ms
32
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  450ms
33
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1410ms
34
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 467ms
35
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 351ms
36
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1508ms
37
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1399ms
38
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2907ms
39
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2719ms
40
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 239ms
41
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 335ms
42
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
43
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 282ms
44
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 277ms
43
45
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
44
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 264ms
45
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 409ms
46
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  315ms
47
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 28ms
48
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 279ms
49
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1464ms
50
- ✓ EditableDateRangePicker > updates when editing values  1270ms
51
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 326ms
46
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 252ms
47
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 453ms
48
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  352ms
49
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 26ms
50
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 289ms
51
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1474ms
52
+ ✓ EditableDateRangePicker > updates when editing values  1286ms
53
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 320ms
52
54
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 4ms
53
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 293ms
54
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 79ms
55
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 212ms
56
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 147ms
57
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 147ms
58
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 38ms
59
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
55
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 297ms
56
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 75ms
57
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 211ms
58
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 142ms
59
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 137ms
60
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 42ms
61
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
60
62
 
61
63
   Test Files  35 passed | 1 skipped (36)
62
64
   Tests  234 passed | 6 skipped (240)
63
-  Start at  20:15:33
64
-  Duration  78.61s (transform 6.48s, setup 10.41s, collect 166.44s, tests 23.72s, environment 20.83s, prepare 3.96s)
65
+  Start at  13:45:08
66
+  Duration  77.24s (transform 6.21s, setup 10.16s, collect 163.47s, tests 23.39s, environment 20.34s, prepare 3.82s)
65
67