ably-ui 7.5.0.dev.e375d71 → 7.7.0.dev.250db1f

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: feccbe2455882541faef717e16894cced082c09342a6624c09594d035bc5e802
4
- data.tar.gz: 5e3b716f5612026f7924257ee3e1a2fc6f7f51de749fd950c39b76bfbc0994bf
3
+ metadata.gz: 389a3b848538e426d7aa9a51ee73059f698fb55f44737388561ca82539d750c4
4
+ data.tar.gz: ce4eaffab835325726f573affeb2ac95b9315fdbd1b451f09c94a880911b5049
5
5
  SHA512:
6
- metadata.gz: a80ba695180fd9985e2db08783f29d65eb5e3f491d7081cb3f546ea1a4f75b917d71bb595f3fdfd2e2f421ba39eaf1ba4f37a4c2aadb90515218cfe68c34d0ff
7
- data.tar.gz: 1e81ee6a08b563e8ea89d2aa2f5d759fa5f8bec6a2935cf577d56d99d7c5055aa2e4fb5a6bfad003cadab62e999d83f4cdec256a50abeca04669ec95554a7a77
6
+ metadata.gz: d65a9f82c45cf1c161d0c615db377aa3e9ad0a81f64e600f48ee96ed8ac91fa2e415a9036c2555f9070e7152db354571190ce9a10849ede8ed2a05b963806858
7
+ data.tar.gz: 415ec236cda6bdc6bb18abe6d1ba2b9435e0419a3f3b5c5bd9cada3dbf1107a102ca7b9baaaf53a0a690416ea57d2f53987fc67bf62df6b6183d49667c062de0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (7.5.0)
4
+ ably-ui (7.7.0)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -31,4 +31,4 @@ DEPENDENCIES
31
31
  view_component
32
32
 
33
33
  BUNDLED WITH
34
- 2.2.19
34
+ 2.3.8
@@ -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 {
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '7.5.0.dev.e375d71'
2
+ VERSION = '7.7.0.dev.250db1f'
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: 7.5.0.dev.e375d71
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-06 00:00:00.000000000 Z
13
+ date: 2022-05-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component