@coveord/plasma-mantine 55.7.2-next.45 → 55.7.2-next.46

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 (32) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/.turbo/turbo-test.log +52 -53
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/styles/DatePicker.module.css +15 -0
  5. package/dist/cjs/styles/MonthPicker.module.css +11 -0
  6. package/dist/cjs/styles/TimePicker.module.css +8 -0
  7. package/dist/cjs/styles/YearPicker.module.css +11 -0
  8. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  9. package/dist/cjs/theme/Theme.js +39 -3
  10. package/dist/cjs/theme/Theme.js.map +1 -1
  11. package/dist/cjs/utils/CssVariablesList.d.ts +1 -0
  12. package/dist/cjs/utils/CssVariablesList.d.ts.map +1 -0
  13. package/dist/cjs/utils/CssVariablesList.js +3 -0
  14. package/dist/cjs/utils/CssVariablesList.js.map +1 -0
  15. package/dist/esm/styles/DatePicker.module.css +15 -0
  16. package/dist/esm/styles/MonthPicker.module.css +11 -0
  17. package/dist/esm/styles/TimePicker.module.css +8 -0
  18. package/dist/esm/styles/YearPicker.module.css +11 -0
  19. package/dist/esm/theme/Theme.d.ts.map +1 -1
  20. package/dist/esm/theme/Theme.js +41 -5
  21. package/dist/esm/theme/Theme.js.map +1 -1
  22. package/dist/esm/utils/CssVariablesList.d.ts +1 -0
  23. package/dist/esm/utils/CssVariablesList.d.ts.map +1 -0
  24. package/dist/esm/utils/CssVariablesList.js +2 -0
  25. package/dist/esm/utils/CssVariablesList.js.map +1 -0
  26. package/package.json +3 -3
  27. package/src/styles/DatePicker.module.css +15 -0
  28. package/src/styles/MonthPicker.module.css +11 -0
  29. package/src/styles/TimePicker.module.css +8 -0
  30. package/src/styles/YearPicker.module.css +11 -0
  31. package/src/theme/Theme.tsx +35 -2
  32. package/src/utils/CssVariablesList.tsx +0 -0
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.44 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.45 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 135 files, copied 53 files with swc (413.93ms)
6
- Successfully compiled: 135 files, copied 53 files with swc (501.79ms)
5
+ Successfully compiled: 136 files, copied 57 files with swc (483.56ms)
6
+ Successfully compiled: 136 files, copied 57 files with swc (533.02ms)
7
7
 
@@ -1,72 +1,71 @@
1
1
 
