@coveord/plasma-mantine 60.0.0 → 60.0.1

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.
@@ -2,96 +2,91 @@ $ 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) 813ms
6
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1275ms
7
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1778ms
8
- ✓ renders the data using the RowLayout by default  309ms
9
- ✓ src/components/Table/__tests__/Table.spec.tsx (14 tests) 1465ms
10
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (18 tests) 2222ms
11
- ✓ renders the title  340ms
12
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 4238ms
13
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  403ms
14
- ✓ renders all columns in the dropdown except control columns  588ms
15
- ✓ renders all checkboxes checked by default  387ms
16
- ✓ hides a column when the user unchecks it  456ms
17
- ✓ shows a column when the user checks it  397ms
18
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  332ms
19
- ✓ does not render a footer when maxSelectableColumns is not set  320ms
20
- ✓ enables a disabled column when a visible column is hidden  357ms
21
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 829ms
22
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 171ms
23
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1478ms
24
- ✓ displays the actions when the row is selected  494ms
25
- ✓ displays the secondary actions when the row is selected and the user clicks on more  460ms
26
- ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 61ms
27
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 663ms
28
- ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 19ms
29
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 651ms
30
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 9ms
31
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 683ms
32
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 895ms
33
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 10001ms
34
- ✓ calls onChange when a date range is applied  2241ms
35
- ✓ applies the selected date range in uncontrolled mode  1942ms
36
- ✓ applies the selected date range in controlled mode  1830ms
37
- ✓ sets the selected date range in the url  2043ms
38
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 60ms
39
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1324ms
40
- ✓ goes back to the first page when changing the predicate  803ms
41
- ✓ sets the current predicate value in the url using the predicate id as key  402ms
42
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 425ms
43
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4482ms
44
- ✓ calls onApply when the user clicks on the apply button  567ms
45
- ✓ calls onCancel when the user clicks on the cancel button  308ms
46
- ✓ calls onApply with the selected dates when clicking in the calendar  745ms
47
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  500ms
48
- ✓ calls onApply with the selected dates when typing in the inputs  2262ms
49
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1176ms
50
- ✓ calls onApply with the selected dates when clicking in the calendar  1029ms
51
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 556ms
52
- ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 388ms
53
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 1897ms
54
- ✓ updates with the selected dates when choosing a preset  445ms
55
- ✓ can change the date and time  1308ms
56
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3853ms
57
- ✓ sets the selected date range in the url  3531ms
58
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 2894ms
59
- ✓ updates when editing values  1193ms
60
- ✓ accepts minDate and maxDate props for start and end inputs  1437ms
61
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 422ms
62
- ✓ expands the rows when the user clicks on a cell  332ms
63
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 366ms
64
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 10ms
5
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 763ms
6
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1214ms
7
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1689ms
8
+ ✓ renders the data using the RowLayout by default  319ms
9
+ ✓ src/components/Table/__tests__/Table.spec.tsx (14 tests) 1315ms
10
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (18 tests) 1902ms
11
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 3307ms
12
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  414ms
13
+ ✓ renders all columns in the dropdown except control columns  444ms
14
+ ✓ renders all checkboxes checked by default  332ms
15
+ ✓ hides a column when the user unchecks it  332ms
16
+ ✓ renders a tooltip when hovering a disabled always visible column checkbox  311ms
17
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 644ms
18
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 169ms
19
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1308ms
20
+ ✓ displays the actions when the row is selected  417ms
21
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  403ms
22
+ ✓ src/components/Table/__tests__/use-persisted-column-visibility.spec.ts (15 tests) 50ms
23
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 597ms
24
+ ✓ src/utils/__tests__/local-storage.spec.ts (25 tests) 20ms
25
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 676ms
26
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 11ms
27
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 942ms
28
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 722ms
29
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  306ms
30
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 10843ms
31
+ ✓ calls onChange when a date range is applied  2459ms
32
+ ✓ applies the selected date range in uncontrolled mode  2135ms
33
+ ✓ applies the selected date range in controlled mode  2125ms
34
+ ✓ sets the selected date range in the url  2236ms
35
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 71ms
36
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1346ms
37
+ ✓ goes back to the first page when changing the predicate  832ms
38
+ ✓ sets the current predicate value in the url using the predicate id as key  362ms
39
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 382ms
40
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4483ms
41
+ ✓ calls onApply when the user clicks on the apply button  612ms
42
+ ✓ calls onApply with the selected dates when clicking in the calendar  740ms
43
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  522ms
44
+ ✓ calls onApply with the selected dates when typing in the inputs  2281ms
45
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1119ms
46
+ ✓ calls onApply with the selected dates when clicking in the calendar  975ms
47
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 500ms
48
+ ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 447ms
49
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 1853ms
50
+ ✓ updates with the selected dates when choosing a preset  410ms
51
+ ✓ can change the date and time  1339ms
52
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3823ms
53
+ ✓ sets the selected date range in the url  3522ms
54
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 2987ms
55
+ ✓ updates when editing values  1222ms
56
+ ✓ accepts minDate and maxDate props for start and end inputs  1481ms
57
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 500ms
58
+ ✓ expands the rows when the user clicks on a cell  408ms
59
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 8ms
60
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 312ms
65
61
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
66
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 375ms
67
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 338ms
68
- ✓ shows a tooltip when hovering over the disabled button  308ms
69
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 432ms
70
- ✓ calls onChange when selecting a preset  359ms
71
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 279ms
72
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 324ms
73
- ✓ src/theme/__tests__/Plasmantine.spec.tsx (3 tests) 72ms
74
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 31ms
75
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 467ms
76
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 345ms
77
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 304ms
78
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 265ms
79
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 7ms
80
- ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 325ms
81
- ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  319ms
82
- ✓ src/components/PrerequisitesList/__tests__/PrerequisitesList.spec.tsx (1 test) 212ms
83
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 256ms
84
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 91ms
85
- ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 372ms
86
- ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  368ms
87
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 207ms
88
- ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 268ms
89
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 196ms
90
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 54ms
91
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 52ms
62
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 365ms
63
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 304ms
64
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 290ms
65
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 527ms
66
+ ✓ calls onChange when selecting a preset  430ms
67
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (5 tests) 322ms
68
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 22ms
69
+ ✓ src/theme/__tests__/Plasmantine.spec.tsx (3 tests) 83ms
70
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 391ms
71
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 390ms
72
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 326ms
73
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 307ms
74
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 6ms
75
+ ✓ src/components/Input/__tests__/Input.spec.tsx (2 tests) 330ms
76
+ ✓ renders LabelInfo inside the label prop and shows its tooltip content on hover  324ms
77
+ ✓ src/components/PrerequisitesList/__tests__/PrerequisitesList.spec.tsx (1 test) 243ms
78
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 271ms
79
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 85ms
80
+ ✓ src/components/Switch/__tests__/Switch.spec.tsx (1 test) 327ms
81
+ ✓ shows Input.LabelInfo tooltip content when hovering the info token in the label  322ms
82
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 194ms
83
+ ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 251ms
84
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 251ms
85
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 70ms
86
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 51ms
92
87
 
93
88
   Test Files  52 passed | 1 skipped (53)
94
89
   Tests  392 passed | 6 skipped (398)
95
-  Start at  18:48:15
96
-  Duration  55.66s (transform 2.48s, setup 10.52s, import 46.26s, tests 50.38s, environment 48.09s)
90
+  Start at  16:30:11
91
+  Duration  52.94s (transform 2.14s, setup 9.85s, import 42.46s, tests 49.41s, environment 45.38s)
97
92
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @coveord/plasma-mantine
2
2
 
3
+ ## 60.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4505](https://github.com/coveo/plasma/pull/4505) [`9223822`](https://github.com/coveo/plasma/commit/92238225dba236cfff8e19855b419694b7a0ca40) Thanks [@gdostie](https://github.com/gdostie)! - Fixed CSS cascade ordering in production builds by setting sideEffects to true
8
+
3
9
  ## 60.0.0
4
10
 
5
11
  ### Major Changes