fis-component 0.0.8 → 0.0.9

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.
@@ -1,2 +1 @@
1
- declare const ButtonCM: () => import("react/jsx-runtime").JSX.Element;
2
- export default ButtonCM;
1
+ export declare const FisButton: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  export { default as MyComponent } from "./components/MyComponent";
2
- export { default as FisButton } from "./components/Button";
2
+ export { FisButton } from "./components/Button";
package/dist/index.d.ts CHANGED
@@ -2,6 +2,6 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
 
3
3
  declare const MyComponent: () => react_jsx_runtime.JSX.Element;
4
4
 
5
- declare const ButtonCM: () => react_jsx_runtime.JSX.Element;
5
+ declare const FisButton: () => react_jsx_runtime.JSX.Element;
6
6
 
7
- export { ButtonCM as FisButton, MyComponent };
7
+ export { FisButton, MyComponent };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fis-component",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",