@sproutsocial/racine 11.0.1 → 11.0.2

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.
Files changed (61) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/__flow__/Breadcrumb/index.js +2 -0
  3. package/__flow__/Collapsible/index.js +3 -0
  4. package/__flow__/Drawer/index.js +4 -0
  5. package/__flow__/EnumIconNames.js +1 -1
  6. package/__flow__/Fieldset/index.js +8 -2
  7. package/__flow__/Icon/index.js +5 -1
  8. package/__flow__/IconViewBoxes.js +1 -1
  9. package/__flow__/Menu/index.js +7 -0
  10. package/__flow__/Message/index.js +7 -0
  11. package/__flow__/Modal/index.js +5 -0
  12. package/__flow__/Popout/index.js +4 -1
  13. package/__flow__/SegmentedControl/index.js +2 -0
  14. package/__flow__/Table/index.js +6 -0
  15. package/__flow__/Text/index.js +8 -0
  16. package/__flow__/themes/dark/theme.js +1 -0
  17. package/__flow__/themes/light/theme.js +1 -0
  18. package/commonjs/Breadcrumb/index.js +1 -0
  19. package/commonjs/Collapsible/index.js +2 -0
  20. package/commonjs/Drawer/index.js +3 -0
  21. package/commonjs/Fieldset/index.js +6 -2
  22. package/commonjs/Icon/index.js +3 -1
  23. package/commonjs/IconViewBoxes.js +2 -0
  24. package/commonjs/Menu/index.js +6 -0
  25. package/commonjs/Message/index.js +13 -0
  26. package/commonjs/Modal/index.js +4 -0
  27. package/commonjs/Popout/index.js +5 -2
  28. package/commonjs/SegmentedControl/index.js +1 -0
  29. package/commonjs/Table/index.js +5 -0
  30. package/commonjs/Text/index.js +7 -0
  31. package/commonjs/include-icons.js +1 -1
  32. package/commonjs/themes/dark/theme.js +1 -0
  33. package/commonjs/themes/light/theme.js +1 -0
  34. package/dist/iconList.js +1 -1
  35. package/dist/icons.svg +1 -1
  36. package/dist/themes/dark/dark.scss +1 -0
  37. package/dist/themes/light/light.scss +1 -0
  38. package/icons/address-card-outline.svg +3 -0
  39. package/icons/deconstructed-negative-sentiment.svg +1 -1
  40. package/icons/deconstructed-neutral-sentiment.svg +1 -1
  41. package/icons/deconstructed-positive-sentiment.svg +1 -1
  42. package/icons/magic-wand.svg +3 -0
  43. package/icons/whatsapp.svg +5 -5
  44. package/includeIcons.js +1 -1
  45. package/lib/Breadcrumb/index.js +1 -0
  46. package/lib/Collapsible/index.js +2 -0
  47. package/lib/Drawer/index.js +3 -0
  48. package/lib/Fieldset/index.js +6 -2
  49. package/lib/Icon/index.js +3 -1
  50. package/lib/IconViewBoxes.js +2 -0
  51. package/lib/Menu/index.js +6 -0
  52. package/lib/Message/index.js +13 -0
  53. package/lib/Modal/index.js +4 -0
  54. package/lib/Popout/index.js +5 -2
  55. package/lib/SegmentedControl/index.js +1 -0
  56. package/lib/Table/index.js +5 -0
  57. package/lib/Text/index.js +7 -0
  58. package/lib/include-icons.js +1 -1
  59. package/lib/themes/dark/theme.js +1 -0
  60. package/lib/themes/light/theme.js +1 -0
  61. package/package.json +1 -1
@@ -170,6 +170,7 @@ var colors = _extends({}, lightTheme.colors, {
170
170
  danger: red.foreground,
171
171
  info: blue.foreground,
172
172
  opportunity: purple.foreground,
173
+ applied: COLORS.COLOR_BLUE_400,
173
174
  positive_sentiment: COLORS.COLOR_BLUE_700,
174
175
  negative_sentiment: COLORS.COLOR_RED_600,
175
176
  neutral_sentiment: COLORS.COLOR_NEUTRAL_600
@@ -168,6 +168,7 @@ var colors = _extends({
168
168
  danger: red.foreground,
169
169
  info: blue.foreground,
170
170
  opportunity: purple.foreground,
171
+ applied: COLORS.COLOR_BLUE_700,
171
172
  positive_sentiment: COLORS.COLOR_BLUE_700,
172
173
  negative_sentiment: COLORS.COLOR_RED_600,
173
174
  neutral_sentiment: COLORS.COLOR_NEUTRAL_600
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "11.0.1",
3
+ "version": "11.0.2",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",