Skip to content

Commit

Permalink
update storefront tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed May 15, 2024
1 parent 05b3f11 commit ce01d40
Show file tree
Hide file tree
Showing 9 changed files with 1,531 additions and 11,728 deletions.
1,657 changes: 191 additions & 1,466 deletions apps/storefront/tokens/altinn/dark.ts

Large diffs are not rendered by default.

1,657 changes: 191 additions & 1,466 deletions apps/storefront/tokens/altinn/light.ts

Large diffs are not rendered by default.

1,657 changes: 191 additions & 1,466 deletions apps/storefront/tokens/digdir/dark.ts

Large diffs are not rendered by default.

1,657 changes: 191 additions & 1,466 deletions apps/storefront/tokens/digdir/light.ts

Large diffs are not rendered by default.

1,657 changes: 191 additions & 1,466 deletions apps/storefront/tokens/theme4/dark.ts

Large diffs are not rendered by default.

1,657 changes: 191 additions & 1,466 deletions apps/storefront/tokens/theme4/light.ts

Large diffs are not rendered by default.

1,657 changes: 191 additions & 1,466 deletions apps/storefront/tokens/uutilsynet/dark.ts

Large diffs are not rendered by default.

1,657 changes: 191 additions & 1,466 deletions apps/storefront/tokens/uutilsynet/light.ts

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/cli/src/tokens/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ const getStorefrontConfig = ({
{
destination: `${fileName}.ts`,
format: groupedTokens.name,
filter: (token) => {
return R.not(R.includes('themes', token.filePath));
},
},
],
options: {
Expand Down

0 comments on commit ce01d40

Please sign in to comment.