Sha256: caeb8aec5bf6c598fb7bf2196fa71b6bd322ec10daee8b6293f491ba05fe894b

Contents?: true

Size: 301 Bytes

Versions: 22

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true

module Geoblacklight
  class HomepageFeatureFacetComponent < ViewComponent::Base
    def initialize(icon:, label:, facet_field:, response:)
      @icon = icon
      @label = label
      @facet_field = facet_field
      @response = response
      super
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
geoblacklight-4.4.2 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.4.1 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-3.8.1 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.4.0 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.4.0.rc1 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.3.0 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.2.0 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.1.1 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.1.0 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-3.8.0 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.0.0 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.0.0.pre.rc3 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-3.7.0 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.0.0.pre.rc2 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.0.0.pre.rc1 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-3.6.0 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-3.5.0 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.0.0.pre.alpha.3 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.0.0.pre.alpha.2 app/components/geoblacklight/homepage_feature_facet_component.rb
geoblacklight-4.0.0.pre.alpha.1 app/components/geoblacklight/homepage_feature_facet_component.rb