Sha256: 430c0adac58c8ce61ab3b943c8c72708c39867e0fd6178ac761672571e40862c

Contents?: true

Size: 651 Bytes

Versions: 575

Compression:

Stored size: 651 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbTable
    class TableRow < Playbook::KitBase
      prop :side_highlight_color, type: Playbook::Props::String,
                                  default: "none"
      prop :tag, type: Playbook::Props::Enum,
                 values: %w[table div],
                 default: "table"

      def classname
        generate_classname("pb_table_row_kit", side_highlight_class) + tag_class
      end

      def side_highlight_class
        side_highlight_color.present? ? "side_highlight_#{side_highlight_color}" : nil
      end

      def tag_class
        " pb_table_tr"
      end
    end
  end
end

Version data entries

575 entries across 575 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5437 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.PBNTR719listdraggablesimple5432 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.12.0.pre.rc.6 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5415 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5413 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.12.0.pre.rc.5 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5409 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5400 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5392 app/pb_kits/playbook/pb_table/table_row.rb
playbook_ui-14.11.1.pre.alpha.PLAY1720phonenumberinputformatAsYouType5377 app/pb_kits/playbook/pb_table/table_row.rb