@coveord/plasma-mantine 55.7.2-next.5 → 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.
- package/.turbo/turbo-build.log +3 -3
- package/.turbo/turbo-test.log +46 -48
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/theme/PlasmaColors.d.ts +12 -12
- package/dist/cjs/theme/PlasmaColors.js +144 -144
- package/dist/cjs/theme/PlasmaColors.js.map +1 -1
- package/dist/cjs/theme/Theme.d.ts.map +1 -1
- package/dist/cjs/theme/Theme.js +7 -6
- package/dist/cjs/theme/Theme.js.map +1 -1
- package/dist/cjs/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
- package/dist/cjs/theme/plasmaCSSVariablesResolver.js +2 -1
- package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
- package/dist/esm/theme/PlasmaColors.d.ts +12 -12
- package/dist/esm/theme/PlasmaColors.js +144 -144
- package/dist/esm/theme/PlasmaColors.js.map +1 -1
- package/dist/esm/theme/Theme.d.ts.map +1 -1
- package/dist/esm/theme/Theme.js +7 -6
- package/dist/esm/theme/Theme.js.map +1 -1
- package/dist/esm/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
- package/dist/esm/theme/plasmaCSSVariablesResolver.js +2 -1
- package/dist/esm/theme/plasmaCSSVariablesResolver.js.map +1 -1
- package/package.json +1 -1
- package/src/theme/PlasmaColors.ts +144 -144
- package/src/theme/Theme.tsx +7 -6
- package/src/theme/plasmaCSSVariablesResolver.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@55.7.2-next.
|
|
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 39 files with swc (
|
|
6
|
-
Successfully compiled: 116 files, copied 39 files with swc (
|
|
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
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,63 +1,61 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@55.7.2-next.
|
|
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
|
[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m
|
|
6
6
|
|
|
7
7
|
[1m[7m[36m RUN [39m[27m[22m [36mv3.0.5 [39m[90m/home/runner/work/plasma/plasma/packages/mantine[39m
|
|
8
8
|
|
|
9
|
-
[32m✓[39m src/components/table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
9
|
+
[32m✓[39m src/components/table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 1096[2mms[22m[39m
|
|
10
10
|
[32m✓[39m src/components/table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 1671[2mms[22m[39m
|
|
11
11
|
[32m✓[39m src/components/table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m13 tests[22m[2m)[22m[33m 2400[2mms[22m[39m
|
|
12
|
-
[32m✓[39m src/components/collection/__tests__/Collection.spec.tsx [2m([22m[2m11 tests[22m[2m)[22m[33m
|
|
13
|
-
[32m✓[39m src/components/table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
14
|
-
[32m✓[39m src/components/table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m
|
|
15
|
-
[33m[2m✓[22m[39m Table.Actions[2m > [22mdisplays the actions when the row is selected [
|
|
16
|
-
[33m[2m✓[22m[39m Table.Actions[2m > [22mdisplays the secondary actions when the row is selected and the user clicks on more [
|
|
17
|
-
|
|
18
|
-
[32m✓[39m src/components/
|
|
19
|
-
[32m✓[39m src/components/
|
|
20
|
-
[32m✓[39m src/components/table/__tests__/
|
|
21
|
-
[32m✓[39m src/components/table/__tests__/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[32m✓[39m src/components/
|
|
25
|
-
|
|
26
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply
|
|
27
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [
|
|
28
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [
|
|
29
|
-
|
|
30
|
-
[32m✓[39m src/components/
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
[32m✓[39m src/components/table/__tests__/
|
|
34
|
-
[33m[2m✓[22m[39m
|
|
35
|
-
[32m✓[39m src/components/
|
|
36
|
-
|
|
37
|
-
[32m✓[39m src/
|
|
38
|
-
[32m✓[39m src/components/
|
|
39
|
-
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[90m 7[2mms[22m[39m
|
|
40
|
-
[32m✓[39m src/components/button/__tests__/Button.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 309[2mms[22m[39m
|
|
12
|
+
[32m✓[39m src/components/collection/__tests__/Collection.spec.tsx [2m([22m[2m11 tests[22m[2m)[22m[33m 786[2mms[22m[39m
|
|
13
|
+
[32m✓[39m src/components/table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 697[2mms[22m[39m
|
|
14
|
+
[32m✓[39m src/components/table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1072[2mms[22m[39m
|
|
15
|
+
[33m[2m✓[22m[39m Table.Actions[2m > [22mdisplays the actions when the row is selected [33m339[2mms[22m[39m
|
|
16
|
+
[33m[2m✓[22m[39m Table.Actions[2m > [22mdisplays the secondary actions when the row is selected and the user clicks on more [33m320[2mms[22m[39m
|
|
17
|
+
[32m✓[39m src/components/table/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[90m 197[2mms[22m[39m
|
|
18
|
+
[32m✓[39m src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 634[2mms[22m[39m
|
|
19
|
+
[32m✓[39m src/components/table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 769[2mms[22m[39m
|
|
20
|
+
[32m✓[39m src/components/table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 784[2mms[22m[39m
|
|
21
|
+
[32m✓[39m src/components/table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 897[2mms[22m[39m
|
|
22
|
+
[33m[2m✓[22m[39m Table.Predicate[2m > [22mgoes back to the first page when changing the predicate [33m549[2mms[22m[39m
|
|
23
|
+
[32m✓[39m src/components/code-editor/__tests__/CodeEditor.spec.tsx [2m([22m[2m8 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 599[2mms[22m[39m
|
|
24
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 4915[2mms[22m[39m
|
|
25
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply when the user clicks on the apply button [33m413[2mms[22m[39m
|
|
26
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [33m1076[2mms[22m[39m
|
|
27
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mset end date same as start date if only one date is selected when clicking in the calendar [33m507[2mms[22m[39m
|
|
28
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when typing in the inputs [33m2613[2mms[22m[39m
|
|
29
|
+
[32m✓[39m src/components/table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 447[2mms[22m[39m
|
|
30
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 2083[2mms[22m[39m
|
|
31
|
+
[33m[2m✓[22m[39m DateRangePickerPopoverCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [33m1957[2mms[22m[39m
|
|
32
|
+
[32m✓[39m src/components/table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 320[2mms[22m[39m
|
|
33
|
+
[32m✓[39m src/components/table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3921[2mms[22m[39m
|
|
34
|
+
[33m[2m✓[22m[39m Table.DateRangePicker[2m > [22mwhen url sync is activated[2m > [22msets the selected date range in the url [33m3678[2mms[22m[39m
|
|
35
|
+
[32m✓[39m src/components/header/__tests__/Header.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[90m 220[2mms[22m[39m
|
|
36
|
+
[32m✓[39m src/components/table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m 254[2mms[22m[39m
|
|
37
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[90m 5[2mms[22m[39m
|
|
38
|
+
[32m✓[39m src/components/button/__tests__/Button.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 334[2mms[22m[39m
|
|
41
39
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
42
|
-
[32m✓[39m src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
43
|
-
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m
|
|
44
|
-
[33m[2m✓[22m[39m DateRangePickerPresetSelect[2m > [22mcalls onChange when selecting a preset [
|
|
45
|
-
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m
|
|
46
|
-
[32m✓[39m src/components/prompt/__tests__/Prompt.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m
|
|
47
|
-
[32m✓[39m src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m
|
|
48
|
-
[33m[2m✓[22m[39m EditableDateRangePicker[2m > [22mupdates when editing values [
|
|
49
|
-
[32m✓[39m src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
50
|
-
[32m✓[39m src/components/browser-preview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[90m
|
|
40
|
+
[32m✓[39m src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 348[2mms[22m[39m
|
|
41
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 446[2mms[22m[39m
|
|
42
|
+
[33m[2m✓[22m[39m DateRangePickerPresetSelect[2m > [22mcalls onChange when selecting a preset [33m355[2mms[22m[39m
|
|
43
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m 29[2mms[22m[39m
|
|
44
|
+
[32m✓[39m src/components/prompt/__tests__/Prompt.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 331[2mms[22m[39m
|
|
45
|
+
[32m✓[39m src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 1720[2mms[22m[39m
|
|
46
|
+
[33m[2m✓[22m[39m EditableDateRangePicker[2m > [22mupdates when editing values [33m1537[2mms[22m[39m
|
|
47
|
+
[32m✓[39m src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 395[2mms[22m[39m
|
|
48
|
+
[32m✓[39m src/components/browser-preview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[90m 297[2mms[22m[39m
|
|
51
49
|
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[90m 3[2mms[22m[39m
|
|
52
|
-
[32m✓[39m src/components/modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m
|
|
53
|
-
[32m✓[39m src/components/child-form/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m
|
|
54
|
-
[32m✓[39m src/components/modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[90m
|
|
55
|
-
[32m✓[39m src/components/code-editor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[90m
|
|
56
|
-
[32m✓[39m src/components/sticky-footer/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[90m
|
|
57
|
-
[32m✓[39m src/components/blank-slate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[90m
|
|
50
|
+
[32m✓[39m src/components/modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m 84[2mms[22m[39m
|
|
51
|
+
[32m✓[39m src/components/child-form/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m 211[2mms[22m[39m
|
|
52
|
+
[32m✓[39m src/components/modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[90m 138[2mms[22m[39m
|
|
53
|
+
[32m✓[39m src/components/code-editor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[90m 202[2mms[22m[39m
|
|
54
|
+
[32m✓[39m src/components/sticky-footer/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[90m 38[2mms[22m[39m
|
|
55
|
+
[32m✓[39m src/components/blank-slate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[90m 41[2mms[22m[39m
|
|
58
56
|
|
|
59
57
|
[2m Test Files [22m [1m[32m35 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (36)[39m
|
|
60
58
|
[2m Tests [22m [1m[32m232 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (238)[39m
|
|
61
|
-
[2m Start at [22m
|
|
62
|
-
[2m Duration [22m
|
|
59
|
+
[2m Start at [22m 00:32:05
|
|
60
|
+
[2m Duration [22m 55.35s[2m (transform 2.63s, setup 10.49s, collect 91.74s, tests 28.38s, environment 21.11s, prepare 4.55s)[22m
|
|
63
61
|
|