@apipass/inputs 1.0.60 → 1.0.62

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,16 @@ 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: 14px !important;
105
106
  }
106
107
 
108
+ .mdc-floating-label--float-above {
109
+ font-size: 14px !important;
110
+ }
111
+
112
+ .mdc-floating-label {
113
+ font-weight: normal !important;
114
+ }
107
115
  .mdc-text-field--filled .mdc-line-ripple:after {
108
116
  border-bottom-color: var(--color-primary-active);
109
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apipass/inputs",
3
- "version": "1.0.60",
3
+ "version": "1.0.62",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "16.0.2",
6
6
  "@angular/cdk": "16.0.1",