ably-ui 7.5.0.dev.e375d71 → 7.7.0.dev.250db1f
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 +2 -2
- data/lib/ably_ui/core/styles.css +27 -1
- data/lib/ably_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 389a3b848538e426d7aa9a51ee73059f698fb55f44737388561ca82539d750c4
|
4
|
+
data.tar.gz: ce4eaffab835325726f573affeb2ac95b9315fdbd1b451f09c94a880911b5049
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d65a9f82c45cf1c161d0c615db377aa3e9ad0a81f64e600f48ee96ed8ac91fa2e415a9036c2555f9070e7152db354571190ce9a10849ede8ed2a05b963806858
|
7
|
+
data.tar.gz: 415ec236cda6bdc6bb18abe6d1ba2b9435e0419a3f3b5c5bd9cada3dbf1107a102ca7b9baaaf53a0a690416ea57d2f53987fc67bf62df6b6183d49667c062de0
|
data/Gemfile.lock
CHANGED
data/lib/ably_ui/core/styles.css
CHANGED
@@ -338,7 +338,7 @@
|
|
338
338
|
|
339
339
|
.ui-text-h4 {
|
340
340
|
@apply font-sans font-medium text-cool-black;
|
341
|
-
@apply text-h4;
|
341
|
+
@apply text-h4 uppercase;
|
342
342
|
@apply tracking-widen-0.1;
|
343
343
|
}
|
344
344
|
|
@@ -528,6 +528,32 @@
|
|
528
528
|
.ui-checkbox-input:checked + .ui-checkbox-styled svg {
|
529
529
|
@apply block;
|
530
530
|
}
|
531
|
+
|
532
|
+
.ui-textarea {
|
533
|
+
@apply font-sans font-light text-cool-black text-p1;
|
534
|
+
@apply p-input mb-16;
|
535
|
+
@apply bg-light-grey border-mid-grey transition-input border rounded block w-full;
|
536
|
+
@apply hover:bg-white hover:shadow-input hover:border-transparent;
|
537
|
+
@apply focus:bg-white focus:shadow-input focus:border-transparent focus:outline-gui-focus;
|
538
|
+
}
|
539
|
+
|
540
|
+
.ui-textarea::-moz-placeholder {
|
541
|
+
/* CSS vars don't work in ::placeholder in Webkit :( */
|
542
|
+
/* color: var(--text-dark-grey); */
|
543
|
+
color: #76767c;
|
544
|
+
}
|
545
|
+
|
546
|
+
.ui-textarea:-ms-input-placeholder {
|
547
|
+
/* CSS vars don't work in ::placeholder in Webkit :( */
|
548
|
+
/* color: var(--text-dark-grey); */
|
549
|
+
color: #76767c;
|
550
|
+
}
|
551
|
+
|
552
|
+
.ui-textarea::placeholder {
|
553
|
+
/* CSS vars don't work in ::placeholder in Webkit :( */
|
554
|
+
/* color: var(--text-dark-grey); */
|
555
|
+
color: #76767c;
|
556
|
+
}
|
531
557
|
}
|
532
558
|
@layer components {
|
533
559
|
.ui-input {
|
data/lib/ably_ui/version.rb
CHANGED
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: 7.
|
4
|
+
version: 7.7.0.dev.250db1f
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominik Piatek
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-05-
|
13
|
+
date: 2022-05-17 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|