@apolitical/component-library 8.7.20 → 8.7.21

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.
@@ -17,7 +17,7 @@ $pretty-checkbox: (
17
17
  height: px-to-rem(get-map($pretty-checkbox, 'width'));
18
18
  position: absolute;
19
19
  top: px-to-rem(get-map($pretty-checkbox, 'top'));
20
- left: 0;
20
+ inset-inline-start: 0;
21
21
  border: px-to-rem(get-map($pretty-checkbox, 'border')) solid
22
22
  get-map($theme, 'form_field_border');
23
23
  border-radius: px-to-rem(get-map($pretty-checkbox, 'border-radius'));
@@ -634,6 +634,14 @@ $font-size-md: 1rem;
634
634
  text-align: justify;
635
635
  }
636
636
 
637
+ .u-text-start {
638
+ text-align: start;
639
+ }
640
+
641
+ .u-text-end {
642
+ text-align: end;
643
+ }
644
+
637
645
  // text-decoration
638
646
  .u-line-through {
639
647
  text-decoration: line-through;