Sha256: 0efabd04190dcf913e66c5d97d936d752158b17053ec25dede532ea354e8b387

Contents?: true

Size: 736 Bytes

Versions: 190

Compression:

Stored size: 736 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbDetail
    class Detail < Playbook::KitBase
      prop :bold, type: Playbook::Props::Boolean,
                  default: false
      prop :color, type: Playbook::Props::Enum,
                   values: %w[light default lighter link error success],
                   default: "light"
      prop :tag, type: Playbook::Props::Enum,
                 values: %w[h1 h2 h3 h4 h5 h6 p span div],
                 default: "div"
      prop :text

      def classname
        generate_classname("pb_detail_kit", color) + is_bold
      end

      def content
        super.presence || text
      end

    private

      def is_bold
        bold ? " bold" : ""
      end
    end
  end
end

Version data entries

190 entries across 190 versions & 1 rubygems

Version Path
playbook_ui-13.9.0.pre.alpha.play845allkitsbytypes1263 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.9.0.pre.alpha.play845allkitsbytypes1262 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.9.0.pre.alpha.PLAY962SingleSelect1261 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.9.0.pre.alpha.play845allkitsbytypes1260 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.9.0 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.8.0.pre.alpha.play845allkitsbytypes1258 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.8.0.pre.alpha.play845allkitsbytypes1257 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.8.0.pre.alpha.PLAY962SingleSelect1256 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.8.0.pre.alpha.play845allkitsbytypes1255 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.8.0.pre.alpha.play845allkitsbytypes1254 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.8.0.pre.alpha.PLAY962SingleSelect1246 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.8.0.pre.alpha.PLAY1016reactionbuttonemojibug1245 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.8.0 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.7.0.pre.alpha.play845allkitsbytypes1234 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.7.0.pre.alpha.play845allkitsbytypes1232 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.7.0.pre.alpha.play845allkitsbytypes1231 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.7.0.pre.alpha.play978makehighchartsadevdependencypoc1223 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.6.0.pre.alpha.play845allkitsbytypes1219 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.7.0 app/pb_kits/playbook/pb_detail/detail.rb
playbook_ui-13.6.0.pre.alpha.tiptapreacthookformbug1210 app/pb_kits/playbook/pb_detail/detail.rb