@tilde-nlp/ngx-common 8.1.5 → 8.1.7

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": "@tilde-nlp/ngx-common",
3
- "version": "8.1.5",
3
+ "version": "8.1.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",
@@ -134,17 +134,17 @@ $tertiary-palette: map.merge(map.get($_palettes, tertiary), $_rest);
134
134
 
135
135
  html.black-white {
136
136
  --base-0: #ffffff !important;
137
- --base-10: #f1f1f1 !important;
138
- --base-30: #f1f1f1 !important;
139
- --base-40: #f1f1f1 !important;
140
- --base-65: #5e5e5e !important;
137
+ --base-10: #ffffff !important;
138
+ --base-30: #ffffff !important;
139
+ --base-40: #ffffff !important;
140
+ --base-65: #ffffff !important;
141
141
  --base-70: #474747 !important;
142
142
  --base-95: #1b1b1b !important;
143
143
  --base-100: #000000 !important;
144
144
  --neutral-50: #847374 !important;
145
145
  --neutral-95: #fbeeee !important;
146
146
  --overlay: #181a1b 70% !important;
147
- --primary-accent: #000000 !important;
147
+ --primary-accent: #ffffff !important;
148
148
  --primary-accent-lighter: #373737 !important;
149
149
  --secondary-accent: #ffffff !important;
150
150
  --info-primary: #0288d1 !important;
@@ -157,7 +157,7 @@ html.black-white {
157
157
  --error-dark: #c42121 !important;
158
158
  --error-light: #fdf2f2 !important;
159
159
  --gradient: #667680 !important;
160
- --accent: #000000 !important;
160
+ --accent: #ffffff !important;
161
161
 
162
162
  --mat-menu-item-label-text-color: #000000 !important;
163
163
  --mat-menu-container-color: #e2e2e2 !important;
@@ -200,6 +200,7 @@ html.black-white {
200
200
 
201
201
  textarea,
202
202
  input {
203
+ color: var(--base-0) !important;
203
204
  background-color: var(--base-100) !important;
204
205
  }
205
206
 
@@ -211,4 +212,12 @@ html.black-white {
211
212
  .mobile-header {
212
213
  background-color: black !important;
213
214
  }
215
+
216
+ .mdc-tab--active .mdc-tab__text-label {
217
+ color: black !important;
218
+ }
219
+
220
+ ::placeholder {
221
+ color: #f1f1f1 !important;
222
+ }
214
223
  }
@@ -133,18 +133,18 @@ $primary-palette: map.merge(map.get($_palettes, primary), $_rest);
133
133
  $tertiary-palette: map.merge(map.get($_palettes, tertiary), $_rest);
134
134
 
135
135
  html.black-yellow {
136
- --base-0: #000000 !important;
137
- --base-10: #1e1c00 !important;
138
- --base-30: #fef655 !important;
139
- --base-40: #fef655 !important;
140
- --base-65: #9a9400 !important;
136
+ --base-0: #f9f150 !important;
137
+ --base-10: #f9f150 !important;
138
+ --base-30: #f9f150 !important;
139
+ --base-40: #f9f150 !important;
140
+ --base-65: #f9f150 !important;
141
141
  --base-70: #b6af00 !important;
142
142
  --base-95: #4c4900 !important;
143
143
  --base-100: #ffffff !important;
144
144
  --neutral-50: #847374 !important;
145
145
  --neutral-95: #fbeeee !important;
146
146
  --overlay: #181a1b 70% !important;
147
- --primary-accent: #000000 !important;
147
+ --primary-accent: #f9f150 !important;
148
148
  --primary-accent-lighter: #373737 !important;
149
149
  --secondary-accent: #ffffff !important;
150
150
  --info-primary: #0288d1 !important;
@@ -157,7 +157,7 @@ html.black-yellow {
157
157
  --error-dark: #c42121 !important;
158
158
  --error-light: #fdf2f2 !important;
159
159
  --gradient: #667680 !important;
160
- --accent: #000000 !important;
160
+ --accent: #f9f150 !important;
161
161
 
162
162
  --mat-menu-item-label-text-color: #656100 !important;
163
163
  --mat-menu-container-color: #fef655 !important;
@@ -201,6 +201,7 @@ html.black-yellow {
201
201
 
202
202
  textarea,
203
203
  input {
204
+ color: #f9f150 !important;
204
205
  background-color: black !important;
205
206
  }
206
207
 
@@ -221,4 +222,12 @@ html.black-yellow {
221
222
  .mobile-header {
222
223
  background-color: black !important;
223
224
  }
225
+
226
+ .mdc-tab--active .mdc-tab__text-label {
227
+ color: black !important;
228
+ }
229
+
230
+ ::placeholder {
231
+ color: #f9f150 !important;
232
+ }
224
233
  }
@@ -134,10 +134,10 @@ $tertiary-palette: map.merge(map.get($_palettes, tertiary), $_rest);
134
134
 
135
135
  html.yellow-black {
136
136
  --base-0: #000000 !important;
137
- --base-10: #1e1c00 !important;
138
- --base-30: #4c4900 !important;
139
- --base-40: #656100 !important;
140
- --base-65: #9a9400 !important;
137
+ --base-10: #000000 !important;
138
+ --base-30: #000000 !important;
139
+ --base-40: #000000 !important;
140
+ --base-65: #000000 !important;
141
141
  --base-70: #b6af00 !important;
142
142
  --base-95: #fef655 !important;
143
143
  --base-100: #ffffff !important;
@@ -200,6 +200,7 @@ html.yellow-black {
200
200
 
201
201
  textarea,
202
202
  input {
203
+ color: #000;
203
204
  background-color: #f9f150 !important;
204
205
  }
205
206
 
@@ -221,4 +222,12 @@ html.yellow-black {
221
222
  .mobile-header {
222
223
  background-color: #fef655 !important;
223
224
  }
225
+
226
+ .mdc-tab--active .mdc-tab__text-label {
227
+ color: black !important;
228
+ }
229
+
230
+ ::placeholder {
231
+ color: black !important;
232
+ }
224
233
  }