ariadne_view_components 0.0.31-x86_64-linux → 0.0.33-x86_64-linux

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: 0bb08a3cb641be48fc91f086ec364d48d6d244d63945a24d0b90e8d6ffcc2280
4
- data.tar.gz: 3864b2f1f98785b794f5551f809a8cb14aac57822ec21b15e321b9279931fc7d
3
+ metadata.gz: 431dc488499241be53dc8c06bc155a40a1086cf3f2937602aaaeec33d4302975
4
+ data.tar.gz: 07d33789d76b59ba2e7d1d477f95ea3d2aeeb59003d1884190b72559369e0157
5
5
  SHA512:
6
- metadata.gz: 79f8f3716a9dede5e4b68d60aa668a8264b1740c5075b1589e35c12bd1309c88b202016cbf65327930b894b36f3bbc57d72f2e0b2d55e43e8dfb90840c7153bf
7
- data.tar.gz: 66fdb7777c490f46150707996745e1bd34e74145f951acbda2b2187e231132b2c55799163881df5be042a936ba9725759040be1d26607fee320915606f3d3bab
6
+ metadata.gz: fba39360e29ad1290b4595ab9199a70377d5b6170357f5b356ba2b0152320489f6988ed81e6345356d0fbb7cb69330e2790dd2c688dcfc79a4ffc786b7d2e912
7
+ data.tar.gz: f0241a6135a27743c18d55f778717651d19c1631ad47f937feb9318c57a17032c38824c63dd1b3887c9ca0572f107d3153286d71f0183328b3534c2fa502cd30
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-linux
6
6
  authors:
7
7
  - Garen J. Torikian