ariadne_view_components 0.0.93.1 → 0.0.93.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bf6a7e689cbb50f3780fd2d760db257932c7ae202e72133b27d17a1b41dc0d4
4
- data.tar.gz: 5fcde1eec95298fb24b9a3a890b813ee77d3c9ecbc8907e65304fd3068807429
3
+ metadata.gz: 4bd7318e1c6c016963d895688e18d733c390e64bbc8f30e57a1f23a7cc522040
4
+ data.tar.gz: 1be1c0e96c1a66043297a9334b750d0f1e243777c745667a9576192d09c8fafa
5
5
  SHA512:
6
- metadata.gz: 7802a48d6a5c41e582963ca067190262c9462f630245a6af5559ebb0556cc61382fc29a2051a316feac529005cd5cf1e8339f6f6921ec25ada0c3122cc8e043c
7
- data.tar.gz: ac27d5c04bcdc58457275648cc59dbe01553787855ad03bf1ee3b2e65cf6816ce95041addc964a0abaef231dc9da569ef0acf452b4ec4582aaa132261e7fca4b
6
+ metadata.gz: 8f5ff8978308c5ed3743ac856d27197e3d1a5f381740a12e066b7eba704beeff4a31434c9a7f9fbef4a13716790d80bae509021ba232e14c38e5329d70f2470d
7
+ data.tar.gz: f8613d6833f676fe2ac8b67e8400e793e138143d44642895a57583293e95dcada3c5266e998e5b5e45f1558fe8dbc9469198e0557462144f3da664c46b58fe78
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # [v0.0.93.2] - 04-01-2025
2
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.93.1...v0.0.93.2
1
3
  # [v0.0.93.1] - 20-12-2024
2
4
  ## What's Changed
3
5
  * Update for new rubocop API by @gjtorikian in https://github.com/yettoapp/ariadne/pull/537
@@ -6,7 +6,7 @@ module Ariadne
6
6
  def with_tooltip(text:, **options)
7
7
  @tooltip_id = ::Ariadne::ViewHelper.generate_id
8
8
 
9
- prepend_action(html_attrs, "aria-describedby" => @tooltip_id)
9
+ html_attrs["aria-describedby"] = @tooltip_id
10
10
 
11
11
  # TODO: this should raise if component's tag isn't an ARIA-compatible tag
12
12
  # ('a, button, input, select, textarea, [tabindex]:not([tabindex="-1"])')
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.93.1"
6
+ VERSION = "0.0.93.2"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariadne_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.93.1
4
+ version: 0.0.93.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-20 00:00:00.000000000 Z
11
+ date: 2025-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tailwind_merge