Sha256: 5264db17b8b505eac34ee43135bd2557ddea11099279ee0fb969477700b45bd3

Contents?: true

Size: 642 Bytes

Versions: 147

Compression:

Stored size: 642 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module MaxHeight
    def self.included(base)
      base.prop :max_height
    end

    def max_height_props
      selected_props = max_height_options.keys.select { |sk| try(sk) }
      return nil unless selected_props.present?

      selected_props.map do |k|
        max_height_value = send(k)
        "max_height_#{max_height_value}" if max_height_values.include? max_height_value.to_s
      end.compact.join(" ")
    end

    def max_height_options
      {
        max_height: "max_height",
      }
    end

    def max_height_values
      %w[auto xs sm md lg xl xxl xxxl]
    end
  end
end

Version data entries

147 entries across 147 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY17445539 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 lib/playbook/max_height.rb
playbook_ui-14.12.0.pre.rc.11 lib/playbook/max_height.rb
playbook_ui-14.12.0.pre.rc.10 lib/playbook/max_height.rb
playbook_ui-14.12.0.pre.rc.9 lib/playbook/max_height.rb
playbook_ui-14.12.0.pre.rc.8 lib/playbook/max_height.rb
playbook_ui-14.12.0.pre.rc.7 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5437 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.PBNTR719listdraggablesimple5432 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431 lib/playbook/max_height.rb
playbook_ui-14.12.0.pre.rc.6 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5415 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5413 lib/playbook/max_height.rb
playbook_ui-14.12.0.pre.rc.5 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5409 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5400 lib/playbook/max_height.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5392 lib/playbook/max_height.rb