ably-ui 8.8.0 → 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43d1a92fa18f77aa4717dc844f036d7c20d08f63f27fd9a528e9d626074491fe
|
4
|
+
data.tar.gz: 9780e38433352d6d548ca9a89e5ccc7a67931e5f0394b9fcbaa9a65e35be477c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0eb7d12d2c1f9a7c5d7abcefd07111e2da0d58bcc954035042714f849dab1f2fc926cd290b000dfab8c8cfce60d9bde9cb3fe75bf5e8ab4a134063ab4a74cd78
|
7
|
+
data.tar.gz: 2406083193f45dbbeea97acd642f7c886e02d8cd18100df0e7ac8f4b72c50b8a342ac88f976a9584d097ccfa6edd1087f1cd1dd18bfcec93ab6be1dbbbd3b613
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
<section class="w-full bg-white">
|
2
|
-
|
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
|
-
|
8
|
+
<% end %>
|
9
9
|
</section>
|
data/lib/ably_ui/core/styles.css
CHANGED
@@ -467,16 +467,15 @@
|
|
467
467
|
}
|
468
468
|
|
469
469
|
.ui-link {
|
470
|
-
@apply
|
470
|
+
@apply text-gui-default;
|
471
471
|
@apply hover:text-gui-hover active:text-gui-active disabled:text-gui-unavailable;
|
472
|
-
@apply focus:text-gui-
|
473
|
-
@apply underline;
|
472
|
+
@apply focus:text-gui-default focus:outline-gui-focus;
|
473
|
+
@apply no-underline;
|
474
474
|
}
|
475
475
|
|
476
476
|
.ui-link-neutral {
|
477
|
-
@apply visited:text-dark-grey;
|
478
477
|
@apply hover:text-dark-grey active:text-cool-black disabled:text-gui-unavailable;
|
479
|
-
@apply focus:text-
|
478
|
+
@apply focus:text-charcoal-grey focus:outline-gui-focus-neutral;
|
480
479
|
@apply underline;
|
481
480
|
}
|
482
481
|
}
|
data/lib/ably_ui/version.rb
CHANGED
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.
|
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-
|
13
|
+
date: 2022-10-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|