@softheon/armature 17.31.1 → 17.31.2

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.
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/softheon-armature-ag-grid-components.mjs"
3
+ }
@@ -22,10 +22,12 @@ mat-form-field.sof-form-field {
22
22
 
23
23
  .mat-mdc-floating-label {
24
24
  color: mat.get-color-from-palette(theme.$arm-error, 500) !important;
25
+ font-family: "Poppins" !important;
25
26
  }
26
27
 
27
28
  &.mat-focused .mdc-floating-label {
28
29
  color: mat.get-color-from-palette(theme.$arm-error, 500) !important;
30
+ font-family: "Poppins" !important;
29
31
  }
30
32
  }
31
33
 
@@ -103,8 +105,13 @@ mat-form-field.sof-form-field {
103
105
  line-height: 18px !important;
104
106
  }
105
107
 
108
+ .mat-mdc-floating-label {
109
+ font-family: "Poppins" !important;
110
+ }
111
+
106
112
  &.mat-focused .mdc-floating-label {
107
113
  color: mat.get-color-from-palette(theme.$arm-primary, 500) !important;
114
+ font-family: "Poppins" !important;
108
115
  }
109
116
 
110
117
  .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "17.31.1",
3
+ "version": "17.31.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },