ariadne_view_components 0.0.83.2 → 0.0.83.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: aab281421abdd0d822cc0398e1d814eb21f21657d3c0e2ea9fc40ba2fac7e67c
4
- data.tar.gz: aaf1b919e90ad01510c63bf7c4b472dbc7a10210057b79d3d5f2741fb1cb7521
3
+ metadata.gz: 73cbc23a749bfcadf2f86ab72273ef0221fd57d2e4a6c34b7112eae0491d56a1
4
+ data.tar.gz: 7b62a4b53bd59b5be42824d5ec1504fc86978f72bfcb4021b2307d28c277d226
5
5
  SHA512:
6
- metadata.gz: a54b10a0f027d68cae4f0cd0cea1ed601bcc1ed6b25ab4bdad5ba130757f2070d578b50b0a0063640944564d6775bf80029e0c56968e5d3d2523bc0b7d73069b
7
- data.tar.gz: e5dbc5e469e98fc1c8beeb7db825b711e21027b6cb6b0e91caed28361a63825892fb9c9fd29f1670c8ca0f7f2712943cb7c1c4f738828fdab535b5b20cc85b24
6
+ metadata.gz: e54747027043af37a5c71783142545e4ecf8e3b5aecf2a646f804b21720788adcab1573f81d5db0ffd645a7c343d8f76a03686fca0e5052312e01f885820a4a1
7
+ data.tar.gz: df8e94302675bd8d80cc69740cb19b05903d2cb9705d66663e5057033ad00bfe7038f02517976b3cd06ce66a8b34147df4926e437db8c4b0dee3e46316614b77
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # [v0.0.83.3] - 08-07-2024
2
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.83.2...v0.0.83.3
1
3
  # [v0.0.83.2] - 08-07-2024
2
4
  ## What's Changed
3
5
  * [auto-browserslist] Update Browserslist db by @sisyphusbot in https://github.com/yettoapp/ariadne/pull/499
@@ -1,4 +1,4 @@
1
- <clipboard-copy class="<%= style(size:) %>" <%= html_attributes %>>
1
+ <clipboard-copy class="<%= html_attrs[:class] %>" <%= html_attributes %>>
2
2
  <% if content.present? %>
3
3
  <%= content %>
4
4
  <% else %>
@@ -36,6 +36,10 @@ module Ariadne
36
36
  prepend_action(html_attrs, "clipboard-copy->ariadne-ui-clipboard-copy#copy")
37
37
  html_attrs[:value] = @value if @value.present?
38
38
  html_attrs[:for] = @for if @for.present?
39
+
40
+ html_attrs[:class] = Ariadne::ViewComponents.tailwind_merger.merge([style(size:), html_attrs[:class]].join(" "))
41
+
42
+ html_attrs
39
43
  end
40
44
 
41
45
  def before_render
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.83.2"
6
+ VERSION = "0.0.83.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.83.2
4
+ version: 0.0.83.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian