Skip to content

Commit

Permalink
LocationSelectMap: Fix Braid 33 compatibility (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Oct 10, 2024
1 parent 7bb5de2 commit c3d347d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 31 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-emus-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'wingman-fe': patch
---

LocationSelectMap: Fix Braid 33 compatibility
10 changes: 3 additions & 7 deletions fe/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# managed by sku
.eslintcache
.eslintrc
.prettierrc
*.less.d.ts
.storybook/main.js
coverage/
dist-storybook/
dist/
pnpm-lock.yaml
report/
tsconfig.json
# end managed by sku

dist-storybook/
4 changes: 2 additions & 2 deletions fe/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ npm-debug.log
.eslintcache
.eslintrc
.prettierrc
.storybook/main.js
coverage/
dist-storybook/
dist/
report/
tsconfig.json
# end managed by sku

dist-storybook/
10 changes: 3 additions & 7 deletions fe/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# sku generates non-compliant files

# managed by sku
.eslintcache
.eslintrc
.prettierrc
*.less.d.ts
.storybook/main.js
coverage/
dist-storybook/
dist/
pnpm-lock.yaml
report/
tsconfig.json
# end managed by sku

dist-storybook/
3 changes: 1 addition & 2 deletions fe/lib/components/LocationSelectMap/LocationSelectMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ export const LocationSelectMap = ({
{isDesktopOrAbove ? (
<Column width="content">
<ButtonIcon
icon={<IconClear />}
tone="secondary"
icon={<IconClear tone="secondary" />}
id="clear-nearest-suggestions-button"
label="Clear Suggestions"
onClick={() => setShowSuggestions(false)}
Expand Down
2 changes: 1 addition & 1 deletion fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "18.3.0",
"@vanilla-extract/css": "1.16.0",
"@vanilla-extract/css-utils": "0.1.4",
"braid-design-system": "32.24.1",
"braid-design-system": "33.0.0-next-20241010041150",
"clsx": "2.1.1",
"content-disposition": "0.5.4",
"date-fns": "4.1.0",
Expand Down
22 changes: 10 additions & 12 deletions pnpm-lock.yaml

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

0 comments on commit c3d347d

Please sign in to comment.