@leancodepl/kratos 7.8.0 → 7.8.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/index.cjs.js +14 -1
- package/index.esm.js +14 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -3302,7 +3302,17 @@ function PasswordlessSection(param) {
|
|
|
3302
3302
|
children: [
|
|
3303
3303
|
/*#__PURE__*/ jsxRuntime.jsx(FilterFlowNodes, {
|
|
3304
3304
|
filter: _object_spread_props$6(_object_spread$7({}, filter), {
|
|
3305
|
-
|
|
3305
|
+
groups: [
|
|
3306
|
+
"identifier_first",
|
|
3307
|
+
"passkey"
|
|
3308
|
+
],
|
|
3309
|
+
attributes: [
|
|
3310
|
+
"hidden"
|
|
3311
|
+
]
|
|
3312
|
+
})
|
|
3313
|
+
}),
|
|
3314
|
+
/*#__PURE__*/ jsxRuntime.jsx(FilterFlowNodes, {
|
|
3315
|
+
filter: _object_spread_props$6(_object_spread$7({}, filter), {
|
|
3306
3316
|
excludeAttributes: [
|
|
3307
3317
|
"hidden",
|
|
3308
3318
|
"button",
|
|
@@ -3315,6 +3325,9 @@ function PasswordlessSection(param) {
|
|
|
3315
3325
|
attributes: [
|
|
3316
3326
|
"button",
|
|
3317
3327
|
"submit"
|
|
3328
|
+
],
|
|
3329
|
+
excludeAttributes: [
|
|
3330
|
+
"hidden"
|
|
3318
3331
|
]
|
|
3319
3332
|
})
|
|
3320
3333
|
})
|
package/index.esm.js
CHANGED
|
@@ -3293,7 +3293,17 @@ function PasswordlessSection(param) {
|
|
|
3293
3293
|
children: [
|
|
3294
3294
|
/*#__PURE__*/ jsx(FilterFlowNodes, {
|
|
3295
3295
|
filter: _object_spread_props$6(_object_spread$7({}, filter), {
|
|
3296
|
-
|
|
3296
|
+
groups: [
|
|
3297
|
+
"identifier_first",
|
|
3298
|
+
"passkey"
|
|
3299
|
+
],
|
|
3300
|
+
attributes: [
|
|
3301
|
+
"hidden"
|
|
3302
|
+
]
|
|
3303
|
+
})
|
|
3304
|
+
}),
|
|
3305
|
+
/*#__PURE__*/ jsx(FilterFlowNodes, {
|
|
3306
|
+
filter: _object_spread_props$6(_object_spread$7({}, filter), {
|
|
3297
3307
|
excludeAttributes: [
|
|
3298
3308
|
"hidden",
|
|
3299
3309
|
"button",
|
|
@@ -3306,6 +3316,9 @@ function PasswordlessSection(param) {
|
|
|
3306
3316
|
attributes: [
|
|
3307
3317
|
"button",
|
|
3308
3318
|
"submit"
|
|
3319
|
+
],
|
|
3320
|
+
excludeAttributes: [
|
|
3321
|
+
"hidden"
|
|
3309
3322
|
]
|
|
3310
3323
|
})
|
|
3311
3324
|
})
|