Sha256: 1734dc9a7c50f035889357ecc5b450c6f65b649138b63362aad52030b8be545f

Contents?: true

Size: 591 Bytes

Versions: 236

Compression:

Stored size: 591 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module Height
    def self.included(base)
      base.prop :height
    end

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

      selected_props.map do |k|
        height_value = send(k)
        "height_#{height_value}" if height_values.include? height_value.to_s
      end.compact.join(" ")
    end

    def height_options
      {
        height: "height",
      }
    end

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

Version data entries

236 entries across 236 versions & 1 rubygems

Version Path
playbook_ui-14.14.0.pre.alpha.PBNTR890typeahead6394 lib/playbook/height.rb
playbook_ui-14.15.0.pre.rc.3 lib/playbook/height.rb
playbook_ui-14.14.0.pre.alpha.PBNTR890typeahead6390 lib/playbook/height.rb
playbook_ui-14.15.0.pre.rc.2 lib/playbook/height.rb
playbook_ui-14.15.0.pre.rc.1 lib/playbook/height.rb
playbook_ui-14.14.0.pre.alpha.play1853typeaheadreacthookform6373 lib/playbook/height.rb
playbook_ui-14.14.0.pre.alpha.play1922tooltipfloatingui6361 lib/playbook/height.rb
playbook_ui-14.14.0.pre.alpha.PBNTR888selectvaliditymessage6348 lib/playbook/height.rb
playbook_ui-14.15.0.pre.rc.0 lib/playbook/height.rb
playbook_ui-14.14.0.pre.alpha.play1755pbcontenttag6327 lib/playbook/height.rb
playbook_ui-14.14.0.pre.alpha.play1852reacthookformsupportradio6318 lib/playbook/height.rb
playbook_ui-14.14.0.pre.alpha.pbntr500currencykithandlingofnullvalues6311 lib/playbook/height.rb
playbook_ui-14.14.0.pre.alpha.play1868dependencyremovallodash6286 lib/playbook/height.rb
playbook_ui-14.14.0.pre.alpha.pbntr500currencykithandlingofnullvalues6275 lib/playbook/height.rb
playbook_ui-14.13.0.pre.alpha.rails8compatible6232 lib/playbook/height.rb
playbook_ui-14.13.0.pre.alpha.rails8compatible6229 lib/playbook/height.rb
playbook_ui-14.13.0.pre.alpha.rails8compatible6228 lib/playbook/height.rb
playbook_ui-14.14.0 lib/playbook/height.rb
playbook_ui-14.13.0.pre.alpha.PBNTR457formtimezoneselect6219 lib/playbook/height.rb
playbook_ui-14.13.0.pre.alpha.play1852reacthookformsupportradio6213 lib/playbook/height.rb