@gup-fe/js-sdk 2.4.0 → 2.4.2
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/js-sdk.bundle.js +3 -3
- package/dist/js-sdk.bundle.umd.js +1 -1
- package/dist/js-sdk.js +3 -3
- package/dist/js-sdk.umd.js +1 -1
- package/package.json +3 -3
package/dist/js-sdk.bundle.js
CHANGED
|
@@ -48060,11 +48060,11 @@ function az({
|
|
|
48060
48060
|
children: /* @__PURE__ */ $.jsx(Lx, { children: /* @__PURE__ */ $.jsx(Fx, { className: "size-3 text-[var(--jssdk-primary-color)]", strokeWidth: 4 }) })
|
|
48061
48061
|
}
|
|
48062
48062
|
),
|
|
48063
|
-
/* @__PURE__ */ $.jsx("span", { className: "ml-2", children: "我已详细阅读并同意" }),
|
|
48063
|
+
/* @__PURE__ */ $.jsx("span", { className: "ml-2 text-xs md:text-sm", children: "我已详细阅读并同意" }),
|
|
48064
48064
|
/* @__PURE__ */ $.jsx(
|
|
48065
48065
|
pr,
|
|
48066
48066
|
{
|
|
48067
|
-
className: "text-[var(--jssdk-primary-color)]",
|
|
48067
|
+
className: "text-[var(--jssdk-primary-color)] text-xs md:text-sm",
|
|
48068
48068
|
onClick: () => u(!0),
|
|
48069
48069
|
type: "button",
|
|
48070
48070
|
children: "《用户协议》"
|
|
@@ -48074,7 +48074,7 @@ function az({
|
|
|
48074
48074
|
/* @__PURE__ */ $.jsx(
|
|
48075
48075
|
pr,
|
|
48076
48076
|
{
|
|
48077
|
-
className: "text-[var(--jssdk-primary-color)]",
|
|
48077
|
+
className: "text-[var(--jssdk-primary-color)] text-xs md:text-sm",
|
|
48078
48078
|
onClick: () => m(!0),
|
|
48079
48079
|
type: "button",
|
|
48080
48080
|
children: "《隐私政策》"
|