@galaxy-io/dls 1.5.9 → 1.5.10

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.
@@ -242,6 +242,7 @@ var Button = ({ label, icon, variant = "PRIMARY", size = "MEDIUM", onClick, onMo
242
242
  isOpen: isDropdownOpen,
243
243
  onClose: closeDropdown,
244
244
  position: dropdownPosition,
245
+ noPadding: true,
245
246
  children: /* @__PURE__ */ jsx(StyledButton, {
246
247
  $variant: variant,
247
248
  $size: size,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-io/dls",
3
- "version": "1.5.9",
3
+ "version": "1.5.10",
4
4
  "description": "Galaxy Design Language System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",