@coveord/plasma-mantine 55.7.2-next.23 → 55.7.2-next.25

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 (29) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +48 -51
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/collection/Collection.d.ts +2 -1
  5. package/dist/cjs/components/collection/Collection.d.ts.map +1 -1
  6. package/dist/cjs/components/collection/Collection.js +1 -1
  7. package/dist/cjs/components/collection/Collection.js.map +1 -1
  8. package/dist/cjs/components/table/Table.module.css +4 -1
  9. package/dist/cjs/components/table/table-header/TableHeader.d.ts +6 -0
  10. package/dist/cjs/components/table/table-header/TableHeader.d.ts.map +1 -1
  11. package/dist/cjs/components/table/table-header/TableHeader.js +7 -2
  12. package/dist/cjs/components/table/table-header/TableHeader.js.map +1 -1
  13. package/dist/cjs/styles/Tabs.module.css +37 -5
  14. package/dist/esm/components/collection/Collection.d.ts +2 -1
  15. package/dist/esm/components/collection/Collection.d.ts.map +1 -1
  16. package/dist/esm/components/collection/Collection.js +1 -1
  17. package/dist/esm/components/collection/Collection.js.map +1 -1
  18. package/dist/esm/components/table/Table.module.css +4 -1
  19. package/dist/esm/components/table/table-header/TableHeader.d.ts +6 -0
  20. package/dist/esm/components/table/table-header/TableHeader.d.ts.map +1 -1
  21. package/dist/esm/components/table/table-header/TableHeader.js +6 -2
  22. package/dist/esm/components/table/table-header/TableHeader.js.map +1 -1
  23. package/dist/esm/styles/Tabs.module.css +37 -5
  24. package/package.json +1 -1
  25. package/src/components/collection/Collection.tsx +3 -2
  26. package/src/components/collection/__tests__/Collection.spec.tsx +25 -0
  27. package/src/components/table/Table.module.css +4 -1
  28. package/src/components/table/table-header/TableHeader.tsx +14 -1
  29. package/src/styles/Tabs.module.css +37 -5
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.22 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.24 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 121 files, copied 45 files with swc (469.44ms)
6
- Successfully compiled: 121 files, copied 45 files with swc (524.87ms)
5
+ Successfully compiled: 121 files, copied 45 files with swc (401.9ms)
6
+ Successfully compiled: 121 files, copied 45 files with swc (492.19ms)
7
7
 
@@ -1,68 +1,65 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.22 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.24 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:26:24 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
+ 11:46:51 AM [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:633:25)
12
12
  at async Object.readFile (node:internal/fs/promises:1237: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 (14 tests) 996ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1099ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1470ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 641ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1049ms
20
- ✓ Table.Actions > displays the actions when the row is selected  325ms
21
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  309ms
22
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2108ms
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) 580ms
25
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 650ms
26
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 666ms
27
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 824ms
28
- ✓ Table.Predicate > goes back to the first page when changing the predicate  555ms
29
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3164ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  411ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  608ms
32
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  448ms
33
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1393ms
34
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 585ms
35
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 415ms
36
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1518ms
37
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1404ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2918ms
39
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2695ms
40
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 240ms
41
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 375ms
42
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell  324ms
15
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 915ms
16
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1042ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1457ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 610ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1014ms
20
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  312ms
21
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 1980ms
22
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 140ms
23
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 546ms
24
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 614ms
25
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 679ms
26
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 740ms
27
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  473ms
28
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 2969ms
29
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  376ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  675ms
31
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  432ms
32
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1195ms
33
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 474ms
34
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 370ms
35
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1482ms
36
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1387ms
37
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2850ms
38
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2616ms
39
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 219ms
40
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 328ms
41
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 320ms
43
42
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
44
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 253ms
45
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 288ms
43
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 253ms
46
44
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
47
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 316ms
48
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 452ms
49
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  352ms
50
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 24ms
51
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 290ms
52
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1478ms
53
- ✓ EditableDateRangePicker > updates when editing values  1268ms
54
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 349ms
55
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 4ms
56
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 294ms
57
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 81ms
58
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 187ms
59
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 173ms
60
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 194ms
61
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 59ms
62
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
45
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 261ms
46
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 363ms
47
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
48
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 272ms
49
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1324ms
50
+ ✓ EditableDateRangePicker > updates when editing values  1131ms
51
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 309ms
52
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 5ms
53
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 282ms
54
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 74ms
55
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 184ms
56
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 130ms
57
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 160ms
58
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 39ms
59
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
63
60
 
64
61
   Test Files  35 passed | 1 skipped (36)
65
-  Tests  237 passed | 6 skipped (243)
66
-  Start at  19:26:16
67
-  Duration  80.06s (transform 6.56s, setup 10.56s, collect 169.19s, tests 23.95s, environment 20.33s, prepare 4.07s)
62
+  Tests  238 passed | 6 skipped (244)
63
+  Start at  11:46:43
64
+  Duration  75.91s (transform 6.25s, setup 10.01s, collect 159.93s, tests 22.48s, environment 19.75s, prepare 3.64s)
68
65