Sha256: 4a66067eff86af89c0b795f104a61e824ac46a4d1b2b37efa9f76e5e3c23c648

Contents?: true

Size: 1.71 KB

Versions: 24

Compression:

Stored size: 1.71 KB

Contents

<%= content_tag(:div,
    aria: object.aria,
    id: object.id,
    data: object.data,
    class: object.classname,
    **combined_html_options) do %>
    <%= pb_rails("caption", props: { text: object.label, dark: object.dark }) %>
    <% if object.variant == "details" %>
        <%= pb_rails("flex", props: {inline: true, vertical: "center"}) do %>
            <%= pb_rails("body", props: { color: "light", dark: object.dark }) do %>
                <%= pb_rails("icon", props: { icon: object.icon, fixed_width: true, margin_right: "xs", }) if object.icon.present? %>
            <% end %>
            <%= pb_rails("body", props: { text: object.description, color: "light", margin_right: "xs", dark: object.dark }) if object.description.present? %>
            <% if object.active %>
                <%= pb_rails("flex", props: {inline: true, vertical: "center"}) do %>
                    <%= pb_rails("title", props: { text: object.title, tag: "h4", size: 4, variant: "link", dark: object.dark }) if object.title.present? %>
                    <%= pb_rails("title", props: { text: object.date_element, tag: "span", size: 4, margin_left: "xs", variant: "link", dark: object.dark }) if object.date.present? %>
                <% end %>
            <% else %>
                <%= pb_rails("title", props: { text: object.title, tag: "h4", size: 4, dark: object.dark }) if object.title.present? %>
                <%= pb_rails("title", props: { text: object.date_element, tag: "span", size: 4, margin_left: "xs", dark: object.dark }) if object.date.present? %>
            <% end %>
        <% end %>
    <% else %>
        <%= pb_rails("body", props: { text: object.value, dark: object.dark }) if object.value.present? %>
    <% end %>
<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
playbook_ui-13.27.0 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.26.0.pre.alpha.PBNTR291Dropdownrailsv22840 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.25.0.pre.alpha.PLAY761globalpaddingpropsbuttons2713 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.25.0 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.24.0.pre.alpha.PBNTR261NewKitDropdown2681 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.24.0.pre.alpha.PLAY1181circleiconkitfixsizingerrorglobalspacingprops2675 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.24.0.pre.alpha.PLAY998backgroundkitremoveemptyinlinline2666 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.23.0.pre.alpha.PLAY1284investigation2657 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.24.0 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.22.0.pre.alpha.pbntr254barchartnegativenumber2640 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.22.0.pre.alpha.PLAY1297updatetextstyles2636 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.22.0.pre.alpha.playbookgemspecrailsversion2608 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.23.0 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.21.0.pre.alpha.PLAY12582531 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.21.0.pre.alpha.PLAY12582516 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.21.0.pre.alpha.PLAY12582515 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.21.0.pre.alpha.PLAY12582514 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.22.0 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.21.0.pre.alpha.PBNTR243globalpositioningpropinset2504 app/pb_kits/playbook/pb_label_value/label_value.html.erb
playbook_ui-13.21.0.pre.alpha.PLAY12582474 app/pb_kits/playbook/pb_label_value/label_value.html.erb