@sproutsocial/racine 7.2.0-beta-bill-foehring.0 → 7.3.0

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.
@@ -305,7 +305,8 @@ var colors = {
305
305
  zendesk: NETWORKCOLORS.NETWORK_COLOR_ZENDESK,
306
306
  hubspot: NETWORKCOLORS.NETWORK_COLOR_HUBSPOT,
307
307
  microsoft_dynamics: NETWORKCOLORS.NETWORK_COLOR_MICROSOFT_DYNAMICS,
308
- yelp: NETWORKCOLORS.NETWORK_COLOR_YELP
308
+ yelp: NETWORKCOLORS.NETWORK_COLOR_YELP,
309
+ whatsapp: NETWORKCOLORS.NETWORK_COLOR_WHATSAPP
309
310
  }
310
311
  };
311
312
  var typography = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "7.2.0-beta-bill-foehring.0",
3
+ "version": "7.3.0",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",
@@ -47,11 +47,7 @@
47
47
  "build-storybook": "build-storybook --quiet -c .storybook -o .storybook-dist",
48
48
  "icon-lint": "node bin/icon-lint/cli",
49
49
  "playroom:start": "playroom start",
50
- "playroom:build": "playroom build",
51
- "beta:publish": "npm publish --tag beta",
52
- "beta:status": "node ./bin/beta status",
53
- "beta:release": "node ./bin/beta release",
54
- "beta:deprecate": "node ./bin/beta deprecate"
50
+ "playroom:build": "playroom build"
55
51
  },
56
52
  "lint-staged": {
57
53
  "**/*.js": [
@@ -100,7 +96,7 @@
100
96
  "@sproutsocial/seeds-color": "^1.5.3",
101
97
  "@sproutsocial/seeds-depth": "^1.1.1",
102
98
  "@sproutsocial/seeds-motion": "^1.2.0",
103
- "@sproutsocial/seeds-networkcolor": "2.6.2",
99
+ "@sproutsocial/seeds-networkcolor": "2.8.0",
104
100
  "@sproutsocial/seeds-space": "^0.4.7",
105
101
  "@sproutsocial/seeds-typography": "^3.0.1",
106
102
  "@storybook/addon-a11y": "^6.1.11",
@@ -158,7 +154,6 @@
158
154
  "react-dates": "^21.8.0",
159
155
  "react-dom": "16.12.0",
160
156
  "rimraf": "^2.6.3",
161
- "semver": "^7.3.5",
162
157
  "storybook-dark-mode": "^1.0.7",
163
158
  "styled-components": "5.0.0-rc.2",
164
159
  "stylelint": "^13.8.0",
Binary file