polaris_view_components 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/polaris_view_components/autocomplete_controller.js +32 -15
  3. data/app/assets/javascripts/polaris_view_components/dropzone_controller.js +495 -0
  4. data/app/assets/javascripts/polaris_view_components/index.js +2 -0
  5. data/app/assets/javascripts/polaris_view_components/popover_controller.js +9 -2
  6. data/app/assets/javascripts/polaris_view_components/utils.js +23 -0
  7. data/app/assets/javascripts/polaris_view_components.js +533 -63
  8. data/app/assets/stylesheets/polaris_view_components/custom.css +38 -6
  9. data/app/assets/stylesheets/polaris_view_components.css +2102 -2021
  10. data/app/assets/stylesheets/polaris_view_components.postcss.css +1 -1
  11. data/app/components/polaris/action_list/item_component.rb +1 -1
  12. data/app/components/polaris/action_list/section_component.rb +1 -1
  13. data/app/components/polaris/action_list_component.rb +1 -1
  14. data/app/components/polaris/autocomplete/action_component.rb +1 -1
  15. data/app/components/polaris/autocomplete/option_component.rb +1 -1
  16. data/app/components/polaris/autocomplete/section_component.rb +1 -1
  17. data/app/components/polaris/autocomplete_component.rb +9 -2
  18. data/app/components/polaris/avatar_component.rb +1 -1
  19. data/app/components/polaris/badge_component.rb +1 -1
  20. data/app/components/polaris/banner_component.rb +2 -2
  21. data/app/components/polaris/base_button.rb +1 -1
  22. data/app/components/polaris/base_checkbox.rb +1 -1
  23. data/app/components/polaris/base_component.rb +1 -1
  24. data/app/components/polaris/base_radio_button.rb +1 -1
  25. data/app/components/polaris/button_group_component.rb +3 -3
  26. data/app/components/polaris/callout_card_component.rb +1 -1
  27. data/app/components/polaris/caption_component.rb +1 -1
  28. data/app/components/polaris/card/header_component.rb +1 -1
  29. data/app/components/polaris/card/section_component.rb +2 -2
  30. data/app/components/polaris/card_component.rb +1 -1
  31. data/app/components/polaris/checkbox_component.rb +1 -1
  32. data/app/components/polaris/choice_component.rb +1 -1
  33. data/app/components/polaris/choice_list_component.rb +1 -1
  34. data/app/components/polaris/component.rb +6 -1
  35. data/app/components/polaris/data_table/cell_component.rb +1 -1
  36. data/app/components/polaris/data_table/column_component.rb +1 -1
  37. data/app/components/polaris/data_table_component.rb +1 -1
  38. data/app/components/polaris/description_list_component.rb +2 -2
  39. data/app/components/polaris/display_text_component.rb +1 -1
  40. data/app/components/polaris/dropzone_component.html.erb +156 -0
  41. data/app/components/polaris/dropzone_component.rb +150 -0
  42. data/app/components/polaris/empty_state_component.rb +1 -1
  43. data/app/components/polaris/exception_list/item_component.rb +1 -1
  44. data/app/components/polaris/exception_list_component.rb +1 -1
  45. data/app/components/polaris/filters_component.rb +3 -3
  46. data/app/components/polaris/footer_help_component.rb +1 -1
  47. data/app/components/polaris/form_layout/group_component.rb +2 -2
  48. data/app/components/polaris/form_layout/item_component.rb +1 -1
  49. data/app/components/polaris/form_layout_component.rb +1 -1
  50. data/app/components/polaris/frame/save_bar_component.rb +1 -1
  51. data/app/components/polaris/frame/top_bar_component.rb +1 -1
  52. data/app/components/polaris/frame_component.rb +1 -1
  53. data/app/components/polaris/heading_component.rb +1 -1
  54. data/app/components/polaris/headless_button.rb +1 -1
  55. data/app/components/polaris/icon_component.rb +1 -1
  56. data/app/components/polaris/index_table/cell_component.rb +1 -1
  57. data/app/components/polaris/index_table/column_component.rb +1 -1
  58. data/app/components/polaris/index_table_component.rb +1 -1
  59. data/app/components/polaris/inline_error_component.rb +1 -1
  60. data/app/components/polaris/label_component.rb +1 -1
  61. data/app/components/polaris/labelled_component.rb +1 -1
  62. data/app/components/polaris/layout/annotated_section.rb +1 -1
  63. data/app/components/polaris/layout/section.rb +1 -1
  64. data/app/components/polaris/layout_component.rb +1 -1
  65. data/app/components/polaris/link_component.rb +1 -1
  66. data/app/components/polaris/list_component.rb +2 -2
  67. data/app/components/polaris/modal/section_component.rb +1 -1
  68. data/app/components/polaris/modal_component.rb +1 -1
  69. data/app/components/polaris/navigation/item_component.rb +2 -2
  70. data/app/components/polaris/navigation/section_component.rb +2 -2
  71. data/app/components/polaris/navigation_component.rb +1 -1
  72. data/app/components/polaris/option_list/checkbox_component.rb +1 -1
  73. data/app/components/polaris/option_list/option_component.rb +1 -1
  74. data/app/components/polaris/option_list/radio_button_component.rb +1 -1
  75. data/app/components/polaris/option_list/section_component.rb +1 -1
  76. data/app/components/polaris/option_list_component.rb +1 -1
  77. data/app/components/polaris/page_actions_component.rb +1 -1
  78. data/app/components/polaris/page_component.rb +1 -1
  79. data/app/components/polaris/pagination_component.rb +1 -1
  80. data/app/components/polaris/popover/pane_component.rb +1 -1
  81. data/app/components/polaris/popover/section_component.rb +1 -1
  82. data/app/components/polaris/popover_component.rb +10 -4
  83. data/app/components/polaris/progress_bar_component.rb +1 -1
  84. data/app/components/polaris/radio_button_component.rb +1 -1
  85. data/app/components/polaris/resource_item_component.rb +1 -1
  86. data/app/components/polaris/resource_list_component.rb +1 -1
  87. data/app/components/polaris/scrollable_component.rb +1 -1
  88. data/app/components/polaris/select_component.rb +1 -1
  89. data/app/components/polaris/setting_toggle_component.rb +1 -1
  90. data/app/components/polaris/shopify_navigation_component.rb +2 -2
  91. data/app/components/polaris/skeleton_body_text_component.rb +1 -1
  92. data/app/components/polaris/spacer_component.rb +1 -1
  93. data/app/components/polaris/spinner_component.rb +1 -1
  94. data/app/components/polaris/stack/item_component.rb +15 -0
  95. data/app/components/polaris/stack_component.rb +2 -18
  96. data/app/components/polaris/subheading_component.rb +1 -1
  97. data/app/components/polaris/tabs/tab_component.rb +1 -1
  98. data/app/components/polaris/tabs_component.rb +1 -1
  99. data/app/components/polaris/tag_component.rb +3 -2
  100. data/app/components/polaris/text_container_component.rb +1 -1
  101. data/app/components/polaris/text_field_component.rb +2 -2
  102. data/app/components/polaris/text_style_component.rb +1 -1
  103. data/app/components/polaris/thumbnail_component.rb +1 -1
  104. data/app/components/polaris/toast_component.rb +1 -1
  105. data/app/components/polaris/top_bar/user_menu_component.rb +1 -1
  106. data/app/components/polaris/visually_hidden_component.rb +1 -1
  107. data/app/helpers/polaris/form_builder.rb +14 -5
  108. data/app/helpers/polaris/view_helper.rb +2 -1
  109. data/lib/polaris/view_components/engine.rb +5 -1
  110. data/lib/polaris/view_components/version.rb +1 -1
  111. metadata +7 -9
  112. data/app/components/polaris/application_component.rb +0 -35
  113. data/app/components/polaris/dropzone/component.html.erb +0 -72
  114. data/app/components/polaris/dropzone/component.rb +0 -128
  115. data/app/components/polaris/dropzone/controller.js +0 -226
  116. data/app/components/polaris/dropzone/utils.js +0 -57
  117. data/app/components/polaris/new_component.rb +0 -10
  118. data/app/helpers/polaris/conditional_helper.rb +0 -11
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class ExceptionListComponent < Polaris::NewComponent
4
+ class ExceptionListComponent < Polaris::Component
5
5
  renders_many :items, Polaris::ExceptionList::ItemComponent
