@coveord/plasma-mantine 56.1.1 → 56.1.2

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 (27) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +53 -53
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/button/ButtonWithDisabledTooltip.d.ts.map +1 -1
  5. package/dist/cjs/components/button/ButtonWithDisabledTooltip.js +2 -1
  6. package/dist/cjs/components/button/ButtonWithDisabledTooltip.js.map +1 -1
  7. package/dist/cjs/components/collection/Collection.d.ts.map +1 -1
  8. package/dist/cjs/components/collection/Collection.js +13 -11
  9. package/dist/cjs/components/collection/Collection.js.map +1 -1
  10. package/dist/cjs/components/prompt/Prompt.d.ts +7 -3
  11. package/dist/cjs/components/prompt/Prompt.d.ts.map +1 -1
  12. package/dist/cjs/components/prompt/Prompt.js +4 -1
  13. package/dist/cjs/components/prompt/Prompt.js.map +1 -1
  14. package/dist/esm/components/button/ButtonWithDisabledTooltip.d.ts.map +1 -1
  15. package/dist/esm/components/button/ButtonWithDisabledTooltip.js +1 -0
  16. package/dist/esm/components/button/ButtonWithDisabledTooltip.js.map +1 -1
  17. package/dist/esm/components/collection/Collection.d.ts.map +1 -1
  18. package/dist/esm/components/collection/Collection.js +10 -8
  19. package/dist/esm/components/collection/Collection.js.map +1 -1
  20. package/dist/esm/components/prompt/Prompt.d.ts +7 -3
  21. package/dist/esm/components/prompt/Prompt.d.ts.map +1 -1
  22. package/dist/esm/components/prompt/Prompt.js +4 -1
  23. package/dist/esm/components/prompt/Prompt.js.map +1 -1
  24. package/package.json +3 -3
  25. package/src/components/button/ButtonWithDisabledTooltip.tsx +6 -1
  26. package/src/components/collection/Collection.tsx +10 -8
  27. package/src/components/prompt/Prompt.tsx +4 -2
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@56.1.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.1.1 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 (546.57ms)
6
- Successfully compiled: 135 files, copied 57 files with swc (528.87ms)
5
+ Successfully compiled: 135 files, copied 57 files with swc (433.28ms)
6
+ Successfully compiled: 135 files, copied 57 files with swc (549.25ms)
7
7
 
@@ -1,71 +1,71 @@
1
1
 
2
- > @coveord/plasma-mantine@56.1.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.1.1 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:20:13 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:10:49 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) 951ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1033ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1386ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 585ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1158ms
20
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  456ms
21
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2256ms
22
- ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  308ms
23
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 176ms
24
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 638ms
25
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 654ms
26
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 677ms
27
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 905ms
28
- ✓ Table.Predicate > goes back to the first page when changing the predicate  594ms
29
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3189ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  409ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  698ms
32
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  406ms
33
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1412ms
34
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 517ms
35
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 360ms
36
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1724ms
37
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1619ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3335ms
39
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  3080ms
40
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 268ms
41
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 345ms
42
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 15ms
43
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 264ms
44
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 298ms
15
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 940ms
16
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1051ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1451ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 624ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1126ms
20
+ ✓ Table.Actions > displays the actions when the row is selected  306ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  421ms
22
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2324ms
23
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 186ms
24
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 611ms
25
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 635ms
26
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 622ms
27
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 982ms
28
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  624ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3265ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  421ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  758ms
32
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  387ms
33
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1391ms
34
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 503ms
35
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 330ms
36
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1665ms
37
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1563ms
38
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3174ms
39
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2924ms
40
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 222ms
41
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 348ms
42
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 14ms
43
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 241ms
44
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 241ms
45
45
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
46
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 250ms
47
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 480ms
48
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  417ms
49
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 481ms
50
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  357ms
51
- ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 192ms
52
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
53
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1568ms
54
- ✓ EditableDateRangePicker > updates when editing values  1359ms
55
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 348ms
56
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 9ms
57
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 300ms
58
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 265ms
59
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 216ms
60
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 144ms
61
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 76ms
62
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 185ms
63
- ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 114ms
64
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 41ms
46
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 273ms
47
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 442ms
48
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  373ms
49
+ ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 136ms
50
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 478ms
51
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  360ms
52
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 28ms
53
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1592ms
54
+ ✓ EditableDateRangePicker > updates when editing values  1382ms
55
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 294ms
56
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 310ms
57
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 5ms
58
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 301ms
59
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 140ms
60
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 189ms
61
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 72ms
62
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 103ms
63
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 168ms
64
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 58ms
65
65
  ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
66
66
 
67
67
   Test Files  38 passed | 1 skipped (39)
68
68
   Tests  247 passed | 6 skipped (253)
69
-  Start at  14:20:05
70
-  Duration  81.66s (transform 6.41s, setup 10.58s, collect 171.55s, tests 25.47s, environment 18.57s, prepare 3.98s)
69
+  Start at  19:10:41
70
+  Duration  81.65s (transform 6.40s, setup 10.66s, collect 171.46s, tests 25.18s, environment 18.87s, prepare 3.80s)
71
71