ably-ui 8.8.0 → 8.8.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ably_ui/core/styles.css +4 -5
- data/lib/ably_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 415e4f5053c096d45c55e46344a3a13b9840499e7a324ee883da17783ef10d61
|
|
4
|
+
data.tar.gz: 720e38ef45c3cb7d3211708478250433f4cf9825c8a83abce102c8a58bca9590
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 883f58a9c1632d9e5a097c9e6bb77fec0b0be834bcf082077b8ae648e6bdc0091fd153dfd844f341eb9a950c65bc14ecffd21c9a4a186d9b01a9e528f16b785d
|
|
7
|
+
data.tar.gz: 7d80c1620bdea43ac533fe90ca753fa439a031092d9328f53e212d0cf3e225890110c00b1dd722feef2682b301674ffc8c562380fa7074ad6c7a3aae9f677608
|
data/Gemfile.lock
CHANGED
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.8.
|
|
4
|
+
version: 8.8.1
|
|
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-
|
|
13
|
+
date: 2022-09-30 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: view_component
|