@oliasoft-open-source/react-ui-library 5.4.0-beta-6 → 5.4.0-beta-7

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -348,7 +348,7 @@ export declare interface ICustomModalConfig {
348
348
  component: FC<{
349
349
  visible: boolean;
350
350
  onClose: () => void;
351
- }>;
351
+ } & Record<string, any>>;
352
352
  props?: Record<string, any>;
353
353
  }
354
354
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.4.0-beta-6",
3
+ "version": "5.4.0-beta-7",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {