@invopop/popui 0.1.45 → 0.1.46

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.
@@ -18,7 +18,8 @@
18
18
  value: a,
19
19
  icon: a.icon,
20
20
  separator: a.separator,
21
- destructive: a.destructive
21
+ destructive: a.destructive,
22
+ disabled: a.disabled
22
23
  })) as DrawerOption[]
23
24
  )
24
25
 
package/dist/types.d.ts CHANGED
@@ -79,6 +79,7 @@ export type TableAction = {
79
79
  slug?: string;
80
80
  separator?: boolean;
81
81
  destructive?: boolean;
82
+ disabled?: boolean;
82
83
  value?: AnyProp;
83
84
  };
84
85
  export type TableSortBy = '' | 'asc' | 'desc';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.1.45",
4
+ "version": "0.1.46",
5
5
  "repository": {
6
6
  "url": "https://github.com/invopop/popui"
7
7
  },