@sproutsocial/racine 8.4.0-menu-button-beta.0 → 8.5.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 (47) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/__flow__/Avatar/index.js +34 -5
  3. package/__flow__/Avatar/index.stories.js +29 -0
  4. package/__flow__/Collapsible/index.js +40 -11
  5. package/__flow__/Collapsible/index.stories.js +77 -0
  6. package/__flow__/Collapsible/styles.js +28 -2
  7. package/__flow__/EnumIconNames.js +1 -1
  8. package/__flow__/IconViewBoxes.js +1 -1
  9. package/__flow__/Link/styles.js +2 -1
  10. package/__flow__/Menu/index.js +1 -1
  11. package/__flow__/OverflowList/index.js +1 -4
  12. package/__flow__/OverflowList/index.test.js +36 -4
  13. package/__flow__/themes/default/theme.js +1 -0
  14. package/commonjs/Avatar/index.js +37 -13
  15. package/commonjs/Collapsible/index.js +28 -11
  16. package/commonjs/Collapsible/styles.js +8 -1
  17. package/commonjs/IconViewBoxes.js +12 -0
  18. package/commonjs/Link/styles.js +2 -2
  19. package/commonjs/Menu/index.js +1 -1
  20. package/commonjs/OverflowList/index.js +1 -3
  21. package/commonjs/include-icons.js +1 -1
  22. package/commonjs/themes/default/theme.js +2 -1
  23. package/dist/iconList.js +1 -1
  24. package/dist/icons.svg +1 -1
  25. package/icons/bigcommerce.svg +3 -0
  26. package/icons/deconstructed-negative-sentiment.svg +3 -0
  27. package/icons/deconstructed-neutral-sentiment.svg +3 -0
  28. package/icons/deconstructed-positive-sentiment.svg +3 -0
  29. package/icons/flat-negative-sentiment-outline.svg +4 -0
  30. package/icons/flat-negative-sentiment.svg +3 -0
  31. package/icons/flat-neutral-sentiment-outline.svg +4 -0
  32. package/icons/flat-neutral-sentiment.svg +3 -0
  33. package/icons/flat-positive-sentiment-outline.svg +4 -0
  34. package/icons/flat-positive-sentiment.svg +3 -0
  35. package/icons/tiktok.svg +5 -0
  36. package/icons/woocommerce.svg +3 -0
  37. package/includeIcons.js +1 -1
  38. package/lib/Avatar/index.js +36 -13
  39. package/lib/Collapsible/index.js +28 -11
  40. package/lib/Collapsible/styles.js +8 -1
  41. package/lib/IconViewBoxes.js +12 -0
  42. package/lib/Link/styles.js +3 -3
  43. package/lib/Menu/index.js +1 -1
  44. package/lib/OverflowList/index.js +1 -3
  45. package/lib/include-icons.js +1 -1
  46. package/lib/themes/default/theme.js +2 -1
  47. package/package.json +3 -2
@@ -208,7 +208,8 @@ var colors = _extends({
208
208
  hubspot: NETWORKCOLORS.NETWORK_COLOR_HUBSPOT,
209
209
  microsoft_dynamics: NETWORKCOLORS.NETWORK_COLOR_MICROSOFT_DYNAMICS,
210
210
  yelp: NETWORKCOLORS.NETWORK_COLOR_YELP,
211
- whatsapp: NETWORKCOLORS.NETWORK_COLOR_WHATSAPP
211
+ whatsapp: NETWORKCOLORS.NETWORK_COLOR_WHATSAPP,
212
+ tiktok: NETWORKCOLORS.NETWORK_COLOR_TIKTOK
212
213
  }
213
214
  }, literalColors);
214
215
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "8.4.0-menu-button-beta.0",
3
+ "version": "8.5.2",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",
@@ -39,6 +39,7 @@
39
39
  "lint-css": "stylelint 'src/**/*.js'",
40
40
  "lint-icons": "yarn icon-lint check 'icons/*.svg'",
41
41
  "jest": "jest",
42
+ "jest:watch": "jest --watch",
42
43
  "test": "npm-run-all flow lint-js lint-css lint-icons jest",
43
44
  "new": "node ./bin/scaffold.js",
44
45
  "playground": "node ./bin/scaffold-playground.js && yarn start",
@@ -96,7 +97,7 @@
96
97
  "@sproutsocial/seeds-color": "^1.5.3",
97
98
  "@sproutsocial/seeds-depth": "^1.1.1",
98
99
  "@sproutsocial/seeds-motion": "^1.2.0",
99
- "@sproutsocial/seeds-networkcolor": "2.8.0",
100
+ "@sproutsocial/seeds-networkcolor": "^2.9.0",
100
101
  "@sproutsocial/seeds-space": "^0.4.7",
101
102
  "@sproutsocial/seeds-typography": "^3.0.1",
102
103
  "@storybook/addon-a11y": "^6.1.11",