ados-rcm 1.0.394 → 1.0.396

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.
@@ -30,7 +30,7 @@ interface ISelectedRendererProps<T> {
30
30
  placeholder?: React.ReactNode;
31
31
  }
32
32
  export declare const ASelectTypes: readonly ["Primary", "Secondary"];
33
- export type TASelectTypes = 'Primary' | 'Secondary';
33
+ export type TASelectTypes = (typeof ASelectTypes)[number];
34
34
  export interface IASelectProps<T> extends IABaseProps {
35
35
  /**
36
36
  * options : T[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.394",
3
+ "version": "1.0.396",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",