ably-ui 8.7.0.dev.ed2f2fd → 8.7.0.dev.ef0470f

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: 9711adea12e89220610f7e0f2f25cfa069febe298aadf84699002a0823dd2bb8
4
- data.tar.gz: ad772b0b1c2a0697ca085a4c2c5d31590cd43268c3d9051bace745bfe57ad5b1
3
+ metadata.gz: 84bd5ded90726a6ef9db7df5d9a0cb6ea18eff9311a6f7d7b3353dbf4a3210b8
4
+ data.tar.gz: 10f3784097216b25c38f880aaa5d073fb26b616c07c7c224778d1f011b59ca48
5
5
  SHA512:
6
- metadata.gz: ba2064f9acf4bd10f0a52ae850fcb66843bca9c111a6c23d7edf2f2d8dc92c6dbf526cb9309014f2d99d8edbb6783df62f174f4cb7c011e89907d8dd07b5e39e
7
- data.tar.gz: 551cbf6038d6ad4dfe0c1056ef78e520a903f20a30922e0cc0c3615fad3b4aeee3e41f37ede4baa38422139596088a77ea872777fc9b57cbd9851888d1ddaa50
6
+ metadata.gz: 6dde484a2c21ad342aef96f33a78cc29072c76933aa8dc8ea104dbf0c34ae004f8b969b3b4861060b32c3c49932ddd8423e7414e3181ce303b8366405707f0eb
7
+ data.tar.gz: 8d8638bc301442ab64445c12efe2cedb65afcf5208dc60122e6570e93a8f5996313af33570824ed639ec3aec5b48897a8d9e3d90f03d038b797b303d03a94ec1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (8.7.0.dev.fe9bd38)
4
+ ably-ui (8.7.0.dev.ed2f2fd)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -357,35 +357,35 @@
357
357
 
358
358
  .ui-text-h3 {
359
359
  @apply font-manrope font-extrabold text-cool-black;
360
- @apply text-h3 leading-7;
360
+ @apply text-h3 leading-tight;
361
361
  @apply tracking-tighten-0.005;
362
362
  }
363
363
 
364
364
  .ui-text-h4 {
365
365
  @apply font-manrope font-extrabold text-cool-black;
366
- @apply text-h4 leading-6;
366
+ @apply text-h4 leading-tight;
367
367
  @apply tracking-tighten-0.0015;
368
368
  }
369
369
 
370
370
  .ui-text-h5 {
371
371
  @apply font-manrope font-extrabold text-cool-black;
372
- @apply text-h5 leading-5;
372
+ @apply text-h5 leading-tight;
373
373
  @apply tracking-tighten-0.0025;
374
374
  }
375
375
 
376
376
  .ui-text-p1 {
377
377
  @apply font-manrope font-medium text-charcoal-grey;
378
- @apply text-p1 leading-6;
378
+ @apply text-p1 leading-relaxed;
379
379
  }
380
380
 
381
381
  .ui-text-p2 {
382
382
  @apply font-manrope font-medium text-charcoal-grey;
383
- @apply text-p2 leading-5;
383
+ @apply text-p2 leading-relaxed;
384
384
  }
385
385
 
386
386
  .ui-text-p3 {
387
387
  @apply font-manrope font-medium text-charcoal-grey;
388
- @apply text-p3 leading-4;
388
+ @apply text-p3 leading-relaxed;
389
389
  }
390
390
 
391
391
  .ui-text-standfirst {
@@ -396,13 +396,13 @@
396
396
 
397
397
  .ui-text-quote {
398
398
  @apply font-manrope font-normal text-cool-black;
399
- @apply text-quote leading-7;
399
+ @apply text-quote leading-normal;
400
400
  @apply tracking-tighten-0.0015;
401
401
  }
402
402
 
403
403
  .ui-text-sub-header {
404
404
  @apply font-manrope font-semibold text-neutral-900;
405
- @apply text-sub-header-xs xs:text-sub-header leading-7 xs:leading-6;
405
+ @apply text-sub-header-xs xs:text-sub-header leading-normal;
406
406
  }
407
407
 
408
408
  .ui-text-overline1 {
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '8.7.0.dev.ed2f2fd'
2
+ VERSION = '8.7.0.dev.ef0470f'
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.7.0.dev.ed2f2fd
4
+ version: 8.7.0.dev.ef0470f
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Piatek