@coveord/plasma-mantine 56.1.4 → 56.1.5

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 (66) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +54 -53
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.d.ts +3 -3
  5. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.d.ts.map +1 -1
  6. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.js +1 -1
  7. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.js.map +1 -1
  8. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbText.d.ts +3 -3
  9. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbText.d.ts.map +1 -1
  10. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbText.js +1 -1
  11. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbText.js.map +1 -1
  12. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbs.js +1 -1
  13. package/dist/cjs/components/header/HeaderBreadcrumbs/HeaderBreadcrumbs.js.map +1 -1
  14. package/dist/cjs/components/header/HeaderDocAnchor/HeaderDocAnchor.js +1 -1
  15. package/dist/cjs/components/header/HeaderDocAnchor/HeaderDocAnchor.js.map +1 -1
  16. package/dist/cjs/components/header/HeaderRight/HeaderRight.js +1 -1
  17. package/dist/cjs/components/header/HeaderRight/HeaderRight.js.map +1 -1
  18. package/dist/cjs/components/table/layouts/row-layout/RowLayout.d.ts +1 -1
  19. package/dist/cjs/components/table/layouts/row-layout/RowLayout.d.ts.map +1 -1
  20. package/dist/cjs/components/table/layouts/row-layout/RowLayout.js.map +1 -1
  21. package/dist/cjs/components/table/layouts/row-layout/RowLayoutBody.d.ts +1 -1
  22. package/dist/cjs/components/table/layouts/row-layout/RowLayoutBody.d.ts.map +1 -1
  23. package/dist/cjs/components/table/layouts/row-layout/RowLayoutBody.js.map +1 -1
  24. package/dist/cjs/components/table/layouts/row-layout/RowLayoutHeader.d.ts +1 -1
  25. package/dist/cjs/components/table/layouts/row-layout/RowLayoutHeader.d.ts.map +1 -1
  26. package/dist/cjs/components/table/layouts/row-layout/RowLayoutHeader.js.map +1 -1
  27. package/dist/cjs/components/table/table-actions/TableActionsList.d.ts +1 -1
  28. package/dist/cjs/components/table/table-actions/TableActionsList.d.ts.map +1 -1
  29. package/dist/cjs/components/table/table-actions/TableActionsList.js.map +1 -1
  30. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.d.ts +3 -3
  31. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.d.ts.map +1 -1
  32. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.js +1 -1
  33. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.js.map +1 -1
  34. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbText.d.ts +3 -3
  35. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbText.d.ts.map +1 -1
  36. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbText.js +1 -1
  37. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbText.js.map +1 -1
  38. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbs.js +1 -1
  39. package/dist/esm/components/header/HeaderBreadcrumbs/HeaderBreadcrumbs.js.map +1 -1
  40. package/dist/esm/components/header/HeaderDocAnchor/HeaderDocAnchor.js +1 -1
  41. package/dist/esm/components/header/HeaderDocAnchor/HeaderDocAnchor.js.map +1 -1
  42. package/dist/esm/components/header/HeaderRight/HeaderRight.js +1 -1
  43. package/dist/esm/components/header/HeaderRight/HeaderRight.js.map +1 -1
  44. package/dist/esm/components/table/layouts/row-layout/RowLayout.d.ts +1 -1
  45. package/dist/esm/components/table/layouts/row-layout/RowLayout.d.ts.map +1 -1
  46. package/dist/esm/components/table/layouts/row-layout/RowLayout.js.map +1 -1
  47. package/dist/esm/components/table/layouts/row-layout/RowLayoutBody.d.ts +1 -1
  48. package/dist/esm/components/table/layouts/row-layout/RowLayoutBody.d.ts.map +1 -1
  49. package/dist/esm/components/table/layouts/row-layout/RowLayoutBody.js.map +1 -1
  50. package/dist/esm/components/table/layouts/row-layout/RowLayoutHeader.d.ts +1 -1
  51. package/dist/esm/components/table/layouts/row-layout/RowLayoutHeader.d.ts.map +1 -1
  52. package/dist/esm/components/table/layouts/row-layout/RowLayoutHeader.js.map +1 -1
  53. package/dist/esm/components/table/table-actions/TableActionsList.d.ts +1 -1
  54. package/dist/esm/components/table/table-actions/TableActionsList.d.ts.map +1 -1
  55. package/dist/esm/components/table/table-actions/TableActionsList.js.map +1 -1
  56. package/package.json +1 -1
  57. package/src/components/header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.tsx +1 -1
  58. package/src/components/header/HeaderBreadcrumbs/HeaderBreadcrumbText.tsx +1 -1
  59. package/src/components/header/HeaderBreadcrumbs/HeaderBreadcrumbs.tsx +1 -1
  60. package/src/components/header/HeaderDocAnchor/HeaderDocAnchor.tsx +1 -1
  61. package/src/components/header/HeaderRight/HeaderRight.tsx +1 -1
  62. package/src/components/table/__tests__/Table.spec.tsx +1 -1
  63. package/src/components/table/layouts/row-layout/RowLayout.tsx +1 -1
  64. package/src/components/table/layouts/row-layout/RowLayoutBody.tsx +1 -1
  65. package/src/components/table/layouts/row-layout/RowLayoutHeader.tsx +1 -1
  66. package/src/components/table/table-actions/TableActionsList.tsx +1 -1
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@56.1.3 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.1.4 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 (454.7ms)
6
- Successfully compiled: 135 files, copied 57 files with swc (511.23ms)
5
+ Successfully compiled: 135 files, copied 57 files with swc (571.29ms)
6
+ Successfully compiled: 135 files, copied 57 files with swc (596.12ms)
7
7
 
@@ -1,71 +1,72 @@
1
1
 
2
- > @coveord/plasma-mantine@56.1.3 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.1.4 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
- 6:08: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
+ 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.
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) 998ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1125ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1337ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 598ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1182ms
20
- ✓ Table.Actions > displays the actions when the row is selected  304ms
21
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  448ms
22
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2220ms
23
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 195ms
24
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 624ms
25
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 628ms
26
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 641ms
27
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 958ms
28
- ✓ Table.Predicate > goes back to the first page when changing the predicate  588ms
29
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3363ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  439ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  756ms
32
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  408ms
33
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1437ms
34
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 543ms
35
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 358ms
36
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1645ms
37
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1560ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3240ms
39
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2973ms
40
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 261ms
41
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 326ms
42
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 240ms
43
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 8ms
44
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 217ms
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
45
46
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
46
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 261ms
47
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 466ms
48
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  387ms
49
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 496ms
50
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  363ms
51
- ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 178ms
52
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
53
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1532ms
54
- ✓ EditableDateRangePicker > updates when editing values  1314ms
55
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 298ms
56
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 297ms
57
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 7ms
58
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 292ms
59
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 183ms
60
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 136ms
61
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 73ms
62
- ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 104ms
63
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 182ms
64
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 62ms
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
65
66
  ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
66
67
 
67
68
   Test Files  38 passed | 1 skipped (39)
68
69
   Tests  247 passed | 6 skipped (253)
69
-  Start at  18:08:10
70
-  Duration  81.60s (transform 6.37s, setup 10.52s, collect 171.31s, tests 25.34s, environment 18.83s, prepare 3.98s)
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)
71
72