@deloraprotocol/widget 1.0.5 → 1.0.6
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27658,7 +27658,7 @@ function nB(r) {
|
|
|
27658
27658
|
"button",
|
|
27659
27659
|
{
|
|
27660
27660
|
type: "button",
|
|
27661
|
-
className: "dw-text-[10px] dw-text-[var(--dw-text-subtle)] hover:dw-text-[var(--dw-fg)]",
|
|
27661
|
+
className: "dw-reset-button dw-text-[10px] dw-text-[var(--dw-text-subtle)] hover:dw-text-[var(--dw-fg)]",
|
|
27662
27662
|
onClick: O,
|
|
27663
27663
|
children: "Reconnect"
|
|
27664
27664
|
}
|
|
@@ -27667,7 +27667,7 @@ function nB(r) {
|
|
|
27667
27667
|
"button",
|
|
27668
27668
|
{
|
|
27669
27669
|
type: "button",
|
|
27670
|
-
className: "dw-text-[10px] dw-text-[var(--dw-text-subtle)] hover:dw-text-[var(--dw-danger)]",
|
|
27670
|
+
className: "dw-reset-button dw-text-[10px] dw-text-[var(--dw-text-subtle)] hover:dw-text-[var(--dw-danger)]",
|
|
27671
27671
|
onClick: N,
|
|
27672
27672
|
children: "Disconnect"
|
|
27673
27673
|
}
|
|
@@ -27889,7 +27889,7 @@ function Zf(r) {
|
|
|
27889
27889
|
"button",
|
|
27890
27890
|
{
|
|
27891
27891
|
type: "button",
|
|
27892
|
-
className: "dw-font-normal dw-text-[10px] dw-text-[var(--dw-fg)] dw-cursor-pointer hover:dw-text-[var(--dw-text-subtle)] disabled:dw-opacity-40 disabled:dw-cursor-not-allowed",
|
|
27892
|
+
className: "dw-reset-button dw-font-normal dw-text-[10px] dw-text-[var(--dw-fg)] dw-cursor-pointer hover:dw-text-[var(--dw-text-subtle)] disabled:dw-opacity-40 disabled:dw-cursor-not-allowed",
|
|
27893
27893
|
onClick: r.onClick,
|
|
27894
27894
|
disabled: r.disabled,
|
|
27895
27895
|
children: r.label
|