beca-ui 2.1.0-beta.78 → 2.1.0-beta.79

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,5 +1,5 @@
1
- import { FormProps as AntFormProps, FormItemProps, FormInstance, FormListFieldData } from "antd";
1
+ import { FormProps as AntFormProps, FormItemProps, FormInstance, FormListFieldData, FormRule } from "antd";
2
2
  export interface FormProps extends AntFormProps {
3
3
  children?: React.ReactNode;
4
4
  }
5
- export type { FormInstance, FormListFieldData, FormItemProps };
5
+ export type { FormInstance, FormListFieldData, FormItemProps, FormRule };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.78",
3
+ "version": "2.1.0-beta.79",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -24,7 +24,7 @@
24
24
  "view-version": "npm view beca-ui version",
25
25
  "release": "yarn chromatic",
26
26
  "publish-main": "sh ./publish.sh",
27
- "publish-beta": "sh ./publish-beta.sh",
27
+ "pb": "sh ./publish-beta.sh",
28
28
  "upgrade-tiptap": "yarn add @tiptap/extension-blockquote @tiptap/extension-bubble-menu @tiptap/extension-color @tiptap/extension-document @tiptap/extension-focus @tiptap/extension-font-family @tiptap/extension-highlight @tiptap/extension-image @tiptap/extension-link @tiptap/extension-mention @tiptap/extension-paragraph @tiptap/extension-placeholder @tiptap/extension-table @tiptap/extension-table-cell @tiptap/extension-table-header @tiptap/extension-table-row @tiptap/extension-text @tiptap/extension-text-align @tiptap/extension-text-style @tiptap/extension-underline @tiptap/pm @tiptap/react @tiptap/starter-kit @tiptap/suggestion"
29
29
  },
30
30
  "dependencies": {