goblin-gadgets 2.0.21 → 2.0.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goblin-gadgets",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "description": "Gadgets library",
5
5
  "main": "./builders/builders.js",
6
6
  "scripts": {
@@ -459,6 +459,11 @@ export default function styles(theme, props) {
459
459
 
460
460
  /******************************************************************************/
461
461
 
462
+ smiley.boxSizing = 'unset';
463
+ smile.boxSizing = 'unset';
464
+
465
+ /******************************************************************************/
466
+
462
467
  const documentation = {
463
468
  position: 'absolute',
464
469
  left: 0,