ariadne_view_components 0.0.15-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: bbf286109b6593c5a18acf3163611b4f9d7fe35f61e67325ddd3fcdb3d58ed97
4
- data.tar.gz: c1dd44696d11ca125cc9ecbabd74a014399adea399095e6df74299961d2b5623
3
+ metadata.gz: bbbefd810fa57c6830c4667d7f427a6a6cffd1ab820ad2cc4fe7480f8ec7a141
4
+ data.tar.gz: 0fed85e114061dff4518dff5c2dc8a51cd8bd7ac19e54752f45dad69749d07d9
5
5
  SHA512:
6
- metadata.gz: ed24817bf972cadc621202715bba0af8c0abc703c8abf44cd9887d07b741cbd0e3acea0ef5db4b02aeca54e621b93f2ee6b5eb5bd7a019e2cec3c6d359b46d6e
7
- data.tar.gz: 43cb7a96ea0e184cf546a3f1402a27441d4ed7ea380df5cc8dffe80d158c5da4fcc85fe93b283035e7211759530ef29fadfadaea886a3de9db83496554dc9393
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
 
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ pin_all_from File.expand_path("../app/assets/javascripts", __dir__)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ariadne
4
4
  module ViewComponents
5
- VERSION = "0.0.15"
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.15
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
@@ -214,6 +214,7 @@ files:
214
214
  - app/lib/ariadne/logger_helper.rb
215
215
  - app/lib/ariadne/status/dsl.rb
216
216
  - app/lib/ariadne/view_helper.rb
217
+ - config/importmap.rb
217
218
  - exe/aarch64-linux/tailwindcss
218
219
  - exe/tailwindcss
219
220
  - lib/ariadne/view_components.rb