@agility/plenum-ui 2.0.0-rc40 → 2.0.0-rc41

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": "@agility/plenum-ui",
3
- "version": "2.0.0-rc40",
3
+ "version": "2.0.0-rc41",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -89,7 +89,7 @@ export const Primary: Story = {
89
89
  },
90
90
  offsetOptions: {
91
91
  crossAxis: 0,
92
- mainAxis: 4, //up/down
92
+ mainAxis: 0, //up/down
93
93
  alignmentAxis: 0 //left/right
94
94
  },
95
95
  placement: "bottom-end"
@@ -73,7 +73,7 @@ const ButtonDropdown: FC<IButtonDropdownProps> = ({ button, dropDown, placement
73
73
  ),
74
74
  offsetOptions: offsetOptions ?? {
75
75
  crossAxis: 0,
76
- mainAxis: 4, //up/down
76
+ mainAxis: -4, //up/down
77
77
  alignmentAxis: 0 //left/right
78
78
  },
79
79
  placement