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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84da7101277bcdd6bed1fbbf8fb702a6c8c8d10179258bbdfbefd2d1f1b1b036
4
- data.tar.gz: af512245d7af5b1ad1eedf537b56e4b542008066e5b8ae189a4795d26eb5c0ff
3
+ metadata.gz: 6d864361668c5317d82b786d3aa2279f6e994472e56f321662541ec987f8542c
4
+ data.tar.gz: 3aba84161a5431ee9226a0e76a316efbbc4a924b555f2e3d91939a7193f3ff03
5
5
  SHA512:
6
- metadata.gz: 49df6915a4375a5b555291761590abe266756fabc606bc5c73daed55f3f50a24943a1bb32aa7947916f96c0c59bd38cb8b36c9b85ad666e3512f03eba08ab856
7
- data.tar.gz: 23bade83a892410ff26e48eccf121063d6b50e3f5613593a932075c350c40fd95a6a7fb8806da807c9c2fc6ae7d7d29064a13910f97eb9f39629372ee21ec8ce
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '6.16.1'
4
+ VERSION = '6.16.2'
5
5
  end
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.1
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-04-13 00:00:00.000000000 Z
12
+ date: 2023-06-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap