playbook_ui 11.4.0 → 11.6.0.pre.alpha.momenttz1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_button/button.test.js +6 -8
- data/app/pb_kits/playbook/pb_date/_date.tsx +1 -1
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.jsx +13 -1
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.scss +24 -19
- data/app/pb_kits/playbook/pb_date_picker/date_picker.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +8 -0
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.js +25 -3
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_positions.html.erb +44 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_positions.jsx +60 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_positions.md +9 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_positions_element.html.erb +33 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_positions_element.jsx +67 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/example.yml +4 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_overrides.scss +4 -4
- data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.tsx +142 -0
- data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.test.js +116 -0
- data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_time/{_date_time.jsx → _date_time.tsx} +2 -5
- data/app/pb_kits/playbook/pb_date_time/dateTime.test.js +110 -0
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_align.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_size.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_year_stacked/{_date_year_stacked.jsx → _date_year_stacked.tsx} +6 -6
- data/app/pb_kits/playbook/pb_date_year_stacked/date_year_stacked.test.js +67 -0
- data/app/pb_kits/playbook/pb_dialog/_dialog.jsx +32 -14
- data/app/pb_kits/playbook/pb_dialog/_dialog.scss +5 -0
- data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_body.jsx +2 -2
- data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_footer.jsx +22 -4
- data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_header.jsx +3 -3
- data/app/pb_kits/playbook/pb_dialog/dialog.test.jsx +79 -17
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_stacked_alert.jsx +55 -93
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_status.jsx +79 -42
- data/app/pb_kits/playbook/pb_file_upload/{_file_upload.jsx → _file_upload.tsx} +6 -10
- data/app/pb_kits/playbook/pb_form_group/{_form_group.jsx → _form_group.tsx} +1 -4
- data/app/pb_kits/playbook/pb_form_group/form_group.test.js +17 -0
- data/app/pb_kits/playbook/pb_hashtag/_hashtag.tsx +10 -1
- data/app/pb_kits/playbook/pb_hashtag/docs/_hashtag_link.html.erb +5 -0
- data/app/pb_kits/playbook/pb_hashtag/docs/_hashtag_link.jsx +26 -0
- data/app/pb_kits/playbook/pb_hashtag/docs/_hashtag_link.md +1 -0
- data/app/pb_kits/playbook/pb_hashtag/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_hashtag/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_hashtag/hashtag.html.erb +1 -1
- data/app/pb_kits/playbook/pb_hashtag/hashtag.rb +6 -0
- data/app/pb_kits/playbook/pb_hashtag/hashtag.test.js +54 -0
- data/app/pb_kits/playbook/pb_home_address_street/_home_address_street.jsx +3 -0
- data/app/pb_kits/playbook/pb_home_address_street/city_emphasis.html.erb +2 -1
- data/app/pb_kits/playbook/pb_home_address_street/city_emphasis.rb +2 -0
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link.html.erb +12 -0
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link.jsx +23 -0
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link.md +1 -0
- data/app/pb_kits/playbook/pb_home_address_street/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_home_address_street/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_home_address_street/home_address_street.rb +4 -0
- data/app/pb_kits/playbook/pb_home_address_street/street_emphasis.html.erb +2 -1
- data/app/pb_kits/playbook/pb_home_address_street/street_emphasis.rb +4 -1
- data/app/pb_kits/playbook/pb_layout/{_layout.jsx → _layout.tsx} +13 -19
- data/app/pb_kits/playbook/pb_layout/layout.test.js +98 -0
- data/app/pb_kits/playbook/pb_lightbox/lightbox.test.jsx +23 -15
- data/app/pb_kits/playbook/pb_time/_time.tsx +2 -2
- data/app/pb_kits/playbook/pb_timestamp/_timestamp.jsx +5 -2
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +9 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +10 -0
- data/app/pb_kits/playbook/pb_timestamp/timestamp.rb +4 -1
- data/app/pb_kits/playbook/pb_timestamp/timestamp.test.js +164 -0
- data/app/pb_kits/playbook/pb_tooltip/_tooltip.tsx +0 -4
- data/app/pb_kits/playbook/pb_tooltip/tooltip.test.jsx +11 -8
- data/app/pb_kits/playbook/tokens/_colors.scss +74 -74
- data/app/pb_kits/playbook/tokens/_typography.scss +8 -8
- data/app/pb_kits/playbook/utilities/_flexbox.scss +11 -11
- data/app/pb_kits/playbook/utilities/{_align_content.scss → flexbox_global_props/_align_content.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_align_items.scss → flexbox_global_props/_align_items.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_align_self.scss → flexbox_global_props/_align_self.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_flex.scss → flexbox_global_props/_flex.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_flex_direction.scss → flexbox_global_props/_flex_direction.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_flex_grow.scss → flexbox_global_props/_flex_grow.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_flex_shrink.scss → flexbox_global_props/_flex_shrink.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_flex_wrap.scss → flexbox_global_props/_flex_wrap.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_justify_content.scss → flexbox_global_props/_justify_content.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_justify_self.scss → flexbox_global_props/_justify_self.scss} +0 -0
- data/app/pb_kits/playbook/utilities/{_order.scss → flexbox_global_props/_order.scss} +0 -0
- data/app/pb_kits/playbook/utilities/props.ts +1 -1
- data/app/pb_kits/playbook/utilities/test-utils.js +2 -3
- data/lib/playbook/version.rb +2 -2
- metadata +39 -21
- data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.jsx +0 -155
@@ -1,23 +1,85 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { render,
|
3
|
-
import { Dialog } from '../'
|
1
|
+
import React, {useState} from 'react'
|
2
|
+
import { render, cleanup, waitFor, fireEvent } from "../utilities/test-utils";
|
3
|
+
import { Dialog, Button } from '../'
|
4
4
|
|
5
|
-
|
5
|
+
const text="Hello Body Text, Nice to meet ya."
|
6
|
+
const title="Header Title is the Title Prop"
|
7
|
+
const size="sm"
|
8
|
+
const confirmButton="Okay"
|
9
|
+
const cancelButton="Cancel Button"
|
6
10
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
+
function DialogTest() {
|
12
|
+
const [isOpen, setIsOpen] = useState(false)
|
13
|
+
const close = () => setIsOpen(false)
|
14
|
+
const open = () => setIsOpen(true)
|
15
|
+
const [isLoading, setIsLoading] = useState(false)
|
16
|
+
return (
|
17
|
+
<>
|
18
|
+
<Button onClick={open}>{'Open Dialog'}</Button>
|
19
|
+
<Dialog
|
20
|
+
cancelButton={cancelButton}
|
21
|
+
className="wrapper"
|
22
|
+
confirmButton={confirmButton}
|
23
|
+
loading={isLoading}
|
24
|
+
onCancel={close}
|
25
|
+
onClose={close}
|
26
|
+
onConfirm={() => setIsLoading(!isLoading)}
|
27
|
+
opened={isOpen}
|
28
|
+
portalClassName="portal"
|
29
|
+
size={size}
|
30
|
+
text={text}
|
31
|
+
title={title}
|
32
|
+
/>
|
33
|
+
</>
|
34
|
+
);
|
35
|
+
}
|
11
36
|
|
12
|
-
test('
|
13
|
-
const testId = 'test1'
|
37
|
+
test('renders the component when clicked', async () => {
|
14
38
|
|
15
|
-
render(
|
16
|
-
<Dialog
|
17
|
-
data={{ testid: testId }}
|
18
|
-
/>
|
19
|
-
)
|
39
|
+
const { queryByText } = render(<DialogTest />);
|
20
40
|
|
21
|
-
|
22
|
-
|
41
|
+
fireEvent.click(queryByText('Open Dialog'));
|
42
|
+
|
43
|
+
await waitFor(() => expect(queryByText("Header Title is the Title Prop")).toBeInTheDocument());
|
44
|
+
|
45
|
+
cleanup()
|
23
46
|
})
|
47
|
+
|
48
|
+
test("renders the title and body text", async () => {
|
49
|
+
|
50
|
+
const { queryByText } = render(<DialogTest />);
|
51
|
+
|
52
|
+
fireEvent.click(queryByText('Open Dialog'));
|
53
|
+
|
54
|
+
await waitFor(() => expect(queryByText("Header Title is the Title Prop")).toHaveTextContent(title));
|
55
|
+
|
56
|
+
await waitFor(() => expect(queryByText("Hello Body Text, Nice to meet ya.")).toHaveTextContent(text));
|
57
|
+
|
58
|
+
cleanup()
|
59
|
+
});
|
60
|
+
|
61
|
+
test("renders the title and body text", async () => {
|
62
|
+
|
63
|
+
const { queryByText } = render(<DialogTest />);
|
64
|
+
|
65
|
+
fireEvent.click(queryByText('Open Dialog'));
|
66
|
+
|
67
|
+
await waitFor(() => expect(queryByText("Header Title is the Title Prop")).toHaveTextContent(title));
|
68
|
+
|
69
|
+
await waitFor(() => expect(queryByText("Hello Body Text, Nice to meet ya.")).toHaveTextContent(text));
|
70
|
+
|
71
|
+
cleanup()
|
72
|
+
});
|
73
|
+
|
74
|
+
test("renders the buttons", async () => {
|
75
|
+
|
76
|
+
const { queryByText } = render(<DialogTest />);
|
77
|
+
|
78
|
+
fireEvent.click(queryByText('Open Dialog'));
|
79
|
+
|
80
|
+
await waitFor(() => expect(queryByText("Okay")).toHaveTextContent(confirmButton));
|
81
|
+
|
82
|
+
await waitFor(() => expect(queryByText("Cancel Button")).toHaveTextContent(cancelButton));
|
83
|
+
|
84
|
+
cleanup()
|
85
|
+
});
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/* eslint-disable react/jsx-handler-names */
|
2
|
-
|
3
2
|
import React, { useState } from "react"
|
4
|
-
import { Button, Dialog, Flex
|
3
|
+
import { Button, Dialog, Flex} from "../.."
|
5
4
|
|
6
5
|
const useDialog = (visible = false) => {
|
7
6
|
const [opened, setOpened] = useState(visible)
|
@@ -10,46 +9,40 @@ const useDialog = (visible = false) => {
|
|
10
9
|
}
|
11
10
|
|
12
11
|
const DialogStackedAlert = () => {
|
13
|
-
const [
|
14
|
-
const [
|
15
|
-
const [
|
16
|
-
const [twoLinkButtonOpen, toggleTwoLinkButtonOpen] = useDialog()
|
17
|
-
|
12
|
+
const [defaultAlertOpened, toggleDefaultAlert] = useDialog()
|
13
|
+
const [cautionAlertOpened, toggleCautionAlert] = useDialog()
|
14
|
+
const [deleteAlertOpened, toggleDeleteAlert] = useDialog()
|
18
15
|
|
19
16
|
const dialogs = [
|
20
17
|
{
|
21
|
-
|
18
|
+
size: "sm",
|
19
|
+
status: "default",
|
22
20
|
text: "Text explaining why there is an alert",
|
23
21
|
title: "Are you sure?",
|
24
|
-
toggle:
|
25
|
-
visible:
|
26
|
-
|
27
|
-
|
28
|
-
{
|
29
|
-
status: "error",
|
30
|
-
text: "Text explaining the error",
|
31
|
-
title: "Error Message",
|
32
|
-
confirmedButton:"Yes, Action",
|
33
|
-
cancelledButton: "Ok, Cancel",
|
34
|
-
toggle: toggleStackedButtonOpen,
|
35
|
-
visible: stackedButtonOpen,
|
22
|
+
toggle: toggleDefaultAlert,
|
23
|
+
visible: defaultAlertOpened,
|
24
|
+
buttonOneText:"Yes, Action",
|
25
|
+
buttonTwoText: "No, Cancel"
|
36
26
|
},
|
37
27
|
{
|
28
|
+
size: "sm",
|
38
29
|
status: "caution",
|
39
30
|
text: "This is the action you will be taking",
|
40
31
|
title: "Are you sure?",
|
41
|
-
toggle:
|
42
|
-
visible:
|
43
|
-
|
32
|
+
toggle: toggleCautionAlert,
|
33
|
+
visible: cautionAlertOpened,
|
34
|
+
buttonOneText:"Yes, Action",
|
35
|
+
buttonTwoText: "No, Cancel"
|
44
36
|
},
|
45
37
|
{
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
38
|
+
size: "sm",
|
39
|
+
status: "delete",
|
40
|
+
text: "You are about to delete ...",
|
41
|
+
title: "Delete",
|
42
|
+
toggle: toggleDeleteAlert,
|
43
|
+
visible: deleteAlertOpened,
|
44
|
+
buttonOneText:"Yes, Delete",
|
45
|
+
buttonTwoText: "No, Cancel"
|
53
46
|
}
|
54
47
|
]
|
55
48
|
|
@@ -58,27 +51,21 @@ const DialogStackedAlert = () => {
|
|
58
51
|
<Flex>
|
59
52
|
<Button
|
60
53
|
marginRight="md"
|
61
|
-
onClick={
|
62
|
-
>
|
63
|
-
{"1 Button Information Status"}
|
64
|
-
</Button>
|
65
|
-
<Button
|
66
|
-
marginRight="md"
|
67
|
-
onClick={toggleStackedButtonOpen}
|
54
|
+
onClick={toggleDefaultAlert}
|
68
55
|
>
|
69
|
-
{"
|
56
|
+
{"Default Status"}
|
70
57
|
</Button>
|
71
58
|
<Button
|
72
59
|
marginRight="md"
|
73
|
-
onClick={
|
60
|
+
onClick={toggleCautionAlert}
|
74
61
|
>
|
75
|
-
{"
|
62
|
+
{"Caution Status"}
|
76
63
|
</Button>
|
77
64
|
<Button
|
78
65
|
marginRight="md"
|
79
|
-
onClick={
|
66
|
+
onClick={toggleDeleteAlert}
|
80
67
|
>
|
81
|
-
{"
|
68
|
+
{"Delete Status"}
|
82
69
|
</Button>
|
83
70
|
</Flex>
|
84
71
|
<Flex>
|
@@ -88,61 +75,36 @@ const DialogStackedAlert = () => {
|
|
88
75
|
key={dialog.status}
|
89
76
|
onClose={dialog.toggle}
|
90
77
|
opened={dialog.visible}
|
91
|
-
size=
|
78
|
+
size={dialog.size}
|
92
79
|
status={dialog.status}
|
93
80
|
text={dialog.text}
|
94
81
|
title={dialog.title}
|
95
82
|
>
|
96
|
-
<
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
vertical="stretch"
|
122
|
-
>
|
123
|
-
<FlexItem flex={1} >
|
124
|
-
<Button
|
125
|
-
fullWidth
|
126
|
-
onClick={dialog.toggle}
|
127
|
-
variant="link"
|
128
|
-
>
|
129
|
-
{dialog.linkConfirmedButton}
|
130
|
-
</Button>
|
131
|
-
</FlexItem>
|
132
|
-
<If condition={dialog.linkCancelledButton}>
|
133
|
-
<SectionSeparator orientation="vertical"/>
|
134
|
-
<FlexItem flex={1}>
|
135
|
-
<Button
|
136
|
-
fullWidth
|
137
|
-
onClick={dialog.toggle}
|
138
|
-
variant="link"
|
139
|
-
>
|
140
|
-
{dialog.linkCancelledButton}
|
141
|
-
</Button>
|
142
|
-
</FlexItem>
|
143
|
-
</If>
|
144
|
-
</Flex>
|
145
|
-
</If>
|
83
|
+
<Dialog.Footer
|
84
|
+
padding="sm"
|
85
|
+
paddingBottom = "none"
|
86
|
+
paddingX="md"
|
87
|
+
>
|
88
|
+
<Button
|
89
|
+
fullWidth
|
90
|
+
onClick={dialog.toggle}
|
91
|
+
>
|
92
|
+
{dialog.buttonOneText}
|
93
|
+
</Button>
|
94
|
+
</Dialog.Footer>
|
95
|
+
<Dialog.Footer
|
96
|
+
padding="sm"
|
97
|
+
paddingBottom = "md"
|
98
|
+
paddingX="md"
|
99
|
+
>
|
100
|
+
<Button
|
101
|
+
fullWidth
|
102
|
+
onClick={dialog.toggle}
|
103
|
+
variant="secondary"
|
104
|
+
>
|
105
|
+
{dialog.buttonTwoText}
|
106
|
+
</Button>
|
107
|
+
</Dialog.Footer>
|
146
108
|
</Dialog>
|
147
109
|
))}
|
148
110
|
</Flex>
|
@@ -12,57 +12,70 @@ const useDialog = (visible = false) => {
|
|
12
12
|
}
|
13
13
|
|
14
14
|
const DialogStatus = () => {
|
15
|
-
const [
|
15
|
+
const [defaultAlertOpened, toggleDefaultAlert] = useDialog()
|
16
16
|
const [cautionAlertOpened, toggleCautionAlert] = useDialog()
|
17
|
+
const [deleteAlertOpened, toggleDeleteAlert] = useDialog()
|
18
|
+
const [infoAlertOpened, toggleInfoAlert] = useDialog()
|
17
19
|
const [successAlertOpened, toggleSuccessAlert] = useDialog()
|
18
20
|
const [errorAlertOpened, toggleErrorAlert] = useDialog()
|
19
|
-
const [deleteAlertOpened, toggleDeleteAlert] = useDialog()
|
20
21
|
|
21
22
|
const dialogs = [
|
22
23
|
{
|
23
|
-
|
24
|
+
size: "status_size",
|
25
|
+
status: "default",
|
24
26
|
text: "Text explaining why there is an alert",
|
25
|
-
title: "Are you
|
26
|
-
toggle:
|
27
|
-
visible:
|
28
|
-
buttonOneText:"
|
29
|
-
buttonTwoText: "
|
27
|
+
title: "Are you sure?",
|
28
|
+
toggle: toggleDefaultAlert,
|
29
|
+
visible: defaultAlertOpened,
|
30
|
+
buttonOneText:"Yes, Action",
|
31
|
+
buttonTwoText: "No, Cancel"
|
30
32
|
},
|
31
33
|
{
|
34
|
+
size: "status_size",
|
32
35
|
status: "caution",
|
33
36
|
text: "This is the action you will be taking",
|
34
|
-
title: "Are you
|
37
|
+
title: "Are you sure?",
|
35
38
|
toggle: toggleCautionAlert,
|
36
39
|
visible: cautionAlertOpened,
|
37
|
-
buttonOneText:"
|
38
|
-
buttonTwoText: "
|
40
|
+
buttonOneText:"Yes, Action",
|
41
|
+
buttonTwoText: "No, Cancel"
|
39
42
|
},
|
40
43
|
{
|
44
|
+
size: "status_size",
|
41
45
|
status: "delete",
|
42
46
|
text: "You are about to delete ...",
|
43
47
|
title: "Delete",
|
44
48
|
toggle: toggleDeleteAlert,
|
45
49
|
visible: deleteAlertOpened,
|
46
|
-
buttonOneText:"
|
47
|
-
buttonTwoText: "
|
50
|
+
buttonOneText:"Yes, Delete",
|
51
|
+
buttonTwoText: "No, Cancel"
|
48
52
|
},
|
49
53
|
{
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
54
|
+
size: "sm",
|
55
|
+
status: "info",
|
56
|
+
text: "Text explaining why there is an alert",
|
57
|
+
title: "Information",
|
58
|
+
toggle: toggleInfoAlert,
|
59
|
+
visible: infoAlertOpened,
|
60
|
+
buttonOneText:"Ok, Thanks!",
|
57
61
|
},
|
58
62
|
{
|
63
|
+
size: "sm",
|
59
64
|
status: "success",
|
60
65
|
text: "Text explaining what is successful",
|
61
66
|
title: "Success!",
|
62
67
|
toggle: toggleSuccessAlert,
|
63
68
|
visible: successAlertOpened,
|
64
|
-
buttonOneText:
|
65
|
-
|
69
|
+
buttonOneText: "Great!",
|
70
|
+
},
|
71
|
+
{
|
72
|
+
size: "sm",
|
73
|
+
status: "error",
|
74
|
+
text: "Text explaining the error",
|
75
|
+
title: "Error Message",
|
76
|
+
toggle: toggleErrorAlert,
|
77
|
+
visible: errorAlertOpened,
|
78
|
+
buttonOneText:"Oh no!",
|
66
79
|
},
|
67
80
|
]
|
68
81
|
|
@@ -71,9 +84,9 @@ const DialogStatus = () => {
|
|
71
84
|
<Flex>
|
72
85
|
<Button
|
73
86
|
marginRight="md"
|
74
|
-
onClick={
|
87
|
+
onClick={toggleDefaultAlert}
|
75
88
|
>
|
76
|
-
{"
|
89
|
+
{"Default Status"}
|
77
90
|
</Button>
|
78
91
|
<Button
|
79
92
|
marginRight="md"
|
@@ -83,18 +96,27 @@ const DialogStatus = () => {
|
|
83
96
|
</Button>
|
84
97
|
<Button
|
85
98
|
marginRight="md"
|
86
|
-
onClick={
|
99
|
+
onClick={toggleDeleteAlert}
|
87
100
|
>
|
88
|
-
{"
|
101
|
+
{"Delete Status"}
|
89
102
|
</Button>
|
90
|
-
<Button
|
91
|
-
|
103
|
+
<Button
|
104
|
+
marginRight="md"
|
105
|
+
onClick={toggleInfoAlert}
|
106
|
+
>
|
107
|
+
{"Information Status"}
|
92
108
|
</Button>
|
93
109
|
<Button
|
94
110
|
marginRight="md"
|
95
|
-
onClick={
|
111
|
+
onClick={toggleSuccessAlert}
|
96
112
|
>
|
97
|
-
{"
|
113
|
+
{"Success Status"}
|
114
|
+
</Button>
|
115
|
+
<Button
|
116
|
+
marginRight="md"
|
117
|
+
onClick={toggleErrorAlert}
|
118
|
+
>
|
119
|
+
{"Error Status"}
|
98
120
|
</Button>
|
99
121
|
</Flex>
|
100
122
|
<Flex>
|
@@ -103,22 +125,37 @@ const DialogStatus = () => {
|
|
103
125
|
key={dialog.status}
|
104
126
|
onClose={dialog.toggle}
|
105
127
|
opened={dialog.visible}
|
128
|
+
size={dialog.size}
|
106
129
|
status={dialog.status}
|
107
130
|
text={dialog.text}
|
108
131
|
title={dialog.title}
|
109
132
|
>
|
110
|
-
<Dialog.Footer
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
>
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
</
|
133
|
+
<Dialog.Footer
|
134
|
+
paddingBottom="md"
|
135
|
+
paddingX="md"
|
136
|
+
>
|
137
|
+
<If condition={!dialog.buttonTwoText}>
|
138
|
+
<Button
|
139
|
+
fullWidth
|
140
|
+
onClick={dialog.toggle}
|
141
|
+
>
|
142
|
+
{dialog.buttonOneText}
|
143
|
+
</Button>
|
144
|
+
</If>
|
145
|
+
<If condition={dialog.buttonTwoText}>
|
146
|
+
<Button
|
147
|
+
onClick={dialog.toggle}
|
148
|
+
paddingRight="xl"
|
149
|
+
>
|
150
|
+
{dialog.buttonOneText}
|
151
|
+
</Button>
|
152
|
+
<Button
|
153
|
+
onClick={dialog.toggle}
|
154
|
+
variant="secondary"
|
155
|
+
>
|
156
|
+
{dialog.buttonTwoText}
|
157
|
+
</Button>
|
158
|
+
</If>
|
122
159
|
</Dialog.Footer>
|
123
160
|
</Dialog>
|
124
161
|
))}
|
@@ -1,5 +1,3 @@
|
|
1
|
-
/* @flow */
|
2
|
-
|
3
1
|
import React, { useCallback } from 'react'
|
4
2
|
import { useDropzone } from 'react-dropzone'
|
5
3
|
import classnames from 'classnames'
|
@@ -12,11 +10,11 @@ import Body from '../pb_body/_body'
|
|
12
10
|
import Card from '../pb_card/_card'
|
13
11
|
|
14
12
|
type FileUploadProps = {
|
15
|
-
accept?:
|
13
|
+
accept?: string[],
|
16
14
|
className?: string,
|
17
15
|
data?: object,
|
18
16
|
acceptedFilesDescription?: string,
|
19
|
-
onFilesAccepted: Callback,
|
17
|
+
onFilesAccepted: Callback<File, File>,
|
20
18
|
}
|
21
19
|
|
22
20
|
const FileUpload = (props: FileUploadProps) => {
|
@@ -27,10 +25,8 @@ const FileUpload = (props: FileUploadProps) => {
|
|
27
25
|
data = {},
|
28
26
|
onFilesAccepted = noop,
|
29
27
|
} = props
|
30
|
-
const onDrop = useCallback((files) => {
|
31
|
-
onFilesAccepted(files)
|
32
|
-
})
|
33
28
|
|
29
|
+
const onDrop = useCallback((files) => onFilesAccepted(files), []);
|
34
30
|
const { getRootProps, getInputProps, isDragActive } = useDropzone({
|
35
31
|
accept,
|
36
32
|
onDrop,
|
@@ -57,11 +53,11 @@ const FileUpload = (props: FileUploadProps) => {
|
|
57
53
|
<Card>
|
58
54
|
<input {...getInputProps()} />
|
59
55
|
<Body color="light">
|
60
|
-
|
56
|
+
{isDragActive ?
|
61
57
|
<p>{'Drop the files here ...'}</p>
|
62
|
-
|
58
|
+
:
|
63
59
|
<p>{accept === null ? 'Choose a file or drag it here' : `Choose a file or drag it here. The accepted file types are: ${acceptedFilesDescription || acceptedFileTypes()}`}</p>
|
64
|
-
|
60
|
+
}
|
65
61
|
</Body>
|
66
62
|
</Card>
|
67
63
|
</div>
|
@@ -1,12 +1,10 @@
|
|
1
|
-
/* @flow */
|
2
|
-
|
3
1
|
import React from 'react'
|
4
2
|
import classnames from 'classnames'
|
5
3
|
import { buildAriaProps, buildCss, buildDataProps } from '../utilities/props'
|
6
4
|
import { globalProps } from '../utilities/globalProps'
|
7
5
|
|
8
6
|
type FormGroupProps = {
|
9
|
-
aria?:
|
7
|
+
aria?: {[key: string]: string},
|
10
8
|
children?: Node,
|
11
9
|
className?: string,
|
12
10
|
data?: object,
|
@@ -27,7 +25,6 @@ const FormGroup = (props: FormGroupProps) => {
|
|
27
25
|
const ariaProps = buildAriaProps(aria)
|
28
26
|
const dataProps = buildDataProps(data)
|
29
27
|
const classes = classnames(buildCss('pb_form_group_kit', { full: fullWidth }), globalProps(props), className)
|
30
|
-
|
31
28
|
return (
|
32
29
|
<div
|
33
30
|
{...ariaProps}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import { render } from "../utilities/test-utils";
|
3
|
+
|
4
|
+
import { Button, FormGroup } from "..";
|
5
|
+
|
6
|
+
test("should render a div with a button child", () => {
|
7
|
+
const testId = "primary-test"
|
8
|
+
const { queryByTestId } = render(
|
9
|
+
<FormGroup>
|
10
|
+
<Button
|
11
|
+
data={{ testid: testId }}
|
12
|
+
text={"some text"} />
|
13
|
+
</FormGroup>
|
14
|
+
)
|
15
|
+
|
16
|
+
expect(queryByTestId("primary-test")).not.toBeNull;
|
17
|
+
})
|
@@ -1,3 +1,4 @@
|
|
1
|
+
/* eslint-disable react/jsx-no-target-blank */
|
1
2
|
/* eslint-disable react/no-multi-comp, flowtype/space-before-type-colon */
|
2
3
|
|
3
4
|
import React from 'react'
|
@@ -14,6 +15,8 @@ type HashtagProps = {
|
|
14
15
|
dark?: boolean,
|
15
16
|
data?: string,
|
16
17
|
id?: string,
|
18
|
+
newWindow?: boolean,
|
19
|
+
rel?: string,
|
17
20
|
text?: string,
|
18
21
|
type: "default" | "home" | "project" | "appointment",
|
19
22
|
url?: string,
|
@@ -33,6 +36,8 @@ const Hashtag = (props: HashtagProps) => {
|
|
33
36
|
dark = false,
|
34
37
|
data = {},
|
35
38
|
id,
|
39
|
+
newWindow,
|
40
|
+
rel,
|
36
41
|
text,
|
37
42
|
type = 'default',
|
38
43
|
url,
|
@@ -49,7 +54,11 @@ const Hashtag = (props: HashtagProps) => {
|
|
49
54
|
className={classes}
|
50
55
|
id={id}
|
51
56
|
>
|
52
|
-
<a
|
57
|
+
<a
|
58
|
+
href={url}
|
59
|
+
rel={(newWindow ? "noreferrer" : rel)}
|
60
|
+
target={(newWindow ? '_blank' : '_self')}
|
61
|
+
>
|
53
62
|
<Badge
|
54
63
|
dark={dark}
|
55
64
|
text={typeMap[type] + text}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import { Hashtag } from '../../'
|
3
|
+
|
4
|
+
const HashtagLink = (props) => {
|
5
|
+
return (
|
6
|
+
<div>
|
7
|
+
<Hashtag
|
8
|
+
text="Open in the same window"
|
9
|
+
type="project"
|
10
|
+
url="https://google.com"
|
11
|
+
{...props}
|
12
|
+
/>
|
13
|
+
<br />
|
14
|
+
<br />
|
15
|
+
<Hashtag
|
16
|
+
newWindow
|
17
|
+
text="Open in a new window"
|
18
|
+
type="project"
|
19
|
+
url="https://google.com"
|
20
|
+
{...props}
|
21
|
+
/>
|
22
|
+
</div>
|
23
|
+
)
|
24
|
+
}
|
25
|
+
|
26
|
+
export default HashtagLink
|
@@ -0,0 +1 @@
|
|
1
|
+
Use the newWindow/new_window prop to control whether the link opens on the same page or a new tab (same page is the default behavior)
|
@@ -3,7 +3,7 @@
|
|
3
3
|
class: object.classname,
|
4
4
|
data: object.data,
|
5
5
|
id: object.id) do %>
|
6
|
-
<%= link_to object.url do %>
|
6
|
+
<%= link_to object.url, target: object.link_option do %>
|
7
7
|
<%= pb_rails("badge", props: { dark: object.dark, variant: "primary", text: object.hashtag_text }) %>
|
8
8
|
<% end %>
|
9
9
|
<% end %>
|