Skip to content

Commit fd4bf49

Browse files
committed
feat(CC-batch-7): review-athon round 1 followup
1 parent c14916b commit fd4bf49

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

packages/code-connect/components/NotificationDrawer/NotificationDrawerGroups.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import figma from '@figma/code-connect';
22
import { NotificationDrawerGroup, NotificationDrawerList } from '@patternfly/react-core';
33

4-
// TODO: FIGMA: Split unread count into a separate prop
4+
// TODO: DESIGN: Split unread count into a separate prop
55

66
figma.connect(
77
NotificationDrawerGroup,

packages/code-connect/components/NotificationDrawer/NotificationDrawerItem.figma.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ figma.connect(
5959
onClose: () => {}
6060
},
6161

62-
// TODO: FIGMA: Make alert description retrievable via unique layer name or adding a prop to Noficiation Drawer Item
62+
// TODO: DESIGN: Make alert description retrievable via unique layer name or adding a prop to Noficiation Drawer Item
6363
alertDescription: 'Description',
6464

65-
// TODO: FIGMA: Make alert title retrievable via unique layer name or adding a prop to Noficiation Drawer Item
65+
// TODO: DESIGN: Make alert title retrievable via unique layer name or adding a prop to Noficiation Drawer Item
6666
alertTitle: 'Notification title'
6767
},
6868
example: (props) => (

packages/code-connect/components/PopOver/Popover.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import ExclamationTriangleIcon from '@patternfly/react-icons/dist/esm/icons/excl
66
import ExclamationCircleIcon from '@patternfly/react-icons/dist/esm/icons/exclamation-circle-icon';
77
import BullhornIcon from '@patternfly/react-icons/dist/esm/icons/bullhorn-icon';
88

9-
// TODO: FIGMA: Add buttons boolean to footerContent
9+
// TODO: DESIGN: Add buttons boolean to footerContent
1010
// TODO: REACT: Add icon support
1111
// Documentation for Popover can be found at https://www.patternfly.org/components/popover
1212

packages/code-connect/components/SimpleList/ListHeading.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import figma from '@figma/code-connect';
22
import { SimpleListGroup } from '@patternfly/react-core';
33

4-
// TODO: FIGMA: Create list group title component
4+
// TODO: DESIGN: Create list group title component
55
// Documentation for ListHeading can be found at https://www.patternfly.org/components/simple-list
66

77
figma.connect(

packages/code-connect/components/SimpleList/SimpleListItem.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import figma from '@figma/code-connect';
22
import { SimpleListItem } from '@patternfly/react-core';
33

4-
// TODO: FIGMA: Add support for SimpleListGroup
4+
// TODO: DESIGN: Add support for SimpleListGroup
55
// Documentation for SimpleListItem can be found at https://www.patternfly.org/components/simple-list
66

77
figma.connect(

0 commit comments

Comments
 (0)