ariadne_view_components 0.0.94.2 → 0.0.94.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bb5a96b34a59ebe53d9839a7005e69f5ca313340afd7d613569bf1aa95f199b
4
- data.tar.gz: 3e8563851c358bc2215049182465f4cb970fa5a0dee0f62ebb5b688271627527
3
+ metadata.gz: 713f8bddad9c3d7a79822a366c4882e08294f520850c779e9bed1c932b1c6f9d
4
+ data.tar.gz: 56c3e7c764eb60ed6719d995029a9e6920ba4b1c3ecca28a4cdb7be56d434c60
5
5
  SHA512:
6
- metadata.gz: 6c914f3b26fe09ad39a104137edd8c6f2b3ab9489ee27bbc90816208a05fddba23aed011c7bfb43d3db70a2cec211c81c7137a6ce17267576ef3383ff794573f
7
- data.tar.gz: 99355ea6a4f5f52d7b62141044c02ea9daa4ebc637cac1ba3ef149b8587657044d5360c8f2b226914f13bf9a7114df0df96a6dc002750376eee747374a6b5db0
6
+ metadata.gz: a4ab69feae6accfb74b88cbdda2c7092d84a039e5ee0527cceb8f7e60c2652d2bcc862c8fdc718cbddb15f4ce63074cacc0f7c7bf1f8d8dfd824c94c77e49d8b
7
+ data.tar.gz: 7995c8fb8e51f8315c914071bb92664795c7d3a456cdf8b7df9571f893137c6bc51a9665dd9a97a4c9eb707ab5c8328b6d4a0870243c5a8262df9ba8829911ec
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [v0.0.94.3] - 17-02-2025
2
+ ## What's Changed
3
+ * Add outline variant to button preivew by @arielconti10 in https://github.com/yettoapp/ariadne/pull/548
4
+
5
+
6
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.94.2...v0.0.94.3
1
7
  # [v0.0.94.2] - 16-02-2025
2
8
  ## What's Changed
3
9
  * Enhanced Table component by @arielconti10 in https://github.com/yettoapp/ariadne/pull/546
@@ -26,7 +26,7 @@ module Ariadne
26
26
  option :type, default: proc { "button" }
27
27
 
28
28
  DEFAULT_SCHEME = :primary
29
- SCHEME_OPTIONS = [DEFAULT_SCHEME, :secondary, :nude, :danger].freeze
29
+ SCHEME_OPTIONS = [DEFAULT_SCHEME, :outline, :secondary, :nude, :danger].freeze
30
30
 
31
31
  # @param [Symbol] scheme (:primary) Indicates the button's scheme. <%= one_of(Ariadne::UI::Button::Component::SCHEME_OPTIONS) %>
32
32
  option :scheme, default: proc { DEFAULT_SCHEME }
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.94.2"
6
+ VERSION = "0.0.94.3"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariadne_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.94.2
4
+ version: 0.0.94.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian