@coveord/plasma-mantine 55.7.2-next.4 → 55.7.2-next.6

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 (49) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +48 -49
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/child-form/ChildForm.module.css +2 -2
  5. package/dist/cjs/components/code-editor/CodeEditor.module.css +1 -1
  6. package/dist/cjs/components/table/layouts/row-layout/RowLayout.module.css +2 -2
  7. package/dist/cjs/styles/Checkbox.module.css +6 -0
  8. package/dist/cjs/styles/Input.module.css +7 -0
  9. package/dist/cjs/styles/Pagination.module.css +5 -0
  10. package/dist/cjs/styles/Radio.module.css +6 -0
  11. package/dist/cjs/styles/Tabs.module.css +4 -0
  12. package/dist/cjs/theme/PlasmaColors.d.ts +12 -12
  13. package/dist/cjs/theme/PlasmaColors.js +144 -144
  14. package/dist/cjs/theme/PlasmaColors.js.map +1 -1
  15. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  16. package/dist/cjs/theme/Theme.js +12 -8
  17. package/dist/cjs/theme/Theme.js.map +1 -1
  18. package/dist/cjs/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  19. package/dist/cjs/theme/plasmaCSSVariablesResolver.js +3 -1
  20. package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
  21. package/dist/esm/components/child-form/ChildForm.module.css +2 -2
  22. package/dist/esm/components/code-editor/CodeEditor.module.css +1 -1
  23. package/dist/esm/components/table/layouts/row-layout/RowLayout.module.css +2 -2
  24. package/dist/esm/styles/Checkbox.module.css +6 -0
  25. package/dist/esm/styles/Input.module.css +7 -0
  26. package/dist/esm/styles/Pagination.module.css +5 -0
  27. package/dist/esm/styles/Radio.module.css +6 -0
  28. package/dist/esm/styles/Tabs.module.css +4 -0
  29. package/dist/esm/theme/PlasmaColors.d.ts +12 -12
  30. package/dist/esm/theme/PlasmaColors.js +144 -144
  31. package/dist/esm/theme/PlasmaColors.js.map +1 -1
  32. package/dist/esm/theme/Theme.d.ts.map +1 -1
  33. package/dist/esm/theme/Theme.js +12 -8
  34. package/dist/esm/theme/Theme.js.map +1 -1
  35. package/dist/esm/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  36. package/dist/esm/theme/plasmaCSSVariablesResolver.js +3 -1
  37. package/dist/esm/theme/plasmaCSSVariablesResolver.js.map +1 -1
  38. package/package.json +1 -1
  39. package/src/components/child-form/ChildForm.module.css +2 -2
  40. package/src/components/code-editor/CodeEditor.module.css +1 -1
  41. package/src/components/table/layouts/row-layout/RowLayout.module.css +2 -2
  42. package/src/styles/Checkbox.module.css +6 -0
  43. package/src/styles/Input.module.css +7 -0
  44. package/src/styles/Pagination.module.css +5 -0
  45. package/src/styles/Radio.module.css +6 -0
  46. package/src/styles/Tabs.module.css +4 -0
  47. package/src/theme/PlasmaColors.ts +144 -144
  48. package/src/theme/Theme.tsx +12 -8
  49. package/src/theme/plasmaCSSVariablesResolver.ts +2 -0
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.3 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.5 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 116 files, copied 37 files with swc (620.24ms)
6
- Successfully compiled: 116 files, copied 37 files with swc (646.11ms)
5
+ Successfully compiled: 116 files, copied 39 files with swc (635.02ms)
6
+ Successfully compiled: 116 files, copied 39 files with swc (708.49ms)
7
7
 
@@ -1,62 +1,61 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.3 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.5 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  v3.0.5 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1295ms
10
- ✓ Table > when multi row selection is enabled > unselects all the selected rows when clicking on the the unselect button from the table header 322ms
11
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1615ms
12
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2398ms
13
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 743ms
14
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 685ms
15
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1018ms
16
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 313ms
17
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 189ms
18
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 656ms
19
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 724ms
20
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 702ms
21
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 918ms
22
- ✓ Table.Predicate > goes back to the first page when changing the predicate 582ms
23
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 589ms
24
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4962ms
25
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 481ms
26
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1026ms
27
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 522ms
28
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2584ms
29
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 502ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2063ms
31
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1907ms
32
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 423ms
33
- ✓ TableCollapsibleColumn > expands the rows when the user clicks on a cell 328ms
34
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3665ms
35
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3400ms
36
- ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 242ms
37
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 258ms
9
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1096ms
10
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1671ms
11
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2400ms
12
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 786ms
13
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 697ms
14
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1072ms
15
+ ✓ Table.Actions > displays the actions when the row is selected 339ms
16
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more 320ms
17
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 197ms
18
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 634ms
19
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 769ms
20
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 784ms
21
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 897ms
22
+ ✓ Table.Predicate > goes back to the first page when changing the predicate 549ms
23
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (8 tests | 1 skipped) 599ms
24
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4915ms
25
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button 413ms
26
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar 1076ms
27
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar 507ms
28
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs 2613ms
29
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 447ms
30
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2083ms
31
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar 1957ms
32
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 320ms
33
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3921ms
34
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url 3678ms
35
+ ✓ src/components/header/__tests__/Header.spec.tsx (6 tests) 220ms
36
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 254ms
38
37
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 5ms
39
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 339ms
38
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 334ms
40
39
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
41
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 300ms
42
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 465ms
43
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 375ms
44
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 25ms
45
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 272ms
46
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1643ms
47
- ✓ EditableDateRangePicker > updates when editing values 1426ms
48
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 328ms
49
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 291ms
50
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 6ms
51
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 117ms
52
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 222ms
53
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 151ms
54
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 171ms
55
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 55ms
56
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 38ms
40
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 348ms
41
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 446ms
42
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset 355ms
43
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
44
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 331ms
45
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1720ms
46
+ ✓ EditableDateRangePicker > updates when editing values 1537ms
47
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 395ms
48
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 297ms
49
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 3ms
50
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 84ms
51
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 211ms
52
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 138ms
53
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 202ms
54
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 38ms
55
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 41ms
57
56
 
58
57
   Test Files  35 passed | 1 skipped (36)
59
58
   Tests  232 passed | 6 skipped (238)
60
-  Start at  18:51:55
61
-  Duration  54.17s (transform 2.68s, setup 10.43s, collect 89.55s, tests 28.08s, environment 20.75s, prepare 4.39s)
59
+  Start at  00:32:05
60
+  Duration  55.35s (transform 2.63s, setup 10.49s, collect 91.74s, tests 28.38s, environment 21.11s, prepare 4.55s)
62
61