ados-rcm 1.0.43 → 1.0.45
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.
package/package.json
CHANGED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { TIdx } from '../ATypes/ATypes';
|
|
2
|
-
/**
|
|
3
|
-
* AStyles.tsx
|
|
4
|
-
* style maps for AModule
|
|
5
|
-
*
|
|
6
|
-
* Notice 1 : Naming Convention of Color Variables
|
|
7
|
-
* - Component Styles are named by the following rule
|
|
8
|
-
* - '--ComponentName-[...ClassName]-Property'
|
|
9
|
-
*/
|
|
10
|
-
export interface IStyle {
|
|
11
|
-
[key: TIdx]: string;
|
|
12
|
-
}
|
|
13
|
-
export interface ICustomeStyle extends IStyle {
|
|
14
|
-
'--style': string;
|
|
15
|
-
}
|
|
16
|
-
export declare const Styles: IStyle[];
|
|
17
|
-
export declare const componentStyles: IStyle;
|
|
18
|
-
export declare const AStyles: {
|
|
19
|
-
Default: IStyle;
|
|
20
|
-
Styles: IStyle[];
|
|
21
|
-
OverrideStyle: IStyle;
|
|
22
|
-
};
|