ably-ui 11.7.1.dev.1344841 → 12.0.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: 8335699bf46eec3184e802b1d0c0f06440aa1ad333b5077c11bb989db51d1b5e
4
- data.tar.gz: 1a12c6e2a9c851958aef55e95cc6c693dd5990e6da83709c4f744fe776b707b1
3
+ metadata.gz: cca398ff13d7edf4e5ced9f8be01e72c3d8ce595d5ae893683a6c435423f94d0
4
+ data.tar.gz: 6db6d0fc760d106fef80f4afb7034d529c66aca125c4193edcf6baf30c94f651
5
5
  SHA512:
6
- metadata.gz: 65a3bb039e49cf625cae6953378ef058ece663ff1e7ced44652897e8be363491da3aa21f257ac4b3837edeac5f78fbaa7591e0df550a9d367a64eb6eb216af2f
7
- data.tar.gz: 567f72ba7c2c8806ab73f0b87139155894b0c4d48544b5eb743f452788c6dc90575684d9e6d11a530c51212af4065553125d3b9cac715ceb69ed8e35295ea567
6
+ metadata.gz: 9084f4d99ee95748e534ab9d080cb372a45a2e6d394b8d0c5c06e127d883654e896e490b01af09c446a04157d400e124214272f722dd4172d94f576ea3d32fa1
7
+ data.tar.gz: 432b99cc983d5ef901ea4f124e509af19993b37107eac4b2ccbe54491493325afc1ce1be69d13d80ed3ea66fd205e47c5ad2f89bdca7425738571124d8d95214
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (11.7.1.dev.13caf30)
4
+ ably-ui (11.7.1.dev.2e09628)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -498,13 +498,13 @@
498
498
  }
499
499
 
500
500
  .ui-text-overline1 {
501
- @apply font-mono font-normal text-active-orange uppercase;
501
+ @apply font-mono font-medium text-active-orange uppercase;
502
502
  @apply text-overline1 leading-normal;
503
503
  @apply tracking-widen-0.16;
504
504
  }
505
505
 
506
506
  .ui-text-overline2 {
507
- @apply font-mono font-normal text-active-orange uppercase;
507
+ @apply font-mono font-medium text-active-orange uppercase;
508
508
  @apply text-overline2 leading-normal;
509
509
  @apply tracking-widen-0.16;
510
510
  }
@@ -663,7 +663,7 @@
663
663
  }
664
664
  @layer components {
665
665
  .ui-input {
666
- @apply text-p2 font-light bg-light-grey rounded p-input w-full leading-none appearance-none border border-mid-grey transition-input;
666
+ @apply text-p2 font-medium bg-light-grey rounded p-input w-full leading-none appearance-none border border-mid-grey transition-input;
667
667
  @apply hover:bg-white hover:shadow-input hover:border-transparent;
668
668
  @apply focus:bg-white focus:shadow-input focus:border-transparent focus:outline-gui-focus;
669
669
  @apply max-w-screen-sm;
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '11.7.1.dev.1344841'
2
+ VERSION = '12.0.0'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.7.1.dev.1344841
4
+ version: 12.0.0
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
13
  date: 2023-11-30 00:00:00.000000000 Z
@@ -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
@@ -69,7 +69,6 @@ files:
69
69
  - lib/ably_ui/core/feature_footer/component.js
70
70
  - lib/ably_ui/core/feature_footer/feature_footer.html.erb
71
71
  - lib/ably_ui/core/feature_footer/feature_footer.rb
72
- - lib/ably_ui/core/featured_link/component.css
73
72
  - lib/ably_ui/core/featured_link/component.js
74
73
  - lib/ably_ui/core/featured_link/featured_link.html.erb
75
74
  - lib/ably_ui/core/featured_link/featured_link.rb
@@ -231,7 +230,7 @@ licenses:
231
230
  - Apache-2.0
232
231
  metadata:
233
232
  source_code_uri: https://github.com/ably/ably-ui
234
- post_install_message:
233
+ post_install_message:
235
234
  rdoc_options: []
236
235
  require_paths:
237
236
  - lib
@@ -242,12 +241,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
242
241
  version: '0'
243
242
  required_rubygems_version: !ruby/object:Gem::Requirement
244
243
  requirements:
245
- - - ">"
244
+ - - ">="
246
245
  - !ruby/object:Gem::Version
247
- version: 1.3.1
246
+ version: '0'
248
247
  requirements: []
249
- rubygems_version: 3.3.7
250
- signing_key:
248
+ rubygems_version: 3.2.3
249
+ signing_key:
251
250
  specification_version: 4
252
251
  summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
253
252
  test_files: []