@zohodesk/dot 1.0.0-temp.888 → 1.0.0-temp.999

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.
@@ -173,4 +173,4 @@ ActionButton.propTypes = {
173
173
  ActionButton.docs = {
174
174
  componentGroup: 'Atom'
175
175
  };
176
- export default Popup(ActionButton);
176
+ export default Popup(ActionButton, 'actionButton');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp.888",
3
+ "version": "1.0.0-temp.999",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",