@mtvh/mtvh-design-system 0.0.18 → 0.0.19

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.
@@ -16,5 +16,7 @@
16
16
  top: 50%;
17
17
  transform: translate(-20%, -50%);
18
18
  border-radius: var(--#{$prefix}border-radius-pill);
19
+ min-width: 1rem;
20
+ min-height: 1rem;
19
21
  }
20
22
  }
@@ -9,8 +9,7 @@
9
9
  outline-offset: calc(var(--#{$prefix}btn-outline-border) * -1);
10
10
  text-transform: uppercase;
11
11
  line-height: 1.25;
12
- min-width: 1rem;
13
- min-height: 1rem;
12
+
14
13
 
15
14
  @include media-breakpoint-up(md) {
16
15
  --#{$prefix}badge-padding-x: #{$mtvh-spacing-3};
@@ -170,7 +170,7 @@ $input-placeholder-color: var(--#{$prefix}grey-06);
170
170
  $input-width-size-xxs : 64px;
171
171
  $input-width-size-xs : 80px;
172
172
  $input-width-size-sm : 96px;
173
- $input-width-size-md : 130px;
173
+ $input-width-size-md : 160px;
174
174
  $input-width-size-lg : 336px;
175
175
  $input-width-size-xl : 450px;
176
176
  $input-width-size-l : 420px;
@@ -4,7 +4,9 @@
4
4
  // primarily for client-side validation via scoped `:invalid` and `:valid`
5
5
  // pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for
6
6
  // server-side validation.
7
-
7
+ .was-validated .form-control:invalid, .form-control.is-invalid {
8
+ padding-right: $input-padding-x;
9
+ }
8
10
  .invalid-feedback, .formio-component.has-error .invalid-feedback {
9
11
  font-weight: $mtvh-font-weight-bold;
10
12
  &:has(.error.form-text) {
@@ -31,4 +33,3 @@
31
33
  }
32
34
  }
33
35
 
34
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtvh/mtvh-design-system",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "MTVH design system",
5
5
  "author": "MTVH",
6
6
  "license": "MIT",