@coveord/plasma-mantine 55.5.0 → 55.5.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.
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.4.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.5.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 110 files, copied 43 files with swc (534.23ms)
6
- Successfully compiled: 110 files, copied 43 files with swc (656.93ms)
5
+ Successfully compiled: 110 files, copied 43 files with swc (382.94ms)
6
+ Successfully compiled: 110 files, copied 43 files with swc (524.53ms)
7
7
 
@@ -1,54 +1,59 @@
1
1
 
2
- > @coveord/plasma-mantine@55.4.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.5.0 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > TZ=UTC vitest run "--silent"
4
4
 
5
5
  The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
6
6
 
7
7
   RUN  v2.1.8 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1053ms
10
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1663ms
11
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2279ms
12
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 750ms
13
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 594ms
14
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 976ms
15
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (10 tests) 79ms
16
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 553ms
17
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 679ms
18
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 803ms
19
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 765ms
20
- ✓ Table.Predicate > goes back to the first page when changing the predicate 511ms
21
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3122ms
22
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 396ms
23
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 757ms
24
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 391ms
25
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1268ms
26
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 537ms
27
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 388ms
28
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1713ms
29
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1598ms
30
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 362ms
31
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 245ms
32
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3583ms
33
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3343ms
34
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 373ms
35
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (4 tests) 7ms
36
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 338ms
37
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 5ms
9
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1074ms
10
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1587ms
11
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2398ms
12
+ ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible 317ms
13
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 737ms
14
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 616ms
15
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1060ms
16
+ ✓ Table.Actions > displays the actions when the row is selected 304ms
17
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 323ms
18
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (10 tests) 60ms
19
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 657ms
20
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 672ms
21
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 748ms
22
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 822ms
23
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 534ms
24
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3158ms
25
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 472ms
26
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 767ms
27
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 368ms
28
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1230ms
29
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 632ms
30
+ ✓ CodeEditor > renders the monaco editor, a copy to clipboard button and a search button 303ms
31
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 427ms
32
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1843ms
33
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1710ms
34
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 400ms
35
+ ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 331ms
36
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3589ms
37
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3334ms
38
+ ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 249ms
39
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 289ms
40
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (4 tests) 5ms
41
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
42
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 361ms
38
43
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
39
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 228ms
40
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 411ms
41
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 322ms
42
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
43
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 234ms
44
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1656ms
45
- ✓ EditableDateRangePicker > updates when editing values 1460ms
46
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 280ms
47
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 290ms
48
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 159ms
49
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 41ms
50
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 148ms
51
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
44
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 265ms
45
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 438ms
46
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 342ms
47
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 301ms
48
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
49
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1484ms
50
+ ✓ EditableDateRangePicker > updates when editing values 1294ms
51
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 340ms
52
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 326ms
53
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 185ms
54
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 201ms
55
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 61ms
56
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
52
57
 
53
58
   Snapshots  1 obsolete
54
59
    ↳ src/components/header/__tests__/Header.spec.tsx
@@ -56,6 +61,6 @@
56
61
 
57
62
   Test Files  33 passed | 1 skipped (34)
58
63
   Tests  170 passed | 6 skipped (176)
59
-  Start at  21:52:13
60
-  Duration  52.90s (transform 4.13s, setup 9.38s, collect 90.78s, tests 24.38s, environment 19.38s, prepare 4.30s)
64
+  Start at  21:06:18
65
+  Duration  51.94s (transform 3.76s, setup 9.04s, collect 87.24s, tests 25.06s, environment 19.23s, prepare 4.13s)
61
66