@ory/elements-react 1.0.0-next.12 → 1.0.0-next.13
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 +24 -0
- package/api-report/elements-react-client.api.json +228 -0
- package/api-report/elements-react-client.api.md +22 -0
- package/api-report/elements-react-theme.api.json +47 -24
- package/api-report/elements-react-theme.api.md +5 -5
- package/api-report/elements-react.api.json +0 -33
- package/api-report/elements-react.api.md +0 -8
- package/api-report/temp/elements-react-client.api.md +22 -0
- package/api-report/temp/elements-react-theme.api.md +5 -5
- package/api-report/temp/elements-react.api.md +0 -8
- package/config/api-extractor-client.json +463 -0
- package/dist/client/frontendClient.d.mts +5 -0
- package/dist/client/frontendClient.d.ts +5 -0
- package/dist/client/frontendClient.js +40 -0
- package/dist/client/frontendClient.js.map +1 -0
- package/dist/client/frontendClient.mjs +19 -0
- package/dist/client/frontendClient.mjs.map +1 -0
- package/dist/client/index.d.mts +3 -0
- package/dist/client/index.d.ts +3 -0
- package/dist/client/index.js +29 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/index.mjs +5 -0
- package/dist/client/index.mjs.map +1 -0
- package/dist/client/useSession.d.mts +41 -0
- package/dist/client/useSession.d.ts +41 -0
- package/dist/client/useSession.js +79 -0
- package/dist/client/useSession.js.map +1 -0
- package/dist/client/useSession.mjs +54 -0
- package/dist/client/useSession.mjs.map +1 -0
- package/dist/index.d.mts +2 -18
- package/dist/index.d.ts +2 -18
- package/dist/index.js +16 -5562
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -5564
- package/dist/index.mjs.map +1 -1
- package/dist/theme/default/index.css +3 -0
- package/dist/theme/default/index.css.map +1 -1
- package/dist/theme/default/index.d.mts +3 -3
- package/dist/theme/default/index.d.ts +3 -3
- package/dist/theme/default/index.js +84 -62
- package/dist/theme/default/index.js.map +1 -1
- package/dist/theme/default/index.mjs +103 -83
- package/dist/theme/default/index.mjs.map +1 -1
- package/package.json +9 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/theme/default/global.css"],"sourcesContent":["/* Copyright © 2024 Ory Corp */\n/* SPDX-License-Identifier: Apache-2.0 */\n\n/* ! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com */\n\n/*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: currentColor; /* 2 */\n}\n\n::before,\n::after {\n --tw-content: '';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured `sans` font-family by default.\n5. Use the user's configured `sans` font-feature-settings by default.\n6. Use the user's configured `sans` font-variation-settings by default.\n7. Disable tap highlights on iOS\n*/\n\nhtml,\n:host {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: \"Inter var\", sans-serif; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n -webkit-tap-highlight-color: transparent; /* 7 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user's configured `mono` font-family by default.\n2. Use the user's configured `mono` font-feature-settings by default.\n3. Use the user's configured `mono` font-variation-settings by default.\n4. Correct the odd `em` font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; /* 1 */\n font-feature-settings: normal; /* 2 */\n font-variation-settings: normal; /* 3 */\n font-size: 1em; /* 4 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-feature-settings: inherit; /* 1 */\n font-variation-settings: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n letter-spacing: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\nbutton,\ninput:where([type='button']),\ninput:where([type='reset']),\ninput:where([type='submit']) {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n:-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nReset default styling for dialogs.\n*/\n\ndialog {\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\n\ninput::-moz-placeholder, textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\nbutton,\n[role=\"button\"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n\n:disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n\n/* Make elements with the HTML hidden attribute stay hidden by default */\n\n[hidden] {\n display: none;\n}\n\n*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(147 197 253 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}\n\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(147 197 253 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}\n.container {\n width: 100%;\n}\n@media (min-width: 640px) {\n\n .container {\n max-width: 640px;\n }\n}\n@media (min-width: 768px) {\n\n .container {\n max-width: 768px;\n }\n}\n@media (min-width: 1024px) {\n\n .container {\n max-width: 1024px;\n }\n}\n@media (min-width: 1280px) {\n\n .container {\n max-width: 1280px;\n }\n}\n@media (min-width: 1536px) {\n\n .container {\n max-width: 1536px;\n }\n}\n.pointer-events-none {\n pointer-events: none;\n}\n.absolute {\n position: absolute;\n}\n.relative {\n position: relative;\n}\n.inset-0 {\n inset: 0px;\n}\n.z-10 {\n z-index: 10;\n}\n.z-50 {\n z-index: 50;\n}\n.col-span-full {\n grid-column: 1 / -1;\n}\n.-m-3 {\n margin: -0.75rem;\n}\n.mx-auto {\n margin-left: auto;\n margin-right: auto;\n}\n.my-auto {\n margin-top: auto;\n margin-bottom: auto;\n}\n.mr-auto {\n margin-right: auto;\n}\n.mt-1 {\n margin-top: 0.25rem;\n}\n.mt-16 {\n margin-top: 4rem;\n}\n.mt-\\[2px\\] {\n margin-top: 2px;\n}\n.flex {\n display: flex;\n}\n.inline-flex {\n display: inline-flex;\n}\n.grid {\n display: grid;\n}\n.hidden {\n display: none;\n}\n.aspect-square {\n aspect-ratio: 1 / 1;\n}\n.size-10 {\n width: 2.5rem;\n height: 2.5rem;\n}\n.size-8 {\n width: 2rem;\n height: 2rem;\n}\n.size-full {\n width: 100%;\n height: 100%;\n}\n.h-10 {\n height: 2.5rem;\n}\n.h-4 {\n height: 1rem;\n}\n.h-44 {\n height: 11rem;\n}\n.h-5 {\n height: 1.25rem;\n}\n.h-8 {\n height: 2rem;\n}\n.h-full {\n height: 100%;\n}\n.max-h-10 {\n max-height: 2.5rem;\n}\n.min-h-\\[72px\\] {\n min-height: 72px;\n}\n.w-10 {\n width: 2.5rem;\n}\n.w-11 {\n width: 2.75rem;\n}\n.w-4 {\n width: 1rem;\n}\n.w-5 {\n width: 1.25rem;\n}\n.w-8 {\n width: 2rem;\n}\n.w-80 {\n width: 20rem;\n}\n.w-full {\n width: 100%;\n}\n.w-px {\n width: 1px;\n}\n.min-w-\\[19rem\\] {\n min-width: 19rem;\n}\n.max-w-\\[60\\%\\] {\n max-width: 60%;\n}\n.max-w-\\[896px\\] {\n max-width: 896px;\n}\n.max-w-sm {\n max-width: 24rem;\n}\n.flex-1 {\n flex: 1 1 0%;\n}\n.flex-none {\n flex: none;\n}\n.flex-grow {\n flex-grow: 1;\n}\n.transform {\n 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));\n}\n@keyframes caret-blink {\n\n 0%,70%,100% {\n opacity: 1;\n }\n\n 20%,50% {\n opacity: 0;\n }\n}\n.animate-caret-blink {\n animation: caret-blink 1.25s ease-out infinite;\n}\n@keyframes spin {\n\n to {\n transform: rotate(360deg);\n }\n}\n.animate-spin {\n animation: spin 1s linear infinite;\n}\n.cursor-pointer {\n cursor: pointer;\n}\n.select-none {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.appearance-none {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n}\n.grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n.grid-cols-4 {\n grid-template-columns: repeat(4, minmax(0, 1fr));\n}\n.grid-cols-6 {\n grid-template-columns: repeat(6, minmax(0, 1fr));\n}\n.flex-col {\n flex-direction: column;\n}\n.flex-wrap {\n flex-wrap: wrap;\n}\n.items-start {\n align-items: flex-start;\n}\n.items-end {\n align-items: flex-end;\n}\n.items-center {\n align-items: center;\n}\n.justify-end {\n justify-content: flex-end;\n}\n.justify-center {\n justify-content: center;\n}\n.justify-between {\n justify-content: space-between;\n}\n.gap-1 {\n gap: 0.25rem;\n}\n.gap-12 {\n gap: 3rem;\n}\n.gap-2 {\n gap: 0.5rem;\n}\n.gap-3 {\n gap: 0.75rem;\n}\n.gap-4 {\n gap: 1rem;\n}\n.gap-6 {\n gap: 1.5rem;\n}\n.gap-8 {\n gap: 2rem;\n}\n.space-x-2 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-x-reverse: 0;\n margin-right: calc(0.5rem * var(--tw-space-x-reverse));\n margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));\n}\n.self-center {\n align-self: center;\n}\n.self-stretch {\n align-self: stretch;\n}\n.overflow-hidden {\n overflow: hidden;\n}\n.rounded {\n border-radius: 0.25rem;\n}\n.rounded-border-radius-buttons {\n border-radius: var(--border-radius-buttons, 0.25rem);\n}\n.rounded-border-radius-cards {\n border-radius: var(--border-radius-cards, 0.75rem);\n}\n.rounded-border-radius-forms {\n border-radius: var(--border-radius-forms, 0.25rem);\n}\n.rounded-full {\n border-radius: 9999px;\n}\n.rounded-xl {\n border-radius: 0.75rem;\n}\n.rounded-b-xl {\n border-bottom-right-radius: 0.75rem;\n border-bottom-left-radius: 0.75rem;\n}\n.rounded-t-xl {\n border-top-left-radius: 0.75rem;\n border-top-right-radius: 0.75rem;\n}\n.border {\n border-width: 1px;\n}\n.border-y {\n border-top-width: 1px;\n border-bottom-width: 1px;\n}\n.border-b-0 {\n border-bottom-width: 0px;\n}\n.border-r {\n border-right-width: 1px;\n}\n.border-t {\n border-top-width: 1px;\n}\n.border-solid {\n border-style: solid;\n}\n.border-button-identifier-border-default {\n border-color: var(--button-identifier-border-default, #e2e8f0);\n}\n.border-button-secondary-border-default {\n border-color: var(--button-secondary-border-default, #e2e8f0);\n}\n.border-dialog-border-default {\n border-color: var(--dialog-border-default, #e2e8f0);\n}\n.border-forms-border-default {\n border-color: var(--forms-border-default, #e2e8f0);\n}\n.bg-\\[white\\] {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n.bg-bg-default {\n background-color: var(--bg-default, #f8fafc);\n}\n.bg-branding-bg-default {\n --tw-bg-opacity: 1;\n background-color: rgb(79 70 229 / var(--tw-bg-opacity));\n}\n.bg-button-identifier-bg-default {\n background-color: var(--button-identifier-bg-default, #ffffff);\n}\n.bg-button-primary-bg-default {\n background-color: var(--button-primary-bg-default, #1e293b);\n}\n.bg-button-secondary-bg-default {\n background-color: var(--button-secondary-bg-default, #ffffff);\n}\n.bg-dialog-bg-default {\n background-color: var(--dialog-bg-default, #ffffff);\n}\n.bg-dialog-bg-subtle {\n background-color: var(--dialog-bg-subtle, #f8fafc);\n}\n.bg-forms-bg-default {\n background-color: var(--forms-bg-default, #ffffff);\n}\n.object-contain {\n -o-object-fit: contain;\n object-fit: contain;\n}\n.object-fill {\n -o-object-fit: fill;\n object-fit: fill;\n}\n.p-2 {\n padding: 0.5rem;\n}\n.p-6 {\n padding: 1.5rem;\n}\n.p-8 {\n padding: 2rem;\n}\n.px-1\\.5 {\n padding-left: 0.375rem;\n padding-right: 0.375rem;\n}\n.px-2 {\n padding-left: 0.5rem;\n padding-right: 0.5rem;\n}\n.px-3 {\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\n.px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\n.px-5 {\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n.px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\n.px-8 {\n padding-left: 2rem;\n padding-right: 2rem;\n}\n.py-1 {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n}\n.py-1\\.5 {\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n}\n.py-12 {\n padding-top: 3rem;\n padding-bottom: 3rem;\n}\n.py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n.py-2\\.5 {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n}\n.py-3 {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n}\n.py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n.py-4\\.5 {\n padding-top: 1.125rem;\n padding-bottom: 1.125rem;\n}\n.py-8 {\n padding-top: 2rem;\n padding-bottom: 2rem;\n}\n.pl-8 {\n padding-left: 2rem;\n}\n.text-left {\n text-align: left;\n}\n.text-center {\n text-align: center;\n}\n.font-sans {\n font-family: \"Inter var\", sans-serif;\n}\n.text-lg {\n font-size: 1.125rem;\n line-height: 1.75rem;\n}\n.text-sm {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\n.text-xl {\n font-size: 1.25rem;\n line-height: 1.75rem;\n}\n.text-xs {\n font-size: 0.75rem;\n line-height: 1rem;\n}\n.font-bold {\n font-weight: 700;\n}\n.font-medium {\n font-weight: 500;\n}\n.font-normal {\n font-weight: 400;\n}\n.font-semibold {\n font-weight: 600;\n}\n.capitalize {\n text-transform: capitalize;\n}\n.leading-none {\n line-height: 1;\n}\n.leading-normal {\n line-height: 1.5;\n}\n.leading-tight {\n line-height: 1.25;\n}\n.text-button-identifier-fg-default {\n color: var(--button-identifier-fg-default, #0f172a);\n}\n.text-button-identifier-fg-subtle {\n color: var(--button-identifier-fg-subtle, #334155);\n}\n.text-button-primary-fg-default {\n color: var(--button-primary-fg-default, #ffffff);\n}\n.text-button-secondary-fg-default {\n color: var(--button-secondary-fg-default, #0f172a);\n}\n.text-dialog-fg-default {\n color: var(--dialog-fg-default, #0f172a);\n}\n.text-dialog-fg-mute {\n color: var(--dialog-fg-mute, #64748b);\n}\n.text-dialog-fg-subtle {\n color: var(--dialog-fg-subtle, #334155);\n}\n.text-forms-fg-default {\n color: var(--forms-fg-default, #0f172a);\n}\n.text-forms-fg-error {\n color: var(--forms-fg-error, #ef4444);\n}\n.text-forms-fg-mute {\n color: var(--forms-fg-mute, #64748b);\n}\n.text-forms-fg-success {\n color: var(--forms-fg-success, #22c55e);\n}\n.text-links-link-default {\n color: var(--links-link-default, #4f46e5);\n}\n.text-links-link-mute-default {\n color: var(--links-link-mute-default, #64748b);\n}\n.antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n.mix-blend-multiply {\n mix-blend-mode: multiply;\n}\n.outline-none {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.ring-1 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n.ring-2 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n.ring-inset {\n --tw-ring-inset: inset;\n}\n.ring-button-primary-border-default {\n --tw-ring-color: var(--button-primary-border-default, #ffffff00);\n}\n.ring-button-secondary-border-default {\n --tw-ring-color: var(--button-secondary-border-default, #e2e8f0);\n}\n.ring-dialog-border-default {\n --tw-ring-color: var(--dialog-border-default, #e2e8f0);\n}\n.ring-forms-border-default {\n --tw-ring-color: var(--forms-border-default, #e2e8f0);\n}\n.filter {\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n.transition-all {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.duration-100 {\n transition-duration: 100ms;\n}\n.ease-linear {\n transition-timing-function: linear;\n}\n.first\\:border-0:first-child {\n border-width: 0px;\n}\n.hover\\:border-button-identifier-border-hover:hover {\n border-color: var(--button-identifier-border-hover, #e2e8f0);\n}\n.hover\\:border-button-social-border-hover:hover {\n border-color: var(--button-social-border-hover, #e2e8f0);\n}\n.hover\\:border-forms-border-hover:hover {\n border-color: var(--forms-border-hover, #e2e8f0);\n}\n.hover\\:bg-button-identifier-bg-hover:hover {\n background-color: var(--button-identifier-bg-hover, #f8fafc);\n}\n.hover\\:bg-button-primary-bg-hover:hover {\n background-color: var(--button-primary-bg-hover, #0f172a);\n}\n.hover\\:bg-button-secondary-bg-hover:hover {\n background-color: var(--button-secondary-bg-hover, #f8fafc);\n}\n.hover\\:bg-forms-bg-hover:hover {\n background-color: var(--forms-bg-hover, #f8fafc);\n}\n.hover\\:text-button-primary-fg-hover:hover {\n color: var(--button-primary-fg-hover, #ffffff);\n}\n.hover\\:text-button-secondary-fg-hover:hover {\n color: var(--button-secondary-fg-hover, #334155);\n}\n.hover\\:text-links-link-hover:hover {\n color: var(--links-link-hover, #0f172a);\n}\n.hover\\:text-links-link-mute-hover:hover {\n color: var(--links-link-mute-hover, #0f172a);\n}\n.hover\\:underline:hover {\n text-decoration-line: underline;\n}\n.hover\\:ring-button-primary-border-hover:hover {\n --tw-ring-color: var(--button-primary-border-hover, #ffffff00);\n}\n.hover\\:ring-button-secondary-border-hover:hover {\n --tw-ring-color: var(--button-secondary-border-hover, #e2e8f0);\n}\n.disabled\\:cursor-not-allowed:disabled {\n cursor: not-allowed;\n}\n.disabled\\:bg-button-primary-bg-disabled:disabled {\n background-color: var(--button-primary-bg-disabled, #64748b);\n}\n.disabled\\:bg-button-secondary-bg-disabled:disabled {\n background-color: var(--button-secondary-bg-disabled, #f8fafc);\n}\n.disabled\\:bg-forms-bg-disabled:disabled {\n background-color: var(--forms-bg-disabled, #f8fafc);\n}\n.disabled\\:text-button-primary-fg-disabled:disabled {\n color: var(--button-primary-fg-disabled, #94a3b8);\n}\n.disabled\\:text-button-secondary-fg-disabled:disabled {\n color: var(--button-secondary-fg-disabled, #94a3b8);\n}\n.disabled\\:text-forms-fg-disabled:disabled {\n color: var(--forms-fg-disabled, #94a3b8);\n}\n.disabled\\:ring-button-primary-border-disabled:disabled {\n --tw-ring-color: var(--button-primary-border-disabled, #ffffff00);\n}\n.disabled\\:ring-button-secondary-border-disabled:disabled {\n --tw-ring-color: var(--button-secondary-border-disabled, #e2e8f0);\n}\n.disabled\\:hover\\:bg-button-primary-bg-default:hover:disabled {\n background-color: var(--button-primary-bg-default, #1e293b);\n}\n.peer:checked ~ .peer-checked\\:block {\n display: block;\n}\n.has-\\[\\:disabled\\]\\:opacity-50:has(:disabled) {\n opacity: 0.5;\n}\n.data-\\[disabled\\]\\:pointer-events-none[data-disabled] {\n pointer-events: none;\n}\n.data-\\[disabled\\]\\:border-button-secondary-border-disabled[data-disabled] {\n border-color: var(--button-secondary-border-disabled, #e2e8f0);\n}\n.data-\\[disabled\\]\\:bg-button-secondary-bg-disabled[data-disabled] {\n background-color: var(--button-secondary-bg-disabled, #f8fafc);\n}\n.data-\\[disabled\\]\\:text-button-secondary-fg-disabled[data-disabled] {\n color: var(--button-secondary-fg-disabled, #94a3b8);\n}\n.loading\\:cursor-wait[data-loading=true] {\n cursor: wait;\n}\n.loading\\:bg-button-primary-bg-default[data-loading=true] {\n background-color: var(--button-primary-bg-default, #1e293b);\n}\n.loading\\:bg-button-secondary-bg-default[data-loading=true] {\n background-color: var(--button-secondary-bg-default, #ffffff);\n}\n.loading\\:text-button-primary-fg-default[data-loading=true] {\n color: var(--button-primary-fg-default, #ffffff);\n}\n.loading\\:text-button-secondary-fg-default[data-loading=true] {\n color: var(--button-secondary-fg-default, #0f172a);\n}\n.loading\\:ring-button-primary-border-default[data-loading=true] {\n --tw-ring-color: var(--button-primary-border-default, #ffffff00);\n}\n.loading\\:ring-button-secondary-border-default[data-loading=true] {\n --tw-ring-color: var(--button-secondary-border-default, #e2e8f0);\n}\n.loading\\:before\\:pointer-events-none[data-loading=true]::before {\n content: var(--tw-content);\n pointer-events: none;\n}\n.loading\\:before\\:absolute[data-loading=true]::before {\n content: var(--tw-content);\n position: absolute;\n}\n.loading\\:before\\:inset-0[data-loading=true]::before {\n content: var(--tw-content);\n inset: 0px;\n}\n.loading\\:before\\:bg-button-primary-bg-default[data-loading=true]::before {\n content: var(--tw-content);\n background-color: var(--button-primary-bg-default, #1e293b);\n}\n.loading\\:before\\:bg-button-secondary-bg-default[data-loading=true]::before {\n content: var(--tw-content);\n background-color: var(--button-secondary-bg-default, #ffffff);\n}\n.loading\\:before\\:opacity-80[data-loading=true]::before {\n content: var(--tw-content);\n opacity: 0.8;\n}\n.loading\\:before\\:content-\\[\\'\\'\\][data-loading=true]::before {\n --tw-content: '';\n content: var(--tw-content);\n}\n@media not all and (min-width: 768px) {\n\n .max-md\\:bottom-0 {\n bottom: 0px;\n }\n\n .max-md\\:left-8 {\n left: 2rem;\n }\n\n .max-md\\:hidden {\n display: none;\n }\n\n .max-md\\:translate-y-full {\n --tw-translate-y: 100%;\n 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));\n }\n\n .max-md\\:rounded-b-md {\n border-bottom-right-radius: 0.375rem;\n border-bottom-left-radius: 0.375rem;\n }\n\n .max-md\\:py-3 {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n }\n}\n@media (min-width: 768px) {\n\n .md\\:right-0 {\n right: 0px;\n }\n\n .md\\:top-8 {\n top: 2rem;\n }\n\n .md\\:hidden {\n display: none;\n }\n\n .md\\:h-12 {\n height: 3rem;\n }\n\n .md\\:w-14 {\n width: 3.5rem;\n }\n\n .md\\:w-\\[480px\\] {\n width: 480px;\n }\n\n .md\\:w-\\[712px\\] {\n width: 712px;\n }\n\n .md\\:max-w-\\[480px\\] {\n max-width: 480px;\n }\n\n .md\\:translate-x-full {\n --tw-translate-x: 100%;\n 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));\n }\n\n .md\\:grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n }\n\n .md\\:rounded-r-md {\n border-top-right-radius: 0.375rem;\n border-bottom-right-radius: 0.375rem;\n }\n\n .md\\:px-12 {\n padding-left: 3rem;\n padding-right: 3rem;\n }\n\n .md\\:px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n }\n\n .md\\:py-14 {\n padding-top: 3.5rem;\n padding-bottom: 3.5rem;\n }\n\n .md\\:py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n }\n}\n@media (min-width: 1024px) {\n\n .lg\\:w-\\[802px\\] {\n width: 802px;\n }\n\n .lg\\:py-4\\.5 {\n padding-top: 1.125rem;\n padding-bottom: 1.125rem;\n }\n}\n@media (min-width: 1280px) {\n\n .xl\\:w-\\[896px\\] {\n width: 896px;\n }\n}\n.\\[\\&\\>button\\]\\:w-\\[79px\\]>button {\n width: 79px;\n}\n.\\[\\&\\>span\\]\\:mr-auto>span {\n margin-right: auto;\n}\n"],"mappings":";AAUA;AACA;AACA;AACE,cAAY;AACZ,gBAAc;AACd,gBAAc;AACd,gBAAc;AAChB;AAEA;AACA;AACE,gBAAc;AAChB;AAYA;AACA;AACE,eAAa;AACb,4BAA0B;AAC1B,iBAAe;AACf,eAAa;AACV,YAAU;AACb,eAAa,WAAW,EAAE;AAC1B,yBAAuB;AACvB,2BAAyB;AACzB,+BAA6B;AAC/B;AAOA;AACE,UAAQ;AACR,eAAa;AACf;AAQA;AACE,UAAQ;AACR,SAAO;AACP,oBAAkB;AACpB;AAMA,IAAI,OAAO,CAAC;AACV,2BAAyB,UAAU;AAC3B,mBAAiB,UAAU;AACrC;AAMA;AACA;AACA;AACA;AACA;AACA;AACE,aAAW;AACX,eAAa;AACf;AAMA;AACE,SAAO;AACP,mBAAiB;AACnB;AAMA;AACA;AACE,eAAa;AACf;AASA;AACA;AACA;AACA;AACE;AAAA,IAAa,YAAY;AAAA,IAAE,cAAc;AAAA,IAAE,KAAK;AAAA,IAAE,MAAM;AAAA,IAAE,QAAQ;AAAA,IAAE,iBAAiB;AAAA,IAAE,aAAa;AAAA,IAAE;AACtG,yBAAuB;AACvB,2BAAyB;AACzB,aAAW;AACb;AAMA;AACE,aAAW;AACb;AAMA;AACA;AACE,aAAW;AACX,eAAa;AACb,YAAU;AACV,kBAAgB;AAClB;AAEA;AACE,UAAQ;AACV;AAEA;AACE,OAAK;AACP;AAQA;AACE,eAAa;AACb,gBAAc;AACd,mBAAiB;AACnB;AAQA;AACA;AACA;AACA;AACA;AACE,eAAa;AACb,yBAAuB;AACvB,2BAAyB;AACzB,aAAW;AACX,eAAa;AACb,eAAa;AACb,kBAAgB;AAChB,SAAO;AACP,UAAQ;AACR,WAAS;AACX;AAMA;AACA;AACE,kBAAgB;AAClB;AAOA;AACA,KAAK,OAAO,CAAC;AACb,KAAK,OAAO,CAAC;AACb,KAAK,OAAO,CAAC;AACX,sBAAoB;AACpB,oBAAkB;AAClB,oBAAkB;AACpB;AAMA;AACE,WAAS;AACX;AAMA;AACE,cAAY;AACd;AAMA;AACE,kBAAgB;AAClB;AAMA;AACA;AACE,UAAQ;AACV;AAOA,CAAC;AACC,sBAAoB;AACpB,kBAAgB;AAClB;AAMA;AACE,sBAAoB;AACtB;AAOA;AACE,sBAAoB;AACpB,QAAM;AACR;AAMA;AACE,WAAS;AACX;AAMA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACE,UAAQ;AACV;AAEA;AACE,UAAQ;AACR,WAAS;AACX;AAEA;AACE,WAAS;AACX;AAEA;AACA;AACA;AACE,cAAY;AACZ,UAAQ;AACR,WAAS;AACX;AAMA;AACE,WAAS;AACX;AAMA;AACE,UAAQ;AACV;AAOA,KAAK;AAAoB,QAAQ;AAC/B,WAAS;AACT,SAAO;AACT;AAEA,KAAK;AACL,QAAQ;AACN,WAAS;AACT,SAAO;AACT;AAMA;AACA,CAAC;AACC,UAAQ;AACV;AAMA;AACE,UAAQ;AACV;AAQA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACE,WAAS;AACT,kBAAgB;AAClB;AAMA;AACA;AACE,aAAW;AACX,UAAQ;AACV;AAIA,CAAC;AACC,WAAS;AACX;AAEA;AAAG;AAAU;AACX,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,IAAI,IAAI,IAAI,EAAE;AACnC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF;AAEA;AACE,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,IAAI,IAAI,IAAI,EAAE;AACnC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF;AACA,CAAC;AACC,SAAO;AACT;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GALD;AAMG,eAAW;AACb;AACF;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GAXD;AAYG,eAAW;AACb;AACF;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GAjBD;AAkBG,eAAW;AACb;AACF;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GAvBD;AAwBG,eAAW;AACb;AACF;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GA7BD;AA8BG,eAAW;AACb;AACF;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,YAAU;AACZ;AACA,CAAC;AACC,YAAU;AACZ;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,eAAa,EAAE,EAAE;AACnB;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,eAAa;AACb,gBAAc;AAChB;AACA,CAAC;AACC,cAAY;AACZ,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AAChB;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,gBAAc,EAAE,EAAE;AACpB;AACA,CAAC;AACC,SAAO;AACP,UAAQ;AACV;AACA,CAAC;AACC,SAAO;AACP,UAAQ;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","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../src/theme/default/global.css"],"sourcesContent":["/* Copyright © 2024 Ory Corp */\n/* SPDX-License-Identifier: Apache-2.0 */\n\n/* ! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com */\n\n/*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: currentColor; /* 2 */\n}\n\n::before,\n::after {\n --tw-content: '';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured `sans` font-family by default.\n5. Use the user's configured `sans` font-feature-settings by default.\n6. Use the user's configured `sans` font-variation-settings by default.\n7. Disable tap highlights on iOS\n*/\n\nhtml,\n:host {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: \"Inter var\", sans-serif; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n -webkit-tap-highlight-color: transparent; /* 7 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user's configured `mono` font-family by default.\n2. Use the user's configured `mono` font-feature-settings by default.\n3. Use the user's configured `mono` font-variation-settings by default.\n4. Correct the odd `em` font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; /* 1 */\n font-feature-settings: normal; /* 2 */\n font-variation-settings: normal; /* 3 */\n font-size: 1em; /* 4 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-feature-settings: inherit; /* 1 */\n font-variation-settings: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n letter-spacing: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\nbutton,\ninput:where([type='button']),\ninput:where([type='reset']),\ninput:where([type='submit']) {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n:-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nReset default styling for dialogs.\n*/\n\ndialog {\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\n\ninput::-moz-placeholder, textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\nbutton,\n[role=\"button\"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n\n:disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n\n/* Make elements with the HTML hidden attribute stay hidden by default */\n\n[hidden] {\n display: none;\n}\n\n*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(147 197 253 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}\n\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(147 197 253 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}\n.container {\n width: 100%;\n}\n@media (min-width: 640px) {\n\n .container {\n max-width: 640px;\n }\n}\n@media (min-width: 768px) {\n\n .container {\n max-width: 768px;\n }\n}\n@media (min-width: 1024px) {\n\n .container {\n max-width: 1024px;\n }\n}\n@media (min-width: 1280px) {\n\n .container {\n max-width: 1280px;\n }\n}\n@media (min-width: 1536px) {\n\n .container {\n max-width: 1536px;\n }\n}\n.pointer-events-none {\n pointer-events: none;\n}\n.absolute {\n position: absolute;\n}\n.relative {\n position: relative;\n}\n.inset-0 {\n inset: 0px;\n}\n.z-10 {\n z-index: 10;\n}\n.z-50 {\n z-index: 50;\n}\n.col-span-full {\n grid-column: 1 / -1;\n}\n.-m-3 {\n margin: -0.75rem;\n}\n.mx-auto {\n margin-left: auto;\n margin-right: auto;\n}\n.my-auto {\n margin-top: auto;\n margin-bottom: auto;\n}\n.mr-auto {\n margin-right: auto;\n}\n.mt-1 {\n margin-top: 0.25rem;\n}\n.mt-16 {\n margin-top: 4rem;\n}\n.mt-\\[2px\\] {\n margin-top: 2px;\n}\n.flex {\n display: flex;\n}\n.inline-flex {\n display: inline-flex;\n}\n.grid {\n display: grid;\n}\n.hidden {\n display: none;\n}\n.aspect-square {\n aspect-ratio: 1 / 1;\n}\n.size-10 {\n width: 2.5rem;\n height: 2.5rem;\n}\n.size-8 {\n width: 2rem;\n height: 2rem;\n}\n.size-full {\n width: 100%;\n height: 100%;\n}\n.h-10 {\n height: 2.5rem;\n}\n.h-4 {\n height: 1rem;\n}\n.h-44 {\n height: 11rem;\n}\n.h-5 {\n height: 1.25rem;\n}\n.h-8 {\n height: 2rem;\n}\n.h-full {\n height: 100%;\n}\n.max-h-10 {\n max-height: 2.5rem;\n}\n.min-h-\\[72px\\] {\n min-height: 72px;\n}\n.w-10 {\n width: 2.5rem;\n}\n.w-11 {\n width: 2.75rem;\n}\n.w-4 {\n width: 1rem;\n}\n.w-5 {\n width: 1.25rem;\n}\n.w-8 {\n width: 2rem;\n}\n.w-80 {\n width: 20rem;\n}\n.w-full {\n width: 100%;\n}\n.w-px {\n width: 1px;\n}\n.min-w-\\[19rem\\] {\n min-width: 19rem;\n}\n.max-w-\\[488px\\] {\n max-width: 488px;\n}\n.max-w-\\[60\\%\\] {\n max-width: 60%;\n}\n.max-w-\\[896px\\] {\n max-width: 896px;\n}\n.max-w-sm {\n max-width: 24rem;\n}\n.flex-1 {\n flex: 1 1 0%;\n}\n.flex-none {\n flex: none;\n}\n.flex-grow {\n flex-grow: 1;\n}\n.transform {\n 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));\n}\n@keyframes caret-blink {\n\n 0%,70%,100% {\n opacity: 1;\n }\n\n 20%,50% {\n opacity: 0;\n }\n}\n.animate-caret-blink {\n animation: caret-blink 1.25s ease-out infinite;\n}\n@keyframes spin {\n\n to {\n transform: rotate(360deg);\n }\n}\n.animate-spin {\n animation: spin 1s linear infinite;\n}\n.cursor-pointer {\n cursor: pointer;\n}\n.select-none {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.appearance-none {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n}\n.grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n.grid-cols-4 {\n grid-template-columns: repeat(4, minmax(0, 1fr));\n}\n.grid-cols-6 {\n grid-template-columns: repeat(6, minmax(0, 1fr));\n}\n.flex-col {\n flex-direction: column;\n}\n.flex-wrap {\n flex-wrap: wrap;\n}\n.items-start {\n align-items: flex-start;\n}\n.items-end {\n align-items: flex-end;\n}\n.items-center {\n align-items: center;\n}\n.justify-end {\n justify-content: flex-end;\n}\n.justify-center {\n justify-content: center;\n}\n.justify-between {\n justify-content: space-between;\n}\n.gap-1 {\n gap: 0.25rem;\n}\n.gap-12 {\n gap: 3rem;\n}\n.gap-2 {\n gap: 0.5rem;\n}\n.gap-3 {\n gap: 0.75rem;\n}\n.gap-4 {\n gap: 1rem;\n}\n.gap-6 {\n gap: 1.5rem;\n}\n.gap-8 {\n gap: 2rem;\n}\n.space-x-2 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-x-reverse: 0;\n margin-right: calc(0.5rem * var(--tw-space-x-reverse));\n margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));\n}\n.self-center {\n align-self: center;\n}\n.self-stretch {\n align-self: stretch;\n}\n.overflow-hidden {\n overflow: hidden;\n}\n.rounded {\n border-radius: 0.25rem;\n}\n.rounded-border-radius-buttons {\n border-radius: var(--border-radius-buttons, 0.25rem);\n}\n.rounded-border-radius-cards {\n border-radius: var(--border-radius-cards, 0.75rem);\n}\n.rounded-border-radius-forms {\n border-radius: var(--border-radius-forms, 0.25rem);\n}\n.rounded-full {\n border-radius: 9999px;\n}\n.rounded-xl {\n border-radius: 0.75rem;\n}\n.rounded-b-xl {\n border-bottom-right-radius: 0.75rem;\n border-bottom-left-radius: 0.75rem;\n}\n.rounded-t-xl {\n border-top-left-radius: 0.75rem;\n border-top-right-radius: 0.75rem;\n}\n.border {\n border-width: 1px;\n}\n.border-y {\n border-top-width: 1px;\n border-bottom-width: 1px;\n}\n.border-b-0 {\n border-bottom-width: 0px;\n}\n.border-r {\n border-right-width: 1px;\n}\n.border-t {\n border-top-width: 1px;\n}\n.border-solid {\n border-style: solid;\n}\n.border-button-identifier-border-default {\n border-color: var(--button-identifier-border-default, #e2e8f0);\n}\n.border-button-secondary-border-default {\n border-color: var(--button-secondary-border-default, #e2e8f0);\n}\n.border-dialog-border-default {\n border-color: var(--dialog-border-default, #e2e8f0);\n}\n.border-forms-border-default {\n border-color: var(--forms-border-default, #e2e8f0);\n}\n.bg-\\[white\\] {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n.bg-bg-default {\n background-color: var(--bg-default, #f8fafc);\n}\n.bg-branding-bg-default {\n --tw-bg-opacity: 1;\n background-color: rgb(79 70 229 / var(--tw-bg-opacity));\n}\n.bg-button-identifier-bg-default {\n background-color: var(--button-identifier-bg-default, #ffffff);\n}\n.bg-button-primary-bg-default {\n background-color: var(--button-primary-bg-default, #1e293b);\n}\n.bg-button-secondary-bg-default {\n background-color: var(--button-secondary-bg-default, #ffffff);\n}\n.bg-dialog-bg-default {\n background-color: var(--dialog-bg-default, #ffffff);\n}\n.bg-dialog-bg-subtle {\n background-color: var(--dialog-bg-subtle, #f8fafc);\n}\n.bg-forms-bg-default {\n background-color: var(--forms-bg-default, #ffffff);\n}\n.object-contain {\n -o-object-fit: contain;\n object-fit: contain;\n}\n.object-fill {\n -o-object-fit: fill;\n object-fit: fill;\n}\n.p-2 {\n padding: 0.5rem;\n}\n.p-6 {\n padding: 1.5rem;\n}\n.p-8 {\n padding: 2rem;\n}\n.px-1\\.5 {\n padding-left: 0.375rem;\n padding-right: 0.375rem;\n}\n.px-2 {\n padding-left: 0.5rem;\n padding-right: 0.5rem;\n}\n.px-3 {\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\n.px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\n.px-5 {\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n.px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\n.px-8 {\n padding-left: 2rem;\n padding-right: 2rem;\n}\n.py-1 {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n}\n.py-1\\.5 {\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n}\n.py-12 {\n padding-top: 3rem;\n padding-bottom: 3rem;\n}\n.py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n.py-2\\.5 {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n}\n.py-3 {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n}\n.py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n.py-4\\.5 {\n padding-top: 1.125rem;\n padding-bottom: 1.125rem;\n}\n.py-8 {\n padding-top: 2rem;\n padding-bottom: 2rem;\n}\n.pl-8 {\n padding-left: 2rem;\n}\n.text-left {\n text-align: left;\n}\n.text-center {\n text-align: center;\n}\n.font-sans {\n font-family: \"Inter var\", sans-serif;\n}\n.text-lg {\n font-size: 1.125rem;\n line-height: 1.75rem;\n}\n.text-sm {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\n.text-xl {\n font-size: 1.25rem;\n line-height: 1.75rem;\n}\n.text-xs {\n font-size: 0.75rem;\n line-height: 1rem;\n}\n.font-bold {\n font-weight: 700;\n}\n.font-medium {\n font-weight: 500;\n}\n.font-normal {\n font-weight: 400;\n}\n.font-semibold {\n font-weight: 600;\n}\n.capitalize {\n text-transform: capitalize;\n}\n.leading-none {\n line-height: 1;\n}\n.leading-normal {\n line-height: 1.5;\n}\n.leading-tight {\n line-height: 1.25;\n}\n.text-button-identifier-fg-default {\n color: var(--button-identifier-fg-default, #0f172a);\n}\n.text-button-identifier-fg-subtle {\n color: var(--button-identifier-fg-subtle, #334155);\n}\n.text-button-primary-fg-default {\n color: var(--button-primary-fg-default, #ffffff);\n}\n.text-button-secondary-fg-default {\n color: var(--button-secondary-fg-default, #0f172a);\n}\n.text-dialog-fg-default {\n color: var(--dialog-fg-default, #0f172a);\n}\n.text-dialog-fg-mute {\n color: var(--dialog-fg-mute, #64748b);\n}\n.text-dialog-fg-subtle {\n color: var(--dialog-fg-subtle, #334155);\n}\n.text-forms-fg-default {\n color: var(--forms-fg-default, #0f172a);\n}\n.text-forms-fg-error {\n color: var(--forms-fg-error, #ef4444);\n}\n.text-forms-fg-mute {\n color: var(--forms-fg-mute, #64748b);\n}\n.text-forms-fg-success {\n color: var(--forms-fg-success, #22c55e);\n}\n.text-links-link-default {\n color: var(--links-link-default, #4f46e5);\n}\n.text-links-link-mute-default {\n color: var(--links-link-mute-default, #64748b);\n}\n.antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n.mix-blend-multiply {\n mix-blend-mode: multiply;\n}\n.outline-none {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.ring-1 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n.ring-2 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n.ring-inset {\n --tw-ring-inset: inset;\n}\n.ring-button-primary-border-default {\n --tw-ring-color: var(--button-primary-border-default, #ffffff00);\n}\n.ring-button-secondary-border-default {\n --tw-ring-color: var(--button-secondary-border-default, #e2e8f0);\n}\n.ring-dialog-border-default {\n --tw-ring-color: var(--dialog-border-default, #e2e8f0);\n}\n.ring-forms-border-default {\n --tw-ring-color: var(--forms-border-default, #e2e8f0);\n}\n.filter {\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n.transition-all {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.duration-100 {\n transition-duration: 100ms;\n}\n.ease-linear {\n transition-timing-function: linear;\n}\n.first\\:border-0:first-child {\n border-width: 0px;\n}\n.hover\\:border-button-identifier-border-hover:hover {\n border-color: var(--button-identifier-border-hover, #e2e8f0);\n}\n.hover\\:border-button-social-border-hover:hover {\n border-color: var(--button-social-border-hover, #e2e8f0);\n}\n.hover\\:border-forms-border-hover:hover {\n border-color: var(--forms-border-hover, #e2e8f0);\n}\n.hover\\:bg-button-identifier-bg-hover:hover {\n background-color: var(--button-identifier-bg-hover, #f8fafc);\n}\n.hover\\:bg-button-primary-bg-hover:hover {\n background-color: var(--button-primary-bg-hover, #0f172a);\n}\n.hover\\:bg-button-secondary-bg-hover:hover {\n background-color: var(--button-secondary-bg-hover, #f8fafc);\n}\n.hover\\:bg-forms-bg-hover:hover {\n background-color: var(--forms-bg-hover, #f8fafc);\n}\n.hover\\:text-button-primary-fg-hover:hover {\n color: var(--button-primary-fg-hover, #ffffff);\n}\n.hover\\:text-button-secondary-fg-hover:hover {\n color: var(--button-secondary-fg-hover, #334155);\n}\n.hover\\:text-links-link-hover:hover {\n color: var(--links-link-hover, #0f172a);\n}\n.hover\\:text-links-link-mute-hover:hover {\n color: var(--links-link-mute-hover, #0f172a);\n}\n.hover\\:underline:hover {\n text-decoration-line: underline;\n}\n.hover\\:ring-button-primary-border-hover:hover {\n --tw-ring-color: var(--button-primary-border-hover, #ffffff00);\n}\n.hover\\:ring-button-secondary-border-hover:hover {\n --tw-ring-color: var(--button-secondary-border-hover, #e2e8f0);\n}\n.disabled\\:cursor-not-allowed:disabled {\n cursor: not-allowed;\n}\n.disabled\\:bg-button-primary-bg-disabled:disabled {\n background-color: var(--button-primary-bg-disabled, #64748b);\n}\n.disabled\\:bg-button-secondary-bg-disabled:disabled {\n background-color: var(--button-secondary-bg-disabled, #f8fafc);\n}\n.disabled\\:bg-forms-bg-disabled:disabled {\n background-color: var(--forms-bg-disabled, #f8fafc);\n}\n.disabled\\:text-button-primary-fg-disabled:disabled {\n color: var(--button-primary-fg-disabled, #94a3b8);\n}\n.disabled\\:text-button-secondary-fg-disabled:disabled {\n color: var(--button-secondary-fg-disabled, #94a3b8);\n}\n.disabled\\:text-forms-fg-disabled:disabled {\n color: var(--forms-fg-disabled, #94a3b8);\n}\n.disabled\\:ring-button-primary-border-disabled:disabled {\n --tw-ring-color: var(--button-primary-border-disabled, #ffffff00);\n}\n.disabled\\:ring-button-secondary-border-disabled:disabled {\n --tw-ring-color: var(--button-secondary-border-disabled, #e2e8f0);\n}\n.disabled\\:hover\\:bg-button-primary-bg-default:hover:disabled {\n background-color: var(--button-primary-bg-default, #1e293b);\n}\n.peer:checked ~ .peer-checked\\:block {\n display: block;\n}\n.has-\\[\\:disabled\\]\\:opacity-50:has(:disabled) {\n opacity: 0.5;\n}\n.data-\\[disabled\\]\\:pointer-events-none[data-disabled] {\n pointer-events: none;\n}\n.data-\\[disabled\\]\\:border-button-secondary-border-disabled[data-disabled] {\n border-color: var(--button-secondary-border-disabled, #e2e8f0);\n}\n.data-\\[disabled\\]\\:bg-button-secondary-bg-disabled[data-disabled] {\n background-color: var(--button-secondary-bg-disabled, #f8fafc);\n}\n.data-\\[disabled\\]\\:text-button-secondary-fg-disabled[data-disabled] {\n color: var(--button-secondary-fg-disabled, #94a3b8);\n}\n.loading\\:cursor-wait[data-loading=true] {\n cursor: wait;\n}\n.loading\\:bg-button-primary-bg-default[data-loading=true] {\n background-color: var(--button-primary-bg-default, #1e293b);\n}\n.loading\\:bg-button-secondary-bg-default[data-loading=true] {\n background-color: var(--button-secondary-bg-default, #ffffff);\n}\n.loading\\:text-button-primary-fg-default[data-loading=true] {\n color: var(--button-primary-fg-default, #ffffff);\n}\n.loading\\:text-button-secondary-fg-default[data-loading=true] {\n color: var(--button-secondary-fg-default, #0f172a);\n}\n.loading\\:ring-button-primary-border-default[data-loading=true] {\n --tw-ring-color: var(--button-primary-border-default, #ffffff00);\n}\n.loading\\:ring-button-secondary-border-default[data-loading=true] {\n --tw-ring-color: var(--button-secondary-border-default, #e2e8f0);\n}\n.loading\\:before\\:pointer-events-none[data-loading=true]::before {\n content: var(--tw-content);\n pointer-events: none;\n}\n.loading\\:before\\:absolute[data-loading=true]::before {\n content: var(--tw-content);\n position: absolute;\n}\n.loading\\:before\\:inset-0[data-loading=true]::before {\n content: var(--tw-content);\n inset: 0px;\n}\n.loading\\:before\\:bg-button-primary-bg-default[data-loading=true]::before {\n content: var(--tw-content);\n background-color: var(--button-primary-bg-default, #1e293b);\n}\n.loading\\:before\\:bg-button-secondary-bg-default[data-loading=true]::before {\n content: var(--tw-content);\n background-color: var(--button-secondary-bg-default, #ffffff);\n}\n.loading\\:before\\:opacity-80[data-loading=true]::before {\n content: var(--tw-content);\n opacity: 0.8;\n}\n.loading\\:before\\:content-\\[\\'\\'\\][data-loading=true]::before {\n --tw-content: '';\n content: var(--tw-content);\n}\n@media not all and (min-width: 768px) {\n\n .max-md\\:bottom-0 {\n bottom: 0px;\n }\n\n .max-md\\:left-8 {\n left: 2rem;\n }\n\n .max-md\\:hidden {\n display: none;\n }\n\n .max-md\\:translate-y-full {\n --tw-translate-y: 100%;\n 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));\n }\n\n .max-md\\:rounded-b-md {\n border-bottom-right-radius: 0.375rem;\n border-bottom-left-radius: 0.375rem;\n }\n\n .max-md\\:py-3 {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n }\n}\n@media (min-width: 768px) {\n\n .md\\:right-0 {\n right: 0px;\n }\n\n .md\\:top-8 {\n top: 2rem;\n }\n\n .md\\:hidden {\n display: none;\n }\n\n .md\\:h-12 {\n height: 3rem;\n }\n\n .md\\:w-14 {\n width: 3.5rem;\n }\n\n .md\\:w-\\[480px\\] {\n width: 480px;\n }\n\n .md\\:w-\\[712px\\] {\n width: 712px;\n }\n\n .md\\:max-w-\\[480px\\] {\n max-width: 480px;\n }\n\n .md\\:translate-x-full {\n --tw-translate-x: 100%;\n 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));\n }\n\n .md\\:grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n }\n\n .md\\:rounded-r-md {\n border-top-right-radius: 0.375rem;\n border-bottom-right-radius: 0.375rem;\n }\n\n .md\\:px-12 {\n padding-left: 3rem;\n padding-right: 3rem;\n }\n\n .md\\:px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n }\n\n .md\\:py-14 {\n padding-top: 3.5rem;\n padding-bottom: 3.5rem;\n }\n\n .md\\:py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n }\n}\n@media (min-width: 1024px) {\n\n .lg\\:w-\\[802px\\] {\n width: 802px;\n }\n\n .lg\\:py-4\\.5 {\n padding-top: 1.125rem;\n padding-bottom: 1.125rem;\n }\n}\n@media (min-width: 1280px) {\n\n .xl\\:w-\\[896px\\] {\n width: 896px;\n }\n}\n.\\[\\&\\>button\\]\\:w-\\[79px\\]>button {\n width: 79px;\n}\n.\\[\\&\\>span\\]\\:mr-auto>span {\n margin-right: auto;\n}\n"],"mappings":";AAUA;AACA;AACA;AACE,cAAY;AACZ,gBAAc;AACd,gBAAc;AACd,gBAAc;AAChB;AAEA;AACA;AACE,gBAAc;AAChB;AAYA;AACA;AACE,eAAa;AACb,4BAA0B;AAC1B,iBAAe;AACf,eAAa;AACV,YAAU;AACb,eAAa,WAAW,EAAE;AAC1B,yBAAuB;AACvB,2BAAyB;AACzB,+BAA6B;AAC/B;AAOA;AACE,UAAQ;AACR,eAAa;AACf;AAQA;AACE,UAAQ;AACR,SAAO;AACP,oBAAkB;AACpB;AAMA,IAAI,OAAO,CAAC;AACV,2BAAyB,UAAU;AAC3B,mBAAiB,UAAU;AACrC;AAMA;AACA;AACA;AACA;AACA;AACA;AACE,aAAW;AACX,eAAa;AACf;AAMA;AACE,SAAO;AACP,mBAAiB;AACnB;AAMA;AACA;AACE,eAAa;AACf;AASA;AACA;AACA;AACA;AACE;AAAA,IAAa,YAAY;AAAA,IAAE,cAAc;AAAA,IAAE,KAAK;AAAA,IAAE,MAAM;AAAA,IAAE,QAAQ;AAAA,IAAE,iBAAiB;AAAA,IAAE,aAAa;AAAA,IAAE;AACtG,yBAAuB;AACvB,2BAAyB;AACzB,aAAW;AACb;AAMA;AACE,aAAW;AACb;AAMA;AACA;AACE,aAAW;AACX,eAAa;AACb,YAAU;AACV,kBAAgB;AAClB;AAEA;AACE,UAAQ;AACV;AAEA;AACE,OAAK;AACP;AAQA;AACE,eAAa;AACb,gBAAc;AACd,mBAAiB;AACnB;AAQA;AACA;AACA;AACA;AACA;AACE,eAAa;AACb,yBAAuB;AACvB,2BAAyB;AACzB,aAAW;AACX,eAAa;AACb,eAAa;AACb,kBAAgB;AAChB,SAAO;AACP,UAAQ;AACR,WAAS;AACX;AAMA;AACA;AACE,kBAAgB;AAClB;AAOA;AACA,KAAK,OAAO,CAAC;AACb,KAAK,OAAO,CAAC;AACb,KAAK,OAAO,CAAC;AACX,sBAAoB;AACpB,oBAAkB;AAClB,oBAAkB;AACpB;AAMA;AACE,WAAS;AACX;AAMA;AACE,cAAY;AACd;AAMA;AACE,kBAAgB;AAClB;AAMA;AACA;AACE,UAAQ;AACV;AAOA,CAAC;AACC,sBAAoB;AACpB,kBAAgB;AAClB;AAMA;AACE,sBAAoB;AACtB;AAOA;AACE,sBAAoB;AACpB,QAAM;AACR;AAMA;AACE,WAAS;AACX;AAMA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACE,UAAQ;AACV;AAEA;AACE,UAAQ;AACR,WAAS;AACX;AAEA;AACE,WAAS;AACX;AAEA;AACA;AACA;AACE,cAAY;AACZ,UAAQ;AACR,WAAS;AACX;AAMA;AACE,WAAS;AACX;AAMA;AACE,UAAQ;AACV;AAOA,KAAK;AAAoB,QAAQ;AAC/B,WAAS;AACT,SAAO;AACT;AAEA,KAAK;AACL,QAAQ;AACN,WAAS;AACT,SAAO;AACT;AAMA;AACA,CAAC;AACC,UAAQ;AACV;AAMA;AACE,UAAQ;AACV;AAQA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACE,WAAS;AACT,kBAAgB;AAClB;AAMA;AACA;AACE,aAAW;AACX,UAAQ;AACV;AAIA,CAAC;AACC,WAAS;AACX;AAEA;AAAG;AAAU;AACX,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,IAAI,IAAI,IAAI,EAAE;AACnC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF;AAEA;AACE,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,IAAI,IAAI,IAAI,EAAE;AACnC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF;AACA,CAAC;AACC,SAAO;AACT;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GALD;AAMG,eAAW;AACb;AACF;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GAXD;AAYG,eAAW;AACb;AACF;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GAjBD;AAkBG,eAAW;AACb;AACF;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GAvBD;AAwBG,eAAW;AACb;AACF;AACA,OAAO,CAAC,SAAS,EAAE;AAEjB,GA7BD;AA8BG,eAAW;AACb;AACF;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,YAAU;AACZ;AACA,CAAC;AACC,YAAU;AACZ;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,eAAa,EAAE,EAAE;AACnB;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,eAAa;AACb,gBAAc;AAChB;AACA,CAAC;AACC,cAAY;AACZ,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AAChB;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,gBAAc,EAAE,EAAE;AACpB;AACA,CAAC;AACC,SAAO;AACP,UAAQ;AACV;AACA,CAAC;AACC,SAAO;AACP,UAAQ;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","names":[]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { OryCardContentProps, OryCardProps, OryFormRootProps, OryMessageContentProps,
|
|
2
|
+
import { OryCardContentProps, OryCardProps, OryFormRootProps, OryMessageContentProps, OryFlowComponentOverrides, OryFlowComponents, OryClientConfiguration } from '@ory/elements-react';
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { PropsWithChildren } from 'react';
|
|
5
5
|
import { FlowError, LoginFlow, RecoveryFlow, RegistrationFlow, SettingsFlow, VerificationFlow } from '@ory/client-fetch';
|
|
@@ -18,7 +18,7 @@ declare function DefaultFormContainer({ children, onSubmit, action, method, }: P
|
|
|
18
18
|
declare function DefaultMessageContainer({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element | null;
|
|
19
19
|
declare function DefaultMessage({ message }: OryMessageContentProps): react_jsx_runtime.JSX.Element;
|
|
20
20
|
|
|
21
|
-
declare
|
|
21
|
+
declare function getOryComponents(overrides?: OryFlowComponentOverrides): OryFlowComponents;
|
|
22
22
|
|
|
23
23
|
type ErrorFlowContextProps = {
|
|
24
24
|
error: FlowError;
|
|
@@ -62,4 +62,4 @@ type VerificationFlowContextProps = {
|
|
|
62
62
|
};
|
|
63
63
|
declare function Verification({ flow, config, children, components: flowOverrideComponents, }: PropsWithChildren<VerificationFlowContextProps>): react_jsx_runtime.JSX.Element;
|
|
64
64
|
|
|
65
|
-
export { DefaultCard, DefaultCardContent, DefaultCardFooter, DefaultCardHeader, DefaultCardLogo, DefaultFormContainer, DefaultMessage, DefaultMessageContainer, Error, type ErrorFlowContextProps, Login, type LoginFlowContextProps,
|
|
65
|
+
export { DefaultCard, DefaultCardContent, DefaultCardFooter, DefaultCardHeader, DefaultCardLogo, DefaultFormContainer, DefaultMessage, DefaultMessageContainer, Error, type ErrorFlowContextProps, Login, type LoginFlowContextProps, Recovery, type RecoveryFlowContextProps, Registration, Settings, type SettingsFlowContextProps, Verification, type VerificationFlowContextProps, getOryComponents };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { OryCardContentProps, OryCardProps, OryFormRootProps, OryMessageContentProps,
|
|
2
|
+
import { OryCardContentProps, OryCardProps, OryFormRootProps, OryMessageContentProps, OryFlowComponentOverrides, OryFlowComponents, OryClientConfiguration } from '@ory/elements-react';
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { PropsWithChildren } from 'react';
|
|
5
5
|
import { FlowError, LoginFlow, RecoveryFlow, RegistrationFlow, SettingsFlow, VerificationFlow } from '@ory/client-fetch';
|
|
@@ -18,7 +18,7 @@ declare function DefaultFormContainer({ children, onSubmit, action, method, }: P
|
|
|
18
18
|
declare function DefaultMessageContainer({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element | null;
|
|
19
19
|
declare function DefaultMessage({ message }: OryMessageContentProps): react_jsx_runtime.JSX.Element;
|
|
20
20
|
|
|
21
|
-
declare
|
|
21
|
+
declare function getOryComponents(overrides?: OryFlowComponentOverrides): OryFlowComponents;
|
|
22
22
|
|
|
23
23
|
type ErrorFlowContextProps = {
|
|
24
24
|
error: FlowError;
|
|
@@ -62,4 +62,4 @@ type VerificationFlowContextProps = {
|
|
|
62
62
|
};
|
|
63
63
|
declare function Verification({ flow, config, children, components: flowOverrideComponents, }: PropsWithChildren<VerificationFlowContextProps>): react_jsx_runtime.JSX.Element;
|
|
64
64
|
|
|
65
|
-
export { DefaultCard, DefaultCardContent, DefaultCardFooter, DefaultCardHeader, DefaultCardLogo, DefaultFormContainer, DefaultMessage, DefaultMessageContainer, Error, type ErrorFlowContextProps, Login, type LoginFlowContextProps,
|
|
65
|
+
export { DefaultCard, DefaultCardContent, DefaultCardFooter, DefaultCardHeader, DefaultCardLogo, DefaultFormContainer, DefaultMessage, DefaultMessageContainer, Error, type ErrorFlowContextProps, Login, type LoginFlowContextProps, Recovery, type RecoveryFlowContextProps, Registration, Settings, type SettingsFlowContextProps, Verification, type VerificationFlowContextProps, getOryComponents };
|
|
@@ -41,11 +41,11 @@ __export(default_exports, {
|
|
|
41
41
|
DefaultMessageContainer: () => DefaultMessageContainer,
|
|
42
42
|
Error: () => Error2,
|
|
43
43
|
Login: () => Login,
|
|
44
|
-
OryDefaultComponents: () => OryDefaultComponents,
|
|
45
44
|
Recovery: () => Recovery,
|
|
46
45
|
Registration: () => Registration,
|
|
47
46
|
Settings: () => Settings,
|
|
48
|
-
Verification: () => Verification
|
|
47
|
+
Verification: () => Verification,
|
|
48
|
+
getOryComponents: () => getOryComponents
|
|
49
49
|
});
|
|
50
50
|
module.exports = __toCommonJS(default_exports);
|
|
51
51
|
|
|
@@ -884,6 +884,7 @@ var DefaultInput = ({
|
|
|
884
884
|
const { register } = (0, import_react_hook_form3.useFormContext)();
|
|
885
885
|
const { value, autocomplete, name, maxlength, ...rest } = attributes;
|
|
886
886
|
const intl = (0, import_react_intl8.useIntl)();
|
|
887
|
+
const { flowType } = (0, import_elements_react8.useOryFlow)();
|
|
887
888
|
const formattedLabel = label ? intl.formatMessage(
|
|
888
889
|
{
|
|
889
890
|
id: "input.placeholder",
|
|
@@ -901,7 +902,12 @@ var DefaultInput = ({
|
|
|
901
902
|
maxLength: maxlength,
|
|
902
903
|
autoComplete: autocomplete,
|
|
903
904
|
placeholder: formattedLabel,
|
|
904
|
-
className:
|
|
905
|
+
className: cn(
|
|
906
|
+
"antialiased disabled:text-forms-fg-disabled disabled:bg-forms-bg-disabled bg-forms-bg-default rounded-border-radius-forms border border-forms-border-default leading-tight hover:border-forms-border-hover transition-colors text-sm",
|
|
907
|
+
"px-3 py-2.5",
|
|
908
|
+
// The settings flow input fields are supposed to be dense, so we don't need the extra padding we want on the user flows.
|
|
909
|
+
flowType === import_client_fetch6.FlowType.Settings ? "max-w-[488px]" : "md:px-4 md:py-4"
|
|
910
|
+
),
|
|
905
911
|
...register(name, { value })
|
|
906
912
|
}
|
|
907
913
|
);
|
|
@@ -1594,6 +1600,7 @@ function DefaultSettingsTotp(props) {
|
|
|
1594
1600
|
}
|
|
1595
1601
|
|
|
1596
1602
|
// src/theme/default/components/settings/settings-oidc.tsx
|
|
1603
|
+
var import_react_hook_form5 = require("react-hook-form");
|
|
1597
1604
|
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1598
1605
|
function DefaultSettingsOidc({
|
|
1599
1606
|
linkButtons,
|
|
@@ -1601,6 +1608,7 @@ function DefaultSettingsOidc({
|
|
|
1601
1608
|
}) {
|
|
1602
1609
|
const hasLinkButtons = linkButtons.length > 0;
|
|
1603
1610
|
const hasUnlinkButtons = unlinkButtons.length > 0;
|
|
1611
|
+
const { setValue } = (0, import_react_hook_form5.useFormContext)();
|
|
1604
1612
|
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "flex flex-col gap-8", children: [
|
|
1605
1613
|
hasLinkButtons && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "flex gap-3 items-start [&>button]:w-[79px]", children: linkButtons.map((button) => {
|
|
1606
1614
|
const attrs = button.attributes;
|
|
@@ -1609,7 +1617,11 @@ function DefaultSettingsOidc({
|
|
|
1609
1617
|
{
|
|
1610
1618
|
showLabel: false,
|
|
1611
1619
|
node: button,
|
|
1612
|
-
attributes: attrs
|
|
1620
|
+
attributes: attrs,
|
|
1621
|
+
onClick: () => {
|
|
1622
|
+
setValue("link", attrs.value);
|
|
1623
|
+
setValue("method", "oidc");
|
|
1624
|
+
}
|
|
1613
1625
|
},
|
|
1614
1626
|
attrs.value
|
|
1615
1627
|
);
|
|
@@ -1619,13 +1631,24 @@ function DefaultSettingsOidc({
|
|
|
1619
1631
|
var _a, _b;
|
|
1620
1632
|
const attrs = button.attributes;
|
|
1621
1633
|
const provider = (_b = extractProvider((_a = button.meta.label) == null ? void 0 : _a.context)) != null ? _b : "";
|
|
1622
|
-
const Logo = provider_logos_default[attrs.value];
|
|
1634
|
+
const Logo = attrs.value in provider_logos_default ? provider_logos_default[attrs.value] : provider_logos_default.generic;
|
|
1623
1635
|
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "flex justify-between", children: [
|
|
1624
1636
|
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "flex gap-6 items-center", children: [
|
|
1625
1637
|
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Logo, { size: 32 }),
|
|
1626
1638
|
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("p", { className: "text-dialog-fg-subtle text-sm font-medium", children: provider })
|
|
1627
1639
|
] }),
|
|
1628
|
-
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1640
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1641
|
+
"button",
|
|
1642
|
+
{
|
|
1643
|
+
...attrs,
|
|
1644
|
+
type: "submit",
|
|
1645
|
+
onClick: () => {
|
|
1646
|
+
setValue("unlink", attrs.value);
|
|
1647
|
+
setValue("method", "oidc");
|
|
1648
|
+
},
|
|
1649
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(trash_default, { className: "cursor-pointer text-links-link-mute-default hover:text-links-link-mute-hover" })
|
|
1650
|
+
}
|
|
1651
|
+
)
|
|
1629
1652
|
] }, attrs.value);
|
|
1630
1653
|
})
|
|
1631
1654
|
] });
|
|
@@ -1967,10 +1990,11 @@ var UserMenu = ({ session }) => {
|
|
|
1967
1990
|
};
|
|
1968
1991
|
|
|
1969
1992
|
// src/theme/default/components/generic/page-header.tsx
|
|
1993
|
+
var import_client2 = require("@ory/elements-react/client");
|
|
1970
1994
|
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
1971
1995
|
var DefaultPageHeader = (_props) => {
|
|
1972
1996
|
const { Card } = (0, import_elements_react14.useComponents)();
|
|
1973
|
-
const { session } = (0,
|
|
1997
|
+
const { session } = (0, import_client2.useSession)();
|
|
1974
1998
|
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "flex max-w-[896px] flex-col w-full gap-3 mt-16", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "flex flex-col gap-12", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "flex gap-2 max-h-10 justify-between flex-1", children: [
|
|
1975
1999
|
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "h-10 flex-1 relative", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Card.Logo, {}) }),
|
|
1976
2000
|
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(UserMenu, { session })
|
|
@@ -1978,49 +2002,52 @@ var DefaultPageHeader = (_props) => {
|
|
|
1978
2002
|
};
|
|
1979
2003
|
|
|
1980
2004
|
// src/theme/default/components/default-components.tsx
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2005
|
+
function getOryComponents(overrides) {
|
|
2006
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha;
|
|
2007
|
+
return {
|
|
2008
|
+
Card: {
|
|
2009
|
+
Root: (_b = (_a = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _a.Root) != null ? _b : DefaultCard,
|
|
2010
|
+
Footer: (_d = (_c = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _c.Footer) != null ? _d : DefaultCardFooter,
|
|
2011
|
+
Header: (_f = (_e = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _e.Header) != null ? _f : DefaultCardHeader,
|
|
2012
|
+
Content: (_h = (_g = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _g.Content) != null ? _h : DefaultCardContent,
|
|
2013
|
+
Logo: (_j = (_i = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _i.Logo) != null ? _j : DefaultCardLogo,
|
|
2014
|
+
Divider: (_l = (_k = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _k.Divider) != null ? _l : DefaultHorizontalDivider,
|
|
2015
|
+
AuthMethodListItem: (_n = (_m = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _m.AuthMethodListItem) != null ? _n : DefaultAuthMethodListItem,
|
|
2016
|
+
SettingsSection: (_p = (_o = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _o.SettingsSection) != null ? _p : DefaultFormSection,
|
|
2017
|
+
SettingsSectionContent: (_r = (_q = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _q.SettingsSectionContent) != null ? _r : DefaultFormSectionContent,
|
|
2018
|
+
SettingsSectionFooter: (_t = (_s = overrides == null ? void 0 : overrides.Card) == null ? void 0 : _s.SettingsSectionFooter) != null ? _t : DefaultFormSectionFooter
|
|
2019
|
+
},
|
|
2020
|
+
Node: {
|
|
2021
|
+
Button: (_v = (_u = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _u.Button) != null ? _v : DefaultButton,
|
|
2022
|
+
OidcButton: (_x = (_w = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _w.OidcButton) != null ? _x : DefaultButtonSocial,
|
|
2023
|
+
CurrentIdentifierButton: (_z = (_y = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _y.CurrentIdentifierButton) != null ? _z : DefaultCurrentIdentifierButton,
|
|
2024
|
+
Input: (_B = (_A = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _A.Input) != null ? _B : DefaultInput,
|
|
2025
|
+
CodeInput: (_D = (_C = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _C.CodeInput) != null ? _D : DefaultPinCodeInput,
|
|
2026
|
+
Image: (_F = (_E = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _E.Image) != null ? _F : DefaultImage,
|
|
2027
|
+
Label: (_H = (_G = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _G.Label) != null ? _H : DefaultLabel,
|
|
2028
|
+
Checkbox: (_J = (_I = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _I.Checkbox) != null ? _J : DefaultCheckbox,
|
|
2029
|
+
Text: (_L = (_K = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _K.Text) != null ? _L : DefaultText,
|
|
2030
|
+
Anchor: (_N = (_M = overrides == null ? void 0 : overrides.Node) == null ? void 0 : _M.Anchor) != null ? _N : DefaultLinkButton
|
|
2031
|
+
},
|
|
2032
|
+
Form: {
|
|
2033
|
+
Root: (_P = (_O = overrides == null ? void 0 : overrides.Form) == null ? void 0 : _O.Root) != null ? _P : DefaultFormContainer,
|
|
2034
|
+
Group: (_R = (_Q = overrides == null ? void 0 : overrides.Form) == null ? void 0 : _Q.Group) != null ? _R : DefaultGroupContainer,
|
|
2035
|
+
OidcRoot: (_T = (_S = overrides == null ? void 0 : overrides.Form) == null ? void 0 : _S.OidcRoot) != null ? _T : DefaultSocialButtonContainer,
|
|
2036
|
+
RecoveryCodesSettings: (_V = (_U = overrides == null ? void 0 : overrides.Form) == null ? void 0 : _U.RecoveryCodesSettings) != null ? _V : DefaultSettingsRecoveryCodes,
|
|
2037
|
+
TotpSettings: (_X = (_W = overrides == null ? void 0 : overrides.Form) == null ? void 0 : _W.TotpSettings) != null ? _X : DefaultSettingsTotp,
|
|
2038
|
+
OidcSettings: (_Z = (_Y = overrides == null ? void 0 : overrides.Form) == null ? void 0 : _Y.OidcSettings) != null ? _Z : DefaultSettingsOidc,
|
|
2039
|
+
WebauthnSettings: (_$ = (__ = overrides == null ? void 0 : overrides.Form) == null ? void 0 : __.WebauthnSettings) != null ? _$ : DefaultSettingsWebauthn,
|
|
2040
|
+
PasskeySettings: (_ba = (_aa = overrides == null ? void 0 : overrides.Form) == null ? void 0 : _aa.PasskeySettings) != null ? _ba : DefaultSettingsPasskey
|
|
2041
|
+
},
|
|
2042
|
+
Message: {
|
|
2043
|
+
Root: (_da = (_ca = overrides == null ? void 0 : overrides.Message) == null ? void 0 : _ca.Root) != null ? _da : DefaultMessageContainer,
|
|
2044
|
+
Content: (_fa = (_ea = overrides == null ? void 0 : overrides.Message) == null ? void 0 : _ea.Content) != null ? _fa : DefaultMessage
|
|
2045
|
+
},
|
|
2046
|
+
Page: {
|
|
2047
|
+
Header: (_ha = (_ga = overrides == null ? void 0 : overrides.Page) == null ? void 0 : _ga.Header) != null ? _ha : DefaultPageHeader
|
|
2048
|
+
}
|
|
2049
|
+
};
|
|
2050
|
+
}
|
|
2024
2051
|
|
|
2025
2052
|
// src/theme/default/flows/error.tsx
|
|
2026
2053
|
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
@@ -2034,7 +2061,6 @@ function Error2({
|
|
|
2034
2061
|
// src/theme/default/flows/login.tsx
|
|
2035
2062
|
var import_client_fetch10 = require("@ory/client-fetch");
|
|
2036
2063
|
var import_elements_react15 = require("@ory/elements-react");
|
|
2037
|
-
var import_lodash = __toESM(require("lodash.merge"));
|
|
2038
2064
|
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
2039
2065
|
function Login({
|
|
2040
2066
|
flow,
|
|
@@ -2042,7 +2068,7 @@ function Login({
|
|
|
2042
2068
|
children,
|
|
2043
2069
|
components: flowOverrideComponents
|
|
2044
2070
|
}) {
|
|
2045
|
-
const components =
|
|
2071
|
+
const components = getOryComponents(flowOverrideComponents);
|
|
2046
2072
|
return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2047
2073
|
import_elements_react15.OryProvider,
|
|
2048
2074
|
{
|
|
@@ -2058,7 +2084,6 @@ function Login({
|
|
|
2058
2084
|
// src/theme/default/flows/recovery.tsx
|
|
2059
2085
|
var import_client_fetch11 = require("@ory/client-fetch");
|
|
2060
2086
|
var import_elements_react16 = require("@ory/elements-react");
|
|
2061
|
-
var import_lodash2 = __toESM(require("lodash.merge"));
|
|
2062
2087
|
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
2063
2088
|
function Recovery({
|
|
2064
2089
|
flow,
|
|
@@ -2066,7 +2091,7 @@ function Recovery({
|
|
|
2066
2091
|
children,
|
|
2067
2092
|
components: flowOverrideComponents
|
|
2068
2093
|
}) {
|
|
2069
|
-
const components =
|
|
2094
|
+
const components = getOryComponents(flowOverrideComponents);
|
|
2070
2095
|
return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2071
2096
|
import_elements_react16.OryProvider,
|
|
2072
2097
|
{
|
|
@@ -2082,7 +2107,6 @@ function Recovery({
|
|
|
2082
2107
|
// src/theme/default/flows/registration.tsx
|
|
2083
2108
|
var import_client_fetch12 = require("@ory/client-fetch");
|
|
2084
2109
|
var import_elements_react17 = require("@ory/elements-react");
|
|
2085
|
-
var import_lodash3 = __toESM(require("lodash.merge"));
|
|
2086
2110
|
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
2087
2111
|
function Registration({
|
|
2088
2112
|
flow,
|
|
@@ -2090,7 +2114,7 @@ function Registration({
|
|
|
2090
2114
|
components: flowOverrideComponents,
|
|
2091
2115
|
config
|
|
2092
2116
|
}) {
|
|
2093
|
-
const components =
|
|
2117
|
+
const components = getOryComponents(flowOverrideComponents);
|
|
2094
2118
|
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2095
2119
|
import_elements_react17.OryProvider,
|
|
2096
2120
|
{
|
|
@@ -2106,7 +2130,6 @@ function Registration({
|
|
|
2106
2130
|
// src/theme/default/flows/settings.tsx
|
|
2107
2131
|
var import_client_fetch13 = require("@ory/client-fetch");
|
|
2108
2132
|
var import_elements_react18 = require("@ory/elements-react");
|
|
2109
|
-
var import_lodash4 = __toESM(require("lodash.merge"));
|
|
2110
2133
|
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
2111
2134
|
function Settings({
|
|
2112
2135
|
flow,
|
|
@@ -2114,7 +2137,7 @@ function Settings({
|
|
|
2114
2137
|
children,
|
|
2115
2138
|
components: flowOverrideComponents
|
|
2116
2139
|
}) {
|
|
2117
|
-
const components =
|
|
2140
|
+
const components = getOryComponents(flowOverrideComponents);
|
|
2118
2141
|
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2119
2142
|
import_elements_react18.OryProvider,
|
|
2120
2143
|
{
|
|
@@ -2133,7 +2156,6 @@ function Settings({
|
|
|
2133
2156
|
// src/theme/default/flows/verification.tsx
|
|
2134
2157
|
var import_client_fetch14 = require("@ory/client-fetch");
|
|
2135
2158
|
var import_elements_react19 = require("@ory/elements-react");
|
|
2136
|
-
var import_lodash5 = __toESM(require("lodash.merge"));
|
|
2137
2159
|
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
2138
2160
|
function Verification({
|
|
2139
2161
|
flow,
|
|
@@ -2141,7 +2163,7 @@ function Verification({
|
|
|
2141
2163
|
children,
|
|
2142
2164
|
components: flowOverrideComponents
|
|
2143
2165
|
}) {
|
|
2144
|
-
const components =
|
|
2166
|
+
const components = getOryComponents(flowOverrideComponents);
|
|
2145
2167
|
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2146
2168
|
import_elements_react19.OryProvider,
|
|
2147
2169
|
{
|
|
@@ -2165,10 +2187,10 @@ function Verification({
|
|
|
2165
2187
|
DefaultMessageContainer,
|
|
2166
2188
|
Error,
|
|
2167
2189
|
Login,
|
|
2168
|
-
OryDefaultComponents,
|
|
2169
2190
|
Recovery,
|
|
2170
2191
|
Registration,
|
|
2171
2192
|
Settings,
|
|
2172
|
-
Verification
|
|
2193
|
+
Verification,
|
|
2194
|
+
getOryComponents
|
|
2173
2195
|
});
|
|
2174
2196
|
//# sourceMappingURL=index.js.map
|