@coveord/plasma-mantine 55.7.2-next.27 → 55.7.2-next.29

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 (33) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +50 -50
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/date-range-picker/DateRangePickerPresetSelect.d.ts +3 -3
  5. package/dist/cjs/components/date-range-picker/DateRangePickerPresetSelect.d.ts.map +1 -1
  6. package/dist/cjs/components/date-range-picker/DateRangePickerPresetSelect.js.map +1 -1
  7. package/dist/cjs/styles/SegmentedControl.module.css +54 -1
  8. package/dist/cjs/styles/global.css +14 -0
  9. package/dist/cjs/theme/Plasmantine.d.ts +1 -0
  10. package/dist/cjs/theme/Plasmantine.d.ts.map +1 -1
  11. package/dist/cjs/theme/Plasmantine.js +1 -0
  12. package/dist/cjs/theme/Plasmantine.js.map +1 -1
  13. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  14. package/dist/cjs/theme/Theme.js +15 -7
  15. package/dist/cjs/theme/Theme.js.map +1 -1
  16. package/dist/esm/components/date-range-picker/DateRangePickerPresetSelect.d.ts +3 -3
  17. package/dist/esm/components/date-range-picker/DateRangePickerPresetSelect.d.ts.map +1 -1
  18. package/dist/esm/components/date-range-picker/DateRangePickerPresetSelect.js.map +1 -1
  19. package/dist/esm/styles/SegmentedControl.module.css +54 -1
  20. package/dist/esm/styles/global.css +14 -0
  21. package/dist/esm/theme/Plasmantine.d.ts +1 -0
  22. package/dist/esm/theme/Plasmantine.d.ts.map +1 -1
  23. package/dist/esm/theme/Plasmantine.js +1 -0
  24. package/dist/esm/theme/Plasmantine.js.map +1 -1
  25. package/dist/esm/theme/Theme.d.ts.map +1 -1
  26. package/dist/esm/theme/Theme.js +15 -7
  27. package/dist/esm/theme/Theme.js.map +1 -1
  28. package/package.json +3 -3
  29. package/src/components/date-range-picker/DateRangePickerPresetSelect.tsx +3 -3
  30. package/src/styles/SegmentedControl.module.css +54 -1
  31. package/src/styles/global.css +14 -0
  32. package/src/theme/Plasmantine.tsx +1 -0
  33. package/src/theme/Theme.tsx +9 -5
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.26 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.28 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 (479.8ms)
6
- Successfully compiled: 121 files, copied 45 files with swc (542.18ms)
5
+ Successfully compiled: 121 files, copied 46 files with swc (456.71ms)
6
+ Successfully compiled: 121 files, copied 46 files with swc (529.52ms)
7
7
 
@@ -1,68 +1,68 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.26 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.28 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:49:03 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
+ 6:27:29 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) 907ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 999ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1470ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 575ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1109ms
20
- ✓ Table.Actions > displays the actions when the row is selected  307ms
21
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  410ms
22
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2286ms
23
- ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  310ms
24
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 160ms
25
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 628ms
26
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 613ms
27
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 635ms
28
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 813ms
29
- ✓ Table.Predicate > goes back to the first page when changing the predicate  555ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3273ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  442ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  700ms
33
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  409ms
34
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1393ms
35
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 564ms
36
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 345ms
37
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1749ms
38
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1652ms
39
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3005ms
40
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2757ms
41
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 233ms
42
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 321ms
43
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 265ms
44
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
45
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 302ms
15
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 950ms
16
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1070ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1436ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 584ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1112ms
20
+ ✓ Table.Actions > displays the actions when the row is selected  312ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  399ms
22
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2280ms
23
+ ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  305ms
24
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 175ms
25
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 627ms
26
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 697ms
27
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 692ms
28
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 956ms
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) 3344ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  425ms
32
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  637ms
33
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  456ms
34
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1501ms
35
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 520ms
36
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 376ms
37
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1653ms
38
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1533ms
39
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3157ms
40
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2891ms
41
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 254ms
42
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 324ms
43
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 8ms
44
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 279ms
45
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 315ms
46
46
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
47
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 282ms
48
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 466ms
49
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  395ms
50
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
51
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 293ms
52
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1493ms
53
- ✓ EditableDateRangePicker > updates when editing values  1303ms
54
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 294ms
55
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 7ms
56
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 292ms
57
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 75ms
58
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 212ms
59
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 119ms
60
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 173ms
61
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 53ms
47
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 269ms
48
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 519ms
49
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  434ms
50
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 25ms
51
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 320ms
52
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1572ms
53
+ ✓ EditableDateRangePicker > updates when editing values  1378ms
54
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 313ms
55
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 3ms
56
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 355ms
57
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 71ms
58
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 192ms
59
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 167ms
60
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 159ms
61
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 46ms
62
62
  ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
63
63
 
64
64
   Test Files  35 passed | 1 skipped (36)
65
65
   Tests  238 passed | 6 skipped (244)
66
-  Start at  19:48:55
67
-  Duration  77.00s (transform 6.28s, setup 10.17s, collect 163.04s, tests 24.08s, environment 19.57s, prepare 3.73s)
66
+  Start at  18:27:21
67
+  Duration  78.92s (transform 6.35s, setup 10.45s, collect 166.84s, tests 24.86s, environment 19.77s, prepare 3.84s)
68
68