@coveord/plasma-mantine 59.7.1 → 59.7.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 (30) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +88 -98
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/DateRangePicker/DateRangePicker.d.ts +1 -1
  5. package/dist/cjs/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  6. package/dist/cjs/components/DateRangePicker/DateRangePicker.js +2 -2
  7. package/dist/cjs/components/DateRangePicker/DateRangePicker.js.map +1 -1
  8. package/dist/cjs/components/DateRangePicker/EditableDateRangePicker.d.ts +1 -1
  9. package/dist/cjs/components/DateRangePicker/EditableDateRangePicker.d.ts.map +1 -1
  10. package/dist/cjs/components/DateRangePicker/EditableDateRangePicker.js.map +1 -1
  11. package/dist/cjs/components/RadioCard/RadioCard.js +1 -1
  12. package/dist/cjs/components/RadioCard/RadioCard.js.map +1 -1
  13. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js +1 -1
  14. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js.map +1 -1
  15. package/dist/esm/components/DateRangePicker/DateRangePicker.d.ts +1 -1
  16. package/dist/esm/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  17. package/dist/esm/components/DateRangePicker/DateRangePicker.js +2 -2
  18. package/dist/esm/components/DateRangePicker/DateRangePicker.js.map +1 -1
  19. package/dist/esm/components/DateRangePicker/EditableDateRangePicker.d.ts +1 -1
  20. package/dist/esm/components/DateRangePicker/EditableDateRangePicker.d.ts.map +1 -1
  21. package/dist/esm/components/DateRangePicker/EditableDateRangePicker.js.map +1 -1
  22. package/dist/esm/components/RadioCard/RadioCard.js +1 -1
  23. package/dist/esm/components/RadioCard/RadioCard.js.map +1 -1
  24. package/dist/esm/components/Table/table-columns-selector/TableColumnsSelector.js +1 -1
  25. package/dist/esm/components/Table/table-columns-selector/TableColumnsSelector.js.map +1 -1
  26. package/package.json +3 -3
  27. package/src/components/DateRangePicker/DateRangePicker.tsx +2 -2
  28. package/src/components/DateRangePicker/EditableDateRangePicker.tsx +1 -1
  29. package/src/components/RadioCard/RadioCard.tsx +1 -1
  30. package/src/components/Table/table-columns-selector/TableColumnsSelector.tsx +1 -1
@@ -1,6 +1,6 @@
1
1
  $ node ../../scripts/build
