@apipass/inputs 1.0.59 → 1.0.61

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.
@@ -102,8 +102,12 @@ field-render .info-label {
102
102
 
103
103
  .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
104
104
  color: var(--color-primary-active);
105
+ font-size: 15px !important;
105
106
  }
106
107
 
108
+ .mdc-floating-label {
109
+ font-weight: normal !important;
110
+ }
107
111
  .mdc-text-field--filled .mdc-line-ripple:after {
108
112
  border-bottom-color: var(--color-primary-active);
109
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apipass/inputs",
3
- "version": "1.0.59",
3
+ "version": "1.0.61",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "16.0.2",
6
6
  "@angular/cdk": "16.0.1",