@ixo/ui 0.0.18 → 0.0.19

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,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { Props } from './types';
3
+ export declare function CircleFilled({ className, color, size }: Props): ReactElement;
4
+ //# sourceMappingURL=CircleFilled.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CircleFilled.d.ts","sourceRoot":"","sources":["../../src/icons/CircleFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAMrC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,YAAY,CAiB5E"}
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { Props } from './types';
3
+ export declare function CircleOutline({ className, color, size }: Props): ReactElement;
4
+ //# sourceMappingURL=CircleOutline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CircleOutline.d.ts","sourceRoot":"","sources":["../../src/icons/CircleOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAMrC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,YAAY,CAgB7E"}
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { Props } from './types';
3
+ export declare function LiveCall({ className, color, size }: Props): ReactElement;
4
+ //# sourceMappingURL=LiveCall.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiveCall.d.ts","sourceRoot":"","sources":["../../src/icons/LiveCall.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAMrC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,YAAY,CAgBxE"}
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { Props } from './types';
3
+ export declare function LockFilled({ className, color, size }: Props): ReactElement;
4
+ //# sourceMappingURL=LockFilled.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LockFilled.d.ts","sourceRoot":"","sources":["../../src/icons/LockFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAMrC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,YAAY,CAoB1E"}
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { Props } from './types';
3
+ export declare function LockOutline({ className, color, size }: Props): ReactElement;
4
+ //# sourceMappingURL=LockOutline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LockOutline.d.ts","sourceRoot":"","sources":["../../src/icons/LockOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAMrC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,YAAY,CAgB3E"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/ui",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "IXO UI library",
5
5
  "author": "IXO",
6
6
  "homepage": "https://github.com/ixoworld/ixo-ui#readme",