ods-component-lib 1.18.165 → 1.18.166

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.
@@ -0,0 +1 @@
1
+ export declare const BasicModal: any;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ declare const DynamicIcon: ({ iconName }: {
3
+ iconName: any;
4
+ }) => React.JSX.Element;
5
+ export default DynamicIcon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ods-component-lib",
3
- "version": "1.18.165",
3
+ "version": "1.18.166",
4
4
  "description": "Odeon design system component lib",
5
5
  "author": "OdeonTechnology",
6
6
  "license": "MIT",
@@ -1,59 +0,0 @@
1
- import React from "react";
2
- declare const _default: {
3
- title: string;
4
- component: (props?: import("antd").TypographyProps) => React.JSX.Element;
5
- tags: string[];
6
- argTypes: {
7
- link: {
8
- description: string;
9
- };
10
- defaultProps: {
11
- description: string;
12
- };
13
- propTypes: {
14
- description: string;
15
- };
16
- displayName: {
17
- description: string;
18
- };
19
- $$typeof: {
20
- description: string;
21
- };
22
- apply: {
23
- description: string;
24
- };
25
- call: {
26
- description: string;
27
- control: string;
28
- };
29
- bind: {
30
- description: string;
31
- };
32
- toString: {
33
- description: string;
34
- };
35
- length: {
36
- description: string;
37
- };
38
- arguments: {
39
- description: string;
40
- };
41
- caller: {
42
- description: string;
43
- };
44
- name: {
45
- description: string;
46
- };
47
- Text: {
48
- description: string;
49
- };
50
- Title: {
51
- description: string;
52
- };
53
- Paragraph: {
54
- description: string;
55
- };
56
- };
57
- };
58
- export default _default;
59
- export declare const Default: any;