ariadne_view_components 0.0.16-aarch64-linux → 0.0.17-aarch64-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: 40dbbaad6adf0c6d441f5c0996d5585bfef1ea2133a92250bedef2cda8261857
4
- data.tar.gz: 20c14e082d35f2eb0fce7e1b542236816e1b882c5add928f160c1235e9382f0f
3
+ metadata.gz: bbbefd810fa57c6830c4667d7f427a6a6cffd1ab820ad2cc4fe7480f8ec7a141
4
+ data.tar.gz: 0fed85e114061dff4518dff5c2dc8a51cd8bd7ac19e54752f45dad69749d07d9
5
5
  SHA512:
6
- metadata.gz: 3552859316e0e99cf4dc67c8249e1b2b38a5002a9f4aada9ae22f93e125b46de383b62f27ae8d0e8a8449c561ec547545c595136dfda8a0382e666814f2da080
7
- data.tar.gz: e8e0e5183923a34107c08b53d8ab05d119283d559cc09d4837e9dbd1c5426bbd16fcfcd34dbe1145d4faf8d822867a34a63d76b1ea036cfd06aa8bf660fd5d9a
6
+ metadata.gz: 8349d7007df11e3e1d56c4ee45ad1a71b7997611122da45d4a1ee88b3ec72efa33d1485e064ad590a21a929acd559dd480d631bc38a5548db49f88a577f2d256
7
+ data.tar.gz: 3e987a029ed58b94c6b3edaacae036b1c1ef04a53a6e47405db2209f7aa38a0d09abf150b0b831e5dbe7e64bda7743fb03ff89e0fb245c374b53ac428d6cc9ee
@@ -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: aarch64-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