ariadne_view_components 0.0.16-x64-mingw-ucrt → 0.0.17-x64-mingw-ucrt

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: 7b1c90f9ec3e65a54ea4329b54c2996f5f247eb83a60455010e742827b55c758
4
- data.tar.gz: 33ef73a5eaa4370d74064a27b373d532142228bbc14345b84276ff423904375a
3
+ metadata.gz: b957044a507460024b90925b1f492ecc0aa137a8e29175d5dbb85eccce1bbe6e
4
+ data.tar.gz: 228208e58278e271f3e907642471418afcb39b38d915ee1cafc766f1c5421404
5
5
  SHA512:
6
- metadata.gz: 175abb8c930ccba41b5e31463a7ee3bc5b9b77bbc0925a00c0561e9f00ed3130929ca99b3cc105ff4ffd279a5c8a17d91e21169b74be5db5c1f40b8acf4f8886
7
- data.tar.gz: 197d88074a1b277c7aa34c20cb35b6cde122e0f3c003b94a233fd40a8e876db6e2f0d660e27780f0e3b6c01550b9bc5e1e76dbc54591a968e5b424957246336a
6
+ metadata.gz: e3fc9d48d1222b3a0fe9904ecb7112b18049bdb35cec4a7081e1c419d2d4c9d93af10c8ce95afa0b6ba7cb550fdf0b405e9f1857791d64ccbf2ea8e15c53e8bc
7
+ data.tar.gz: bea3a1a00181e349979d2c9ef1652a4545ab54d9309ee32acd3d4914424930660ad8116a93adeb3726dbecd0a343e72fc273f8785a5e5d0e6a6721547719eb2d
@@ -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-mingw-ucrt
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