Skip to content

Commit

Permalink
fix(code-connect): datepicker and header fix and update to latest (#1…
Browse files Browse the repository at this point in the history
…8254)

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

* chore: yarn dedupe

---------

Co-authored-by: emyarod <emyarod@users.noreply.github.com>
  • Loading branch information
alisonjoseph and emyarod authored Dec 27, 2024
1 parent 03170a8 commit 8bdb48b
Show file tree
Hide file tree
Showing 37 changed files with 143 additions and 128 deletions.
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.

0 comments on commit 8bdb48b

Please sign in to comment.