@coveord/plasma-mantine 55.7.2-next.31 → 55.7.2-next.32

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 (30) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +50 -51
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/header/Header.d.ts.map +1 -1
  5. package/dist/cjs/components/header/Header.js +4 -1
  6. package/dist/cjs/components/header/Header.js.map +1 -1
  7. package/dist/cjs/components/header/Header.module.css +0 -1
  8. package/dist/cjs/components/table/table-actions/TableActionItem.d.ts +2 -1
  9. package/dist/cjs/components/table/table-actions/TableActionItem.d.ts.map +1 -1
  10. package/dist/cjs/components/table/table-actions/TableActionItem.js +2 -1
  11. package/dist/cjs/components/table/table-actions/TableActionItem.js.map +1 -1
  12. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  13. package/dist/cjs/theme/Theme.js +15 -9
  14. package/dist/cjs/theme/Theme.js.map +1 -1
  15. package/dist/esm/components/header/Header.d.ts.map +1 -1
  16. package/dist/esm/components/header/Header.js +2 -1
  17. package/dist/esm/components/header/Header.js.map +1 -1
  18. package/dist/esm/components/header/Header.module.css +0 -1
  19. package/dist/esm/components/table/table-actions/TableActionItem.d.ts +2 -1
  20. package/dist/esm/components/table/table-actions/TableActionItem.d.ts.map +1 -1
  21. package/dist/esm/components/table/table-actions/TableActionItem.js +2 -1
  22. package/dist/esm/components/table/table-actions/TableActionItem.js.map +1 -1
  23. package/dist/esm/theme/Theme.d.ts.map +1 -1
  24. package/dist/esm/theme/Theme.js +15 -9
  25. package/dist/esm/theme/Theme.js.map +1 -1
  26. package/package.json +1 -1
  27. package/src/components/header/Header.module.css +0 -1
  28. package/src/components/header/Header.tsx +3 -1
  29. package/src/components/table/table-actions/TableActionItem.tsx +2 -8
  30. package/src/theme/Theme.tsx +16 -8
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.30 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.31 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 124 files, copied 47 files with swc (500.12ms)
6
- Successfully compiled: 124 files, copied 47 files with swc (511.07ms)
5
+ Successfully compiled: 124 files, copied 47 files with swc (457.92ms)
6
+ Successfully compiled: 124 files, copied 47 files with swc (463.1ms)
7
7
 
@@ -1,71 +1,70 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.30 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.31 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
- 5:51:52 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
+ 4:54: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: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 (15 tests) 927ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1062ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1519ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 591ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1142ms
20
- ✓ Table.Actions > displays the actions when the row is selected  329ms
21
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  401ms
22
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2278ms
23
- ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  302ms
24
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 153ms
25
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 659ms
26
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 620ms
27
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 725ms
28
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 1014ms
29
- ✓ Table.Predicate > goes back to the first page when changing the predicate  645ms
30
- ✓ Table.Predicate > when url sync is activated > sets the current predicate value in the url using the predicate id as key  304ms
31
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3262ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  426ms
33
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  684ms
34
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  404ms
35
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1423ms
36
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 456ms
37
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 397ms
38
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1692ms
39
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1568ms
40
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3217ms
41
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2972ms
42
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 216ms
43
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 311ms
15
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 963ms
16
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1037ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1497ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 579ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1174ms
20
+ ✓ Table.Actions > displays the actions when the row is selected  319ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  413ms
22
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2281ms
23
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 171ms
24
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 628ms
25
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 675ms
26
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 653ms
27
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 920ms
28
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  613ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3201ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  461ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  636ms
32
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  453ms
33
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1361ms
34
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 597ms
35
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 381ms
36
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1570ms
37
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1474ms
38
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3295ms
39
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  3085ms
40
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 232ms
41
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 366ms
42
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell  304ms
44
43
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
45
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 258ms
46
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 314ms
44
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 275ms
45
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 318ms
47
46
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
48
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 255ms
47
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 319ms
49
48
  ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 486ms
50
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  415ms
51
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 479ms
52
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  360ms
53
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 298ms
54
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 31ms
55
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1585ms
56
- ✓ EditableDateRangePicker > updates when editing values  1395ms
57
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 5ms
58
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 336ms
49
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  412ms
50
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 461ms
51
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  342ms
52
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 297ms
53
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 23ms
54
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1682ms
55
+ ✓ EditableDateRangePicker > updates when editing values  1462ms
56
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 4ms
57
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 310ms
59
58
  ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 320ms
60
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 82ms
61
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 200ms
62
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 129ms
63
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 149ms
64
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 38ms
65
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
59
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 77ms
60
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 216ms
61
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 151ms
62
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 176ms
63
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 48ms
64
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 53ms
66
65
 
67
66
   Test Files  36 passed | 1 skipped (37)
68
67
   Tests  240 passed | 6 skipped (246)
69
-  Start at  17:51:44
70
-  Duration  80.82s (transform 6.45s, setup 10.61s, collect 170.76s, tests 25.25s, environment 20.59s, prepare 3.97s)
68
+  Start at  16:54:47
69
+  Duration  80.82s (transform 6.41s, setup 10.95s, collect 171.14s, tests 25.44s, environment 20.53s, prepare 3.98s)
71
70