Skip to content

Commit a855dc5

Browse files
committed
feat(CC-batch-6): review-athon round 1 followup
1 parent 62f9b1c commit a855dc5

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

packages/code-connect/components/Label/LabelInGroup.figma.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import figma from '@figma/code-connect';
22
import { Label } from '@patternfly/react-core';
33

4-
// TODO: FIGMA: Reconfigure how numlabels is set. Currently, the text string "more" is not customizable
5-
// TODO: FIGMA: Label group should contain label components
4+
// TODO: DESIGN: Reconfigure how numlabels is set. Currently, the text string "more" is not customizable
5+
// TODO: DESIGN: Label group should contain label components
66

77
// NOTE: "Label overflow" doesn't appear to be necessary
88
// Documentation for Label can be found at https://www.patternfly.org/components/label-group

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import figma from '@figma/code-connect';
22
import { Button, Masthead, MastheadContent, MastheadMain, MastheadToggle } from '@patternfly/react-core';
33
import BarsIcon from '@patternfly/react-icons/dist/esm/icons/bars-icon';
44

5-
// TODO: FIGMA: Create masthead main section MastheadMain MastheadContent
6-
// TODO: FIGMA: Move Context Switcher, Horizontal Nav, etc to MastheadContent
7-
// TODO: FIGMA: Create necessary wrappers for MastheadToggle, MastheadBrand, MastheadContent
5+
// TODO: DESIGN: Create masthead main section MastheadMain MastheadContent
6+
// TODO: DESIGN: Move Context Switcher, Horizontal Nav, etc to MastheadContent
7+
// TODO: DESIGN: Create necessary wrappers for MastheadToggle, MastheadBrand, MastheadContent
88
// Documentation for Masthead can be found at https://www.patternfly.org/components/masthead
99

1010
figma.connect(

packages/code-connect/components/Modal/AlertModal.figma.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ import figma from '@figma/code-connect';
22
import { Button, Modal, ModalBody, ModalFooter, ModalHeader, Popover } from '@patternfly/react-core';
33
import HelpIcon from '@patternfly/react-icons/dist/esm/icons/help-icon';
44

5-
// TODO: FIGMA: Add Modal Body component to Modal
6-
// TODO: FIGMA: Add Modal Footer component to Modal
7-
// TODO: FIGMA: Add Modal Header component to Modal
5+
// TODO: DESIGN: Add Modal Body component to Modal
6+
// TODO: DESIGN: Add Modal Footer component to Modal
7+
// TODO: DESIGN: Add Modal Header component to Modal
88
// Documentation for Modal can be found at https://www.patternfly.org/components/modal
99

1010
figma.connect(
1111
Modal,
1212
'https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=2940-18403',
1313
{
1414
props: {
15-
// TODO: FIGMA: Create ModalHeader component
15+
// TODO: DESIGN: Create ModalHeader component
1616
// hasHelpIcon: figma.boolean('Help icon', {
1717
// true: (
1818
// <Popover

packages/code-connect/components/Modal/BasicModal.figma.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ import figma from '@figma/code-connect';
22
import { Button, Modal, ModalBody, ModalFooter, ModalHeader, Popover } from '@patternfly/react-core';
33
import HelpIcon from '@patternfly/react-icons/dist/esm/icons/help-icon';
44

5-
// TODO: FIGMA: Add Modal Body component to Modal
6-
// TODO: FIGMA: Add Modal Footer component to Modal
7-
// TODO: FIGMA: Add Modal Header component to Modal
5+
// TODO: DESIGN: Add Modal Body component to Modal
6+
// TODO: DESIGN: Add Modal Footer component to Modal
7+
// TODO: DESIGN: Add Modal Header component to Modal
88
// Documentation for Modal can be found at https://www.patternfly.org/components/modal
99

1010
figma.connect(
1111
Modal,
1212
'https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=2937-158',
1313
{
1414
props: {
15-
// TODO: FIGMA: Create ModalHeader component
15+
// TODO: DESIGN: Create ModalHeader component
1616
// hasHelpIcon: figma.boolean('Help icon', {
1717
// true: (
1818
// <Popover

0 commit comments

Comments
 (0)