ariadne_view_components 0.0.86.2 → 0.0.86.3
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 +4 -4
- data/CHANGELOG.md +2 -0
- data/app/components/ariadne/form/toggle/component.rb +1 -1
- data/lib/ariadne/view_components/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: decf10fda316c17f41680ed93bde1134ab82da0214a746d0bb578ae886b9ca19
|
|
4
|
+
data.tar.gz: 5a78100b9a0d2a9fc044ce6c5f89851184dbfe34ba9249485b27fc268ab2d745
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bac8f98c18afa04b69712b4629b164636cba4a87f3d72d216a62e3025dfaa83fea231f66569f549907252f48138d504f4e8a6811edeca0eb855d21cab41dbffa
|
|
7
|
+
data.tar.gz: 11d264b73e1329184cbc5e6887ea64d6f9ece05fd0c8806a662d55dacbd6e4fe1a4987e693137ccf288555db7ade34774a0706bbffba4e417e26c25614fda1f1
|
data/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,7 @@ module Ariadne
|
|
|
8
8
|
option :size, default: proc { :md }
|
|
9
9
|
option :reversed, default: proc { false }
|
|
10
10
|
|
|
11
|
-
include Tooltipable
|
|
11
|
+
include Ariadne::Behaviors::Tooltipable
|
|
12
12
|
|
|
13
13
|
# @param form_url [String] The URL to POST to when the toggle switch is toggled. If `nil`, the toggle switch will not make any requests.
|
|
14
14
|
# @param csrf_token [String] A CSRF token that will be sent to the server as "authenticity_token" when the toggle switch is toggled. Unused if `src` is `nil`.
|