ably-ui 8.7.0.dev.ed2f2fd → 8.7.0.dev.ef0470f
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ably_ui/core/styles.css +8 -8
- data/lib/ably_ui/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84bd5ded90726a6ef9db7df5d9a0cb6ea18eff9311a6f7d7b3353dbf4a3210b8
|
4
|
+
data.tar.gz: 10f3784097216b25c38f880aaa5d073fb26b616c07c7c224778d1f011b59ca48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dde484a2c21ad342aef96f33a78cc29072c76933aa8dc8ea104dbf0c34ae004f8b969b3b4861060b32c3c49932ddd8423e7414e3181ce303b8366405707f0eb
|
7
|
+
data.tar.gz: 8d8638bc301442ab64445c12efe2cedb65afcf5208dc60122e6570e93a8f5996313af33570824ed639ec3aec5b48897a8d9e3d90f03d038b797b303d03a94ec1
|
data/Gemfile.lock
CHANGED
data/lib/ably_ui/core/styles.css
CHANGED
@@ -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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
405
|
+
@apply text-sub-header-xs xs:text-sub-header leading-normal;
|
406
406
|
}
|
407
407
|
|
408
408
|
.ui-text-overline1 {
|
data/lib/ably_ui/version.rb
CHANGED