beca-ui 2.0.20-beta.35 → 2.0.20-beta.37

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.
@@ -1,3 +1,2 @@
1
- import { ApplicationsCardProps } from "./ApplicationsCard.types";
2
1
  export * from "./ApplicationsCard";
3
- export type { ApplicationsCardProps };
2
+ export * from "./ApplicationsCard.types";
@@ -1,9 +1,5 @@
1
- import React from "react";
2
- import { FormProps as AntFormProps, FormItemProps as AntFormItemProps, FormInstance, FormListFieldData } from "antd";
1
+ import { FormProps as AntFormProps, FormItemProps, FormInstance, FormListFieldData } from "antd";
3
2
  export interface FormProps extends AntFormProps {
4
3
  children?: React.ReactNode;
5
4
  }
6
- export interface FormItemProps extends AntFormItemProps {
7
- naked?: boolean;
8
- }
9
- export type { FormInstance, FormListFieldData };
5
+ export type { FormInstance, FormListFieldData, FormItemProps };
@@ -1,3 +1,2 @@
1
- import { FormProps, FormItemProps, FormInstance } from "./Form.types";
2
1
  export { default as Form } from "./Form";
3
- export type { FormProps, FormItemProps, FormInstance };
2
+ export * from "./Form.types";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.0.20-beta.35",
3
+ "version": "2.0.20-beta.37",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {