@softheon/armature 19.1.0 → 19.1.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.
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/softheon-armature-ag-grid-components.mjs"
3
+ }
@@ -112,6 +112,10 @@ fieldset {
112
112
  letter-spacing: 0.25px !important;
113
113
  }
114
114
 
115
+ .fw-400 {
116
+ font-weight: 400 !important;
117
+ }
118
+
115
119
  .fw-500 {
116
120
  font-weight: 500 !important;
117
121
  }
@@ -62,7 +62,7 @@ mat-button-toggle-group {
62
62
  .mat-button-toggle-label-content {
63
63
  text-transform: capitalize !important;
64
64
  font-family: var(--sftn-font-family, sans-serif) !important;
65
- font-weight: 600 !important;
65
+ font-weight: 500 !important;
66
66
  font-size: 16px !important;
67
67
  line-height: 24px !important;
68
68
  color: vars.$text-high-emphasis !important;
@@ -107,7 +107,7 @@
107
107
 
108
108
  .mat-expansion-panel-header-title {
109
109
  font-size: 16px !important;
110
- font-weight: 600 !important;
110
+ font-weight: 500 !important;
111
111
  line-height: normal !important;
112
112
  font-family: "Poppins", sans-serif !important;
113
113
  color: vars.$text-high-emphasis !important;