Sha256: 406221752d7a97314094e8e29d6e124cb1d801a30fde33ac478c261770b54d2e

Contents?: true

Size: 715 Bytes

Versions: 192

Compression:

Stored size: 715 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbTimeline
    class Item < Playbook::KitBase
      prop :date
      prop :icon, type: Playbook::Props::String,
                  default: "user"
      prop :icon_color, type: Playbook::Props::Enum,
                        values: %w[default royal blue purple teal red yellow green],
                        default: "default"
      prop :line_style, type: Playbook::Props::Enum,
                        values: %w[solid dotted],
                        default: "solid"

      renders_one :label
      renders_one :step
      renders_one :detail

      def classname
        generate_classname("pb_timeline_item_kit", line_style)
      end
    end
  end
end

Version data entries

192 entries across 192 versions & 1 rubygems

Version Path
playbook_ui-14.7.0.pre.alpha.dependabotnpmandyarnfloatinguireact026284532 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4523 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0.pre.rc.8 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0.pre.rc.7 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0.pre.rc.6 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0.pre.rc.5 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0.pre.rc.4 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0.pre.rc.3 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.alpha.PBNTR637quickpickdefaultdate4492 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0.pre.rc.2 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.alpha.spacingquickchange4482 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.alpha.PBNTR637quickpickdefaultdate4478 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.alpha.PBNTR667railstypeaheadformintegration4454 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0.pre.rc.1 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.alpha.dependabotnpmandyarnintltelinput24704448 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.8.0.pre.rc.0 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY1613darkdatetimecolors4432 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.rc.19 app/pb_kits/playbook/pb_timeline/item.rb