@automattic/vip-design-system 0.28.2 → 0.28.3

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.
@@ -64,6 +64,8 @@ var getComponentColors = function getComponentColors(theme, gColor, gVariants) {
64
64
  icon: (0, _extends2["default"])({}, theme.icon),
65
65
  // Form Controls
66
66
  input: (0, _extends2["default"])({}, theme.input),
67
+ // Toolbar Controls
68
+ toolbar: (0, _extends2["default"])({}, theme.toolbar),
67
69
  // Accordion
68
70
  accordion: {
69
71
  content: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/vip-design-system",
3
- "version": "0.28.2",
3
+ "version": "0.28.3",
4
4
  "main": "build/system/index.js",
5
5
  "scripts": {
6
6
  "build-storybook": "build-storybook",
@@ -72,6 +72,11 @@ const getComponentColors = ( theme, gColor, gVariants ) => ( {
72
72
  ...theme.input,
73
73
  },
74
74
 
75
+ // Toolbar Controls
76
+ toolbar: {
77
+ ...theme.toolbar,
78
+ },
79
+
75
80
  // Accordion
76
81
  accordion: {
77
82
  content: {