@onemrvapublic/design-system-theme 18.2.19 → 18.2.20-develop.1

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.
@@ -38,11 +38,21 @@
38
38
  }
39
39
 
40
40
  .mat-mdc-icon-button.onemrva-icon-button {
41
- outline: 1px solid µ.primary($theme);
42
- border: 3px solid white;
43
- box-sizing: border-box;
44
- font-size: 20px;
41
+ border: 1px solid µ.primary($theme);
45
42
  --mat-mdc-button-persistent-ripple-color: none;
43
+ border-radius: 500px;
44
+ padding: 2px 12px;
45
+ font-size: 20px;
46
+ line-height: 33px;
47
+ font-weight: 400;
48
+ height: 32px;
49
+ mat-icon {
50
+ font-size: 20px;
51
+ line-height: 32px;
52
+ height: 21px;
53
+ width: 24px;
54
+ padding: 0;
55
+ }
46
56
 
47
57
  &:focus-visible {
48
58
  background-color: µ.primary($theme, 50);
@@ -52,6 +62,7 @@
52
62
  width: 32px;
53
63
  height: 32px;
54
64
  padding: 3px;
65
+ line-height: 32px;
55
66
  }
56
67
 
57
68
  &.small {
@@ -66,6 +77,7 @@
66
77
  }
67
78
 
68
79
  &:hover {
80
+ border: none;
69
81
  outline: none;
70
82
  box-shadow: 0 3px 3px rgba(49, 47, 59, 0.32);
71
83
  }
@@ -75,6 +87,7 @@
75
87
  opacity: 0.4;
76
88
  }
77
89
  }
90
+
78
91
  .mat-mdc-button-base:not(.mat-mdc-icon-button):not(
79
92
  .mat-mdc-datepicker-close-button
80
93
  ):not(.mat-mdc-mini-fab) {
@@ -9,7 +9,7 @@
9
9
  --mdc-outlined-text-field-focus-outline-width: 1px;
10
10
 
11
11
  .mat-mdc-text-field-wrapper {
12
- min-height: 46px;
12
+ height: 46px;
13
13
  .mdc-text-field--outlined {
14
14
  .mat-mdc-form-field-infix {
15
15
  padding: 7px 0 4px 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v18.2.19",
3
+ "version": "v18.2.20-develop.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },