@rotki/ui-library 1.12.0 → 1.12.1
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.
|
@@ -2720,7 +2720,7 @@ const Ls = ["height", "width"], Ns = /* @__PURE__ */ Y({
|
|
|
2720
2720
|
i.arrowButtons ? (s(), P(x, {
|
|
2721
2721
|
key: 1,
|
|
2722
2722
|
size: 24,
|
|
2723
|
-
name: "lu-arrow-
|
|
2723
|
+
name: "lu-arrow-left"
|
|
2724
2724
|
})) : (s(), _("span", kd, "Back"))
|
|
2725
2725
|
]),
|
|
2726
2726
|
_: 2
|
|
@@ -4859,7 +4859,7 @@ const Ls = ["height", "width"], Ns = /* @__PURE__ */ Y({
|
|
|
4859
4859
|
}, {
|
|
4860
4860
|
default: W(() => [
|
|
4861
4861
|
N(x, {
|
|
4862
|
-
name: e(y) ? "
|
|
4862
|
+
name: e(y) ? "lu-chevron-up" : "lu-chevron-left"
|
|
4863
4863
|
}, null, 8, ["name"])
|
|
4864
4864
|
]),
|
|
4865
4865
|
_: 1
|
package/dist/web-types.json
CHANGED