Sha256: d56a33f8a18fdd4ac71368a8e2af9b30e3439591d88b41fcb3e71cf551f8c387

Contents?: true

Size: 432 Bytes

Versions: 222

Compression:

Stored size: 432 Bytes

Contents

# frozen_string_literal: true

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

      def classname
        generate_classname("pb_timeline_item_step")
      end
    end
  end
end

Version data entries

222 entries across 222 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5437 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.PBNTR719listdraggablesimple5432 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.12.0.pre.rc.6 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5415 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5413 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.12.0.pre.rc.5 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5409 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5400 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5392 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.PLAY1720phonenumberinputformatAsYouType5377 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.play17725374 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.play17725372 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.12.0.pre.rc.4 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.hfhbrakemanplaybook5370 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.responsivetablerails5364 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.responsivetablerails5362 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.PBNTR769sticky5359 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.PBNTR573datepickerinvestigation5355 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 app/pb_kits/playbook/pb_timeline/step.rb