@onemrvapublic/design-system-theme 19.0.0-develop.4 → 19.0.0-develop.6

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.
@@ -36,55 +36,56 @@
36
36
  }
37
37
  }
38
38
  }
39
-
40
- .mat-mdc-icon-button.onemrva-icon-button {
41
- border: 1px solid µ.primary($theme);
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 {
39
+ .mat-mdc-icon-button {
40
+ &.onemrva-icon-button {
41
+ border: 1px solid µ.primary($theme);
42
+ --mat-mdc-button-persistent-ripple-color: none;
43
+ border-radius: 500px;
44
+ padding: 2px 12px;
50
45
  font-size: 20px;
51
- line-height: 32px;
52
- height: 21px;
53
- width: 24px;
54
- padding: 0;
55
- }
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
+ }
56
56
 
57
- &:focus-visible {
58
- background-color: µ.primary($theme, 50);
59
- }
57
+ &:focus-visible {
58
+ background-color: µ.primary($theme, 50);
59
+ }
60
60
 
61
- &.mat-mdc-button-base {
62
- width: 32px;
63
- height: 32px;
64
- padding: 3px;
65
- line-height: 32px;
66
- }
61
+ &.mat-mdc-button-base {
62
+ width: 32px;
63
+ height: 32px;
64
+ padding: 3px;
65
+ line-height: 32px;
66
+ }
67
67
 
68
- &.small {
69
- width: 20px;
70
- height: 20px;
71
- }
68
+ &.small {
69
+ width: 20px;
70
+ height: 20px;
71
+ }
72
72
 
73
- .material-icons {
74
- line-height: 20px;
75
- width: 20px;
76
- height: 20px;
77
- }
73
+ .material-icons {
74
+ line-height: 20px;
75
+ width: 20px;
76
+ height: 20px;
77
+ }
78
78
 
79
- &:hover {
80
- border: none;
81
- outline: none;
82
- box-shadow: 0 3px 3px rgba(49, 47, 59, 0.32);
83
- }
79
+ &:hover {
80
+ border: none;
81
+ outline: none;
82
+ box-shadow: 0 3px 3px rgba(49, 47, 59, 0.32);
83
+ }
84
84
 
85
- .mat-ripple-element {
86
- background-color: µ.primary($theme, 100);
87
- opacity: 0.4;
85
+ .mat-ripple-element {
86
+ background-color: µ.primary($theme, 100);
87
+ opacity: 0.4;
88
+ }
88
89
  }
89
90
  }
90
91
 
@@ -12,6 +12,11 @@
12
12
  }
13
13
 
14
14
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined {
15
+ .mat-mdc-icon-button {
16
+ &.mat-mdc-button-base {
17
+ --mdc-icon-button-state-layer-size: 44px;
18
+ }
19
+ }
15
20
  .mdc-notched-outline--upgraded {
16
21
  .mdc-floating-label--float-above {
17
22
  --mat-form-field-container-height: 44px;
package/index.scss CHANGED
@@ -205,9 +205,11 @@
205
205
  // Material design doesn't support h5 and h6 natively
206
206
  .mat-typography {
207
207
  h4 {
208
- font-size: 20px;
209
- line-height: 35px;
210
- font-weight: 700;
208
+ font:
209
+ 700 20px / 35px Source Sans Pro,
210
+ sans-serif;
211
+ letter-spacing: normal;
212
+ margin: 0 0 16px;
211
213
  }
212
214
 
213
215
  h5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v19.0.0-develop.4",
3
+ "version": "v19.0.0-develop.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },