@ory/elements-react 0.0.0-pr.e3d2b7e1 → 0.0.0-pr.f1435f4

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.
Files changed (184) hide show
  1. package/CHANGELOG.md +210 -0
  2. package/DEVELOPMENT.md +19 -4
  3. package/README.md +253 -4
  4. package/babel.config.js +10 -0
  5. package/dist/client/frontendClient.d.mts +5 -2
  6. package/dist/client/frontendClient.d.ts +5 -2
  7. package/dist/client/frontendClient.js +25 -2
  8. package/dist/client/frontendClient.js.map +1 -1
  9. package/dist/client/frontendClient.mjs +25 -2
  10. package/dist/client/frontendClient.mjs.map +1 -1
  11. package/dist/client/index.js +3 -3
  12. package/dist/index.d.mts +48 -5
  13. package/dist/index.d.ts +48 -5
  14. package/dist/index.js +807 -316
  15. package/dist/index.js.map +1 -1
  16. package/dist/index.mjs +810 -320
  17. package/dist/index.mjs.map +1 -1
  18. package/dist/theme/default/index.css +175 -119
  19. package/dist/theme/default/index.css.map +1 -1
  20. package/dist/theme/default/index.d.mts +31 -5
  21. package/dist/theme/default/index.d.ts +31 -5
  22. package/dist/theme/default/index.js +4012 -670
  23. package/dist/theme/default/index.js.map +1 -1
  24. package/dist/theme/default/index.mjs +4046 -629
  25. package/dist/theme/default/index.mjs.map +1 -1
  26. package/package.json +22 -15
  27. package/tailwind/generated/default-variables.css +1 -1
  28. package/tsconfig.json +3 -2
  29. package/.storybook/global.css +0 -7
  30. package/.storybook/main.ts +0 -50
  31. package/.storybook/preview-head.html +0 -15
  32. package/.storybook/preview.tsx +0 -68
  33. package/.storybook/public/InterVariable.woff2 +0 -0
  34. package/.storybook/public/inter.css +0 -8
  35. package/.stub-responses/login/1fa/all-methods/initial-form.json +0 -245
  36. package/.stub-responses/login/1fa/all-methods/missing-email.json +0 -263
  37. package/.stub-responses/login/1fa/all-methods/wrong-credentials.json +0 -252
  38. package/.stub-responses/login/1fa/code/code-input.json +0 -135
  39. package/.stub-responses/login/1fa/code/initial-form.json +0 -173
  40. package/.stub-responses/login/1fa/code/invalid-account.json +0 -182
  41. package/.stub-responses/login/1fa/code/missing-email.json +0 -182
  42. package/.stub-responses/login/1fa/code/wrong-credentials.json +0 -124
  43. package/.stub-responses/login/1fa/none/initial-form.json +0 -33
  44. package/.stub-responses/login/1fa/oidc/credential-select-password.json +0 -120
  45. package/.stub-responses/login/1fa/oidc/credential-select.json +0 -81
  46. package/.stub-responses/login/1fa/oidc/initial-form.json +0 -279
  47. package/.stub-responses/login/1fa/passkey/initial-form.json +0 -122
  48. package/.stub-responses/login/1fa/password/initial-form.json +0 -154
  49. package/.stub-responses/login/1fa/password/missing-email.json +0 -172
  50. package/.stub-responses/login/1fa/password/wrong-credentials.json +0 -163
  51. package/.stub-responses/login/1fa/webauthn/initial-form.json +0 -76
  52. package/.stub-responses/login/1fa/webauthn/invalid-account.json +0 -83
  53. package/.stub-responses/login/1fa/webauthn/show-trigger.json +0 -105
  54. package/.stub-responses/recovery/disabled/initial-form.json +0 -9
  55. package/.stub-responses/recovery/none/initial-form.json +0 -9
  56. package/.stub-responses/registration/one-step/all-methods/initial-form.json +0 -334
  57. package/.stub-responses/registration/one-step/all-methods/missing-fields.json +0 -343
  58. package/.stub-responses/registration/one-step/disabled/initial-form.json +0 -10
  59. package/.stub-responses/registration/one-step/none/initial-form.json +0 -14
  60. package/.stub-responses/registration/one-step/oidc/initial-form.json +0 -338
  61. package/.stub-responses/registration/one-step/passkey/initial-form.json +0 -177
  62. package/.stub-responses/registration/one-step/password/initial-form.json +0 -154
  63. package/.stub-responses/registration/one-step/password/missing-fields.json +0 -172
  64. package/.stub-responses/registration/one-step/password/second-step.json +0 -164
  65. package/.stub-responses/registration/one-step/webauthn/initial-form.json +0 -185
  66. package/.stub-responses/registration/two-step/all-methods/enter-password.json +0 -242
  67. package/.stub-responses/registration/two-step/all-methods/initial-form.json +0 -180
  68. package/.stub-responses/registration/two-step/all-methods/missing-fields.json +0 -189
  69. package/.stub-responses/registration/two-step/all-methods/password-validation-error.json +0 -244
  70. package/.stub-responses/registration/two-step/password/enter-password.json +0 -108
  71. package/.stub-responses/registration/two-step/password/initial-form.json +0 -134
  72. package/.stub-responses/registration/two-step/password/missing-fields.json +0 -143
  73. package/.stub-responses/registration/two-step/password/password-validation-error.json +0 -110
  74. package/.stub-responses/settings/all-methods/change-password.json +0 -381
  75. package/.stub-responses/settings/all-methods/change-trait.json +0 -377
  76. package/.stub-responses/settings/all-methods/initial-form.json +0 -368
  77. package/.stub-responses/settings/oidc/with-provider.json +0 -229
  78. package/.stub-responses/settings/passkey/initial-form.json +0 -256
  79. package/.stub-responses/settings/webauthn/initial-form.json +0 -263
  80. package/.stub-responses/verification/disabled/initial-form.json +0 -9
  81. package/.stub-responses/verification/none/initial-form.json +0 -9
  82. package/stories/components/login/1fa/all.stories.ts +0 -46
  83. package/stories/components/login/1fa/code.stories.ts +0 -64
  84. package/stories/components/login/1fa/custom.stories.tsx +0 -74
  85. package/stories/components/login/1fa/none.stories.tsx +0 -28
  86. package/stories/components/login/1fa/oidc.stories.tsx +0 -140
  87. package/stories/components/login/1fa/passkey.stories.ts +0 -28
  88. package/stories/components/login/1fa/password.stories.ts +0 -46
  89. package/stories/components/login/1fa/webauthn.stories.ts +0 -46
  90. package/stories/components/registration/one-step/all-methods.stories.ts +0 -37
  91. package/stories/components/registration/one-step/password.stories.ts +0 -37
  92. package/stories/components/registration/one-step/webauthn.stories.ts +0 -28
  93. package/stories/components/registration/two-step/all-methods.stories.ts +0 -55
  94. package/stories/components/registration/two-step/password.stories.ts +0 -55
  95. package/stories/components/settings/all.stories.ts +0 -46
  96. package/stories/components/settings/oidc.stories.ts +0 -28
  97. package/stories/components/settings/passkey.stories.ts +0 -28
  98. package/stories/components/settings/webauthn.stories.ts +0 -28
  99. package/stories/pages/error.tsx +0 -29
  100. package/stories/utils.ts +0 -20
  101. package/storybook-static/InterVariable.woff2 +0 -0
  102. package/storybook-static/assets/Color-ERTF36HU-BdkKyVuV.js +0 -1
  103. package/storybook-static/assets/DocsRenderer-CFRXHY34-YqKt61zP.js +0 -595
  104. package/storybook-static/assets/all-methods.stories-B-rqPBX2.js +0 -11
  105. package/storybook-static/assets/all-methods.stories-CmMlhzsx.js +0 -21
  106. package/storybook-static/assets/all.stories-CtQ0yCQi.js +0 -16
  107. package/storybook-static/assets/all.stories-DgIVCzcZ.js +0 -16
  108. package/storybook-static/assets/chunk-H6MOWX77-DTQOW814.js +0 -1
  109. package/storybook-static/assets/code.stories-BbEryDcA.js +0 -26
  110. package/storybook-static/assets/custom.stories-DH2zHar9.js +0 -6
  111. package/storybook-static/assets/entry-preview-CcFGVifh.js +0 -10
  112. package/storybook-static/assets/entry-preview-docs-CyY-8bLe.js +0 -54
  113. package/storybook-static/assets/iframe-C5GAfuxh.js +0 -2
  114. package/storybook-static/assets/index-BVoBHvaS.js +0 -8
  115. package/storybook-static/assets/index-CfOt2XX2.js +0 -24
  116. package/storybook-static/assets/index-DPRSEdy-.js +0 -1
  117. package/storybook-static/assets/index-DrFu-skq.js +0 -6
  118. package/storybook-static/assets/index-FeUjBnvO.js +0 -1
  119. package/storybook-static/assets/index-uubelm5h.js +0 -9
  120. package/storybook-static/assets/initial-form-DWp_1F-f.js +0 -1
  121. package/storybook-static/assets/jsx-runtime-QvZ8i92b.js +0 -9
  122. package/storybook-static/assets/none.stories-TAeRhzd5.js +0 -6
  123. package/storybook-static/assets/oidc.stories-CniWBy7t.js +0 -58
  124. package/storybook-static/assets/oidc.stories-jhWzAyoQ.js +0 -6
  125. package/storybook-static/assets/passkey.stories-CBtjoVSN.js +0 -6
  126. package/storybook-static/assets/passkey.stories-CQU2Xw_t.js +0 -6
  127. package/storybook-static/assets/password.stories-0s6cDl0o.js +0 -11
  128. package/storybook-static/assets/password.stories-B2Wtckz_.js +0 -16
  129. package/storybook-static/assets/password.stories-DX0gkWjH.js +0 -21
  130. package/storybook-static/assets/preview-BBWR9nbA.js +0 -1
  131. package/storybook-static/assets/preview-BPAmP-pY.js +0 -2
  132. package/storybook-static/assets/preview-BWzBA1C2.js +0 -396
  133. package/storybook-static/assets/preview-BXtF2ySE.js +0 -234
  134. package/storybook-static/assets/preview-Cur_8nCX.css +0 -1
  135. package/storybook-static/assets/preview-D77C14du.js +0 -34
  136. package/storybook-static/assets/preview-DCjDUH0w.js +0 -27
  137. package/storybook-static/assets/preview-DFmD0pui.js +0 -1
  138. package/storybook-static/assets/preview-DGUiP6tS.js +0 -7
  139. package/storybook-static/assets/preview-aVwhiz9X.js +0 -1
  140. package/storybook-static/assets/react-18-CtsMCmcS.js +0 -1
  141. package/storybook-static/assets/settings-BqEFC2-V.css +0 -1
  142. package/storybook-static/assets/settings-Bx4osEmB.js +0 -2304
  143. package/storybook-static/assets/webauthn.stories-BzodmV0c.js +0 -6
  144. package/storybook-static/assets/webauthn.stories-DglGm7Ys.js +0 -6
  145. package/storybook-static/assets/webauthn.stories-G9E76Wjj.js +0 -16
  146. package/storybook-static/favicon.svg +0 -1
  147. package/storybook-static/iframe.html +0 -654
  148. package/storybook-static/index.html +0 -173
  149. package/storybook-static/index.json +0 -1
  150. package/storybook-static/inter.css +0 -8
  151. package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  152. package/storybook-static/nunito-sans-bold.woff2 +0 -0
  153. package/storybook-static/nunito-sans-italic.woff2 +0 -0
  154. package/storybook-static/nunito-sans-regular.woff2 +0 -0
  155. package/storybook-static/preview-stats.json +0 -2344
  156. package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +0 -3
  157. package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
  158. package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +0 -12
  159. package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
  160. package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +0 -394
  161. package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +0 -0
  162. package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +0 -3
  163. package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
  164. package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +0 -3
  165. package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
  166. package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +0 -3
  167. package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
  168. package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +0 -3
  169. package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
  170. package/storybook-static/sb-addons/interactions-8/manager-bundle.js +0 -211
  171. package/storybook-static/sb-addons/interactions-8/manager-bundle.js.LEGAL.txt +0 -0
  172. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
  173. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
  174. package/storybook-static/sb-common-assets/favicon.svg +0 -1
  175. package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  176. package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  177. package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  178. package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  179. package/storybook-static/sb-manager/globals-module-info.js +0 -1006
  180. package/storybook-static/sb-manager/globals-runtime.js +0 -54400
  181. package/storybook-static/sb-manager/globals.js +0 -48
  182. package/storybook-static/sb-manager/runtime.js +0 -12089
  183. package/storybook-static/sb-preview/globals.js +0 -33
  184. package/storybook-static/sb-preview/runtime.js +0 -9498
@@ -12,7 +12,7 @@
12
12
  --ui-900: #0f172a;
13
13
  --ui-950: #020617;
14
14
  --ui-black: #000000;
15
- --ui-danger: #ef4444;
15
+ --ui-danger: #dc2626;
16
16
  --ui-success: #22c55e;
17
17
  --ui-transparent: #ffffff00;
18
18
  --ui-warning: #eab308;
@@ -154,6 +154,114 @@
154
154
  /* src/theme/default/global.css */
155
155
  *,
156
156
  ::before,
157
+ ::after {
158
+ --tw-border-spacing-x: 0;
159
+ --tw-border-spacing-y: 0;
160
+ --tw-translate-x: 0;
161
+ --tw-translate-y: 0;
162
+ --tw-rotate: 0;
163
+ --tw-skew-x: 0;
164
+ --tw-skew-y: 0;
165
+ --tw-scale-x: 1;
166
+ --tw-scale-y: 1;
167
+ --tw-pan-x: ;
168
+ --tw-pan-y: ;
169
+ --tw-pinch-zoom: ;
170
+ --tw-scroll-snap-strictness: proximity;
171
+ --tw-gradient-from-position: ;
172
+ --tw-gradient-via-position: ;
173
+ --tw-gradient-to-position: ;
174
+ --tw-ordinal: ;
175
+ --tw-slashed-zero: ;
176
+ --tw-numeric-figure: ;
177
+ --tw-numeric-spacing: ;
178
+ --tw-numeric-fraction: ;
179
+ --tw-ring-inset: ;
180
+ --tw-ring-offset-width: 0px;
181
+ --tw-ring-offset-color: #fff;
182
+ --tw-ring-color: rgb(147 197 253 / 0.5);
183
+ --tw-ring-offset-shadow: 0 0 #0000;
184
+ --tw-ring-shadow: 0 0 #0000;
185
+ --tw-shadow: 0 0 #0000;
186
+ --tw-shadow-colored: 0 0 #0000;
187
+ --tw-blur: ;
188
+ --tw-brightness: ;
189
+ --tw-contrast: ;
190
+ --tw-grayscale: ;
191
+ --tw-hue-rotate: ;
192
+ --tw-invert: ;
193
+ --tw-saturate: ;
194
+ --tw-sepia: ;
195
+ --tw-drop-shadow: ;
196
+ --tw-backdrop-blur: ;
197
+ --tw-backdrop-brightness: ;
198
+ --tw-backdrop-contrast: ;
199
+ --tw-backdrop-grayscale: ;
200
+ --tw-backdrop-hue-rotate: ;
201
+ --tw-backdrop-invert: ;
202
+ --tw-backdrop-opacity: ;
203
+ --tw-backdrop-saturate: ;
204
+ --tw-backdrop-sepia: ;
205
+ --tw-contain-size: ;
206
+ --tw-contain-layout: ;
207
+ --tw-contain-paint: ;
208
+ --tw-contain-style: ;
209
+ }
210
+ ::backdrop {
211
+ --tw-border-spacing-x: 0;
212
+ --tw-border-spacing-y: 0;
213
+ --tw-translate-x: 0;
214
+ --tw-translate-y: 0;
215
+ --tw-rotate: 0;
216
+ --tw-skew-x: 0;
217
+ --tw-skew-y: 0;
218
+ --tw-scale-x: 1;
219
+ --tw-scale-y: 1;
220
+ --tw-pan-x: ;
221
+ --tw-pan-y: ;
222
+ --tw-pinch-zoom: ;
223
+ --tw-scroll-snap-strictness: proximity;
224
+ --tw-gradient-from-position: ;
225
+ --tw-gradient-via-position: ;
226
+ --tw-gradient-to-position: ;
227
+ --tw-ordinal: ;
228
+ --tw-slashed-zero: ;
229
+ --tw-numeric-figure: ;
230
+ --tw-numeric-spacing: ;
231
+ --tw-numeric-fraction: ;
232
+ --tw-ring-inset: ;
233
+ --tw-ring-offset-width: 0px;
234
+ --tw-ring-offset-color: #fff;
235
+ --tw-ring-color: rgb(147 197 253 / 0.5);
236
+ --tw-ring-offset-shadow: 0 0 #0000;
237
+ --tw-ring-shadow: 0 0 #0000;
238
+ --tw-shadow: 0 0 #0000;
239
+ --tw-shadow-colored: 0 0 #0000;
240
+ --tw-blur: ;
241
+ --tw-brightness: ;
242
+ --tw-contrast: ;
243
+ --tw-grayscale: ;
244
+ --tw-hue-rotate: ;
245
+ --tw-invert: ;
246
+ --tw-saturate: ;
247
+ --tw-sepia: ;
248
+ --tw-drop-shadow: ;
249
+ --tw-backdrop-blur: ;
250
+ --tw-backdrop-brightness: ;
251
+ --tw-backdrop-contrast: ;
252
+ --tw-backdrop-grayscale: ;
253
+ --tw-backdrop-hue-rotate: ;
254
+ --tw-backdrop-invert: ;
255
+ --tw-backdrop-opacity: ;
256
+ --tw-backdrop-saturate: ;
257
+ --tw-backdrop-sepia: ;
258
+ --tw-contain-size: ;
259
+ --tw-contain-layout: ;
260
+ --tw-contain-paint: ;
261
+ --tw-contain-style: ;
262
+ }
263
+ *,
264
+ ::before,
157
265
  ::after {
158
266
  box-sizing: border-box;
159
267
  border-width: 0;
@@ -367,117 +475,9 @@ video {
367
475
  max-width: 100%;
368
476
  height: auto;
369
477
  }
370
- [hidden] {
478
+ [hidden]:where(:not([hidden=until-found])) {
371
479
  display: none;
372
480
  }
373
- *,
374
- ::before,
375
- ::after {
376
- --tw-border-spacing-x: 0;
377
- --tw-border-spacing-y: 0;
378
- --tw-translate-x: 0;
379
- --tw-translate-y: 0;
380
- --tw-rotate: 0;
381
- --tw-skew-x: 0;
382
- --tw-skew-y: 0;
383
- --tw-scale-x: 1;
384
- --tw-scale-y: 1;
385
- --tw-pan-x: ;
386
- --tw-pan-y: ;
387
- --tw-pinch-zoom: ;
388
- --tw-scroll-snap-strictness: proximity;
389
- --tw-gradient-from-position: ;
390
- --tw-gradient-via-position: ;
391
- --tw-gradient-to-position: ;
392
- --tw-ordinal: ;
393
- --tw-slashed-zero: ;
394
- --tw-numeric-figure: ;
395
- --tw-numeric-spacing: ;
396
- --tw-numeric-fraction: ;
397
- --tw-ring-inset: ;
398
- --tw-ring-offset-width: 0px;
399
- --tw-ring-offset-color: #fff;
400
- --tw-ring-color: rgb(147 197 253 / 0.5);
401
- --tw-ring-offset-shadow: 0 0 #0000;
402
- --tw-ring-shadow: 0 0 #0000;
403
- --tw-shadow: 0 0 #0000;
404
- --tw-shadow-colored: 0 0 #0000;
405
- --tw-blur: ;
406
- --tw-brightness: ;
407
- --tw-contrast: ;
408
- --tw-grayscale: ;
409
- --tw-hue-rotate: ;
410
- --tw-invert: ;
411
- --tw-saturate: ;
412
- --tw-sepia: ;
413
- --tw-drop-shadow: ;
414
- --tw-backdrop-blur: ;
415
- --tw-backdrop-brightness: ;
416
- --tw-backdrop-contrast: ;
417
- --tw-backdrop-grayscale: ;
418
- --tw-backdrop-hue-rotate: ;
419
- --tw-backdrop-invert: ;
420
- --tw-backdrop-opacity: ;
421
- --tw-backdrop-saturate: ;
422
- --tw-backdrop-sepia: ;
423
- --tw-contain-size: ;
424
- --tw-contain-layout: ;
425
- --tw-contain-paint: ;
426
- --tw-contain-style: ;
427
- }
428
- ::backdrop {
429
- --tw-border-spacing-x: 0;
430
- --tw-border-spacing-y: 0;
431
- --tw-translate-x: 0;
432
- --tw-translate-y: 0;
433
- --tw-rotate: 0;
434
- --tw-skew-x: 0;
435
- --tw-skew-y: 0;
436
- --tw-scale-x: 1;
437
- --tw-scale-y: 1;
438
- --tw-pan-x: ;
439
- --tw-pan-y: ;
440
- --tw-pinch-zoom: ;
441
- --tw-scroll-snap-strictness: proximity;
442
- --tw-gradient-from-position: ;
443
- --tw-gradient-via-position: ;
444
- --tw-gradient-to-position: ;
445
- --tw-ordinal: ;
446
- --tw-slashed-zero: ;
447
- --tw-numeric-figure: ;
448
- --tw-numeric-spacing: ;
449
- --tw-numeric-fraction: ;
450
- --tw-ring-inset: ;
451
- --tw-ring-offset-width: 0px;
452
- --tw-ring-offset-color: #fff;
453
- --tw-ring-color: rgb(147 197 253 / 0.5);
454
- --tw-ring-offset-shadow: 0 0 #0000;
455
- --tw-ring-shadow: 0 0 #0000;
456
- --tw-shadow: 0 0 #0000;
457
- --tw-shadow-colored: 0 0 #0000;
458
- --tw-blur: ;
459
- --tw-brightness: ;
460
- --tw-contrast: ;
461
- --tw-grayscale: ;
462
- --tw-hue-rotate: ;
463
- --tw-invert: ;
464
- --tw-saturate: ;
465
- --tw-sepia: ;
466
- --tw-drop-shadow: ;
467
- --tw-backdrop-blur: ;
468
- --tw-backdrop-brightness: ;
469
- --tw-backdrop-contrast: ;
470
- --tw-backdrop-grayscale: ;
471
- --tw-backdrop-hue-rotate: ;
472
- --tw-backdrop-invert: ;
473
- --tw-backdrop-opacity: ;
474
- --tw-backdrop-saturate: ;
475
- --tw-backdrop-sepia: ;
476
- --tw-contain-size: ;
477
- --tw-contain-layout: ;
478
- --tw-contain-paint: ;
479
- --tw-contain-style: ;
480
- }
481
481
  .container {
482
482
  width: 100%;
483
483
  }
@@ -509,6 +509,9 @@ video {
509
509
  .pointer-events-none {
510
510
  pointer-events: none;
511
511
  }
512
+ .visible {
513
+ visibility: visible;
514
+ }
512
515
  .fixed {
513
516
  position: fixed;
514
517
  }
@@ -521,9 +524,15 @@ video {
521
524
  .inset-0 {
522
525
  inset: 0px;
523
526
  }
527
+ .right-0 {
528
+ right: 0px;
529
+ }
524
530
  .z-50 {
525
531
  z-index: 50;
526
532
  }
533
+ .col-span-2 {
534
+ grid-column: span 2 / span 2;
535
+ }
527
536
  .col-span-full {
528
537
  grid-column: 1 / -1;
529
538
  }
@@ -545,6 +554,9 @@ video {
545
554
  .mt-16 {
546
555
  margin-top: 4rem;
547
556
  }
557
+ .block {
558
+ display: block;
559
+ }
548
560
  .inline-block {
549
561
  display: inline-block;
550
562
  }
@@ -557,6 +569,9 @@ video {
557
569
  .grid {
558
570
  display: grid;
559
571
  }
572
+ .list-item {
573
+ display: list-item;
574
+ }
560
575
  .hidden {
561
576
  display: none;
562
577
  }
@@ -567,6 +582,10 @@ video {
567
582
  width: 2.5rem;
568
583
  height: 2.5rem;
569
584
  }
585
+ .size-2 {
586
+ width: 0.5rem;
587
+ height: 0.5rem;
588
+ }
570
589
  .size-4 {
571
590
  width: 1rem;
572
591
  height: 1rem;
@@ -595,6 +614,9 @@ video {
595
614
  .h-5 {
596
615
  height: 1.25rem;
597
616
  }
617
+ .h-full {
618
+ height: 100%;
619
+ }
598
620
  .max-h-10 {
599
621
  max-height: 2.5rem;
600
622
  }
@@ -607,12 +629,21 @@ video {
607
629
  .min-h-screen {
608
630
  min-height: 100vh;
609
631
  }
632
+ .w-12 {
633
+ width: 3rem;
634
+ }
635
+ .w-7 {
636
+ width: 1.75rem;
637
+ }
610
638
  .w-full {
611
639
  width: 100%;
612
640
  }
613
641
  .w-px {
614
642
  width: 1px;
615
643
  }
644
+ .min-w-1 {
645
+ min-width: 0.25rem;
646
+ }
616
647
  .min-w-\[19rem\] {
617
648
  min-width: 19rem;
618
649
  }
@@ -738,12 +769,20 @@ video {
738
769
  .overflow-hidden {
739
770
  overflow: hidden;
740
771
  }
772
+ .truncate {
773
+ overflow: hidden;
774
+ text-overflow: ellipsis;
775
+ white-space: nowrap;
776
+ }
741
777
  .text-ellipsis {
742
778
  text-overflow: ellipsis;
743
779
  }
744
780
  .text-nowrap {
745
781
  text-wrap: nowrap;
746
782
  }
783
+ .break-words {
784
+ overflow-wrap: break-word;
785
+ }
747
786
  .rounded-\[999px\] {
748
787
  border-radius: 999px;
749
788
  }
@@ -815,9 +854,12 @@ video {
815
854
  .border-ory-border-default {
816
855
  border-color: var(--ory-border-default);
817
856
  }
857
+ .border-toggle-border-default {
858
+ border-color: var(--toggle-border-default);
859
+ }
818
860
  .bg-\[white\] {
819
861
  --tw-bg-opacity: 1;
820
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
862
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
821
863
  }
822
864
  .bg-button-identifier-background-default {
823
865
  background-color: var(--button-identifier-background-default);
@@ -852,6 +894,12 @@ video {
852
894
  .bg-ory-background-default {
853
895
  background-color: var(--ory-background-default);
854
896
  }
897
+ .bg-toggle-background-default {
898
+ background-color: var(--toggle-background-default);
899
+ }
900
+ .bg-toggle-foreground-default {
901
+ background-color: var(--toggle-foreground-default);
902
+ }
855
903
  .fill-checkbox-foreground-checked {
856
904
  fill: var(--checkbox-foreground-checked);
857
905
  }
@@ -871,6 +919,9 @@ video {
871
919
  .p-8 {
872
920
  padding: 2rem;
873
921
  }
922
+ .p-\[3px\] {
923
+ padding: 3px;
924
+ }
874
925
  .px-2 {
875
926
  padding-left: 0.5rem;
876
927
  padding-right: 0.5rem;
@@ -895,10 +946,6 @@ video {
895
946
  padding-left: 11px;
896
947
  padding-right: 11px;
897
948
  }
898
- .py-1 {
899
- padding-top: 0.25rem;
900
- padding-bottom: 0.25rem;
901
- }
902
949
  .py-1\.5 {
903
950
  padding-top: 0.375rem;
904
951
  padding-bottom: 0.375rem;
@@ -907,10 +954,6 @@ video {
907
954
  padding-top: 3rem;
908
955
  padding-bottom: 3rem;
909
956
  }
910
- .py-2 {
911
- padding-top: 0.5rem;
912
- padding-bottom: 0.5rem;
913
- }
914
957
  .py-3 {
915
958
  padding-top: 0.75rem;
916
959
  padding-bottom: 0.75rem;
@@ -1286,9 +1329,22 @@ video {
1286
1329
  .data-\[disabled\]\:pointer-events-none[data-disabled] {
1287
1330
  pointer-events: none;
1288
1331
  }
1332
+ .data-\[state\=checked\]\:translate-x-3[data-state=checked] {
1333
+ --tw-translate-x: 0.75rem;
1334
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1335
+ }
1336
+ .data-\[state\=checked\]\:border-toggle-border-checked[data-state=checked] {
1337
+ border-color: var(--toggle-border-checked);
1338
+ }
1289
1339
  .data-\[disabled\]\:bg-button-secondary-background-disabled[data-disabled] {
1290
1340
  background-color: var(--button-secondary-background-disabled);
1291
1341
  }
1342
+ .data-\[state\=checked\]\:bg-toggle-background-checked[data-state=checked] {
1343
+ background-color: var(--toggle-background-checked);
1344
+ }
1345
+ .data-\[state\=checked\]\:bg-toggle-foreground-checked[data-state=checked] {
1346
+ background-color: var(--toggle-foreground-checked);
1347
+ }
1292
1348
  .data-\[disabled\]\:text-button-secondary-foreground-disabled[data-disabled] {
1293
1349
  color: var(--button-secondary-foreground-disabled);
1294
1350
  }