ariadne_view_components 0.0.16 → 0.0.17

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: 1e0da639442d142d028bdef3079ba107a14728a5894c0cbb45af080eaa469dd7
4
- data.tar.gz: 7aaec4244c08d65b7eefb49f8cda773775c7e6910e9cf1e4eb0d9f8609f1ade0
3
+ metadata.gz: 91eb9f9dfa1c7b164a7e92014a94a979686e4e0b509839faf6f97d886df4b510
4
+ data.tar.gz: 8db04adcc66584b7989a0c11016013e74a104effb5ca80c3bf7ae415bc1f244d
5
5
  SHA512:
6
- metadata.gz: 9fb035f28f1bf5f495ad4c24573d44b21d99b246a0d939045979fd7ebf17caca92179a3a0d5419f91460cba3950eaa7a720444d645b851f457e1a89deff09662
7
- data.tar.gz: '028d9950c93e95d5786fb73179eab460439e1f03ea86f9f09d94975f18a97860dbd8ff2b21ee4a34c061db246b42a2ac814b2b4737272a6cb4c8765418cd2603'
6
+ metadata.gz: a86f44423e1a4b441f4f242743434cb15bff839fc7ece26e3984e06d892512c2f460c518105df4cf71f0e02ff5bce8a3f5caede03225cf596ae1dbd26cdc4330
7
+ data.tar.gz: 509582278f44cb39ef35bb81fdd85a2028700fcef624bbf1dfa6e1921d3c345d635ceadb65ae9049df4236256b393c68ea6806590c31bc4318e495a01787d68c
@@ -58,7 +58,7 @@ module Ariadne
58
58
  # @param reset [Boolean] If set to true, it will remove the default caret and remove style from the summary element
59
59
  # @param classes [String] <%= link_to_classes_docs %>
60
60
  # @param attributes [Hash] <%= link_to_attributes_docs %>
61
- def initialize(overlay: NO_OVERLAY, reset: false, classes: "", attributes: {})
61
+ def initialize(overlay: NO_OVERLAY, reset: true, classes: "", attributes: {})
62
62
  @tag = DEFAULT_TAG
63
63
  @reset = reset
64
64
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ariadne
4
4
  module ViewComponents
5
- VERSION = "0.0.16"
5
+ VERSION = "0.0.17"
6
6
  end
7
7
  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.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-04 00:00:00.000000000 Z
11
+ date: 2022-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tailwind_merge