@nulogy/components 8.4.4 → 8.4.5

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/dist/main.js CHANGED
@@ -26426,7 +26426,6 @@
26426
26426
  theme = _ref.theme;
26427
26427
  return Object.assign(Object.assign(Object.assign({
26428
26428
  height: theme.space.x4,
26429
- margin: 1,
26430
26429
  padding: theme.space.half + " " + theme.space.x2,
26431
26430
  background: selected ? theme.colors.white : "none",
26432
26431
  color: selected ? theme.colors.darkBlue : theme.colors.darkGrey,
@@ -26400,7 +26400,6 @@ var SwitchButton = styled.button.withConfig({
26400
26400
  theme = _ref.theme;
26401
26401
  return Object.assign(Object.assign(Object.assign({
26402
26402
  height: theme.space.x4,
26403
- margin: 1,
26404
26403
  padding: theme.space.half + " " + theme.space.x2,
26405
26404
  background: selected ? theme.colors.white : "none",
26406
26405
  color: selected ? theme.colors.darkBlue : theme.colors.darkGrey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "8.4.4",
3
+ "version": "8.4.5",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {