@sproutsocial/racine 14.1.0 → 14.1.1
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/CHANGELOG.md +6 -0
- package/__flow__/Badge/Badge.flow.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,7 @@ export type TypeBadgeProps = {
|
|
|
7
7
|
text?: React.Node,
|
|
8
8
|
/** Size default is deprecated in favor of small and large */
|
|
9
9
|
size?: 'small' | 'large' | 'default',
|
|
10
|
-
badgeColor?: 'green' | 'blue' | 'purple' | 'yellow' | 'orange' | 'red' | 'neutral',
|
|
10
|
+
badgeColor?: 'green' | 'blue' | 'purple' | 'yellow' | 'orange' | 'red' | 'neutral' | 'magenta' | 'pink' | 'aqua' | 'teal',
|
|
11
11
|
iconName?: TypeIconName,
|
|
12
12
|
/** DEPRECATED: Possibly only used for testing. Refrain from using at all if possible. (optional) */
|
|
13
13
|
tip?: React.Node,
|