lib/apple-news/components/divider.rb in apple-news-0.1.1 vs lib/apple-news/components/divider.rb in apple-news-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ module AppleNews module Component class Divider < Base role "divider" - optional_property :stroke + optional_property :stroke, nil, Style::Stroke end end end