@hexure/ui 1.13.91 → 1.13.93

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.
@@ -32,6 +32,7 @@ export interface SelectProps extends AccessibleProps {
32
32
  dataItemid?: string;
33
33
  isInvalidRedBackground?: boolean;
34
34
  isWarningError?: boolean;
35
+ innerRef?: any;
35
36
  }
36
37
  declare const Select: FC<SelectProps>;
37
38
  export default Select;
package/dist/index.d.ts CHANGED
@@ -670,6 +670,7 @@ interface SelectProps extends AccessibleProps {
670
670
  dataItemid?: string;
671
671
  isInvalidRedBackground?: boolean;
672
672
  isWarningError?: boolean;
673
+ innerRef?: any;
673
674
  }
674
675
  declare const Select: FC<SelectProps>;
675
676
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.13.91",
3
+ "version": "1.13.93",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",