@coveord/plasma-mantine 55.5.1 → 55.6.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 (28) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +49 -49
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/table/index.d.ts +1 -1
  5. package/dist/cjs/components/table/index.d.ts.map +1 -1
  6. package/dist/cjs/components/table/index.js.map +1 -1
  7. package/dist/cjs/components/table/use-table.d.ts.map +1 -1
  8. package/dist/cjs/components/table/use-table.js +177 -162
  9. package/dist/cjs/components/table/use-table.js.map +1 -1
  10. package/dist/cjs/components/table/use-url-synced-state.d.ts +8 -4
  11. package/dist/cjs/components/table/use-url-synced-state.d.ts.map +1 -1
  12. package/dist/cjs/components/table/use-url-synced-state.js +94 -67
  13. package/dist/cjs/components/table/use-url-synced-state.js.map +1 -1
  14. package/dist/esm/components/table/index.d.ts +1 -1
  15. package/dist/esm/components/table/index.d.ts.map +1 -1
  16. package/dist/esm/components/table/index.js.map +1 -1
  17. package/dist/esm/components/table/use-table.d.ts.map +1 -1
  18. package/dist/esm/components/table/use-table.js +116 -95
  19. package/dist/esm/components/table/use-table.js.map +1 -1
  20. package/dist/esm/components/table/use-url-synced-state.d.ts +8 -4
  21. package/dist/esm/components/table/use-url-synced-state.d.ts.map +1 -1
  22. package/dist/esm/components/table/use-url-synced-state.js +59 -44
  23. package/dist/esm/components/table/use-url-synced-state.js.map +1 -1
  24. package/package.json +1 -1
  25. package/src/components/table/__tests__/use-url-synced-state.unit.spec.ts +2 -1
  26. package/src/components/table/index.ts +1 -1
  27. package/src/components/table/use-table.ts +109 -79
  28. package/src/components/table/use-url-synced-state.ts +79 -64
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.5.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.5.1 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 (382.94ms)
6
- Successfully compiled: 110 files, copied 43 files with swc (524.53ms)
5
+ Successfully compiled: 110 files, copied 43 files with swc (427.67ms)
6
+ Successfully compiled: 110 files, copied 43 files with swc (568.75ms)
7
7
 
@@ -1,59 +1,59 @@
1
1
 
2
- > @coveord/plasma-mantine@55.5.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.5.1 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) 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
9
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1143ms
10
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1765ms
11
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2344ms
12
+ ✓ TableColumnsSelector > renders a disabled checked checkbox for columns that are always visible 300ms
13
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 747ms
14
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 710ms
15
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1175ms
16
+ ✓ Table.Actions > displays the actions when the row is selected 314ms
17
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 333ms
18
+ ✓ Table.Actions > when multi row selection is enabled > passes down an array of selected rows 322ms
19
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (10 tests) 58ms
19
20
  ✓ 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
21
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 695ms
22
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 779ms
23
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 906ms
24
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 585ms
25
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3188ms
26
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 491ms
27
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 737ms
28
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 388ms
29
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 1237ms
30
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 693ms
31
+ ✓ CodeEditor > renders the monaco editor, a copy to clipboard button and a search button 312ms
32
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 426ms
33
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1788ms
34
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1671ms
35
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 387ms
36
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3643ms
37
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3363ms
38
+ ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 288ms
39
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 321ms
40
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (4 tests) 6ms
41
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 340ms
42
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 7ms
43
43
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
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
44
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 329ms
45
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 473ms
46
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 384ms
47
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 310ms
48
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 24ms
49
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1801ms
50
+ ✓ EditableDateRangePicker > updates when editing values 1604ms
51
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 320ms
52
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 257ms
53
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 203ms
54
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 60ms
55
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 190ms
56
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
57
57
 
58
58
   Snapshots  1 obsolete
59
59
    ↳ src/components/header/__tests__/Header.spec.tsx
@@ -61,6 +61,6 @@
61
61
 
62
62
   Test Files  33 passed | 1 skipped (34)
63
63
   Tests  170 passed | 6 skipped (176)
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)
64
+  Start at  22:07:55
65
+  Duration  52.84s (transform 3.92s, setup 9.55s, collect 88.46s, tests 26.07s, environment 19.70s, prepare 4.38s)
66
66