playbook_ui 15.0.0.pre.alpha.stimulusbutton10763 → 15.0.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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/_playbook.scss +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +11 -24
- data/app/pb_kits/playbook/pb_advanced_table/Components/VirtualizedTableView.tsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +2 -7
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +13 -67
- 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 +1 -0
- data/app/pb_kits/playbook/pb_button/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_card/_card.scss +4 -12
- data/app/pb_kits/playbook/pb_card/_card.tsx +3 -3
- data/app/pb_kits/playbook/pb_card/_card_mixin.scss +0 -10
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.html.erb +0 -3
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.jsx +0 -8
- data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.tsx +0 -2
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +0 -1
- data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +0 -1
- data/app/pb_kits/playbook/pb_contact/_contact.tsx +0 -5
- data/app/pb_kits/playbook/pb_contact/contact.rb +0 -4
- data/app/pb_kits/playbook/pb_contact/contact.test.js +1 -21
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb +1 -16
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx +0 -15
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb +0 -6
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx +0 -6
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.tsx +4 -6
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +4 -48
- data/app/pb_kits/playbook/pb_dialog/_close_icon.tsx +1 -5
- data/app/pb_kits/playbook/pb_dialog/_dialog.tsx +8 -6
- data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -1
- data/app/pb_kits/playbook/pb_dialog/dialogHelper.js +65 -0
- 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 +0 -9
- 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 +0 -1
- data/app/pb_kits/playbook/pb_icon/_icon.tsx +2 -13
- data/app/pb_kits/playbook/pb_icon/icon.rb +1 -9
- data/app/pb_kits/playbook/pb_icon_button/_icon_button.tsx +0 -1
- data/app/pb_kits/playbook/pb_icon_button/icon_button.html.erb +1 -2
- 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 +1 -3
- data/app/pb_kits/playbook/pb_loading_inline/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_loading_inline/docs/index.js +0 -1
- 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 +0 -11
- data/app/pb_kits/playbook/pb_nav/_item.tsx +5 -19
- data/app/pb_kits/playbook/pb_nav/_nav.scss +0 -27
- data/app/pb_kits/playbook/pb_nav/_nav.test.js +0 -16
- data/app/pb_kits/playbook/pb_nav/_nav.tsx +0 -5
- data/app/pb_kits/playbook/pb_nav/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_nav/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_nav/item.html.erb +2 -6
- data/app/pb_kits/playbook/pb_nav/nav.rb +1 -6
- 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_rich_text_editor/docs/_rich_text_editor_preview.html.erb +2 -2
- data/app/pb_kits/playbook/pb_section_separator/_section_separator.scss +5 -13
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb +0 -23
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx +7 -45
- data/app/pb_kits/playbook/pb_section_separator/section_separator.html.erb +1 -4
- data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +0 -3
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +0 -3
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +3 -2
- data/app/pb_kits/playbook/pb_text_input/text_input.test.js +0 -38
- data/app/pb_kits/playbook/pb_timestamp/_timestamp.tsx +8 -24
- data/app/pb_kits/playbook/pb_timestamp/docs/_time_stamp_default.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb +10 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx +9 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb +17 -3
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx +15 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +2 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +2 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb +14 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx +14 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +4 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +4 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +6 -18
- data/app/pb_kits/playbook/pb_timestamp/docs/index.js +0 -6
- data/app/pb_kits/playbook/pb_timestamp/timestamp.rb +7 -29
- data/app/pb_kits/playbook/pb_timestamp/timestamp.test.js +4 -69
- data/dist/chunks/{_line_graph-C9stNsP3.js → _line_graph-CIyKqNGy.js} +1 -1
- data/dist/chunks/_typeahead-B-mDRLxH.js +6 -0
- data/dist/chunks/_weekday_stacked-B_lp1Spt.js +37 -0
- data/dist/chunks/{lib-QZuu1ltS.js → lib-DgtxnJqa.js} +2 -2
- data/dist/chunks/{pb_form_validation-CleM960_.js → pb_form_validation-_NsOWfBS.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +1 -15
- 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 +1 -0
- data/lib/playbook/forms/builder/form_field_builder.rb +2 -37
- data/lib/playbook/kit_base.rb +2 -23
- data/lib/playbook/version.rb +2 -2
- metadata +28 -116
- data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.html.erb +0 -29
- data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.md +0 -5
- data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.html.erb +0 -18
- data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.md +0 -5
- data/app/pb_kits/playbook/pb_button/index.js +0 -99
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.md +0 -5
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb +0 -5
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx +0 -24
- data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.html.erb +0 -6
- data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.jsx +0 -39
- data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.md +0 -1
- 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 +0 -62
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.html.erb +0 -35
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.jsx +0 -49
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_rails.md +0 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_react.md +0 -2
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.html.erb +0 -38
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.jsx +0 -51
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.html.erb +0 -46
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.jsx +0 -62
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.md +0 -3
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.html.erb +0 -47
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.jsx +0 -60
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.html.erb +0 -25
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.jsx +0 -36
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_non_clickable.jsx +0 -44
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb +0 -100
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.jsx +0 -126
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.html.erb +0 -32
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.jsx +0 -48
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.html.erb +0 -68
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.jsx +0 -81
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.html.erb +0 -31
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.jsx +0 -42
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.md +0 -2
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.html.erb +0 -35
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.jsx +0 -51
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/example.yml +0 -27
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/index.js +0 -11
- data/app/pb_kits/playbook/pb_pb_bar_graph/pbBarGraphTheme.ts +0 -106
- data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.html.erb +0 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +0 -28
- data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +0 -31
- data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.scss +0 -3
- data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +0 -62
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb +0 -31
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx +0 -81
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb +0 -25
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.jsx +0 -40
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.md +0 -5
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.html.erb +0 -27
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.jsx +0 -39
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +0 -5
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.html.erb +0 -93
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.jsx +0 -131
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.md +0 -14
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.html.erb +0 -42
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.jsx +0 -58
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.html.erb +0 -24
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx +0 -38
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb +0 -22
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx +0 -33
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb +0 -118
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx +0 -144
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx +0 -60
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.html.erb +0 -24
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.jsx +0 -42
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.html.erb +0 -38
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx +0 -52
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/example.yml +0 -29
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/index.js +0 -11
- data/app/pb_kits/playbook/pb_pb_circle_chart/pbCircleChartTheme.ts +0 -88
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb +0 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +0 -28
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +0 -51
- data/app/pb_kits/playbook/pb_section_separator/section_separator.test.js +0 -165
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.html.erb +0 -41
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.jsx +0 -80
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.md +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md +0 -5
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb +0 -12
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx +0 -25
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb +0 -4
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx +0 -17
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb +0 -18
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx +0 -44
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md +0 -5
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb +0 -16
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx +0 -30
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb +0 -16
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx +0 -30
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb +0 -26
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx +0 -41
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md +0 -1
- data/dist/chunks/_typeahead-D3MtsWXG.js +0 -6
- data/dist/chunks/_weekday_stacked-BMwekyel.js +0 -37
- data/dist/chunks/componentRegistry-DzmmLR2x.js +0 -1
@@ -19,5 +19,4 @@ export { default as CollapsibleNavWithAllOptions} from "./_collapsible_nav_with_
|
|
19
19
|
export { default as NavWithFontControl } from "./_nav_with_font_control.jsx"
|
20
20
|
export { default as NavWithSpacingControl } from "./_nav_with_spacing_control.jsx"
|
21
21
|
export { default as CollapsibleNavItemSpacing } from "./_collapsible_nav_item_spacing.jsx"
|
22
|
-
export { default as CollapsibleNavNoIcon } from "./_collapsible_nav_no_icon.jsx"
|
23
|
-
export { default as HorizontalNavExtendedunderline } from './_horizontal_nav_extendedunderline.jsx'
|
22
|
+
export { default as CollapsibleNavNoIcon } from "./_collapsible_nav_no_icon.jsx"
|
@@ -3,9 +3,7 @@
|
|
3
3
|
<%= pb_rails("collapsible/collapsible_main", props: { name: "default-collapsible-nav", icon: object.collapsible_icons, size: "xs", dark: object.dark, classname:object.margin_classes }) do %>
|
4
4
|
<%= pb_content_tag( object.tag,
|
5
5
|
href: object.link && object.link,
|
6
|
-
target: object.link && object.target
|
7
|
-
onkeydown: !object.link ? "if(event.key==='Enter'||event.key===' '){event.preventDefault(); this.click();}" : nil,
|
8
|
-
tabindex: object.link ? nil : 0,
|
6
|
+
target: object.link && object.target
|
9
7
|
) do %>
|
10
8
|
<% if object.image_url %>
|
11
9
|
<%= pb_rails("image", props: { url: object.image_url, classname: "pb_nav_img_wrapper_collapsible" }) %>
|
@@ -25,9 +23,7 @@
|
|
25
23
|
<% else %>
|
26
24
|
<%= pb_content_tag( object.tag,
|
27
25
|
href: object.link && object.link,
|
28
|
-
target: object.link && object.target
|
29
|
-
onkeydown: !object.link ? "if(event.key==='Enter'||event.key===' '){event.preventDefault(); this.click();}" : nil,
|
30
|
-
tabindex: object.link ? nil : 0,
|
26
|
+
target: object.link && object.target
|
31
27
|
) do %>
|
32
28
|
<% if object.image_url %>
|
33
29
|
<%= pb_rails("image", props: { url: object.image_url, classname: "pb_nav_img_wrapper" }) %>
|
@@ -14,10 +14,9 @@ module Playbook
|
|
14
14
|
prop :highlight, type: Playbook::Props::Boolean, default: true
|
15
15
|
prop :borderless, type: Playbook::Props::Boolean, default: false
|
16
16
|
prop :tabbing, type: Playbook::Props::Boolean, default: false
|
17
|
-
prop :extended_underline, type: Playbook::Props::Boolean, default: false
|
18
17
|
|
19
18
|
def classname
|
20
|
-
generate_classname("pb_nav_list", variant, orientation, highlight_class, borderless_class)
|
19
|
+
generate_classname("pb_nav_list", variant, orientation, highlight_class, borderless_class)
|
21
20
|
end
|
22
21
|
|
23
22
|
def data
|
@@ -35,10 +34,6 @@ module Playbook
|
|
35
34
|
def borderless_class
|
36
35
|
borderless ? "borderless" : nil
|
37
36
|
end
|
38
|
-
|
39
|
-
def extended_underline_class
|
40
|
-
variant === "normal" && orientation === "horizontal" && extended_underline ? " pb_nav_extended_underline" : ""
|
41
|
-
end
|
42
37
|
end
|
43
38
|
end
|
44
39
|
end
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
<%= pb_rails("caption", props: { size: 'xs', text: "hello", id: "caption_breached" }) %>
|
6
6
|
|
7
|
-
|
8
|
-
window.addEventListener("
|
7
|
+
<%= javascript_tag do %>
|
8
|
+
window.addEventListener("DOMContentLoaded", () => {
|
9
9
|
|
10
10
|
// variables for the kits you are targeting
|
11
11
|
const passphrase = document.querySelector(".passphrase_breached").querySelector("input")
|
@@ -142,4 +142,4 @@
|
|
142
142
|
});
|
143
143
|
|
144
144
|
})
|
145
|
-
|
145
|
+
<% end %>
|
@@ -10,8 +10,8 @@
|
|
10
10
|
<%= pb_rails("caption", props: { size: 'xs', text: "hello", id: "caption_common" }) %>
|
11
11
|
|
12
12
|
|
13
|
-
|
14
|
-
window.addEventListener("
|
13
|
+
<%= javascript_tag do %>
|
14
|
+
window.addEventListener("DOMContentLoaded", () => {
|
15
15
|
|
16
16
|
const commonText = document.querySelector("#body_common")
|
17
17
|
|
@@ -133,4 +133,4 @@
|
|
133
133
|
});
|
134
134
|
|
135
135
|
})
|
136
|
-
|
136
|
+
<% end %>
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
<div id="match"> </div>
|
6
6
|
|
7
|
-
|
8
|
-
window.addEventListener("
|
7
|
+
<%= javascript_tag do %>
|
8
|
+
window.addEventListener("DOMContentLoaded", () => {
|
9
9
|
|
10
10
|
const useState = (defaultValue) => {
|
11
11
|
let value = defaultValue;
|
@@ -48,4 +48,4 @@
|
|
48
48
|
|
49
49
|
}
|
50
50
|
})
|
51
|
-
|
51
|
+
<% end %>
|
@@ -32,8 +32,8 @@
|
|
32
32
|
|
33
33
|
|
34
34
|
|
35
|
-
|
36
|
-
window.addEventListener("
|
35
|
+
<%= javascript_tag do %>
|
36
|
+
window.addEventListener("DOMContentLoaded", () => {
|
37
37
|
|
38
38
|
|
39
39
|
// variables for the passphrase kits you are targeting
|
@@ -320,4 +320,4 @@
|
|
320
320
|
|
321
321
|
|
322
322
|
})
|
323
|
-
|
323
|
+
<% end %>
|
@@ -7,8 +7,8 @@
|
|
7
7
|
<%= pb_rails("text_input", props: { label: "Passphrase Strength", value: "0", disabled: true, id: "calc_strength_change" }) %>
|
8
8
|
|
9
9
|
|
10
|
-
|
11
|
-
window.addEventListener("
|
10
|
+
<%= javascript_tag do %>
|
11
|
+
window.addEventListener("DOMContentLoaded", () => {
|
12
12
|
|
13
13
|
// variables for the kits you are targeting
|
14
14
|
const passphrase = document.querySelector(".passphrase_change").querySelector("input")
|
@@ -120,4 +120,4 @@
|
|
120
120
|
});
|
121
121
|
|
122
122
|
})
|
123
|
-
|
123
|
+
<% end %>
|
@@ -13,8 +13,8 @@
|
|
13
13
|
<script>
|
14
14
|
document.addEventListener('DOMContentLoaded', () => {
|
15
15
|
function handleButtonClick() {
|
16
|
-
const editorContainer = [...document.querySelectorAll('[data-
|
17
|
-
.find(element => element.getAttribute('data-
|
16
|
+
const editorContainer = [...document.querySelectorAll('[data-react-props]')]
|
17
|
+
.find(element => element.getAttribute('data-react-props')?.includes('"id":"content-preview-editor"'))
|
18
18
|
|
19
19
|
const editorElement = editorContainer?.querySelector('trix-editor')
|
20
20
|
const inputId = editorElement?.getAttribute('input')
|
@@ -53,13 +53,10 @@ $section_colors_dark: (
|
|
53
53
|
.pb_section_separator_vertical {
|
54
54
|
margin-left: $space_xs;
|
55
55
|
margin-right: $space_xs;
|
56
|
-
flex-direction: column;
|
57
56
|
&::before {
|
58
|
-
|
59
|
-
@include section_separator_vertical(false);
|
57
|
+
display: none;
|
60
58
|
}
|
61
59
|
&::after {
|
62
|
-
flex: 1;
|
63
60
|
@include section_separator_vertical(false);
|
64
61
|
}
|
65
62
|
}
|
@@ -90,7 +87,7 @@ $section_colors_dark: (
|
|
90
87
|
background: none;
|
91
88
|
}
|
92
89
|
&.pb_section_separator_vertical {
|
93
|
-
&::
|
90
|
+
&::after {
|
94
91
|
border: 1px dashed $color_value;
|
95
92
|
background: none;
|
96
93
|
}
|
@@ -109,7 +106,7 @@ $section_colors_dark: (
|
|
109
106
|
}
|
110
107
|
|
111
108
|
&.pb_section_separator_vertical {
|
112
|
-
&::
|
109
|
+
&::after {
|
113
110
|
@include section_separator_vertical(true);
|
114
111
|
}
|
115
112
|
}
|
@@ -118,11 +115,6 @@ $section_colors_dark: (
|
|
118
115
|
&::before, &::after {
|
119
116
|
@include section_separator_dashed(true);
|
120
117
|
}
|
121
|
-
&.pb_section_separator_vertical {
|
122
|
-
&::before, &::after {
|
123
|
-
@include section_separator_dashed(true);
|
124
|
-
}
|
125
|
-
}
|
126
118
|
}
|
127
119
|
}
|
128
120
|
|
@@ -134,7 +126,7 @@ $section_colors_dark: (
|
|
134
126
|
}
|
135
127
|
|
136
128
|
&.pb_section_separator_vertical {
|
137
|
-
&::
|
129
|
+
&::after {
|
138
130
|
@include section_separator_vertical(false);
|
139
131
|
background: $color_value;
|
140
132
|
}
|
@@ -146,7 +138,7 @@ $section_colors_dark: (
|
|
146
138
|
background: none;
|
147
139
|
}
|
148
140
|
&.pb_section_separator_vertical {
|
149
|
-
&::
|
141
|
+
&::after {
|
150
142
|
border: 1px dashed $color_value;
|
151
143
|
background: none;
|
152
144
|
}
|
@@ -11,27 +11,4 @@
|
|
11
11
|
padding_right: "xs"
|
12
12
|
}) %>
|
13
13
|
<% end %>
|
14
|
-
<% end %>
|
15
|
-
|
16
|
-
<%= pb_rails("flex", props: { classname: "flex-container", margin_top: "lg", vertical: "stretch" }) do %>
|
17
|
-
<%= pb_rails("body", props: { classname: "flex-item" }) do %>
|
18
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua
|
19
|
-
<% end %>
|
20
|
-
<%= pb_rails("section_separator", props: { orientation: "vertical" }) do %>
|
21
|
-
<%= pb_rails("card", props: {
|
22
|
-
border_radius: "rounded",
|
23
|
-
justify_content: "center",
|
24
|
-
padding: "none"
|
25
|
-
}) do %>
|
26
|
-
<%= pb_rails("caption", props: {
|
27
|
-
text: "TODAY",
|
28
|
-
size: "xs",
|
29
|
-
padding_left: "xs",
|
30
|
-
padding_right: "xs"
|
31
|
-
}) %>
|
32
|
-
<% end %>
|
33
|
-
<% end %>
|
34
|
-
<%= pb_rails("body", props: { classname: "flex-item" }) do %>
|
35
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua
|
36
|
-
<% end %>
|
37
14
|
<% end %>
|
@@ -2,25 +2,8 @@ import React from 'react'
|
|
2
2
|
import Card from '../../pb_card/_card'
|
3
3
|
import Caption from '../../pb_caption/_caption'
|
4
4
|
import SectionSeparator from '../../pb_section_separator/_section_separator'
|
5
|
-
import Flex from '../../pb_flex/_flex'
|
6
|
-
import FlexItem from '../../pb_flex/_flex_item'
|
7
5
|
|
8
|
-
const
|
9
|
-
<Card
|
10
|
-
borderRadius="rounded"
|
11
|
-
justifyContent="center"
|
12
|
-
padding="none"
|
13
|
-
>
|
14
|
-
<Caption
|
15
|
-
paddingLeft="xs"
|
16
|
-
paddingRight="xs"
|
17
|
-
size="xs"
|
18
|
-
text="TODAY"
|
19
|
-
/>
|
20
|
-
</Card>
|
21
|
-
)
|
22
|
-
|
23
|
-
const childrenVertical = (
|
6
|
+
const children = (
|
24
7
|
<Card
|
25
8
|
borderRadius="rounded"
|
26
9
|
justifyContent="center"
|
@@ -37,33 +20,12 @@ const childrenVertical = (
|
|
37
20
|
|
38
21
|
const SectionSeparatorChildren = (props) => {
|
39
22
|
return (
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
</SectionSeparator>
|
47
|
-
<Flex
|
48
|
-
inline="flex-container"
|
49
|
-
marginTop="lg"
|
50
|
-
vertical="stretch"
|
51
|
-
>
|
52
|
-
<FlexItem>
|
53
|
-
{'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua'}
|
54
|
-
</FlexItem>
|
55
|
-
<SectionSeparator
|
56
|
-
orientation="vertical"
|
57
|
-
{...props}
|
58
|
-
>
|
59
|
-
{childrenVertical}
|
60
|
-
</SectionSeparator>
|
61
|
-
<FlexItem>
|
62
|
-
{'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua'}
|
63
|
-
</FlexItem>
|
64
|
-
</Flex>
|
65
|
-
</>
|
66
|
-
|
23
|
+
<SectionSeparator
|
24
|
+
{...props}
|
25
|
+
lineStyle='dashed'
|
26
|
+
>
|
27
|
+
{children}
|
28
|
+
</SectionSeparator>
|
67
29
|
)
|
68
30
|
}
|
69
31
|
|
@@ -7,10 +7,7 @@
|
|
7
7
|
<% end %>
|
8
8
|
<% end %>
|
9
9
|
<% if object.orientation === 'vertical' %>
|
10
|
-
|
11
|
-
<%= content %>
|
12
|
-
<% elsif object.text %>
|
13
|
-
<span><%= pb_rails("caption", props: { text: object.text }) %></span>
|
10
|
+
<%= pb_rails("flex", props: { orientation: "column"}) do %>
|
14
11
|
<% end %>
|
15
12
|
<%end%>
|
16
13
|
<% end %>
|
@@ -36,7 +36,6 @@ type TextInputProps = {
|
|
36
36
|
alignment?: "right" | "left",
|
37
37
|
border?: boolean,
|
38
38
|
},
|
39
|
-
autoComplete?: boolean | string,
|
40
39
|
} & GlobalProps
|
41
40
|
|
42
41
|
const TextInput = (props: TextInputProps, ref: React.LegacyRef<HTMLInputElement>) => {
|
@@ -60,7 +59,6 @@ const TextInput = (props: TextInputProps, ref: React.LegacyRef<HTMLInputElement>
|
|
60
59
|
type = 'text',
|
61
60
|
value = '',
|
62
61
|
children = null,
|
63
|
-
autoComplete = true,
|
64
62
|
} = props
|
65
63
|
|
66
64
|
const ariaProps = buildAriaProps(aria)
|
@@ -144,7 +142,6 @@ const TextInput = (props: TextInputProps, ref: React.LegacyRef<HTMLInputElement>
|
|
144
142
|
childInput ? React.cloneElement(children, { className: "text_input" }) :
|
145
143
|
(<input
|
146
144
|
{...domSafeProps(props)}
|
147
|
-
autoComplete={typeof autoComplete === "string" ? autoComplete : ( autoComplete ? undefined : "off" )}
|
148
145
|
className="text_input"
|
149
146
|
disabled={disabled}
|
150
147
|
id={id}
|
@@ -9,8 +9,6 @@ examples:
|
|
9
9
|
- text_input_no_label: No Label
|
10
10
|
- text_input_options: Input Options
|
11
11
|
- text_input_mask: Mask
|
12
|
-
- text_input_autocomplete: Autocomplete
|
13
|
-
|
14
12
|
react:
|
15
13
|
- text_input_default: Default
|
16
14
|
- text_input_error: With Error
|
@@ -21,7 +19,6 @@ examples:
|
|
21
19
|
- text_input_no_label: No Label
|
22
20
|
- text_input_mask: Mask
|
23
21
|
- text_input_sanitize: Sanitized Masked Input
|
24
|
-
- text_input_autocomplete: Autocomplete
|
25
22
|
|
26
23
|
|
27
24
|
swift:
|
@@ -7,4 +7,3 @@ export { default as TextInputInline } from './_text_input_inline.jsx'
|
|
7
7
|
export { default as TextInputNoLabel } from './_text_input_no_label.jsx'
|
8
8
|
export { default as TextInputMask } from './_text_input_mask.jsx'
|
9
9
|
export { default as TextInputSanitize } from './_text_input_sanitize.jsx'
|
10
|
-
export { default as TextInputAutocomplete } from './_text_input_autocomplete.jsx'
|
@@ -15,7 +15,8 @@ module Playbook
|
|
15
15
|
"cvv" => '\d{3,4}',
|
16
16
|
}.freeze
|
17
17
|
|
18
|
-
prop :autocomplete,
|
18
|
+
prop :autocomplete, type: Playbook::Props::Boolean,
|
19
|
+
default: true
|
19
20
|
prop :disabled, type: Playbook::Props::Boolean,
|
20
21
|
default: false
|
21
22
|
prop :error
|
@@ -68,7 +69,7 @@ module Playbook
|
|
68
69
|
|
69
70
|
def all_input_options
|
70
71
|
{
|
71
|
-
autocomplete: autocomplete
|
72
|
+
autocomplete: autocomplete ? nil : "off",
|
72
73
|
class: "text_input #{input_options.dig(:classname) || ''}",
|
73
74
|
data: validation_data,
|
74
75
|
disabled: disabled,
|
@@ -306,41 +306,3 @@ test('returns masked CVV value', () => {
|
|
306
306
|
|
307
307
|
expect(input.value).toBe('')
|
308
308
|
})
|
309
|
-
|
310
|
-
test('adds autocomplete string attribute', () => {
|
311
|
-
render(
|
312
|
-
<TextInput
|
313
|
-
autoComplete="family-name"
|
314
|
-
data={{ testid: testId }}
|
315
|
-
/>
|
316
|
-
)
|
317
|
-
|
318
|
-
const kit = screen.getByTestId(testId)
|
319
|
-
const input = within(kit).getByRole('textbox')
|
320
|
-
expect(input).toHaveAttribute("autocomplete", "family-name")
|
321
|
-
})
|
322
|
-
|
323
|
-
test('adds autocomplete "off" attribute', () => {
|
324
|
-
render(
|
325
|
-
<TextInput
|
326
|
-
autoComplete={false}
|
327
|
-
data={{ testid: testId }}
|
328
|
-
/>
|
329
|
-
)
|
330
|
-
|
331
|
-
const kit = screen.getByTestId(testId)
|
332
|
-
const input = within(kit).getByRole('textbox')
|
333
|
-
expect(input).toHaveAttribute("autocomplete", "off")
|
334
|
-
})
|
335
|
-
|
336
|
-
test('does not add autocomplete attribute otherwise', () => {
|
337
|
-
render(
|
338
|
-
<TextInput
|
339
|
-
data={{ testid: testId }}
|
340
|
-
/>
|
341
|
-
)
|
342
|
-
|
343
|
-
const kit = screen.getByTestId(testId)
|
344
|
-
const input = within(kit).getByRole('textbox')
|
345
|
-
expect(input).not.toHaveAttribute("autocomplete")
|
346
|
-
})
|
@@ -18,11 +18,9 @@ type TimestampProps = {
|
|
18
18
|
timezone: string,
|
19
19
|
htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
|
20
20
|
id?: string,
|
21
|
-
showCurrentYear?: boolean,
|
22
21
|
showDate?: boolean,
|
23
22
|
showUser?: boolean,
|
24
23
|
hideUpdated?: boolean,
|
25
|
-
showTime?: boolean,
|
26
24
|
showTimezone?: boolean,
|
27
25
|
unstyled?: boolean,
|
28
26
|
variant?: "default" | "elapsed" | "updated"
|
@@ -39,11 +37,9 @@ const Timestamp = (props: TimestampProps): React.ReactElement => {
|
|
39
37
|
text,
|
40
38
|
timezone,
|
41
39
|
timestamp,
|
42
|
-
showCurrentYear = false,
|
43
40
|
showDate = true,
|
44
41
|
showUser = false,
|
45
42
|
hideUpdated = false,
|
46
|
-
showTime = true,
|
47
43
|
showTimezone = false,
|
48
44
|
unstyled = false,
|
49
45
|
variant = 'default',
|
@@ -59,6 +55,7 @@ const Timestamp = (props: TimestampProps): React.ReactElement => {
|
|
59
55
|
)
|
60
56
|
|
61
57
|
const currentYear = new Date().getFullYear().toString()
|
58
|
+
const dateDisplay = `${DateTime.toMonth(timestamp, timezone)} ${DateTime.toDay(timestamp, timezone)}`
|
62
59
|
const shouldShowUser = showUser == true && text.length > 0
|
63
60
|
const shouldShowTimezone = showTimezone == true && timezone.length > 0
|
64
61
|
const updatedText = hideUpdated ? "" : "Last updated"
|
@@ -73,26 +70,16 @@ const Timestamp = (props: TimestampProps): React.ReactElement => {
|
|
73
70
|
return timeDisplay
|
74
71
|
}
|
75
72
|
|
76
|
-
const baseDateDisplay = () => {
|
77
|
-
let display = `${DateTime.toMonth(timestamp, timezone)} ${DateTime.toDay(timestamp, timezone)}`
|
78
|
-
if (DateTime.toYear(timestamp, timezone).toString() !== currentYear || showCurrentYear) {
|
79
|
-
display = `${display}, ${DateTime.toYear(timestamp, timezone)}`
|
80
|
-
}
|
81
|
-
return display
|
82
|
-
}
|
83
|
-
|
84
73
|
const fullDateDisplay = () => {
|
85
|
-
|
86
|
-
|
74
|
+
let fullDisplay = `${DateTime.toMonth(timestamp, timezone)} ${DateTime.toDay(timestamp, timezone)}`
|
75
|
+
if (DateTime.toYear(timestamp, timezone).toString() !== currentYear) {
|
76
|
+
fullDisplay = `${fullDisplay}, ${DateTime.toYear(timestamp, timezone)}`
|
77
|
+
}
|
78
|
+
return `${fullDisplay} ${' \u00b7 '} ${fullTimeDisplay()}`
|
87
79
|
}
|
88
80
|
|
89
81
|
const formatUpdatedString = () => {
|
90
|
-
|
91
|
-
if (shouldShowUser) finalUpdatedString.push(`by ${text}`)
|
92
|
-
if (showDate && !showTime) finalUpdatedString.push(`on ${baseDateDisplay()}`)
|
93
|
-
if (showDate && showTime) finalUpdatedString.push(`on ${baseDateDisplay()} at ${timeDisplay}`)
|
94
|
-
if (showTime && !showDate) finalUpdatedString.push(`at ${timeDisplay}`)
|
95
|
-
return `Last updated ${finalUpdatedString.join(' ')}`
|
82
|
+
return `Last updated ${userDisplay} on ${dateDisplay} at ${timeDisplay}`
|
96
83
|
}
|
97
84
|
|
98
85
|
const formatElapsedString = () => {
|
@@ -106,10 +93,7 @@ const Timestamp = (props: TimestampProps): React.ReactElement => {
|
|
106
93
|
case 'elapsed':
|
107
94
|
return formatElapsedString()
|
108
95
|
default:
|
109
|
-
|
110
|
-
if (showDate && !showTime) return baseDateDisplay()
|
111
|
-
if (!showDate && showTime) return fullTimeDisplay()
|
112
|
-
return text
|
96
|
+
return showDate ? timestamp ? fullDateDisplay() : text : fullTimeDisplay()
|
113
97
|
}
|
114
98
|
}
|
115
99
|
|
@@ -0,0 +1 @@
|
|
1
|
+
Use these only to display status updates in areas that has a lot of data.
|
@@ -8,6 +8,7 @@
|
|
8
8
|
|
9
9
|
<%= pb_rails("timestamp", props: {
|
10
10
|
timestamp: DateTime.now,
|
11
|
+
show_date: true,
|
11
12
|
align: "left"
|
12
13
|
}) %>
|
13
14
|
|
@@ -15,6 +16,7 @@
|
|
15
16
|
|
16
17
|
<%= pb_rails("timestamp", props: {
|
17
18
|
timestamp: DateTime.now + 4.years,
|
19
|
+
show_date: true,
|
18
20
|
align: "left"
|
19
21
|
}) %>
|
20
22
|
|
@@ -22,6 +24,7 @@
|
|
22
24
|
|
23
25
|
<%= pb_rails("timestamp", props: {
|
24
26
|
timestamp: DateTime.now - 1.year,
|
27
|
+
show_date: true,
|
25
28
|
align: "left"
|
26
29
|
}) %>
|
27
30
|
|
@@ -37,6 +40,7 @@
|
|
37
40
|
|
38
41
|
<%= pb_rails("timestamp", props: {
|
39
42
|
timestamp: DateTime.now,
|
43
|
+
show_date: true,
|
40
44
|
align: "center"
|
41
45
|
}) %>
|
42
46
|
|
@@ -44,6 +48,7 @@
|
|
44
48
|
|
45
49
|
<%= pb_rails("timestamp", props: {
|
46
50
|
timestamp: DateTime.now + 4.years,
|
51
|
+
show_date: true,
|
47
52
|
align: "center"
|
48
53
|
}) %>
|
49
54
|
|
@@ -51,6 +56,7 @@
|
|
51
56
|
|
52
57
|
<%= pb_rails("timestamp", props: {
|
53
58
|
timestamp: DateTime.now - 1.year,
|
59
|
+
show_date: true,
|
54
60
|
align: "center"
|
55
61
|
}) %>
|
56
62
|
|
@@ -58,6 +64,7 @@
|
|
58
64
|
|
59
65
|
<%= pb_rails("timestamp", props: {
|
60
66
|
timestamp: DateTime.now,
|
67
|
+
show_date: false,
|
61
68
|
align: "right"
|
62
69
|
}) %>
|
63
70
|
|
@@ -65,6 +72,7 @@
|
|
65
72
|
|
66
73
|
<%= pb_rails("timestamp", props: {
|
67
74
|
timestamp: DateTime.now,
|
75
|
+
show_date: true,
|
68
76
|
align: "right"
|
69
77
|
}) %>
|
70
78
|
|
@@ -72,6 +80,7 @@
|
|
72
80
|
|
73
81
|
<%= pb_rails("timestamp", props: {
|
74
82
|
timestamp: DateTime.now + 4.years,
|
83
|
+
show_date: true,
|
75
84
|
align: "right"
|
76
85
|
}) %>
|
77
86
|
|
@@ -79,5 +88,6 @@
|
|
79
88
|
|
80
89
|
<%= pb_rails("timestamp", props: {
|
81
90
|
timestamp: DateTime.now - 1.year,
|
91
|
+
show_date: true,
|
82
92
|
align: "right"
|
83
93
|
}) %>
|
@@ -25,6 +25,7 @@ const TimestampAlign = (props) => {
|
|
25
25
|
|
26
26
|
<Timestamp
|
27
27
|
align="left"
|
28
|
+
showDate
|
28
29
|
timestamp={todaysDate}
|
29
30
|
{...props}
|
30
31
|
/>
|
@@ -33,6 +34,7 @@ const TimestampAlign = (props) => {
|
|
33
34
|
|
34
35
|
<Timestamp
|
35
36
|
align="left"
|
37
|
+
showDate
|
36
38
|
timestamp={futureDate}
|
37
39
|
{...props}
|
38
40
|
/>
|
@@ -41,6 +43,7 @@ const TimestampAlign = (props) => {
|
|
41
43
|
|
42
44
|
<Timestamp
|
43
45
|
align="left"
|
46
|
+
showDate
|
44
47
|
timestamp={pastDate}
|
45
48
|
{...props}
|
46
49
|
/>
|
@@ -59,6 +62,7 @@ const TimestampAlign = (props) => {
|
|
59
62
|
|
60
63
|
<Timestamp
|
61
64
|
align="center"
|
65
|
+
showDate
|
62
66
|
timestamp={todaysDate}
|
63
67
|
{...props}
|
64
68
|
/>
|
@@ -67,6 +71,7 @@ const TimestampAlign = (props) => {
|
|
67
71
|
|
68
72
|
<Timestamp
|
69
73
|
align="center"
|
74
|
+
showDate
|
70
75
|
timestamp={futureDate}
|
71
76
|
{...props}
|
72
77
|
/>
|
@@ -75,6 +80,7 @@ const TimestampAlign = (props) => {
|
|
75
80
|
|
76
81
|
<Timestamp
|
77
82
|
align="center"
|
83
|
+
showDate
|
78
84
|
timestamp={pastDate}
|
79
85
|
{...props}
|
80
86
|
/>
|
@@ -93,6 +99,7 @@ const TimestampAlign = (props) => {
|
|
93
99
|
|
94
100
|
<Timestamp
|
95
101
|
align="right"
|
102
|
+
showDate
|
96
103
|
timestamp={todaysDate}
|
97
104
|
{...props}
|
98
105
|
/>
|
@@ -101,6 +108,7 @@ const TimestampAlign = (props) => {
|
|
101
108
|
|
102
109
|
<Timestamp
|
103
110
|
align="right"
|
111
|
+
showDate
|
104
112
|
timestamp={futureDate}
|
105
113
|
{...props}
|
106
114
|
/>
|
@@ -109,6 +117,7 @@ const TimestampAlign = (props) => {
|
|
109
117
|
|
110
118
|
<Timestamp
|
111
119
|
align="right"
|
120
|
+
showDate
|
112
121
|
timestamp={pastDate}
|
113
122
|
{...props}
|
114
123
|
/>
|