@coveord/plasma-mantine 56.5.0 → 56.8.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 +4 -4
- package/.turbo/turbo-test.log +107 -105
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/Badge/Badge.d.ts.map +1 -1
- package/dist/cjs/components/Badge/Badge.js +10 -8
- package/dist/cjs/components/Badge/Badge.js.map +1 -1
- package/dist/cjs/components/CodeEditor/languages/xml.d.ts.map +1 -1
- package/dist/cjs/components/CodeEditor/languages/xml.js.map +1 -1
- package/dist/cjs/components/Collection/enhanceWithCollectionProps.d.ts.map +1 -1
- package/dist/cjs/components/Collection/enhanceWithCollectionProps.js.map +1 -1
- package/dist/cjs/components/DateRangePicker/DateRange.module.css +4 -0
- package/dist/cjs/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
- package/dist/cjs/components/DateRangePicker/DateRangePicker.js +2 -1
- package/dist/cjs/components/DateRangePicker/DateRangePicker.js.map +1 -1
- package/dist/cjs/components/RadioCard/RadioCard.d.ts +26 -0
- package/dist/cjs/components/RadioCard/RadioCard.d.ts.map +1 -0
- package/dist/cjs/components/RadioCard/RadioCard.js +82 -0
- package/dist/cjs/components/RadioCard/RadioCard.js.map +1 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles/RadioCard.module.css +44 -0
- package/dist/cjs/theme/Plasmantine.d.ts +1 -1
- package/dist/cjs/theme/Plasmantine.d.ts.map +1 -1
- package/dist/cjs/theme/Plasmantine.js +2 -2
- package/dist/cjs/theme/Plasmantine.js.map +1 -1
- package/dist/esm/components/Badge/Badge.d.ts.map +1 -1
- package/dist/esm/components/Badge/Badge.js +11 -7
- package/dist/esm/components/Badge/Badge.js.map +1 -1
- package/dist/esm/components/CodeEditor/languages/xml.d.ts.map +1 -1
- package/dist/esm/components/CodeEditor/languages/xml.js.map +1 -1
- package/dist/esm/components/Collection/enhanceWithCollectionProps.d.ts.map +1 -1
- package/dist/esm/components/Collection/enhanceWithCollectionProps.js.map +1 -1
- package/dist/esm/components/DateRangePicker/DateRange.module.css +4 -0
- package/dist/esm/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
- package/dist/esm/components/DateRangePicker/DateRangePicker.js +2 -1
- package/dist/esm/components/DateRangePicker/DateRangePicker.js.map +1 -1
- package/dist/esm/components/RadioCard/RadioCard.d.ts +26 -0
- package/dist/esm/components/RadioCard/RadioCard.d.ts.map +1 -0
- package/dist/esm/components/RadioCard/RadioCard.js +63 -0
- package/dist/esm/components/RadioCard/RadioCard.js.map +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles/RadioCard.module.css +44 -0
- package/dist/esm/theme/Plasmantine.d.ts +1 -1
- package/dist/esm/theme/Plasmantine.d.ts.map +1 -1
- package/dist/esm/theme/Plasmantine.js +2 -2
- package/dist/esm/theme/Plasmantine.js.map +1 -1
- package/package.json +19 -19
- package/src/components/Badge/Badge.tsx +12 -2
- package/src/components/CodeEditor/languages/xml.ts +2 -1
- package/src/components/Collection/enhanceWithCollectionProps.ts +2 -2
- package/src/components/DateRangePicker/DateRange.module.css +4 -0
- package/src/components/DateRangePicker/DateRangePicker.tsx +2 -1
- package/src/components/RadioCard/RadioCard.tsx +73 -0
- package/src/components/RadioCard/__tests__/RadioCard.component.spec.tsx +25 -0
- package/src/index.ts +3 -0
- package/src/styles/RadioCard.module.css +44 -0
- package/src/theme/Plasmantine.tsx +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@56.
|
|
2
|
+
> @coveord/plasma-mantine@56.8.0 build /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> node ../../scripts/build
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:3593) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
6
6
|
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
7
|
-
Successfully compiled:
|
|
8
|
-
Successfully compiled:
|
|
7
|
+
Successfully compiled: 205 files, copied 58 files with swc (483.26ms)
|
|
8
|
+
Successfully compiled: 205 files, copied 58 files with swc (631.76ms)
|
|
9
9
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,115 +1,117 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@56.
|
|
2
|
+
> @coveord/plasma-mantine@56.8.0 test /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> cross-env TZ=UTC vitest run --silent
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
[1m[46m RUN [49m[22m [36mv4.0.
|
|
6
|
+
[1m[46m RUN [49m[22m [36mv4.0.15 [39m[90m/home/runner/work/plasma/plasma/packages/mantine[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m16 tests[22m[2m)[22m[33m
|
|
9
|
-
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
10
|
-
[33m[2m✓[22m[39m reset row selection when user click outside the table [33m
|
|
11
|
-
|
|
12
|
-
[33m[2m✓[22m[39m
|
|
13
|
-
[33m[2m✓[22m[39m
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
[33m[2m✓[22m[39m
|
|
17
|
-
[33m[2m✓[22m[39m
|
|
18
|
-
[33m[2m✓[22m[39m
|
|
19
|
-
[33m[2m✓[22m[39m prevents row selection if disableRowSelection is true [33m
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
[33m[2m✓[22m[39m
|
|
23
|
-
[33m[2m✓[22m[39m changes
|
|
24
|
-
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m13 tests[22m[2m)[22m[33m
|
|
25
|
-
[33m[2m✓[22m[39m render the edit button in the table header [33m
|
|
26
|
-
[33m[2m✓[22m[39m renders all columns in the dropdown, except the collapsible and the multiselectRow by default [33m
|
|
27
|
-
[33m[2m✓[22m[39m renders all checkboxes checked by default [33m
|
|
28
|
-
[33m[2m✓[22m[39m renders a disabled checked checkbox for columns that are always visible [33m
|
|
29
|
-
[33m[2m✓[22m[39m renders unchecked checkboxes for the columns that are not visible in the inital state of the table [33m
|
|
30
|
-
[33m[2m✓[22m[39m renders disabled checkboxes when the maxSelectableColumns is set and the maximum number of columns is checked [33m
|
|
31
|
-
[33m[2m✓[22m[39m renders a tooltip when the maxSelectableColumns is set and the maximum number of columns is checked and the user hover a disabled checkbox [33m
|
|
32
|
-
[33m[2m✓[22m[39m
|
|
33
|
-
[33m[2m✓[22m[39m
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
[33m[2m✓[22m[39m displays the actions when the row is selected [33m
|
|
37
|
-
[33m[2m✓[22m[39m
|
|
38
|
-
[33m[2m✓[22m[39m passes down an array of selected rows [33m
|
|
39
|
-
[32m✓[39m src/hooks/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m
|
|
40
|
-
[32m✓[39m src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m
|
|
41
|
-
[33m[2m✓[22m[39m calls the onClick prop when clicking on the menu item [33m
|
|
42
|
-
[32m✓[39m src/components/Table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
43
|
-
[33m[2m✓[22m[39m displays the label [33m
|
|
44
|
-
[32m✓[39m src/components/Table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m
|
|
45
|
-
[33m[2m✓[22m[39m displays the placeholder [33m
|
|
46
|
-
[33m[2m✓[22m[39m goes back to the first page when changing the filter [33m
|
|
47
|
-
[33m[2m✓[22m[39m does not unselect rows that get filtered out [33m
|
|
48
|
-
[32m✓[39m src/components/CodeEditor/__tests__/CodeEditor.spec.tsx [2m([22m[2m9 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
49
|
-
[33m[2m✓[22m[39m renders the monaco editor, a copy to clipboard button and a search button [33m
|
|
50
|
-
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
51
|
-
[33m[2m✓[22m[39m calls onApply when the user clicks on the apply button [33m
|
|
52
|
-
[33m[2m✓[22m[39m calls onCancel when the user clicks on the cancel button [33m
|
|
53
|
-
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m
|
|
54
|
-
[33m[2m✓[22m[39m set end date same as start date if only one date is selected when clicking in the calendar [33m
|
|
55
|
-
[33m[2m✓[22m[39m calls onApply with the selected dates when typing in the inputs [33m
|
|
56
|
-
[32m✓[39m src/components/Header/__tests__/Header.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
[33m[2m✓[22m[39m
|
|
60
|
-
[33m[2m✓[22m[39m
|
|
61
|
-
[33m[2m✓[22m[39m
|
|
62
|
-
[33m[2m✓[22m[39m
|
|
63
|
-
[33m[2m✓[22m[39m applies the selected date range in
|
|
64
|
-
|
|
65
|
-
[33m[2m✓[22m[39m
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
[33m[2m✓[22m[39m
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
[33m[2m✓[22m[39m
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
[33m[2m✓[22m[39m
|
|
86
|
-
[33m[2m✓[22m[39m
|
|
87
|
-
|
|
88
|
-
[32m✓[39m src/components/
|
|
89
|
-
[32m✓[39m src/
|
|
8
|
+
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m16 tests[22m[2m)[22m[33m 1936[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 2720[2mms[22m[39m
|
|
10
|
+
[33m[2m✓[22m[39m reset row selection when user click outside the table [33m 320[2mms[22m[39m
|
|
11
|
+
[33m[2m✓[22m[39m handles switching layout [33m 487[2mms[22m[39m
|
|
12
|
+
[33m[2m✓[22m[39m does not clear the row selection when clicking outside the table [33m 354[2mms[22m[39m
|
|
13
|
+
[33m[2m✓[22m[39m unselects all the selected rows when clicking on the the unselect button from the table header [33m 375[2mms[22m[39m
|
|
14
|
+
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 4182[2mms[22m[39m
|
|
15
|
+
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m 515[2mms[22m[39m
|
|
16
|
+
[33m[2m✓[22m[39m closes the opened collapsible when using the accordion column and the user expand a different row [33m 407[2mms[22m[39m
|
|
17
|
+
[33m[2m✓[22m[39m toggles row selection when clicking on a selected row [33m 349[2mms[22m[39m
|
|
18
|
+
[33m[2m✓[22m[39m allows selection of a different row if row selection is forced [33m 347[2mms[22m[39m
|
|
19
|
+
[33m[2m✓[22m[39m prevents row selection if disableRowSelection is true [33m 407[2mms[22m[39m
|
|
20
|
+
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 1235[2mms[22m[39m
|
|
21
|
+
[33m[2m✓[22m[39m calculates the number of pages based on the pageSize and the total number of entries [33m 349[2mms[22m[39m
|
|
22
|
+
[33m[2m✓[22m[39m changes the page when the pagination is client side [33m 330[2mms[22m[39m
|
|
23
|
+
[33m[2m✓[22m[39m changes page when the current page is greater than the total number of pages [33m 309[2mms[22m[39m
|
|
24
|
+
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m13 tests[22m[2m)[22m[33m 5534[2mms[22m[39m
|
|
25
|
+
[33m[2m✓[22m[39m render the edit button in the table header [33m 415[2mms[22m[39m
|
|
26
|
+
[33m[2m✓[22m[39m renders all columns in the dropdown, except the collapsible and the multiselectRow by default [33m 561[2mms[22m[39m
|
|
27
|
+
[33m[2m✓[22m[39m renders all checkboxes checked by default [33m 614[2mms[22m[39m
|
|
28
|
+
[33m[2m✓[22m[39m renders a disabled checked checkbox for columns that are always visible [33m 729[2mms[22m[39m
|
|
29
|
+
[33m[2m✓[22m[39m renders unchecked checkboxes for the columns that are not visible in the inital state of the table [33m 503[2mms[22m[39m
|
|
30
|
+
[33m[2m✓[22m[39m renders disabled checkboxes when the maxSelectableColumns is set and the maximum number of columns is checked [33m 603[2mms[22m[39m
|
|
31
|
+
[33m[2m✓[22m[39m renders a tooltip when the maxSelectableColumns is set and the maximum number of columns is checked and the user hover a disabled checkbox [33m 530[2mms[22m[39m
|
|
32
|
+
[33m[2m✓[22m[39m sets the current visible column ids in the url [33m 578[2mms[22m[39m
|
|
33
|
+
[33m[2m✓[22m[39m determines the initial visible columns from the url [33m 407[2mms[22m[39m
|
|
34
|
+
[32m✓[39m src/components/Table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 3510[2mms[22m[39m
|
|
35
|
+
[33m[2m✓[22m[39m displays the actions when the row is selected [33m 679[2mms[22m[39m
|
|
36
|
+
[33m[2m✓[22m[39m displays the secondary actions when the row is selected and the user clicks on more [33m 1495[2mms[22m[39m
|
|
37
|
+
[33m[2m✓[22m[39m keeps the selected row data in sync with the data prop [33m 329[2mms[22m[39m
|
|
38
|
+
[33m[2m✓[22m[39m passes down an array of selected rows [33m 702[2mms[22m[39m
|
|
39
|
+
[32m✓[39m src/hooks/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m 148[2mms[22m[39m
|
|
40
|
+
[32m✓[39m src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 1276[2mms[22m[39m
|
|
41
|
+
[33m[2m✓[22m[39m calls the onClick prop when clicking on the menu item [33m 320[2mms[22m[39m
|
|
42
|
+
[32m✓[39m src/components/Table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 1174[2mms[22m[39m
|
|
43
|
+
[33m[2m✓[22m[39m displays the label [33m 335[2mms[22m[39m
|
|
44
|
+
[32m✓[39m src/components/Table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1580[2mms[22m[39m
|
|
45
|
+
[33m[2m✓[22m[39m displays the placeholder [33m 347[2mms[22m[39m
|
|
46
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the filter [33m 378[2mms[22m[39m
|
|
47
|
+
[33m[2m✓[22m[39m does not unselect rows that get filtered out [33m 500[2mms[22m[39m
|
|
48
|
+
[32m✓[39m src/components/CodeEditor/__tests__/CodeEditor.spec.tsx [2m([22m[2m9 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 904[2mms[22m[39m
|
|
49
|
+
[33m[2m✓[22m[39m renders the monaco editor, a copy to clipboard button and a search button [33m 415[2mms[22m[39m
|
|
50
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 5160[2mms[22m[39m
|
|
51
|
+
[33m[2m✓[22m[39m calls onApply when the user clicks on the apply button [33m 976[2mms[22m[39m
|
|
52
|
+
[33m[2m✓[22m[39m calls onCancel when the user clicks on the cancel button [33m 399[2mms[22m[39m
|
|
53
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 1352[2mms[22m[39m
|
|
54
|
+
[33m[2m✓[22m[39m set end date same as start date if only one date is selected when clicking in the calendar [33m 913[2mms[22m[39m
|
|
55
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when typing in the inputs [33m 1451[2mms[22m[39m
|
|
56
|
+
[32m✓[39m src/components/Header/__tests__/Header.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 592[2mms[22m[39m
|
|
57
|
+
[33m[2m✓[22m[39m renders a heading of level 1 with the specified children within [33m 311[2mms[22m[39m
|
|
58
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 17460[2mms[22m[39m
|
|
59
|
+
[33m[2m✓[22m[39m opens popover when input is clicked [33m 461[2mms[22m[39m
|
|
60
|
+
[33m[2m✓[22m[39m calls onChange when a date range is applied [33m 3355[2mms[22m[39m
|
|
61
|
+
[33m[2m✓[22m[39m closes popover when Cancel is clicked [33m 679[2mms[22m[39m
|
|
62
|
+
[33m[2m✓[22m[39m calls onCancel when Cancel button is clicked [33m 639[2mms[22m[39m
|
|
63
|
+
[33m[2m✓[22m[39m applies the selected date range in uncontrolled mode [33m 3310[2mms[22m[39m
|
|
64
|
+
[33m[2m✓[22m[39m applies the selected date range in controlled mode [33m 3929[2mms[22m[39m
|
|
65
|
+
[33m[2m✓[22m[39m renders preset options in the popover [33m 1001[2mms[22m[39m
|
|
66
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 2798[2mms[22m[39m
|
|
67
|
+
[33m[2m✓[22m[39m calls onOpenedChange when popover state changes [33m 555[2mms[22m[39m
|
|
68
|
+
[32m✓[39m src/components/Table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3277[2mms[22m[39m
|
|
69
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the predicate [33m 1825[2mms[22m[39m
|
|
70
|
+
[33m[2m✓[22m[39m sets the current predicate value in the url using the predicate id as key [33m 1246[2mms[22m[39m
|
|
71
|
+
[32m✓[39m src/components/Table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 927[2mms[22m[39m
|
|
72
|
+
[33m[2m✓[22m[39m displays the sort icon for every sortable column [33m 345[2mms[22m[39m
|
|
73
|
+
[33m[2m✓[22m[39m changes the sort icon when clicking on a table header [33m 328[2mms[22m[39m
|
|
74
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 4319[2mms[22m[39m
|
|
75
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 4185[2mms[22m[39m
|
|
76
|
+
[32m✓[39m src/components/Table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 4758[2mms[22m[39m
|
|
77
|
+
[33m[2m✓[22m[39m displays the initial dates [33m 467[2mms[22m[39m
|
|
78
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 4201[2mms[22m[39m
|
|
79
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 4894[2mms[22m[39m
|
|
80
|
+
[33m[2m✓[22m[39m updates with the selected dates when choosing a preset [33m 1244[2mms[22m[39m
|
|
81
|
+
[33m[2m✓[22m[39m can change the date and time [33m 3482[2mms[22m[39m
|
|
82
|
+
[32m✓[39m src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 827[2mms[22m[39m
|
|
83
|
+
[33m[2m✓[22m[39m expands the rows when the user clicks on a cell [33m 611[2mms[22m[39m
|
|
84
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3815[2mms[22m[39m
|
|
85
|
+
[33m[2m✓[22m[39m renders an input for the start and an input for the end [33m 332[2mms[22m[39m
|
|
86
|
+
[33m[2m✓[22m[39m updates when editing values [33m 1555[2mms[22m[39m
|
|
87
|
+
[33m[2m✓[22m[39m accepts minDate and maxDate props for start and end inputs [33m 1924[2mms[22m[39m
|
|
88
|
+
[32m✓[39m src/components/Table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 493[2mms[22m[39m
|
|
89
|
+
[32m✓[39m src/components/Button/__tests__/Button.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 563[2mms[22m[39m
|
|
90
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
90
91
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
91
|
-
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
92
|
-
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m
|
|
93
|
-
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m
|
|
94
|
-
[33m[2m✓[22m[39m calls onChange when selecting a preset [33m
|
|
95
|
-
[32m✓[39m src/components/LastUpdated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m
|
|
96
|
-
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
97
|
-
[32m✓[39m src/components/Prompt/__tests__/Prompt.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m
|
|
98
|
-
[33m[2m✓[22m[39m displays the title, body and close button [33m
|
|
99
|
-
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
92
|
+
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 483[2mms[22m[39m
|
|
93
|
+
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m 426[2mms[22m[39m
|
|
94
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 944[2mms[22m[39m
|
|
95
|
+
[33m[2m✓[22m[39m calls onChange when selecting a preset [33m 775[2mms[22m[39m
|
|
96
|
+
[32m✓[39m src/components/LastUpdated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m 452[2mms[22m[39m
|
|
97
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 33[2mms[22m[39m
|
|
98
|
+
[32m✓[39m src/components/Prompt/__tests__/Prompt.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 744[2mms[22m[39m
|
|
99
|
+
[33m[2m✓[22m[39m displays the title, body and close button [33m 329[2mms[22m[39m
|
|
100
|
+
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 601[2mms[22m[39m
|
|
100
101
|
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m 6[2mms[22m[39m
|
|
101
|
-
[32m✓[39m src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m
|
|
102
|
-
[33m[2m✓[22m[39m renders the specified text as the header tooltip content [33m
|
|
103
|
-
[32m✓[39m src/components/ChildForm/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
104
|
-
[32m✓[39m src/components/Modal/__tests__/
|
|
105
|
-
[32m✓[39m src/components/
|
|
106
|
-
[32m✓[39m src/components/
|
|
107
|
-
[32m✓[39m src/components/
|
|
108
|
-
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
102
|
+
[32m✓[39m src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 554[2mms[22m[39m
|
|
103
|
+
[33m[2m✓[22m[39m renders the specified text as the header tooltip content [33m 455[2mms[22m[39m
|
|
104
|
+
[32m✓[39m src/components/ChildForm/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 328[2mms[22m[39m
|
|
105
|
+
[32m✓[39m src/components/Modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 269[2mms[22m[39m
|
|
106
|
+
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 263[2mms[22m[39m
|
|
107
|
+
[32m✓[39m src/components/Modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 76[2mms[22m[39m
|
|
108
|
+
[32m✓[39m src/components/Menu/__tests__/Menu.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 294[2mms[22m[39m
|
|
109
|
+
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 292[2mms[22m[39m
|
|
110
|
+
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 69[2mms[22m[39m
|
|
109
111
|
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 49[2mms[22m[39m
|
|
110
112
|
|
|
111
|
-
[2m Test Files [22m [1m[
|
|
112
|
-
[2m Tests [22m [1m[
|
|
113
|
-
[2m Start at [22m 20:
|
|
114
|
-
[2m Duration [22m
|
|
113
|
+
[2m Test Files [22m [1m[32m40 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (41)[39m
|
|
114
|
+
[2m Tests [22m [1m[32m272 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (278)[39m
|
|
115
|
+
[2m Start at [22m 20:22:56
|
|
116
|
+
[2m Duration [22m 56.80s[2m (transform 1.85s, setup 9.31s, import 45.42s, tests 76.74s, environment 29.01s)[22m
|
|
115
117
|
|