playbook_ui 15.0.0 → 15.1.0.pre.alpha.PLAY2425textinputaccessibility10907
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/_playbook.scss +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +24 -11
- data/app/pb_kits/playbook/pb_advanced_table/Components/VirtualizedTableView.tsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +7 -2
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +67 -13
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx +2 -2
- data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_card/_card.scss +12 -4
- data/app/pb_kits/playbook/pb_card/_card.tsx +3 -3
- data/app/pb_kits/playbook/pb_card/_card_mixin.scss +10 -0
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.html.erb +3 -0
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.jsx +8 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.tsx +2 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +1 -0
- data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +1 -0
- data/app/pb_kits/playbook/pb_contact/_contact.tsx +5 -0
- data/app/pb_kits/playbook/pb_contact/contact.rb +4 -0
- data/app/pb_kits/playbook/pb_contact/contact.test.js +21 -1
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb +16 -1
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx +15 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.md +5 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb +6 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx +6 -0
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.scss +4 -0
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.tsx +6 -4
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +48 -4
- data/app/pb_kits/playbook/pb_dialog/_close_icon.tsx +5 -1
- data/app/pb_kits/playbook/pb_dialog/_dialog.tsx +6 -8
- data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -1
- data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +2 -2
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +9 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +3 -3
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with.html.erb +1 -0
- data/app/pb_kits/playbook/pb_icon/_icon.tsx +13 -2
- data/app/pb_kits/playbook/pb_icon/icon.rb +9 -1
- data/app/pb_kits/playbook/pb_icon_button/_icon_button.tsx +1 -0
- data/app/pb_kits/playbook/pb_icon_button/icon_button.html.erb +2 -1
- data/app/pb_kits/playbook/pb_icon_circle/icon_circle.html.erb +1 -1
- data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.tsx +3 -1
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb +5 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx +24 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb +1 -1
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.rb +11 -0
- data/app/pb_kits/playbook/pb_nav/_item.tsx +19 -5
- data/app/pb_kits/playbook/pb_nav/_nav.scss +27 -0
- data/app/pb_kits/playbook/pb_nav/_nav.test.js +16 -0
- data/app/pb_kits/playbook/pb_nav/_nav.tsx +5 -0
- data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.html.erb +6 -0
- data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.jsx +39 -0
- data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.md +1 -0
- data/app/pb_kits/playbook/pb_nav/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_nav/docs/index.js +2 -1
- data/app/pb_kits/playbook/pb_nav/item.html.erb +6 -2
- data/app/pb_kits/playbook/pb_nav/nav.rb +6 -1
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_common.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_confirmation.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_meter_settings.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_strength_change.html.erb +3 -3
- data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.scss +0 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +62 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.html.erb +35 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.jsx +49 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_rails.md +1 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_react.md +2 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.html.erb +38 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.jsx +51 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.html.erb +46 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.jsx +62 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.md +3 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.html.erb +47 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.jsx +60 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.html.erb +25 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.jsx +36 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_non_clickable.jsx +44 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb +100 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.jsx +126 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.html.erb +32 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.jsx +48 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.html.erb +68 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.jsx +81 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.html.erb +31 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.jsx +42 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.md +2 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.html.erb +35 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.jsx +51 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/example.yml +27 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/index.js +11 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/pbBarGraphTheme.ts +106 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.html.erb +1 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +28 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +31 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.scss +3 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +62 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb +31 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx +81 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb +25 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.jsx +40 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.md +5 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.html.erb +27 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.jsx +39 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +5 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.html.erb +93 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.jsx +131 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.md +14 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.html.erb +42 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.jsx +58 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.html.erb +24 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx +38 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb +22 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx +33 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb +118 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx +144 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx +60 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.html.erb +24 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.jsx +42 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.html.erb +38 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx +52 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/example.yml +29 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/index.js +11 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/pbCircleChartTheme.ts +88 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb +1 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +28 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +51 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +2 -2
- data/app/pb_kits/playbook/pb_section_separator/_section_separator.scss +13 -5
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb +23 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx +45 -7
- data/app/pb_kits/playbook/pb_section_separator/section_separator.html.erb +4 -1
- data/app/pb_kits/playbook/pb_section_separator/section_separator.test.js +165 -0
- data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +17 -6
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.html.erb +41 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.jsx +80 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.md +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default.html.erb +8 -4
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default.jsx +5 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default.md +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.html.erb +3 -1
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +8 -3
- data/app/pb_kits/playbook/pb_text_input/text_input.test.js +38 -0
- data/app/pb_kits/playbook/pb_timestamp/_timestamp.tsx +24 -8
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb +0 -10
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx +0 -9
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb +3 -17
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx +0 -15
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +0 -2
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +0 -2
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md +5 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb +12 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx +25 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb +4 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx +17 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb +18 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx +44 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb +0 -14
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx +0 -14
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +0 -4
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +0 -4
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md +5 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb +16 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx +30 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb +16 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx +30 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb +26 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx +41 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +18 -6
- data/app/pb_kits/playbook/pb_timestamp/docs/index.js +6 -0
- data/app/pb_kits/playbook/pb_timestamp/timestamp.rb +29 -7
- data/app/pb_kits/playbook/pb_timestamp/timestamp.test.js +69 -4
- data/dist/chunks/{_line_graph-CIyKqNGy.js → _line_graph-BnK1i7QI.js} +1 -1
- data/dist/chunks/_typeahead-pbS3fEzb.js +6 -0
- data/dist/chunks/_weekday_stacked-x-syST1P.js +37 -0
- data/dist/chunks/componentRegistry-DzmmLR2x.js +1 -0
- data/dist/chunks/{lib-DgtxnJqa.js → lib-QZuu1ltS.js} +2 -2
- data/dist/chunks/{pb_form_validation-_NsOWfBS.js → pb_form_validation-CleM960_.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +15 -1
- data/dist/playbook-doc.js +2 -2
- 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/engine.rb +0 -1
- data/lib/playbook/forms/builder/form_field_builder.rb +37 -2
- data/lib/playbook/kit_base.rb +23 -2
- data/lib/playbook/version.rb +2 -2
- metadata +112 -28
- data/app/pb_kits/playbook/pb_dialog/dialogHelper.js +0 -65
- data/app/pb_kits/playbook/pb_timestamp/docs/_time_stamp_default.md +0 -1
- data/dist/chunks/_typeahead-B-mDRLxH.js +0 -6
- data/dist/chunks/_weekday_stacked-B_lp1Spt.js +0 -37
|
@@ -210,10 +210,12 @@ const DatePicker = (props: DatePickerProps): React.ReactElement => {
|
|
|
210
210
|
className="input_wrapper"
|
|
211
211
|
>
|
|
212
212
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
213
|
+
{!hideLabel && (
|
|
214
|
+
<Caption
|
|
215
|
+
className="pb_date_picker_kit_label"
|
|
216
|
+
text={label}
|
|
217
|
+
/>
|
|
218
|
+
)}
|
|
217
219
|
<>
|
|
218
220
|
<div className="date_picker_input_wrapper">
|
|
219
221
|
<input
|
|
@@ -89,6 +89,48 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
+
// Helper function to get min/max years based on yearRange. If minDate/maxDate provided, grab year from those values
|
|
93
|
+
const getMinMaxYears = () => {
|
|
94
|
+
const [minYear, maxYear] = yearRange;
|
|
95
|
+
|
|
96
|
+
const extractYear = (dateOption: typeof minDate | typeof maxDate): number | null => {
|
|
97
|
+
if (!dateOption) return null;
|
|
98
|
+
|
|
99
|
+
// If it's already a number, assume it's a year
|
|
100
|
+
if (typeof dateOption === 'number') {
|
|
101
|
+
return dateOption;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// If it's a string, extract year with regex
|
|
105
|
+
if (typeof dateOption === 'string') {
|
|
106
|
+
const match = dateOption.match(/\b(19|20)\d{2}\b/);
|
|
107
|
+
return match ? parseInt(match[0], 10) : null;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// If it's a Date object, get the year directly
|
|
111
|
+
if (dateOption instanceof Date) {
|
|
112
|
+
return dateOption.getFullYear();
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
return null;
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
const setMinYear = minDate ? (extractYear(minDate) ?? minYear) : minYear;
|
|
119
|
+
const setMaxYear = maxDate ? (extractYear(maxDate) ?? maxYear) : maxYear;
|
|
120
|
+
|
|
121
|
+
return { setMinYear, setMaxYear };
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
const { setMinYear, setMaxYear } = getMinMaxYears()
|
|
125
|
+
|
|
126
|
+
// Helper function to get min/max dates based on yearRange
|
|
127
|
+
const getMinMaxDates = () => {
|
|
128
|
+
const setMinDate = minDate || `01/01/${setMinYear}`
|
|
129
|
+
const setMaxDate = maxDate || `12/31/${setMaxYear}`
|
|
130
|
+
|
|
131
|
+
return { setMinDate, setMaxDate }
|
|
132
|
+
}
|
|
133
|
+
|
|
92
134
|
const disabledWeekDays = () => {
|
|
93
135
|
return (
|
|
94
136
|
[
|
|
@@ -201,6 +243,8 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
|
201
243
|
// | Flatpickr initializer w/ config |
|
|
202
244
|
// ===========================================================
|
|
203
245
|
|
|
246
|
+
const { setMinDate, setMaxDate } = getMinMaxDates()
|
|
247
|
+
|
|
204
248
|
flatpickr(`#${pickerId}`, {
|
|
205
249
|
allowInput,
|
|
206
250
|
closeOnSelect,
|
|
@@ -212,8 +256,8 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
|
212
256
|
locale: {
|
|
213
257
|
rangeSeparator: ' to '
|
|
214
258
|
},
|
|
215
|
-
maxDate,
|
|
216
|
-
minDate,
|
|
259
|
+
maxDate: setMaxDate,
|
|
260
|
+
minDate: setMinDate,
|
|
217
261
|
mode,
|
|
218
262
|
nextArrow: '<i class="far fa-angle-right"></i>',
|
|
219
263
|
onOpen: [() => {
|
|
@@ -250,7 +294,7 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
|
250
294
|
|
|
251
295
|
// create html option tags for desired years
|
|
252
296
|
let years = ''
|
|
253
|
-
for (let year =
|
|
297
|
+
for (let year = setMaxYear; year >= setMinYear; year--) {
|
|
254
298
|
years += `<option value="${year}">${year}</option>`
|
|
255
299
|
}
|
|
256
300
|
|
|
@@ -323,7 +367,7 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
|
323
367
|
}
|
|
324
368
|
// === End of Automatic Sync Logic ===
|
|
325
369
|
|
|
326
|
-
|
|
370
|
+
|
|
327
371
|
// Adding dropdown icons to year and month select
|
|
328
372
|
dropdown.insertAdjacentHTML('afterend', `<i class="year-dropdown-icon">${angleDown}</i>`)
|
|
329
373
|
if (picker.monthElements[0].parentElement) {
|
|
@@ -12,10 +12,14 @@ export const CloseIcon = (props: CloseIconProps): React.ReactElement => {
|
|
|
12
12
|
const timesIcon = getAllIcons()["times"]
|
|
13
13
|
return (
|
|
14
14
|
<div
|
|
15
|
+
aria-label="Close Dialog"
|
|
15
16
|
className="pb_dialog_close_icon"
|
|
16
|
-
onClick={onClose}
|
|
17
|
+
onClick={onClose}
|
|
18
|
+
role="button"
|
|
19
|
+
tabIndex={0}
|
|
17
20
|
>
|
|
18
21
|
<Icon
|
|
22
|
+
aria={{ "hidden": true }}
|
|
19
23
|
className="svg-inline--fa"
|
|
20
24
|
customIcon={timesIcon.icon as unknown as { [key: string]: SVGElement }}
|
|
21
25
|
fixedWidth
|
|
@@ -73,8 +73,8 @@ const Dialog = (props: DialogProps): React.ReactElement => {
|
|
|
73
73
|
const ariaProps = buildAriaProps(aria);
|
|
74
74
|
const dataProps = buildDataProps(data)
|
|
75
75
|
const htmlProps = buildHtmlProps(htmlOptions);
|
|
76
|
-
const
|
|
77
|
-
base: classnames("pb_dialog", buildCss("pb_dialog", size, placement)),
|
|
76
|
+
const classes = {
|
|
77
|
+
base: classnames("pb_dialog", buildCss("pb_dialog", size, placement), globalProps(props), className),
|
|
78
78
|
afterOpen: "pb_dialog_after_open",
|
|
79
79
|
beforeClose: "pb_dialog_before_close",
|
|
80
80
|
};
|
|
@@ -93,10 +93,8 @@ const Dialog = (props: DialogProps): React.ReactElement => {
|
|
|
93
93
|
|
|
94
94
|
const dynamicInlineProps = globalInlineProps(props);
|
|
95
95
|
|
|
96
|
-
const
|
|
96
|
+
const wrapperClasses = classnames(
|
|
97
97
|
buildCss("pb_dialog_wrapper"),
|
|
98
|
-
globalProps(props),
|
|
99
|
-
className
|
|
100
98
|
);
|
|
101
99
|
|
|
102
100
|
const [triggerOpened, setTriggerOpened] = useState(false),
|
|
@@ -173,13 +171,13 @@ const Dialog = (props: DialogProps): React.ReactElement => {
|
|
|
173
171
|
{...ariaProps}
|
|
174
172
|
{...dataProps}
|
|
175
173
|
{...htmlProps}
|
|
176
|
-
className={
|
|
174
|
+
className={wrapperClasses}
|
|
177
175
|
>
|
|
178
176
|
<Modal
|
|
179
177
|
ariaHideApp={false}
|
|
180
|
-
className={
|
|
178
|
+
className={classes}
|
|
181
179
|
closeTimeoutMS={200}
|
|
182
|
-
contentLabel="
|
|
180
|
+
contentLabel="Dialog"
|
|
183
181
|
id={id}
|
|
184
182
|
isOpen={modalIsOpened}
|
|
185
183
|
onRequestClose={onClose}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
data-cancel-button-id="<%= object.cancel_button_id %>"
|
|
13
13
|
<% end %>
|
|
14
14
|
>
|
|
15
|
-
<%= pb_content_tag(:dialog) do %>
|
|
15
|
+
<%= pb_content_tag(:dialog, role: "dialog", "aria-modal": "true", "aria-label": "Dialog") do %>
|
|
16
16
|
<% if object.status === "" && object.title %>
|
|
17
17
|
<%= pb_rails("dialog/dialog_header", props: { title: object.title, id: object.id }) %>
|
|
18
18
|
<% end %>
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
<%= pb_rails("flex", props: {classname:object.classname, spacing:"between", padding:"sm", align:"center"}) do %>
|
|
3
3
|
<%= content.presence || object.title %>
|
|
4
4
|
|
|
5
|
-
<button class="dialog-button-class pb_dialog_close_icon" type="button" data-close-dialog= <%= object.id %> >
|
|
6
|
-
<%= pb_rails("icon", props: { custom_icon: Playbook::Engine::root.join(times_icon) }) %>
|
|
5
|
+
<button class="dialog-button-class pb_dialog_close_icon" type="button" data-close-dialog= <%= object.id %> aria-label="Close Dialog" >
|
|
6
|
+
<%= pb_rails("icon", props: { custom_icon: Playbook::Engine::root.join(times_icon), aria: { hidden: true } }) %>
|
|
7
7
|
</button>
|
|
8
8
|
<% end %>
|
|
9
9
|
<%= pb_rails("section_separator") %>
|
|
@@ -35,6 +35,7 @@ type FixedConfirmationToastProps = {
|
|
|
35
35
|
|
|
36
36
|
const FixedConfirmationToast = (props: FixedConfirmationToastProps): React.ReactElement => {
|
|
37
37
|
const [showToast, toggleToast] = useState(true);
|
|
38
|
+
|
|
38
39
|
const {
|
|
39
40
|
autoClose = 0,
|
|
40
41
|
children,
|
|
@@ -87,8 +88,15 @@ const FixedConfirmationToast = (props: FixedConfirmationToastProps): React.React
|
|
|
87
88
|
<>
|
|
88
89
|
{showToast && (
|
|
89
90
|
<div
|
|
91
|
+
aria-atomic="true"
|
|
92
|
+
aria-live="polite"
|
|
90
93
|
className={css}
|
|
91
94
|
onClick={handleClick}
|
|
95
|
+
onKeyDown={(e) => {
|
|
96
|
+
if (e.key === "Enter" || e.key === " ") handleClick();
|
|
97
|
+
}}
|
|
98
|
+
role="status"
|
|
99
|
+
tabIndex={0}
|
|
92
100
|
{...htmlProps}
|
|
93
101
|
>
|
|
94
102
|
{returnedIcon && icon !== "none" && (
|
|
@@ -111,6 +119,7 @@ const FixedConfirmationToast = (props: FixedConfirmationToastProps): React.React
|
|
|
111
119
|
|
|
112
120
|
{closeable && (
|
|
113
121
|
<Icon
|
|
122
|
+
aria={{ "label": "Close Toast" }}
|
|
114
123
|
className="pb_icon"
|
|
115
124
|
cursor="pointer"
|
|
116
125
|
fixedWidth={false}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<%= pb_content_tag do %>
|
|
1
|
+
<%= pb_content_tag(:div, "aria-atomic": "true", "aria-live": "polite", role: "status", tabindex: 0, onkeydown: "if(event.key==='Enter'||event.key===' '){ this.remove(); }" ) do %>
|
|
2
2
|
<% if object.icon_value && object.icon_value != "none" %>
|
|
3
|
-
<%= pb_rails("icon", props: { icon: object.icon_value, classname: "pb_icon", fixed_width: true }) %>
|
|
3
|
+
<%= pb_rails("icon", props: { icon: object.icon_value, classname: "pb_icon", fixed_width: true, aria: { "aria-label": "#{object.icon_value} icon" } }) %>
|
|
4
4
|
<% end %>
|
|
5
5
|
<% if content %>
|
|
6
6
|
<%= content %>
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
<%= pb_rails("title", props: { text: object.text, size: 4, flex: "1", classname: "pb_fixed_confirmation_toast_text" }) %>
|
|
9
9
|
<% end %>
|
|
10
10
|
|
|
11
|
-
<%= pb_rails("icon", props: { icon: "times", classname: "pb_icon", cursor: "pointer", fixed_width: true }) if object.closeable %>
|
|
11
|
+
<%= pb_rails("icon", props: { icon: "times", classname: "pb_icon", cursor: "pointer", fixed_width: true, aria: { "aria-label": "Close Toast" } }) if object.closeable %>
|
|
12
12
|
<% end %>
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
<%= pb_form_with(scope: :example, url: "", method: :get) do |form| %>
|
|
92
92
|
<%= form.typeahead :example_typeahead, props: { data: { typeahead_example1: true, user: {} }, label: true, placeholder: "Search for a user" } %>
|
|
93
93
|
<%= form.text_field :example_text_field, props: { label: true } %>
|
|
94
|
+
<%= form.text_field :example_text_field_2, props: { label: "Text Field Custom Label" } %>
|
|
94
95
|
<%= form.phone_number_field :example_phone_number_field, props: { label: "Example phone field", hidden_inputs: true } %>
|
|
95
96
|
<%= form.email_field :example_email_field, props: { label: true } %>
|
|
96
97
|
<%= form.number_field :example_number_field, props: { label: true } %>
|
|
@@ -20,7 +20,7 @@ export type IconSizes = "lg"
|
|
|
20
20
|
| ""
|
|
21
21
|
|
|
22
22
|
type IconProps = {
|
|
23
|
-
aria?: {[key: string]: string}
|
|
23
|
+
aria?: { [key: string]: string | boolean }
|
|
24
24
|
border?: string,
|
|
25
25
|
className?: string,
|
|
26
26
|
color?: string,
|
|
@@ -211,7 +211,15 @@ const Icon = (props: IconProps) => {
|
|
|
211
211
|
)
|
|
212
212
|
|
|
213
213
|
aria.label ? null : aria.label = `${icon} icon`
|
|
214
|
-
|
|
214
|
+
|
|
215
|
+
const normalizedAria: { [key: string]: string } = Object.fromEntries(
|
|
216
|
+
Object.entries(aria).map(([key, value]) => [
|
|
217
|
+
key,
|
|
218
|
+
typeof value === "boolean" ? String(value) : value,
|
|
219
|
+
])
|
|
220
|
+
)
|
|
221
|
+
|
|
222
|
+
const ariaProps = buildAriaProps(normalizedAria)
|
|
215
223
|
const dataProps: {[key: string]: any} = buildDataProps(data)
|
|
216
224
|
const htmlProps = buildHtmlProps(htmlOptions)
|
|
217
225
|
|
|
@@ -222,6 +230,7 @@ const Icon = (props: IconProps) => {
|
|
|
222
230
|
<>
|
|
223
231
|
{
|
|
224
232
|
React.cloneElement(iconElement || customIcon, {
|
|
233
|
+
...ariaProps,
|
|
225
234
|
...dataProps,
|
|
226
235
|
...htmlProps,
|
|
227
236
|
className: classes,
|
|
@@ -237,6 +246,7 @@ const Icon = (props: IconProps) => {
|
|
|
237
246
|
return (
|
|
238
247
|
<>
|
|
239
248
|
<span
|
|
249
|
+
{...ariaProps}
|
|
240
250
|
{...dataProps}
|
|
241
251
|
{...htmlProps}
|
|
242
252
|
className={classesEmoji}
|
|
@@ -250,6 +260,7 @@ const Icon = (props: IconProps) => {
|
|
|
250
260
|
return (
|
|
251
261
|
<>
|
|
252
262
|
<i
|
|
263
|
+
{...ariaProps}
|
|
253
264
|
{...dataProps}
|
|
254
265
|
{...htmlProps}
|
|
255
266
|
className={classes}
|
|
@@ -110,12 +110,20 @@ module Playbook
|
|
|
110
110
|
svg["class"] = %w[pb_custom_icon svg-inline--fa].concat([object.custom_icon_classname]).join(" ")
|
|
111
111
|
svg["id"] = object.id
|
|
112
112
|
svg["data"] = object.data
|
|
113
|
-
svg["aria"] = object.aria
|
|
114
113
|
svg["height"] = "auto"
|
|
115
114
|
svg["width"] = "auto"
|
|
116
115
|
svg["tabindex"] = object.tabindex
|
|
117
116
|
fill_color = object.color || "currentColor"
|
|
118
117
|
doc.at_css("path")["fill"] = fill_color
|
|
118
|
+
|
|
119
|
+
if object.aria.present?
|
|
120
|
+
object.aria.each do |key, value|
|
|
121
|
+
k = key.to_s
|
|
122
|
+
attr = k.start_with?("aria-") ? k : "aria-#{k.tr('_', '-')}"
|
|
123
|
+
svg[attr] = value
|
|
124
|
+
end
|
|
125
|
+
end
|
|
126
|
+
|
|
119
127
|
raw doc
|
|
120
128
|
rescue OpenURI::HTTPError, StandardError
|
|
121
129
|
# Handle any exceptions and return an empty string
|
|
@@ -16,6 +16,7 @@ type LoadingInlineProps = {
|
|
|
16
16
|
htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
|
|
17
17
|
id?: string,
|
|
18
18
|
text?: string,
|
|
19
|
+
variant?: "dotted" | "solid" ,
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
const LoadingInline = (props: LoadingInlineProps) => {
|
|
@@ -28,6 +29,7 @@ const LoadingInline = (props: LoadingInlineProps) => {
|
|
|
28
29
|
htmlOptions = {},
|
|
29
30
|
id,
|
|
30
31
|
text = ' Loading',
|
|
32
|
+
variant = 'dotted',
|
|
31
33
|
} = props
|
|
32
34
|
|
|
33
35
|
const ariaProps = buildAriaProps(aria)
|
|
@@ -54,7 +56,7 @@ const LoadingInline = (props: LoadingInlineProps) => {
|
|
|
54
56
|
<Icon
|
|
55
57
|
aria={{ label: 'loading icon' }}
|
|
56
58
|
fixedWidth
|
|
57
|
-
icon=
|
|
59
|
+
icon={variant === 'dotted' ? 'spinner' : variant === 'solid' ? 'circle-notch' : undefined}
|
|
58
60
|
pulse
|
|
59
61
|
/>
|
|
60
62
|
{text}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react'
|
|
2
|
+
import { LoadingInline } from 'playbook-ui'
|
|
3
|
+
|
|
4
|
+
const LoadingInlineVariant = (props) => {
|
|
5
|
+
return (
|
|
6
|
+
<div>
|
|
7
|
+
<LoadingInline
|
|
8
|
+
text=" Dotted Spinner"
|
|
9
|
+
variant="dotted"
|
|
10
|
+
{...props}
|
|
11
|
+
/>
|
|
12
|
+
|
|
13
|
+
<br />
|
|
14
|
+
|
|
15
|
+
<LoadingInline
|
|
16
|
+
text=" Solid Spinner"
|
|
17
|
+
variant="solid"
|
|
18
|
+
{...props}
|
|
19
|
+
/>
|
|
20
|
+
</div>
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export default LoadingInlineVariant
|
|
@@ -3,9 +3,11 @@ examples:
|
|
|
3
3
|
rails:
|
|
4
4
|
- loading_inline_default: Default
|
|
5
5
|
- loading_inline_custom: Custom Text
|
|
6
|
+
- loading_inline_variant: Variant
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
react:
|
|
10
11
|
- loading_inline_default: Default
|
|
11
12
|
- loading_inline_custom: Custom Text
|
|
13
|
+
- loading_inline_variant: Variant
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<%= pb_content_tag do %>
|
|
2
2
|
|
|
3
3
|
<%= pb_rails("body", props: { color: "light", dark: object.dark }) do %>
|
|
4
|
-
<%= pb_rails("icon", props: { aria: { label: "loading icon" }, fixed_width: true, icon:
|
|
4
|
+
<%= pb_rails("icon", props: { aria: { label: "loading icon" }, fixed_width: true, icon: object.spinner_icon, pulse: true }) %> <%= object.text %>
|
|
5
5
|
<% end %>
|
|
6
6
|
<% end %>
|
|
@@ -8,10 +8,21 @@ module Playbook
|
|
|
8
8
|
default: "left"
|
|
9
9
|
prop :dark, type: Playbook::Props::Boolean, default: false
|
|
10
10
|
prop :text, type: Playbook::Props::String, default: "Loading"
|
|
11
|
+
prop :variant, type: Playbook::Props::Enum,
|
|
12
|
+
values: %w[dotted solid],
|
|
13
|
+
default: "dotted"
|
|
11
14
|
|
|
12
15
|
def classname
|
|
13
16
|
generate_classname("pb_loading_inline_kit", align)
|
|
14
17
|
end
|
|
18
|
+
|
|
19
|
+
def spinner_icon
|
|
20
|
+
if variant == "dotted"
|
|
21
|
+
"spinner"
|
|
22
|
+
elsif variant == "solid"
|
|
23
|
+
"circle-notch"
|
|
24
|
+
end
|
|
25
|
+
end
|
|
15
26
|
end
|
|
16
27
|
end
|
|
17
28
|
end
|
|
@@ -140,7 +140,8 @@ const { filteredPadding, filteredMargin } = filterItemSpacing(itemSpacing);
|
|
|
140
140
|
delete filteredProps?.marginLeft;
|
|
141
141
|
|
|
142
142
|
|
|
143
|
-
const
|
|
143
|
+
const isLink = !!link
|
|
144
|
+
const Tag = isLink ? "a" : "div"
|
|
144
145
|
const activeClass = active === true ? "active" : "";
|
|
145
146
|
const highlightedBorderClass = active === true && highlighted_border === false ? "highlighted_border_none" : "";
|
|
146
147
|
const collapsibleTrailClass = collapsible && collapsibleTrail ? "collapsible_trail" : "";
|
|
@@ -200,6 +201,13 @@ const { filteredPadding, filteredMargin } = filterItemSpacing(itemSpacing);
|
|
|
200
201
|
|
|
201
202
|
const collapsibleClasses = buildCss("collapsible_nav_wrapper", activeClass, highlightedBorderClass, collapsibleTrailClass)
|
|
202
203
|
|
|
204
|
+
const handleKeyDown = (e: React.KeyboardEvent) => {
|
|
205
|
+
if (!isLink && (e.key === "Enter" || e.key === " ")) {
|
|
206
|
+
e.preventDefault()
|
|
207
|
+
onClick?.()
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
203
211
|
return (
|
|
204
212
|
<>
|
|
205
213
|
{collapsible ? (
|
|
@@ -222,15 +230,18 @@ const { filteredPadding, filteredMargin } = filterItemSpacing(itemSpacing);
|
|
|
222
230
|
{...dataProps}
|
|
223
231
|
{...htmlProps}
|
|
224
232
|
className={classes}
|
|
225
|
-
href={link}
|
|
233
|
+
href={isLink ? link : undefined}
|
|
226
234
|
id={id}
|
|
227
|
-
|
|
235
|
+
role={!isLink ? "button" : undefined}
|
|
236
|
+
tabIndex={!isLink ? 0 : undefined}
|
|
237
|
+
target={isLink ? target : undefined}
|
|
228
238
|
>
|
|
229
239
|
{imageUrl && (
|
|
230
240
|
<div
|
|
231
241
|
className="pb_nav_list_item_icon_section_collapsible"
|
|
232
242
|
key={imageUrl}
|
|
233
243
|
onClick={(e) => handleIconClick(e)}
|
|
244
|
+
onKeyDown={!isLink ? handleKeyDown : undefined}
|
|
234
245
|
>
|
|
235
246
|
<Image className="pb_nav_img_wrapper"
|
|
236
247
|
url={imageUrl}
|
|
@@ -265,10 +276,13 @@ const { filteredPadding, filteredMargin } = filterItemSpacing(itemSpacing);
|
|
|
265
276
|
{...dataProps}
|
|
266
277
|
{...htmlProps}
|
|
267
278
|
className={classes}
|
|
268
|
-
href={link}
|
|
279
|
+
href={isLink ? link : undefined}
|
|
269
280
|
id={id}
|
|
270
281
|
onClick={onClick}
|
|
271
|
-
|
|
282
|
+
onKeyDown={!isLink ? handleKeyDown : undefined}
|
|
283
|
+
role={!isLink ? "button" : undefined}
|
|
284
|
+
tabIndex={!isLink ? 0 : undefined}
|
|
285
|
+
target={isLink ? target : undefined}
|
|
272
286
|
>
|
|
273
287
|
{imageUrl && (
|
|
274
288
|
<div className="pb_nav_list_item_icon_section"
|
|
@@ -48,3 +48,30 @@
|
|
|
48
48
|
&:hover { cursor: pointer; }
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
+
|
|
52
|
+
.pb_nav_extended_underline {
|
|
53
|
+
position: relative;
|
|
54
|
+
|
|
55
|
+
// Add full-width border using pseudo-element so as not to break the active item border
|
|
56
|
+
&::after {
|
|
57
|
+
content: '';
|
|
58
|
+
position: absolute;
|
|
59
|
+
bottom: 0;
|
|
60
|
+
left: 0;
|
|
61
|
+
right: 0;
|
|
62
|
+
height: 3px;
|
|
63
|
+
background-color: $border_light;
|
|
64
|
+
z-index: 1;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.pb_nav_list_kit_item_active.pb_nav_list_item_link {
|
|
68
|
+
position: relative;
|
|
69
|
+
z-index: 2;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&.dark {
|
|
73
|
+
&::after {
|
|
74
|
+
background-color: rgba($white, $opacity_3);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -117,3 +117,19 @@ test('should change variant', () => {
|
|
|
117
117
|
const kit = screen.getByTestId(navTestId)
|
|
118
118
|
expect(kit).toHaveClass('pb_nav_list_subtle_vertical_highlight')
|
|
119
119
|
})
|
|
120
|
+
|
|
121
|
+
test('extendedUnderline should work as expected', () => {
|
|
122
|
+
render(
|
|
123
|
+
<NavDefault extendedUnderline
|
|
124
|
+
orientation="horizontal"
|
|
125
|
+
/>
|
|
126
|
+
)
|
|
127
|
+
const kit = screen.getByTestId(navTestId)
|
|
128
|
+
expect(kit).toHaveClass('pb_nav_extended_underline')
|
|
129
|
+
})
|
|
130
|
+
|
|
131
|
+
test('extendedUnderline should not be applied when orientation is vertical', () => {
|
|
132
|
+
render(<NavDefault extendedUnderline />)
|
|
133
|
+
const kit = screen.getByTestId(navTestId)
|
|
134
|
+
expect(kit).not.toHaveClass('pb_nav_extended_underline')
|
|
135
|
+
})
|
|
@@ -14,6 +14,7 @@ type NavProps = {
|
|
|
14
14
|
className?: string | string[],
|
|
15
15
|
data?: Record<string, unknown>,
|
|
16
16
|
dark?: boolean,
|
|
17
|
+
extendedUnderline?: boolean,
|
|
17
18
|
highlight?: boolean,
|
|
18
19
|
htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
|
|
19
20
|
id?: string,
|
|
@@ -33,6 +34,7 @@ const Nav = (props: NavProps): React.ReactElement => {
|
|
|
33
34
|
className,
|
|
34
35
|
data = {},
|
|
35
36
|
dark = false,
|
|
37
|
+
extendedUnderline = false,
|
|
36
38
|
highlight = true,
|
|
37
39
|
htmlOptions = {},
|
|
38
40
|
id,
|
|
@@ -52,6 +54,9 @@ const Nav = (props: NavProps): React.ReactElement => {
|
|
|
52
54
|
highlight: highlight,
|
|
53
55
|
borderless: borderless,
|
|
54
56
|
}),
|
|
57
|
+
// extended underline is only applicable for horizontal normal nav, should not
|
|
58
|
+
// affect other variants or orientations
|
|
59
|
+
variant === 'normal' && orientation === 'horizontal' && extendedUnderline && 'pb_nav_extended_underline',
|
|
55
60
|
globalProps(props),
|
|
56
61
|
className
|
|
57
62
|
)
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<%= pb_rails("nav", props: { orientation: "horizontal", extended_underline: true }) do %>
|
|
2
|
+
<%= pb_rails("nav/item", props: { text: "About", link: "#" }) %>
|
|
3
|
+
<%= pb_rails("nav/item", props: { text: "Case Studies", link: "#", active: true }) %>
|
|
4
|
+
<%= pb_rails("nav/item", props: { text: "Service ", link: "#" }) %>
|
|
5
|
+
<%= pb_rails("nav/item", props: { text: "Contacts", link: "#" }) %>
|
|
6
|
+
<% end %>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import React from 'react'
|
|
2
|
+
|
|
3
|
+
import Nav from '../_nav'
|
|
4
|
+
import NavItem from '../_item'
|
|
5
|
+
|
|
6
|
+
const HorizontalNavExtendedunderline = (props) => {
|
|
7
|
+
return (
|
|
8
|
+
<Nav
|
|
9
|
+
extendedUnderline
|
|
10
|
+
link="#"
|
|
11
|
+
orientation="horizontal"
|
|
12
|
+
{...props}
|
|
13
|
+
>
|
|
14
|
+
<NavItem
|
|
15
|
+
link="#"
|
|
16
|
+
text="About"
|
|
17
|
+
{...props}
|
|
18
|
+
/>
|
|
19
|
+
<NavItem
|
|
20
|
+
active
|
|
21
|
+
link="#"
|
|
22
|
+
text="Case Studies"
|
|
23
|
+
{...props}
|
|
24
|
+
/>
|
|
25
|
+
<NavItem
|
|
26
|
+
link="#"
|
|
27
|
+
text="Service"
|
|
28
|
+
{...props}
|
|
29
|
+
/>
|
|
30
|
+
<NavItem
|
|
31
|
+
link="#"
|
|
32
|
+
text="Contacts"
|
|
33
|
+
{...props}
|
|
34
|
+
/>
|
|
35
|
+
</Nav>
|
|
36
|
+
)
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export default HorizontalNavExtendedunderline
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
The optional `extendedUnderline`/`extended_underline` prop can be used with the default `normal` variant of the horizontal orientation of the nav to extend the underline to take up the full width of the container.
|