ariadne_view_components 0.0.15 → 0.0.17

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: 2e6671c2a498cb7183da9d9dc84721283181eb207f72f045ac3372b1e4ef03ad
4
- data.tar.gz: 9edb943da93b9a40ac0acc59da6e62ec4041e78a5e0f0e1f1ad48d3172dd44c5
3
+ metadata.gz: 91eb9f9dfa1c7b164a7e92014a94a979686e4e0b509839faf6f97d886df4b510
4
+ data.tar.gz: 8db04adcc66584b7989a0c11016013e74a104effb5ca80c3bf7ae415bc1f244d
5
5
  SHA512:
6
- metadata.gz: 66eac8a42aa2a124ff50067ea6d7b416682b890c3d9ec13ee69392d3766ced03f0d154b768042de9ce074357810007cf166251a65dfde65264eb6670511919a9
7
- data.tar.gz: 23a1073b5d54837fb635fc6aa9eaedbbe6884d36b3d755832ea68f7c0f852a155c1fbf099bcff0685688ba6d659ad8c4ebcce8534114054336c1d6ddb2bcd308
6
+ metadata.gz: a86f44423e1a4b441f4f242743434cb15bff839fc7ece26e3984e06d892512c2f460c518105df4cf71f0e02ff5bce8a3f5caede03225cf596ae1dbd26cdc4330
7
+ data.tar.gz: 509582278f44cb39ef35bb81fdd85a2028700fcef624bbf1dfa6e1921d3c345d635ceadb65ae9049df4236256b393c68ea6806590c31bc4318e495a01787d68c
@@ -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: ruby
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
@@ -248,6 +248,7 @@ files:
248
248
  - app/lib/ariadne/logger_helper.rb
249
249
  - app/lib/ariadne/status/dsl.rb
250
250
  - app/lib/ariadne/view_helper.rb
251
+ - config/importmap.rb
251
252
  - exe/tailwindcss
252
253
  - lib/ariadne/view_components.rb
253
254
  - lib/ariadne/view_components/commands.rb