@coveord/plasma-mantine 55.5.2-next.0 → 55.7.0
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 +50 -48
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/browser-preview/BrowserPreview.module.css +1 -1
- package/dist/cjs/components/button/Button.d.ts +0 -5
- package/dist/cjs/components/button/Button.d.ts.map +1 -1
- package/dist/cjs/components/button/Button.js +3 -40
- package/dist/cjs/components/button/Button.js.map +1 -1
- package/dist/cjs/components/header/Header.module.css +7 -2
- package/dist/cjs/components/index.d.ts +1 -2
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/components/index.js +1 -2
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/components/modal/Modal.d.ts +11 -0
- package/dist/cjs/components/modal/Modal.d.ts.map +1 -0
- package/dist/cjs/components/modal/Modal.js +32 -0
- package/dist/cjs/components/modal/Modal.js.map +1 -0
- package/dist/cjs/components/modal/Modal.module.css +9 -0
- package/dist/cjs/components/modal/ModalFooter.d.ts +20 -0
- package/dist/cjs/components/modal/ModalFooter.d.ts.map +1 -0
- package/dist/cjs/components/modal/ModalFooter.js +46 -0
- package/dist/cjs/components/modal/ModalFooter.js.map +1 -0
- package/dist/cjs/components/modal/index.d.ts +3 -0
- package/dist/cjs/components/modal/index.d.ts.map +1 -0
- package/dist/cjs/components/{alert → modal}/index.js +2 -1
- package/dist/cjs/components/modal/index.js.map +1 -0
- package/dist/cjs/components/prompt/Prompt.d.ts +3 -3
- package/dist/cjs/components/prompt/Prompt.d.ts.map +1 -1
- package/dist/cjs/components/prompt/Prompt.js +15 -17
- package/dist/cjs/components/prompt/Prompt.js.map +1 -1
- package/dist/cjs/components/prompt/Prompt.module.css +15 -4
- package/dist/cjs/components/prompt/PromptConfirmButton.js +4 -4
- package/dist/cjs/components/prompt/PromptConfirmButton.js.map +1 -1
- package/dist/cjs/components/sticky-footer/StickyFooter.d.ts +2 -0
- package/dist/cjs/components/sticky-footer/StickyFooter.d.ts.map +1 -1
- package/dist/cjs/components/sticky-footer/StickyFooter.js.map +1 -1
- package/dist/cjs/components/sticky-footer/StickyFooter.module.css +3 -3
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles/ActionIcon.module.css +6 -0
- package/dist/cjs/styles/Alert.module.css +26 -1
- package/dist/cjs/styles/Anchor.module.css +6 -0
- package/dist/cjs/styles/AppShellNavBar.module.css +3 -0
- package/dist/cjs/styles/Badge.module.css +2 -0
- package/dist/cjs/styles/Checkbox.module.css +17 -0
- package/dist/cjs/styles/Combobox.module.css +2 -3
- package/dist/cjs/styles/DatePicker.module.css +3 -0
- package/dist/cjs/styles/Input.module.css +3 -0
- package/dist/cjs/styles/InputWrapper.module.css +9 -0
- package/dist/cjs/styles/Modal.module.css +62 -0
- package/dist/cjs/styles/NavLink.module.css +18 -0
- package/dist/cjs/styles/Notification.module.css +20 -0
- package/dist/cjs/styles/Pagination.module.css +30 -0
- package/dist/cjs/styles/Radio.module.css +6 -0
- package/dist/cjs/styles/ReadOnlyInput.module.css +3 -3
- package/dist/cjs/styles/SegmentedControl.module.css +32 -0
- package/dist/cjs/styles/Select.module.css +39 -0
- package/dist/cjs/styles/Stepper.module.css +66 -0
- package/dist/cjs/styles/Tabs.module.css +4 -0
- package/dist/cjs/theme/PlasmaColors.d.ts +7 -11
- package/dist/cjs/theme/PlasmaColors.d.ts.map +1 -1
- package/dist/cjs/theme/PlasmaColors.js +19 -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 +115 -43
- 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 +5 -1
- package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
- package/dist/cjs/vars/Notification.vars.d.ts +3 -0
- package/dist/cjs/vars/Notification.vars.d.ts.map +1 -0
- package/dist/cjs/vars/Notification.vars.js +44 -0
- package/dist/cjs/vars/Notification.vars.js.map +1 -0
- package/dist/cjs/vars/Text.vars.d.ts +3 -0
- package/dist/cjs/vars/Text.vars.d.ts.map +1 -0
- package/dist/cjs/vars/Text.vars.js +25 -0
- package/dist/cjs/vars/Text.vars.js.map +1 -0
- package/dist/esm/components/browser-preview/BrowserPreview.module.css +1 -1
- package/dist/esm/components/button/Button.d.ts +0 -5
- package/dist/esm/components/button/Button.d.ts.map +1 -1
- package/dist/esm/components/button/Button.js +0 -17
- package/dist/esm/components/button/Button.js.map +1 -1
- package/dist/esm/components/header/Header.module.css +7 -2
- package/dist/esm/components/index.d.ts +1 -2
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/index.js +1 -2
- package/dist/esm/components/index.js.map +1 -1
- package/dist/esm/components/modal/Modal.d.ts +11 -0
- package/dist/esm/components/modal/Modal.d.ts.map +1 -0
- package/dist/esm/components/modal/Modal.js +20 -0
- package/dist/esm/components/modal/Modal.js.map +1 -0
- package/dist/esm/components/modal/Modal.module.css +9 -0
- package/dist/esm/components/modal/ModalFooter.d.ts +20 -0
- package/dist/esm/components/modal/ModalFooter.d.ts.map +1 -0
- package/dist/esm/components/modal/ModalFooter.js +32 -0
- package/dist/esm/components/modal/ModalFooter.js.map +1 -0
- package/dist/esm/components/modal/index.d.ts +3 -0
- package/dist/esm/components/modal/index.d.ts.map +1 -0
- package/dist/esm/components/modal/index.js +4 -0
- package/dist/esm/components/modal/index.js.map +1 -0
- package/dist/esm/components/prompt/Prompt.d.ts +3 -3
- package/dist/esm/components/prompt/Prompt.d.ts.map +1 -1
- package/dist/esm/components/prompt/Prompt.js +10 -8
- package/dist/esm/components/prompt/Prompt.js.map +1 -1
- package/dist/esm/components/prompt/Prompt.module.css +15 -4
- package/dist/esm/components/prompt/PromptConfirmButton.js +4 -4
- package/dist/esm/components/prompt/PromptConfirmButton.js.map +1 -1
- package/dist/esm/components/sticky-footer/StickyFooter.d.ts +2 -0
- package/dist/esm/components/sticky-footer/StickyFooter.d.ts.map +1 -1
- package/dist/esm/components/sticky-footer/StickyFooter.js.map +1 -1
- package/dist/esm/components/sticky-footer/StickyFooter.module.css +3 -3
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles/ActionIcon.module.css +6 -0
- package/dist/esm/styles/Alert.module.css +26 -1
- package/dist/esm/styles/Anchor.module.css +6 -0
- package/dist/esm/styles/AppShellNavBar.module.css +3 -0
- package/dist/esm/styles/Badge.module.css +2 -0
- package/dist/esm/styles/Checkbox.module.css +17 -0
- package/dist/esm/styles/Combobox.module.css +2 -3
- package/dist/esm/styles/DatePicker.module.css +3 -0
- package/dist/esm/styles/Input.module.css +3 -0
- package/dist/esm/styles/InputWrapper.module.css +9 -0
- package/dist/esm/styles/Modal.module.css +62 -0
- package/dist/esm/styles/NavLink.module.css +18 -0
- package/dist/esm/styles/Notification.module.css +20 -0
- package/dist/esm/styles/Pagination.module.css +30 -0
- package/dist/esm/styles/Radio.module.css +6 -0
- package/dist/esm/styles/ReadOnlyInput.module.css +3 -3
- package/dist/esm/styles/SegmentedControl.module.css +32 -0
- package/dist/esm/styles/Select.module.css +39 -0
- package/dist/esm/styles/Stepper.module.css +66 -0
- package/dist/esm/styles/Tabs.module.css +4 -0
- package/dist/esm/theme/PlasmaColors.d.ts +7 -11
- package/dist/esm/theme/PlasmaColors.d.ts.map +1 -1
- package/dist/esm/theme/PlasmaColors.js +19 -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 +114 -44
- 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 +5 -1
- package/dist/esm/theme/plasmaCSSVariablesResolver.js.map +1 -1
- package/dist/esm/vars/Notification.vars.d.ts +3 -0
- package/dist/esm/vars/Notification.vars.d.ts.map +1 -0
- package/dist/esm/vars/Notification.vars.js +34 -0
- package/dist/esm/vars/Notification.vars.js.map +1 -0
- package/dist/esm/vars/Text.vars.d.ts +3 -0
- package/dist/esm/vars/Text.vars.d.ts.map +1 -0
- package/dist/esm/vars/Text.vars.js +15 -0
- package/dist/esm/vars/Text.vars.js.map +1 -0
- package/package.json +24 -24
- package/src/components/browser-preview/BrowserPreview.module.css +1 -1
- package/src/components/button/Button.tsx +0 -6
- package/src/components/header/Header.module.css +7 -2
- package/src/components/index.ts +1 -2
- package/src/components/modal/Modal.module.css +9 -0
- package/src/components/modal/Modal.tsx +33 -0
- package/src/components/modal/ModalFooter.tsx +47 -0
- package/src/components/modal/__tests__/Modal.spec.tsx +25 -0
- package/src/components/modal/__tests__/ModalFooter.spec.tsx +35 -0
- package/src/components/modal/index.ts +2 -0
- package/src/components/prompt/Prompt.module.css +15 -4
- package/src/components/prompt/Prompt.tsx +10 -9
- package/src/components/prompt/PromptConfirmButton.tsx +4 -4
- package/src/components/sticky-footer/StickyFooter.module.css +3 -3
- package/src/components/sticky-footer/StickyFooter.tsx +2 -0
- package/src/index.ts +2 -0
- package/src/styles/ActionIcon.module.css +6 -0
- package/src/styles/Alert.module.css +26 -1
- package/src/styles/Anchor.module.css +6 -0
- package/src/styles/AppShellNavBar.module.css +3 -0
- package/src/styles/Badge.module.css +2 -0
- package/src/styles/Checkbox.module.css +17 -0
- package/src/styles/Combobox.module.css +2 -3
- package/src/styles/DatePicker.module.css +3 -0
- package/src/styles/Input.module.css +3 -0
- package/src/styles/InputWrapper.module.css +9 -0
- package/src/styles/Modal.module.css +62 -0
- package/src/styles/NavLink.module.css +18 -0
- package/src/styles/Notification.module.css +20 -0
- package/src/styles/Pagination.module.css +30 -0
- package/src/styles/Radio.module.css +6 -0
- package/src/styles/ReadOnlyInput.module.css +3 -3
- package/src/styles/SegmentedControl.module.css +32 -0
- package/src/styles/Select.module.css +39 -0
- package/src/styles/Stepper.module.css +66 -0
- package/src/styles/Tabs.module.css +4 -0
- package/src/theme/PlasmaColors.ts +19 -144
- package/src/theme/Theme.tsx +86 -37
- package/src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts +46 -3
- package/src/theme/plasmaCSSVariablesResolver.ts +5 -2
- package/src/vars/Notification.vars.ts +14 -0
- package/src/vars/Text.vars.ts +8 -0
- package/dist/cjs/components/alert/Alert.d.ts +0 -17
- package/dist/cjs/components/alert/Alert.d.ts.map +0 -1
- package/dist/cjs/components/alert/Alert.js +0 -53
- package/dist/cjs/components/alert/Alert.js.map +0 -1
- package/dist/cjs/components/alert/index.d.ts +0 -2
- package/dist/cjs/components/alert/index.d.ts.map +0 -1
- package/dist/cjs/components/alert/index.js.map +0 -1
- package/dist/cjs/components/badge/Badge.d.ts +0 -8
- package/dist/cjs/components/badge/Badge.d.ts.map +0 -1
- package/dist/cjs/components/badge/Badge.js +0 -60
- package/dist/cjs/components/badge/Badge.js.map +0 -1
- package/dist/cjs/components/badge/index.d.ts +0 -2
- package/dist/cjs/components/badge/index.d.ts.map +0 -1
- package/dist/cjs/components/badge/index.js +0 -8
- package/dist/cjs/components/badge/index.js.map +0 -1
- package/dist/cjs/components/prompt/PromptFooter.d.ts +0 -6
- package/dist/cjs/components/prompt/PromptFooter.d.ts.map +0 -1
- package/dist/cjs/components/prompt/PromptFooter.js +0 -27
- package/dist/cjs/components/prompt/PromptFooter.js.map +0 -1
- package/dist/esm/components/alert/Alert.d.ts +0 -17
- package/dist/esm/components/alert/Alert.d.ts.map +0 -1
- package/dist/esm/components/alert/Alert.js +0 -29
- package/dist/esm/components/alert/Alert.js.map +0 -1
- package/dist/esm/components/alert/index.d.ts +0 -2
- package/dist/esm/components/alert/index.d.ts.map +0 -1
- package/dist/esm/components/alert/index.js +0 -3
- package/dist/esm/components/alert/index.js.map +0 -1
- package/dist/esm/components/badge/Badge.d.ts +0 -8
- package/dist/esm/components/badge/Badge.d.ts.map +0 -1
- package/dist/esm/components/badge/Badge.js +0 -27
- package/dist/esm/components/badge/Badge.js.map +0 -1
- package/dist/esm/components/badge/index.d.ts +0 -2
- package/dist/esm/components/badge/index.d.ts.map +0 -1
- package/dist/esm/components/badge/index.js +0 -3
- package/dist/esm/components/badge/index.js.map +0 -1
- package/dist/esm/components/prompt/PromptFooter.d.ts +0 -6
- package/dist/esm/components/prompt/PromptFooter.d.ts.map +0 -1
- package/dist/esm/components/prompt/PromptFooter.js +0 -9
- package/dist/esm/components/prompt/PromptFooter.js.map +0 -1
- package/src/components/alert/Alert.tsx +0 -7
- package/src/components/alert/index.ts +0 -1
- package/src/components/badge/Badge.tsx +0 -10
- package/src/components/badge/index.ts +0 -1
- package/src/components/prompt/PromptFooter.tsx +0 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@55.
|
|
2
|
+
> @coveord/plasma-mantine@55.6.0 build /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> node ../../scripts/build
|
|
4
4
|
|
|
5
|
-
Successfully compiled: 112 files, copied
|
|
6
|
-
Successfully compiled: 112 files, copied
|
|
5
|
+
Successfully compiled: 112 files, copied 44 files with swc (772.36ms)
|
|
6
|
+
Successfully compiled: 112 files, copied 44 files with swc (827.55ms)
|
|
7
7
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,64 +1,66 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@55.
|
|
2
|
+
> @coveord/plasma-mantine@55.6.0 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 [36mv2.1.8 [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
|
|
10
|
-
|
|
11
|
-
[32m✓[39m src/components/table/__tests__/
|
|
12
|
-
[32m✓[39m src/components/
|
|
13
|
-
[32m✓[39m src/components/
|
|
14
|
-
[32m✓[39m src/components/table/__tests__/
|
|
9
|
+
[32m✓[39m src/components/table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 1191[2mms[22m[39m
|
|
10
|
+
[33m[2m✓[22m[39m Table[2m > [22mwhen multi row selection is enabled[2m > [22munselects all the selected rows when clicking on the the unselect button from the table header [33m312[2mms[22m[39m
|
|
11
|
+
[32m✓[39m src/components/table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 1640[2mms[22m[39m
|
|
12
|
+
[32m✓[39m src/components/table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m13 tests[22m[2m)[22m[33m 2334[2mms[22m[39m
|
|
13
|
+
[32m✓[39m src/components/collection/__tests__/Collection.spec.tsx [2m([22m[2m11 tests[22m[2m)[22m[33m 786[2mms[22m[39m
|
|
14
|
+
[32m✓[39m src/components/table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 756[2mms[22m[39m
|
|
15
|
+
[32m✓[39m src/components/table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 978[2mms[22m[39m
|
|
15
16
|
[33m[2m✓[22m[39m Table.Actions[2m > [22mdisplays the actions when the row is selected [33m314[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 [
|
|
17
|
-
[32m✓[39m src/components/table/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m10 tests[22m[2m)[22m[90m
|
|
18
|
-
[32m✓[39m src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m
|
|
19
|
-
[32m✓[39m src/components/table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
20
|
-
[32m✓[39m src/components/table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m
|
|
21
|
-
[32m✓[39m src/components/table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
22
|
-
[33m[2m✓[22m[39m Table.Predicate[2m > [22mgoes back to the first page when changing the predicate [
|
|
23
|
-
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
24
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply when the user clicks on the apply button [
|
|
25
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [
|
|
26
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mset end date same as start date if only one date is selected when clicking in the calendar [
|
|
27
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when typing in the inputs [
|
|
28
|
-
[32m✓[39m src/components/code-editor/__tests__/CodeEditor.spec.tsx [2m([22m[2m8 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
29
|
-
[32m✓[39m src/components/table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m
|
|
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
|
|
31
|
-
[33m[2m✓[22m[39m DateRangePickerPopoverCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [
|
|
17
|
+
[33m[2m✓[22m[39m Table.Actions[2m > [22mdisplays the secondary actions when the row is selected and the user clicks on more [33m310[2mms[22m[39m
|
|
18
|
+
[32m✓[39m src/components/table/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m10 tests[22m[2m)[22m[90m 54[2mms[22m[39m
|
|
19
|
+
[32m✓[39m src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 638[2mms[22m[39m
|
|
20
|
+
[32m✓[39m src/components/table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 709[2mms[22m[39m
|
|
21
|
+
[32m✓[39m src/components/table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 820[2mms[22m[39m
|
|
22
|
+
[32m✓[39m src/components/table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 790[2mms[22m[39m
|
|
23
|
+
[33m[2m✓[22m[39m Table.Predicate[2m > [22mgoes back to the first page when changing the predicate [33m529[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 3647[2mms[22m[39m
|
|
25
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply when the user clicks on the apply button [33m457[2mms[22m[39m
|
|
26
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [33m845[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 [33m428[2mms[22m[39m
|
|
28
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when typing in the inputs [33m1587[2mms[22m[39m
|
|
29
|
+
[32m✓[39m src/components/code-editor/__tests__/CodeEditor.spec.tsx [2m([22m[2m8 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 569[2mms[22m[39m
|
|
30
|
+
[32m✓[39m src/components/table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 417[2mms[22m[39m
|
|
31
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 1842[2mms[22m[39m
|
|
32
|
+
[33m[2m✓[22m[39m DateRangePickerPopoverCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [33m1715[2mms[22m[39m
|
|
32
33
|
[32m✓[39m src/components/table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 388[2mms[22m[39m
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
[32m✓[39m src/components/
|
|
37
|
-
[32m✓[39m src/
|
|
38
|
-
[32m✓[39m src/
|
|
39
|
-
[32m✓[39m src/
|
|
34
|
+
[32m✓[39m src/components/table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3567[2mms[22m[39m
|
|
35
|
+
[33m[2m✓[22m[39m Table.DateRangePicker[2m > [22mwhen url sync is activated[2m > [22msets the selected date range in the url [33m3330[2mms[22m[39m
|
|
36
|
+
[32m✓[39m src/components/header/__tests__/Header.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[90m 191[2mms[22m[39m
|
|
37
|
+
[32m✓[39m src/components/table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 325[2mms[22m[39m
|
|
38
|
+
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m4 tests[22m[2m)[22m[90m 6[2mms[22m[39m
|
|
39
|
+
[32m✓[39m src/components/button/__tests__/Button.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 337[2mms[22m[39m
|
|
40
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[90m 5[2mms[22m[39m
|
|
40
41
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
41
|
-
[32m✓[39m src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[
|
|
42
|
-
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m
|
|
43
|
-
[33m[2m✓[22m[39m DateRangePickerPresetSelect[2m > [22mcalls onChange when selecting a preset [
|
|
44
|
-
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m
|
|
45
|
-
[32m✓[39m src/components/prompt/__tests__/Prompt.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[
|
|
46
|
-
[32m✓[39m src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m
|
|
47
|
-
[33m[2m✓[22m[39m EditableDateRangePicker[2m > [22mupdates when editing values [
|
|
48
|
-
[32m✓[39m src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
49
|
-
[32m✓[39m src/components/browser-preview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m
|
|
50
|
-
[32m✓[39m src/
|
|
51
|
-
[32m✓[39m src/components/child-form/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m
|
|
52
|
-
[32m✓[39m src/components/
|
|
53
|
-
[32m✓[39m src/components/
|
|
54
|
-
[32m✓[39m src/components/
|
|
42
|
+
[32m✓[39m src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 308[2mms[22m[39m
|
|
43
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 490[2mms[22m[39m
|
|
44
|
+
[33m[2m✓[22m[39m DateRangePickerPresetSelect[2m > [22mcalls onChange when selecting a preset [33m402[2mms[22m[39m
|
|
45
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m 25[2mms[22m[39m
|
|
46
|
+
[32m✓[39m src/components/prompt/__tests__/Prompt.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[90m 282[2mms[22m[39m
|
|
47
|
+
[32m✓[39m src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 1778[2mms[22m[39m
|
|
48
|
+
[33m[2m✓[22m[39m EditableDateRangePicker[2m > [22mupdates when editing values [33m1539[2mms[22m[39m
|
|
49
|
+
[32m✓[39m src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 315[2mms[22m[39m
|
|
50
|
+
[32m✓[39m src/components/browser-preview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 300[2mms[22m[39m
|
|
51
|
+
[32m✓[39m src/components/modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m 67[2mms[22m[39m
|
|
52
|
+
[32m✓[39m src/components/child-form/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[90m 208[2mms[22m[39m
|
|
53
|
+
[32m✓[39m src/components/modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[90m 121[2mms[22m[39m
|
|
54
|
+
[32m✓[39m src/components/code-editor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[90m 174[2mms[22m[39m
|
|
55
|
+
[32m✓[39m src/components/sticky-footer/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[90m 45[2mms[22m[39m
|
|
56
|
+
[32m✓[39m src/components/blank-slate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[90m 42[2mms[22m[39m
|
|
55
57
|
|
|
56
58
|
[2m Snapshots [22m [1m[33m1 obsolete[39m[22m
|
|
57
59
|
[2m [22m [90m↳[39m [2msrc/components/header/__tests__/[22m[1mHeader[22m[2m.spec.tsx[22m
|
|
58
60
|
[2m [22m [90m·[39m Header > renders the specified breadcrumbs above the title 1
|
|
59
61
|
|
|
60
|
-
[2m Test Files [22m [1m[
|
|
61
|
-
[2m Tests [22m [1m[
|
|
62
|
-
[2m Start at [22m
|
|
63
|
-
[2m Duration [22m
|
|
62
|
+
[2m Test Files [22m [1m[32m35 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (36)[39m
|
|
63
|
+
[2m Tests [22m [1m[32m175 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (181)[39m
|
|
64
|
+
[2m Start at [22m 19:34:10
|
|
65
|
+
[2m Duration [22m 54.44s[2m (transform 3.92s, setup 9.99s, collect 93.50s, tests 26.14s, environment 20.73s, prepare 4.58s)[22m
|
|
64
66
|
|