@windrun-huaiin/third-ui 5.9.7 → 5.9.8
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/main/index.d.mts +1 -11
- package/dist/main/index.d.ts +1 -11
- package/dist/main/index.js +2 -14
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +1 -12
- package/dist/main/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/x-button.tsx +0 -11
package/dist/main/index.d.mts
CHANGED
|
@@ -85,16 +85,6 @@ interface SplitButtonProps {
|
|
|
85
85
|
dropdownButtonClassName?: string;
|
|
86
86
|
}
|
|
87
87
|
type xButtonProps = SingleButtonProps | SplitButtonProps;
|
|
88
|
-
declare const XButtonIcons: {
|
|
89
|
-
copy: react_jsx_runtime.JSX.Element;
|
|
90
|
-
checkCheck: react_jsx_runtime.JSX.Element;
|
|
91
|
-
globe: react_jsx_runtime.JSX.Element;
|
|
92
|
-
loader: react_jsx_runtime.JSX.Element;
|
|
93
|
-
download: react_jsx_runtime.JSX.Element;
|
|
94
|
-
upload: react_jsx_runtime.JSX.Element;
|
|
95
|
-
share: react_jsx_runtime.JSX.Element;
|
|
96
|
-
edit: react_jsx_runtime.JSX.Element;
|
|
97
|
-
};
|
|
98
88
|
declare function XButton(props: xButtonProps): react_jsx_runtime.JSX.Element;
|
|
99
89
|
|
|
100
|
-
export { AdsAlertDialog, type BillingOption, CTA, FAQ, Features, Footer, Gallery, GoToTop, Loading, NProgressBar, PricePlan, type PricePlanAppConfig, type PricePlanProps, type Prices, SeoContent, Tips, Usage, XButton
|
|
90
|
+
export { AdsAlertDialog, type BillingOption, CTA, FAQ, Features, Footer, Gallery, GoToTop, Loading, NProgressBar, PricePlan, type PricePlanAppConfig, type PricePlanProps, type Prices, SeoContent, Tips, Usage, XButton };
|
package/dist/main/index.d.ts
CHANGED
|
@@ -85,16 +85,6 @@ interface SplitButtonProps {
|
|
|
85
85
|
dropdownButtonClassName?: string;
|
|
86
86
|
}
|
|
87
87
|
type xButtonProps = SingleButtonProps | SplitButtonProps;
|
|
88
|
-
declare const XButtonIcons: {
|
|
89
|
-
copy: react_jsx_runtime.JSX.Element;
|
|
90
|
-
checkCheck: react_jsx_runtime.JSX.Element;
|
|
91
|
-
globe: react_jsx_runtime.JSX.Element;
|
|
92
|
-
loader: react_jsx_runtime.JSX.Element;
|
|
93
|
-
download: react_jsx_runtime.JSX.Element;
|
|
94
|
-
upload: react_jsx_runtime.JSX.Element;
|
|
95
|
-
share: react_jsx_runtime.JSX.Element;
|
|
96
|
-
edit: react_jsx_runtime.JSX.Element;
|
|
97
|
-
};
|
|
98
88
|
declare function XButton(props: xButtonProps): react_jsx_runtime.JSX.Element;
|
|
99
89
|
|
|
100
|
-
export { AdsAlertDialog, type BillingOption, CTA, FAQ, Features, Footer, Gallery, GoToTop, Loading, NProgressBar, PricePlan, type PricePlanAppConfig, type PricePlanProps, type Prices, SeoContent, Tips, Usage, XButton
|
|
90
|
+
export { AdsAlertDialog, type BillingOption, CTA, FAQ, Features, Footer, Gallery, GoToTop, Loading, NProgressBar, PricePlan, type PricePlanAppConfig, type PricePlanProps, type Prices, SeoContent, Tips, Usage, XButton };
|
package/dist/main/index.js
CHANGED
|
@@ -93,8 +93,7 @@ __export(main_exports, {
|
|
|
93
93
|
SeoContent: () => SeoContent,
|
|
94
94
|
Tips: () => Tips,
|
|
95
95
|
Usage: () => Usage,
|
|
96
|
-
XButton: () => XButton
|
|
97
|
-
XButtonIcons: () => XButtonIcons
|
|
96
|
+
XButton: () => XButton
|
|
98
97
|
});
|
|
99
98
|
module.exports = __toCommonJS(main_exports);
|
|
100
99
|
|
|
@@ -6080,16 +6079,6 @@ function AdsAlertDialog({
|
|
|
6080
6079
|
// src/main/x-button.tsx
|
|
6081
6080
|
var import_react42 = require("react");
|
|
6082
6081
|
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
6083
|
-
var XButtonIcons = {
|
|
6084
|
-
copy: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(globalLucideIcons.Copy, { className: "w-5 h-5 mr-1" }),
|
|
6085
|
-
checkCheck: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(globalLucideIcons.CheckCheck, { className: "w-5 h-5 mr-1" }),
|
|
6086
|
-
globe: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(globalLucideIcons.Languages, { className: "w-5 h-5 mr-1" }),
|
|
6087
|
-
loader: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(globalLucideIcons.Loader2, { className: "w-5 h-5 mr-1 animate-spin" }),
|
|
6088
|
-
download: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(globalLucideIcons.Download, { className: "w-5 h-5 mr-1" }),
|
|
6089
|
-
upload: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(globalLucideIcons.ImageUp, { className: "w-5 h-5 mr-1" }),
|
|
6090
|
-
share: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(globalLucideIcons.Share, { className: "w-5 h-5 mr-1" }),
|
|
6091
|
-
edit: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(globalLucideIcons.Pencil, { className: "w-5 h-5 mr-1" })
|
|
6092
|
-
};
|
|
6093
6082
|
function XButton(props) {
|
|
6094
6083
|
var _a, _b;
|
|
6095
6084
|
const [isLoading, setIsLoading] = (0, import_react42.useState)(false);
|
|
@@ -6230,8 +6219,7 @@ function XButton(props) {
|
|
|
6230
6219
|
SeoContent,
|
|
6231
6220
|
Tips,
|
|
6232
6221
|
Usage,
|
|
6233
|
-
XButton
|
|
6234
|
-
XButtonIcons
|
|
6222
|
+
XButton
|
|
6235
6223
|
});
|
|
6236
6224
|
/*! Bundled license information:
|
|
6237
6225
|
|