ariadne_view_components 0.0.16-arm64-darwin → 0.0.17-arm64-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12090b2455891ee7ef23a8c29674630f4d31a0464b1a744593dcb5b39e81a8d3
|
4
|
+
data.tar.gz: fa20ead635bfb7aff1b53601f147250a1095f70f76490fb5d5b1e3b993711e21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
61
|
+
def initialize(overlay: NO_OVERLAY, reset: true, classes: "", attributes: {})
|
62
62
|
@tag = DEFAULT_TAG
|
63
63
|
@reset = reset
|
64
64
|
|
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.
|
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-
|
11
|
+
date: 2022-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tailwind_merge
|