@miden-npm/react 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +158 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +164 -34
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -332,6 +332,9 @@ video {
|
|
|
332
332
|
[hidden]:where(:not([hidden=until-found])) {
|
|
333
333
|
display: none;
|
|
334
334
|
}
|
|
335
|
+
.fixed {
|
|
336
|
+
position: fixed !important;
|
|
337
|
+
}
|
|
335
338
|
.absolute {
|
|
336
339
|
position: absolute !important;
|
|
337
340
|
}
|
|
@@ -341,6 +344,9 @@ video {
|
|
|
341
344
|
.inset-0 {
|
|
342
345
|
inset: 0px !important;
|
|
343
346
|
}
|
|
347
|
+
.z-50 {
|
|
348
|
+
z-index: 50 !important;
|
|
349
|
+
}
|
|
344
350
|
.col-span-1 {
|
|
345
351
|
grid-column: span 1 / span 1 !important;
|
|
346
352
|
}
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/styles.css"],"sourcesContent":["*, ::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(59 130 246 / 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(59 130 246 / 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! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com\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: #e5e7eb; /* 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: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; /* 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*/\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: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[hidden]:where(:not([hidden=\"until-found\"])) {\n display: none;\n}\n.absolute {\n position: absolute !important;\n}\n.relative {\n position: relative !important;\n}\n.inset-0 {\n inset: 0px !important;\n}\n.col-span-1 {\n grid-column: span 1 / span 1 !important;\n}\n.col-span-2 {\n grid-column: span 2 / span 2 !important;\n}\n.col-span-3 {\n grid-column: span 3 / span 3 !important;\n}\n.mx-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n}\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n.mb-0 {\n margin-bottom: 0px !important;\n}\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n.mt-6 {\n margin-top: 1.5rem !important;\n}\n.block {\n display: block !important;\n}\n.inline-block {\n display: inline-block !important;\n}\n.flex {\n display: flex !important;\n}\n.grid {\n display: grid !important;\n}\n.hidden {\n display: none !important;\n}\n.h-12 {\n height: 3rem !important;\n}\n.h-2 {\n height: 0.5rem !important;\n}\n.h-4 {\n height: 1rem !important;\n}\n.h-full {\n height: 100% !important;\n}\n.h-screen {\n height: 100vh !important;\n}\n.max-h-\\[32rem\\] {\n max-height: 32rem !important;\n}\n.w-1\\/2 {\n width: 50% !important;\n}\n.w-1\\/3 {\n width: 33.333333% !important;\n}\n.w-2 {\n width: 0.5rem !important;\n}\n.w-2\\/3 {\n width: 66.666667% !important;\n}\n.w-24 {\n width: 6rem !important;\n}\n.w-4 {\n width: 1rem !important;\n}\n.w-full {\n width: 100% !important;\n}\n.max-w-\\[18rem\\] {\n max-width: 18rem !important;\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)) !important;\n}\n@keyframes spin {\n\n to {\n transform: rotate(360deg);\n }\n}\n.animate-spin {\n animation: spin 1s linear infinite !important;\n}\n.cursor-not-allowed {\n cursor: not-allowed !important;\n}\n.cursor-pointer {\n cursor: pointer !important;\n}\n.grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr)) !important;\n}\n.grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n}\n.grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr)) !important;\n}\n.flex-row {\n flex-direction: row !important;\n}\n.flex-col {\n flex-direction: column !important;\n}\n.place-items-center {\n place-items: center !important;\n}\n.items-end {\n align-items: flex-end !important;\n}\n.items-center {\n align-items: center !important;\n}\n.justify-center {\n justify-content: center !important;\n}\n.justify-between {\n justify-content: space-between !important;\n}\n.gap-1 {\n gap: 0.25rem !important;\n}\n.gap-10 {\n gap: 2.5rem !important;\n}\n.gap-2 {\n gap: 0.5rem !important;\n}\n.gap-3 {\n gap: 0.75rem !important;\n}\n.gap-4 {\n gap: 1rem !important;\n}\n.gap-5 {\n gap: 1.25rem !important;\n}\n.gap-6 {\n gap: 1.5rem !important;\n}\n.gap-8 {\n gap: 2rem !important;\n}\n.self-start {\n align-self: flex-start !important;\n}\n.overflow-y-auto {\n overflow-y: auto !important;\n}\n.overflow-y-scroll {\n overflow-y: scroll !important;\n}\n.truncate {\n overflow: hidden !important;\n text-overflow: ellipsis !important;\n white-space: nowrap !important;\n}\n.break-words {\n overflow-wrap: break-word !important;\n}\n.rounded {\n border-radius: 0.25rem !important;\n}\n.rounded-2xl {\n border-radius: 1rem !important;\n}\n.rounded-full {\n border-radius: 9999px !important;\n}\n.rounded-lg {\n border-radius: 0.5rem !important;\n}\n.rounded-md {\n border-radius: 0.375rem !important;\n}\n.rounded-xl {\n border-radius: 0.75rem !important;\n}\n.rounded-l-xl {\n border-top-left-radius: 0.75rem !important;\n border-bottom-left-radius: 0.75rem !important;\n}\n.border {\n border-width: 1px !important;\n}\n.border-2 {\n border-width: 2px !important;\n}\n.border-b {\n border-bottom-width: 1px !important;\n}\n.border-r-4 {\n border-right-width: 4px !important;\n}\n.border-none {\n border-style: none !important;\n}\n.border-\\[\\#DAE4E8\\] {\n --tw-border-opacity: 1 !important;\n border-color: rgb(218 228 232 / var(--tw-border-opacity, 1)) !important;\n}\n.border-\\[\\#E1EBF5\\] {\n --tw-border-opacity: 1 !important;\n border-color: rgb(225 235 245 / var(--tw-border-opacity, 1)) !important;\n}\n.border-\\[\\#F0FAFF\\] {\n --tw-border-opacity: 1 !important;\n border-color: rgb(240 250 255 / var(--tw-border-opacity, 1)) !important;\n}\n.border-current {\n border-color: currentColor !important;\n}\n.border-gray-200 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;\n}\n.border-grey-100 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(225 235 245 / var(--tw-border-opacity, 1)) !important;\n}\n.border-grey-border {\n --tw-border-opacity: 1 !important;\n border-color: rgb(231 238 255 / var(--tw-border-opacity, 1)) !important;\n}\n.border-orange-500 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(244 122 31 / var(--tw-border-opacity, 1)) !important;\n}\n.border-primary {\n --tw-border-opacity: 1 !important;\n border-color: rgb(18 34 50 / var(--tw-border-opacity, 1)) !important;\n}\n.border-red-300 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;\n}\n.border-red-500 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;\n}\n.border-white {\n --tw-border-opacity: 1 !important;\n border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;\n}\n.border-t-transparent {\n border-top-color: transparent !important;\n}\n.bg-\\[\\#0A0032\\] {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(10 0 50 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-\\[\\#EFF7FF\\] {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(239 247 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-\\[\\#F8FDFF\\] {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(248 253 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-\\[\\#FAFDFF\\] {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(250 253 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-gray-100 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-gray-200 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-grey-100 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(225 235 245 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-grey-50 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 249 252 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-heading-text {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(24 45 65 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-light-white-50 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(254 255 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-off-white {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(248 253 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-orange-500 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(244 122 31 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-primary {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(18 34 50 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-primary-miden {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(10 0 50 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-red-50 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-red-500 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-transparent {\n background-color: transparent !important;\n}\n.bg-white {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-white\\/60 {\n background-color: rgb(255 255 255 / 0.6) !important;\n}\n.p-16 {\n padding: 4rem !important;\n}\n.p-4 {\n padding: 1rem !important;\n}\n.p-6 {\n padding: 1.5rem !important;\n}\n.px-10 {\n padding-left: 2.5rem !important;\n padding-right: 2.5rem !important;\n}\n.px-12 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n}\n.px-14 {\n padding-left: 3.5rem !important;\n padding-right: 3.5rem !important;\n}\n.px-3 {\n padding-left: 0.75rem !important;\n padding-right: 0.75rem !important;\n}\n.px-4 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n}\n.px-6 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n}\n.px-8 {\n padding-left: 2rem !important;\n padding-right: 2rem !important;\n}\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n.py-3 {\n padding-top: 0.75rem !important;\n padding-bottom: 0.75rem !important;\n}\n.py-4 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n.py-6 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n.py-8 {\n padding-top: 2rem !important;\n padding-bottom: 2rem !important;\n}\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n.pb-10 {\n padding-bottom: 2.5rem !important;\n}\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n.pb-4 {\n padding-bottom: 1rem !important;\n}\n.pb-8 {\n padding-bottom: 2rem !important;\n}\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n.pt-4 {\n padding-top: 1rem !important;\n}\n.text-center {\n text-align: center !important;\n}\n.text-right {\n text-align: right !important;\n}\n.text-body-2xs {\n font-size: 14px !important;\n line-height: 150% !important;\n letter-spacing: 0 !important;\n}\n.text-body-3xs {\n font-size: 12px !important;\n line-height: 150% !important;\n letter-spacing: 0 !important;\n}\n.text-body-4xs {\n font-size: 10px !important;\n line-height: 132% !important;\n letter-spacing: 0 !important;\n}\n.text-body-lg {\n font-size: 22px !important;\n line-height: 120% !important;\n letter-spacing: 0 !important;\n}\n.text-body-xs {\n font-size: 16px !important;\n line-height: 120% !important;\n letter-spacing: 0 !important;\n}\n.text-header-2xl {\n font-size: 40px !important;\n line-height: 150% !important;\n letter-spacing: 0 !important;\n}\n.font-extrabold {\n font-weight: 800 !important;\n}\n.font-medium {\n font-weight: 500 !important;\n}\n.font-normal {\n font-weight: 400 !important;\n}\n.font-semibold {\n font-weight: 600 !important;\n}\n.uppercase {\n text-transform: uppercase !important;\n}\n.lowercase {\n text-transform: lowercase !important;\n}\n.text-\\[\\#1383E8\\] {\n --tw-text-opacity: 1 !important;\n color: rgb(19 131 232 / var(--tw-text-opacity, 1)) !important;\n}\n.text-\\[\\#5F738C\\] {\n --tw-text-opacity: 1 !important;\n color: rgb(95 115 140 / var(--tw-text-opacity, 1)) !important;\n}\n.text-\\[\\#8FAECA\\] {\n --tw-text-opacity: 1 !important;\n color: rgb(143 174 202 / var(--tw-text-opacity, 1)) !important;\n}\n.text-gray-400 {\n --tw-text-opacity: 1 !important;\n color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;\n}\n.text-grey-500 {\n --tw-text-opacity: 1 !important;\n color: rgb(157 191 222 / var(--tw-text-opacity, 1)) !important;\n}\n.text-heading-text {\n --tw-text-opacity: 1 !important;\n color: rgb(24 45 65 / var(--tw-text-opacity, 1)) !important;\n}\n.text-input-grey {\n --tw-text-opacity: 1 !important;\n color: rgb(62 73 84 / var(--tw-text-opacity, 1)) !important;\n}\n.text-light-copy {\n --tw-text-opacity: 1 !important;\n color: rgb(85 117 145 / var(--tw-text-opacity, 1)) !important;\n}\n.text-light-white-100 {\n --tw-text-opacity: 1 !important;\n color: rgb(250 253 255 / var(--tw-text-opacity, 1)) !important;\n}\n.text-orange-500 {\n --tw-text-opacity: 1 !important;\n color: rgb(244 122 31 / var(--tw-text-opacity, 1)) !important;\n}\n.text-orange-required {\n --tw-text-opacity: 1 !important;\n color: rgb(246 149 76 / var(--tw-text-opacity, 1)) !important;\n}\n.text-primary {\n --tw-text-opacity: 1 !important;\n color: rgb(18 34 50 / var(--tw-text-opacity, 1)) !important;\n}\n.text-primary-black {\n --tw-text-opacity: 1 !important;\n color: rgb(35 31 32 / var(--tw-text-opacity, 1)) !important;\n}\n.text-red-500 {\n --tw-text-opacity: 1 !important;\n color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;\n}\n.text-sub-copy {\n --tw-text-opacity: 1 !important;\n color: rgb(39 75 107 / var(--tw-text-opacity, 1)) !important;\n}\n.text-white {\n --tw-text-opacity: 1 !important;\n color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;\n}\n.opacity-25 {\n opacity: 0.25 !important;\n}\n.opacity-75 {\n opacity: 0.75 !important;\n}\n.outline-none {\n outline: 2px solid transparent !important;\n outline-offset: 2px !important;\n}\n.ring {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;\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) !important;\n}\n.transition {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n.transition-opacity {\n transition-property: opacity !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n.duration-200 {\n transition-duration: 200ms !important;\n}\n.duration-300 {\n transition-duration: 300ms !important;\n}\n.ease-in-out {\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n}\n\n/* @font-face {\n font-family: \"Euclid Circular A\";\n src: url(\"./EuclidCircularARegular.ttf\") format(\"truetype\");\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n} */\n\nbody {\n /* font-family: \"Euclid Circular A\", sans-serif; */\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\n.border-c {\n border: 1px solid;\n}\n\n.checkout-card {\n background-color: rgba(15, 38, 59, 0.898);\n}\n\n.checkout-card-miden {\n background-color: rgba(0, 0, 0, 0.8);\n}\n\n.checkout-card .close-icon {\n background-color: rgba(250, 253, 255, 0.051);\n padding: 0 10px 2px;\n border-radius: 4px;\n}\n\n.h-68px {\n height: 68px;\n}\n.h-42px {\n height: 42px;\n}\n.h-32px {\n height: 32px;\n}\n\n:host {\n /* default placeholder color (override per instance if needed) */\n --select-placeholder-color: #9dbfde; /* adjust to your design token */\n}\n\n.search-input::-moz-placeholder {\n color: var(--select-placeholder-color);\n opacity: 1; /* ensure full opacity across browsers */\n}\n\n.search-input::placeholder {\n color: var(--select-placeholder-color);\n opacity: 1; /* ensure full opacity across browsers */\n}\n.search-input::-webkit-input-placeholder {\n color: var(--select-placeholder-color);\n}\n.search-input::-moz-placeholder {\n color: var(--select-placeholder-color);\n}\n.search-input:-ms-input-placeholder {\n color: var(--select-placeholder-color);\n}\n.search-input::-ms-input-placeholder {\n color: var(--select-placeholder-color);\n}\n.first\\:pt-0:first-child {\n padding-top: 0px !important;\n}\n.hover\\:border-primary-black:hover {\n --tw-border-opacity: 1 !important;\n border-color: rgb(35 31 32 / var(--tw-border-opacity, 1)) !important;\n}\n.hover\\:bg-gray-100:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:bg-gray-300:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:bg-gray-500:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:bg-primary-black:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(35 31 32 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:bg-red-600:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:opacity-70:hover {\n opacity: 0.7 !important;\n}\n.focus\\:outline-none:focus {\n outline: 2px solid transparent !important;\n outline-offset: 2px !important;\n}\n.focus\\:ring-0:focus {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;\n}\n"],"mappings":";AAAA;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,GAAG,IAAI,IAAI,EAAE;AAClC,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,GAAG,IAAI,IAAI,EAAE;AAClC,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;AAOA;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;AAAA,IAAa,aAAa;AAAA,IAAE,SAAS;AAAA,IAAE,UAAU;AAAA,IAAE,mBAAmB;AAAA,IAAE,gBAAgB;AAAA,IAAE,iBAAiB;AAAA,IAAE;AAC7G,yBAAuB;AACvB,2B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AAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,GAAG,GAAG,EAAE,IAAI,eAAe,EAAE;AACzD;AACA,CAAC;AACC,oBAAkB;AACpB;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE;AACtC;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,aAAW;AACX,eAAa;AA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","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/styles.css"],"sourcesContent":["*, ::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(59 130 246 / 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(59 130 246 / 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! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com\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: #e5e7eb; /* 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: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; /* 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*/\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: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[hidden]:where(:not([hidden=\"until-found\"])) {\n display: none;\n}\n.fixed {\n position: fixed !important;\n}\n.absolute {\n position: absolute !important;\n}\n.relative {\n position: relative !important;\n}\n.inset-0 {\n inset: 0px !important;\n}\n.z-50 {\n z-index: 50 !important;\n}\n.col-span-1 {\n grid-column: span 1 / span 1 !important;\n}\n.col-span-2 {\n grid-column: span 2 / span 2 !important;\n}\n.col-span-3 {\n grid-column: span 3 / span 3 !important;\n}\n.mx-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n}\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n.mb-0 {\n margin-bottom: 0px !important;\n}\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n.mt-6 {\n margin-top: 1.5rem !important;\n}\n.block {\n display: block !important;\n}\n.inline-block {\n display: inline-block !important;\n}\n.flex {\n display: flex !important;\n}\n.grid {\n display: grid !important;\n}\n.hidden {\n display: none !important;\n}\n.h-12 {\n height: 3rem !important;\n}\n.h-2 {\n height: 0.5rem !important;\n}\n.h-4 {\n height: 1rem !important;\n}\n.h-full {\n height: 100% !important;\n}\n.h-screen {\n height: 100vh !important;\n}\n.max-h-\\[32rem\\] {\n max-height: 32rem !important;\n}\n.w-1\\/2 {\n width: 50% !important;\n}\n.w-1\\/3 {\n width: 33.333333% !important;\n}\n.w-2 {\n width: 0.5rem !important;\n}\n.w-2\\/3 {\n width: 66.666667% !important;\n}\n.w-24 {\n width: 6rem !important;\n}\n.w-4 {\n width: 1rem !important;\n}\n.w-full {\n width: 100% !important;\n}\n.max-w-\\[18rem\\] {\n max-width: 18rem !important;\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)) !important;\n}\n@keyframes spin {\n\n to {\n transform: rotate(360deg);\n }\n}\n.animate-spin {\n animation: spin 1s linear infinite !important;\n}\n.cursor-not-allowed {\n cursor: not-allowed !important;\n}\n.cursor-pointer {\n cursor: pointer !important;\n}\n.grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr)) !important;\n}\n.grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n}\n.grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr)) !important;\n}\n.flex-row {\n flex-direction: row !important;\n}\n.flex-col {\n flex-direction: column !important;\n}\n.place-items-center {\n place-items: center !important;\n}\n.items-end {\n align-items: flex-end !important;\n}\n.items-center {\n align-items: center !important;\n}\n.justify-center {\n justify-content: center !important;\n}\n.justify-between {\n justify-content: space-between !important;\n}\n.gap-1 {\n gap: 0.25rem !important;\n}\n.gap-10 {\n gap: 2.5rem !important;\n}\n.gap-2 {\n gap: 0.5rem !important;\n}\n.gap-3 {\n gap: 0.75rem !important;\n}\n.gap-4 {\n gap: 1rem !important;\n}\n.gap-5 {\n gap: 1.25rem !important;\n}\n.gap-6 {\n gap: 1.5rem !important;\n}\n.gap-8 {\n gap: 2rem !important;\n}\n.self-start {\n align-self: flex-start !important;\n}\n.overflow-y-auto {\n overflow-y: auto !important;\n}\n.overflow-y-scroll {\n overflow-y: scroll !important;\n}\n.truncate {\n overflow: hidden !important;\n text-overflow: ellipsis !important;\n white-space: nowrap !important;\n}\n.break-words {\n overflow-wrap: break-word !important;\n}\n.rounded {\n border-radius: 0.25rem !important;\n}\n.rounded-2xl {\n border-radius: 1rem !important;\n}\n.rounded-full {\n border-radius: 9999px !important;\n}\n.rounded-lg {\n border-radius: 0.5rem !important;\n}\n.rounded-md {\n border-radius: 0.375rem !important;\n}\n.rounded-xl {\n border-radius: 0.75rem !important;\n}\n.rounded-l-xl {\n border-top-left-radius: 0.75rem !important;\n border-bottom-left-radius: 0.75rem !important;\n}\n.border {\n border-width: 1px !important;\n}\n.border-2 {\n border-width: 2px !important;\n}\n.border-b {\n border-bottom-width: 1px !important;\n}\n.border-r-4 {\n border-right-width: 4px !important;\n}\n.border-none {\n border-style: none !important;\n}\n.border-\\[\\#DAE4E8\\] {\n --tw-border-opacity: 1 !important;\n border-color: rgb(218 228 232 / var(--tw-border-opacity, 1)) !important;\n}\n.border-\\[\\#E1EBF5\\] {\n --tw-border-opacity: 1 !important;\n border-color: rgb(225 235 245 / var(--tw-border-opacity, 1)) !important;\n}\n.border-\\[\\#F0FAFF\\] {\n --tw-border-opacity: 1 !important;\n border-color: rgb(240 250 255 / var(--tw-border-opacity, 1)) !important;\n}\n.border-current {\n border-color: currentColor !important;\n}\n.border-gray-200 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;\n}\n.border-grey-100 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(225 235 245 / var(--tw-border-opacity, 1)) !important;\n}\n.border-grey-border {\n --tw-border-opacity: 1 !important;\n border-color: rgb(231 238 255 / var(--tw-border-opacity, 1)) !important;\n}\n.border-orange-500 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(244 122 31 / var(--tw-border-opacity, 1)) !important;\n}\n.border-primary {\n --tw-border-opacity: 1 !important;\n border-color: rgb(18 34 50 / var(--tw-border-opacity, 1)) !important;\n}\n.border-red-300 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;\n}\n.border-red-500 {\n --tw-border-opacity: 1 !important;\n border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;\n}\n.border-white {\n --tw-border-opacity: 1 !important;\n border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;\n}\n.border-t-transparent {\n border-top-color: transparent !important;\n}\n.bg-\\[\\#0A0032\\] {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(10 0 50 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-\\[\\#EFF7FF\\] {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(239 247 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-\\[\\#F8FDFF\\] {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(248 253 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-\\[\\#FAFDFF\\] {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(250 253 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-gray-100 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-gray-200 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-grey-100 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(225 235 245 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-grey-50 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 249 252 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-heading-text {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(24 45 65 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-light-white-50 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(254 255 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-off-white {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(248 253 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-orange-500 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(244 122 31 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-primary {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(18 34 50 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-primary-miden {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(10 0 50 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-red-50 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-red-500 {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-transparent {\n background-color: transparent !important;\n}\n.bg-white {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;\n}\n.bg-white\\/60 {\n background-color: rgb(255 255 255 / 0.6) !important;\n}\n.p-16 {\n padding: 4rem !important;\n}\n.p-4 {\n padding: 1rem !important;\n}\n.p-6 {\n padding: 1.5rem !important;\n}\n.px-10 {\n padding-left: 2.5rem !important;\n padding-right: 2.5rem !important;\n}\n.px-12 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n}\n.px-14 {\n padding-left: 3.5rem !important;\n padding-right: 3.5rem !important;\n}\n.px-3 {\n padding-left: 0.75rem !important;\n padding-right: 0.75rem !important;\n}\n.px-4 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n}\n.px-6 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n}\n.px-8 {\n padding-left: 2rem !important;\n padding-right: 2rem !important;\n}\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n.py-3 {\n padding-top: 0.75rem !important;\n padding-bottom: 0.75rem !important;\n}\n.py-4 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n.py-6 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n.py-8 {\n padding-top: 2rem !important;\n padding-bottom: 2rem !important;\n}\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n.pb-10 {\n padding-bottom: 2.5rem !important;\n}\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n.pb-4 {\n padding-bottom: 1rem !important;\n}\n.pb-8 {\n padding-bottom: 2rem !important;\n}\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n.pt-4 {\n padding-top: 1rem !important;\n}\n.text-center {\n text-align: center !important;\n}\n.text-right {\n text-align: right !important;\n}\n.text-body-2xs {\n font-size: 14px !important;\n line-height: 150% !important;\n letter-spacing: 0 !important;\n}\n.text-body-3xs {\n font-size: 12px !important;\n line-height: 150% !important;\n letter-spacing: 0 !important;\n}\n.text-body-4xs {\n font-size: 10px !important;\n line-height: 132% !important;\n letter-spacing: 0 !important;\n}\n.text-body-lg {\n font-size: 22px !important;\n line-height: 120% !important;\n letter-spacing: 0 !important;\n}\n.text-body-xs {\n font-size: 16px !important;\n line-height: 120% !important;\n letter-spacing: 0 !important;\n}\n.text-header-2xl {\n font-size: 40px !important;\n line-height: 150% !important;\n letter-spacing: 0 !important;\n}\n.font-extrabold {\n font-weight: 800 !important;\n}\n.font-medium {\n font-weight: 500 !important;\n}\n.font-normal {\n font-weight: 400 !important;\n}\n.font-semibold {\n font-weight: 600 !important;\n}\n.uppercase {\n text-transform: uppercase !important;\n}\n.lowercase {\n text-transform: lowercase !important;\n}\n.text-\\[\\#1383E8\\] {\n --tw-text-opacity: 1 !important;\n color: rgb(19 131 232 / var(--tw-text-opacity, 1)) !important;\n}\n.text-\\[\\#5F738C\\] {\n --tw-text-opacity: 1 !important;\n color: rgb(95 115 140 / var(--tw-text-opacity, 1)) !important;\n}\n.text-\\[\\#8FAECA\\] {\n --tw-text-opacity: 1 !important;\n color: rgb(143 174 202 / var(--tw-text-opacity, 1)) !important;\n}\n.text-gray-400 {\n --tw-text-opacity: 1 !important;\n color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;\n}\n.text-grey-500 {\n --tw-text-opacity: 1 !important;\n color: rgb(157 191 222 / var(--tw-text-opacity, 1)) !important;\n}\n.text-heading-text {\n --tw-text-opacity: 1 !important;\n color: rgb(24 45 65 / var(--tw-text-opacity, 1)) !important;\n}\n.text-input-grey {\n --tw-text-opacity: 1 !important;\n color: rgb(62 73 84 / var(--tw-text-opacity, 1)) !important;\n}\n.text-light-copy {\n --tw-text-opacity: 1 !important;\n color: rgb(85 117 145 / var(--tw-text-opacity, 1)) !important;\n}\n.text-light-white-100 {\n --tw-text-opacity: 1 !important;\n color: rgb(250 253 255 / var(--tw-text-opacity, 1)) !important;\n}\n.text-orange-500 {\n --tw-text-opacity: 1 !important;\n color: rgb(244 122 31 / var(--tw-text-opacity, 1)) !important;\n}\n.text-orange-required {\n --tw-text-opacity: 1 !important;\n color: rgb(246 149 76 / var(--tw-text-opacity, 1)) !important;\n}\n.text-primary {\n --tw-text-opacity: 1 !important;\n color: rgb(18 34 50 / var(--tw-text-opacity, 1)) !important;\n}\n.text-primary-black {\n --tw-text-opacity: 1 !important;\n color: rgb(35 31 32 / var(--tw-text-opacity, 1)) !important;\n}\n.text-red-500 {\n --tw-text-opacity: 1 !important;\n color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;\n}\n.text-sub-copy {\n --tw-text-opacity: 1 !important;\n color: rgb(39 75 107 / var(--tw-text-opacity, 1)) !important;\n}\n.text-white {\n --tw-text-opacity: 1 !important;\n color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;\n}\n.opacity-25 {\n opacity: 0.25 !important;\n}\n.opacity-75 {\n opacity: 0.75 !important;\n}\n.outline-none {\n outline: 2px solid transparent !important;\n outline-offset: 2px !important;\n}\n.ring {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;\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) !important;\n}\n.transition {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n.transition-opacity {\n transition-property: opacity !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n.duration-200 {\n transition-duration: 200ms !important;\n}\n.duration-300 {\n transition-duration: 300ms !important;\n}\n.ease-in-out {\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n}\n\n/* @font-face {\n font-family: \"Euclid Circular A\";\n src: url(\"./EuclidCircularARegular.ttf\") format(\"truetype\");\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n} */\n\nbody {\n /* font-family: \"Euclid Circular A\", sans-serif; */\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\n.border-c {\n border: 1px solid;\n}\n\n.checkout-card {\n background-color: rgba(15, 38, 59, 0.898);\n}\n\n.checkout-card-miden {\n background-color: rgba(0, 0, 0, 0.8);\n}\n\n.checkout-card .close-icon {\n background-color: rgba(250, 253, 255, 0.051);\n padding: 0 10px 2px;\n border-radius: 4px;\n}\n\n.h-68px {\n height: 68px;\n}\n.h-42px {\n height: 42px;\n}\n.h-32px {\n height: 32px;\n}\n\n:host {\n /* default placeholder color (override per instance if needed) */\n --select-placeholder-color: #9dbfde; /* adjust to your design token */\n}\n\n.search-input::-moz-placeholder {\n color: var(--select-placeholder-color);\n opacity: 1; /* ensure full opacity across browsers */\n}\n\n.search-input::placeholder {\n color: var(--select-placeholder-color);\n opacity: 1; /* ensure full opacity across browsers */\n}\n.search-input::-webkit-input-placeholder {\n color: var(--select-placeholder-color);\n}\n.search-input::-moz-placeholder {\n color: var(--select-placeholder-color);\n}\n.search-input:-ms-input-placeholder {\n color: var(--select-placeholder-color);\n}\n.search-input::-ms-input-placeholder {\n color: var(--select-placeholder-color);\n}\n.first\\:pt-0:first-child {\n padding-top: 0px !important;\n}\n.hover\\:border-primary-black:hover {\n --tw-border-opacity: 1 !important;\n border-color: rgb(35 31 32 / var(--tw-border-opacity, 1)) !important;\n}\n.hover\\:bg-gray-100:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:bg-gray-300:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:bg-gray-500:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:bg-primary-black:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(35 31 32 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:bg-red-600:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;\n}\n.hover\\:opacity-70:hover {\n opacity: 0.7 !important;\n}\n.focus\\:outline-none:focus {\n outline: 2px solid transparent !important;\n outline-offset: 2px !important;\n}\n.focus\\:ring-0:focus {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;\n}\n"],"mappings":";AAAA;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,GAAG,IAAI,IAAI,EAAE;AAClC,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,GAAG,IAAI,IAAI,EAAE;AAClC,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;AAOA;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;AAAA,IAAa,aAAa;AAAA,IAAE,SAAS;AAAA,IAAE,UAAU;AAAA,IAAE,mBAAmB;AAAA,IAAE,gBAAgB;AAAA,IAAE,iBAAiB;AAAA,IAAE;AAC7G,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;AAKA;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;AAKA;AACE,UAAQ;AACV;AAQA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACE,WAAS;AACT,kBAAgB;AAClB;AAMA;AACA;AACE,aAAW;AACX,UAAQ;AACV;AAGA,CAAC,OAAO,OAAO,KAAK,CAAC;AACnB,WAAS;AACX;AACA,CAAC;AACC,YAAU;AACZ;AACA,CAAC;AACC,YAAU;AACZ;AACA,CAAC;AACC,YAAU;AACZ;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,eAAa,KAAK,EAAE,EAAE,KAAK;AAC7B;AACA,CAAC;AACC,eAAa,KAAK,EAAE,EAAE,KAAK;AAC7B;AACA,CAAC;AACC,eAAa,KAAK,EAAE,EAAE,KAAK;AAC7B;AACA,CAAC;AACC,eAAa;AACb,gBAAc;AAChB;AACA,CAAC;AACC,cAAY;AACZ,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,eAAa;AACf;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,WAAS;AACX;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,aAAW;AACb;AACA,CAAC;AACC,aAAW,UAAU,IAAI,iBAAiB,EAAE,IAAI,mBAAmB,OAAO,IAAI,cAAc,MAAM,IAAI,cAAc,MAAM,IAAI,cAAc,OAAO,IAAI,eAAe,OAAO,IAAI;AACnL;AACA,WAAW;AAET;AACE,eAAW,OAAO;AACpB;AACF;AACA,CAAC;AACC,aAAW,KAAK,GAAG,OAAO;AAC5B;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,yBAAuB,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE;AAC7C;AACA,CAAC;AACC,yBAAuB,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE;AAC7C;AACA,CAAC;AACC,yBAAuB,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE;AAC7C;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,mBAAiB;AACnB;AACA,CAAC;AACC,mBAAiB;AACnB;AACA,CAAC;AACC,OAAK;AACP;AACA,CAAC;AACC,OAAK;AACP;AACA,CAAC;AACC,OAAK;AACP;AACA,CAAC;AACC,OAAK;AACP;AACA,CAAC;AACC,OAAK;AACP;AACA,CAAC;AACC,OAAK;AACP;AACA,CAAC;AACC,OAAK;AACP;AACA,CAAC;AACC,OAAK;AACP;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,YAAU;AACV,iBAAe;AACf,eAAa;AACf;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,0BAAwB;AACxB,6BAA2B;AAC7B;AACA,CAAC;AACC,gBAAc;AAChB;AACA,CAAC;AACC,gBAAc;AAChB;AACA,CAAC;AACC,uBAAqB;AACvB;AACA,CAAC;AACC,sBAAoB;AACtB;AACA,CAAC;AACC,gBAAc;AAChB;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,mBAAmB,EAAE;AAC3D;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,mBAAmB,EAAE;AAC3D;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,mBAAmB,EAAE;AAC3D;AACA,CAAC;AACC,gBAAc;AAChB;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,mBAAmB,EAAE;AAC3D;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,mBAAmB,EAAE;AAC3D;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,mBAAmB,EAAE;AAC3D;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,mBAAmB,EAAE;AAC1D;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,GAAG,GAAG,GAAG,EAAE,IAAI,mBAAmB,EAAE;AACxD;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,mBAAmB,EAAE;AAC3D;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,GAAG,GAAG,EAAE,IAAI,mBAAmB,EAAE;AACzD;AACA,CAAC;AACC,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,mBAAmB,EAAE;AAC3D;AACA,CAAC;AACC,oBAAkB;AACpB;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,GAAG,EAAE,GAAG,EAAE,IAAI,eAAe,EAAE;AACvD;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,GAAG,GAAG,GAAG,EAAE,IAAI,eAAe,EAAE;AACxD;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,eAAe,EAAE;AAC1D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,GAAG,GAAG,GAAG,EAAE,IAAI,eAAe,EAAE;AACxD;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,GAAG,EAAE,GAAG,EAAE,IAAI,eAAe,EAAE;AACvD;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,GAAG,GAAG,EAAE,IAAI,eAAe,EAAE;AACzD;AACA,CAAC;AACC,oBAAkB;AACpB;AACA,CAAC;AACC,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,eAAe,EAAE;AAC3D;AACA,CAAC;AACC,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE;AACtC;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACb,kBAAgB;AAClB;AACA,CAAC;AACC,aAAW;AACX,eAAa;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","names":[]}
|
package/dist/index.js
CHANGED
|
@@ -109,7 +109,15 @@ var getBaseUrl = (mode, caller) => {
|
|
|
109
109
|
if (mode === "sandbox") {
|
|
110
110
|
return caller === "buzapay" ? "https://sandbox-api.buzapay.com/payment-gateway-api" : "https://sandbox-api.midencards.io/miden-web";
|
|
111
111
|
} else if (mode === "prod") {
|
|
112
|
-
return caller === "buzapay" ? "https://api.buzapay.com/payment-gateway-api" : "https://
|
|
112
|
+
return caller === "buzapay" ? "https://api.buzapay.com/payment-gateway-api" : "https://api.midencards.io/miden-web";
|
|
113
|
+
}
|
|
114
|
+
return "";
|
|
115
|
+
};
|
|
116
|
+
var getBaseAppUrl = (mode, caller) => {
|
|
117
|
+
if (mode === "sandbox") {
|
|
118
|
+
return caller === "buzapay" ? "https://sandbox-merchant.buzapay.com" : "https://sandbox.midencards.io";
|
|
119
|
+
} else if (mode === "prod") {
|
|
120
|
+
return caller === "buzapay" ? "https://merchant.buzapay.com" : "https://midencards.io";
|
|
113
121
|
}
|
|
114
122
|
return "";
|
|
115
123
|
};
|
|
@@ -757,6 +765,24 @@ async function generateStableCoinAddress(environment, { merchantId, ...rest }, c
|
|
|
757
765
|
} catch (error) {
|
|
758
766
|
}
|
|
759
767
|
}
|
|
768
|
+
async function midenConfirmPayment(environment, reference, merchantId, caller) {
|
|
769
|
+
try {
|
|
770
|
+
const baseUrl = getBaseUrl(environment, caller);
|
|
771
|
+
const apiKey = {
|
|
772
|
+
miden: `api/v1/accrual/checkout/confirm-payment/${reference}`
|
|
773
|
+
};
|
|
774
|
+
const res = await fetch(`${baseUrl}/${apiKey[caller]}`, {
|
|
775
|
+
method: "GET",
|
|
776
|
+
headers: {
|
|
777
|
+
"Content-Type": "application/json",
|
|
778
|
+
Accept: "application/json",
|
|
779
|
+
uniqueKey: merchantId
|
|
780
|
+
}
|
|
781
|
+
});
|
|
782
|
+
return await res.json();
|
|
783
|
+
} catch (error) {
|
|
784
|
+
}
|
|
785
|
+
}
|
|
760
786
|
|
|
761
787
|
// src/apis/encrypt.api.ts
|
|
762
788
|
import CryptoJS from "crypto-js";
|
|
@@ -2673,7 +2699,7 @@ function BzpCheckoutButton({
|
|
|
2673
2699
|
import { useEffect as useEffect7, useState as useState7 } from "react";
|
|
2674
2700
|
|
|
2675
2701
|
// src/components/pay-by-card.tsx
|
|
2676
|
-
import { useEffect as useEffect4, useState as useState4 } from "react";
|
|
2702
|
+
import { useEffect as useEffect4, useRef as useRef2, useState as useState4 } from "react";
|
|
2677
2703
|
|
|
2678
2704
|
// src/components/base/phone-number-input.tsx
|
|
2679
2705
|
import React5, { useEffect as useEffect3 } from "react";
|
|
@@ -2760,6 +2786,7 @@ var BasePhoneNumberInput = ({
|
|
|
2760
2786
|
};
|
|
2761
2787
|
|
|
2762
2788
|
// src/components/pay-by-card.tsx
|
|
2789
|
+
import toast from "react-hot-toast";
|
|
2763
2790
|
import { jsx as jsx36, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
2764
2791
|
function PayByCard({
|
|
2765
2792
|
secretKey,
|
|
@@ -2784,6 +2811,7 @@ function PayByCard({
|
|
|
2784
2811
|
const [phoneCodeOptions, setPhoneCodeOptions] = useState4(
|
|
2785
2812
|
[]
|
|
2786
2813
|
);
|
|
2814
|
+
const baseAppUrl = getBaseAppUrl(environment, caller);
|
|
2787
2815
|
const [billingForm, setBillingForm] = useState4({
|
|
2788
2816
|
address1: "",
|
|
2789
2817
|
address2: "",
|
|
@@ -2847,6 +2875,99 @@ function PayByCard({
|
|
|
2847
2875
|
cvv: "CVV",
|
|
2848
2876
|
cardPin: "Card PIN"
|
|
2849
2877
|
};
|
|
2878
|
+
const [threeDSOpen, setThreeDSOpen] = useState4(false);
|
|
2879
|
+
const [threeDSIframeSrc, setThreeDSIframeSrc] = useState4("");
|
|
2880
|
+
const messageListenerRef = useRef2();
|
|
2881
|
+
const midenThreeDSChallenge = (url, value) => {
|
|
2882
|
+
if (!url || !value) {
|
|
2883
|
+
setMessage("3DS challenge could not be started (missing stepUpUrl/JWT).");
|
|
2884
|
+
return;
|
|
2885
|
+
}
|
|
2886
|
+
const html = `<!doctype html>
|
|
2887
|
+
<html>
|
|
2888
|
+
<head><meta charset="utf-8" /></head>
|
|
2889
|
+
<body onload="document.forms[0].submit()">
|
|
2890
|
+
<form method="POST" action="${url}">
|
|
2891
|
+
<input type="hidden" name="JWT" value="${value}" />
|
|
2892
|
+
</form>
|
|
2893
|
+
</body>
|
|
2894
|
+
</html>`;
|
|
2895
|
+
const dataUrl = `data:text/html;charset=utf-8,${encodeURIComponent(html)}`;
|
|
2896
|
+
setThreeDSIframeSrc(dataUrl);
|
|
2897
|
+
setThreeDSOpen(true);
|
|
2898
|
+
const listener = (event) => {
|
|
2899
|
+
if (event?.data === "challenge_success" || event?.data?.status === "success") {
|
|
2900
|
+
setThreeDSOpen(false);
|
|
2901
|
+
setThreeDSIframeSrc("");
|
|
2902
|
+
handleMidenProceed();
|
|
2903
|
+
}
|
|
2904
|
+
if (event?.data === "challenge_failed" || event?.data?.status === "failed") {
|
|
2905
|
+
setThreeDSOpen(false);
|
|
2906
|
+
setThreeDSIframeSrc("");
|
|
2907
|
+
setMessage("3D Secure verification failed.");
|
|
2908
|
+
setIsMakingPayment(false);
|
|
2909
|
+
}
|
|
2910
|
+
};
|
|
2911
|
+
if (messageListenerRef.current) {
|
|
2912
|
+
window.removeEventListener("message", messageListenerRef.current);
|
|
2913
|
+
}
|
|
2914
|
+
messageListenerRef.current = listener;
|
|
2915
|
+
window.addEventListener("message", listener);
|
|
2916
|
+
};
|
|
2917
|
+
useEffect4(() => {
|
|
2918
|
+
return () => {
|
|
2919
|
+
if (messageListenerRef.current) {
|
|
2920
|
+
window.removeEventListener("message", messageListenerRef.current);
|
|
2921
|
+
}
|
|
2922
|
+
};
|
|
2923
|
+
}, []);
|
|
2924
|
+
const handleMidenProceed = async () => {
|
|
2925
|
+
try {
|
|
2926
|
+
setIsMakingPayment(true);
|
|
2927
|
+
const result = await await midenConfirmPayment(
|
|
2928
|
+
environment,
|
|
2929
|
+
transactionReference,
|
|
2930
|
+
secretKey,
|
|
2931
|
+
"miden"
|
|
2932
|
+
);
|
|
2933
|
+
if (result?.isSuccessful) {
|
|
2934
|
+
setMessage("Payment authorization successful.");
|
|
2935
|
+
toast.success("Payment authorization successful.");
|
|
2936
|
+
setIsMakingPayment(false);
|
|
2937
|
+
onPaymentAuthorized?.({
|
|
2938
|
+
paymentId: transactionReference,
|
|
2939
|
+
paymentDate: (/* @__PURE__ */ new Date()).toISOString(),
|
|
2940
|
+
paymentStatus: "authorized",
|
|
2941
|
+
message: "Payment authorization successful."
|
|
2942
|
+
});
|
|
2943
|
+
} else {
|
|
2944
|
+
toast.success("Payment authorization successful.");
|
|
2945
|
+
setIsMakingPayment(false);
|
|
2946
|
+
}
|
|
2947
|
+
} catch (err) {
|
|
2948
|
+
const status = err?.status ?? err?.response?.status;
|
|
2949
|
+
if ([500, 501, 502, 503].includes(status)) {
|
|
2950
|
+
setIsMakingPayment(false);
|
|
2951
|
+
setMessage("Temporary server error. Please try again.");
|
|
2952
|
+
return;
|
|
2953
|
+
}
|
|
2954
|
+
const responseMessage = err?.error?.responseMessage || err?.responseMessage || err?.message || "Payment confirmation failed.";
|
|
2955
|
+
setIsMakingPayment(false);
|
|
2956
|
+
setMessage(responseMessage);
|
|
2957
|
+
toast.error(responseMessage);
|
|
2958
|
+
onError?.({ errorMessage: responseMessage });
|
|
2959
|
+
}
|
|
2960
|
+
};
|
|
2961
|
+
const handleMidenCard = (data) => {
|
|
2962
|
+
const threeDsRequired = data?.threeDsInteractionRequired;
|
|
2963
|
+
if (threeDsRequired) {
|
|
2964
|
+
const url = data?.threeDsHtml?.stepUpUrl;
|
|
2965
|
+
const cred = data?.threeDsHtml?.accessToken;
|
|
2966
|
+
midenThreeDSChallenge(url, cred);
|
|
2967
|
+
} else {
|
|
2968
|
+
handleMidenProceed();
|
|
2969
|
+
}
|
|
2970
|
+
};
|
|
2850
2971
|
const proceedHandler = async () => {
|
|
2851
2972
|
if (formIndex === 0) {
|
|
2852
2973
|
const errs = validateGroup(billingForm, billingRules, billingLabels);
|
|
@@ -2894,7 +3015,7 @@ function PayByCard({
|
|
|
2894
3015
|
narration: paymentObject?.narration || "Test transaction",
|
|
2895
3016
|
encryptedCardDetails: encryptedCardDetails.requestParam,
|
|
2896
3017
|
billingDetails,
|
|
2897
|
-
redirectUrl: paymentObject?.redirectUrl ||
|
|
3018
|
+
redirectUrl: paymentObject?.redirectUrl || `${baseAppUrl}/account/three-ds-status`,
|
|
2898
3019
|
paymentReference: transactionReference,
|
|
2899
3020
|
isCheckout: true
|
|
2900
3021
|
};
|
|
@@ -2907,7 +3028,7 @@ function PayByCard({
|
|
|
2907
3028
|
narration: paymentObject?.narration || "Test transaction",
|
|
2908
3029
|
encryptedCardDetails: encryptedCardDetails.requestParam,
|
|
2909
3030
|
billingDetails,
|
|
2910
|
-
redirectUrl: paymentObject?.redirectUrl ||
|
|
3031
|
+
redirectUrl: paymentObject?.redirectUrl || `${baseAppUrl}/pay/verification`,
|
|
2911
3032
|
paymentReference: transactionReference,
|
|
2912
3033
|
isCheckout: true,
|
|
2913
3034
|
postBackUrl: "",
|
|
@@ -2921,6 +3042,10 @@ function PayByCard({
|
|
|
2921
3042
|
response = decryptPayload(environment, response.responseParam);
|
|
2922
3043
|
}
|
|
2923
3044
|
if (response?.isSuccessful) {
|
|
3045
|
+
if (caller === "miden") {
|
|
3046
|
+
handleMidenCard(response);
|
|
3047
|
+
return;
|
|
3048
|
+
}
|
|
2924
3049
|
if (response.threeDsInteractionRequired === true) {
|
|
2925
3050
|
const threeDsData = {
|
|
2926
3051
|
transactionReference: response.transactionReference,
|
|
@@ -2934,7 +3059,7 @@ function PayByCard({
|
|
|
2934
3059
|
md: response.threeDsHtml?.md
|
|
2935
3060
|
};
|
|
2936
3061
|
const stringifiedThreeDsData = btoa(JSON.stringify(threeDsData));
|
|
2937
|
-
const threeDsUrl =
|
|
3062
|
+
const threeDsUrl = `${baseAppUrl}/account/three-ds-confirm?threeDsData=${encodeURIComponent(
|
|
2938
3063
|
stringifiedThreeDsData
|
|
2939
3064
|
)}&paymentReference=${response.transactionReference}`;
|
|
2940
3065
|
window.open(threeDsUrl, "_self", "noopener,noreferrer");
|
|
@@ -2957,7 +3082,7 @@ function PayByCard({
|
|
|
2957
3082
|
md: response.threeDsHtml?.md
|
|
2958
3083
|
};
|
|
2959
3084
|
const stringifiedThreeDsData = btoa(JSON.stringify(threeDsData));
|
|
2960
|
-
const threeDsUrl =
|
|
3085
|
+
const threeDsUrl = `${baseAppUrl}/account/three-ds-confirm?threeDsData=${encodeURIComponent(
|
|
2961
3086
|
stringifiedThreeDsData
|
|
2962
3087
|
)}&paymentReference=${response.transactionReference}`;
|
|
2963
3088
|
window.open(threeDsUrl, "_self", "noopener,noreferrer");
|
|
@@ -2971,7 +3096,6 @@ function PayByCard({
|
|
|
2971
3096
|
onPaymentAuthorized?.({
|
|
2972
3097
|
paymentId: response.transactionReference,
|
|
2973
3098
|
paymentDate: response?.data?.updatedAt ?? (/* @__PURE__ */ new Date()).toISOString(),
|
|
2974
|
-
// optional if present
|
|
2975
3099
|
paymentStatus: "authorized",
|
|
2976
3100
|
message
|
|
2977
3101
|
});
|
|
@@ -3120,7 +3244,15 @@ function PayByCard({
|
|
|
3120
3244
|
setPhoneCodeOptions(codeOptions);
|
|
3121
3245
|
})();
|
|
3122
3246
|
}, []);
|
|
3123
|
-
return /* @__PURE__ */
|
|
3247
|
+
return threeDSOpen ? /* @__PURE__ */ jsx36("div", { className: "fixed inset-0 z-50 flex items-center justify-center bg-white p-4", children: /* @__PURE__ */ jsx36(
|
|
3248
|
+
"iframe",
|
|
3249
|
+
{
|
|
3250
|
+
title: "Miden 3DS",
|
|
3251
|
+
src: threeDSIframeSrc,
|
|
3252
|
+
className: "w-full h-full",
|
|
3253
|
+
sandbox: "allow-forms allow-scripts allow-same-origin allow-top-navigation"
|
|
3254
|
+
}
|
|
3255
|
+
) }) : /* @__PURE__ */ jsxs24("div", { className: "flex flex-col gap-6", children: [
|
|
3124
3256
|
formIndex === 0 && /* @__PURE__ */ jsxs24("div", { className: "grid grid-cols-2 gap-6 overflow-y-auto", children: [
|
|
3125
3257
|
/* @__PURE__ */ jsx36("div", { className: "col-span-2", children: /* @__PURE__ */ jsx36(
|
|
3126
3258
|
BaseInput,
|
|
@@ -3382,7 +3514,7 @@ function PayByCard({
|
|
|
3382
3514
|
import {
|
|
3383
3515
|
useCallback as useCallback3,
|
|
3384
3516
|
useEffect as useEffect5,
|
|
3385
|
-
useRef as
|
|
3517
|
+
useRef as useRef3,
|
|
3386
3518
|
useState as useState5
|
|
3387
3519
|
} from "react";
|
|
3388
3520
|
import { jsx as jsx37, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
@@ -3409,7 +3541,7 @@ var PayByTransfer = ({
|
|
|
3409
3541
|
const [message, setMessage] = useState5("");
|
|
3410
3542
|
const [remainingSeconds, setRemainingSeconds] = useState5(30 * 60);
|
|
3411
3543
|
const [countDownTime, setCountDownTime] = useState5("00:00");
|
|
3412
|
-
const intervalRef =
|
|
3544
|
+
const intervalRef = useRef3(null);
|
|
3413
3545
|
const [transferForm, setTransferForm] = useState5({
|
|
3414
3546
|
customerName: ""
|
|
3415
3547
|
});
|
|
@@ -3483,7 +3615,7 @@ var PayByTransfer = ({
|
|
|
3483
3615
|
setPaymentReferenceStatus("pending");
|
|
3484
3616
|
onPaymentAuthorized?.({
|
|
3485
3617
|
paymentId: transactionReference,
|
|
3486
|
-
paymentDate: response
|
|
3618
|
+
paymentDate: response?.data?.updatedAt ?? (/* @__PURE__ */ new Date()).toISOString(),
|
|
3487
3619
|
paymentStatus: "pending",
|
|
3488
3620
|
message
|
|
3489
3621
|
});
|
|
@@ -3491,7 +3623,7 @@ var PayByTransfer = ({
|
|
|
3491
3623
|
setPaymentReferenceStatus("confirmed");
|
|
3492
3624
|
onPaymentAuthorized?.({
|
|
3493
3625
|
paymentId: transactionReference,
|
|
3494
|
-
paymentDate: response
|
|
3626
|
+
paymentDate: response?.data?.updatedAt ?? (/* @__PURE__ */ new Date()).toISOString(),
|
|
3495
3627
|
paymentStatus: "confirmed",
|
|
3496
3628
|
message
|
|
3497
3629
|
});
|
|
@@ -3502,7 +3634,7 @@ var PayByTransfer = ({
|
|
|
3502
3634
|
setMessage("Transaction confirmed !!");
|
|
3503
3635
|
onPaymentAuthorized?.({
|
|
3504
3636
|
paymentId: transactionReference,
|
|
3505
|
-
paymentDate: response
|
|
3637
|
+
paymentDate: response?.data?.updatedAt ?? (/* @__PURE__ */ new Date()).toISOString(),
|
|
3506
3638
|
paymentStatus: "confirmed",
|
|
3507
3639
|
message
|
|
3508
3640
|
});
|
|
@@ -3884,7 +4016,7 @@ var PayByStableCoin = ({
|
|
|
3884
4016
|
setPaymentReferenceStatus("pending");
|
|
3885
4017
|
onPaymentAuthorized?.({
|
|
3886
4018
|
paymentId: transactionReference,
|
|
3887
|
-
paymentDate: response
|
|
4019
|
+
paymentDate: response?.data?.updatedAt ?? (/* @__PURE__ */ new Date()).toISOString(),
|
|
3888
4020
|
paymentStatus: "pending",
|
|
3889
4021
|
message
|
|
3890
4022
|
});
|
|
@@ -3893,7 +4025,7 @@ var PayByStableCoin = ({
|
|
|
3893
4025
|
setPaymentReferenceStatus("confirmed");
|
|
3894
4026
|
onPaymentAuthorized?.({
|
|
3895
4027
|
paymentId: transactionReference,
|
|
3896
|
-
paymentDate: response
|
|
4028
|
+
paymentDate: response?.data?.updatedAt ?? (/* @__PURE__ */ new Date()).toISOString(),
|
|
3897
4029
|
paymentStatus: "confirmed",
|
|
3898
4030
|
message
|
|
3899
4031
|
});
|
|
@@ -4157,7 +4289,7 @@ var PayByStableCoin = ({
|
|
|
4157
4289
|
};
|
|
4158
4290
|
|
|
4159
4291
|
// src/buzapay-checkout/checkout-card.tsx
|
|
4160
|
-
import
|
|
4292
|
+
import toast2, { Toaster as Toaster2 } from "react-hot-toast";
|
|
4161
4293
|
import { jsx as jsx39, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
4162
4294
|
function BzpCheckoutCard({
|
|
4163
4295
|
secretKey,
|
|
@@ -4193,25 +4325,23 @@ function BzpCheckoutCard({
|
|
|
4193
4325
|
setSuccessObject({ ...event });
|
|
4194
4326
|
if (event.paymentStatus === "authorized") {
|
|
4195
4327
|
setCheckoutState("SUCCESS");
|
|
4196
|
-
|
|
4197
|
-
debugger;
|
|
4198
|
-
toast.success("Payment authorization successful.", toastConfig);
|
|
4328
|
+
toast2.success("Payment authorization successful.", toastConfig);
|
|
4199
4329
|
} else if (event.paymentStatus === "confirmed") {
|
|
4200
4330
|
setCheckoutState("SUCCESS");
|
|
4201
|
-
|
|
4331
|
+
toast2.success("Payment confirmed.", toastConfig);
|
|
4202
4332
|
} else if (event.paymentStatus === "payment failed") {
|
|
4203
4333
|
setCheckoutState("PENDING");
|
|
4204
|
-
|
|
4334
|
+
toast2.error("Payment pending.", toastConfig);
|
|
4205
4335
|
} else if (event.paymentStatus === "used") {
|
|
4206
4336
|
setCheckoutState("USED");
|
|
4207
4337
|
} else {
|
|
4208
4338
|
setCheckoutState("PENDING");
|
|
4209
|
-
|
|
4339
|
+
toast2.error("Payment pending.", toastConfig);
|
|
4210
4340
|
}
|
|
4211
4341
|
onPaymentAuthorized?.(event);
|
|
4212
4342
|
};
|
|
4213
4343
|
const onErrorHandler = (error) => {
|
|
4214
|
-
|
|
4344
|
+
toast2.error(error.errorMessage ?? "Payment failed.", toastConfig);
|
|
4215
4345
|
onError?.(error);
|
|
4216
4346
|
};
|
|
4217
4347
|
useEffect7(() => {
|
|
@@ -4239,7 +4369,7 @@ function BzpCheckoutCard({
|
|
|
4239
4369
|
}
|
|
4240
4370
|
}, [filteredPaymentTypeOptions]);
|
|
4241
4371
|
return /* @__PURE__ */ jsxs27(BaseCard, { children: [
|
|
4242
|
-
/* @__PURE__ */ jsx39(
|
|
4372
|
+
/* @__PURE__ */ jsx39(Toaster2, {}),
|
|
4243
4373
|
/* @__PURE__ */ jsxs27("div", { className: "grid grid-cols-3", children: [
|
|
4244
4374
|
checkoutState === "PENDING" && /* @__PURE__ */ jsxs27("div", { className: "bg-[#EFF7FF] px-6 py-8 flex flex-col gap-5 col-span-1 rounded-l-xl", children: [
|
|
4245
4375
|
/* @__PURE__ */ jsx39("p", { className: "text-heading-text text-body-xs font-semibold", children: "Pay with" }),
|
|
@@ -4331,7 +4461,7 @@ function BzpCheckoutCard({
|
|
|
4331
4461
|
import { useState as useState9 } from "react";
|
|
4332
4462
|
|
|
4333
4463
|
// src/miden-checkout/checkout-iframe.tsx
|
|
4334
|
-
import { useCallback as useCallback4, useEffect as useEffect8, useRef as
|
|
4464
|
+
import { useCallback as useCallback4, useEffect as useEffect8, useRef as useRef4, useState as useState8 } from "react";
|
|
4335
4465
|
import { jsx as jsx40, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
4336
4466
|
function MidenCheckoutIframe({
|
|
4337
4467
|
style = {
|
|
@@ -4355,8 +4485,8 @@ function MidenCheckoutIframe({
|
|
|
4355
4485
|
},
|
|
4356
4486
|
onError
|
|
4357
4487
|
}) {
|
|
4358
|
-
const containerRef =
|
|
4359
|
-
const iframeRef =
|
|
4488
|
+
const containerRef = useRef4(null);
|
|
4489
|
+
const iframeRef = useRef4(null);
|
|
4360
4490
|
const [message, setMessage] = useState8("");
|
|
4361
4491
|
const [launchUrl, setLaunchUrl] = useState8("");
|
|
4362
4492
|
const [loading, setLoading] = useState8(false);
|
|
@@ -4509,7 +4639,7 @@ function MidenCheckoutButton({
|
|
|
4509
4639
|
|
|
4510
4640
|
// src/miden-checkout/checkout-card.tsx
|
|
4511
4641
|
import { useEffect as useEffect9, useState as useState10 } from "react";
|
|
4512
|
-
import
|
|
4642
|
+
import toast3, { Toaster as Toaster3 } from "react-hot-toast";
|
|
4513
4643
|
import { jsx as jsx42, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
4514
4644
|
function MidenCheckoutCard({
|
|
4515
4645
|
secretKey,
|
|
@@ -4546,23 +4676,23 @@ function MidenCheckoutCard({
|
|
|
4546
4676
|
setSuccessObject({ ...event });
|
|
4547
4677
|
if (event.paymentStatus === "authorized") {
|
|
4548
4678
|
setCheckoutState("SUCCESS");
|
|
4549
|
-
|
|
4679
|
+
toast3.success("Payment authorization successful.", toastConfig);
|
|
4550
4680
|
} else if (event.paymentStatus === "confirmed") {
|
|
4551
4681
|
setCheckoutState("SUCCESS");
|
|
4552
|
-
|
|
4682
|
+
toast3.success("Payment confirmed.", toastConfig);
|
|
4553
4683
|
} else if (event.paymentStatus === "payment failed") {
|
|
4554
4684
|
setCheckoutState("PENDING");
|
|
4555
|
-
|
|
4685
|
+
toast3.error("Payment pending.", toastConfig);
|
|
4556
4686
|
} else if (event.paymentStatus === "used") {
|
|
4557
4687
|
setCheckoutState("USED");
|
|
4558
4688
|
} else {
|
|
4559
4689
|
setCheckoutState("PENDING");
|
|
4560
|
-
|
|
4690
|
+
toast3.error("Payment pending.", toastConfig);
|
|
4561
4691
|
}
|
|
4562
4692
|
onPaymentAuthorized?.(event);
|
|
4563
4693
|
};
|
|
4564
4694
|
const onErrorHandler = (error) => {
|
|
4565
|
-
|
|
4695
|
+
toast3.error(error.errorMessage ?? "Payment failed.", toastConfig);
|
|
4566
4696
|
onError?.(error);
|
|
4567
4697
|
};
|
|
4568
4698
|
const formatAmountHandler = () => {
|
|
@@ -4596,7 +4726,7 @@ function MidenCheckoutCard({
|
|
|
4596
4726
|
}
|
|
4597
4727
|
}, [filteredPaymentTypeOptions]);
|
|
4598
4728
|
return /* @__PURE__ */ jsxs30(BaseCard, { caller: "miden", children: [
|
|
4599
|
-
/* @__PURE__ */ jsx42(
|
|
4729
|
+
/* @__PURE__ */ jsx42(Toaster3, {}),
|
|
4600
4730
|
/* @__PURE__ */ jsxs30("div", { className: "grid grid-cols-3", children: [
|
|
4601
4731
|
checkoutState === "PENDING" && /* @__PURE__ */ jsxs30("div", { className: "bg-[#0A0032] py-6 flex flex-col gap-5 col-span-1 rounded-l-xl", children: [
|
|
4602
4732
|
/* @__PURE__ */ jsx42("p", { className: "text-white text-body-xs font-semibold px-6", children: "Pay with" }),
|