@coveord/plasma-mantine 55.7.2-next.40 → 55.7.2-next.42

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.
Files changed (34) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +53 -51
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/child-form/ChildForm.js +0 -1
  5. package/dist/cjs/components/child-form/ChildForm.js.map +1 -1
  6. package/dist/cjs/components/child-form/ChildForm.module.css +2 -1
  7. package/dist/cjs/components/collection/Collection.d.ts +1 -1
  8. package/dist/cjs/components/collection/Collection.d.ts.map +1 -1
  9. package/dist/cjs/components/collection/Collection.js +9 -6
  10. package/dist/cjs/components/collection/Collection.js.map +1 -1
  11. package/dist/cjs/components/collection/Collection.module.css +7 -0
  12. package/dist/cjs/components/collection/CollectionItem.d.ts.map +1 -1
  13. package/dist/cjs/components/collection/CollectionItem.js +58 -13
  14. package/dist/cjs/components/collection/CollectionItem.js.map +1 -1
  15. package/dist/cjs/styles/Tabs.module.css +8 -1
  16. package/dist/esm/components/child-form/ChildForm.js +0 -1
  17. package/dist/esm/components/child-form/ChildForm.js.map +1 -1
  18. package/dist/esm/components/child-form/ChildForm.module.css +2 -1
  19. package/dist/esm/components/collection/Collection.d.ts +1 -1
  20. package/dist/esm/components/collection/Collection.d.ts.map +1 -1
  21. package/dist/esm/components/collection/Collection.js +8 -5
  22. package/dist/esm/components/collection/Collection.js.map +1 -1
  23. package/dist/esm/components/collection/Collection.module.css +7 -0
  24. package/dist/esm/components/collection/CollectionItem.d.ts.map +1 -1
  25. package/dist/esm/components/collection/CollectionItem.js +36 -10
  26. package/dist/esm/components/collection/CollectionItem.js.map +1 -1
  27. package/dist/esm/styles/Tabs.module.css +8 -1
  28. package/package.json +3 -3
  29. package/src/components/child-form/ChildForm.module.css +2 -1
  30. package/src/components/child-form/ChildForm.tsx +1 -1
  31. package/src/components/collection/Collection.module.css +7 -0
  32. package/src/components/collection/Collection.tsx +7 -7
  33. package/src/components/collection/CollectionItem.tsx +61 -18
  34. package/src/styles/Tabs.module.css +8 -1
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.39 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.41 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 126 files, copied 52 files with swc (388.02ms)
6
- Successfully compiled: 126 files, copied 52 files with swc (558.53ms)
5
+ Successfully compiled: 126 files, copied 52 files with swc (438.47ms)
6
+ Successfully compiled: 126 files, copied 52 files with swc (449.85ms)
7
7
 
@@ -1,69 +1,71 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.39 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.41 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
- 2:35:55 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:43:23 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) 932ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1051ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1420ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 630ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1112ms
20
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  403ms
21
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2231ms
22
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 164ms
23
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 634ms
24
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 659ms
25
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 668ms
26
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 864ms
27
- ✓ Table.Predicate > goes back to the first page when changing the predicate  551ms
28
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3311ms
29
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  456ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  666ms
31
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  428ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1445ms
33
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 539ms
34
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 364ms
35
- ✓ src/components/header/__tests__/Header.spec.tsx (8 tests) 265ms
36
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1562ms
37
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1476ms
38
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 321ms
39
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 258ms
40
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3104ms
41
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2853ms
15
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 922ms
16
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 975ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1553ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 573ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1153ms
20
+ ✓ Table.Actions > displays the actions when the row is selected  311ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  419ms
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) 178ms
24
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 588ms
25
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 602ms
26
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 656ms
27
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 927ms
28
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  626ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3167ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  424ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  688ms
32
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  435ms
33
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1326ms
34
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 611ms
35
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 347ms
36
+ ✓ src/components/header/__tests__/Header.spec.tsx (8 tests) 255ms
37
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1554ms
38
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1459ms
39
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 371ms
40
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell  307ms
41
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2882ms
42
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2680ms
43
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 248ms
42
44
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
43
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 337ms
45
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 289ms
44
46
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
45
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 288ms
46
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 446ms
47
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  374ms
48
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 485ms
49
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  369ms
50
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 328ms
51
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 42ms
52
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1285ms
53
- ✓ EditableDateRangePicker > updates when editing values  1120ms
54
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 285ms
55
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 328ms
56
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 6ms
57
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 205ms
58
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 169ms
59
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 73ms
60
- ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 88ms
61
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 174ms
62
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 44ms
63
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
47
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 301ms
48
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 435ms
49
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  364ms
50
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 450ms
51
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  341ms
52
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 28ms
53
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 309ms
54
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1434ms
55
+ ✓ EditableDateRangePicker > updates when editing values  1265ms
56
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 296ms
57
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 317ms
58
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
59
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 227ms
60
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 184ms
61
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 55ms
62
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 107ms
63
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 185ms
64
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 46ms
65
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
64
66
 
65
67
   Test Files  37 passed | 1 skipped (38)
66
68
   Tests  241 passed | 6 skipped (247)
67
-  Start at  14:35:46
68
-  Duration  82.72s (transform 6.38s, setup 11.18s, collect 172.06s, tests 24.71s, environment 20.82s, prepare 3.91s)
69
+  Start at  15:43:15
70
+  Duration  82.92s (transform 6.57s, setup 10.83s, collect 174.14s, tests 24.62s, environment 20.94s, prepare 4.02s)
69
71