ados-rcm 1.0.404 → 1.0.406

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.
@@ -9,7 +9,7 @@ export interface IATabOptionRendererProps<T> {
9
9
  option: T;
10
10
  }
11
11
  export declare const ATabTypes: readonly ["Primary", "Secondary"];
12
- export type ATabType = (typeof ATabTypes)[number];
12
+ export type TATabTypes = (typeof ATabTypes)[number];
13
13
  export interface IATabProps<T> {
14
14
  /**
15
15
  * options : T[]
@@ -22,7 +22,7 @@ export interface IATabProps<T> {
22
22
  *
23
23
  * Description : type of ATab
24
24
  */
25
- type?: ATabType;
25
+ type?: TATabTypes;
26
26
  /**
27
27
  * useSelect? : TUseValues<T>
28
28
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.404",
3
+ "version": "1.0.406",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",