2
- > @coveord/plasma-mantine@55.7.2-next.44 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@55.7.2-next.45 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:04:34 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:08:58 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:639:25)
12
12
  at async Object.readFile (node:internal/fs/promises:1243: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/collection/__tests__/Collection.spec.tsx (15 tests) 996ms
16
- ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1015ms
17
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1502ms
18
- ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 588ms
19
- ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1148ms
20
- ✓ Table.Actions > displays the actions when the row is selected  309ms
21
- ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  421ms
22
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2331ms
23
- ✓ TableColumnsSelector > renders all columns in the dropdown, except the collapsible and the multiselectRow by default  315ms
24
- ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 174ms
25
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 629ms
26
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 610ms
27
- ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 695ms
28
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 979ms
29
- ✓ Table.Predicate > goes back to the first page when changing the predicate  655ms
30
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3333ms
31
- ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  425ms
32
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  627ms
33
- ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  441ms
34
- ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1530ms
35
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 546ms
36
- ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 379ms
37
- ✓ src/components/header/__tests__/Header.spec.tsx (8 tests) 258ms
38
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1707ms
39
- ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1612ms
40
- ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 347ms
41
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 258ms
42
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3115ms
43
- ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2850ms
15
+ ✓ src/components/collection/__tests__/Collection.spec.tsx (15 tests) 938ms
16
+ ✓ src/components/table/__tests__/Table.spec.tsx (12 tests) 1056ms
17
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 1459ms
18
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx (7 tests) 548ms
19
+ ✓ src/components/table/__tests__/TableActions.spec.tsx (6 tests) 1273ms
20
+ ✓ Table.Actions > displays the actions when the row is selected  319ms
21
+ ✓ Table.Actions > displays the secondary actions when the row is selected and the user clicks on more  532ms
22
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx (13 tests) 2121ms
23
+ ✓ src/components/table/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 164ms
24
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx (8 tests) 673ms
25
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx (7 tests) 590ms
26
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx (6 tests) 653ms
27
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx (3 tests) 937ms
28
+ ✓ Table.Predicate > goes back to the first page when changing the predicate  595ms
29
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 3375ms
30
+ ✓ DateRangePickerInlineCalendar > calls onApply when the user clicks on the apply button  505ms
31
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when clicking in the calendar  709ms
32
+ ✓ DateRangePickerInlineCalendar > set end date same as start date if only one date is selected when clicking in the calendar  409ms
33
+ ✓ DateRangePickerInlineCalendar > calls onApply with the selected dates when typing in the inputs  1410ms
34
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 530ms
35
+ ✓ src/components/table/__tests__/Th.spec.tsx (4 tests) 411ms
36
+ ✓ src/components/header/__tests__/Header.spec.tsx (8 tests) 278ms
37
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 1437ms
38
+ ✓ DateRangePickerPopoverCalendar > calls onApply with the selected dates when clicking in the calendar  1349ms
39
+ ✓ src/components/table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 350ms
40
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3123ms
41
+ ✓ Table.DateRangePicker > when url sync is activated > sets the selected date range in the url  2880ms
42
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx (3 tests) 230ms
44
43
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
45
- ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 277ms
44
+ ✓ src/components/button/__tests__/Button.spec.tsx (4 tests) 239ms
46
45
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
47
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 286ms
48
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 427ms
49
- ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  358ms
50
- ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 458ms
51
- ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  354ms
52
- ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 160ms
53
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 21ms
54
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 347ms
55
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1531ms
56
- ✓ EditableDateRangePicker > updates when editing values  1320ms
57
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
58
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 337ms
59
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 267ms
60
- ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 223ms
61
- ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 122ms
62
- ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 53ms
63
- ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 117ms
64
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 160ms
65
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 55ms
46
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 294ms
47
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 486ms
48
+ ✓ DateRangePickerPresetSelect > calls onChange when selecting a preset  410ms
49
+ ✓ src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx (2 tests) 505ms
50
+ ✓ DateTimeRangePicker > updates with the selected dates when choosing a preset  401ms
51
+ ✓ src/components/last-updated/__tests__/LastUpdated.spec.tsx (5 tests) 173ms
52
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 27ms
53
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx (6 tests) 388ms
54
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx (2 tests) 1419ms
55
+ ✓ EditableDateRangePicker > updates when editing values  1224ms
56
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 294ms
57
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 7ms
58
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx (4 tests) 242ms
59
+ ✓ src/components/modal/__tests__/Modal.spec.tsx (2 tests) 148ms
60
+ ✓ src/components/child-form/__tests__/ChildForm.spec.tsx (3 tests) 235ms
61
+ ✓ src/components/modal/__tests__/ModalFooter.spec.tsx (2 tests) 69ms
62
+ ✓ src/components/menu/__tests__/Menu.spec.tsx (1 test) 103ms
63
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx (1 test) 171ms
64
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx (1 test) 57ms
66
65
  ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx (1 test) 39ms
67
66
 
68
67
   Test Files  38 passed | 1 skipped (39)
69
68
   Tests  248 passed | 6 skipped (254)
70
-  Start at  18:04:25
71
-  Duration  83.79s (transform 6.46s, setup 11.21s, collect 174.96s, tests 25.50s, environment 21.46s, prepare 4.06s)
69
+  Start at  14:08:50
70
+  Duration  82.70s (transform 6.48s, setup 10.81s, collect 173.03s, tests 25.05s, environment 21.32s, prepare 4.06s)
72
71