@rpg-engine/long-bow 0.6.4 → 0.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -62,7 +62,7 @@ export const Stepper: React.FC<IStepperProps> = ({ steps, finalCTAButton }) => {
62
62
  {currentStep === totalSteps - 1 && finalCTAButton && (
63
63
  <Button
64
64
  buttonType={ButtonTypes.RPGUIButton}
65
- onPointerDown={() => finalCTAButton.onClick}
65
+ onPointerDown={finalCTAButton.onClick}
66
66
  >
67
67
  {finalCTAButton.label}
68
68
  </Button>
@@ -11,7 +11,7 @@ const meta: Meta = {
11
11
 
12
12
  export default meta;
13
13
 
14
- const Template: Story<ArrowBarProps> = args => (
14
+ const Template: Story<ArrowBarProps> = () => (
15
15
  <RPGUIRoot>
16
16
  <Stepper
17
17
  steps={[