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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4887418fd0006d2db364d0c16bfa256295090a902faf917443475ae7b4981466
4
- data.tar.gz: fad0ff87759f87f4bdc6459c90ffaf99bd4a2d9387f9c3249fd68cff753550e4
3
+ metadata.gz: 415e4f5053c096d45c55e46344a3a13b9840499e7a324ee883da17783ef10d61
4
+ data.tar.gz: 720e38ef45c3cb7d3211708478250433f4cf9825c8a83abce102c8a58bca9590
5
5
  SHA512:
6
- metadata.gz: 2ce8b875c5a1fb2060ffa3c7cf10ff0982ccfec0803ae9ff10d91e3e6e9c818bbeca0f0879ba24065608e3fcb71b660f6538c3f596bb952c5cabb9d799ee7cfd
7
- data.tar.gz: 40a808b20ab469e9734f1ae19f4508287ba34bab6b4ab6615dd98f95562d4d6edf4d90c4a17ee87daea48127d3df0f24be46147e000c4de205eb2da3ab67db12
6
+ metadata.gz: 883f58a9c1632d9e5a097c9e6bb77fec0b0be834bcf082077b8ae648e6bdc0091fd153dfd844f341eb9a950c65bc14ecffd21c9a4a186d9b01a9e528f16b785d
7
+ data.tar.gz: 7d80c1620bdea43ac533fe90ca753fa439a031092d9328f53e212d0cf3e225890110c00b1dd722feef2682b301674ffc8c562380fa7074ad6c7a3aae9f677608
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (8.7.0)
4
+ ably-ui (8.7.0.dev.73348b7)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -467,16 +467,15 @@
467
467
  }
468
468
 
469
469
  .ui-link {
470
- @apply visited:text-gui-visited;
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-focus focus:outline-gui-focus;
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-gui-focus focus:outline-gui-focus-neutral;
478
+ @apply focus:text-charcoal-grey focus:outline-gui-focus-neutral;
480
479
  @apply underline;
481
480
  }
482
481
  }
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '8.8.0'
2
+ VERSION = '8.8.1'
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.0
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-29 00:00:00.000000000 Z
13
+ date: 2022-09-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component