active_frontend 14.1.21 → 14.1.22

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 461898f1f5acaf46a804b0be937f63e4231ad329
4
- data.tar.gz: f9789b124d45877da45dcdf0cf8048611957480d
3
+ metadata.gz: 41701093881d7c0de38f2b7d5e91123860ad5aa2
4
+ data.tar.gz: 60bb118029c5a3df76737167f558fa17aa32375e
5
5
  SHA512:
6
- metadata.gz: 69b16e4bcc9cb6bb5b7ceaca7a267b6e63144bac46725306aecf7058bccc1e45c0f9a96c0d141a7cd754c02d8952c61ddecc02cdf0069eda4bbc207f4d1a04d3
7
- data.tar.gz: 0ed038504cb75595f1e6711f7ef3359d723b32b39135a1b4673742397332766d6664348bd2ac1b502d7fd47586a6992540d5092bb8f66d9a95894731fdeac199
6
+ metadata.gz: ed88e769e82dfc5303155962fd392fa67961fadc3bb22219290f1092af68c8e0072c0c4a468731ec8a2575463e4aa0d6d6edef091b8bb9100cb0f885cab456fc
7
+ data.tar.gz: a2a0c5c67cf447af0dbebbfadca272b01e3beee9efc31732fd5429c98c70bf4ed973188b6184e2ffe70d7604e2f1071c432c7a8bd2371f0857db435a40fb4bd8
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.1.21'.freeze
2
+ VERSION = '14.1.22'.freeze
3
3
  end
@@ -486,7 +486,7 @@ textarea {
486
486
  > .form-tags + label {
487
487
  @include transition(all 0.3s ease-in-out);
488
488
  background: color(haze);
489
- border-radius: border-radius(s);
489
+ border-radius: border-radius(b);
490
490
  font-size: text-size(xxs);
491
491
  font-weight: text-weight(semibold);
492
492
  left: 16px;
@@ -610,7 +610,7 @@ textarea {
610
610
  border-radius: border-radius(b);
611
611
 
612
612
  label,
613
- label::after { border-radius: border-radius(s); }
613
+ label::after { border-radius: border-radius(b); }
614
614
  }
615
615
  .form-radio {
616
616
  border-radius: border-radius(xl);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.1.21
4
+ version: 14.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez