fis-component 0.0.17 → 0.0.18

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/dist/cjs/index.js CHANGED
@@ -9805,7 +9805,7 @@ if (process.env.NODE_ENV !== 'production') {
9805
9805
  }
9806
9806
 
9807
9807
  const FisButton = () => {
9808
- return jsxRuntime.jsx(Button, { children: "Hello from my React component!" });
9808
+ return jsxRuntime.jsx(Button, { children: "Hello from my React component!1" });
9809
9809
  };
9810
9810
 
9811
9811
  exports.FisButton = FisButton;