@coveord/plasma-mantine 55.7.2-next.1 → 55.7.2-next.3

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 (44) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +49 -52
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/header/Header.module.css +2 -2
  5. package/dist/cjs/components/table/Table.module.css +1 -1
  6. package/dist/cjs/styles/Alert.module.css +0 -7
  7. package/dist/cjs/styles/Button.module.css +1 -1
  8. package/dist/cjs/styles/Checkbox.module.css +1 -1
  9. package/dist/cjs/styles/InputWrapper.module.css +2 -2
  10. package/dist/cjs/styles/NavLink.module.css +1 -1
  11. package/dist/cjs/styles/SegmentedControl.module.css +1 -1
  12. package/dist/cjs/styles/Table.module.css +3 -0
  13. package/dist/cjs/styles/Tabs.module.css +1 -2
  14. package/dist/cjs/styles/Text.module.css +5 -1
  15. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  16. package/dist/cjs/theme/Theme.js +11 -2
  17. package/dist/cjs/theme/Theme.js.map +1 -1
  18. package/dist/esm/components/header/Header.module.css +2 -2
  19. package/dist/esm/components/table/Table.module.css +1 -1
  20. package/dist/esm/styles/Alert.module.css +0 -7
  21. package/dist/esm/styles/Button.module.css +1 -1
  22. package/dist/esm/styles/Checkbox.module.css +1 -1
  23. package/dist/esm/styles/InputWrapper.module.css +2 -2
  24. package/dist/esm/styles/NavLink.module.css +1 -1
  25. package/dist/esm/styles/SegmentedControl.module.css +1 -1
  26. package/dist/esm/styles/Table.module.css +3 -0
  27. package/dist/esm/styles/Tabs.module.css +1 -2
  28. package/dist/esm/styles/Text.module.css +5 -1
  29. package/dist/esm/theme/Theme.d.ts.map +1 -1
  30. package/dist/esm/theme/Theme.js +12 -3
  31. package/dist/esm/theme/Theme.js.map +1 -1
  32. package/package.json +1 -1
  33. package/src/components/header/Header.module.css +2 -2
  34. package/src/components/table/Table.module.css +1 -1
  35. package/src/styles/Alert.module.css +0 -7
  36. package/src/styles/Button.module.css +1 -1
  37. package/src/styles/Checkbox.module.css +1 -1
  38. package/src/styles/InputWrapper.module.css +2 -2
  39. package/src/styles/NavLink.module.css +1 -1
  40. package/src/styles/SegmentedControl.module.css +1 -1
  41. package/src/styles/Table.module.css +3 -0
  42. package/src/styles/Tabs.module.css +1 -2
  43. package/src/styles/Text.module.css +5 -1
  44. package/src/theme/Theme.tsx +13 -2
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.2 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 114 files, copied 35 files with swc (489.72ms)
6
- Successfully compiled: 114 files, copied 35 files with swc (620ms)
5
+ Successfully compiled: 114 files, copied 36 files with swc (526.88ms)
6
+ Successfully compiled: 114 files, copied 36 files with swc (603.05ms)
7
7
 
@@ -1,66 +1,63 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.2 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) 1334ms
10
- ✓ Table > when multi row selection is enabled > unselects all the selected rows when clicking on the the unselect button from the table header 393ms
11
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1863ms
12
- ✓ RowLayout > when multi row selection is enabled > selects all rows of the current page when clicking on the checkbox that is in the column header 321ms
13
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2558ms
14
- ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible 330ms
15
- ✓ TableColumnsSelector > renders unchecked checkboxes for the columns that are not visible in the inital state of the table 303ms
16
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 751ms
17
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 745ms
18
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1105ms
19
- ✓ Table.Actions > displays the actions when the row is selected 331ms
20
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 319ms
21
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 186ms
22
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 640ms
23
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 767ms
24
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 802ms
25
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 954ms
26
- ✓ Table.Predicate > goes back to the first page when changing the predicate 616ms
27
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 561ms
28
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5060ms
29
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 481ms
30
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1077ms
31
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 480ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2731ms
33
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 415ms
34
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1879ms
35
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1752ms
36
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 404ms
37
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 333ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3740ms
39
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3494ms
40
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 247ms
41
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 245ms
42
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 4ms
43
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 290ms
9
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1100ms
10
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1669ms
11
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2408ms
12
+ ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible 320ms
13
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 727ms
14
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 627ms
15
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1126ms
16
+ ✓ Table.Actions > displays the actions when the row is selected 325ms
17
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 325ms
18
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 221ms
19
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 644ms
20
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 705ms
21
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 823ms
22
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 956ms
23
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 648ms
24
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 619ms
25
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4890ms
26
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 516ms
27
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1074ms
28
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 405ms
29
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2567ms
30
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 451ms
31
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2014ms
32
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1884ms
33
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 429ms
34
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 334ms
35
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3851ms
36
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3579ms
37
+ ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 233ms
38
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 271ms
39
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
40
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 328ms
44
41
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
45
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 264ms
46
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 525ms
47
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 416ms
48
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 261ms
49
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 34ms
50
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1839ms
51
- ✓ EditableDateRangePicker > updates when editing values 1676ms
52
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 364ms
53
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 370ms
42
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 332ms
43
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 440ms
44
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 356ms
45
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 314ms
46
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 30ms
47
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1788ms
48
+ ✓ EditableDateRangePicker > updates when editing values 1580ms
49
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 314ms
50
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 295ms
54
51
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 4ms
55
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 95ms
56
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 279ms
57
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 143ms
58
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 208ms
52
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 71ms
53
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 227ms
54
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 175ms
55
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 203ms
59
56
  ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 38ms
60
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
57
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
61
58
 
62
59
   Test Files  35 passed | 1 skipped (36)
63
60
   Tests  232 passed | 6 skipped (238)
64
-  Start at  18:10:44
65
-  Duration  55.09s (transform 2.65s, setup 10.08s, collect 90.28s, tests 29.01s, environment 20.73s, prepare 4.40s)
61
+  Start at  14:31:33
62
+  Duration  54.87s (transform 2.35s, setup 10.31s, collect 90.37s, tests 28.37s, environment 21.06s, prepare 4.46s)
66
63