@orangecheck/auth-client 2.17.0 → 2.17.1
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/index.js +35 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +35 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1894,6 +1894,41 @@ function OcSignIn({
|
|
|
1894
1894
|
children: "That sign-in didn't complete. Please try again."
|
|
1895
1895
|
}
|
|
1896
1896
|
),
|
|
1897
|
+
addMode && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1898
|
+
"div",
|
|
1899
|
+
{
|
|
1900
|
+
"data-oc-signin-add-mode": "",
|
|
1901
|
+
style: {
|
|
1902
|
+
marginBottom: 14,
|
|
1903
|
+
padding: "0.6rem 0.75rem",
|
|
1904
|
+
border: "1px solid var(--primary, #f97316)",
|
|
1905
|
+
borderLeftWidth: 3,
|
|
1906
|
+
borderRadius: 4,
|
|
1907
|
+
background: "color-mix(in srgb, var(--primary, #f97316) 8%, transparent)",
|
|
1908
|
+
color: "var(--foreground, #fafafa)",
|
|
1909
|
+
fontFamily: "ui-monospace, SFMono-Regular, monospace",
|
|
1910
|
+
fontSize: 11,
|
|
1911
|
+
lineHeight: 1.6
|
|
1912
|
+
},
|
|
1913
|
+
children: [
|
|
1914
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1915
|
+
"strong",
|
|
1916
|
+
{
|
|
1917
|
+
style: {
|
|
1918
|
+
color: "var(--primary, #f97316)",
|
|
1919
|
+
letterSpacing: "0.12em",
|
|
1920
|
+
textTransform: "uppercase",
|
|
1921
|
+
fontSize: 10,
|
|
1922
|
+
display: "block",
|
|
1923
|
+
marginBottom: 3
|
|
1924
|
+
},
|
|
1925
|
+
children: "\xA7 adding another account"
|
|
1926
|
+
}
|
|
1927
|
+
),
|
|
1928
|
+
"Your current OrangeCheck account stays signed in. The new account joins your browser's roster; you can switch between them anytime from the account menu."
|
|
1929
|
+
]
|
|
1930
|
+
}
|
|
1931
|
+
),
|
|
1897
1932
|
bothEnabled && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1898
1933
|
"div",
|
|
1899
1934
|
{
|