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.9.0.pre.rc.2 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4567 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4565 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4563 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4559 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.9.0.pre.rc.1 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.alpha.PLAY16254545 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.alpha.PLAY1615movenegativetoleftofcurrencysign4543 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.alpha.PLAY1615movenegativetoleftofcurrencysign4539 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.9.0.pre.rc.0 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.7.0.pre.alpha.dependabotnpmandyarnfloatinguireact026284532 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.7.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4523 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.rc.8 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.rc.7 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.rc.6 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.rc.5 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.rc.4 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.8.0.pre.rc.3 app/pb_kits/playbook/pb_timeline/step.rb
playbook_ui-14.7.0.pre.alpha.PBNTR637quickpickdefaultdate4492 app/pb_kits/playbook/pb_timeline/step.rb