ariadne_view_components 0.0.15-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: 0cbdcea25124b7fba2b0af347f6f63e1a6f6f010c677eb1e50c7f0003a7c2525
4
- data.tar.gz: f1d936978e0df5f1fd24571e51371807c6caf317cc73721378ca276919ac6b5a
3
+ metadata.gz: 12090b2455891ee7ef23a8c29674630f4d31a0464b1a744593dcb5b39e81a8d3
4
+ data.tar.gz: fa20ead635bfb7aff1b53601f147250a1095f70f76490fb5d5b1e3b993711e21
5
5
  SHA512:
6
- metadata.gz: 50e30a72bf6f4d626ccac9ed28f0f611262084846ff6cd80ffcd73bc45f992282236734d8857a49a04b0e0f9f5d55c7c7c1ff424bed759b7caea660c11d306e6
7
- data.tar.gz: 02d3f9e749eb7a8e27a9a151f955217edff9059d4535d208d7317e56a9dcd1eff4ba27191eacc115ff7c1dacbbc7ac497eef4e667d3465a988d5303911d489c6
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
 
@@ -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: 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
@@ -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/arm64-darwin/tailwindcss
218
219
  - exe/tailwindcss
219
220
  - lib/ariadne/view_components.rb