@transferwise/components 46.68.0 → 46.69.0

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": "@transferwise/components",
3
- "version": "46.68.0",
3
+ "version": "46.69.0",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -93,7 +93,7 @@
93
93
  "rollup-preserve-directives": "^1.1.1",
94
94
  "storybook": "^8.2.2",
95
95
  "@transferwise/less-config": "3.1.0",
96
- "@transferwise/neptune-css": "14.17.0",
96
+ "@transferwise/neptune-css": "14.18.0",
97
97
  "@wise/components-theming": "1.6.0"
98
98
  },
99
99
  "peerDependencies": {
@@ -26,7 +26,7 @@ const avatarProfiles = {
26
26
  };
27
27
 
28
28
  export const Variants = () => {
29
- const [activeStep, setActiveStep] = useState(4);
29
+ const [activeStep, setActiveStep] = useState(2);
30
30
  const [closed, setClosed] = useState(false);
31
31
  const showAvatar = select('avatar', Object.keys(avatarProfiles), 'Profile');
32
32
  const showCloseButton = boolean('show closeButton', true);