@stytch/nextjs 22.0.1 → 22.0.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/CHANGELOG.md +13 -9
- package/dist/cjs/b2b/index.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/{shadcn-fk21FElT.js → shadcn-B-Adp3kE.js} +3 -3
- package/dist/cjs/{shadcn-fk21FElT.js.map → shadcn-B-Adp3kE.js.map} +1 -1
- package/dist/cjs-dev/b2b/index.cjs +1 -1
- package/dist/cjs-dev/index.cjs +1 -1
- package/dist/cjs-dev/{shadcn-Cc6xi2Yo.js → shadcn-eOeZiv6G.js} +3 -3
- package/dist/cjs-dev/{shadcn-Cc6xi2Yo.js.map → shadcn-eOeZiv6G.js.map} +1 -1
- package/dist/esm/_virtual/index3.mjs +5 -3
- package/dist/esm/_virtual/index3.mjs.map +1 -1
- package/dist/esm/_virtual/index4.mjs +3 -5
- package/dist/esm/_virtual/index4.mjs.map +1 -1
- package/dist/esm/packages/web/src/adminPortal/utils/theme.mjs +1 -1
- package/dist/esm/packages/web/src/ui/components/mixins/Root.module.css.mjs +1 -1
- package/dist/esm/packages/web/src/ui/components/molecules/MainContainer.module.css.mjs +1 -1
- package/dist/esm/packages/web/src/utils/crypto.mjs +1 -1
- package/dist/esm-dev/packages/web/src/ui/components/mixins/Root.module.css.mjs +1 -1
- package/dist/esm-dev/packages/web/src/ui/components/molecules/MainContainer.module.css.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @stytch/nextjs
|
|
2
2
|
|
|
3
|
-
## 22.0.
|
|
3
|
+
## 22.0.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 5f66066: Fix font size issue on some anchor buttons
|
|
8
8
|
|
|
9
|
-
## 22.0.
|
|
9
|
+
## 22.0.1
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
### Patch Changes
|
|
12
12
|
|
|
13
13
|
This is a major release, containing a redesign of our frontend components and package structure.
|
|
14
14
|
|
|
@@ -30,11 +30,15 @@ This is a major release, containing a redesign of our frontend components and pa
|
|
|
30
30
|
- Significantly smaller bundle sizes through modern transpilation targets and tree shaking
|
|
31
31
|
- Clientside validation for configs now only occur in development build to reduce bundle size from validation message strings
|
|
32
32
|
|
|
33
|
+
## 22.0.0
|
|
34
|
+
|
|
35
|
+
This version was released with broken packaging. We recommend upgrading to 22.0.1 if you have this version.
|
|
36
|
+
|
|
33
37
|
## 21.18.1
|
|
34
38
|
|
|
35
39
|
### Patch Changes
|
|
36
40
|
|
|
37
|
-
- 5a0ad5c: Add external_id to Member and User types and add organization_external_id to Organization type
|
|
41
|
+
- 5a0ad5c: Add `external_id` to Member and User types and add `organization_external_id` to Organization type
|
|
38
42
|
|
|
39
43
|
## 21.18.0
|
|
40
44
|
|
|
@@ -51,7 +55,7 @@ This is a major release, containing a redesign of our frontend components and pa
|
|
|
51
55
|
|
|
52
56
|
### Patch Changes
|
|
53
57
|
|
|
54
|
-
- 17e589c: B2B: Add support for
|
|
58
|
+
- 17e589c: B2B: Add support for `ALL_ALLOWED` organization `email_jit_provisioning` setting
|
|
55
59
|
|
|
56
60
|
## 21.16.0
|
|
57
61
|
|
|
@@ -65,7 +69,7 @@ This is a major release, containing a redesign of our frontend components and pa
|
|
|
65
69
|
|
|
66
70
|
- 2fabc69: Fix endpoint options still being preferred for custom endpoint config
|
|
67
71
|
- 4311e82: Fix last used Oauth method not updated when Google One Tap fallback button is clicked
|
|
68
|
-
- 25e43f0: Add types for Member.is_admin
|
|
72
|
+
- 25e43f0: Add types for `Member.is_admin`
|
|
69
73
|
|
|
70
74
|
## 21.15.1
|
|
71
75
|
|
|
@@ -101,7 +105,7 @@ This is a major release, containing a redesign of our frontend components and pa
|
|
|
101
105
|
|
|
102
106
|
### Minor Changes
|
|
103
107
|
|
|
104
|
-
- 0c1a944: Update labels to use
|
|
108
|
+
- 0c1a944: Update labels to use `<label>` element and improve accessibility
|
|
105
109
|
New `formField.phone.label` string for phone number input label and `formField.countryCode.label` for country code label
|
|
106
110
|
`formField.password.ariaLabel` string has been folded into `formField.password.label` and can be removed
|
|
107
111
|
|
|
@@ -238,7 +242,7 @@ This is a major release, containing a redesign of our frontend components and pa
|
|
|
238
242
|
|
|
239
243
|
### Patch Changes
|
|
240
244
|
|
|
241
|
-
- 26a2e95: Fixed
|
|
245
|
+
- 26a2e95: Fixed `<StytchB2B />` error message
|
|
242
246
|
|
|
243
247
|
## 21.1.0
|
|
244
248
|
|
package/dist/cjs/b2b/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
var b2b_index_headless = require('./index.headless.cjs');
|
|
5
|
-
var shadcn = require('../shadcn-
|
|
5
|
+
var shadcn = require('../shadcn-B-Adp3kE.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var StytchSSRProxy = require('../StytchSSRProxy-9SPT89Z8.js');
|
|
8
8
|
var uniqueId = require('../uniqueId-fflXqOJz.js');
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
var index_headless = require('./index.headless.cjs');
|
|
5
|
-
var shadcn = require('./shadcn-
|
|
5
|
+
var shadcn = require('./shadcn-B-Adp3kE.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var StytchSSRProxy = require('./StytchSSRProxy-9SPT89Z8.js');
|
|
8
8
|
var uniqueId = require('./uniqueId-fflXqOJz.js');
|
|
@@ -1340,7 +1340,7 @@ const LoadingScreen = ()=>/*#__PURE__*/ React__namespace.createElement("div", {
|
|
|
1340
1340
|
size: 32
|
|
1341
1341
|
}));
|
|
1342
1342
|
|
|
1343
|
-
var css$l = ".
|
|
1343
|
+
var css$l = ".Root_module_root__870c11a1{color-scheme:var(--st-color-scheme);font-family:var(--st-font-family);isolation:isolate}:where(.Root_module_root__870c11a1),:where(.Root_module_root__870c11a1) *{box-sizing:border-box;margin:0;padding:0}:where(.Root_module_root__870c11a1) :is(span,strong,em,p,a){font-feature-settings:inherit;font-size:inherit;font-variant:inherit;line-height:inherit}:where(.Root_module_root__870c11a1) :is(span,strong,em,p){color:inherit}:where(.Root_module_root__870c11a1) :is(span,em,p){font-weight:inherit}:where(.Root_module_root__870c11a1) :is(img,svg){display:block}.Root_module_root__870c11a1 a{-webkit-text-decoration:none;text-decoration:none}.Root_module_root__870c11a1 :is(b,strong){font-weight:var(--st-font-weight-bold)}.Root_module_root__870c11a1{--st-font-weight-normal:400;--st-font-weight-medium:500;--st-font-weight-semibold:600;--st-font-weight-bold:700;--st-rounded-md:calc(var(--st-rounded-base)*2);--st-rounded-2xl:calc(var(--st-rounded-base)*6);--st-rounded-full:calc(var(--st-rounded-base)*9999);--st-text-xs:calc(var(--st-text-base)*0.75);--st-text-sm:calc(var(--st-text-base)*0.875);--st-text-2xl:calc(var(--st-text-base)*1.5);--st-line-height-xs:1.33333;--st-line-height-sm:1.42857;--st-line-height-base:1.5;--st-line-height-2xl:1.33333;--st-spacing-0_5:calc(var(--st-spacing)*0.5);--st-spacing-2:calc(var(--st-spacing)*2);--st-spacing-3:calc(var(--st-spacing)*3);--st-spacing-4:calc(var(--st-spacing)*4);--st-spacing-5:calc(var(--st-spacing)*5);--st-spacing-6:calc(var(--st-spacing)*6);--st-spacing-7:calc(var(--st-spacing)*7);--st-spacing-8:calc(var(--st-spacing)*8);--st-spacing-9:calc(var(--st-spacing)*9);--st-spacing-10:calc(var(--st-spacing)*10);--st-tab-background:color-mix(in oklab,var(--st-accent) 80%,transparent);--st-primary-button-hover:color-mix(in oklab,var(--st-primary) 90%,transparent);--st-secondary-button-hover:color-mix(in oklab,var(--st-secondary) 80%,transparent);--st-destructive-button-hover:color-mix(in oklab,var(--st-destructive) 80%,transparent);--st-divider-color:color-mix(in oklab,var(--st-border) 50%,transparent);--st-focus-ring-shadow:0 0 0 3px color-mix(in oklab,var(--st-ring) 50%,transparent);--st-shadow:0 0;--st-shadow-input:var(--st-shadow);--st-shadow-button:var(--st-shadow);--st-button-radius:var(--st-rounded-md);--st-input-radius:var(--st-rounded-md);--st-container-radius:var(--st-rounded-2xl);--st-container-border:var(--st-border);--st-header-font:var(--st-font-family)}";
|
|
1344
1344
|
collectCss(css$l);
|
|
1345
1345
|
|
|
1346
1346
|
var css$k = ".inputBase_module_inputBase__06c14ae4{background-color:var(--st-background);border:1px solid var(--st-input);border-radius:var(--st-input-radius);box-shadow:var(--st-shadow-input);color:var(--st-foreground);font-family:var(--st-font-family);font-size:var(--st-text-sm);line-height:var(--st-line-height-sm)}.inputBase_module_forceFocusRing__06c14ae4,:is(.inputBase_module_focusRing__06c14ae4,.inputBase_module_inputBase__06c14ae4):focus-visible{border-color:var(--st-ring);box-shadow:var(--st-shadow-input),var(--st-focus-ring-shadow);outline:0}";
|
|
@@ -1463,7 +1463,7 @@ const Watermark = ({ poweredBy, label })=>/*#__PURE__*/ React__namespace.default
|
|
|
1463
1463
|
|
|
1464
1464
|
var css$g = ".MainContainer_module_container__d1278a0c{background-color:var(--st-background);border:1px solid var(--st-container-border);border-radius:var(--st-container-radius);color:var(--st-foreground);max-width:var(--st-container-width);padding:var(--st-spacing-10) var(--st-spacing-9);width:100%}.MainContainer_module_watermarkContainer__d1278a0c{display:flex;justify-content:center}";
|
|
1465
1465
|
collectCss(css$g);
|
|
1466
|
-
var modules_852c89cd = {"container":"MainContainer_module_container__d1278a0c
|
|
1466
|
+
var modules_852c89cd = {"container":"MainContainer_module_container__d1278a0c Root_module_root__870c11a1","watermarkContainer":"MainContainer_module_watermarkContainer__d1278a0c"};
|
|
1467
1467
|
|
|
1468
1468
|
// This order is important - we need mixins to appear first so later styles can override them
|
|
1469
1469
|
const MainContainer = ({ children, displayWatermark, theme })=>{
|
|
@@ -4536,4 +4536,4 @@ exports.useStytch = useStytch;
|
|
|
4536
4536
|
exports.useTimedBoolean = useTimedBoolean;
|
|
4537
4537
|
exports.useTrustedAuthTokenParams = useTrustedAuthTokenParams;
|
|
4538
4538
|
exports.withSsrSafe = withSsrSafe;
|
|
4539
|
-
//# sourceMappingURL=shadcn-
|
|
4539
|
+
//# sourceMappingURL=shadcn-B-Adp3kE.js.map
|