@porscheinformatik/clr-addons 19.5.5 → 19.5.6
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/fesm2022/clr-addons.mjs
CHANGED
|
@@ -10376,6 +10376,7 @@ class ClrBrandAvatar {
|
|
|
10376
10376
|
output = output.replace(/_/g, '');
|
|
10377
10377
|
output = output.toUpperCase();
|
|
10378
10378
|
output = output.replace('VOLKSWAGEN', 'VW');
|
|
10379
|
+
output = output.replace('VWPKW', 'VW');
|
|
10379
10380
|
output = output.replace('NUTZFAHRZEUGE', 'N');
|
|
10380
10381
|
output = output.replace('DASWELTAUTO', 'DWA');
|
|
10381
10382
|
output = output.replace('Š', 'S');
|