dga-ui-react 1.8.11 → 1.8.13

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/index.d.ts CHANGED
@@ -195,6 +195,7 @@ interface DGA_DropdownProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "
195
195
  size?: "large" | "medium";
196
196
  state?: State;
197
197
  error?: boolean;
198
+ disabled?: boolean;
198
199
  filled?: boolean;
199
200
  style?: Style$2;
200
201
  dropdownStyle?: React.CSSProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dga-ui-react",
3
- "version": "1.8.11",
3
+ "version": "1.8.13",
4
4
  "description": "DGA ui library",
5
5
  "author": "Ashraf Ainia",
6
6
  "license": "MIT",