@carbon/storybook-addon-theme 0.22.39 → 0.22.40

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/storybook-addon-theme",
3
3
  "description": "Carbon theme switcher for Storybook",
4
- "version": "0.22.39",
4
+ "version": "0.22.40",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/react.js",
7
7
  "repository": {
@@ -60,5 +60,5 @@
60
60
  "npm-run-all": "^4.1.5",
61
61
  "rimraf": "^5.0.0"
62
62
  },
63
- "gitHead": "e67a831df35b9a4b120124d6a9b6dbd1d4fa742b"
63
+ "gitHead": "7d5b5013039a6d98e3aab8375a7ea249c44ee4ae"
64
64
  }
package/react.js CHANGED
@@ -4,4 +4,4 @@
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
- module.exports = require('./dist/react');
7
+ export { withCarbonTheme } from './dist/react';
package/register.js CHANGED
@@ -4,4 +4,4 @@
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
- require('./dist/register');
7
+ import './dist/register';
package/vue.js CHANGED
@@ -4,4 +4,4 @@
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
- module.exports = require('./dist/vue');
7
+ export { withCarbonTheme } from './dist/vue';