Skip to content

Commit c8ff41f

Browse files
committed
feat(CC-batch-8): group review 6 followup
1 parent 0349c53 commit c8ff41f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

packages/code-connect/components/Slider/Slider.figma.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ figma.connect(
3838
isDisabled={props.isDisabled}
3939
showTicks={props.showTicks}
4040
max={200}
41+
min={0}
4142
step={50}
4243
value={100}
4344
/>

packages/code-connect/components/Tabs/HorizontalTabs.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ figma.connect(
1515
})
1616
},
1717
example: (props) => (
18-
<Tabs onSelect={() => {}} isBox={props.isBox} aria-label="Tabs example" role="region">
18+
<Tabs activeKey="activeTabKey" aria-label="Tabs example" isBox={props.isBox} onSelect={() => {}} role="region">
1919
{props.children}
2020
</Tabs>
2121
)

packages/code-connect/figma.config.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"codeConnect": {
33
"parser": "react",
44
"include": [
5-
"components/DatePicker/*.tsx",
6-
"components/EmptyState/*.tsx",
7-
"components/FileUpload/*.tsx",
8-
"components/Hint/*.tsx",
9-
"components/InlineEdit/*.tsx"
5+
"components/Slider/*.tsx",
6+
"components/Spinner/*.tsx",
7+
"components/Tabs/*.tsx",
8+
"components/TimeStamps/*.tsx",
9+
"components/ToggleGroup/*.tsx",
10+
"components/Tooltip/*.tsx"
1011
],
1112
"paths": {
1213
"src/components": "src/components"

0 commit comments

Comments
 (0)