ados-rcm 1.1.752 → 1.1.753

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.
@@ -13,19 +13,19 @@ export interface SFTypeSettings {
13
13
  type CSSModuleClasses = {
14
14
  readonly [key: string]: string;
15
15
  };
16
- declare const classes: {
16
+ export declare const classes: {
17
17
  NoSelect: string;
18
18
  NoTransition: string;
19
19
  IsClickable: string;
20
20
  IsInteractive: string;
21
21
  };
22
- declare const fontWeights: {
22
+ export declare const fontWeights: {
23
23
  Regular: string;
24
24
  Medium: string;
25
25
  SemiBold: string;
26
26
  Bold: string;
27
27
  };
28
- declare const typographies: {
28
+ export declare const typographies: {
29
29
  Display1: string;
30
30
  Display2: string;
31
31
  Title1: string;