ados-rcm 1.1.309 → 1.1.310

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-normal' | 'Button-label' | 'Normal' | 'Semi-normal' | 'Neutral' | 'Caption';
13
+ type TSDC = 'Title-large' | 'Title-normal' | 'Button-label' | 'Body' | 'Body-reading' | 'Caption' | 'Caption-reading';
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.309",
3
+ "version": "1.1.310",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",