ably-ui 11.6.0 → 11.7.1.dev.2e09628

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,7 +86,7 @@
86
86
  .ui-uptime-key {
87
87
  @apply block mt-16 mr-20 bg-transparent;
88
88
  @apply sm:inline-block sm:mt-0;
89
- @apply font-light text-p2 text-white block sm:inline-flex items-center;
89
+ @apply font-medium text-p2 text-white block sm:inline-flex items-center;
90
90
  }
91
91
 
92
92
  .ui-uptime-key:first-child {
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '11.6.0'
2
+ VERSION = '11.7.1.dev.2e09628'
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.6.0
4
+ version: 11.7.1.dev.2e09628
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Piatek
8
8
  - Arti Mathanda
9
9
  - Bruce Thomas
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-09-21 00:00:00.000000000 Z
13
+ date: 2023-11-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component
@@ -32,7 +32,7 @@ dependencies:
32
32
  - - "<"
33
33
  - !ruby/object:Gem::Version
34
34
  version: '2.50'
35
- description:
35
+ description:
36
36
  email:
37
37
  - dominik.piatek@ably.com
38
38
  - arti.mathanda@ably.com
@@ -91,6 +91,8 @@ files:
91
91
  - lib/ably_ui/core/fonts/NEXT-Book-Medium.otf
92
92
  - lib/ably_ui/core/fonts/NEXT-Book-Medium.woff
93
93
  - lib/ably_ui/core/fonts/NEXT-Book-Medium.woff2
94
+ - lib/ably_ui/core/fonts/jetBrains-mono.css
95
+ - lib/ably_ui/core/fonts/manrope.css
94
96
  - lib/ably_ui/core/fonts/next.css
95
97
  - lib/ably_ui/core/fonts/source-code-pro.css
96
98
  - lib/ably_ui/core/footer/component.css
@@ -229,7 +231,7 @@ licenses:
229
231
  - Apache-2.0
230
232
  metadata:
231
233
  source_code_uri: https://github.com/ably/ably-ui
232
- post_install_message:
234
+ post_install_message:
233
235
  rdoc_options: []
234
236
  require_paths:
235
237
  - lib
@@ -240,12 +242,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
240
242
  version: '0'
241
243
  required_rubygems_version: !ruby/object:Gem::Requirement
242
244
  requirements:
243
- - - ">="
245
+ - - ">"
244
246
  - !ruby/object:Gem::Version
245
- version: '0'
247
+ version: 1.3.1
246
248
  requirements: []
247
- rubygems_version: 3.2.3
248
- signing_key:
249
+ rubygems_version: 3.3.7
250
+ signing_key:
249
251
  specification_version: 4
250
252
  summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
251
253
  test_files: []