6
6
 
7
7
  def initialize(**system_arguments)
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class FiltersComponent < Polaris::NewComponent
4
+ class FiltersComponent < Polaris::Component
5
5
  renders_one :query, ->(**system_arguments) do
6
6
  QueryComponent.new(disabled: @disabled, **system_arguments)
7
7
  end
@@ -34,7 +34,7 @@ module Polaris
34
34
  )
35
35
  end
36
36
 
37
- class QueryComponent < Polaris::NewComponent
37
+ class QueryComponent < Polaris::Component
38
38
  def initialize(clear_button: true, disabled: false, **system_arguments)
39
39
  @disabled = disabled
40
40
  @system_arguments = system_arguments.merge(
@@ -52,7 +52,7 @@ module Polaris
52
52
  end
53
53
  end
54
54
 
55
- class ItemComponent < Polaris::NewComponent
55
+ class ItemComponent < Polaris::Component
56
56
  def initialize(label:, sectioned: true, width: nil, disabled: false, **system_arguments)
57
57
  @label = label
58
58
  @sectioned = sectioned
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class FooterHelpComponent < Polaris::NewComponent
4
+ class FooterHelpComponent < Polaris::Component
5
5
  def initialize(**system_arguments)
6
6
  @system_arguments = system_arguments
7
7
  @system_arguments[:classes] = class_names(
@@ -1,4 +1,4 @@
1
- class Polaris::FormLayout::GroupComponent < Polaris::NewComponent
1
+ class Polaris::FormLayout::GroupComponent < Polaris::Component
2
2
  attr_reader :position
3
3
 
4
4
  renders_many :items, "GroupItemComponent"
@@ -22,7 +22,7 @@ class Polaris::FormLayout::GroupComponent < Polaris::NewComponent
22
22
  )
23
23
  end
24
24
 
25
- class GroupItemComponent < Polaris::NewComponent
25
+ class GroupItemComponent < Polaris::Component
26
26
  def initialize(**system_arguments)
27
27
  @system_arguments = system_arguments
28
28
  @system_arguments[:tag] = "div"
@@ -1,4 +1,4 @@
1
- class Polaris::FormLayout::ItemComponent < Polaris::NewComponent
1
+ class Polaris::FormLayout::ItemComponent < Polaris::Component
2
2
  attr_reader :position
3
3
 
4
4
  def initialize(position:, **system_arguments)
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class FormLayoutComponent < Polaris::NewComponent
4
+ class FormLayoutComponent < Polaris::Component
5
5
  renders_many :items, ->(**system_arguments) do
6
6
  @counter += 1
7
7
  Polaris::FormLayout::ItemComponent.new(position: @counter, **system_arguments)
@@ -1,4 +1,4 @@
1
- class Polaris::Frame::SaveBarComponent < Polaris::NewComponent
1
+ class Polaris::Frame::SaveBarComponent < Polaris::Component
2
2
  renders_one :save_action, ->(**system_arguments) do
3
3
  Polaris::ButtonComponent.new(primary: true, **system_arguments)
4
4
  end
@@ -1,4 +1,4 @@
1
- class Polaris::Frame::TopBarComponent < Polaris::NewComponent
1
+ class Polaris::Frame::TopBarComponent < Polaris::Component
2
2
  renders_one :user_menu, Polaris::TopBar::UserMenuComponent
3
3
 
4
4
  def initialize(logo:, **system_arguments)
@@ -1,5 +1,5 @@
1
1
  module Polaris
2
- class FrameComponent < Polaris::NewComponent
2
+ class FrameComponent < Polaris::Component
3
3
  renders_one :top_bar, ->(**system_arguments) do
4
4
  Polaris::Frame::TopBarComponent.new(logo: @logo, **system_arguments)
5
5
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class HeadingComponent < Polaris::NewComponent
4
+ class HeadingComponent < Polaris::Component
5
5
  ELEMENT_DEFAULT = :h2
6
6
  ELEMENT_OPTIONS = %i[p h1 h2 h3 h4 h5 h6]
7
7
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class HeadlessButton < Polaris::NewComponent
4
+ class HeadlessButton < Polaris::Component
5
5
  SIZE_DEFAULT = :medium
6
6
  SIZE_MAPPINGS = {
7
7
  SIZE_DEFAULT => "",
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class IconComponent < Polaris::NewComponent
4
+ class IconComponent < Polaris::Component
5
5
  COLOR_DEFAULT = :default
6
6
  COLOR_MAPPINGS = {
7
7
  COLOR_DEFAULT => "",
@@ -1,4 +1,4 @@
1
- class Polaris::IndexTable::CellComponent < Polaris::NewComponent
1
+ class Polaris::IndexTable::CellComponent < Polaris::Component
2
2
  def initialize(flush: false, **system_arguments)
3
3
  @flush = flush
4
4
  @system_arguments = system_arguments
@@ -1,4 +1,4 @@
1
- class Polaris::IndexTable::ColumnComponent < Polaris::NewComponent
1
+ class Polaris::IndexTable::ColumnComponent < Polaris::Component
2
2
  attr_reader :title, :flush
3
3
 
4
4
  def initialize(title, flush: false, **system_arguments, &block)
@@ -1,5 +1,5 @@
1
1
  module Polaris
2
- class IndexTableComponent < Polaris::NewComponent
2
+ class IndexTableComponent < Polaris::Component
3
3
  renders_many :columns, ->(title, **system_arguments, &block) do
4
4
  IndexTable::ColumnComponent.new(title, **system_arguments, &block)
5
5
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class InlineErrorComponent < Polaris::NewComponent
4
+ class InlineErrorComponent < Polaris::Component
5
5
  def initialize(**system_arguments)
6
6
  @system_arguments = system_arguments
7
7
  @system_arguments[:tag] = "div"
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class LabelComponent < Polaris::NewComponent
4
+ class LabelComponent < Polaris::Component
5
5
  def initialize(
6
6
  form: nil,
7
7
  attribute: nil,
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class LabelledComponent < Polaris::NewComponent
4
+ class LabelledComponent < Polaris::Component
5
5
  renders_one :label_action, ->(**system_arguments) do
6
6
  Polaris::ButtonComponent.new(plain: true, **system_arguments)
7
7
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Polaris
4
4
  module Layout
5
- class AnnotatedSection < Polaris::NewComponent
5
+ class AnnotatedSection < Polaris::Component
6
6
  attr_reader :position
7
7
 
8
8
  def initialize(position:, title:, description: nil, **system_arguments)
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Polaris
4
4
  module Layout
5
- class Section < Polaris::NewComponent
5
+ class Section < Polaris::Component
6
6
  attr_reader :position
7
7
 
8
8
  def initialize(
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class LayoutComponent < Polaris::NewComponent
4
+ class LayoutComponent < Polaris::Component
5
5
  # A list of sections
6
6
  #
7
7
  # @param secondary [Boolean] The section will act like a sidebar
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class LinkComponent < Polaris::NewComponent
4
+ class LinkComponent < Polaris::Component
5
5
  def initialize(
6
6
  url:,
7
7
  external: false,
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class ListComponent < Polaris::NewComponent
4
+ class ListComponent < Polaris::Component
5
5
  renders_many :items, "ListItemComponent"
6
6
 
7
7
  TYPE_DEFAULT = :bullet
@@ -28,7 +28,7 @@ module Polaris
28
28
  )
29
29
  end
30
30
 
31
- class ListItemComponent < Polaris::NewComponent
31
+ class ListItemComponent < Polaris::Component
32
32
  def initialize(**system_arguments)
33
33
  @system_arguments = system_arguments
34
34
  @system_arguments[:tag] = :li
@@ -1,4 +1,4 @@
1
- class Polaris::Modal::SectionComponent < Polaris::NewComponent
1
+ class Polaris::Modal::SectionComponent < Polaris::Component
2
2
  def initialize(**system_arguments)
3
3
  @system_arguments = system_arguments
4
4
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class ModalComponent < Polaris::NewComponent
4
+ class ModalComponent < Polaris::Component
5
5
  renders_one :close_button, ->(**system_arguments) do
6
6
  button_arguments = @close_button_arguments.deep_merge(system_arguments)
7
7
  render(Polaris::BaseComponent.new(**button_arguments)) do
@@ -1,4 +1,4 @@
1
- class Polaris::Navigation::ItemComponent < Polaris::NewComponent
1
+ class Polaris::Navigation::ItemComponent < Polaris::Component
2
2
  renders_many :sub_items, Polaris::Navigation::ItemComponent
3
3
  renders_one :secondary_action, "SecondaryActionComponent"
4
4
 
@@ -47,7 +47,7 @@ class Polaris::Navigation::ItemComponent < Polaris::NewComponent
47
47
  sub_items.any?(&:selected)
48
48
  end
49
49
 
50
- class SecondaryActionComponent < Polaris::NewComponent
50
+ class SecondaryActionComponent < Polaris::Component
51
51
  def initialize(url: nil, external: false, icon: nil, **system_arguments)
52
52
  @url = url
53
53
  @external = external
@@ -1,4 +1,4 @@
1
- class Polaris::Navigation::SectionComponent < Polaris::NewComponent
1
+ class Polaris::Navigation::SectionComponent < Polaris::Component
2
2
  renders_many :items, Polaris::Navigation::ItemComponent
3
3
  renders_one :action, "ActionComponent"
4
4
 
@@ -26,7 +26,7 @@ class Polaris::Navigation::SectionComponent < Polaris::NewComponent
26
26
  end
27
27
  end
28
28
 
29
- class ActionComponent < Polaris::NewComponent
29
+ class ActionComponent < Polaris::Component
30
30
  def initialize(url: nil, external: false, icon: nil, **system_arguments)
31
31
  @url = url
32
32
  @external = external
@@ -1,5 +1,5 @@
1
1
  module Polaris
2
- class NavigationComponent < Polaris::NewComponent
2
+ class NavigationComponent < Polaris::Component
3
3
  renders_many :sections, Polaris::Navigation::SectionComponent
4
4
  renders_many :items, Polaris::Navigation::ItemComponent
5
5
 
@@ -1,4 +1,4 @@
1
- class Polaris::OptionList::CheckboxComponent < Polaris::NewComponent
1
+ class Polaris::OptionList::CheckboxComponent < Polaris::Component
2
2
  def initialize(
3
3
  label:,
4
4
  value:,
@@ -1,4 +1,4 @@
1
- class Polaris::OptionList::OptionComponent < Polaris::NewComponent
1
+ class Polaris::OptionList::OptionComponent < Polaris::Component
2
2
  def initialize(**system_arguments)
3
3
  @system_arguments = system_arguments
4
4
  end
@@ -1,4 +1,4 @@
1
- class Polaris::OptionList::RadioButtonComponent < Polaris::NewComponent
1
+ class Polaris::OptionList::RadioButtonComponent < Polaris::Component
2
2
  def initialize(
3
3
  label:,
4
4
  value:,
@@ -1,4 +1,4 @@
1
- class Polaris::OptionList::SectionComponent < Polaris::NewComponent
1
+ class Polaris::OptionList::SectionComponent < Polaris::Component
2
2
  renders_many :options, Polaris::OptionList::OptionComponent
3
3
  renders_many :radio_buttons, ->(value:, **system_arguments) do
4
4
  Polaris::OptionList::RadioButtonComponent.new(
@@ -1,5 +1,5 @@
1
1
  module Polaris
2
- class OptionListComponent < Polaris::NewComponent
2
+ class OptionListComponent < Polaris::Component
3
3
  renders_many :sections, ->(**system_arguments) do
4
4
  Polaris::OptionList::SectionComponent.new(
5
5
  form: @form,
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class PageActionsComponent < Polaris::NewComponent
4
+ class PageActionsComponent < Polaris::Component
5
5
  DISTRIBUTION_DEFAULT = nil
6
6
  DISTRIBUTION_OPTIONS = [
7
7
  DISTRIBUTION_DEFAULT,
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class PageComponent < Polaris::NewComponent
4
+ class PageComponent < Polaris::Component
5
5
  renders_one :primary_action, ->(primary: true, **system_arguments) do
6
6
  Polaris::ButtonComponent.new(primary: primary, **system_arguments)
7
7
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class PaginationComponent < Polaris::NewComponent
4
+ class PaginationComponent < Polaris::Component
5
5
  def initialize(
6
6
  previous_url: nil,
7
7
  next_url: nil,
@@ -1,4 +1,4 @@
1
- class Polaris::Popover::PaneComponent < Polaris::NewComponent
1
+ class Polaris::Popover::PaneComponent < Polaris::Component
2
2
  renders_many :sections, Polaris::Popover::SectionComponent
3
3
 
4
4
  def initialize(fixed: false, sectioned: false, **system_arguments)
@@ -1,4 +1,4 @@
1
- class Polaris::Popover::SectionComponent < Polaris::NewComponent
1
+ class Polaris::Popover::SectionComponent < Polaris::Component
2
2
  def initialize(**system_arguments)
3
3
  @system_arguments = system_arguments
4
4
  end
@@ -1,10 +1,10 @@
1
1
  module Polaris
2
- class PopoverComponent < Polaris::NewComponent
2
+ class PopoverComponent < Polaris::Component
3
3
  ALIGNMENT_DEFAULT = :center
4
4
  ALIGNMENT_OPTIONS = [:left, :right, :center]
5
5
 
6
- POSITION_DEFAULT = :below
7
- POSITION_OPTIONS = [:above, :below]
6
+ POSITION_DEFAULT = :auto
7
+ POSITION_OPTIONS = [:auto, :above, :below]
8
8
 
9
9
  renders_one :button, ->(**system_arguments) do
10
10
  system_arguments[:data] ||= {}
@@ -98,7 +98,13 @@ module Polaris
98
98
  end
99
99
 
100
100
  def popperjs_placement
101
- placement = @position == :above ? "top" : "bottom"
101
+ placement =
102
+ case @position
103
+ when :above then "top"
104
+ when :below then "bottom"
105
+ else
106
+ "auto"
107
+ end
102
108
  placement += "-start" if @alignment == :left
103
109
  placement += "-end" if @alignment == :right
104
110
  placement
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class ProgressBarComponent < Polaris::NewComponent
4
+ class ProgressBarComponent < Polaris::Component
5
5
  COLOR_DEFAULT = :highlight
6
6
  COLOR_MAPPINGS = {
7
7
  COLOR_DEFAULT => "Polaris-ProgressBar--colorHighlight",
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class RadioButtonComponent < Polaris::NewComponent
4
+ class RadioButtonComponent < Polaris::Component
5
5
  def initialize(
6
6
  form: nil,
7
7
  attribute: nil,
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class ResourceItemComponent < Polaris::NewComponent
4
+ class ResourceItemComponent < Polaris::Component
5
5
  CURSOR_DEFAULT = :default
6
6
  CURSOR_OPTIONS = %i[default pointer]
7
7
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class ResourceListComponent < Polaris::NewComponent
4
+ class ResourceListComponent < Polaris::Component
5
5
  renders_one :filters, Polaris::FiltersComponent
6
6
 
7
7
  def initialize(
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class ScrollableComponent < Polaris::NewComponent
4
+ class ScrollableComponent < Polaris::Component
5
5
  def initialize(
6
6
  height: nil,
7
7
  width: nil,
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class SelectComponent < Polaris::NewComponent
4
+ class SelectComponent < Polaris::Component
5
5
  def initialize(
6
6
  options:,
7
7
  form: nil,
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class SettingToggleComponent < Polaris::NewComponent
4
+ class SettingToggleComponent < Polaris::Component
5
5
  renders_one :action, ->(**system_arguments) do
6
6
  Polaris::ButtonComponent.new(primary: !@enabled, **system_arguments)
7
7
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class ShopifyNavigationComponent < Polaris::NewComponent
4
+ class ShopifyNavigationComponent < Polaris::Component
5
5
  renders_many :links, ->(**system_arguments) do
6
6
  ShopifyNavigationLinkComponent.new(auto_detect_active: @auto_detect_active, **system_arguments)
7
7
  end
@@ -21,7 +21,7 @@ module Polaris
21
21
  links.any?
22
22
  end
23
23
 
24
- class ShopifyNavigationLinkComponent < Polaris::NewComponent
24
+ class ShopifyNavigationLinkComponent < Polaris::Component
25
25
  def initialize(url:, auto_detect_active:, active: false, **system_arguments)
26
26
  @url = url
27
27
  @auto_detect_active = auto_detect_active
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class SkeletonBodyTextComponent < Polaris::NewComponent
4
+ class SkeletonBodyTextComponent < Polaris::Component
5
5
  def initialize(lines: 3, **system_arguments)
6
6
  @lines = lines
7
7
  @system_arguments = system_arguments
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class SpacerComponent < Polaris::NewComponent
4
+ class SpacerComponent < Polaris::Component
5
5
  VERTICAL_SPACING_DEFAULT = :default
6
6
  VERTICAL_SPACING_MAPPINGS = {
7
7
  VERTICAL_SPACING_DEFAULT => "",
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class SpinnerComponent < Polaris::NewComponent
4
+ class SpinnerComponent < Polaris::Component
5
5
  SIZE_DEFAULT = :large
6
6
  SIZE_MAPPINGS = {
7
7
  small: "Polaris-Spinner--sizeSmall",
@@ -0,0 +1,15 @@
1
+ class Polaris::Stack::ItemComponent < Polaris::Component
2
+ def initialize(fill: false, **system_arguments)
3
+ @system_arguments = system_arguments
4
+ @system_arguments[:tag] = "div"
5
+ @system_arguments[:classes] = class_names(
6
+ @system_arguments[:classes],
7
+ "Polaris-Stack__Item",
8
+ "Polaris-Stack__Item--fill": fill
9
+ )
10
+ end
11
+
12
+ def call
13
+ render(Polaris::BaseComponent.new(**@system_arguments)) { content }
14
+ end
15
+ end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class StackComponent < Polaris::NewComponent
4
+ class StackComponent < Polaris::Component
5
5
  ALIGNMENT_DEFAULT = :default
6
6
  ALIGNMENT_MAPPINGS = {
7
7
  ALIGNMENT_DEFAULT => "",
@@ -37,7 +37,7 @@ module Polaris
37
37
  }
38
38
  SPACING_OPTIONS = SPACING_MAPPINGS.keys
39
39
 
40
- renders_many :items, "StackItemComponent"
40
+ renders_many :items, Polaris::Stack::ItemComponent
41
41
 
42
42
  def initialize(
43
43
  alignment: ALIGNMENT_DEFAULT,
@@ -59,21 +59,5 @@ module Polaris
59
59
  "Polaris-Stack--noWrap": !wrap
60
60
  )
61
61
  end
62
-
63
- class StackItemComponent < Polaris::NewComponent
64
- def initialize(fill: false, **system_arguments)
65
- @system_arguments = system_arguments
66
- @system_arguments[:tag] = "div"
67
- @system_arguments[:classes] = class_names(
68
- @system_arguments[:classes],
69
- "Polaris-Stack__Item",
70
- "Polaris-Stack__Item--fill": fill
71
- )
72
- end
73
-
74
- def call
75
- render(Polaris::BaseComponent.new(**@system_arguments)) { content }
76
- end
77
- end
78
62
  end
79
63
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class SubheadingComponent < Polaris::NewComponent
4
+ class SubheadingComponent < Polaris::Component
5
5
  ELEMENT_DEFAULT = :h3
6
6
  ELEMENT_OPTIONS = %i[p h1 h2 h3 h4 h5 h6]
7
7
 
@@ -1,4 +1,4 @@
1
- class Polaris::Tabs::TabComponent < Polaris::NewComponent
1
+ class Polaris::Tabs::TabComponent < Polaris::Component
2
2
  renders_one :badge, Polaris::BadgeComponent
3
3
 
4
4
  def initialize(
@@ -1,5 +1,5 @@
1
1
  module Polaris
2
- class TabsComponent < Polaris::NewComponent
2
+ class TabsComponent < Polaris::Component
3
3
  renders_many :tabs, Polaris::Tabs::TabComponent
4
4
 
5
5
  def initialize(fitted: false, wrapper_arguments: {}, **system_arguments)
@@ -1,11 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class TagComponent < Polaris::NewComponent
5
- renders_one :remove_button, ->(**system_arguments) do
4
+ class TagComponent < Polaris::Component
5
+ renders_one :remove_button, ->(type: :button, **system_arguments) do
6
6
  render Polaris::BaseButton.new(
7
7
  classes: "Polaris-Tag__Button",
8
8
  disabled: @disabled,
9
+ type: type,
9
10
  **system_arguments
10
11
  ) do |button|
11
12
  polaris_icon(name: "CancelSmallMinor")
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polaris
4
- class TextContainerComponent < Polaris::NewComponent
4
+ class TextContainerComponent < Polaris::Component
5
5
  SPACING_DEFAULT = :default
6
6
  SPACING_MAPPINGS = {
7
7
  SPACING_DEFAULT => "",