@oliasoft-open-source/react-ui-library 4.4.0 → 4.4.1

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -625,6 +625,7 @@ declare interface IListAction {
625
625
  primary?: boolean;
626
626
  subActions?: ISubAction_2[];
627
627
  childComponent?: ReactNode;
628
+ disabled?: boolean;
628
629
  }
629
630
 
630
631
  declare interface IListData {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {