@sunrise-upc/mobile-prod-card 1.2.4-beta.15 → 1.2.4-beta.16

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.2.4-beta.15",
3
+ "version": "1.2.4-beta.16",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,7 +0,0 @@
1
- /**
2
- * A candidate for common component.
3
- */
4
- import React from "react";
5
- import "./LineCheck.css";
6
- declare const AutoComplete: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
7
- export default AutoComplete;
@@ -1,7 +0,0 @@
1
- /**
2
- * A candidate for common component.
3
- */
4
- import React from "react";
5
- import "./LineCheck.css";
6
- declare const AutoComplete: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
7
- export default AutoComplete;