@tactics/toddle-styleguide 1.7.3 → 1.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tactics/toddle-styleguide",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "main": "index.tsx",
5
5
  "types": "index.d.ts",
6
6
  "prepublish": "tsc",
@@ -109,7 +109,10 @@ const ChildListItem = React.memo(
109
109
  textColor
110
110
  }
111
111
  >
112
- {name}
112
+ {
113
+ error ? <Icon name='exclamation-circle' style='regular' color={context.colors.ui.error.default} /> : ''
114
+ }
115
+ { error ? ' ' + name : name}
113
116
  </Heading2>
114
117
  <SmallText
115
118
  textColor={