ariadne_view_components 0.0.16-x64-mingw32 → 0.0.17-x64-mingw32

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: ba08022ff5d2a9312f6a838469a08cd2d19aad97275cdd0054cea80d8185dab6
4
- data.tar.gz: 419baa540e5ddbca9939aa619423d425cd60de991fa7cb49fa127be2ead74fa3
3
+ metadata.gz: af6e9719341bcf9a14bedc56c3409c7340a09d0b50993180a138c390ebb11203
4
+ data.tar.gz: 10231b28eb702e6d55057472f46fc7695720fe0b8f6ecbecd97f3c6604fe2ebf
5
5
  SHA512:
6
- metadata.gz: 555ad55af9ba42544371a0a64b48440c04c2f038ccb8d391e653d6371664cc5e0206e88c47515d541eb0383fed7219c2bedf0a6894659a390e3f0ae20e4ae3c7
7
- data.tar.gz: 698ddc3c23f5dd2ab7d24e873bf3b2546f05bcce913d77a25f401f24bb295d637d93c4737ed37e8503a3bbf10ae13b1030592502bcb8457ffab9f17aa66cd3bd
6
+ metadata.gz: 8e8ff6294639f096b7a8a06d8b73a9f739a0e27149fffac02d25d280c021ce02f721ebe0a0cfb0846c91925d9c13c4b68ba4dc12b383c0b52f4275a7da747762
7
+ data.tar.gz: f34e0c121a97802ce748410899ffd8649d0ad1965265150a0591fb6271e463857ec968570092c5fa473d84ca8dfdbf00e140e7b8773eae02f69e9140f270598c
@@ -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: x64-mingw32
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