@rash2x/bridge-widget 0.1.23 → 0.1.24
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/evaa-bridge.cjs +4 -2
- package/dist/evaa-bridge.cjs.map +1 -1
- package/dist/evaa-bridge.mjs +4 -2
- package/dist/evaa-bridge.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/evaa-bridge.cjs
CHANGED
|
@@ -1567,6 +1567,7 @@ const SelectTokenButton = ({
|
|
|
1567
1567
|
onClick,
|
|
1568
1568
|
size: "sm",
|
|
1569
1569
|
variant: "secondary",
|
|
1570
|
+
className: "shrink-0 gap-2",
|
|
1570
1571
|
type: "button",
|
|
1571
1572
|
"aria-label": label,
|
|
1572
1573
|
children: [
|
|
@@ -2237,6 +2238,7 @@ const SelectNetworkButton = ({
|
|
|
2237
2238
|
size: "sm",
|
|
2238
2239
|
variant: "secondary",
|
|
2239
2240
|
type: "button",
|
|
2241
|
+
className: "shrink-0 gap-2",
|
|
2240
2242
|
"aria-label": label,
|
|
2241
2243
|
children: [
|
|
2242
2244
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2 items-center", children: [
|
|
@@ -2306,7 +2308,7 @@ const CurrencyInput = require$$0.forwardRef(
|
|
|
2306
2308
|
pattern: "[0-9]*[.,]?[0-9]*",
|
|
2307
2309
|
readOnly,
|
|
2308
2310
|
className: utils.cn(
|
|
2309
|
-
"text-
|
|
2311
|
+
"text-4xl h-12 font-medium leading-9 rounded-none text-end bg-transparent dark:bg-transparent text-foreground shadow-none border-none outline-none ring-0 focus:outline-none focus-visible:ring-0 focus-visible:outline-0 focus-visible:ring-offset-0",
|
|
2310
2312
|
className
|
|
2311
2313
|
),
|
|
2312
2314
|
max,
|
|
@@ -2704,7 +2706,7 @@ const AnotherAddress = () => {
|
|
|
2704
2706
|
input.Input,
|
|
2705
2707
|
{
|
|
2706
2708
|
className: utils.cn(
|
|
2707
|
-
"p-0 h-auto text-base leading-5 font-semibold w-full bg-transparent dark:bg-transparent placeholder:text-muted-foreground/50 border-none"
|
|
2709
|
+
"p-0 h-auto text-base leading-5 font-semibold w-full bg-transparent dark:bg-transparent placeholder:text-muted-foreground/50 border-none focus:outline-none focus:ring-0"
|
|
2708
2710
|
),
|
|
2709
2711
|
placeholder: t("bridge.anotherAddressPlaceholder"),
|
|
2710
2712
|
type: "text",
|