lato 3.3.17 → 3.3.18

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: 4d57cd4fe4bbf1ed6a203bf7dd1fb35f7aaef39fd862b78a01b58a9cb6f589cc
4
- data.tar.gz: 9cebe948b221496fdad57e602f4dfb295f560240b2aba8a2bddc39b955e3aff1
3
+ metadata.gz: 0fdd1339537c0d6c8c932ed912d2bcdb0b78871149e7845748de4d469cb147b9
4
+ data.tar.gz: 0c9de29b7c9bd526a492a5a60e1f847a3c2ce3762ed0619c831111f96779552e
5
5
  SHA512:
6
- metadata.gz: 263aebfd8fea85f61f0bff95e307c05505f9d1e75f0f324142bad77971eb689eb05478eef389e96014f8861ea15a7c7c61f242b07f1da06fcbd8ed1a65cc1a81
7
- data.tar.gz: e3290cdc24f42048a576089f2bc65ccaf1a5e414bfae1e8a51464f6f3de0f32cd25f871ae3ee5c2ea32ff7d668fe8baa97bcd50c5c391f8f16507749637eae9f
6
+ metadata.gz: b2d752ab22b8a70131a6168b3dab121613e9139d1478a8187201d707304e4c7b3e5fe9b16ef2e52e6483701fef937171f218a96a6a3ffda4abecfa20ba9f6d8d
7
+ data.tar.gz: e7f847ccc2e4d684e8e7e544848f020980052f96595864be32cf253439fc78405ef9865a8953d5c162df21323be58dae10b63d9a0620246097d1d7fbf6e0448e
@@ -0,0 +1,15 @@
1
+ import { Controller } from "@hotwired/stimulus"
2
+
3
+ export default class extends Controller {
4
+ /**
5
+ * Stimulus
6
+ */
7
+
8
+ connect() {
9
+ this.tooltip = new bootstrap.Tooltip(this.element)
10
+ }
11
+
12
+ disconnect() {
13
+ this.tooltip.dispose()
14
+ }
15
+ }
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.3.17"
2
+ VERSION = "3.3.18"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.17
4
+ version: 3.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-30 00:00:00.000000000 Z
11
+ date: 2024-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -120,6 +120,7 @@ files:
120
120
  - app/assets/javascripts/lato/controllers/lato_input_autocomplete_controller.js
121
121
  - app/assets/javascripts/lato/controllers/lato_network_controller.js
122
122
  - app/assets/javascripts/lato/controllers/lato_operation_controller.js
123
+ - app/assets/javascripts/lato/controllers/lato_tooltip_controller.js
123
124
  - app/assets/stylesheets/lato/application.scss
124
125
  - app/controllers/concerns/lato/componentable.rb
125
126
  - app/controllers/concerns/lato/layoutable.rb
@@ -233,7 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
234
  - !ruby/object:Gem::Version
234
235
  version: '0'
235
236
  requirements: []
236
- rubygems_version: 3.4.1
237
+ rubygems_version: 3.4.10
237
238
  signing_key:
238
239
  specification_version: 4
239
240
  summary: Basic engine for all Lato projects