@coveord/plasma-mantine 55.7.2-next.36 → 55.7.2-next.38

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 (64) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +57 -56
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/code-editor/CodeEditor.d.ts.map +1 -1
  5. package/dist/cjs/components/code-editor/CodeEditor.js +3 -3
  6. package/dist/cjs/components/code-editor/CodeEditor.js.map +1 -1
  7. package/dist/cjs/components/code-editor/CodeEditor.module.css +1 -8
  8. package/dist/cjs/components/menu/Menu.d.ts.map +1 -1
  9. package/dist/cjs/components/menu/Menu.js +5 -2
  10. package/dist/cjs/components/menu/Menu.js.map +1 -1
  11. package/dist/cjs/styles/Checkbox.module.css +4 -8
  12. package/dist/cjs/styles/Input.module.css +1 -1
  13. package/dist/cjs/styles/InputWrapper.module.css +1 -0
  14. package/dist/cjs/styles/NavLink.module.css +12 -0
  15. package/dist/cjs/styles/Pagination.module.css +23 -0
  16. package/dist/cjs/styles/Radio.module.css +2 -2
  17. package/dist/cjs/styles/SegmentedControl.module.css +1 -1
  18. package/dist/cjs/styles/Select.module.css +4 -3
  19. package/dist/cjs/styles/Tabs.module.css +1 -1
  20. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  21. package/dist/cjs/theme/Theme.js +1 -2
  22. package/dist/cjs/theme/Theme.js.map +1 -1
  23. package/dist/cjs/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  24. package/dist/cjs/theme/plasmaCSSVariablesResolver.js +3 -3
  25. package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
  26. package/dist/esm/components/code-editor/CodeEditor.d.ts.map +1 -1
  27. package/dist/esm/components/code-editor/CodeEditor.js +3 -5
  28. package/dist/esm/components/code-editor/CodeEditor.js.map +1 -1
  29. package/dist/esm/components/code-editor/CodeEditor.module.css +1 -8
  30. package/dist/esm/components/menu/Menu.d.ts.map +1 -1
  31. package/dist/esm/components/menu/Menu.js +5 -1
  32. package/dist/esm/components/menu/Menu.js.map +1 -1
  33. package/dist/esm/styles/Checkbox.module.css +4 -8
  34. package/dist/esm/styles/Input.module.css +1 -1
  35. package/dist/esm/styles/InputWrapper.module.css +1 -0
  36. package/dist/esm/styles/NavLink.module.css +12 -0
  37. package/dist/esm/styles/Pagination.module.css +23 -0
  38. package/dist/esm/styles/Radio.module.css +2 -2
  39. package/dist/esm/styles/SegmentedControl.module.css +1 -1
  40. package/dist/esm/styles/Select.module.css +4 -3
  41. package/dist/esm/styles/Tabs.module.css +1 -1
  42. package/dist/esm/theme/Theme.d.ts.map +1 -1
  43. package/dist/esm/theme/Theme.js +1 -2
  44. package/dist/esm/theme/Theme.js.map +1 -1
  45. package/dist/esm/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  46. package/dist/esm/theme/plasmaCSSVariablesResolver.js +3 -3
  47. package/dist/esm/theme/plasmaCSSVariablesResolver.js.map +1 -1
  48. package/package.json +1 -1
  49. package/src/components/code-editor/CodeEditor.module.css +1 -8
  50. package/src/components/code-editor/CodeEditor.tsx +3 -4
  51. package/src/components/code-editor/__tests__/CodeEditor.spec.tsx +1 -1
  52. package/src/components/menu/Menu.tsx +7 -1
  53. package/src/components/menu/__tests__/Menu.spec.tsx +18 -0
  54. package/src/styles/Checkbox.module.css +4 -8
  55. package/src/styles/Input.module.css +1 -1
  56. package/src/styles/InputWrapper.module.css +1 -0
  57. package/src/styles/NavLink.module.css +12 -0
  58. package/src/styles/Pagination.module.css +23 -0
  59. package/src/styles/Radio.module.css +2 -2
  60. package/src/styles/SegmentedControl.module.css +1 -1
  61. package/src/styles/Select.module.css +4 -3
  62. package/src/styles/Tabs.module.css +1 -1
  63. package/src/theme/Theme.tsx +1 -2
  64. package/src/theme/plasmaCSSVariablesResolver.ts +2 -8
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.35 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.37 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 124 files, copied 49 files with swc (473.15ms)
6
- Successfully compiled: 124 files, copied 49 files with swc (491.96ms)
5
+ Successfully compiled: 124 files, copied 49 files with swc (431.1ms)
6
+ Successfully compiled: 124 files, copied 49 files with swc (458.13ms)
7
7
 
@@ -1,71 +1,72 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.35 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.37 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:34:44 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
+ 2:45: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.
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) 982ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1096ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1488ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 655ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1105ms
20
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  383ms
21
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2423ms
22
- ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  338ms
23
- ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible  305ms
24
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 185ms
25
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 705ms
26
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 693ms
27
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 750ms
28
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 1068ms
29
- ✓ Table.Predicate > goes back to the first page when changing the predicate  679ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3101ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  496ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  630ms
33
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  365ms
34
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1302ms
35
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 595ms
36
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 356ms
37
- ✓ src/components/header/__tests__/Header.spec.tsx (8 tests) 248ms
38
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1554ms
39
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1448ms
40
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 387ms
41
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell  312ms
42
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 272ms
43
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3128ms
44
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2899ms
45
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 4ms
46
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 274ms
15
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 1084ms
16
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1158ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1552ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 614ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1108ms
20
+ ✓ Table.Actions > displays the actions when the row is selected  314ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  371ms
22
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2488ms
23
+ ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  335ms
24
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 186ms
25
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 720ms
26
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 681ms
27
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 781ms
28
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 942ms
29
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  621ms
30
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3322ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  429ms
32
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  666ms
33
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  438ms
34
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1450ms
35
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 569ms
36
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 388ms
37
+ ✓ src/components/header/__tests__/Header.spec.tsx (8 tests) 278ms
38
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1655ms
39
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1568ms
40
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 381ms
41
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell  306ms
42
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 293ms
43
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3083ms
44
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2855ms
45
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 7ms
46
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 292ms
47
47
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
48
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 287ms
49
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 471ms
50
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  388ms
51
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 440ms
52
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  329ms
53
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 19ms
54
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 311ms
55
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1451ms
56
- ✓ EditableDateRangePicker > updates when editing values  1255ms
57
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 325ms
58
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 322ms
59
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 5ms
60
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 201ms
61
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 129ms
62
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 72ms
63
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 177ms
64
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 42ms
65
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
48
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 268ms
49
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 461ms
50
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  379ms
51
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 412ms
52
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  327ms
53
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
54
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 306ms
55
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1477ms
56
+ ✓ EditableDateRangePicker > updates when editing values  1258ms
57
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 303ms
58
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 288ms
59
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 3ms
60
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 233ms
61
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 155ms
62
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 84ms
63
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 119ms
64
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 181ms
65
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 43ms
66
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
66
67
 
67
-  Test Files  36 passed | 1 skipped (37)
68
-  Tests  240 passed | 6 skipped (246)
69
-  Start at  19:34:36
70
-  Duration  82.43s (transform 6.64s, setup 11.02s, collect 175.29s, tests 25.36s, environment 21.26s, prepare 4.22s)
68
+  Test Files  37 passed | 1 skipped (38)
69
+  Tests  241 passed | 6 skipped (247)
70
+  Start at  14:45:46
71
+  Duration  86.51s (transform 6.92s, setup 11.16s, collect 181.25s, tests 25.98s, environment 21.63s, prepare 4.30s)
71
72