@coveord/plasma-mantine 56.1.5 → 56.1.6

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@56.1.4 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.1.5 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 135 files, copied 57 files with swc (571.29ms)
6
- Successfully compiled: 135 files, copied 57 files with swc (596.12ms)
5
+ Successfully compiled: 135 files, copied 57 files with swc (489.09ms)
6
+ Successfully compiled: 135 files, copied 57 files with swc (562.62ms)
7
7
 
@@ -1,72 +1,72 @@
1
1
 
2
- > @coveord/plasma-mantine@56.1.4 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.1.5 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
- 7:53: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.
8
+ 7:48:25 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:641:25)
12
12
  at async Object.readFile (node:internal/fs/promises:1245: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) 1009ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1076ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1363ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 551ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1184ms
20
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  443ms
21
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2291ms
22
- ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  326ms
23
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 178ms
24
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 578ms
25
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 669ms
26
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 659ms
27
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 964ms
28
- ✓ Table.Predicate > goes back to the first page when changing the predicate  599ms
29
- ✓ Table.Predicate > when url sync is activated > sets the current predicate value in the url using the predicate id as key  300ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3223ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  410ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  678ms
33
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  390ms
34
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1429ms
35
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 553ms
36
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 360ms
37
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1601ms
38
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1485ms
39
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3235ms
40
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  3012ms
41
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 210ms
42
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 352ms
43
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 231ms
44
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
45
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 268ms
15
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 933ms
16
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1072ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1492ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 606ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1176ms
20
+ ✓ Table.Actions > displays the actions when the row is selected  307ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  456ms
22
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2258ms
23
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 165ms
24
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 594ms
25
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 638ms
26
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 643ms
27
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 966ms
28
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  609ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3239ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  475ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  666ms
32
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  389ms
33
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1365ms
34
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 523ms
35
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 380ms
36
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1619ms
37
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1497ms
38
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3242ms
39
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  3005ms
40
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 1786ms
41
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  364ms
42
+ ✓ DateTimeRangePicker > can change the date and time  1291ms
43
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 260ms
44
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 317ms
45
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 13ms
46
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 252ms
47
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 297ms
46
48
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
47
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 258ms
48
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 507ms
49
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  437ms
50
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 439ms
51
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  345ms
52
- ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 162ms
53
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 19ms
54
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1488ms
55
- ✓ EditableDateRangePicker > updates when editing values  1262ms
56
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 366ms
57
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 318ms
58
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 13ms
59
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 276ms
60
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 205ms
61
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 138ms
62
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 69ms
63
- ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 112ms
64
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 190ms
65
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 51ms
66
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
49
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 296ms
50
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 526ms
51
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  444ms
52
+ ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 181ms
53
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 32ms
54
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1530ms
55
+ ✓ EditableDateRangePicker > updates when editing values  1324ms
56
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 340ms
57
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 9ms
58
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 220ms
59
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 263ms
60
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 186ms
61
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 132ms
62
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 58ms
63
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 88ms
64
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 155ms
65
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 65ms
66
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
67
67
 
68
68
   Test Files  38 passed | 1 skipped (39)
69
-  Tests  247 passed | 6 skipped (253)
70
-  Start at  19:53:43
71
-  Duration  80.96s (transform 6.27s, setup 10.68s, collect 169.85s, tests 25.21s, environment 18.95s, prepare 4.04s)
69
+  Tests  248 passed | 6 skipped (254)
70
+  Start at  19:48:17
71
+  Duration  81.19s (transform 6.29s, setup 10.65s, collect 172.34s, tests 26.59s, environment 18.55s, prepare 3.97s)
72
72