ably-ui 8.8.1 → 8.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 415e4f5053c096d45c55e46344a3a13b9840499e7a324ee883da17783ef10d61
4
- data.tar.gz: 720e38ef45c3cb7d3211708478250433f4cf9825c8a83abce102c8a58bca9590
3
+ metadata.gz: 43d1a92fa18f77aa4717dc844f036d7c20d08f63f27fd9a528e9d626074491fe
4
+ data.tar.gz: 9780e38433352d6d548ca9a89e5ccc7a67931e5f0394b9fcbaa9a65e35be477c
5
5
  SHA512:
6
- metadata.gz: 883f58a9c1632d9e5a097c9e6bb77fec0b0be834bcf082077b8ae648e6bdc0091fd153dfd844f341eb9a950c65bc14ecffd21c9a4a186d9b01a9e528f16b785d
7
- data.tar.gz: 7d80c1620bdea43ac533fe90ca753fa439a031092d9328f53e212d0cf3e225890110c00b1dd722feef2682b301674ffc8c562380fa7074ad6c7a3aae9f677608
6
+ metadata.gz: 0eb7d12d2c1f9a7c5d7abcefd07111e2da0d58bcc954035042714f849dab1f2fc926cd290b000dfab8c8cfce60d9bde9cb3fe75bf5e8ab4a134063ab4a74cd78
7
+ data.tar.gz: 2406083193f45dbbeea97acd642f7c886e02d8cd18100df0e7ac8f4b72c50b8a342ac88f976a9584d097ccfa6edd1087f1cd1dd18bfcec93ab6be1dbbbd3b613
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (8.7.0.dev.73348b7)
4
+ ably-ui (8.7.0.dev.b3aa10e)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -1,9 +1,9 @@
1
1
  <section class="w-full bg-white">
2
- <ul class="py-64 flex flex-row flex-wrap md:flex-nowrap content-between m-auto items-center">
2
+ <%= tag.ul class: "py-64 flex flex-row flex-wrap md:flex-nowrap content-between m-auto items-center #{@additional_css}" do %>
3
3
  <% companies.each do |company| %>
4
4
  <li class="flex-auto text-center sm:w-1/3 w-1/2">
5
5
  <%= image_tag company[:logo], alt: "#{company[:label]} logo", class: 'mx-auto' %>
6
6
  </li>
7
7
  <% end %>
8
- </ul>
8
+ <% end %>
9
9
  </section>
@@ -5,8 +5,9 @@ module AblyUi
5
5
  class CustomerLogos < ViewComponent::Base
6
6
  attr_reader :companies
7
7
 
8
- def initialize(companies:)
8
+ def initialize(companies:, additional_css: '')
9
9
  @companies = companies
10
+ @additional_css = additional_css
10
11
  end
11
12
  end
12
13
  end
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '8.8.1'
2
+ VERSION = '8.9.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.8.1
4
+ version: 8.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Piatek
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-09-30 00:00:00.000000000 Z
13
+ date: 2022-10-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component