playbook_ui 14.4.0.pre.alpha.stephenagreerpatch13910 → 14.4.0.pre.rc.0
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/_playbook.scss +0 -2
- data/app/pb_kits/playbook/pb_advanced_table/Components/SortIconButton.tsx +4 -23
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +1 -1
- data/app/pb_kits/playbook/pb_button/_button.tsx +2 -6
- data/app/pb_kits/playbook/pb_collapsible/_helper_functions.ts +0 -4
- data/app/pb_kits/playbook/pb_contact/_contact.tsx +5 -17
- data/app/pb_kits/playbook/pb_contact/contact.html.erb +6 -14
- data/app/pb_kits/playbook/pb_contact/contact.rb +0 -4
- data/app/pb_kits/playbook/pb_contact/contact.test.js +1 -1
- data/app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.ts +6 -2
- data/app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.ts +7 -2
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.tsx +3 -4
- 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 +0 -4
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +3 -6
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_flatpickr_styles.scss +3 -2
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_header_styles.scss +2 -6
- data/app/pb_kits/playbook/pb_dialog/_dialog.scss +0 -2
- data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +1 -1
- data/app/pb_kits/playbook/pb_filter/docs/_filter_default.html.erb +2 -10
- data/app/pb_kits/playbook/pb_filter/docs/_filter_max_height.html.erb +1 -5
- data/app/pb_kits/playbook/pb_filter/docs/_filter_max_width.html.erb +1 -5
- data/app/pb_kits/playbook/pb_filter/docs/_filter_no_background.html.erb +1 -5
- data/app/pb_kits/playbook/pb_filter/docs/_filter_no_sort.html.erb +1 -5
- data/app/pb_kits/playbook/pb_filter/docs/_filter_only.html.erb +1 -5
- data/app/pb_kits/playbook/pb_filter/docs/_filter_placement.html.erb +1 -5
- data/app/pb_kits/playbook/pb_filter/docs/_filter_single.html.erb +1 -5
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.scss +23 -245
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.tsx +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_form_pill/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_form_pill/form_pill.rb +1 -1
- data/app/pb_kits/playbook/pb_gantt_chart/_gantt_chart.tsx +0 -3
- data/app/pb_kits/playbook/pb_icon/icon.rb +1 -1
- data/app/pb_kits/playbook/pb_map/_map_controls.tsx +1 -7
- data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx +5 -20
- data/app/pb_kits/playbook/pb_multi_level_select/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_multi_level_select/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_multi_level_select/multi_level_select.rb +0 -4
- data/app/pb_kits/playbook/pb_multiple_users_stacked/_multiple_users_stacked.scss +21 -97
- data/app/pb_kits/playbook/pb_multiple_users_stacked/_multiple_users_stacked.test.js +0 -166
- data/app/pb_kits/playbook/pb_multiple_users_stacked/_multiple_users_stacked.tsx +6 -45
- data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_multiple_users_stacked/multiple_users_stacked.html.erb +2 -6
- data/app/pb_kits/playbook/pb_multiple_users_stacked/multiple_users_stacked.rb +1 -21
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx +1 -12
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md +1 -3
- data/app/pb_kits/playbook/pb_passphrase/_passphrase.tsx +2 -10
- data/app/pb_kits/playbook/pb_popover/docs/_popover_list.html.erb +13 -14
- data/app/pb_kits/playbook/pb_popover/docs/_popover_list.jsx +4 -4
- data/app/pb_kits/playbook/pb_radio/_radio.tsx +32 -41
- data/app/pb_kits/playbook/pb_radio/docs/{_radio_custom_children.jsx → _radio_children.jsx} +2 -5
- data/app/pb_kits/playbook/pb_radio/docs/example.yml +1 -2
- data/app/pb_kits/playbook/pb_radio/docs/index.js +1 -1
- data/app/pb_kits/playbook/pb_radio/radio.html.erb +13 -35
- data/app/pb_kits/playbook/pb_radio/radio.rb +1 -3
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/ToolbarDropdown.tsx +5 -12
- data/app/pb_kits/playbook/pb_select/_select.tsx +2 -5
- data/app/pb_kits/playbook/pb_select/select.html.erb +1 -1
- data/app/pb_kits/playbook/pb_select/select.rb +0 -4
- data/app/pb_kits/playbook/pb_textarea/_textarea.tsx +1 -0
- data/app/pb_kits/playbook/pb_textarea/textarea.html.erb +1 -0
- data/app/pb_kits/playbook/pb_tooltip/_tooltip.tsx +13 -17
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.scss +1 -0
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +1 -18
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +6 -6
- data/app/pb_kits/playbook/pb_typeahead/components/Control.tsx +23 -17
- data/app/pb_kits/playbook/pb_typeahead/components/MultiValue.tsx +18 -26
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.html.erb +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_typeahead/typeahead.rb +3 -7
- data/app/pb_kits/playbook/tokens/_colors.scss +0 -2
- data/app/pb_kits/playbook/utilities/icons/allicons.tsx +13 -136
- data/dist/chunks/_typeahead-es44Ih6G.js +22 -0
- data/dist/chunks/_weekday_stacked-DWJJPUPQ.js +45 -0
- data/dist/chunks/lib-D9uVVKnh.js +16 -0
- data/dist/chunks/{pb_form_validation-D9zkwt2b.js → pb_form_validation-u2wnZ3oe.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +1 -3
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/pagination_renderer.rb +2 -10
- data/lib/playbook/version.rb +2 -2
- metadata +7 -40
- data/app/pb_kits/playbook/pb_drawer/_close_icon.tsx +0 -25
- data/app/pb_kits/playbook/pb_drawer/_drawer.scss +0 -465
- data/app/pb_kits/playbook/pb_drawer/_drawer.tsx +0 -195
- data/app/pb_kits/playbook/pb_drawer/_drawer_context.tsx +0 -3
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_borders.jsx +0 -117
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_breakpoints.jsx +0 -43
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_default.html.erb +0 -1
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_default.jsx +0 -63
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_overlay.jsx +0 -55
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_sizes.jsx +0 -113
- data/app/pb_kits/playbook/pb_drawer/docs/example.yml +0 -12
- data/app/pb_kits/playbook/pb_drawer/docs/index.js +0 -5
- data/app/pb_kits/playbook/pb_drawer/drawer.html.erb +0 -12
- data/app/pb_kits/playbook/pb_drawer/drawer.rb +0 -8
- data/app/pb_kits/playbook/pb_drawer/drawer.test.jsx +0 -77
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_colors.html.erb +0 -117
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_colors.jsx +0 -227
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_colors.md +0 -1
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color.html.erb +0 -72
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color.jsx +0 -91
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color_rails.md +0 -1
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color_react.md +0 -1
- data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_bubble.html.erb +0 -73
- data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_bubble.jsx +0 -86
- data/app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb +0 -50
- data/app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.md +0 -1
- data/app/pb_kits/playbook/pb_radio/index.js +0 -17
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.html.erb +0 -31
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx +0 -26
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color_rails.md +0 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color_react.md +0 -1
- data/app/pb_kits/playbook/utilities/icons/angle-down.svg +0 -3
- data/app/pb_kits/playbook/utilities/icons/envelope.svg +0 -3
- data/dist/chunks/_typeahead-BYw0HEgO.js +0 -22
- data/dist/chunks/_weekday_stacked-DY64Tj7E.js +0 -45
- data/dist/chunks/lib-CEpcaI8y.js +0 -29
@@ -1,77 +0,0 @@
|
|
1
|
-
import React, { useState } from 'react';
|
2
|
-
import { render, cleanup, fireEvent, screen } from '../utilities/test-utils';
|
3
|
-
import { Drawer, Button } from 'playbook-ui';
|
4
|
-
|
5
|
-
const size = 'sm';
|
6
|
-
|
7
|
-
function DrawerTest({ props }) {
|
8
|
-
const [isOpen, setIsOpen] = useState(false);
|
9
|
-
const close = () => setIsOpen(false);
|
10
|
-
const open = () => setIsOpen(true);
|
11
|
-
|
12
|
-
return (
|
13
|
-
<>
|
14
|
-
<Button onClick={open}>{'Open Drawer'}</Button>
|
15
|
-
<Drawer
|
16
|
-
className="wrapper"
|
17
|
-
onClose={close}
|
18
|
-
opened={isOpen}
|
19
|
-
placement="left"
|
20
|
-
portalClassName="portal"
|
21
|
-
size={size}
|
22
|
-
{...props}
|
23
|
-
>
|
24
|
-
{props && props.children}
|
25
|
-
</Drawer>
|
26
|
-
</>
|
27
|
-
);
|
28
|
-
}
|
29
|
-
|
30
|
-
afterEach(cleanup);
|
31
|
-
|
32
|
-
test('renders with the right border class when border prop is right', async () => {
|
33
|
-
render(<DrawerTest props={{ border: 'right' }} />);
|
34
|
-
|
35
|
-
fireEvent.click(screen.getByText('Open Drawer'));
|
36
|
-
|
37
|
-
const drawer = await screen.findByRole('dialog');
|
38
|
-
expect(drawer).toHaveClass('drawer_border_right');
|
39
|
-
});
|
40
|
-
|
41
|
-
test('renders with the left border class when border prop is left', async () => {
|
42
|
-
render(<DrawerTest props={{ border: 'left' }} />);
|
43
|
-
|
44
|
-
fireEvent.click(screen.getByText('Open Drawer'));
|
45
|
-
|
46
|
-
const drawer = await screen.findByRole('dialog');
|
47
|
-
expect(drawer).toHaveClass('drawer_border_left');
|
48
|
-
});
|
49
|
-
|
50
|
-
test('renders with the full border class when border prop is full', async () => {
|
51
|
-
render(<DrawerTest props={{ border: 'full' }} />);
|
52
|
-
|
53
|
-
fireEvent.click(screen.getByText('Open Drawer'));
|
54
|
-
|
55
|
-
const drawer = await screen.findByRole('dialog');
|
56
|
-
expect(drawer).toHaveClass('drawer_border_full');
|
57
|
-
});
|
58
|
-
|
59
|
-
test('does not have a border class when border prop is none', async () => {
|
60
|
-
render(<DrawerTest props={{ border: 'none' }} />);
|
61
|
-
|
62
|
-
fireEvent.click(screen.getByText('Open Drawer'));
|
63
|
-
|
64
|
-
const drawer = await screen.findByRole('dialog');
|
65
|
-
expect(drawer).not.toHaveClass('drawer_border_right');
|
66
|
-
expect(drawer).not.toHaveClass('drawer_border_left');
|
67
|
-
expect(drawer).not.toHaveClass('drawer_border_full');
|
68
|
-
});
|
69
|
-
|
70
|
-
test('renders the correct size class for a large drawer', async () => {
|
71
|
-
render(<DrawerTest props={{ size: 'lg' }} />);
|
72
|
-
|
73
|
-
fireEvent.click(screen.getByText('Open Drawer'));
|
74
|
-
|
75
|
-
const drawer = await screen.findByRole('dialog');
|
76
|
-
expect(drawer).toHaveClass('pb_drawer pb_drawer_lg_left');
|
77
|
-
});
|
@@ -1,117 +0,0 @@
|
|
1
|
-
<%= pb_rails("title", props: { text: "Status Colors", tag: "h4", size: 4, margin_bottom: "sm" }) %>
|
2
|
-
|
3
|
-
<%= pb_rails("form_pill", props: {
|
4
|
-
text: "Primary",
|
5
|
-
tabindex: 0,
|
6
|
-
}) %>
|
7
|
-
<%= pb_rails("form_pill", props: {
|
8
|
-
color: "neutral",
|
9
|
-
text: "Neutral",
|
10
|
-
tabindex: 0,
|
11
|
-
}) %>
|
12
|
-
<%= pb_rails("form_pill", props: {
|
13
|
-
color: "success",
|
14
|
-
text: "Success",
|
15
|
-
tabindex: 0,
|
16
|
-
}) %>
|
17
|
-
<%= pb_rails("form_pill", props: {
|
18
|
-
color: "warning",
|
19
|
-
text: "Warning",
|
20
|
-
tabindex: 0,
|
21
|
-
}) %>
|
22
|
-
<%= pb_rails("form_pill", props: {
|
23
|
-
color: "error",
|
24
|
-
text: "Error",
|
25
|
-
tabindex: 0,
|
26
|
-
}) %>
|
27
|
-
<%= pb_rails("form_pill", props: {
|
28
|
-
color: "info",
|
29
|
-
text: "Info",
|
30
|
-
tabindex: 0,
|
31
|
-
}) %>
|
32
|
-
|
33
|
-
<%= pb_rails("title", props: { text: "Data Colors", tag: "h4", size: 4, margin_bottom: "sm", margin_top: "md" }) %>
|
34
|
-
|
35
|
-
<%= pb_rails("form_pill", props: {
|
36
|
-
color: "data_1",
|
37
|
-
text: "Data 1",
|
38
|
-
tabindex: 0,
|
39
|
-
}) %>
|
40
|
-
<%= pb_rails("form_pill", props: {
|
41
|
-
color: "data_2",
|
42
|
-
text: "Data 2",
|
43
|
-
tabindex: 0,
|
44
|
-
}) %>
|
45
|
-
<%= pb_rails("form_pill", props: {
|
46
|
-
color: "data_3",
|
47
|
-
text: "Data 3",
|
48
|
-
tabindex: 0,
|
49
|
-
}) %>
|
50
|
-
<%= pb_rails("form_pill", props: {
|
51
|
-
color: "data_4",
|
52
|
-
text: "Data 4",
|
53
|
-
tabindex: 0,
|
54
|
-
}) %>
|
55
|
-
<%= pb_rails("form_pill", props: {
|
56
|
-
color: "data_5",
|
57
|
-
text: "Data 5",
|
58
|
-
tabindex: 0,
|
59
|
-
}) %>
|
60
|
-
<%= pb_rails("form_pill", props: {
|
61
|
-
color: "data_6",
|
62
|
-
text: "Data 6",
|
63
|
-
tabindex: 0,
|
64
|
-
}) %>
|
65
|
-
<%= pb_rails("form_pill", props: {
|
66
|
-
color: "data_7",
|
67
|
-
text: "Data 7",
|
68
|
-
tabindex: 0,
|
69
|
-
}) %>
|
70
|
-
<%= pb_rails("form_pill", props: {
|
71
|
-
color: "data_8",
|
72
|
-
text: "Data 8",
|
73
|
-
tabindex: 0,
|
74
|
-
}) %>
|
75
|
-
|
76
|
-
<%= pb_rails("title", props: { text: "Product Colors", tag: "h4", size: 4, margin_bottom: "sm", margin_top: "md" }) %>
|
77
|
-
|
78
|
-
<%= pb_rails("form_pill", props: {
|
79
|
-
color: "windows",
|
80
|
-
text: "Windows",
|
81
|
-
tabindex: 0,
|
82
|
-
}) %>
|
83
|
-
<%= pb_rails("form_pill", props: {
|
84
|
-
color: "siding",
|
85
|
-
text: "Siding",
|
86
|
-
tabindex: 0,
|
87
|
-
}) %>
|
88
|
-
<%= pb_rails("form_pill", props: {
|
89
|
-
color: "roofing",
|
90
|
-
text: "Roofing",
|
91
|
-
tabindex: 0,
|
92
|
-
}) %>
|
93
|
-
<%= pb_rails("form_pill", props: {
|
94
|
-
color: "doors",
|
95
|
-
text: "Doors",
|
96
|
-
tabindex: 0,
|
97
|
-
}) %>
|
98
|
-
<%= pb_rails("form_pill", props: {
|
99
|
-
color: "gutters",
|
100
|
-
text: "Gutters",
|
101
|
-
tabindex: 0,
|
102
|
-
}) %>
|
103
|
-
<%= pb_rails("form_pill", props: {
|
104
|
-
color: "solar",
|
105
|
-
text: "Solar",
|
106
|
-
tabindex: 0,
|
107
|
-
}) %>
|
108
|
-
<%= pb_rails("form_pill", props: {
|
109
|
-
color: "insulation",
|
110
|
-
text: "Insulation",
|
111
|
-
tabindex: 0,
|
112
|
-
}) %>
|
113
|
-
<%= pb_rails("form_pill", props: {
|
114
|
-
color: "accessories",
|
115
|
-
text: "Accessories",
|
116
|
-
tabindex: 0,
|
117
|
-
}) %>
|
@@ -1,227 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { FormPill, Title } from 'playbook-ui'
|
3
|
-
|
4
|
-
const FormPillColors = (props) => {
|
5
|
-
return (
|
6
|
-
<div>
|
7
|
-
<Title
|
8
|
-
marginBottom="sm"
|
9
|
-
size={4}
|
10
|
-
text="Status Colors"
|
11
|
-
{...props}
|
12
|
-
/>
|
13
|
-
<FormPill
|
14
|
-
onClick={() => {
|
15
|
-
alert('Click!')
|
16
|
-
}}
|
17
|
-
tabIndex={0}
|
18
|
-
text="Primary"
|
19
|
-
{...props}
|
20
|
-
/>
|
21
|
-
<FormPill
|
22
|
-
color="neutral"
|
23
|
-
onClick={() => {
|
24
|
-
alert('Click!')
|
25
|
-
}}
|
26
|
-
tabIndex={0}
|
27
|
-
text="Neutral"
|
28
|
-
{...props}
|
29
|
-
/>
|
30
|
-
<FormPill
|
31
|
-
color="success"
|
32
|
-
onClick={() => {
|
33
|
-
alert('Click!')
|
34
|
-
}}
|
35
|
-
tabIndex={0}
|
36
|
-
text="Success"
|
37
|
-
{...props}
|
38
|
-
/>
|
39
|
-
<FormPill
|
40
|
-
color="warning"
|
41
|
-
onClick={() => {
|
42
|
-
alert('Click!')
|
43
|
-
}}
|
44
|
-
tabIndex={0}
|
45
|
-
text="Warning"
|
46
|
-
{...props}
|
47
|
-
/>
|
48
|
-
<FormPill
|
49
|
-
color="error"
|
50
|
-
onClick={() => {
|
51
|
-
alert('Click!')
|
52
|
-
}}
|
53
|
-
tabIndex={0}
|
54
|
-
text="Error"
|
55
|
-
{...props}
|
56
|
-
/>
|
57
|
-
<FormPill
|
58
|
-
color="info"
|
59
|
-
onClick={() => {
|
60
|
-
alert('Click!')
|
61
|
-
}}
|
62
|
-
tabIndex={0}
|
63
|
-
text="Info"
|
64
|
-
{...props}
|
65
|
-
/>
|
66
|
-
<Title
|
67
|
-
marginBottom="sm"
|
68
|
-
marginTop="md"
|
69
|
-
size={4}
|
70
|
-
text="Data Colors"
|
71
|
-
{...props}
|
72
|
-
/>
|
73
|
-
<FormPill
|
74
|
-
color="data_1"
|
75
|
-
onClick={() => {
|
76
|
-
alert('Click!')
|
77
|
-
}}
|
78
|
-
tabIndex={0}
|
79
|
-
text="Data 1"
|
80
|
-
{...props}
|
81
|
-
/>
|
82
|
-
<FormPill
|
83
|
-
color="data_2"
|
84
|
-
onClick={() => {
|
85
|
-
alert('Click!')
|
86
|
-
}}
|
87
|
-
tabIndex={0}
|
88
|
-
text="Data 2"
|
89
|
-
{...props}
|
90
|
-
/>
|
91
|
-
<FormPill
|
92
|
-
color="data_3"
|
93
|
-
onClick={() => {
|
94
|
-
alert('Click!')
|
95
|
-
}}
|
96
|
-
tabIndex={0}
|
97
|
-
text="Data 3"
|
98
|
-
{...props}
|
99
|
-
/>
|
100
|
-
<FormPill
|
101
|
-
color="data_4"
|
102
|
-
onClick={() => {
|
103
|
-
alert('Click!')
|
104
|
-
}}
|
105
|
-
tabIndex={0}
|
106
|
-
text="Data 4"
|
107
|
-
{...props}
|
108
|
-
/>
|
109
|
-
<FormPill
|
110
|
-
color="data_5"
|
111
|
-
onClick={() => {
|
112
|
-
alert('Click!')
|
113
|
-
}}
|
114
|
-
tabIndex={0}
|
115
|
-
text="Data 5"
|
116
|
-
{...props}
|
117
|
-
/>
|
118
|
-
<FormPill
|
119
|
-
color="data_6"
|
120
|
-
onClick={() => {
|
121
|
-
alert('Click!')
|
122
|
-
}}
|
123
|
-
tabIndex={0}
|
124
|
-
text="Data 6"
|
125
|
-
{...props}
|
126
|
-
/>
|
127
|
-
<FormPill
|
128
|
-
color="data_7"
|
129
|
-
onClick={() => {
|
130
|
-
alert('Click!')
|
131
|
-
}}
|
132
|
-
tabIndex={0}
|
133
|
-
text="Data 7"
|
134
|
-
{...props}
|
135
|
-
/>
|
136
|
-
<FormPill
|
137
|
-
color="data_8"
|
138
|
-
onClick={() => {
|
139
|
-
alert('Click!')
|
140
|
-
}}
|
141
|
-
tabIndex={0}
|
142
|
-
text="Data 8"
|
143
|
-
{...props}
|
144
|
-
/>
|
145
|
-
<Title
|
146
|
-
marginBottom="sm"
|
147
|
-
marginTop="md"
|
148
|
-
size={4}
|
149
|
-
text="Product Colors"
|
150
|
-
{...props}
|
151
|
-
/>
|
152
|
-
<FormPill
|
153
|
-
color="windows"
|
154
|
-
onClick={() => {
|
155
|
-
alert('Click!')
|
156
|
-
}}
|
157
|
-
tabIndex={0}
|
158
|
-
text="Windows"
|
159
|
-
{...props}
|
160
|
-
/>
|
161
|
-
<FormPill
|
162
|
-
color="siding"
|
163
|
-
onClick={() => {
|
164
|
-
alert('Click!')
|
165
|
-
}}
|
166
|
-
tabIndex={0}
|
167
|
-
text="Siding"
|
168
|
-
{...props}
|
169
|
-
/>
|
170
|
-
<FormPill
|
171
|
-
color="roofing"
|
172
|
-
onClick={() => {
|
173
|
-
alert('Click!')
|
174
|
-
}}
|
175
|
-
tabIndex={0}
|
176
|
-
text="Roofing"
|
177
|
-
{...props}
|
178
|
-
/>
|
179
|
-
<FormPill
|
180
|
-
color="doors"
|
181
|
-
onClick={() => {
|
182
|
-
alert('Click!')
|
183
|
-
}}
|
184
|
-
tabIndex={0}
|
185
|
-
text="Doors"
|
186
|
-
{...props}
|
187
|
-
/>
|
188
|
-
<FormPill
|
189
|
-
color="gutters"
|
190
|
-
onClick={() => {
|
191
|
-
alert('Click!')
|
192
|
-
}}
|
193
|
-
tabIndex={0}
|
194
|
-
text="Gutters"
|
195
|
-
{...props}
|
196
|
-
/>
|
197
|
-
<FormPill
|
198
|
-
color="solar"
|
199
|
-
onClick={() => {
|
200
|
-
alert('Click!')
|
201
|
-
}}
|
202
|
-
tabIndex={0}
|
203
|
-
text="Solar"
|
204
|
-
{...props}
|
205
|
-
/>
|
206
|
-
<FormPill
|
207
|
-
color="insulation"
|
208
|
-
onClick={() => {
|
209
|
-
alert('Click!')
|
210
|
-
}}
|
211
|
-
tabIndex={0}
|
212
|
-
text="Insulation"
|
213
|
-
{...props}
|
214
|
-
/>
|
215
|
-
<FormPill
|
216
|
-
color="accessories"
|
217
|
-
onClick={() => {
|
218
|
-
alert('Click!')
|
219
|
-
}}
|
220
|
-
tabIndex={0}
|
221
|
-
text="Accessories"
|
222
|
-
{...props}
|
223
|
-
/>
|
224
|
-
</div>
|
225
|
-
)
|
226
|
-
}
|
227
|
-
export default FormPillColors
|
@@ -1 +0,0 @@
|
|
1
|
-
The Status, Data, and Product colors highlighted above can be passed to the `color` prop. Primary is the default color. Form pills with a text tag, an avatar, or an icon with text tag can all receive the `color` prop.
|
@@ -1,72 +0,0 @@
|
|
1
|
-
<% treeData = [{
|
2
|
-
label: "Power Home Remodeling",
|
3
|
-
value: "Power Home Remodeling",
|
4
|
-
id: "100",
|
5
|
-
expanded: true,
|
6
|
-
children: [
|
7
|
-
{
|
8
|
-
label: "People",
|
9
|
-
value: "People",
|
10
|
-
id: "101",
|
11
|
-
expanded: true,
|
12
|
-
children: [
|
13
|
-
{
|
14
|
-
label: "Talent Acquisition",
|
15
|
-
value: "Talent Acquisition",
|
16
|
-
id: "102",
|
17
|
-
},
|
18
|
-
{
|
19
|
-
label: "Business Affairs",
|
20
|
-
value: "Business Affairs",
|
21
|
-
id: "103",
|
22
|
-
children: [
|
23
|
-
{
|
24
|
-
label: "Initiatives",
|
25
|
-
value: "Initiatives",
|
26
|
-
id: "104",
|
27
|
-
},
|
28
|
-
{
|
29
|
-
label: "Learning & Development",
|
30
|
-
value: "Learning & Development",
|
31
|
-
id: "105",
|
32
|
-
},
|
33
|
-
],
|
34
|
-
},
|
35
|
-
{
|
36
|
-
label: "People Experience",
|
37
|
-
value: "People Experience",
|
38
|
-
id: "106",
|
39
|
-
},
|
40
|
-
],
|
41
|
-
},
|
42
|
-
{
|
43
|
-
label: "Contact Center",
|
44
|
-
value: "Contact Center",
|
45
|
-
id: "107",
|
46
|
-
children: [
|
47
|
-
{
|
48
|
-
label: "Appointment Management",
|
49
|
-
value: "Appointment Management",
|
50
|
-
id: "108",
|
51
|
-
},
|
52
|
-
{
|
53
|
-
label: "Customer Service",
|
54
|
-
value: "Customer Service",
|
55
|
-
id: "109",
|
56
|
-
},
|
57
|
-
{
|
58
|
-
label: "Energy",
|
59
|
-
value: "Energy",
|
60
|
-
id: "110",
|
61
|
-
},
|
62
|
-
],
|
63
|
-
},
|
64
|
-
],
|
65
|
-
}] %>
|
66
|
-
|
67
|
-
<%= pb_rails("multi_level_select", props: {
|
68
|
-
id: "multi-level-select-default-rails",
|
69
|
-
name: "my_array",
|
70
|
-
tree_data: treeData,
|
71
|
-
pill_color: "neutral"
|
72
|
-
}) %>
|
@@ -1,91 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import MultiLevelSelect from "../_multi_level_select";
|
3
|
-
|
4
|
-
const treeData = [
|
5
|
-
{
|
6
|
-
label: "Power Home Remodeling",
|
7
|
-
value: "Power Home Remodeling",
|
8
|
-
id: "powerhome1",
|
9
|
-
expanded: true,
|
10
|
-
children: [
|
11
|
-
{
|
12
|
-
label: "People",
|
13
|
-
value: "People",
|
14
|
-
id: "people1",
|
15
|
-
expanded: true,
|
16
|
-
children: [
|
17
|
-
{
|
18
|
-
label: "Talent Acquisition",
|
19
|
-
value: "Talent Acquisition",
|
20
|
-
id: "talent1",
|
21
|
-
},
|
22
|
-
{
|
23
|
-
label: "Business Affairs",
|
24
|
-
value: "Business Affairs",
|
25
|
-
id: "business1",
|
26
|
-
children: [
|
27
|
-
{
|
28
|
-
label: "Initiatives",
|
29
|
-
value: "Initiatives",
|
30
|
-
id: "initiative1",
|
31
|
-
},
|
32
|
-
{
|
33
|
-
label: "Learning & Development",
|
34
|
-
value: "Learning & Development",
|
35
|
-
id: "development1",
|
36
|
-
},
|
37
|
-
],
|
38
|
-
},
|
39
|
-
{
|
40
|
-
label: "People Experience",
|
41
|
-
value: "People Experience",
|
42
|
-
id: "experience1",
|
43
|
-
},
|
44
|
-
],
|
45
|
-
},
|
46
|
-
{
|
47
|
-
label: "Contact Center",
|
48
|
-
value: "Contact Center",
|
49
|
-
id: "contact1",
|
50
|
-
children: [
|
51
|
-
{
|
52
|
-
label: "Appointment Management",
|
53
|
-
value: "Appointment Management",
|
54
|
-
id: "appointment1",
|
55
|
-
},
|
56
|
-
{
|
57
|
-
label: "Customer Service",
|
58
|
-
value: "Customer Service",
|
59
|
-
id: "customer1",
|
60
|
-
},
|
61
|
-
{
|
62
|
-
label: "Energy",
|
63
|
-
value: "Energy",
|
64
|
-
id: "energy1",
|
65
|
-
},
|
66
|
-
],
|
67
|
-
},
|
68
|
-
],
|
69
|
-
},
|
70
|
-
];
|
71
|
-
|
72
|
-
const MultiLevelSelectColor = (props) => {
|
73
|
-
return (
|
74
|
-
<div>
|
75
|
-
<MultiLevelSelect
|
76
|
-
id='multiselect-color'
|
77
|
-
onSelect={(selectedNodes) =>
|
78
|
-
console.log(
|
79
|
-
"Selected Items",
|
80
|
-
selectedNodes
|
81
|
-
)
|
82
|
-
}
|
83
|
-
pillColor="neutral"
|
84
|
-
treeData={treeData}
|
85
|
-
{...props}
|
86
|
-
/>
|
87
|
-
</div>
|
88
|
-
)
|
89
|
-
};
|
90
|
-
|
91
|
-
export default MultiLevelSelectColor;
|
@@ -1 +0,0 @@
|
|
1
|
-
Change the form pill color by passing the optional `pill_color` prop. Product, Data, and Status colors are available options. Check them out <a href="https://playbook.powerapp.cloud/kits/form_pill#form-pill-colors" target="_blank">here</a> in the Form Pill colors example.
|
@@ -1 +0,0 @@
|
|
1
|
-
Change the form pill color by passing the optional `pillColor` prop. Product, Data, and Status colors are available options. Check them out <a href="https://playbook.powerapp.cloud/kits/form_pill/react#form-pill-colors" target="_blank">here</a> in the Form Pill colors example.
|
data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_bubble.html.erb
DELETED
@@ -1,73 +0,0 @@
|
|
1
|
-
<%= pb_rails("multiple_users_stacked", props: {
|
2
|
-
variant: "bubble",
|
3
|
-
users: [
|
4
|
-
{
|
5
|
-
name: "Patrick Welch",
|
6
|
-
image_url: "https://randomuser.me/api/portraits/men/9.jpg",
|
7
|
-
}
|
8
|
-
]
|
9
|
-
}) %>
|
10
|
-
|
11
|
-
<br/><br/>
|
12
|
-
|
13
|
-
<%= pb_rails("multiple_users_stacked", props: {
|
14
|
-
variant: "bubble",
|
15
|
-
users: [
|
16
|
-
{
|
17
|
-
name: "Patrick Welch",
|
18
|
-
image_url: "https://randomuser.me/api/portraits/men/9.jpg",
|
19
|
-
},
|
20
|
-
{
|
21
|
-
name: "Lucille Sanchez",
|
22
|
-
image_url: "https://randomuser.me/api/portraits/women/6.jpg",
|
23
|
-
}
|
24
|
-
]
|
25
|
-
}) %>
|
26
|
-
|
27
|
-
<br/><br/>
|
28
|
-
|
29
|
-
<%= pb_rails("multiple_users_stacked", props: {
|
30
|
-
variant: "bubble",
|
31
|
-
users: [
|
32
|
-
{
|
33
|
-
name: "Patrick Welch",
|
34
|
-
image_url: "https://randomuser.me/api/portraits/men/9.jpg",
|
35
|
-
},
|
36
|
-
{
|
37
|
-
name: "Lucille Sanchez",
|
38
|
-
image_url: "https://randomuser.me/api/portraits/women/6.jpg",
|
39
|
-
},
|
40
|
-
{
|
41
|
-
name: "Beverly Reyes",
|
42
|
-
image_url: "https://randomuser.me/api/portraits/women/74.jpg",
|
43
|
-
},
|
44
|
-
]
|
45
|
-
}) %>
|
46
|
-
|
47
|
-
<br/><br/>
|
48
|
-
|
49
|
-
<%= pb_rails("multiple_users_stacked", props: {
|
50
|
-
variant: "bubble",
|
51
|
-
users: [
|
52
|
-
{
|
53
|
-
name: "Patrick Welch",
|
54
|
-
image_url: "https://randomuser.me/api/portraits/men/9.jpg",
|
55
|
-
},
|
56
|
-
{
|
57
|
-
name: "Lucille Sanchez",
|
58
|
-
image_url: "https://randomuser.me/api/portraits/women/6.jpg",
|
59
|
-
},
|
60
|
-
{
|
61
|
-
name: "Beverly Reyes",
|
62
|
-
image_url: "https://randomuser.me/api/portraits/women/74.jpg",
|
63
|
-
},
|
64
|
-
{
|
65
|
-
name: "Keith Craig",
|
66
|
-
image_url: "https://randomuser.me/api/portraits/men/40.jpg",
|
67
|
-
},
|
68
|
-
{
|
69
|
-
name: "Alicia Cooper",
|
70
|
-
image_url: "https://randomuser.me/api/portraits/women/46.jpg",
|
71
|
-
}
|
72
|
-
]
|
73
|
-
}) %>
|