Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(code-connect): datepicker and header fix and update to latest #18254

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions packages/react/code-connect/DatePicker/DatePicker.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ figma.connect(
readOnly: figma.enum('State', {
'Read-only': true,
}),
// hideLabel: figma.boolean('Show label ', { // extra space after label in Figma property name causing code connect to break
// true: false,
// false: true,
// }),
hideLabel: figma.boolean('Show label', {
true: false,
false: true,
}),
},
example: ({ ...props }) => (
<DatePicker type="simple">
Expand Down
2 changes: 1 addition & 1 deletion packages/react/code-connect/UIShell/Header.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import figma from '@figma/code-connect';

figma.connect(
Header,
'https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-All-themes---Carbon-Design-System?node-id=2213-17092&t=A3oys5odsvKkcDFA-4',
'https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-Carbon-Design-System?node-id=92123-1663&t=UFUf7yvv8SJyoEK1-4',
{
props: {
prefix: figma.boolean('Site prefix', {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@babel/preset-typescript": "^7.24.7",
"@carbon/test-utils": "^10.34.0",
"@carbon/themes": "^11.43.0",
"@figma/code-connect": "^1.2.2",
"@figma/code-connect": "^1.2.4",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
Expand Down
259 changes: 137 additions & 122 deletions yarn.lock

Large diffs are not rendered by default.

Loading