@carefirst/library 8.0.0 → 8.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "author": "FCS Dev Team",
5
5
  "private": false,
6
6
  "peerDependencies": {
@@ -363,7 +363,7 @@ ion-select {
363
363
 
364
364
  text-align: start;
365
365
  --border-radius: 8px !important; //--- important overrides the fill option
366
- --highlight-color-focused: var(--cf-app-color-primary);
366
+ --highlight-color-focused: var(--cf-app-color-primary) !important; //--- important overrides the ionic blue focus color
367
367
  --highlight-color-invalid: var(--cf-app-system-color-error-100) !important;
368
368
  --highlight-color-valid: var(--cf-app-color-primary);
369
369
  --placeholder-color: var(--cf-app-text-color-grey);
@@ -94,7 +94,6 @@ declare class ButtonComponent implements OnChanges {
94
94
  loading?: boolean | string | undefined;
95
95
  loadingText?: string;
96
96
  customColor?: string | undefined;
97
- get parentEvents(): string;
98
97
  inputType: typeof this.type;
99
98
  inputFontSize: typeof this.fontSize | undefined;
100
99
  inputDisabled: boolean;