@coveord/plasma-mantine 56.12.0 → 56.13.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 (27) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-test.log +112 -106
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/Skeleton/Skeleton.d.ts.map +1 -1
  5. package/dist/cjs/components/Skeleton/Skeleton.js +1 -0
  6. package/dist/cjs/components/Skeleton/Skeleton.js.map +1 -1
  7. package/dist/cjs/components/Table/table-column/TableActionsColumn.d.ts.map +1 -1
  8. package/dist/cjs/components/Table/table-column/TableActionsColumn.js +1 -1
  9. package/dist/cjs/components/Table/table-column/TableActionsColumn.js.map +1 -1
  10. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.d.ts +2 -2
  11. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.d.ts.map +1 -1
  12. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js +10 -13
  13. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js.map +1 -1
  14. package/dist/esm/components/Skeleton/Skeleton.d.ts.map +1 -1
  15. package/dist/esm/components/Skeleton/Skeleton.js +2 -0
  16. package/dist/esm/components/Skeleton/Skeleton.js.map +1 -1
  17. package/dist/esm/components/Table/table-column/TableActionsColumn.d.ts.map +1 -1
  18. package/dist/esm/components/Table/table-column/TableActionsColumn.js +2 -2
  19. package/dist/esm/components/Table/table-column/TableActionsColumn.js.map +1 -1
  20. package/dist/esm/components/Table/table-columns-selector/TableColumnsSelector.d.ts +2 -2
  21. package/dist/esm/components/Table/table-columns-selector/TableColumnsSelector.d.ts.map +1 -1
  22. package/dist/esm/components/Table/table-columns-selector/TableColumnsSelector.js +8 -10
  23. package/dist/esm/components/Table/table-columns-selector/TableColumnsSelector.js.map +1 -1
  24. package/package.json +3 -3
  25. package/src/components/Skeleton/Skeleton.ts +4 -0
  26. package/src/components/Table/table-column/TableActionsColumn.tsx +2 -5
  27. package/src/components/Table/table-columns-selector/TableColumnsSelector.tsx +8 -9
