@coveord/plasma-mantine 55.7.2-next.47 → 55.7.2-next.49

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.46 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.48 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 136 files, copied 57 files with swc (458.12ms)
6
- Successfully compiled: 136 files, copied 57 files with swc (550.02ms)
5
+ Successfully compiled: 136 files, copied 57 files with swc (486.36ms)
6
+ Successfully compiled: 136 files, copied 57 files with swc (545.38ms)
7
7
 
@@ -1,71 +1,71 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.46 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.48 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
- 4:12:59 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
+ 2:37:51 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) 1107ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1155ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1524ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 631ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1192ms
20
- ✓ Table.Actions > displays the actions when the row is selected  310ms
21
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  470ms
22
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2348ms
23
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 180ms
24
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 663ms
25
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 673ms
26
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 722ms
27
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 932ms
28
- ✓ Table.Predicate > goes back to the first page when changing the predicate  600ms
29
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3425ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  482ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  697ms
32
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  415ms
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) 608ms
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) 1657ms
37
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1557ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3417ms
39
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  3148ms
40
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 258ms
41
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 354ms
15
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 1026ms
16
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1109ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1437ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 613ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1236ms
20
+ ✓ Table.Actions > displays the actions when the row is selected  336ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  445ms
22
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2296ms
23
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 187ms
24
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 627ms
25
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 641ms
26
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 700ms
27
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 986ms
28
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  655ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3291ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  436ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  693ms
32
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  387ms
33
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1411ms
34
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 529ms
35
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 366ms
36
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1839ms
37
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1730ms
38
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3359ms
39
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  3082ms
40
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 285ms
41
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 350ms
42
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 311ms
42
43
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
43
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 292ms
44
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 313ms
44
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 309ms
45
45
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
46
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 302ms
47
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 459ms
48
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  386ms
49
- ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 169ms
50
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 516ms
51
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  401ms
46
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 286ms
47
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 504ms
48
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  422ms
49
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 473ms
50
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  354ms
51
+ ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 182ms
52
52
  ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 20ms
53
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1608ms
54
- ✓ EditableDateRangePicker > updates when editing values  1375ms
55
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 396ms
56
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 313ms
57
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 14ms
58
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 318ms
59
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 191ms
60
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 131ms
61
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 84ms
62
- ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 101ms
63
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 178ms
64
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 64ms
65
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 41ms
53
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1691ms
54
+ ✓ EditableDateRangePicker > updates when editing values  1432ms
55
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 302ms
56
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 339ms
57
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
58
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 273ms
59
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 210ms
60
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 128ms
61
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 65ms
62
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 124ms
63
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 56ms
64
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 187ms
65
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
66
66
 
67
67
   Test Files  38 passed | 1 skipped (39)
68
68
   Tests  247 passed | 6 skipped (253)
69
-  Start at  16:12:51
70
-  Duration  85.58s (transform 6.77s, setup 11.40s, collect 178.04s, tests 26.71s, environment 21.98s, prepare 4.04s)
69
+  Start at  14:37:43
70
+  Duration  84.76s (transform 6.68s, setup 10.97s, collect 176.21s, tests 26.39s, environment 21.93s, prepare 4.12s)
71
71