@careevolution/mydatahelps-ui 1.5.6 → 1.6.0

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.
@@ -3,3 +3,4 @@ import Face from "./Face";
3
3
  declare const _default: ComponentMeta<typeof Face>;
4
4
  export default _default;
5
5
  export declare const Default: ComponentStory<typeof Face>;
6
+ export declare const Clickable: ComponentStory<typeof Face>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "1.5.6",
3
+ "version": "1.6.0",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -13,7 +13,9 @@
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/CareEvolution/MyDataHelpsUI.git"
15
15
  },
16
- "sideEffects": false,
16
+ "sideEffects": [
17
+ "*.css"
18
+ ],
17
19
  "keywords": [
18
20
  "MyDataHelps"
19
21
  ],