@coveord/plasma-mantine 55.7.2-next.12 → 55.7.2-next.13

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.11 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.12 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 118 files, copied 42 files with swc (347.31ms)
6
- Successfully compiled: 118 files, copied 42 files with swc (503.18ms)
5
+ Successfully compiled: 118 files, copied 42 files with swc (451.8ms)
6
+ Successfully compiled: 118 files, copied 42 files with swc (462.37ms)
7
7
 
@@ -1,66 +1,67 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.11 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.12 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.0.8 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- 12:53:18 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
+ 6:15:42 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.10_jiti@2.4.2_sass@1.85.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.10_jiti@2.4.2_sass@1.85.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) 1072ms
16
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1476ms
17
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2091ms
18
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 729ms
19
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 575ms
20
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 984ms
21
- ✓ Table.Actions > displays the actions when the row is selected 304ms
22
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 178ms
23
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 570ms
24
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 554ms
25
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 699ms
26
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 727ms
27
- ✓ Table.Predicate > goes back to the first page when changing the predicate 523ms
28
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3299ms
29
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 393ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 672ms
31
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 449ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1467ms
33
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 474ms
34
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 343ms
35
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1421ms
36
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1300ms
37
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 239ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3005ms
39
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 2750ms
40
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 314ms
15
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1071ms
16
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1506ms
17
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2145ms
18
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 745ms
19
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 581ms
20
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1035ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 310ms
22
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 183ms
23
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 568ms
24
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 547ms
25
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 710ms
26
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 763ms
27
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 469ms
28
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3279ms
29
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 412ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 734ms
31
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 370ms
32
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1446ms
33
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 529ms
34
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 383ms
35
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1417ms
36
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1310ms
37
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 240ms
38
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2859ms
39
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 2612ms
40
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 409ms
41
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 342ms
41
42
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
42
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 264ms
43
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 299ms
43
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 252ms
44
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 273ms
44
45
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
45
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 254ms
46
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 394ms
47
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 321ms
48
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 26ms
49
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 263ms
50
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1492ms
51
- ✓ EditableDateRangePicker > updates when editing values 1284ms
52
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 323ms
53
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 5ms
54
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 316ms
55
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 64ms
56
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 199ms
57
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 131ms
58
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 199ms
59
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 42ms
46
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 279ms
47
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 428ms
48
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 351ms
49
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
50
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 273ms
51
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1394ms
52
+ ✓ EditableDateRangePicker > updates when editing values 1183ms
53
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 324ms
54
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 3ms
55
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 293ms
56
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 75ms
57
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 179ms
58
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 128ms
59
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 154ms
60
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 38ms
60
61
  ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
61
62
 
62
63
   Test Files  35 passed | 1 skipped (36)
63
64
   Tests  233 passed | 6 skipped (239)
64
-  Start at  12:53:10
65
-  Duration  70.81s (transform 6.09s, setup 10.31s, collect 144.79s, tests 23.07s, environment 20.89s, prepare 3.82s)
65
+  Start at  18:15:34
66
+  Duration  71.37s (transform 6.24s, setup 10.31s, collect 147.48s, tests 23.14s, environment 20.48s, prepare 3.86s)
66
67