ariadne_view_components 0.0.31-x86_64-darwin → 0.0.33-x86_64-darwin

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: 1e3498a955a793535b994a8e36329b795130571a4eb3f774eb4a865eda97c69c
4
- data.tar.gz: 8c89d94949d4be7d3d7f50fbd2ee360c2f74e448db37c2262f9ca95a8886099a
3
+ metadata.gz: bcca520b8648c02541a004d71da8cf3d22f3b4a13f9b4f2da30311761accfefe
4
+ data.tar.gz: ec38633f39495a67c81432931de8be5dbc8c0ce9837b7fc3ab24fe8ecbf5461c
5
5
  SHA512:
6
- metadata.gz: 715439b447e86ea43fcc531c245ab5f57a3a579374177e44f5ef75b239eb3b86e18bf1ec2db91ad541e59bd30ea3c14c8456820dd5f3c743eae0a447e4958a2a
7
- data.tar.gz: 99cdd35891fd64ae3bcff04d82c09098c2817cdbda4afc62ac9a7ed8155bd0eab897d6a8fa2eea1b12f2d06245356dbfddad480edb596aebc1a20ce50abf1998
6
+ metadata.gz: 7d5e4984849bb90813c31ac8c42d088c113f500e91daaae4cf644a57cba9c9f393d7d564e02286f2092542c5e96265b69026eefbff2685d9c6fe3528212761c4
7
+ data.tar.gz: b20220a29b08897f6f541d40b2ae8aaf62b69800854dff3b56d91b06cc03a625e2ea737ef06c46d8072590916ef5616033f52dba4e52a7f5a409449f2af9f804
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.0.33](https://github.com/yettoapp/ariadne/tree/v0.0.33) (2023-03-21)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.32...v0.0.33)
6
+
7
+ ## [v0.0.32](https://github.com/yettoapp/ariadne/tree/v0.0.32) (2023-03-21)
8
+
9
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.31...v0.0.32)
10
+
3
11
  ## [v0.0.31](https://github.com/yettoapp/ariadne/tree/v0.0.31) (2023-03-21)
4
12
 
5
13
  [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.30...v0.0.31)
@@ -39,7 +39,7 @@ module Ariadne
39
39
  end
40
40
 
41
41
  DEFAULT_CHECKBOX_CLASSES = "focus:ariadne-ring-slate-500 ariadne-h-4 ariadne-w-4 ariadne-text-slate-600 ariadne-border-slate-300 ariadne-rounded"
42
- def check_box(object_name, method, options = {}, checked_value = "1", unchecked_value = "0")
42
+ def check_box(method, options = {}, checked_value = "1", unchecked_value = "0")
43
43
  options[:class] = class_names(DEFAULT_CHECKBOX_CLASSES, options.delete(:classes))
44
44
  super(method, options, checked_value, unchecked_value)
45
45
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ariadne
4
4
  module ViewComponents
5
- VERSION = "0.0.31"
5
+ VERSION = "0.0.33"
6
6
  end
7
7
  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.31
4
+ version: 0.0.33
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian