@coveord/plasma-mantine 55.7.2-next.0 → 55.7.2-next.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 (50) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +51 -54
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/collection/CollectionItem.js +0 -1
  5. package/dist/cjs/components/collection/CollectionItem.js.map +1 -1
  6. package/dist/cjs/components/copyToClipboard/CopyToClipboard.js +1 -3
  7. package/dist/cjs/components/copyToClipboard/CopyToClipboard.js.map +1 -1
  8. package/dist/cjs/components/table/Table.module.css +4 -3
  9. package/dist/cjs/styles/Alert.module.css +0 -7
  10. package/dist/cjs/styles/Button.module.css +1 -1
  11. package/dist/cjs/styles/Table.module.css +3 -0
  12. package/dist/cjs/styles/Tabs.module.css +1 -2
  13. package/dist/cjs/styles/Text.module.css +4 -0
  14. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  15. package/dist/cjs/theme/Theme.js +42 -4
  16. package/dist/cjs/theme/Theme.js.map +1 -1
  17. package/dist/cjs/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  18. package/dist/cjs/theme/plasmaCSSVariablesResolver.js +4 -2
  19. package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
  20. package/dist/esm/components/collection/CollectionItem.js +0 -1
  21. package/dist/esm/components/collection/CollectionItem.js.map +1 -1
  22. package/dist/esm/components/copyToClipboard/CopyToClipboard.js +0 -1
  23. package/dist/esm/components/copyToClipboard/CopyToClipboard.js.map +1 -1
  24. package/dist/esm/components/table/Table.module.css +4 -3
  25. package/dist/esm/styles/Alert.module.css +0 -7
  26. package/dist/esm/styles/Button.module.css +1 -1
  27. package/dist/esm/styles/Table.module.css +3 -0
  28. package/dist/esm/styles/Tabs.module.css +1 -2
  29. package/dist/esm/styles/Text.module.css +4 -0
  30. package/dist/esm/theme/Theme.d.ts.map +1 -1
  31. package/dist/esm/theme/Theme.js +42 -5
  32. package/dist/esm/theme/Theme.js.map +1 -1
  33. package/dist/esm/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  34. package/dist/esm/theme/plasmaCSSVariablesResolver.js +4 -2
  35. package/dist/esm/theme/plasmaCSSVariablesResolver.js.map +1 -1
  36. package/package.json +1 -1
  37. package/src/components/collection/CollectionItem.tsx +1 -1
  38. package/src/components/copyToClipboard/CopyToClipboard.tsx +1 -1
  39. package/src/components/table/Table.module.css +4 -3
  40. package/src/styles/Alert.module.css +0 -7
  41. package/src/styles/Button.module.css +1 -1
  42. package/src/styles/Table.module.css +3 -0
  43. package/src/styles/Tabs.module.css +1 -2
  44. package/src/styles/Text.module.css +4 -0
  45. package/src/theme/Theme.tsx +42 -3
  46. package/src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts +15 -1
  47. package/src/theme/plasmaCSSVariablesResolver.ts +4 -2
  48. package/dist/cjs/components/header/__tests__/__snapshots__/Header.spec.tsx.snap +0 -73
  49. package/dist/esm/components/header/__tests__/__snapshots__/Header.spec.tsx.snap +0 -73
  50. package/src/components/header/__tests__/__snapshots__/Header.spec.tsx.snap +0 -73
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.5.2-next.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.1 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 114 files, copied 36 files with swc (658.71ms)
6
- Successfully compiled: 114 files, copied 36 files with swc (702.17ms)
5
+ Successfully compiled: 114 files, copied 36 files with swc (612.24ms)
6
+ Successfully compiled: 114 files, copied 36 files with swc (699.04ms)
7
7
 
@@ -1,67 +1,64 @@
1
1
 
2
- > @coveord/plasma-mantine@55.5.2-next.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.1 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > TZ=UTC vitest run "--silent"
4
4
 
5
5
  The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
6
6
 
7
7
   RUN  v3.0.5 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1188ms
10
- ✓ Table > when multi row selection is enabled > unselects all the selected rows when clicking on the the unselect button from the table header 307ms
11
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1640ms
12
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2301ms
13
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 832ms
14
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 644ms
15
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1094ms
16
- ✓ Table.Actions > displays the actions when the row is selected 316ms
17
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 346ms
18
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 188ms
19
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 690ms
20
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 701ms
21
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 754ms
22
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 879ms
23
- ✓ Table.Predicate > goes back to the first page when changing the predicate 533ms
24
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 545ms
25
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4817ms
26
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 488ms
27
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1002ms
28
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 561ms
29
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2443ms
30
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 452ms
31
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1892ms
32
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1807ms
33
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 383ms
34
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 322ms
35
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3835ms
36
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3569ms
37
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 235ms
38
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 298ms
39
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 8ms
40
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 347ms
9
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1234ms
10
+ ✓ Table > when multi row selection is enabled > unselects all the selected rows when clicking on the the unselect button from the table header 308ms
11
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1627ms
12
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2411ms
13
+ ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible 316ms
14
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 837ms
15
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 696ms
16
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1097ms
17
+ ✓ Table.Actions > displays the actions when the row is selected 317ms
18
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 313ms
19
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 178ms
20
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 647ms
21
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 688ms
22
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 867ms
23
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 935ms
24
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 602ms
25
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 589ms
26
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5184ms
27
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 549ms
28
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1092ms
29
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 438ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2743ms
31
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 476ms
32
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1866ms
33
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1739ms
34
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 415ms
35
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 328ms
36
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3819ms
37
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3553ms
38
+ ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 244ms
39
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 291ms
40
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
41
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 295ms
41
42
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
42
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 253ms
43
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 461ms
44
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 372ms
45
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 309ms
46
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 32ms
47
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1617ms
48
- ✓ EditableDateRangePicker > updates when editing values 1391ms
49
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 319ms
50
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 300ms
51
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 80ms
52
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 195ms
53
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 138ms
43
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 300ms
44
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 386ms
45
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 310ms
46
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 19ms
47
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 290ms
48
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1846ms
49
+ ✓ EditableDateRangePicker > updates when editing values 1623ms
50
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 323ms
51
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 295ms
54
52
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 3ms
55
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 49ms
56
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 134ms
57
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 60ms
58
-
59
-  Snapshots  1 obsolete
60
-   ↳ src/components/header/__tests__/Header.spec.tsx
61
-   · Header > renders the specified breadcrumbs above the title 1
53
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 65ms
54
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 213ms
55
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 168ms
56
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 181ms
57
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 44ms
58
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
62
59
 
63
60
   Test Files  35 passed | 1 skipped (36)
64
61
   Tests  232 passed | 6 skipped (238)
65
-  Start at  21:57:16
66
-  Duration  54.25s (transform 2.91s, setup 10.26s, collect 91.91s, tests 27.67s, environment 20.42s, prepare 4.38s)
62
+  Start at  20:54:10
63
+  Duration  55.25s (transform 2.46s, setup 10.09s, collect 90.75s, tests 28.57s, environment 20.94s, prepare 4.88s)
67
64