@cfx-dev/ui-components 5.0.34 → 5.0.35

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.
@@ -60,7 +60,7 @@ function v(u) {
60
60
  d,
61
61
  {
62
62
  theme: "secondary",
63
- icon: "RightArrow",
63
+ icon: "LeftArrow",
64
64
  disabled: i,
65
65
  onClick: P,
66
66
  className: m(a.button, a.buttonBack)
@@ -103,7 +103,7 @@ function v(u) {
103
103
  d,
104
104
  {
105
105
  theme: "secondary",
106
- icon: "LeftArrow",
106
+ icon: "RightArrow",
107
107
  disabled: i,
108
108
  onClick: C,
109
109
  className: m(a.button, a.buttonForward)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfx-dev/ui-components",
3
- "version": "5.0.34",
3
+ "version": "5.0.35",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "main": "dist/main.js",