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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbbefd810fa57c6830c4667d7f427a6a6cffd1ab820ad2cc4fe7480f8ec7a141
|
4
|
+
data.tar.gz: 0fed85e114061dff4518dff5c2dc8a51cd8bd7ac19e54752f45dad69749d07d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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: 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-
|
11
|
+
date: 2022-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tailwind_merge
|