@@ -1,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@56.11.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.12.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3024) [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.
5
+ (node:3043) [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
6
  (Use `node --trace-deprecation ...` to show where the warning was created)
7
- Successfully compiled: 207 files, copied 64 files with swc (610.15ms)
8
- Successfully compiled: 207 files, copied 64 files with swc (616.4ms)
7
+ Successfully compiled: 207 files, copied 64 files with swc (547.99ms)
8
+ Successfully compiled: 207 files, copied 64 files with swc (683.21ms)
9
9
 
@@ -1,119 +1,125 @@
1
1
 
2
- > @coveord/plasma-mantine@56.11.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.12.0 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
6
   RUN  v4.0.15 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (16 tests) 2002ms
9
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2633ms
10
- ✓ reset row selection when user click outside the table  305ms
11
- ✓ handles switching layout  512ms
12
- ✓ does not clear the row selection when clicking outside the table  325ms
13
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  358ms
14
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4141ms
15
- ✓ renders the data using the RowLayout by default  597ms
16
- ✓ closes the opened collapsible when using the accordion column and the user expand a different row  444ms
17
- ✓ allows selection of a different row if row selection is forced  327ms
18
- ✓ selects all rows of the current page when clicking on the checkbox that is in the column header  308ms
19
- ✓ prevents row selection if disableRowSelection is true  369ms
20
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1376ms
21
- ✓ calculates the number of pages based on the pageSize and the total number of entries  415ms
22
- ✓ changes the page when the pagination is client side  423ms
23
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3249ms
24
- ✓ displays the actions when the row is selected  599ms
25
- ✓ displays the secondary actions when the row is selected and the user clicks on more  1394ms
26
- ✓ passes down an array of selected rows  739ms
27
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 174ms
28
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 9726ms
29
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  697ms
30
- ✓ renders all columns in the dropdown except control columns  1145ms
31
- ✓ renders all checkboxes checked by default  900ms
32
- ✓ hides a column when the user unchecks it  998ms
33
- ✓ shows a column when the user checks it  949ms
34
- ✓ renders a disabled checked checkbox for columns that are always visible  631ms
35
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  693ms
36
- ✓ renders unchecked checkboxes for columns that are not visible in the initial state  846ms
37
- ✓ disables unchecked columns when the maximum number of visible columns is reached  884ms
38
- ✓ renders a footer with the max columns message when maxSelectableColumns is set  585ms
39
- ✓ does not render a footer when maxSelectableColumns is not set  590ms
40
- ✓ enables a disabled column when a visible column is hidden  795ms
41
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1399ms
42
- ✓ calls the onClick prop when clicking on the menu item  352ms
43
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1198ms
44
- ✓ displays the label  374ms
45
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1693ms
46
- ✓ displays the placeholder  410ms
47
- ✓ goes back to the first page when changing the filter  426ms
48
- ✓ does not unselect rows that get filtered out  467ms
49
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 964ms
50
- ✓ renders the monaco editor, a copy to clipboard button and a search button  331ms
51
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5626ms
52
- ✓ calls onApply when the user clicks on the apply button  1008ms
53
- ✓ calls onCancel when the user clicks on the cancel button  511ms
54
- ✓ calls onApply with the selected dates when clicking in the calendar  1591ms
55
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  832ms
56
- ✓ calls onApply with the selected dates when typing in the inputs  1603ms
57
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 17684ms
58
- ✓ opens popover when input is clicked  498ms
59
- ✓ calls onChange when a date range is applied  3241ms
60
- ✓ closes popover when Cancel is clicked  620ms
61
- ✓ calls onCancel when Cancel button is clicked  636ms
62
- ✓ applies the selected date range in uncontrolled mode  3469ms
63
- ✓ applies the selected date range in controlled mode  3882ms
64
- ✓ renders preset options in the popover  1039ms
65
- ✓ sets the selected date range in the url  2806ms
66
- ✓ calls onOpenedChange when popover state changes  635ms
67
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 561ms
68
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3039ms
69
- ✓ goes back to the first page when changing the predicate  1744ms
70
- ✓ sets the current predicate value in the url using the predicate id as key  1155ms
71
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 952ms
72
- ✓ displays the sort icon for every sortable column  394ms
73
- ✓ changes the sort icon when clicking on a table header  329ms
74
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4179ms
75
- ✓ calls onApply with the selected dates when clicking in the calendar  4054ms
76
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4914ms
8
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (16 tests) 2160ms
9
+ ✓ removes the item when clicking on its remove button  311ms
10
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2916ms
11
+ ✓ reset row selection when user click outside the table  348ms
12
+ ✓ does not reset row selection when clicking within one of the specified additionalRootNodes, even if it is outside the table  340ms
13
+ ✓ handles switching layout  440ms
14
+ ✓ does not clear the row selection when clicking outside the table  388ms
15
+ ✓ unselects all the selected rows when clicking on the the unselect button from the table header  534ms
16
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4697ms
17
+ ✓ renders the data using the RowLayout by default  573ms
18
+ ✓ closes the opened collapsible when using the accordion column and the user expand a different row  518ms
19
+ ✓ toggles row selection when clicking on a selected row  319ms
20
+ ✓ allows selection of a different row if row selection is forced  330ms
21
+ ✓ selects all rows of the current page when clicking on the checkbox that is in the column header  359ms
22
+ ✓ prevents row selection if disableRowSelection is true  547ms
23
+ ✓ prevents click on checkboxes if disableRowSelection is true  325ms
24
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1405ms
25
+ ✓ calculates the number of pages based on the pageSize and the total number of entries  418ms
26
+ ✓ changes the page when the pagination is client side  392ms
27
+ ✓ changes page when the current page is greater than the total number of pages  321ms
28
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3770ms
29
+ ✓ displays the actions when the row is selected  765ms
30
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  1749ms
31
+ ✓ passes down an array of selected rows  669ms
32
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 124ms
33
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 10938ms
34
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  745ms
35
+ ✓ renders all columns in the dropdown except control columns  1387ms
36
+ ✓ renders all checkboxes checked by default  913ms
37
+ ✓ hides a column when the user unchecks it  1026ms
38
+ ✓ shows a column when the user checks it  811ms
39
+ ✓ renders a disabled checked checkbox for columns that are always visible  682ms
40
+ ✓ renders a tooltip when hovering a disabled always visible column checkbox  852ms
41
+ ✓ renders unchecked checkboxes for columns that are not visible in the initial state  895ms
42
+ ✓ disables unchecked columns when the maximum number of visible columns is reached  1032ms
43
+ ✓ renders a footer with the max columns message when maxSelectableColumns is set  718ms
44
+ ✓ does not render a footer when maxSelectableColumns is not set  813ms
45
+ ✓ enables a disabled column when a visible column is hidden  1045ms
46
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1500ms
47
+ ✓ calls the onClick prop when clicking on the menu item  380ms
48
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1343ms
49
+ ✓ displays the label  348ms
50
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1792ms
51
+ ✓ displays the placeholder  392ms
52
+ ✓ goes back to the first page when changing the filter  489ms
53
+ ✓ does not unselect rows that get filtered out  546ms
54
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 985ms
55
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  424ms
56
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 18319ms
57
+ ✓ renders with placeholder text when no date range is selected  327ms
58
+ ✓ opens popover when input is clicked  548ms
59
+ ✓ calls onChange when a date range is applied  3468ms
60
+ ✓ closes popover when Cancel is clicked  547ms
61
+ ✓ calls onCancel when Cancel button is clicked  678ms
62
+ ✓ applies the selected date range in uncontrolled mode  3304ms
63
+ ✓ applies the selected date range in controlled mode  4258ms
64
+ ✓ renders preset options in the popover  1000ms
65
+ ✓ sets the selected date range in the url  2935ms
66
+ ✓ calls onOpenedChange when popover state changes  667ms
67
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 6344ms
68
+ ✓ calls onApply when the user clicks on the apply button  913ms
69
+ ✓ calls onCancel when the user clicks on the cancel button  565ms
70
+ ✓ calls onApply with the selected dates when clicking in the calendar  1788ms
71
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  1064ms
72
+ ✓ calls onApply with the selected dates when typing in the inputs  1909ms
73
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 529ms
74
+ ✓ renders a heading of level 1 with the specified children within  301ms
75
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3502ms
76
+ ✓ goes back to the first page when changing the predicate  2035ms
77
+ ✓ sets the current predicate value in the url using the predicate id as key  1264ms
78
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 1057ms
79
+ ✓ displays the sort icon for every sortable column  389ms
80
+ ✓ changes the sort icon when clicking on a table header  437ms
81
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4487ms
82
+ ✓ calls onApply with the selected dates when clicking in the calendar  4337ms
83
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4967ms
77
84
  ✓ displays the initial dates  436ms
78
- ✓ sets the selected date range in the url  4378ms
79
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 4940ms
80
- ✓ updates with the selected dates when choosing a preset  1370ms
81
- ✓ can change the date and time  3419ms
82
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 813ms
83
- ✓ expands the rows when the user clicks on a cell  613ms
84
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 538ms
85
- ✓ displays the label and time  317ms
86
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 4137ms
87
- ✓ renders an input for the start and an input for the end  368ms
88
- ✓ updates when editing values  1653ms
89
- ✓ accepts minDate and maxDate props for start and end inputs  2113ms
90
- ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 436ms
91
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 8ms
85
+ ✓ sets the selected date range in the url  4445ms
86
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 5496ms
87
+ ✓ updates with the selected dates when choosing a preset  1388ms
88
+ ✓ can change the date and time  3942ms
89
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 890ms
90
+ ✓ expands the rows when the user clicks on a cell  695ms
91
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 534ms
92
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 4319ms
93
+ ✓ renders an input for the start and an input for the end  419ms
94
+ ✓ updates when editing values  1744ms
95
+ ✓ accepts minDate and maxDate props for start and end inputs  2153ms
96
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
97
+ ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 559ms
92
98
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
93
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 573ms
99
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 562ms
94
100
  ✓ shows a tooltip when hovering over the disabled button  507ms
95
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1169ms
96
- ✓ calls onChange when selecting a preset  960ms
97
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 440ms
98
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 31ms
99
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 747ms
100
- ✓ displays the title, body and close button  327ms
101
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 621ms
102
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 582ms
103
- ✓ renders the specified text as the header tooltip content  477ms
104
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
105
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 516ms
106
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 359ms
107
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 305ms
108
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (3 tests) 318ms
109
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 78ms
110
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 270ms
111
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 299ms
112
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 49ms
113
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 49ms
101
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1208ms
102
+ ✓ calls onChange when selecting a preset  991ms
103
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 495ms
104
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
105
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 770ms
106
+ ✓ displays the title, body and close button  340ms
107
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 590ms
108
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 587ms
109
+ ✓ renders the specified text as the header tooltip content  473ms
110
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 14ms
111
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 526ms
112
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 339ms
113
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 298ms
114
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (3 tests) 212ms
115
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 90ms
116
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 251ms
117
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 287ms
118
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 63ms
119
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 51ms
114
120
 
115
121
   Test Files  41 passed | 1 skipped (42)
116
122
   Tests  281 passed | 6 skipped (287)
117
-  Start at  19:47:43
118
-  Duration  61.54s (transform 1.86s, setup 10.19s, import 50.90s, tests 82.80s, environment 30.82s)
123
+  Start at  22:31:57
124
+  Duration  63.50s (transform 1.84s, setup 10.74s, import 51.09s, tests 89.01s, environment 31.01s)
119
125