ariadne_view_components 0.0.15-x64-mingw32 → 0.0.17-x64-mingw32

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: b306714f5f6e621b62133f476cc18e6a593b0e2d9dea5ffc1931a65725172d24
4
- data.tar.gz: 3ac28ac8abcecbcdbb47751a8d6c76643ef1a41ed9382f604b6ab16f776849f2
3
+ metadata.gz: af6e9719341bcf9a14bedc56c3409c7340a09d0b50993180a138c390ebb11203
4
+ data.tar.gz: 10231b28eb702e6d55057472f46fc7695720fe0b8f6ecbecd97f3c6604fe2ebf
5
5
  SHA512:
6
- metadata.gz: 42b8240955253d1ca802d48426c424cb8e9b6dadd6a84404d2f7643e9a981bebf6118c87b1c64a3dde78a54fcc7b27903c1fc558e8cce620a7c28d2356702ef3
7
- data.tar.gz: 05317c059f401fbffaeb31b0f1c82ec360dfd9d5f2c5070b5b5e5b96009a538c35bcb4f6755239b0236f0be59991e81d4ed4e9bf1693a6b57a7b3f0e9e8b4dc8
6
+ metadata.gz: 8e8ff6294639f096b7a8a06d8b73a9f739a0e27149fffac02d25d280c021ce02f721ebe0a0cfb0846c91925d9c13c4b68ba4dc12b383c0b52f4275a7da747762
7
+ data.tar.gz: f34e0c121a97802ce748410899ffd8649d0ad1965265150a0591fb6271e463857ec968570092c5fa473d84ca8dfdbf00e140e7b8773eae02f69e9140f270598c
@@ -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-mingw32
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-mingw32/tailwindcss
219
220
  - lib/ariadne/view_components.rb