Skip to content

Commit

Permalink
Merge branch 'next' into fix/table-divider-color
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikbacker authored Feb 3, 2025
2 parents f8284a2 + 05e27c2 commit 025e1d4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create comment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ env.PR_NUMBER }}
body: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-storefront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: vercel alias --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ secrets.VERCEL_TEAM }} set ${{ steps.deploy.outputs.url }} pr-${{ env.PR_NUMBER }}.designsystemet.no

- name: Find Preview Comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: fc
with:
issue-number: ${{ env.PR_NUMBER }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
timezone: Europe/Oslo

- name: Update comment with deployment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ env.PR_NUMBER }}
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: vercel alias --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ secrets.VERCEL_TEAM }} set ${{ steps.deploy.outputs.url }} pr-${{ env.PR_NUMBER }}.storybook.designsystemet.no

- name: Find Preview Comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: fc
with:
issue-number: ${{ env.PR_NUMBER }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
timezone: Europe/Oslo

- name: Update comment with deployment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ env.PR_NUMBER }}
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: vercel alias --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ secrets.VERCEL_TEAM }} set ${{ steps.deploy.outputs.url }} pr-${{ env.PR_NUMBER }}.theme.designsystemet.no

- name: Find Preview comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: fc
with:
issue-number: ${{ env.PR_NUMBER }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
timezone: Europe/Oslo

- name: Update comment with deployment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ env.PR_NUMBER }}
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand Down
Binary file modified apps/theme/public/img/color-tokens.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions packages/cli/src/colors/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,13 @@ export const getColorInfoFromPosition = (position: ColorNumber) => {
group: 'base',
},
15: {
name: 'contrastSubtle',
displayName: 'Contrast Subtle',
name: 'baseContrastSubtle',
displayName: 'Base Contrast Subtle',
group: 'base',
},
16: {
name: 'contrastDefault',
displayName: 'Contrast Default',
name: 'baseContrastDefault',
displayName: 'Base Contrast Default',
group: 'base',
},
} as const;
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>digdir/renovate-config"]
}

0 comments on commit 025e1d4

Please sign in to comment.