@secondstaxorg/sscomp 2.0.51 → 2.0.53

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "2.0.51",
3
+ "version": "2.0.53",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -1,5 +1,3 @@
1
1
  export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
2
2
  export declare const ErrorText: import("styled-components").StyledComponent<"div", any, {}, never>;
3
3
  export declare const FileRequirementsText: import("styled-components").StyledComponent<"p", any, {}, never>;
4
- export declare const PreviewBtn: import("styled-components").StyledComponent<"button", any, {}, never>;
5
- export declare const PreviewOverlay: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -41,5 +41,4 @@ export interface FileUploadProps {
41
41
  * If true, the "select file" button will be merged into the field
42
42
  */
43
43
  consolidateButton?: boolean;
44
- canPreview?: boolean;
45
44
  }