@coveord/plasma-mantine 49.3.0 → 49.3.1
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.
- package/.turbo/turbo-build.log +3 -3
- package/.turbo/turbo-test.log +28 -28
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/modal-wizard/ModalWizard.js.map +1 -1
- package/dist/cjs/components/modal-wizard/ModalWizardStep.js.map +1 -1
- package/dist/definitions/components/modal-wizard/ModalWizard.d.ts +1 -1
- package/dist/definitions/components/modal-wizard/ModalWizard.d.ts.map +1 -1
- package/dist/definitions/components/modal-wizard/ModalWizardStep.d.ts +1 -1
- package/dist/definitions/components/modal-wizard/ModalWizardStep.d.ts.map +1 -1
- package/dist/esm/components/modal-wizard/ModalWizard.js.map +1 -1
- package/dist/esm/components/modal-wizard/ModalWizardStep.js.map +1 -1
- package/package.json +1 -1
- package/src/components/modal-wizard/ModalWizard.tsx +1 -1
- package/src/components/modal-wizard/ModalWizardStep.tsx +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@49.
|
|
2
|
+
> @coveord/plasma-mantine@49.3.0 build /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> node ../../scripts/build
|
|
4
4
|
|
|
5
5
|
starting typescript compilation
|
|
6
|
-
Successfully compiled: 71 files with swc (
|
|
7
|
-
Successfully compiled: 71 files with swc (
|
|
6
|
+
Successfully compiled: 71 files with swc (237.31ms)
|
|
7
|
+
Successfully compiled: 71 files with swc (225.19ms)
|
|
8
8
|
typescript compilation ended
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@49.
|
|
2
|
+
> @coveord/plasma-mantine@49.3.0 test /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> TZ=UTC vitest run "--silent"
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
[7m[1m[36m RUN [39m[22m[27m [36mv0.28.3[39m [90m/home/runner/work/plasma/plasma/packages/mantine[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m src/components/collection/__tests__/Collection.spec.tsx [2m ([22m[2m11 tests[22m[2m)[22m[33m
|
|
9
|
-
[32m✓[39m src/components/table/__tests__/Table.spec.tsx [2m ([22m[2m12 tests[22m[2m)[22m[33m
|
|
10
|
-
[32m✓[39m src/components/modal-wizard/__tests__/ModalWizard.spec.tsx [2m ([22m[2m6 tests[22m[2m)[22m[33m
|
|
11
|
-
[32m✓[39m src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx [2m ([22m[2m6 tests[22m[2m)[22m[33m
|
|
12
|
-
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m ([22m[2m7 tests[22m[2m)[22m[33m
|
|
13
|
-
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m ([22m[2m4 tests[22m[2m)[22m[33m
|
|
14
|
-
[32m✓[39m src/components/table/__tests__/TablePagination.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m
|
|
15
|
-
[32m✓[39m src/components/table/__tests__/TableFilter.spec.tsx [2m ([22m[2m5 tests[22m[2m)[22m[33m
|
|
16
|
-
[32m✓[39m src/components/table/__tests__/TablePredicate.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m
|
|
17
|
-
[32m✓[39m src/components/table/__tests__/TablePerPage.spec.tsx [2m ([22m[2m5 tests[22m[2m)[22m[33m
|
|
18
|
-
[32m✓[39m src/components/table/__tests__/TableDateRangePicker.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m
|
|
19
|
-
[32m✓[39m src/components/code-editor/__tests__/CodeEditor.spec.tsx [2m ([22m[2m5 tests[22m[2m)[22m[33m
|
|
20
|
-
[32m✓[39m src/components/table/__tests__/TableActions.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m
|
|
21
|
-
[32m✓[39m src/components/header/__tests__/Header.spec.tsx [2m ([22m[2m6 tests[22m[2m)[22m[33m
|
|
22
|
-
[32m✓[39m src/components/table/__tests__/Th.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m
|
|
23
|
-
[32m✓[39m src/utils/__tests__/overrideComponent.spec.tsx [2m ([22m[2m1 test[22m[2m)[22m[90m
|
|
24
|
-
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m
|
|
25
|
-
[32m✓[39m src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m
|
|
26
|
-
[32m✓[39m src/components/modal/__tests__/Modal.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m
|
|
27
|
-
[32m✓[39m src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m
|
|
28
|
-
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[90m
|
|
29
|
-
[32m✓[39m src/components/prompt/__tests__/Prompt.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m
|
|
30
|
-
[32m✓[39m src/components/sticky-footer/__tests__/StickyFooter.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[90m
|
|
31
|
-
[32m✓[39m src/components/button/__tests__/Button.spec.tsx [2m ([22m[2m1 test[22m[2m)[22m[90m
|
|
32
|
-
[32m✓[39m src/components/blank-slate/__tests__/BlankSlate.spec.tsx [2m ([22m[2m1 test[22m[2m)[22m[90m
|
|
8
|
+
[32m✓[39m src/components/collection/__tests__/Collection.spec.tsx [2m ([22m[2m11 tests[22m[2m)[22m[33m 2278[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/components/table/__tests__/Table.spec.tsx [2m ([22m[2m12 tests[22m[2m)[22m[33m 6743[2mms[22m[39m
|
|
10
|
+
[32m✓[39m src/components/modal-wizard/__tests__/ModalWizard.spec.tsx [2m ([22m[2m6 tests[22m[2m)[22m[33m 5260[2mms[22m[39m
|
|
11
|
+
[32m✓[39m src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx [2m ([22m[2m6 tests[22m[2m)[22m[33m 1547[2mms[22m[39m
|
|
12
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m ([22m[2m7 tests[22m[2m)[22m[33m 21861[2mms[22m[39m
|
|
13
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m ([22m[2m4 tests[22m[2m)[22m[33m 15783[2mms[22m[39m
|
|
14
|
+
[32m✓[39m src/components/table/__tests__/TablePagination.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m 868[2mms[22m[39m
|
|
15
|
+
[32m✓[39m src/components/table/__tests__/TableFilter.spec.tsx [2m ([22m[2m5 tests[22m[2m)[22m[33m 2742[2mms[22m[39m
|
|
16
|
+
[32m✓[39m src/components/table/__tests__/TablePredicate.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m 1449[2mms[22m[39m
|
|
17
|
+
[32m✓[39m src/components/table/__tests__/TablePerPage.spec.tsx [2m ([22m[2m5 tests[22m[2m)[22m[33m 1079[2mms[22m[39m
|
|
18
|
+
[32m✓[39m src/components/table/__tests__/TableDateRangePicker.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m 8284[2mms[22m[39m
|
|
19
|
+
[32m✓[39m src/components/code-editor/__tests__/CodeEditor.spec.tsx [2m ([22m[2m5 tests[22m[2m)[22m[33m 615[2mms[22m[39m
|
|
20
|
+
[32m✓[39m src/components/table/__tests__/TableActions.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m 1942[2mms[22m[39m
|
|
21
|
+
[32m✓[39m src/components/header/__tests__/Header.spec.tsx [2m ([22m[2m6 tests[22m[2m)[22m[33m 561[2mms[22m[39m
|
|
22
|
+
[32m✓[39m src/components/table/__tests__/Th.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m 993[2mms[22m[39m
|
|
23
|
+
[32m✓[39m src/utils/__tests__/overrideComponent.spec.tsx [2m ([22m[2m1 test[22m[2m)[22m[90m 82[2mms[22m[39m
|
|
24
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m 887[2mms[22m[39m
|
|
25
|
+
[32m✓[39m src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m 582[2mms[22m[39m
|
|
26
|
+
[32m✓[39m src/components/modal/__tests__/Modal.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m 624[2mms[22m[39m
|
|
27
|
+
[32m✓[39m src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[33m 2922[2mms[22m[39m
|
|
28
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m ([22m[2m3 tests[22m[2m)[22m[90m 30[2mms[22m[39m
|
|
29
|
+
[32m✓[39m src/components/prompt/__tests__/Prompt.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[33m 458[2mms[22m[39m
|
|
30
|
+
[32m✓[39m src/components/sticky-footer/__tests__/StickyFooter.spec.tsx [2m ([22m[2m2 tests[22m[2m)[22m[90m 187[2mms[22m[39m
|
|
31
|
+
[32m✓[39m src/components/button/__tests__/Button.spec.tsx [2m ([22m[2m1 test[22m[2m)[22m[90m 81[2mms[22m[39m
|
|
32
|
+
[32m✓[39m src/components/blank-slate/__tests__/BlankSlate.spec.tsx [2m ([22m[2m1 test[22m[2m)[22m[90m 79[2mms[22m[39m
|
|
33
33
|
|
|
34
34
|
[2m Test Files [22m [1m[32m25 passed[39m[22m[90m (25)[39m
|
|
35
35
|
[2m Tests [22m [1m[32m100 passed[39m[22m[90m (100)[39m
|
|
36
|
-
[2m Start at [22m
|
|
37
|
-
[2m Duration [22m
|
|
36
|
+
[2m Start at [22m 19:56:28
|
|
37
|
+
[2m Duration [22m 139.72s[2m (transform 646ms, setup 5.90s, collect 33.98s, tests 77.94s)[22m
|
|
38
38
|
|