hotwire_combobox 0.2.3 → 0.2.4

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: 375e5d8a06acd3bfb37fda548dcbaf55c097dafddf6511d33292ee424c267e92
4
- data.tar.gz: 334608cf151572af945be3f9cf17598ccbf9b1808580c1cb57e2ea8e24fba246
3
+ metadata.gz: 7a06f74ec8d38e109d2fec2b81c56d58ada9e5644e371a072eb690eb3c2ab383
4
+ data.tar.gz: d3e07d9dbc14afe6764ae239609766f7cc5a5374fca55816d47dd167ad54a203
5
5
  SHA512:
6
- metadata.gz: 3a39403f378b1be54d167ed15e4006e96751c19ab71c3c7f60414c3b13598f861fb2cbc7611995775f804a1caadcc0849fc89f68dc4761777a015acf57e1ad19
7
- data.tar.gz: 1618b436e6c19922b32ce986f6f5103676e206eb9d04c868cfa5bfd6b9a84dd62dd65c164dd2072ab355e62d951e91610dfb9043fe72e14432ec2e9c6fcb45b4
6
+ metadata.gz: 9eedaa03fe6a6c4d1dee68f4c23090c1d6ed4a26208a0a877e3f134fcb15dbe0120d40c9048b8f5009f378c6f8d9e2cfafd04d2f69d3b699810f604339bf45b3
7
+ data.tar.gz: 2be4c0676906f3757f2f8fe5e16cebecd1040cd2161dcdfed9bcb64d39729f46d5ed6e64a51a389a865f190a6bcef8ec2dbafe1f47b2c5102d922ea083e5f74e
@@ -1,5 +1,5 @@
1
1
  /*!
2
- HotwireCombobox 0.2.3
2
+ HotwireCombobox 0.2.4
3
3
  */
4
4
  import { Controller } from '@hotwired/stimulus';
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- HotwireCombobox 0.2.3
2
+ HotwireCombobox 0.2.4
3
3
  */
4
4
  (function (global, factory) {
5
5
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@hotwired/stimulus')) :
@@ -4,7 +4,7 @@
4
4
  <%= render "hotwire_combobox/combobox/hidden_field", component: component %>
5
5
 
6
6
  <%= tag.div **component.main_wrapper_attrs do %>
7
- <%# Announcer styles defined here because they're not optional %>
7
+ <%# Essential styles defined here, removing these would break the combobox %>
8
8
  <%= tag.style nonce: content_security_policy_nonce do %>
9
9
  .hw-combobox__announcer {
10
10
  position: absolute;
@@ -16,6 +16,10 @@
16
16
  clip: rect(0, 0, 0, 0);
17
17
  border: 0;
18
18
  }
19
+
20
+ .hw_combobox__pagination__wrapper {
21
+ height: 5px;
22
+ }
19
23
  <% end %>
20
24
  <%= tag.div **component.announcer_attrs %>
21
25
  <%= render "hotwire_combobox/combobox/input", component: component %>
@@ -1,7 +1,7 @@
1
1
  <%# locals: (for_id:, src:) -%>
2
2
 
3
- <%= tag.li id: hw_pagination_frame_wrapper_id(for_id), data: {
4
- hw_combobox_target: "endOfOptionsStream", input_type: params[:input_type] },
3
+ <%= tag.li id: hw_pagination_frame_wrapper_id(for_id), class: "hw_combobox__pagination__wrapper",
4
+ data: { hw_combobox_target: "endOfOptionsStream", input_type: params[:input_type] },
5
5
  aria: { hidden: true } do %>
6
6
  <%= turbo_frame_tag hw_pagination_frame_id(for_id), src: src, loading: :lazy %>
7
7
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module HotwireCombobox
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotwire_combobox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Farias
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-24 00:00:00.000000000 Z
11
+ date: 2024-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails