ados-rcm 1.1.293 → 1.1.295

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ declare global {
10
10
  type CSSModuleClasses = {
11
11
  readonly [key: string]: string;
12
12
  };
13
+ type TSDC = 'Title-large' | 'Title-normal' | 'Normal' | 'Semi-normal' | 'Neutral' | 'Caption';
13
14
  declare const keys: {
14
15
  Display1: any;
15
16
  Display2: any;
@@ -29,7 +30,7 @@ declare const keys: {
29
30
  IsInteractive: string;
30
31
  };
31
32
  declare function updateKeys(): void;
32
- declare function clsx(...args: (keyof typeof keys)[] | any[]): string;
33
+ declare function clsx(...args: (keyof typeof keys)[] | TSDC[] | any[]): string;
33
34
  declare function sclsx<T extends CSSModuleClasses>(styles: T, ...args: (keyof T)[] | (keyof typeof keys)[] | any[]): string;
34
35
  /**
35
36
  * sF : Style Functions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.293",
3
+ "version": "1.1.295",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",