ariadne_view_components 0.0.16-arm64-darwin → 0.0.17-arm64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 738b88555a2d136d0b74749ca4135c24727186ee344b188fe84b4f9039b2f384
4
- data.tar.gz: 420b7372236de75eb2d614650863c2ada1008e16424829a66053ecfd71dceab2
3
+ metadata.gz: 12090b2455891ee7ef23a8c29674630f4d31a0464b1a744593dcb5b39e81a8d3
4
+ data.tar.gz: fa20ead635bfb7aff1b53601f147250a1095f70f76490fb5d5b1e3b993711e21
5
5
  SHA512:
6
- metadata.gz: 724713cc6e7a7050f7e4cf5901474bbadb7c9a23ab57e81a5994ea01299dcb95dd98dc9346a79db97a45a9458201171b15620a51928eb37141fbe8f1df39b30d
7
- data.tar.gz: 191aea5d0c536093a2d4381734f61528a1b761284becaf33f36876c05daef866333eff2bc49f3d1f70698aff856665514a815b6a358680f9e707df7648913c0b
6
+ metadata.gz: 52b4046f9cb23c30a74237fe79a68fd38060c87dbabd6c0b5a9f0a62f0b7ab728d8d472e0b5a1405e2e6dae52d568ec77d1cc4f19522c5894974d77781607f9f
7
+ data.tar.gz: 3a83fbab7aac0ae069639241b4a51a0803c36dd5bf1e707f160de06e4eff788402a309e5798473a407949f848fa4aff9046dd6d773c28fccaa1f84859677ac55
@@ -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: arm64-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