Skip to content

Commit 3791afb

Browse files
committed
Merge branch 'main' into renovate/major-react-monorepo
2 parents d75b06f + d5930d4 commit 3791afb

60 files changed

Lines changed: 3047 additions & 1667 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn install --immutable
2424

2525
- name: Publish to Chromatic
26-
uses: chromaui/action@4c20b95e9d3209ecfdf9cd6aace6bbde71ba1694 # v13.3.4
26+
uses: chromaui/action@07791f8243f4cb2698bf4d00426baf4b2d1cb7e0 # v13.3.5
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.storybook/addons/version-switch/manager.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

.storybook/components/VersionSwitch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ addons.register(ADDON_ID, () => {
5555
return (
5656
<>
5757
<IconButton
58-
active
5958
key={TOOL_ID}
6059
id={TOOL_ID}
6160
title="Version Switch"
6261
style={{ order: -1 }}
62+
variant="solid"
6363
onClick={() => {
6464
setOpen(true);
6565
}}

0 commit comments

Comments
 (0)