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(
|
|
93709
|
+
icon: n ? /* @__PURE__ */ z(Dhe, {}) : /* @__PURE__ */ z(Lhe, {}),
|
|
93710
93710
|
onClick: r
|
|
93711
93711
|
}
|
|
93712
93712
|
) }),
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { AnchorProps
|
|
2
|
-
export
|
|
3
|
-
}
|
|
1
|
+
import { AnchorProps } from "antd";
|
|
2
|
+
export type { AnchorProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beca-ui",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
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": "
|
|
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": {
|