You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no static notifications in Figma (experimental in code)
ActionableNotification buttons in Figma are child Button components, however in code they are a prop - actionButtonLabel- nested two components deep in Figma is causing an error.
Size properties don't match. Figma has 'XL / LG / MD' or 'SM / XS' where code has xs ,sm, md, lg, xl. Figma requires you set the size properties on different components vs. code.
WIP....
.. coming back to this one later
Breadcrumb / BreadcrumbItem
noTrailingSlash is set on parent Breadcrumb in code, in Figma it is set as current property on individual breadcrumb item component(s).
Skeleton state in Figma is set on individual Breadcrumb items vs. in code it is the entire Breadcrumb component.
OverflowMenu doesn't appear to be a child of BreadcrumbItem in Figma, so can't directly pull into dev mode code.
indented in Figma doesn't exist in code, has to be added via custom styles by a dev in code.
label in Figma can be added to any Checkbox, although would only ever be added to the first item, in code it can only be added to a Checkbox group as legendText.
In Figma you can set the component state to warn or invalid and then hide the message, this is impossible in code, if the state is warn or invalid the icon for the message always shows up.
Issues/Bugs from original component connect 🐞
FluidComboBox
FluidMultiSelect
Treeview
OverflowMenuItem
MenuItem
Form
Time picker
Date picker
ProgressIndicator
Fluid components
FluidTextInput
ContainedList
UnorderedList/OrderedList
FluidSearch, FluidSearchSkeleton
RadioButton
FluidSelect
NumberInput / NumberInputSkeleton
NumberInputSkeleton
doesn't support helper text or sizes #16717value
prop is a text layer Can you target "Text" layers as "children"? figma/code-connect#30Dropdown / DropdownSkeleton
AccordionSkeleton
Size, flush and alignment props are set onAccordion
in code andAccordion item
in Figma. Combine properties from nested instances figma/code-connect#11AccordionSkeleton
in code refers to an entire component, in Figma it is a state on one of the AccordionItems so can't be mapped.Tabs
TabPanel
doesn't exist in FigmaSimilar to above, many props in Figma exist onTabs items
when in code they are set onTabs
.secondaryLabel
isn't a property in Figma, just text. - on roadmap Can you target "Text" layers as "children"? figma/code-connect#30TabsSkeleton
in code refers to an entire component, in Figma it is a state onTabs items
so can't be mapped.IconTab nesting bugs in dev mode in FigmaNotification
info-square
andwarning-alt
Status that are available in Reactvariant restriction bug variant restriction boolean bug figma/code-connect#45ActionableNotification
buttons in Figma are childButton
components, however in code they are a prop -actionButtonLabel
- nested two components deep in Figma is causing an error.DataTable
xs ,sm, md, lg, xl
. Figma requires you set the size properties on different components vs. code.Breadcrumb / BreadcrumbItem
noTrailingSlash
is set on parent Breadcrumb in code, in Figma it is set ascurrent
property on individual breadcrumb item component(s).Variant restriction nesting bugCheckbox / CheckboxGroup
indented
in Figma doesn't exist in code, has to be added via custom styles by a dev in code.label
in Figma can be added to any Checkbox, although would only ever be added to the first item, in code it can only be added to a Checkbox group aslegendText
.CodeSnippet
Inline
Single
Can't bring code snippet text into code due to it being a text layer Can you target "Text" layers as "children"? figma/code-connect#30Multiline
Skeleton
Toggle
variant restriction boolean bug figma/code-connect#45The text was updated successfully, but these errors were encountered: