Sha256: 7390d4d8c8ec47f28a8243653d919f956cb1abb5167020ee1b07f5deda4fbb4f

Contents?: true

Size: 639 Bytes

Versions: 1000

Compression:

Stored size: 639 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"

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

Version data entries

1,000 entries across 1,000 versions & 1 rubygems

Version Path
playbook_ui-14.7.0.pre.rc.10 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY1551tiptapextbump4350 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY15814348 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.rc.9 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.rc.8 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4316 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.rc.7 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4312 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4305 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.7.0.pre.rc.6 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4304 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4303 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4296 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY1550lazysizesupgrade4295 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4274 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY1607dependencydisplayymlupdate4271 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY1538READMEroot4262 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY1538READMEroot4260 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY1550lazysizesupgrade4257 app/pb_kits/playbook/pb_timeline/item.rb
playbook_ui-14.6.2.pre.alpha.PLAY1538READMEroot4254 app/pb_kits/playbook/pb_timeline/item.rb