@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0c738bee: Update badgeColor Flow types in Badge component to include the new decorative palette colors
8
+
3
9
  ## 14.1.0
4
10
 
5
11
  ### Minor Changes
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "14.1.0",
3
+ "version": "14.1.1",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",