@coveord/plasma-mantine 55.2.0 → 55.2.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.1.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.2.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 109 files, copied 43 files with swc (512.13ms)
6
- Successfully compiled: 109 files, copied 43 files with swc (531.95ms)
5
+ Successfully compiled: 109 files, copied 43 files with swc (447.76ms)
6
+ Successfully compiled: 109 files, copied 43 files with swc (505.94ms)
7
7
 
@@ -1,44 +1,51 @@
1
1
 
2
- > @coveord/plasma-mantine@55.1.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.2.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
-  RUN  v2.1.3 /home/runner/work/plasma/plasma/packages/mantine
7
+  RUN  v2.1.4 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 692ms
10
- ✓ src/components/table/__tests__/Table.spec.tsx  (12 tests) 1051ms
11
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (16 tests) 1462ms
12
- ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 504ms
13
- ✓ src/components/table/__tests__/TableActions.spec.tsx  (6 tests) 966ms
14
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 1829ms
15
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (8 tests) 631ms
16
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 505ms
17
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 3187ms
18
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 571ms
19
- ✓ src/components/table/__tests__/TableFilter.spec.tsx  (4 tests) 678ms
20
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 1637ms
21
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx  (2 tests) 341ms
22
- ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 235ms
23
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 197ms
24
- ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 260ms
25
- ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 365ms
26
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts  (4 tests) 5ms
27
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts  (3 tests) 6ms
9
+ ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 708ms
10
+ ✓ src/components/table/__tests__/Table.spec.tsx  (12 tests) 1115ms
11
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (16 tests) 1461ms
12
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 513ms
13
+ ✓ src/components/table/__tests__/TableActions.spec.tsx  (6 tests) 1007ms
14
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 1750ms
15
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (8 tests) 529ms
16
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (5 tests) 502ms
17
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 3128ms
18
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 418ms
19
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 724ms
20
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 359ms
21
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1309ms
22
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx  (4 tests) 728ms
23
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 593ms
24
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 1596ms
25
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1504ms
26
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx  (2 tests) 303ms
27
+ ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 200ms
28
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 209ms
29
+ ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 237ms
30
+ ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 327ms
31
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts  (4 tests) 4ms
32
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts  (3 tests) 5ms
28
33
  ↓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test | 1 skipped)
29
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 237ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 411ms
31
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (1 test) 505ms
32
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (4 tests) 270ms
33
- ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 34ms
34
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (2 tests) 1769ms
35
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 286ms
36
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 263ms
37
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx  (3 tests) 173ms
38
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (1 test) 194ms
39
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 130ms
40
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 58ms
41
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 39ms
34
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 227ms
35
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 381ms
36
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (1 test) 567ms
37
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 565ms
38
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (4 tests) 250ms
39
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 25ms
40
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (2 tests) 1698ms
41
+ ✓ EditableDateRangePicker > updates when editing values 1539ms
42
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 334ms
43
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 320ms
44
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx  (3 tests) 153ms
45
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (1 test) 142ms
46
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 122ms
47
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 54ms
48
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 37ms
42
49
 
43
50
   Snapshots  1 obsolete
44
51
    ↳ src/components/header/__tests__/Header.spec.tsx
@@ -46,6 +53,6 @@
46
53
 
47
54
   Test Files  32 passed | 1 skipped (33)
48
55
   Tests  145 passed | 6 skipped (151)
49
-  Start at  20:20:40
50
-  Duration  49.95s (transform 3.76s, setup 9.01s, collect 88.05s, tests 19.49s, environment 17.91s, prepare 4.43s)
56
+  Start at  14:39:22
57
+  Duration  50.01s (transform 4.03s, setup 9.31s, collect 87.66s, tests 19.22s, environment 18.43s, prepare 4.27s)
51
58