Skip to content

Commit e247d1d

Browse files
committed
feat(CC-batch-1): added batch 1 (patternfly#11827)
* feat(CC-batch-1): prepared batch 1 * feat(CC-batch-1): moved CC out of react-core * feat(CC-batch-1): updated props * feat(CC-batch-1): updated props and comments * feat(CC-batch-1): updated component link comments * feat(CC-batch-1): minor formatting updates * feat(CC-batch-1): verification complete * feat(CC-batch-1): review-athon round 1 followup * feat(CC-batch-2): added accordion toggle note * feat(CC-batch-1): review-athon round 1 followup
1 parent 9b66b0d commit e247d1d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/code-connect/figma.config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"codeConnect": {
33
"parser": "react",
44
"include": [
5-
"components/Alert/*.tsx"
5+
"components/AboutModal/*.tsx",
6+
"components/Accordion/*.tsx",
7+
"components/ActionList/*.tsx",
8+
"components/BackgroundImage/*.tsx",
9+
"components/ClipboardCopy/*.tsx"
610
],
711
"paths": {
812
"src/components": "src/components"

0 commit comments

Comments
 (0)