@nulogy/components 8.0.0 → 8.0.1

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
@@ -43618,7 +43618,7 @@
43618
43618
  color: theme.colors[color] || color,
43619
43619
  background: "none",
43620
43620
  border: "none",
43621
- padding: subPx(theme.space.x1) + " " + theme.space.x1,
43621
+ padding: theme.space.x1,
43622
43622
  marginLeft: theme.space.x1,
43623
43623
  borderRadius: theme.radii.medium,
43624
43624
  transition: ".2s",
@@ -43592,7 +43592,7 @@ var MobileMenuTrigger = styled.button.withConfig({
43592
43592
  color: theme.colors[color] || color,
43593
43593
  background: "none",
43594
43594
  border: "none",
43595
- padding: subPx(theme.space.x1) + " " + theme.space.x1,
43595
+ padding: theme.space.x1,
43596
43596
  marginLeft: theme.space.x1,
43597
43597
  borderRadius: theme.radii.medium,
43598
43598
  transition: ".2s",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {