ariadne_view_components 0.0.15-x64-mingw-ucrt → 0.0.17-x64-mingw-ucrt

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: b38205e478ea00f88ef78c2e7b991d4d61b41bce2446b5a58b7d8571ac424e8f
4
- data.tar.gz: a1ce4976389b60577b30fd99c357d3e58c9d7689d83018ded906f2c2861f9e34
3
+ metadata.gz: b957044a507460024b90925b1f492ecc0aa137a8e29175d5dbb85eccce1bbe6e
4
+ data.tar.gz: 228208e58278e271f3e907642471418afcb39b38d915ee1cafc766f1c5421404
5
5
  SHA512:
6
- metadata.gz: 8d5dce8ec19fba365efd7849dbdf01092bc1a47d6c501c98b6330f9ad42b887fb2fb09e8693abcc2a466291c9d79b0a8fc556b83f2c2377a2b315679f36b8029
7
- data.tar.gz: 8331ce7b4ce22a1db0ce6781e2750de532a129b9df8ac6d40b69a59e94597f810b7c1a265ee11797810cbf4eec87d8adc45d3f467b75a6486f7fc9575b860741
6
+ metadata.gz: e3fc9d48d1222b3a0fe9904ecb7112b18049bdb35cec4a7081e1c419d2d4c9d93af10c8ce95afa0b6ba7cb550fdf0b405e9f1857791d64ccbf2ea8e15c53e8bc
7
+ data.tar.gz: bea3a1a00181e349979d2c9ef1652a4545ab54d9309ee32acd3d4914424930660ad8116a93adeb3726dbecd0a343e72fc273f8785a5e5d0e6a6721547719eb2d
@@ -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: x64-mingw-ucrt
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/tailwindcss
218
219
  - exe/x64-mingw-ucrt/tailwindcss
219
220
  - lib/ariadne/view_components.rb