@muibook/components 6.1.0 → 6.1.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.
@@ -139,9 +139,9 @@ dd {
139
139
  margin: 0;
140
140
  }
141
141
 
142
- *:not(mui-),
143
- *:not(mui-):before,
144
- *:not(mui-):after {
142
+ *:not(mui-row):not(mui-cell),
143
+ *:not(mui-row):not(mui-cell):before,
144
+ *:not(mui-row):not(mui-cell):after {
145
145
  box-sizing: border-box;
146
146
  }
147
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muibook/components",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "type": "module",
5
5
  "description": "A library of MUI-based design system components.",
6
6
  "author": "Michael Trilford",