@coveord/plasma-mantine 59.4.3 → 59.6.0

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 (46) hide show
  1. package/.turbo/turbo-build.log +4 -7
  2. package/.turbo/turbo-test.log +88 -96
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/DateRangePicker/DateRangePickerInlineCalendar.d.ts.map +1 -1
  5. package/dist/cjs/components/DateRangePicker/DateRangePickerInlineCalendar.js.map +1 -1
  6. package/dist/cjs/components/Facet/Facet.module.css +1 -0
  7. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutBody.d.ts.map +1 -1
  8. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutBody.js.map +1 -1
  9. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutHeader.d.ts.map +1 -1
  10. package/dist/cjs/components/Table/layouts/row-layout/RowLayoutHeader.js.map +1 -1
  11. package/dist/cjs/components/Table/table-actions/TableActionItem.d.ts.map +1 -1
  12. package/dist/cjs/components/Table/table-actions/TableActionItem.js.map +1 -1
  13. package/dist/cjs/components/Table/table-actions/TableActionsList.d.ts.map +1 -1
  14. package/dist/cjs/components/Table/table-actions/TableActionsList.js.map +1 -1
  15. package/dist/cjs/index.d.ts +1 -0
  16. package/dist/cjs/index.d.ts.map +1 -1
  17. package/dist/cjs/index.js.map +1 -1
  18. package/dist/cjs/styles/NavLink.module.css +0 -6
  19. package/dist/cjs/styles/RadioCard.module.css +2 -0
  20. package/dist/esm/components/DateRangePicker/DateRangePickerInlineCalendar.d.ts.map +1 -1
  21. package/dist/esm/components/DateRangePicker/DateRangePickerInlineCalendar.js.map +1 -1
  22. package/dist/esm/components/Facet/Facet.module.css +1 -0
  23. package/dist/esm/components/Table/layouts/row-layout/RowLayoutBody.d.ts.map +1 -1
  24. package/dist/esm/components/Table/layouts/row-layout/RowLayoutBody.js.map +1 -1
  25. package/dist/esm/components/Table/layouts/row-layout/RowLayoutHeader.d.ts.map +1 -1
  26. package/dist/esm/components/Table/layouts/row-layout/RowLayoutHeader.js.map +1 -1
  27. package/dist/esm/components/Table/table-actions/TableActionItem.d.ts.map +1 -1
  28. package/dist/esm/components/Table/table-actions/TableActionItem.js.map +1 -1
  29. package/dist/esm/components/Table/table-actions/TableActionsList.d.ts.map +1 -1
  30. package/dist/esm/components/Table/table-actions/TableActionsList.js.map +1 -1
  31. package/dist/esm/index.d.ts +1 -0
  32. package/dist/esm/index.d.ts.map +1 -1
  33. package/dist/esm/index.js +0 -1
  34. package/dist/esm/index.js.map +1 -1
  35. package/dist/esm/styles/NavLink.module.css +0 -6
  36. package/dist/esm/styles/RadioCard.module.css +2 -0
  37. package/package.json +1 -1
  38. package/src/components/DateRangePicker/DateRangePickerInlineCalendar.tsx +4 -2
  39. package/src/components/Facet/Facet.module.css +1 -0
  40. package/src/components/Table/layouts/row-layout/RowLayoutBody.tsx +1 -3
  41. package/src/components/Table/layouts/row-layout/RowLayoutHeader.tsx +1 -3
  42. package/src/components/Table/table-actions/TableActionItem.tsx +2 -1
  43. package/src/components/Table/table-actions/TableActionsList.tsx +2 -1
  44. package/src/index.ts +1 -0
  45. package/src/styles/NavLink.module.css +0 -6
  46. package/src/styles/RadioCard.module.css +2 -0
@@ -1,9 +1,6 @@
1
-
2
- > @coveord/plasma-mantine@59.4.2 build /home/runner/work/plasma/plasma/packages/mantine
3
- > node ../../scripts/build
4
-
5
- (node:4280) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
1
+ $ node ../../scripts/build
2
+ (node:2598) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
6
3
  (Use `node --trace-deprecation ...` to show where the warning was created)
