@blerp/design 1.0.76 → 1.0.77

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/index.cjs.js CHANGED
@@ -8709,6 +8709,7 @@ var UserLibraryHeader = function UserLibraryHeader(_ref) {
8709
8709
  sx: {
8710
8710
  fontWeight: "normal",
8711
8711
  marginRight: "10px",
8712
+ marginBottom: "10px",
8712
8713
  backgroundColor: tabSelection.includes(tab) && "grey4.main"
8713
8714
  },
8714
8715
  color: tabSelection.includes(tab) ? "grey3" : "notBlack",
package/dist/index.esm.js CHANGED
@@ -8641,6 +8641,7 @@ var UserLibraryHeader = function UserLibraryHeader(_ref) {
8641
8641
  sx: {
8642
8642
  fontWeight: "normal",
8643
8643
  marginRight: "10px",
8644
+ marginBottom: "10px",
8644
8645
  backgroundColor: tabSelection.includes(tab) && "grey4.main"
8645
8646
  },
8646
8647
  color: tabSelection.includes(tab) ? "grey3" : "notBlack",
package/dist/index.umd.js CHANGED
@@ -8662,6 +8662,7 @@
8662
8662
  sx: {
8663
8663
  fontWeight: "normal",
8664
8664
  marginRight: "10px",
8665
+ marginBottom: "10px",
8665
8666
  backgroundColor: tabSelection.includes(tab) && "grey4.main"
8666
8667
  },
8667
8668
  color: tabSelection.includes(tab) ? "grey3" : "notBlack",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {