nfg_ui 6.16.1 → 6.16.2
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/lib/nfg_ui/bootstrap/utilities/tooltipable.rb +2 -2
- data/lib/nfg_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d864361668c5317d82b786d3aa2279f6e994472e56f321662541ec987f8542c
|
|
4
|
+
data.tar.gz: 3aba84161a5431ee9226a0e76a316efbbc4a924b555f2e3d91939a7193f3ff03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a30baaff6ae02c4c070a649b4bb90db13a9fd427629843b3a7eb82a2fffa85ce15c42e0f7df60fc69d34a9583223c6714172f6f34ce9156095af77dc07516c92
|
|
7
|
+
data.tar.gz: 2badcf6d917cc015d9efb25904a548499924f82847b50282f88fb7789547dc91ee49100aa2a3c864267cf596c15dc61a6906dbfe16650c2d32d4e8ed83639ec8
|
|
@@ -40,7 +40,7 @@ module NfgUi
|
|
|
40
40
|
# It is undesirable that every Tooltipable component also received
|
|
41
41
|
# the disableable functionality as well.
|
|
42
42
|
include Bootstrap::Utilities::Disableable
|
|
43
|
-
|
|
43
|
+
|
|
44
44
|
def tooltip
|
|
45
45
|
options.fetch(:tooltip, nil)
|
|
46
46
|
end
|
|
@@ -70,7 +70,7 @@ module NfgUi
|
|
|
70
70
|
def disabled_component_tooltip_wrapper_html_options
|
|
71
71
|
{ data: tooltip_data_attributes,
|
|
72
72
|
title: tooltip,
|
|
73
|
-
class: 'd-inline-block',
|
|
73
|
+
class: options[:block] ? 'd-block' : 'd-inline-block',
|
|
74
74
|
tabindex: '0' }
|
|
75
75
|
end
|
|
76
76
|
|
data/lib/nfg_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nfg_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.16.
|
|
4
|
+
version: 6.16.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Roehm
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-
|
|
12
|
+
date: 2023-06-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bootstrap
|