@atlaskit/eslint-plugin-design-system 10.12.2 → 10.12.3

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.
@@ -1,22 +0,0 @@
1
- export declare const outcomeDescriptionMap: {
2
- [key: string]: string;
3
- };
4
- export declare const sizes: readonly ["small", "medium", "large", "xlarge"];
5
- export type Size = (typeof sizes)[number];
6
- export declare const isSize: (size: any) => size is "small" | "medium" | "large" | "xlarge";
7
- declare const migrationMap: {
8
- [lib: string]: {
9
- sizeGuidance: {
10
- small: string;
11
- medium: string;
12
- large: string;
13
- xlarge: string;
14
- };
15
- newIcon?: {
16
- name: string;
17
- type: string;
18
- library: string;
19
- };
20
- };
21
- };
22
- export default migrationMap;
@@ -1,27 +0,0 @@
1
- export declare const outcomeDescriptionMap: {
2
- [key: string]: string;
3
- };
4
- export declare const sizes: readonly [
5
- "small",
6
- "medium",
7
- "large",
8
- "xlarge"
9
- ];
10
- export type Size = (typeof sizes)[number];
11
- export declare const isSize: (size: any) => size is "small" | "medium" | "large" | "xlarge";
12
- declare const migrationMap: {
13
- [lib: string]: {
14
- sizeGuidance: {
15
- small: string;
16
- medium: string;
17
- large: string;
18
- xlarge: string;
19
- };
20
- newIcon?: {
21
- name: string;
22
- type: string;
23
- library: string;
24
- };
25
- };
26
- };
27
- export default migrationMap;