@nulogy/components 10.1.1 → 10.1.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.
- package/dist/main.js +17 -23
- package/dist/main.module.js +17 -23
- package/dist/src/DatePicker/DatePicker.d.ts +1 -1
- package/dist/src/Type/Headings.d.ts +4 -1060
- package/dist/src/Type/Headings.story.d.ts +1 -24
- package/package.json +1 -1
|
@@ -3,29 +3,6 @@ declare const _default: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
6
|
-
export declare const
|
|
7
|
-
(): React.JSX.Element;
|
|
8
|
-
story: {
|
|
9
|
-
name: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export declare const _Heading2: {
|
|
13
|
-
(): React.JSX.Element;
|
|
14
|
-
story: {
|
|
15
|
-
name: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export declare const _Heading3: {
|
|
19
|
-
(): React.JSX.Element;
|
|
20
|
-
story: {
|
|
21
|
-
name: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export declare const _Heading4: {
|
|
25
|
-
(): React.JSX.Element;
|
|
26
|
-
story: {
|
|
27
|
-
name: string;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
6
|
+
export declare const Headings: () => React.JSX.Element;
|
|
30
7
|
export declare const WithACustomMargin: () => React.JSX.Element;
|
|
31
8
|
export declare const Inline: () => React.JSX.Element;
|