Skip to content

Commit

Permalink
small fixes, performance improvement on icons page (#2444)
Browse files Browse the repository at this point in the history
* small fixes, performance improvement on icons page

* small fixes, performance improvement on icons page

---------

Co-authored-by: Daniel Ninaus <[email protected]>
  • Loading branch information
tschambalamba and danielninaus authored Jan 24, 2025
1 parent 1534fb7 commit b640a33
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 95 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clr-addons",
"version": "18.2.2",
"version": "18.2.3",
"private": true,
"scripts": {
"build:ui:css": "sass --source-map --precision=8 ./src/clr-addons/themes/phs/phs-theme.scss ./dist/clr-addons/styles/clr-addons-phs.css",
Expand Down
40 changes: 21 additions & 19 deletions src/clr-addons/icons/shapes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3927,8 +3927,7 @@ export const LogoDigitalServiceReceptionNegative = clrIconSVG(
'0 0 48 48'
);
export const LogoDigitalServiceReceptionFavIcon = clrIconSVG(
`<?xml version="1.0" encoding="UTF-8"?>
<svg id="Ebene_2" data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 623.4 553">
`<svg id="Ebene_2" data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 623.4 553">
<defs>
<style>
.cls-1 {
Expand Down Expand Up @@ -6195,7 +6194,7 @@ export const LogoWorkshopOrderTrackerFavIcon = clrIconSVG(
'0 0 48 48'
);
export const LogoWorkshopOrderTrackerNegativeFavIcon = clrIconSVG(
`<?xml version="1.0" encoding="UTF-8"?>
`
<svg id="Ebene_2" data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 624.6 509">
<defs>
<style>
Expand Down Expand Up @@ -6480,14 +6479,17 @@ export const logoCostApprovalNegativeFavIcon: IconShapeTuple = [
'logo-cost-approval-negative-favicon',
LogoCostApprovalNegativeFavIcon,
];
export const logoCostControllingIcon: IconShapeTuple = ['logo-cost-controlling', LogoCostControlling];
export const logoCostControllingNegativeIcon: IconShapeTuple = [
'logo-cost-controlling-negative',
export const logoCrossControllingIcon: IconShapeTuple = ['logo-cross-controlling', LogoCostControlling];
export const logoCrossControllingNegativeIcon: IconShapeTuple = [
'logo-cross-controlling-negative',
LogoCostControllingNegative,
];
export const logoCostControllingFavIcon: IconShapeTuple = ['logo-cost-controlling-favicon', LogoCostControllingFavIcon];
export const logoCostControllingNegativeFavIcon: IconShapeTuple = [
'logo-cost-controlling-negative-favicon',
export const logoCrossControllingFavIcon: IconShapeTuple = [
'logo-cross-controlling-favicon',
LogoCostControllingFavIcon,
];
export const logoCrossControllingNegativeFavIcon: IconShapeTuple = [
'logo-cross-controlling-negative-favicon',
LogoCostControllingNegativeFavIcon,
];
export const logoDocFlowIcon: IconShapeTuple = ['logo-doc-flow', LogoDocFlow];
Expand Down Expand Up @@ -6536,19 +6538,19 @@ export const logoMobilityPlannerNegativeFavIcon: IconShapeTuple = [
LogoMobilityPlannerNegativeFavIcon,
];
export const logoDigitalServiceReceptionIcon: IconShapeTuple = [
'logo-mobile-service-reception',
'logo-digital-service-reception',
LogoDigitalServiceReception,
];
export const logoDigitalServiceReceptionNegativeIcon: IconShapeTuple = [
'logo-mobile-service-reception-negative',
'logo-digital-service-reception-negative',
LogoDigitalServiceReceptionNegative,
];
export const logoDigitalServiceReceptionFavIcon: IconShapeTuple = [
'logo-mobile-service-reception-favicon',
'logo-digital-service-reception-favicon',
LogoDigitalServiceReceptionFavIcon,
];
export const logoDigitalServiceReceptionNegativeFavIcon: IconShapeTuple = [
'logo-mobile-service-reception-negative-favicon',
'logo-digital-service-reception-negative-favicon',
LogoDigitalServiceReceptionNegativeFavIcon,
];
export const logoPartsMobileIcon: IconShapeTuple = ['logo-parts-mobile', LogoPartsMobile];
Expand Down Expand Up @@ -6830,7 +6832,7 @@ export const menuIcon: IconShapeTuple = ['menu', menu];
export const microphoneAppIcon: IconShapeTuple = ['microphone-app', microphone_app];
export const mobileIcon: IconShapeTuple = ['mobile', mobile];
export const moreAppIcon: IconShapeTuple = ['more-app', more_app];
export const more_appbarAppIcon: IconShapeTuple = ['more-appbar-app', more_appbar_app];
export const moreAppbarAppIcon: IconShapeTuple = ['more-appbar-app', more_appbar_app];
export const motabilityIcon: IconShapeTuple = ['motability', motability];
export const navigateIcon: IconShapeTuple = ['navigate', navigate];
export const newCarCommercialIcon: IconShapeTuple = ['new-car-commercial', new_car_commercial];
Expand Down Expand Up @@ -7122,10 +7124,10 @@ export const allIcons: IconShapeTuple[] = [
logoCostApprovalNegativeIcon,
logoCostApprovalFavIcon,
logoCostApprovalNegativeFavIcon,
logoCostControllingIcon,
logoCostControllingNegativeIcon,
logoCostControllingFavIcon,
logoCostControllingNegativeFavIcon,
logoCrossControllingIcon,
logoCrossControllingNegativeIcon,
logoCrossControllingFavIcon,
logoCrossControllingNegativeFavIcon,
logoDocFlowIcon,
logoDocFlowNegativeIcon,
logoDocFlowFavIcon,
Expand Down Expand Up @@ -7397,7 +7399,7 @@ export const allIcons: IconShapeTuple[] = [
microphoneAppIcon,
mobileIcon,
moreAppIcon,
more_appbarAppIcon,
moreAppbarAppIcon,
motabilityIcon,
navigateIcon,
newCarCommercialIcon,
Expand Down
2 changes: 1 addition & 1 deletion src/clr-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porscheinformatik/clr-addons",
"version": "18.2.2",
"version": "18.2.3",
"description": "Addon components for Clarity Angular",
"es2015": "esm2015/clr-addons.js",
"homepage": "https://porscheinformatik.github.io/clarity-addons/",
Expand Down
2 changes: 1 addition & 1 deletion website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions website/src/app/icons/icons-logos/icons-logos.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {
logoCostApprovalIcon,
logoCostApprovalNegativeFavIcon,
logoCostApprovalNegativeIcon,
logoCostControllingFavIcon,
logoCostControllingIcon,
logoCostControllingNegativeFavIcon,
logoCostControllingNegativeIcon,
logoCrossControllingFavIcon,
logoCrossControllingIcon,
logoCrossControllingNegativeFavIcon,
logoCrossControllingNegativeIcon,
logoDigitalServiceReceptionFavIcon,
logoDigitalServiceReceptionIcon,
logoDigitalServiceReceptionNegativeFavIcon,
Expand Down Expand Up @@ -79,10 +79,10 @@ export class IconsLogosComponent {
logoCostApprovalNegativeIcon,
logoCostApprovalFavIcon,
logoCostApprovalNegativeFavIcon,
logoCostControllingIcon,
logoCostControllingNegativeIcon,
logoCostControllingFavIcon,
logoCostControllingNegativeFavIcon,
logoCrossControllingIcon,
logoCrossControllingNegativeIcon,
logoCrossControllingFavIcon,
logoCrossControllingNegativeFavIcon,
logoDocFlowIcon,
logoDocFlowNegativeIcon,
logoDocFlowFavIcon,
Expand Down
Loading

0 comments on commit b640a33

Please sign in to comment.