@spectrum-icons/workflow 4.0.2 → 4.0.4

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.
@@ -28,6 +28,7 @@ let alphabetizedIcons = alphabet
28
28
  }, {});
29
29
 
30
30
  storiesOf('Icons/Workflow', module)
31
+ .addParameters({chromaticProvider: { express: false}})
31
32
  .add(
32
33
  'icon: Add with sizes',
33
34
  () => renderIconSizes(Add, {'aria-label': 'Add'})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-icons/workflow",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "@adobe/react-spectrum-workflow": "2.3.3",
16
16
  "@babel/runtime": "^7.6.2",
17
- "@react-spectrum/icon": "^3.6.0"
17
+ "@react-spectrum/icon": "^3.6.2"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@spectrum-icons/build-tools": "3.0.0-alpha.1"
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "b03ef51e6317547dd0a840f151e59d039b1e1fd3"
29
+ "gitHead": "2954307ddbefe149241685440c81f80ece6b2c83"
30
30
  }