2
- (node:2784) [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.
2
+ (node:3680) [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.
3
3
  (Use `node --trace-deprecation ...` to show where the warning was created)
4
- Successfully compiled: 232 files, copied 73 files with swc (828.63ms)
5
- Successfully compiled: 232 files, copied 73 files with swc (970ms)
4
+ Successfully compiled: 232 files, copied 73 files with swc (445.42ms)
5
+ Successfully compiled: 232 files, copied 73 files with swc (715.43ms)
6
6
 
@@ -2,107 +2,97 @@ $ cross-env TZ=UTC vitest run --silent
2
2
 
3
3
   RUN  v4.1.5 /home/runner/work/plasma/plasma/packages/mantine
4
4
 
5
- ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 918ms
6
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1464ms
7
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2097ms
8
- ✓ renders the data using the RowLayout by default  347ms
9
- ✓ src/components/Table/__tests__/Table.spec.tsx (14 tests) 1579ms
10
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 830ms
11
- ✓ calculates the number of pages based on the pageSize and the total number of entries  304ms
12
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 4427ms
13
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  495ms
14
- ✓ renders all columns in the dropdown except control columns  554ms
15
- ✓ renders all checkboxes checked by default  321ms
16
- ✓ hides a column when the user unchecks it  470ms
17
- ✓ shows a column when the user checks it  430ms
18
- ✓ renders a disabled checked checkbox for columns that are always visible  309ms
19
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  379ms
20
- ✓ renders unchecked checkboxes for columns that are not visible in the initial state  306ms
21
- ✓ disables unchecked columns when the maximum number of visible columns is reached  325ms
22
- ✓ enables a disabled column when a visible column is hidden  342ms
23
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (18 tests) 2104ms
24
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1555ms
25
- ✓ displays the actions when the row is selected  547ms
26
- ✓ displays the secondary actions when the row is selected and the user clicks on more  377ms
27
- ✓ passes down an array of selected rows  358ms
28
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 188ms
29
- ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 85ms
30
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 833ms
31
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 924ms
32
- ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 22ms
33
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 26ms
34
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1162ms
35
- ✓ displays the placeholder  317ms
36
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 811ms
37
- ✓ renders the monaco editor, a copy to clipboard button and a search button  316ms
38
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 12484ms
39
- ✓ calls onChange when a date range is applied  2902ms
40
- ✓ closes popover when Cancel is clicked  325ms
41
- ✓ applies the selected date range in uncontrolled mode  2198ms
42
- ✓ applies the selected date range in controlled mode  2557ms
43
- ✓ renders preset options in the popover  303ms
44
- ✓ sets the selected date range in the url  2566ms
45
- ✓ calls onOpenedChange when popover state changes  306ms
46
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1533ms
47
- ✓ goes back to the first page when changing the predicate  1050ms
48
- ✓ sets the current predicate value in the url using the predicate id as key  363ms
49
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 63ms
50
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 398ms
51
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5365ms
52
- ✓ calls onApply when the user clicks on the apply button  736ms
53
- ✓ calls onCancel when the user clicks on the cancel button  346ms
54
- ✓ calls onApply with the selected dates when clicking in the calendar  1044ms
55
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  526ms
56
- ✓ calls onApply with the selected dates when typing in the inputs  2598ms
57
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1355ms
58
- ✓ calls onApply with the selected dates when clicking in the calendar  1222ms
59
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 616ms
60
- ✓ displays the sort icon for every sortable column  316ms
61
- ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 575ms
62
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2380ms
63
- ✓ updates with the selected dates when choosing a preset  448ms
64
- ✓ can change the date and time  1760ms
65
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4799ms
66
- ✓ displays the initial dates  369ms
67
- ✓ sets the selected date range in the url  4379ms
68
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3037ms
69
- ✓ renders an input for the start and an input for the end  333ms
70
- ✓ updates when editing values  1255ms
71
- ✓ accepts minDate and maxDate props for start and end inputs  1445ms
72
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 526ms
73
- ✓ expands the rows when the user clicks on a cell  408ms
74
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 11ms
75
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 425ms
76
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 472ms
5
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 779ms
6
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1425ms
7
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1983ms
8
+ ✓ renders the data using the RowLayout by default  334ms
9
+ ✓ src/components/Table/__tests__/Table.spec.tsx (14 tests) 1602ms
10
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 809ms
11
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 3878ms
12
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  463ms
13
+ ✓ renders all columns in the dropdown except control columns  450ms
14
+ ✓ renders all checkboxes checked by default  340ms
15
+ ✓ hides a column when the user unchecks it  426ms
16
+ ✓ shows a column when the user checks it  414ms
17
+ ✓ disables unchecked columns when the maximum number of visible columns is reached  303ms
18
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1325ms
19
+ ✓ displays the actions when the row is selected  437ms
20
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  372ms
21
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (18 tests) 2128ms
22
+ ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 47ms
23
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 212ms
24
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 779ms
25
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 904ms
26
+ ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 23ms
27
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 13ms
28
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1080ms
29
+ ✓ displays the placeholder  327ms
30
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 835ms
31
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  328ms
32
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 11464ms
33
+ ✓ calls onChange when a date range is applied  2484ms
34
+ ✓ applies the selected date range in uncontrolled mode  2453ms
35
+ ✓ applies the selected date range in controlled mode  2327ms
36
+ ✓ sets the selected date range in the url  2224ms
37
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 54ms
38
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1438ms
39
+ ✓ goes back to the first page when changing the predicate  922ms
40
+ ✓ sets the current predicate value in the url using the predicate id as key  419ms
41
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 362ms
42
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1294ms
43
+ ✓ calls onApply with the selected dates when clicking in the calendar  1149ms
44
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5194ms
45
+ ✓ calls onApply when the user clicks on the apply button  708ms
46
+ ✓ calls onApply with the selected dates when clicking in the calendar  923ms
47
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  632ms
48
+ ✓ calls onApply with the selected dates when typing in the inputs  2555ms
49
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 661ms
50
+ ✓ displays the sort icon for every sortable column  303ms
51
+ ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 459ms
52
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2202ms
53
+ ✓ updates with the selected dates when choosing a preset  494ms
54
+ ✓ can change the date and time  1594ms
55
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3989ms
56
+ ✓ displays the initial dates  341ms
57
+ ✓ sets the selected date range in the url  3602ms
58
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 2906ms
59
+ ✓ renders an input for the start and an input for the end  316ms
60
+ ✓ updates when editing values  1226ms
61
+ ✓ accepts minDate and maxDate props for start and end inputs  1360ms
62
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 402ms
63
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 537ms
64
+ ✓ expands the rows when the user clicks on a cell  425ms
65
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 8ms
77
66
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
78
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 341ms
79
- ✓ shows a tooltip when hovering over the disabled button  313ms
80
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 534ms
81
- ✓ calls onChange when selecting a preset  445ms
82
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 363ms
83
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 412ms
84
- ✓ src/theme/__tests__/Plasmantine.spec.tsx (3 tests) 82ms
85
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
86
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 523ms
87
- ✓ displays the title, body and close button  309ms
67
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 440ms
68
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 392ms
69
+ ✓ shows a tooltip when hovering over the disabled button  352ms
70
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 603ms
71
+ ✓ calls onChange when selecting a preset  476ms
72
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 346ms
73
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 371ms
74
+ ✓ src/theme/__tests__/Plasmantine.spec.tsx (3 tests) 76ms
75
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 34ms
76
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 572ms
88
77
  ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 426ms
89
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 381ms
90
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 331ms
91
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 10ms
92
- ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 379ms
93
- ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  372ms
94
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 231ms
95
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 71ms
96
- ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 424ms
97
- ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  414ms
98
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 216ms
99
- ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 301ms
100
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 64ms
101
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 239ms
102
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 56ms
78
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 438ms
79
+ ✓ renders the specified text as the header tooltip content  311ms
80
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 359ms
81
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
82
+ ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 343ms
83
+ ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  337ms
84
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 239ms
85
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 103ms
86
+ ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 338ms
87
+ ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  334ms
88
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 232ms
89
+ ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 228ms
90
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 235ms
91
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 62ms
92
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 55ms
103
93
 
104
94
   Test Files  51 passed | 1 skipped (52)
105
95
   Tests  391 passed | 6 skipped (397)
106
-  Start at  21:24:54
107
-  Duration  59.43s (transform 2.17s, setup 9.59s, import 49.22s, tests 58.48s, environment 48.84s)
96
+  Start at  14:22:15
97
+  Duration  56.88s (transform 2.38s, setup 9.87s, import 45.97s, tests 54.70s, environment 48.31s)
108
98