hotwire_combobox 0.2.4 → 0.2.5

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: 7a06f74ec8d38e109d2fec2b81c56d58ada9e5644e371a072eb690eb3c2ab383
4
- data.tar.gz: d3e07d9dbc14afe6764ae239609766f7cc5a5374fca55816d47dd167ad54a203
3
+ metadata.gz: 64ee128886d148aa44b82aaeefcd88f298c393fa9097d28c9ee343df356f31de
4
+ data.tar.gz: c0eb83875bc403d94e930a0ed9e2f43e17f9c77c05bd28b341d0684086aa17ae
5
5
  SHA512:
6
- metadata.gz: 9eedaa03fe6a6c4d1dee68f4c23090c1d6ed4a26208a0a877e3f134fcb15dbe0120d40c9048b8f5009f378c6f8d9e2cfafd04d2f69d3b699810f604339bf45b3
7
- data.tar.gz: 2be4c0676906f3757f2f8fe5e16cebecd1040cd2161dcdfed9bcb64d39729f46d5ed6e64a51a389a865f190a6bcef8ec2dbafe1f47b2c5102d922ea083e5f74e
6
+ metadata.gz: 8454420c02a2fc8d894c75063286d1eb7613a9d3533030f48b607d9a95317fa262744c413529b218c5ff5166810fd8dad6e051b704cda660bfd02013b8b4721e
7
+ data.tar.gz: 33713116699c659f3a0d4a6a2510ad878b59894bb2bc140becc5e7543aece05563b01da82c6e6a9f1a20336dc6b89f9120eb11845af1b2b5a01ab9034bffc67b
@@ -1,5 +1,5 @@
1
1
  /*!
2
- HotwireCombobox 0.2.4
2
+ HotwireCombobox 0.2.5
3
3
  */
4
4
  import { Controller } from '@hotwired/stimulus';
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- HotwireCombobox 0.2.4
2
+ HotwireCombobox 0.2.5
3
3
  */
4
4
  (function (global, factory) {
5
5
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@hotwired/stimulus')) :
@@ -288,3 +288,7 @@
288
288
  width: 1rem;
289
289
  }
290
290
  }
291
+
292
+ .hw_combobox__pagination__wrapper {
293
+ background-color: var(--hw-option-bg-color);
294
+ }
@@ -1,3 +1,3 @@
1
1
  module HotwireCombobox
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotwire_combobox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Farias