7
- Successfully compiled: 232 files, copied 73 files with swc (581.64ms)
8
- Successfully compiled: 232 files, copied 73 files with swc (667.36ms)
4
+ Successfully compiled: 232 files, copied 73 files with swc (600.87ms)
5
+ Successfully compiled: 232 files, copied 73 files with swc (870.68ms)
9
6
 
@@ -1,105 +1,97 @@
1
-
2
- > @coveord/plasma-mantine@59.4.2 test /home/runner/work/plasma/plasma/packages/mantine
3
- > cross-env TZ=UTC vitest run --silent
4
-
1
+ $ cross-env TZ=UTC vitest run --silent
5
2
 
6
3
   RUN  v4.1.5 /home/runner/work/plasma/plasma/packages/mantine
7
4
 
8
- ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 856ms
9
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1424ms
10
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1988ms
11
- ✓ renders the data using the RowLayout by default  340ms
12
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1538ms
13
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 855ms
14
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 3637ms
15
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  398ms
16
- ✓ renders all columns in the dropdown except control columns  385ms
17
- ✓ renders all checkboxes checked by default  313ms
18
- ✓ hides a column when the user unchecks it  353ms
19
- ✓ shows a column when the user checks it  358ms
20
- ✓ enables a disabled column when a visible column is hidden  357ms
21
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (18 tests) 2021ms
22
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1512ms
23
- ✓ displays the actions when the row is selected  478ms
24
- ✓ displays the secondary actions when the row is selected and the user clicks on more  475ms
25
- ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 67ms
5
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 865ms
6
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1461ms
7
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1843ms
8
+ ✓ renders the data using the RowLayout by default  329ms
9
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1360ms
10
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 818ms
11
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 3573ms
12
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  472ms
13
+ ✓ renders all columns in the dropdown except control columns  369ms
14
+ ✓ hides a column when the user unchecks it  357ms
15
+ ✓ shows a column when the user checks it  325ms
16
+ ✓ enables a disabled column when a visible column is hidden  361ms
17
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1392ms
18
+ ✓ displays the actions when the row is selected  417ms
19
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  483ms
20
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (18 tests) 1942ms
26
21
  ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 179ms
27
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 893ms
28
- ✓ displays the label  322ms
29
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 795ms
30
- ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 26ms
31
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 9ms
32
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 852ms
33
- ✓ renders the monaco editor, a copy to clipboard button and a search button  362ms
34
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1036ms
35
- ✓ displays the placeholder  306ms
36
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 13072ms
37
- ✓ calls onChange when a date range is applied  2675ms
38
- ✓ closes popover when Cancel is clicked  401ms
39
- ✓ calls onCancel when Cancel button is clicked  432ms
40
- ✓ applies the selected date range in uncontrolled mode  2791ms
41
- ✓ applies the selected date range in controlled mode  3025ms
42
- ✓ sets the selected date range in the url  2310ms
43
- ✓ calls onOpenedChange when popover state changes  347ms
44
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1110ms
45
- ✓ goes back to the first page when changing the predicate  731ms
46
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 49ms
47
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 406ms
48
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4482ms
49
- ✓ calls onApply when the user clicks on the apply button  742ms
50
- ✓ calls onCancel when the user clicks on the cancel button  404ms
51
- ✓ calls onApply with the selected dates when clicking in the calendar  1024ms
52
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  636ms
53
- ✓ calls onApply with the selected dates when typing in the inputs  1568ms
54
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 642ms
55
- ✓ displays the sort icon for every sortable column  308ms
56
- ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 511ms
57
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2251ms
58
- ✓ calls onApply with the selected dates when clicking in the calendar  2145ms
59
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3785ms
60
- ✓ sets the selected date range in the url  3434ms
61
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2214ms
62
- ✓ updates with the selected dates when choosing a preset  407ms
63
- ✓ can change the date and time  1667ms
64
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3242ms
65
- ✓ renders an input for the start and an input for the end  318ms
66
- ✓ updates when editing values  1271ms
67
- ✓ accepts minDate and maxDate props for start and end inputs  1649ms
68
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 372ms
69
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 508ms
70
- ✓ expands the rows when the user clicks on a cell  372ms
71
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 9ms
72
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 464ms
22
+ ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 69ms
23
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 780ms
24
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 810ms
25
+ ✓ displays the label  303ms
26
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 12ms
27
+ ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 18ms
28
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 826ms
29
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  373ms
30
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1031ms
31
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 12117ms
32
+ ✓ calls onChange when a date range is applied  2407ms
33
+ ✓ calls onCancel when Cancel button is clicked  373ms
34
+ ✓ applies the selected date range in uncontrolled mode  2718ms
35
+ ✓ applies the selected date range in controlled mode  2775ms
36
+ ✓ sets the selected date range in the url  2156ms
37
+ ✓ calls onOpenedChange when popover state changes  316ms
38
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1184ms
39
+ ✓ goes back to the first page when changing the predicate  763ms
40
+ ✓ sets the current predicate value in the url using the predicate id as key  319ms
41
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 96ms
42
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 467ms
43
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4088ms
44
+ ✓ calls onApply when the user clicks on the apply button  751ms
45
+ ✓ calls onCancel when the user clicks on the cancel button  300ms
46
+ ✓ calls onApply with the selected dates when clicking in the calendar  911ms
47
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  596ms
48
+ ✓ calls onApply with the selected dates when typing in the inputs  1443ms
49
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 627ms
50
+ ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 539ms
51
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2020ms
52
+ ✓ calls onApply with the selected dates when clicking in the calendar  1904ms
53
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2300ms
54
+ ✓ updates with the selected dates when choosing a preset  466ms
55
+ ✓ can change the date and time  1726ms
56
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3513ms
57
+ ✓ displays the initial dates  324ms
58
+ ✓ sets the selected date range in the url  3139ms
59
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 2910ms
60
+ ✓ updates when editing values  1287ms
61
+ ✓ accepts minDate and maxDate props for start and end inputs  1330ms
62
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 383ms
63
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 517ms
64
+ ✓ expands the rows when the user clicks on a cell  395ms
65
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 14ms
73
66
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
74
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 383ms
75
- ✓ shows a tooltip when hovering over the disabled button  354ms
76
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 340ms
77
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 623ms
78
- ✓ calls onChange when selecting a preset  496ms
79
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 370ms
80
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 36ms
81
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 540ms
82
- ✓ displays the title, body and close button  313ms
83
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 403ms
84
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 432ms
85
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 315ms
86
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 13ms
87
- ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 323ms
88
- ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  317ms
89
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 215ms
90
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 73ms
91
- ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 354ms
92
- ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  350ms
93
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 194ms
94
- ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 334ms
95
- ✓ renders start and end date in correct format  329ms
96
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 325ms
97
- ✓ should call handleSearch when the search button is clicked  320ms
98
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 59ms
99
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 56ms
67
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 434ms
68
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 372ms
69
+ ✓ shows a tooltip when hovering over the disabled button  334ms
70
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 305ms
71
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 634ms
72
+ ✓ calls onChange when selecting a preset  492ms
73
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 25ms
74
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 407ms
75
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 552ms
76
+ ✓ displays the title, body and close button  312ms
77
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 371ms
78
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 405ms
79
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 290ms
80
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 11ms
81
+ ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 329ms
82
+ ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  322ms
83
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 230ms
84
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 123ms
85
+ ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 361ms
86
+ ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  357ms
87
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 251ms
88
+ ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 275ms
89
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 223ms
90
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 54ms
91
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 52ms
100
92
 
101
93
   Test Files  50 passed | 1 skipped (51)
102
94
   Tests  386 passed | 6 skipped (392)
103
-  Start at  18:34:23
104
-  Duration  57.69s (transform 2.16s, setup 10.26s, import 47.75s, tests 56.19s, environment 47.24s)
95
+  Start at  19:50:38
96
+  Duration  53.03s (transform 2.20s, setup 8.78s, import 42.40s, tests 53.46s, environment 44.06s)
105
97