ariadne_view_components 0.0.16-x86_64-darwin → 0.0.17-x86_64-darwin

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: '0991a806e69a6b59cd3880baf2c6370e1524e478625bb0a2784d546552397736'
4
- data.tar.gz: 3a3d2615fa9165c7fc8105b083a604bde9ead42fdf8412d9f20e369215d9bdf0
3
+ metadata.gz: a523d0d3dfab8d9f1a2b1248299b031af1f99730aa8170ddae62a8f72a9213e5
4
+ data.tar.gz: 6e312b962f7506832d0eb4be8cbffbb54891edc47378267893ca9adbef1b4e43
5
5
  SHA512:
6
- metadata.gz: 5e82ed9a475a2b7b76fe740c8f8246911d489fcdb5849f13b7e20ae4015ae538418f4a5337fb5c11a5ac74de7fbd53757c9db476b57e8f17cee3bb9295c3936a
7
- data.tar.gz: 80e5a8318d6d3d221365fc0b15fb3835cee2f849856df77ced0f1c68da4a8eb0ebef461c9d4faaaa861589dfc2ffae2a162b880541de6ff7dfd2c41bf144c30c
6
+ metadata.gz: 10a8fcb005fef79723d2ca6a8ff3d8faa3a98f01ecb1ab9268a0bbbd43aae4565e0634b40c93ea533e710c33cc4b469237afe8a638e454c7ee0f15ce9c1d83c1
7
+ data.tar.gz: 51d2568b6d4a3b092a07ab1d1a825b41009259e6640533f12dc803800019aaea37f5762df95892f4439ea644d7664bf1a8d1359e819ed2de3f7833b34640b932
@@ -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-darwin
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