@coveord/plasma-mantine 55.7.2-next.35 → 55.7.2-next.37

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.34 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.36 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 124 files, copied 49 files with swc (480.7ms)
6
- Successfully compiled: 124 files, copied 49 files with swc (537.92ms)
5
+ Successfully compiled: 124 files, copied 49 files with swc (441.23ms)
6
+ Successfully compiled: 124 files, copied 49 files with swc (477.29ms)
7
7
 
@@ -1,69 +1,71 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.34 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.36 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
- 5:32:30 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
+ 3:03:53 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:639:25)
12
12
  at async Object.readFile (node:internal/fs/promises:1243: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/collection/__tests__/Collection.spec.tsx (15 tests) 975ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1081ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1534ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 631ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1135ms
20
- ✓ Table.Actions > displays the actions when the row is selected  312ms
21
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  434ms
22
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2334ms
23
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 192ms
24
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 697ms
25
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 634ms
26
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 731ms
27
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 981ms
28
- ✓ Table.Predicate > goes back to the first page when changing the predicate  638ms
29
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3358ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  480ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  647ms
32
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  395ms
33
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1462ms
34
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 571ms
35
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 393ms
36
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1607ms
37
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1502ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3491ms
39
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  3226ms
40
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 234ms
41
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 353ms
42
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 4ms
43
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 261ms
44
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 319ms
15
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 975ms
16
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 997ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1458ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 561ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1120ms
20
+ ✓ Table.Actions > displays the actions when the row is selected  322ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  400ms
22
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2284ms
23
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 190ms
24
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 599ms
25
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 636ms
26
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 643ms
27
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 949ms
28
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  633ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3353ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  440ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  669ms
32
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  411ms
33
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1488ms
34
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 531ms
35
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 390ms
36
+ ✓ src/components/header/__tests__/Header.spec.tsx (8 tests) 295ms
37
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1513ms
38
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1398ms
39
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 382ms
40
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell  313ms
41
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3026ms
42
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2803ms
43
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 265ms
44
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
45
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 252ms
45
46
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
46
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 278ms
47
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 545ms
48
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  452ms
49
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 464ms
50
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  349ms
51
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 335ms
52
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 18ms
53
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1582ms
54
- ✓ EditableDateRangePicker > updates when editing values  1368ms
47
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 280ms
48
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 437ms
49
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  357ms
50
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 485ms
51
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  369ms
52
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 24ms
53
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 283ms
54
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1440ms
55
+ ✓ EditableDateRangePicker > updates when editing values  1239ms
56
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 277ms
57
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 280ms
55
58
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 5ms
56
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 345ms
57
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 292ms
58
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 221ms
59
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 158ms
60
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 78ms
61
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 148ms
62
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 44ms
63
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
59
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 246ms
60
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 161ms
61
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 58ms
62
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 89ms
63
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 183ms
64
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 38ms
65
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
64
66
 
65
-  Test Files  36 passed | 1 skipped (37)
66
-  Tests  239 passed | 6 skipped (245)
67
-  Start at  17:32:22
68
-  Duration  82.28s (transform 6.67s, setup 10.79s, collect 174.58s, tests 26.07s, environment 20.61s, prepare 4.07s)
67
+  Test Files  37 passed | 1 skipped (38)
68
+  Tests  241 passed | 6 skipped (247)
69
+  Start at  15:03:45
70
+  Duration  82.82s (transform 6.35s, setup 10.82s, collect 172.53s, tests 24.75s, environment 21.25s, prepare 3.99s)
69
71