ados-rcm 1.1.294 → 1.1.295

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ declare global {
10
10
  type CSSModuleClasses = {
11
11
  readonly [key: string]: string;
12
12
  };
13
- type TSDC = 'Title-large' | 'Title-medium' | 'Title-small' | 'Label-large' | 'Label-medium' | 'Label-small' | 'Body-large' | 'Body-medium' | 'Body-small';
13
+ type TSDC = 'Title-large' | 'Title-normal' | 'Normal' | 'Semi-normal' | 'Neutral' | 'Caption';
14
14
  declare const keys: {
15
15
  Display1: any;
16
16
  Display2: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.294",
3
+ "version": "1.1.295",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",