sag_components 2.0.0-beta23 → 2.0.0-beta24

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 +1 @@
1
- export function getIcon(icon: any, iconHeight: any, iconWidth: any, color: any, disabled: any, pointer: any, callBackOnClick: any): "" | import("react/jsx-runtime").JSX.Element;
1
+ export function getIcon(icon: any, iconHeight: any, iconWidth: any, color: any, disabled: any, pointer: any, callBackOnClick: any): import("react/jsx-runtime").JSX.Element | "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta23",
3
+ "version": "2.0.0-beta24",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -30,6 +30,7 @@
30
30
  "@rollup/plugin-babel": "^6.0.3",
31
31
  "@rollup/plugin-commonjs": "^24.0.0",
32
32
  "@rollup/plugin-node-resolve": "^13.0.6",
33
+ "@rollup/plugin-typescript": "^12.1.2",
33
34
  "@storybook/addon-designs": "^7.0.9",
34
35
  "@storybook/addon-essentials": "^7.4.6",
35
36
  "@storybook/addon-interactions": "^7.4.6",
@@ -1,2 +0,0 @@
1
- export default App;
2
- declare function App(): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- declare const _default: import("vite").UserConfig;
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export default Factory;
2
- declare function Factory({ componentName }: {
3
- componentName: any;
4
- }): any;
@@ -1 +0,0 @@
1
- export const OnlyEnglishLettersRegex: RegExp;