ariadne_view_components 0.0.16-x86_64-linux → 0.0.17-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: 33b8f3042fc4889507225147153b0d9ba764f6eee2b77ffa33c21757ecdc2162
4
- data.tar.gz: 610f42eff629164799893c518717cfe97beed217a40cf9f7cb95320ec2133941
3
+ metadata.gz: 21007c7ef7fb6f5e258a94a076ec251330472692f813ceaa0ef8cfdfd22d0355
4
+ data.tar.gz: 358447cbef2726dc9669fcf8ac58a16433b7867aa6f44f8cd347d484723e1f01
5
5
  SHA512:
6
- metadata.gz: 5636f128f54b3a42ad6f7c6edc546a02ebfac385adcf1b2d3a8db9cd02d2155149796f12724c952c8d904576e6c5a7dd7d27a1da60212b6123f93953421f55b3
7
- data.tar.gz: 4ed0be9e5f45c0924f34b998c2fe990102119e02acac8b4684a9139e92aae7374c11f67eaf56eb9493a4310d20257f577d07a522631fb1002b040ce6f3bc0be8
6
+ metadata.gz: 25281f13f7d63cbd3e2391d23c149c8e3011da3cd60c109fead61c848a8ed5d24ef5d3b66f4d3df84057cddf90e6f20eec420aa708c8659b94e1c70c3b8666bd
7
+ data.tar.gz: a565386313b0060b7699873e064c413634e83cf13a4243da05daafb952ce5fe335509785e93363b4d86f81b8326095e157cf30cf448c92f88bb43da848c2e49b
@@ -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: x86_64-linux
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