@storybook/addon-ondevice-controls 6.5.2 → 6.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-ondevice-controls",
3
- "version": "6.5.2",
3
+ "version": "6.5.3",
4
4
  "description": "Display storybook controls on your device.",
5
5
  "keywords": [
6
6
  "addon",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "3a4e7ee204b9ab396dc0ef53c902be0d33e90921"
56
+ "gitHead": "464967fd130b46df44f91395d08e6a25afa36679"
57
57
  }
package/dist/typings.d.js DELETED
@@ -1,4 +0,0 @@
1
- "use strict";
2
-
3
- var _css2 = _interopRequireDefault(require("@emotion/css"));
4
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }