@coveord/plasma-mantine 59.1.1 → 59.2.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 (52) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-test.log +93 -92
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/Combobox/PlasmaComboboxChevron.d.ts +7 -0
  5. package/dist/cjs/components/Combobox/PlasmaComboboxChevron.d.ts.map +1 -0
  6. package/dist/cjs/components/Combobox/PlasmaComboboxChevron.js +43 -0
  7. package/dist/cjs/components/Combobox/PlasmaComboboxChevron.js.map +1 -0
  8. package/dist/cjs/components/Combobox/PlasmaComboboxChevron.module.css +7 -0
  9. package/dist/cjs/components/Header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.js +1 -1
  10. package/dist/cjs/components/Header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.js.map +1 -1
  11. package/dist/cjs/components/Select/Select.js +2 -1
  12. package/dist/cjs/components/Select/Select.js.map +1 -1
  13. package/dist/cjs/components/Table/Table.module.css +3 -1
  14. package/dist/cjs/styles/Breadcrumbs.module.css +2 -2
  15. package/dist/cjs/styles/Card.module.css +3 -1
  16. package/dist/cjs/styles/Input.module.css +10 -3
  17. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  18. package/dist/cjs/theme/Theme.js +7 -1
  19. package/dist/cjs/theme/Theme.js.map +1 -1
  20. package/dist/cjs/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  21. package/dist/cjs/theme/plasmaCSSVariablesResolver.js +3 -1
  22. package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
  23. package/dist/esm/components/Combobox/PlasmaComboboxChevron.d.ts +7 -0
  24. package/dist/esm/components/Combobox/PlasmaComboboxChevron.d.ts.map +1 -0
  25. package/dist/esm/components/Combobox/PlasmaComboboxChevron.js +16 -0
  26. package/dist/esm/components/Combobox/PlasmaComboboxChevron.js.map +1 -0
  27. package/dist/esm/components/Combobox/PlasmaComboboxChevron.module.css +7 -0
  28. package/dist/esm/components/Header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.js +1 -1
  29. package/dist/esm/components/Header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.js.map +1 -1
  30. package/dist/esm/components/Select/Select.js +1 -0
  31. package/dist/esm/components/Select/Select.js.map +1 -1
  32. package/dist/esm/components/Table/Table.module.css +3 -1
  33. package/dist/esm/styles/Breadcrumbs.module.css +2 -2
  34. package/dist/esm/styles/Card.module.css +3 -1
  35. package/dist/esm/styles/Input.module.css +10 -3
  36. package/dist/esm/theme/Theme.d.ts.map +1 -1
  37. package/dist/esm/theme/Theme.js +8 -2
  38. package/dist/esm/theme/Theme.js.map +1 -1
  39. package/dist/esm/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  40. package/dist/esm/theme/plasmaCSSVariablesResolver.js +3 -1
  41. package/dist/esm/theme/plasmaCSSVariablesResolver.js.map +1 -1
  42. package/package.json +10 -10
  43. package/src/components/Combobox/PlasmaComboboxChevron.module.css +7 -0
  44. package/src/components/Combobox/PlasmaComboboxChevron.tsx +30 -0
  45. package/src/components/Header/HeaderBreadcrumbs/HeaderBreadcrumbAnchor.tsx +1 -1
  46. package/src/components/Select/Select.tsx +1 -1
  47. package/src/components/Table/Table.module.css +3 -1
  48. package/src/styles/Breadcrumbs.module.css +2 -2
  49. package/src/styles/Card.module.css +3 -1
  50. package/src/styles/Input.module.css +10 -3
  51. package/src/theme/Theme.tsx +8 -1
  52. package/src/theme/plasmaCSSVariablesResolver.ts +2 -0
@@ -1,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@59.1.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@59.1.2 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3788) [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:3792) [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: 231 files, copied 71 files with swc (556.54ms)
8
- Successfully compiled: 231 files, copied 71 files with swc (708.43ms)
7
+ Successfully compiled: 232 files, copied 72 files with swc (460.34ms)
8
+ Successfully compiled: 232 files, copied 72 files with swc (720.05ms)
9
9
 
@@ -1,103 +1,104 @@
1
1
 
2
- > @coveord/plasma-mantine@59.1.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@59.1.2 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
-  RUN  v4.1.2 /home/runner/work/plasma/plasma/packages/mantine
6
+  RUN  v4.1.4 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 941ms
9
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1509ms
10
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2060ms
11
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1526ms
8
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 957ms
9
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1515ms
10
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2046ms
11
+ ✓ renders the data using the RowLayout by default  345ms
12
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1575ms
12
13
  ✓ unselects all the selected rows when clicking on the the unselect button from the table header  315ms
13
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 822ms
14
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 3975ms
15
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  400ms
16
- ✓ renders all columns in the dropdown except control columns  483ms
17
- ✓ renders all checkboxes checked by default  348ms
18
- ✓ hides a column when the user unchecks it  397ms
19
- ✓ shows a column when the user checks it  375ms
20
- ✓ enables a disabled column when a visible column is hidden  403ms
21
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1450ms
22
- ✓ displays the actions when the row is selected  440ms
23
- ✓ displays the secondary actions when the row is selected and the user clicks on more  438ms
24
- ✓ passes down an array of selected rows  325ms
25
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 173ms
26
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 1902ms
27
- ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 105ms
28
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 707ms
29
- ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 21ms
30
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 916ms
31
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 9ms
32
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1128ms
33
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 12720ms
34
- ✓ calls onChange when a date range is applied  2762ms
35
- ✓ closes popover when Cancel is clicked  413ms
36
- ✓ calls onCancel when Cancel button is clicked  438ms
37
- ✓ applies the selected date range in uncontrolled mode  2270ms
38
- ✓ applies the selected date range in controlled mode  3072ms
39
- ✓ renders preset options in the popover  381ms
40
- ✓ sets the selected date range in the url  2165ms
41
- ✓ calls onOpenedChange when popover state changes  399ms
42
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 750ms
43
- ✓ renders the monaco editor, a copy to clipboard button and a search button  325ms
44
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 59ms
45
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1234ms
46
- ✓ goes back to the first page when changing the predicate  812ms
47
- ✓ sets the current predicate value in the url using the predicate id as key  312ms
48
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 401ms
49
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4441ms
50
- ✓ calls onApply when the user clicks on the apply button  734ms
51
- ✓ calls onCancel when the user clicks on the cancel button  318ms
52
- ✓ calls onApply with the selected dates when clicking in the calendar  1040ms
53
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  626ms
54
- ✓ calls onApply with the selected dates when typing in the inputs  1631ms
55
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 611ms
56
- ✓ displays the sort icon for every sortable column  312ms
57
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2363ms
58
- ✓ calls onApply with the selected dates when clicking in the calendar  2219ms
59
- ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 497ms
60
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3592ms
61
- ✓ displays the initial dates  300ms
62
- ✓ sets the selected date range in the url  3253ms
63
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2386ms
64
- ✓ updates with the selected dates when choosing a preset  458ms
65
- ✓ can change the date and time  1795ms
66
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3010ms
67
- ✓ renders an input for the start and an input for the end  306ms
68
- ✓ updates when editing values  1293ms
69
- ✓ accepts minDate and maxDate props for start and end inputs  1407ms
70
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 518ms
71
- ✓ expands the rows when the user clicks on a cell  416ms
72
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 350ms
73
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 7ms
74
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 412ms
14
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 820ms
15
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 3743ms
16
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  435ms
17
+ ✓ renders all columns in the dropdown except control columns  389ms
18
+ ✓ renders all checkboxes checked by default  358ms
19
+ ✓ hides a column when the user unchecks it  396ms
20
+ ✓ shows a column when the user checks it  341ms
21
+ ✓ enables a disabled column when a visible column is hidden  357ms
22
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1535ms
23
+ ✓ displays the actions when the row is selected  542ms
24
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  441ms
25
+ ✓ passes down an array of selected rows  334ms
26
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 175ms
27
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 2012ms
28
+ ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 67ms
29
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 789ms
30
+ ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 25ms
31
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 959ms
32
+ ✓ displays the label  305ms
33
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 13ms
34
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1176ms
35
+ ✓ displays the placeholder  354ms
36
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 748ms
37
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  313ms
38
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 14081ms
39
+ ✓ opens popover when input is clicked  301ms
40
+ ✓ calls onChange when a date range is applied  3218ms
41
+ ✓ closes popover when Cancel is clicked  462ms
42
+ ✓ calls onCancel when Cancel button is clicked  459ms
43
+ ✓ applies the selected date range in uncontrolled mode  2926ms
44
+ ✓ applies the selected date range in controlled mode  3032ms
45
+ ✓ sets the selected date range in the url  2551ms
46
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 72ms
47
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1214ms
48
+ ✓ goes back to the first page when changing the predicate  818ms
49
+ ✓ sets the current predicate value in the url using the predicate id as key  308ms
50
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 500ms
51
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 575ms
52
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4565ms
53
+ ✓ calls onApply when the user clicks on the apply button  691ms
54
+ ✓ calls onCancel when the user clicks on the cancel button  430ms
55
+ ✓ calls onApply with the selected dates when clicking in the calendar  1033ms
56
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  430ms
57
+ ✓ calls onApply with the selected dates when typing in the inputs  1863ms
58
+ ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 522ms
59
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2469ms
60
+ ✓ calls onApply with the selected dates when clicking in the calendar  2320ms
61
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3752ms
62
+ ✓ displays the initial dates  347ms
63
+ ✓ sets the selected date range in the url  3353ms
64
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2264ms
65
+ ✓ updates with the selected dates when choosing a preset  489ms
66
+ ✓ can change the date and time  1614ms
67
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3106ms
68
+ ✓ renders an input for the start and an input for the end  322ms
69
+ ✓ updates when editing values  1375ms
70
+ ✓ accepts minDate and maxDate props for start and end inputs  1406ms
71
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 555ms
72
+ ✓ expands the rows when the user clicks on a cell  431ms
73
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 382ms
74
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 8ms
75
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 430ms
75
76
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
76
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 324ms
77
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 535ms
78
- ✓ calls onChange when selecting a preset  385ms
79
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 291ms
80
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 314ms
81
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 30ms
82
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 501ms
83
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 354ms
84
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 367ms
85
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 272ms
86
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 11ms
87
- ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 335ms
88
- ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  331ms
89
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 77ms
90
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 279ms
91
- ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 309ms
92
- ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  305ms
93
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 236ms
94
- ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 264ms
95
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 198ms
96
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 54ms
97
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 53ms
77
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 301ms
78
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 598ms
79
+ ✓ calls onChange when selecting a preset  469ms
80
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 299ms
81
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 375ms
82
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 32ms
83
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 462ms
84
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 387ms
85
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 393ms
86
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 338ms
87
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 15ms
88
+ ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 307ms
89
+ ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  302ms
90
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 250ms
91
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 107ms
92
+ ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 359ms
93
+ ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  355ms
94
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 241ms
95
+ ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 240ms
96
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 206ms
97
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 60ms
98
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 58ms
98
99
 
99
100
   Test Files  50 passed | 1 skipped (51)
100
101
   Tests  383 passed | 6 skipped (389)
101
-  Start at  17:28:08
102
-  Duration  55.49s (transform 2.02s, setup 9.12s, import 45.15s, tests 55.40s, environment 45.93s)
102
+  Start at  16:28:08
103
+  Duration  58.88s (transform 2.33s, setup 9.73s, import 48.96s, tests 57.68s, environment 48.39s)
103
104