@coveord/plasma-mantine 55.7.2-next.14 → 55.7.2-next.15

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 (67) 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/info-token/InfoToken.d.ts +8 -2
  5. package/dist/cjs/components/info-token/InfoToken.d.ts.map +1 -1
  6. package/dist/cjs/components/info-token/InfoToken.js +40 -17
  7. package/dist/cjs/components/info-token/InfoToken.js.map +1 -1
  8. package/dist/cjs/components/info-token/InfoToken.module.css +0 -2
  9. package/dist/cjs/components/table/Table.types.d.ts +2 -2
  10. package/dist/cjs/components/table/Table.types.d.ts.map +1 -1
  11. package/dist/cjs/components/table/layouts/TableLayoutControl.js +1 -1
  12. package/dist/cjs/components/table/layouts/TableLayoutControl.js.map +1 -1
  13. package/dist/cjs/components/table/layouts/row-layout/RowLayout.d.ts.map +1 -1
  14. package/dist/cjs/components/table/layouts/row-layout/RowLayout.js +2 -2
  15. package/dist/cjs/components/table/layouts/row-layout/RowLayout.js.map +1 -1
  16. package/dist/cjs/styles/Input.module.css +12 -0
  17. package/dist/cjs/styles/InputWrapper.module.css +10 -0
  18. package/dist/cjs/styles/ReadOnlyInput.module.css +6 -2
  19. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  20. package/dist/cjs/theme/Theme.js +8 -2
  21. package/dist/cjs/theme/Theme.js.map +1 -1
  22. package/dist/cjs/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  23. package/dist/cjs/theme/plasmaCSSVariablesResolver.js +6 -2
  24. package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
  25. package/dist/esm/components/info-token/InfoToken.d.ts +8 -2
  26. package/dist/esm/components/info-token/InfoToken.d.ts.map +1 -1
  27. package/dist/esm/components/info-token/InfoToken.js +37 -15
  28. package/dist/esm/components/info-token/InfoToken.js.map +1 -1
  29. package/dist/esm/components/info-token/InfoToken.module.css +0 -2
  30. package/dist/esm/components/table/Table.types.d.ts +2 -2
  31. package/dist/esm/components/table/Table.types.d.ts.map +1 -1
  32. package/dist/esm/components/table/Table.types.js.map +1 -1
  33. package/dist/esm/components/table/layouts/TableLayoutControl.js +1 -1
  34. package/dist/esm/components/table/layouts/TableLayoutControl.js.map +1 -1
  35. package/dist/esm/components/table/layouts/row-layout/RowLayout.d.ts.map +1 -1
  36. package/dist/esm/components/table/layouts/row-layout/RowLayout.js +2 -2
  37. package/dist/esm/components/table/layouts/row-layout/RowLayout.js.map +1 -1
  38. package/dist/esm/styles/Input.module.css +12 -0
  39. package/dist/esm/styles/InputWrapper.module.css +10 -0
  40. package/dist/esm/styles/ReadOnlyInput.module.css +6 -2
  41. package/dist/esm/theme/Theme.d.ts.map +1 -1
  42. package/dist/esm/theme/Theme.js +7 -3
  43. package/dist/esm/theme/Theme.js.map +1 -1
  44. package/dist/esm/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  45. package/dist/esm/theme/plasmaCSSVariablesResolver.js +6 -2
  46. package/dist/esm/theme/plasmaCSSVariablesResolver.js.map +1 -1
  47. package/package.json +2 -3
  48. package/src/components/info-token/InfoToken.module.css +0 -2
  49. package/src/components/info-token/InfoToken.tsx +50 -25
  50. package/src/components/table/Table.types.ts +2 -2
  51. package/src/components/table/layouts/TableLayoutControl.tsx +1 -1
  52. package/src/components/table/layouts/row-layout/RowLayout.tsx +2 -2
  53. package/src/styles/Input.module.css +12 -0
  54. package/src/styles/InputWrapper.module.css +10 -0
  55. package/src/styles/ReadOnlyInput.module.css +6 -2
  56. package/src/theme/Theme.tsx +6 -1
  57. package/src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts +1 -1
  58. package/src/theme/plasmaCSSVariablesResolver.ts +6 -1
  59. package/dist/cjs/components/table/layouts/row-layout/RowLayoutIcon.d.ts +0 -16
  60. package/dist/cjs/components/table/layouts/row-layout/RowLayoutIcon.d.ts.map +0 -1
  61. package/dist/cjs/components/table/layouts/row-layout/RowLayoutIcon.js +0 -24
  62. package/dist/cjs/components/table/layouts/row-layout/RowLayoutIcon.js.map +0 -1
  63. package/dist/esm/components/table/layouts/row-layout/RowLayoutIcon.d.ts +0 -16
  64. package/dist/esm/components/table/layouts/row-layout/RowLayoutIcon.d.ts.map +0 -1
  65. package/dist/esm/components/table/layouts/row-layout/RowLayoutIcon.js +0 -14
  66. package/dist/esm/components/table/layouts/row-layout/RowLayoutIcon.js.map +0 -1
  67. package/src/components/table/layouts/row-layout/RowLayoutIcon.tsx +0 -22
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.13 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.14 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 118 files, copied 42 files with swc (412.95ms)
6
- Successfully compiled: 118 files, copied 42 files with swc (482.35ms)
5
+ Successfully compiled: 117 files, copied 42 files with swc (372.16ms)
6
+ Successfully compiled: 117 files, copied 42 files with swc (573.26ms)
7
7
 
