@poly-x/next 0.1.0-alpha.7 → 0.1.0-alpha.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/styles.css +7 -0
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -339,6 +339,13 @@
|
|
|
339
339
|
opacity: 0.85;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
+
/* "Forgot password?" link under the sign-in password field. */
|
|
343
|
+
.polyx-signin__forgot {
|
|
344
|
+
display: flex;
|
|
345
|
+
justify-content: flex-end;
|
|
346
|
+
margin-top: -0.5rem;
|
|
347
|
+
}
|
|
348
|
+
|
|
342
349
|
/* --- Recovery confirmation states (ForgotPassword / ResetPassword) ------- */
|
|
343
350
|
|
|
344
351
|
.polyx-signin__header--center {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poly-x/next",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.8",
|
|
4
4
|
"description": "PolyX SDK for Next.js App Router - components plus server helpers",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"module": "./dist/index.mjs",
|
|
48
48
|
"types": "./dist/index.d.cts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@poly-x/core": "0.1.0-alpha.
|
|
51
|
-
"@poly-x/react": "0.1.0-alpha.
|
|
50
|
+
"@poly-x/core": "0.1.0-alpha.8",
|
|
51
|
+
"@poly-x/react": "0.1.0-alpha.8"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"next": ">=14",
|