@ory/elements-react 0.0.0-pr.e3d2b7e1 → 0.0.0-pr.f1d09ee2
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 +224 -0
- package/DEVELOPMENT.md +19 -4
- package/README.md +253 -4
- package/babel.config.js +10 -0
- package/dist/client/frontendClient.d.mts +5 -2
- package/dist/client/frontendClient.d.ts +5 -2
- package/dist/client/frontendClient.js +25 -2
- package/dist/client/frontendClient.js.map +1 -1
- package/dist/client/frontendClient.mjs +25 -2
- package/dist/client/frontendClient.mjs.map +1 -1
- package/dist/client/index.js +3 -3
- package/dist/index.d.mts +60 -11
- package/dist/index.d.ts +60 -11
- package/dist/index.js +915 -346
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +918 -350
- package/dist/index.mjs.map +1 -1
- package/dist/theme/default/index.css +187 -125
- package/dist/theme/default/index.css.map +1 -1
- package/dist/theme/default/index.d.mts +31 -5
- package/dist/theme/default/index.d.ts +31 -5
- package/dist/theme/default/index.js +4279 -828
- package/dist/theme/default/index.js.map +1 -1
- package/dist/theme/default/index.mjs +4333 -804
- package/dist/theme/default/index.mjs.map +1 -1
- package/package.json +22 -15
- package/tailwind/generated/default-variables.css +1 -1
- package/tsconfig.json +3 -2
- package/.storybook/global.css +0 -7
- package/.storybook/main.ts +0 -50
- package/.storybook/preview-head.html +0 -15
- package/.storybook/preview.tsx +0 -68
- package/.storybook/public/InterVariable.woff2 +0 -0
- package/.storybook/public/inter.css +0 -8
- package/.stub-responses/login/1fa/all-methods/initial-form.json +0 -245
- package/.stub-responses/login/1fa/all-methods/missing-email.json +0 -263
- package/.stub-responses/login/1fa/all-methods/wrong-credentials.json +0 -252
- package/.stub-responses/login/1fa/code/code-input.json +0 -135
- package/.stub-responses/login/1fa/code/initial-form.json +0 -173
- package/.stub-responses/login/1fa/code/invalid-account.json +0 -182
- package/.stub-responses/login/1fa/code/missing-email.json +0 -182
- package/.stub-responses/login/1fa/code/wrong-credentials.json +0 -124
- package/.stub-responses/login/1fa/none/initial-form.json +0 -33
- package/.stub-responses/login/1fa/oidc/credential-select-password.json +0 -120
- package/.stub-responses/login/1fa/oidc/credential-select.json +0 -81
- package/.stub-responses/login/1fa/oidc/initial-form.json +0 -279
- package/.stub-responses/login/1fa/passkey/initial-form.json +0 -122
- package/.stub-responses/login/1fa/password/initial-form.json +0 -154
- package/.stub-responses/login/1fa/password/missing-email.json +0 -172
- package/.stub-responses/login/1fa/password/wrong-credentials.json +0 -163
- package/.stub-responses/login/1fa/webauthn/initial-form.json +0 -76
- package/.stub-responses/login/1fa/webauthn/invalid-account.json +0 -83
- package/.stub-responses/login/1fa/webauthn/show-trigger.json +0 -105
- package/.stub-responses/recovery/disabled/initial-form.json +0 -9
- package/.stub-responses/recovery/none/initial-form.json +0 -9
- package/.stub-responses/registration/one-step/all-methods/initial-form.json +0 -334
- package/.stub-responses/registration/one-step/all-methods/missing-fields.json +0 -343
- package/.stub-responses/registration/one-step/disabled/initial-form.json +0 -10
- package/.stub-responses/registration/one-step/none/initial-form.json +0 -14
- package/.stub-responses/registration/one-step/oidc/initial-form.json +0 -338
- package/.stub-responses/registration/one-step/passkey/initial-form.json +0 -177
- package/.stub-responses/registration/one-step/password/initial-form.json +0 -154
- package/.stub-responses/registration/one-step/password/missing-fields.json +0 -172
- package/.stub-responses/registration/one-step/password/second-step.json +0 -164
- package/.stub-responses/registration/one-step/webauthn/initial-form.json +0 -185
- package/.stub-responses/registration/two-step/all-methods/enter-password.json +0 -242
- package/.stub-responses/registration/two-step/all-methods/initial-form.json +0 -180
- package/.stub-responses/registration/two-step/all-methods/missing-fields.json +0 -189
- package/.stub-responses/registration/two-step/all-methods/password-validation-error.json +0 -244
- package/.stub-responses/registration/two-step/password/enter-password.json +0 -108
- package/.stub-responses/registration/two-step/password/initial-form.json +0 -134
- package/.stub-responses/registration/two-step/password/missing-fields.json +0 -143
- package/.stub-responses/registration/two-step/password/password-validation-error.json +0 -110
- package/.stub-responses/settings/all-methods/change-password.json +0 -381
- package/.stub-responses/settings/all-methods/change-trait.json +0 -377
- package/.stub-responses/settings/all-methods/initial-form.json +0 -368
- package/.stub-responses/settings/oidc/with-provider.json +0 -229
- package/.stub-responses/settings/passkey/initial-form.json +0 -256
- package/.stub-responses/settings/webauthn/initial-form.json +0 -263
- package/.stub-responses/verification/disabled/initial-form.json +0 -9
- package/.stub-responses/verification/none/initial-form.json +0 -9
- package/stories/components/login/1fa/all.stories.ts +0 -46
- package/stories/components/login/1fa/code.stories.ts +0 -64
- package/stories/components/login/1fa/custom.stories.tsx +0 -74
- package/stories/components/login/1fa/none.stories.tsx +0 -28
- package/stories/components/login/1fa/oidc.stories.tsx +0 -140
- package/stories/components/login/1fa/passkey.stories.ts +0 -28
- package/stories/components/login/1fa/password.stories.ts +0 -46
- package/stories/components/login/1fa/webauthn.stories.ts +0 -46
- package/stories/components/registration/one-step/all-methods.stories.ts +0 -37
- package/stories/components/registration/one-step/password.stories.ts +0 -37
- package/stories/components/registration/one-step/webauthn.stories.ts +0 -28
- package/stories/components/registration/two-step/all-methods.stories.ts +0 -55
- package/stories/components/registration/two-step/password.stories.ts +0 -55
- package/stories/components/settings/all.stories.ts +0 -46
- package/stories/components/settings/oidc.stories.ts +0 -28
- package/stories/components/settings/passkey.stories.ts +0 -28
- package/stories/components/settings/webauthn.stories.ts +0 -28
- package/stories/pages/error.tsx +0 -29
- package/stories/utils.ts +0 -20
- package/storybook-static/InterVariable.woff2 +0 -0
- package/storybook-static/assets/Color-ERTF36HU-BdkKyVuV.js +0 -1
- package/storybook-static/assets/DocsRenderer-CFRXHY34-YqKt61zP.js +0 -595
- package/storybook-static/assets/all-methods.stories-B-rqPBX2.js +0 -11
- package/storybook-static/assets/all-methods.stories-CmMlhzsx.js +0 -21
- package/storybook-static/assets/all.stories-CtQ0yCQi.js +0 -16
- package/storybook-static/assets/all.stories-DgIVCzcZ.js +0 -16
- package/storybook-static/assets/chunk-H6MOWX77-DTQOW814.js +0 -1
- package/storybook-static/assets/code.stories-BbEryDcA.js +0 -26
- package/storybook-static/assets/custom.stories-DH2zHar9.js +0 -6
- package/storybook-static/assets/entry-preview-CcFGVifh.js +0 -10
- package/storybook-static/assets/entry-preview-docs-CyY-8bLe.js +0 -54
- package/storybook-static/assets/iframe-C5GAfuxh.js +0 -2
- package/storybook-static/assets/index-BVoBHvaS.js +0 -8
- package/storybook-static/assets/index-CfOt2XX2.js +0 -24
- package/storybook-static/assets/index-DPRSEdy-.js +0 -1
- package/storybook-static/assets/index-DrFu-skq.js +0 -6
- package/storybook-static/assets/index-FeUjBnvO.js +0 -1
- package/storybook-static/assets/index-uubelm5h.js +0 -9
- package/storybook-static/assets/initial-form-DWp_1F-f.js +0 -1
- package/storybook-static/assets/jsx-runtime-QvZ8i92b.js +0 -9
- package/storybook-static/assets/none.stories-TAeRhzd5.js +0 -6
- package/storybook-static/assets/oidc.stories-CniWBy7t.js +0 -58
- package/storybook-static/assets/oidc.stories-jhWzAyoQ.js +0 -6
- package/storybook-static/assets/passkey.stories-CBtjoVSN.js +0 -6
- package/storybook-static/assets/passkey.stories-CQU2Xw_t.js +0 -6
- package/storybook-static/assets/password.stories-0s6cDl0o.js +0 -11
- package/storybook-static/assets/password.stories-B2Wtckz_.js +0 -16
- package/storybook-static/assets/password.stories-DX0gkWjH.js +0 -21
- package/storybook-static/assets/preview-BBWR9nbA.js +0 -1
- package/storybook-static/assets/preview-BPAmP-pY.js +0 -2
- package/storybook-static/assets/preview-BWzBA1C2.js +0 -396
- package/storybook-static/assets/preview-BXtF2ySE.js +0 -234
- package/storybook-static/assets/preview-Cur_8nCX.css +0 -1
- package/storybook-static/assets/preview-D77C14du.js +0 -34
- package/storybook-static/assets/preview-DCjDUH0w.js +0 -27
- package/storybook-static/assets/preview-DFmD0pui.js +0 -1
- package/storybook-static/assets/preview-DGUiP6tS.js +0 -7
- package/storybook-static/assets/preview-aVwhiz9X.js +0 -1
- package/storybook-static/assets/react-18-CtsMCmcS.js +0 -1
- package/storybook-static/assets/settings-BqEFC2-V.css +0 -1
- package/storybook-static/assets/settings-Bx4osEmB.js +0 -2304
- package/storybook-static/assets/webauthn.stories-BzodmV0c.js +0 -6
- package/storybook-static/assets/webauthn.stories-DglGm7Ys.js +0 -6
- package/storybook-static/assets/webauthn.stories-G9E76Wjj.js +0 -16
- package/storybook-static/favicon.svg +0 -1
- package/storybook-static/iframe.html +0 -654
- package/storybook-static/index.html +0 -173
- package/storybook-static/index.json +0 -1
- package/storybook-static/inter.css +0 -8
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/preview-stats.json +0 -2344
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +0 -12
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +0 -394
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js +0 -211
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/favicon.svg +0 -1
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/globals-module-info.js +0 -1006
- package/storybook-static/sb-manager/globals-runtime.js +0 -54400
- package/storybook-static/sb-manager/globals.js +0 -48
- package/storybook-static/sb-manager/runtime.js +0 -12089
- package/storybook-static/sb-preview/globals.js +0 -33
- 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: #
|
|
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,12 @@ video {
|
|
|
509
509
|
.pointer-events-none {
|
|
510
510
|
pointer-events: none;
|
|
511
511
|
}
|
|
512
|
+
.visible {
|
|
513
|
+
visibility: visible;
|
|
514
|
+
}
|
|
515
|
+
.invisible {
|
|
516
|
+
visibility: hidden;
|
|
517
|
+
}
|
|
512
518
|
.fixed {
|
|
513
519
|
position: fixed;
|
|
514
520
|
}
|
|
@@ -521,9 +527,15 @@ video {
|
|
|
521
527
|
.inset-0 {
|
|
522
528
|
inset: 0px;
|
|
523
529
|
}
|
|
530
|
+
.right-0 {
|
|
531
|
+
right: 0px;
|
|
532
|
+
}
|
|
524
533
|
.z-50 {
|
|
525
534
|
z-index: 50;
|
|
526
535
|
}
|
|
536
|
+
.col-span-2 {
|
|
537
|
+
grid-column: span 2 / span 2;
|
|
538
|
+
}
|
|
527
539
|
.col-span-full {
|
|
528
540
|
grid-column: 1 / -1;
|
|
529
541
|
}
|
|
@@ -545,6 +557,9 @@ video {
|
|
|
545
557
|
.mt-16 {
|
|
546
558
|
margin-top: 4rem;
|
|
547
559
|
}
|
|
560
|
+
.block {
|
|
561
|
+
display: block;
|
|
562
|
+
}
|
|
548
563
|
.inline-block {
|
|
549
564
|
display: inline-block;
|
|
550
565
|
}
|
|
@@ -557,6 +572,9 @@ video {
|
|
|
557
572
|
.grid {
|
|
558
573
|
display: grid;
|
|
559
574
|
}
|
|
575
|
+
.list-item {
|
|
576
|
+
display: list-item;
|
|
577
|
+
}
|
|
560
578
|
.hidden {
|
|
561
579
|
display: none;
|
|
562
580
|
}
|
|
@@ -567,6 +585,10 @@ video {
|
|
|
567
585
|
width: 2.5rem;
|
|
568
586
|
height: 2.5rem;
|
|
569
587
|
}
|
|
588
|
+
.size-2 {
|
|
589
|
+
width: 0.5rem;
|
|
590
|
+
height: 0.5rem;
|
|
591
|
+
}
|
|
570
592
|
.size-4 {
|
|
571
593
|
width: 1rem;
|
|
572
594
|
height: 1rem;
|
|
@@ -583,9 +605,6 @@ video {
|
|
|
583
605
|
width: 100%;
|
|
584
606
|
height: 100%;
|
|
585
607
|
}
|
|
586
|
-
.h-10 {
|
|
587
|
-
height: 2.5rem;
|
|
588
|
-
}
|
|
589
608
|
.h-4 {
|
|
590
609
|
height: 1rem;
|
|
591
610
|
}
|
|
@@ -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
|
}
|
|
@@ -794,6 +833,9 @@ video {
|
|
|
794
833
|
.border-button-social-border-default {
|
|
795
834
|
border-color: var(--button-social-border-default);
|
|
796
835
|
}
|
|
836
|
+
.border-button-social-border-generic-provider {
|
|
837
|
+
border-color: var(--button-social-border-generic-provider);
|
|
838
|
+
}
|
|
797
839
|
.border-checkbox-border-checkbox-border-default {
|
|
798
840
|
border-color: var(--checkbox-border-checkbox-border-default);
|
|
799
841
|
}
|
|
@@ -815,9 +857,12 @@ video {
|
|
|
815
857
|
.border-ory-border-default {
|
|
816
858
|
border-color: var(--ory-border-default);
|
|
817
859
|
}
|
|
860
|
+
.border-toggle-border-default {
|
|
861
|
+
border-color: var(--toggle-border-default);
|
|
862
|
+
}
|
|
818
863
|
.bg-\[white\] {
|
|
819
864
|
--tw-bg-opacity: 1;
|
|
820
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
865
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
821
866
|
}
|
|
822
867
|
.bg-button-identifier-background-default {
|
|
823
868
|
background-color: var(--button-identifier-background-default);
|
|
@@ -831,6 +876,9 @@ video {
|
|
|
831
876
|
.bg-button-social-background-default {
|
|
832
877
|
background-color: var(--button-social-background-default);
|
|
833
878
|
}
|
|
879
|
+
.bg-button-social-background-generic-provider {
|
|
880
|
+
background-color: var(--button-social-background-generic-provider);
|
|
881
|
+
}
|
|
834
882
|
.bg-checkbox-background-default {
|
|
835
883
|
background-color: var(--checkbox-background-default);
|
|
836
884
|
}
|
|
@@ -852,6 +900,12 @@ video {
|
|
|
852
900
|
.bg-ory-background-default {
|
|
853
901
|
background-color: var(--ory-background-default);
|
|
854
902
|
}
|
|
903
|
+
.bg-toggle-background-default {
|
|
904
|
+
background-color: var(--toggle-background-default);
|
|
905
|
+
}
|
|
906
|
+
.bg-toggle-foreground-default {
|
|
907
|
+
background-color: var(--toggle-foreground-default);
|
|
908
|
+
}
|
|
855
909
|
.fill-checkbox-foreground-checked {
|
|
856
910
|
fill: var(--checkbox-foreground-checked);
|
|
857
911
|
}
|
|
@@ -871,6 +925,9 @@ video {
|
|
|
871
925
|
.p-8 {
|
|
872
926
|
padding: 2rem;
|
|
873
927
|
}
|
|
928
|
+
.p-\[3px\] {
|
|
929
|
+
padding: 3px;
|
|
930
|
+
}
|
|
874
931
|
.px-2 {
|
|
875
932
|
padding-left: 0.5rem;
|
|
876
933
|
padding-right: 0.5rem;
|
|
@@ -895,10 +952,6 @@ video {
|
|
|
895
952
|
padding-left: 11px;
|
|
896
953
|
padding-right: 11px;
|
|
897
954
|
}
|
|
898
|
-
.py-1 {
|
|
899
|
-
padding-top: 0.25rem;
|
|
900
|
-
padding-bottom: 0.25rem;
|
|
901
|
-
}
|
|
902
955
|
.py-1\.5 {
|
|
903
956
|
padding-top: 0.375rem;
|
|
904
957
|
padding-bottom: 0.375rem;
|
|
@@ -907,10 +960,6 @@ video {
|
|
|
907
960
|
padding-top: 3rem;
|
|
908
961
|
padding-bottom: 3rem;
|
|
909
962
|
}
|
|
910
|
-
.py-2 {
|
|
911
|
-
padding-top: 0.5rem;
|
|
912
|
-
padding-bottom: 0.5rem;
|
|
913
|
-
}
|
|
914
963
|
.py-3 {
|
|
915
964
|
padding-top: 0.75rem;
|
|
916
965
|
padding-bottom: 0.75rem;
|
|
@@ -982,9 +1031,6 @@ video {
|
|
|
982
1031
|
.font-semibold {
|
|
983
1032
|
font-weight: 600;
|
|
984
1033
|
}
|
|
985
|
-
.capitalize {
|
|
986
|
-
text-transform: capitalize;
|
|
987
|
-
}
|
|
988
1034
|
.leading-none {
|
|
989
1035
|
line-height: 1;
|
|
990
1036
|
}
|
|
@@ -1012,6 +1058,9 @@ video {
|
|
|
1012
1058
|
.text-button-social-foreground-default {
|
|
1013
1059
|
color: var(--button-social-foreground-default);
|
|
1014
1060
|
}
|
|
1061
|
+
.text-button-social-foreground-generic-provider {
|
|
1062
|
+
color: var(--button-social-foreground-generic-provider);
|
|
1063
|
+
}
|
|
1015
1064
|
.text-input-foreground-primary {
|
|
1016
1065
|
color: var(--input-foreground-primary);
|
|
1017
1066
|
}
|
|
@@ -1286,9 +1335,22 @@ video {
|
|
|
1286
1335
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
1287
1336
|
pointer-events: none;
|
|
1288
1337
|
}
|
|
1338
|
+
.data-\[state\=checked\]\:translate-x-3[data-state=checked] {
|
|
1339
|
+
--tw-translate-x: 0.75rem;
|
|
1340
|
+
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));
|
|
1341
|
+
}
|
|
1342
|
+
.data-\[state\=checked\]\:border-toggle-border-checked[data-state=checked] {
|
|
1343
|
+
border-color: var(--toggle-border-checked);
|
|
1344
|
+
}
|
|
1289
1345
|
.data-\[disabled\]\:bg-button-secondary-background-disabled[data-disabled] {
|
|
1290
1346
|
background-color: var(--button-secondary-background-disabled);
|
|
1291
1347
|
}
|
|
1348
|
+
.data-\[state\=checked\]\:bg-toggle-background-checked[data-state=checked] {
|
|
1349
|
+
background-color: var(--toggle-background-checked);
|
|
1350
|
+
}
|
|
1351
|
+
.data-\[state\=checked\]\:bg-toggle-foreground-checked[data-state=checked] {
|
|
1352
|
+
background-color: var(--toggle-foreground-checked);
|
|
1353
|
+
}
|
|
1292
1354
|
.data-\[disabled\]\:text-button-secondary-foreground-disabled[data-disabled] {
|
|
1293
1355
|
color: var(--button-secondary-foreground-disabled);
|
|
1294
1356
|
}
|