@@ -1,68 +1,67 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.13 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.14 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.1.1 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- 6:10:03 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/marked/marked.js.
8
+ 2:13:14 PM [vite] (client) Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/marked/marked.js.
9
9
  Error: An error occurred while trying to read the map file at marked.umd.js.map
10
10
  Error: ENOENT: no such file or directory, open '/home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/marked/marked.umd.js.map'
11
11
  at async open (node:internal/fs/promises:638:25)
12
12
  at async Object.readFile (node:internal/fs/promises:1242:14)
13
13
  at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.2.4_@types+node@22.13.17_jiti@2.4.2_sass@1.86.1_sugarss@4.0.1_postcss@8.5.3__yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-DrOo5SEf.js:14247:53)
14
14
  at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.2.4_@types+node@22.13.17_jiti@2.4.2_sass@1.86.1_sugarss@4.0.1_postcss@8.5.3__yaml@2.7.0/node_modules/vite/dist/node/chunks/dep-DrOo5SEf.js:41282:27)
15
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1075ms
16
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1529ms
17
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2194ms
18
- ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  300ms
19
- ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 702ms
20
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 582ms
21
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1030ms
22
- ✓ Table.Actions > displays the actions when the row is selected  314ms
23
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  327ms
24
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 191ms
25
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 617ms
26
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 671ms
27
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 678ms
28
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 807ms
29
- ✓ Table.Predicate > goes back to the first page when changing the predicate  526ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3325ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  382ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  715ms
33
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  455ms
34
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1472ms
35
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 443ms
36
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 393ms
37
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1494ms
38
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1399ms
39
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3025ms
40
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2761ms
41
- ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 229ms
42
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 351ms
15
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1215ms
16
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1560ms
17
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2353ms
18
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (11 tests) 802ms
19
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 595ms
20
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1198ms
21
+ ✓ Table.Actions > displays the actions when the row is selected  358ms
22
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  337ms
23
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 234ms
24
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 668ms
25
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 731ms
26
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 682ms
27
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 911ms
28
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  589ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3335ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  452ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  697ms
32
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  458ms
33
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1430ms
34
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 555ms
35
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 411ms
36
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1632ms
37
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1523ms
38
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3190ms
39
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2925ms
40
+ ✓ src/components/header/__tests__/Header.spec.tsx (7 tests) 275ms
41
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 360ms
43
42
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 4ms
44
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 258ms
45
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 330ms
43
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 299ms
44
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 318ms
46
45
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
47
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 258ms
48
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 404ms
49
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  313ms
50
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 49ms
51
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 295ms
52
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1464ms
53
- ✓ EditableDateRangePicker > updates when editing values  1283ms
54
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 318ms
46
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 297ms
47
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 482ms
48
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  393ms
49
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 22ms
50
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (4 tests) 268ms
51
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1519ms
52
+ ✓ EditableDateRangePicker > updates when editing values  1306ms
53
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 327ms
55
54
  ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 4ms
56
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 279ms
57
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 66ms
58
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 205ms
59
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 146ms
60
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 159ms
61
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 61ms
62
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 40ms
55
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 341ms
56
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (3 tests) 83ms
57
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 192ms
58
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 160ms
59
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 201ms
60
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 44ms
61
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 42ms
63
62
 
64
63
   Test Files  35 passed | 1 skipped (36)
65
64
   Tests  234 passed | 6 skipped (240)
66
-  Start at  18:09:55
67
-  Duration  79.21s (transform 6.59s, setup 10.43s, collect 167.02s, tests 23.68s, environment 20.47s, prepare 3.94s)
65
+  Start at  14:13:05
66
+  Duration  83.89s (transform 7.09s, setup 10.76s, collect 177.71s, tests 25.31s, environment 21.55s, prepare 3.99s)
68
67