@elderbyte/ngx-starter 14.4.0-beta.28 → 14.4.0-beta.29

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": "@elderbyte/ngx-starter",
3
- "version": "14.4.0-beta.28",
3
+ "version": "14.4.0-beta.29",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
@@ -94,9 +94,7 @@ $elder-gold: (
94
94
  $grey-palette: mat.$grey-palette;
95
95
  $light-primary-text: rgba(white, 0.87);
96
96
  $light-secondary-text: rgba(white, 0.40);
97
- $light-disabled: rgba(white, 0.12);
98
97
  $light-disabled-text: rgba(white, 0.38);
99
- $light-disabled-button: rgba(white, 0.12);
100
98
  $light-dividers: rgba(white, 0.12);
101
99
  $light-focused: rgba(white, 0.12);
102
100
 
@@ -132,8 +130,8 @@ $elder-dark-theme-foreground: (
132
130
  base: rgba(white, 0.87),
133
131
  divider: $light-dividers,
134
132
  dividers: $light-dividers,
135
- disabled: $light-disabled,
136
- disabled-button: $light-disabled-button,
133
+ disabled: $light-disabled-text,
134
+ disabled-button: rgba(white, 0.38),
137
135
  disabled-text: $light-disabled-text,
138
136
  elevation: black,
139
137
  hint-text: $light-disabled-text,