ably-ui 13.2.2.dev.78815ed → 13.2.2

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: 611c492968fb8d8c194885207f4d0020506b70a10c3940bca6c831c6d5952784
4
- data.tar.gz: 566da5b9a281bcb2d69f3f41d9dafb2cb52e7854a4d222f79b911ac00cfca241
3
+ metadata.gz: 2a5b139f304c6e16883fd04b5d3360fdebf971ff1beb26111d75c3821ef73dce
4
+ data.tar.gz: 9b6ec839689f1e67322dddb4d49593747cb625b82551a8c993a3e6c991f82f54
5
5
  SHA512:
6
- metadata.gz: 4443313dc7136e344980dcea3a66d61416e04ed1175060c56fa8c97cc0cf62cb577e4837f72173677563778efe3cb6d1977bd45451c7bcc1a5010608d47dffe1
7
- data.tar.gz: 22ae8894fdda0a6f241bd0df2bd7f50b0b81e96c8b036e718fc619723180f4601f9749e873e564d39715b9de2fac534022ac27712ddec675b3a6f59260baf9f5
6
+ metadata.gz: 26b25ea3e72068411298b506d2012f660672822aefc3d70085cb8e96c0bcfc4f1a283cc3df67f8f41c130c4d31dbce3c3f16964680dd7f4e1526a477ca39bf53
7
+ data.tar.gz: be6e28cb3e319065d34038da14f69ee44c2371346bcd81350f5fd057072587d4f21b589b3c20442d57b7aa7b2341d5a7580109820f48711e9b9c2bfd2201e480
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (13.2.2)
4
+ ably-ui (13.1.0)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '13.2.2.dev.78815ed'
2
+ VERSION = '13.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.2.2.dev.78815ed
4
+ version: 13.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenneth Kalmer
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-12 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: view_component
@@ -30,7 +30,7 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '2.50'
33
- description:
33
+ description:
34
34
  email:
35
35
  - kenneth.kalmer@ably.com
36
36
  executables: []
@@ -65,7 +65,6 @@ files:
65
65
  - lib/ably_ui/core/feature_footer/component.js
66
66
  - lib/ably_ui/core/feature_footer/feature_footer.html.erb
67
67
  - lib/ably_ui/core/feature_footer/feature_footer.rb
68
- - lib/ably_ui/core/featured_link/component.css
69
68
  - lib/ably_ui/core/featured_link/component.js
70
69
  - lib/ably_ui/core/featured_link/featured_link.html.erb
71
70
  - lib/ably_ui/core/featured_link/featured_link.rb
@@ -227,7 +226,7 @@ licenses:
227
226
  - Apache-2.0
228
227
  metadata:
229
228
  source_code_uri: https://github.com/ably/ably-ui
230
- post_install_message:
229
+ post_install_message:
231
230
  rdoc_options: []
232
231
  require_paths:
233
232
  - lib
@@ -241,12 +240,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
241
240
  version: '3.3'
242
241
  required_rubygems_version: !ruby/object:Gem::Requirement
243
242
  requirements:
244
- - - ">"
243
+ - - ">="
245
244
  - !ruby/object:Gem::Version
246
- version: 1.3.1
245
+ version: '0'
247
246
  requirements: []
248
247
  rubygems_version: 3.3.7
249
- signing_key:
248
+ signing_key:
250
249
  specification_version: 4
251
250
  summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
252
251
  test_files: []
@@ -1,16 +0,0 @@
1
- @layer components {
2
- .ui-featured-link {
3
- @apply font-sans font-medium block;
4
- @apply text-gui-default hover:text-gui-hover focus:text-gui-focus focus:outline-gui-focus;
5
- }
6
-
7
- .ui-featured-link:hover svg {
8
- @apply left-0;
9
- }
10
-
11
- .ui-featured-link-icon {
12
- transition: left 100ms ease-in-out;
13
- @apply align-middle ml-8 relative -top-1 -left-4;
14
- }
15
- }
16
-