@coveord/plasma-mantine 55.7.2-next.10 → 55.7.2-next.11

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 (29) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +49 -48
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/header/Header.d.ts +13 -5
  5. package/dist/cjs/components/header/Header.d.ts.map +1 -1
  6. package/dist/cjs/components/header/Header.js +9 -6
  7. package/dist/cjs/components/header/Header.js.map +1 -1
  8. package/dist/cjs/components/header/HeaderRight/HeaderRight.d.ts +19 -0
  9. package/dist/cjs/components/header/HeaderRight/HeaderRight.d.ts.map +1 -0
  10. package/dist/cjs/components/header/{HeaderActions/HeaderActions.js → HeaderRight/HeaderRight.js} +6 -6
  11. package/dist/cjs/components/header/HeaderRight/HeaderRight.js.map +1 -0
  12. package/dist/esm/components/header/Header.d.ts +13 -5
  13. package/dist/esm/components/header/Header.d.ts.map +1 -1
  14. package/dist/esm/components/header/Header.js +8 -5
  15. package/dist/esm/components/header/Header.js.map +1 -1
  16. package/dist/esm/components/header/HeaderRight/HeaderRight.d.ts +19 -0
  17. package/dist/esm/components/header/HeaderRight/HeaderRight.d.ts.map +1 -0
  18. package/dist/esm/components/header/{HeaderActions/HeaderActions.js → HeaderRight/HeaderRight.js} +4 -4
  19. package/dist/esm/components/header/HeaderRight/HeaderRight.js.map +1 -0
  20. package/package.json +3 -3
  21. package/src/components/header/Header.tsx +17 -8
  22. package/src/components/header/{HeaderActions/HeaderActions.tsx → HeaderRight/HeaderRight.tsx} +10 -10
  23. package/src/components/header/__tests__/Header.spec.tsx +16 -1
  24. package/dist/cjs/components/header/HeaderActions/HeaderActions.d.ts +0 -19
  25. package/dist/cjs/components/header/HeaderActions/HeaderActions.d.ts.map +0 -1
  26. package/dist/cjs/components/header/HeaderActions/HeaderActions.js.map +0 -1
  27. package/dist/esm/components/header/HeaderActions/HeaderActions.d.ts +0 -19
  28. package/dist/esm/components/header/HeaderActions/HeaderActions.d.ts.map +0 -1
  29. package/dist/esm/components/header/HeaderActions/HeaderActions.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.9 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.10 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 116 files, copied 40 files with swc (452.12ms)
6
- Successfully compiled: 116 files, copied 40 files with swc (512.67ms)
5
+ Successfully compiled: 116 files, copied 40 files with swc (445.14ms)
6
+ Successfully compiled: 116 files, copied 40 files with swc (469.2ms)
7
7
 
@@ -1,59 +1,60 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.9 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.10 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
6
   RUN  v3.0.8 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1081ms
9
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1464ms
10
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2147ms
11
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 719ms
12
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 680ms
13
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1024ms
14
- ✓ Table.Actions > displays the actions when the row is selected 326ms
15
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 179ms
16
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 598ms
17
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 635ms
18
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 674ms
19
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 753ms
20
- ✓ Table.Predicate > goes back to the first page when changing the predicate 454ms
21
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3161ms
22
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 428ms
23
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 585ms
24
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 437ms
25
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1430ms
26
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 563ms
27
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 382ms
28
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1599ms
29
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1497ms
30
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 345ms
31
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3044ms
32
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 2785ms
33
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 234ms
34
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 265ms
35
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
36
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 358ms
8
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1061ms
9
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1450ms
10
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2229ms
11
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 790ms
12
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 629ms
13
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1039ms
14
+ ✓ Table.Actions > displays the actions when the row is selected 328ms
15
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 313ms
16
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 186ms
17
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 619ms
18
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 629ms
19
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 693ms
20
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 822ms
21
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 502ms
22
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3194ms
23
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 410ms
24
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 682ms
25
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 401ms
26
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1376ms
27
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 539ms
28
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 407ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1598ms
30
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1476ms
31
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 248ms
32
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 2941ms
33
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 2689ms
34
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 292ms
35
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 272ms
36
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 286ms
37
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 4ms
37
38
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
38
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 253ms
39
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 429ms
40
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 351ms
41
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
42
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 287ms
43
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1503ms
44
- ✓ EditableDateRangePicker > updates when editing values 1319ms
45
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 344ms
46
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 312ms
39
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 314ms
40
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 485ms
41
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 390ms
42
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 31ms
43
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 309ms
44
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1451ms
45
+ ✓ EditableDateRangePicker > updates when editing values 1287ms
46
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 325ms
47
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 305ms
47
48
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 4ms
48
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 65ms
49
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 226ms
50
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 140ms
51
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 181ms
52
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 39ms
53
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 41ms
49
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 92ms
50
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 236ms
51
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 139ms
52
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 183ms
53
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 48ms
54
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
54
55
 
55
56
   Test Files  35 passed | 1 skipped (36)
56
-  Tests  232 passed | 6 skipped (238)
57
-  Start at  20:57:28
58
-  Duration  51.96s (transform 3.53s, setup 10.30s, collect 86.97s, tests 23.77s, environment 20.77s, prepare 3.91s)
57
+  Tests  233 passed | 6 skipped (239)
58
+  Start at  19:39:41
59
+  Duration  51.51s (transform 3.50s, setup 10.24s, collect 87.05s, tests 23.89s, environment 20.63s, prepare 3.87s)
59
60