ados-rcm 1.0.390 → 1.0.391

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.
@@ -1,6 +1,6 @@
1
1
  import { IABaseProps } from '../ABase/ABase';
2
2
  export declare const AButtonTypes: readonly ["Primary", "Secondary", "Raw"];
3
- export type TAButtonTypes = 'Primary' | 'Secondary' | 'Raw';
3
+ export type TAButtonTypes = (typeof AButtonTypes)[number];
4
4
  export interface IAButtonProps extends IABaseProps {
5
5
  /**
6
6
  * type? : TAButtonType = 'Primary'
@@ -2,7 +2,7 @@
2
2
  import { IABaseProps } from '../ABase/ABase';
3
3
  import { TIcons } from '../AIcon/AIcon';
4
4
  export declare const AIconButtonTypes: readonly ["Primary", "Raw"];
5
- export type TAIconButtonTypes = 'Primary' | 'Raw';
5
+ export type TAIconButtonTypes = (typeof AIconButtonTypes)[number];
6
6
  interface IAIconButtonProps extends IABaseProps {
7
7
  /**
8
8
  * icon : TIcons | Exclude<React.ReactNode, string>;
@@ -95,4 +95,5 @@ declare const Icons: Readonly<{
95
95
  HelpCircle: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
96
96
  }>;
97
97
  export declare const AIcons: ("ArrowDown" | "ArrowUp" | "Chat" | "Check.Checked" | "Check.Indeterminate" | "Check.UnChecked" | "CircledCheck" | "ClipBoard" | "Close" | "Document" | "Menu" | "Person" | "Reset" | "Search" | "Send" | "Spinner" | "Stop" | "TriangleAlert" | "Sun" | "Moon" | "CCTV" | "Convert" | "KeyboardArrowUp" | "KeyboardArrowDown" | "Alert" | "SortUp" | "SortDown" | "SortBoth" | "Favorite" | "FavoriteDisabled" | "Main" | "Frame" | "FileDownload" | "File" | "UnPlug" | "Sync" | "CalendarDay" | "DateRange" | "PlayArrow" | "Mail" | "Download" | "Folder" | "FolderPost" | "FolderOpen" | "FolderCopy" | "FolderAdd" | "FirstPage" | "LastPage" | "NavigateBefore" | "NavigateNext" | "ListAdd" | "ListRemove" | "Cancel" | "Clear" | "Article" | "Info" | "PersonAdd" | "CheckNormal" | "Create" | "PersonRemove" | "Refresh" | "Undo" | "Gear" | "TriangleUp" | "TriangleDown" | "HelpCircle")[];
98
+ export type TAIcons = (typeof AIcons)[number];
98
99
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.390",
3
+ "version": "1.0.391",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",