beca-ui 2.1.0-beta.74 → 2.1.0-beta.76

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/dist/beca-ui.js CHANGED
@@ -93706,7 +93706,7 @@ const m6 = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
93706
93706
  type: xe,
93707
93707
  status: "default",
93708
93708
  className: me(c && "mobile-collapse-button"),
93709
- icon: n ? /* @__PURE__ */ z(Lhe, {}) : /* @__PURE__ */ z(Dhe, {}),
93709
+ icon: n ? /* @__PURE__ */ z(Dhe, {}) : /* @__PURE__ */ z(Lhe, {}),
93710
93710
  onClick: r
93711
93711
  }
93712
93712
  ) }),
@@ -1,3 +1,2 @@
1
- import { AnchorProps as AntAnchorProps } from "antd";
2
- export interface AnchorProps extends AntAnchorProps {
3
- }
1
+ import { AnchorProps } from "antd";
2
+ export type { AnchorProps };
@@ -1,3 +1,2 @@
1
- import { AnchorProps } from "./Anchor.types";
2
1
  export { default as Anchor } from "./Anchor";
3
- export type { AnchorProps };
2
+ export * from "./Anchor.types";
@@ -1,5 +1,3 @@
1
- import { SpaceProps as AntSpaceProps } from "antd";
1
+ import { SpaceProps } from "antd";
2
2
  import { SpaceSize } from "antd/es/space";
3
- export interface SpaceProps extends AntSpaceProps {
4
- }
5
- export type { SpaceSize };
3
+ export type { SpaceProps, SpaceSize };
@@ -1,3 +1,2 @@
1
- import { SpaceProps } from "./Space.types";
2
1
  export * from "./Space";
3
- export type { SpaceProps };
2
+ export * from "./Space.types";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.74",
3
+ "version": "2.1.0-beta.76",
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": "npm publish --tag beta",
27
+ "publish-beta": "sh ./publish.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": {