@ttoss/ui 1.30.11 → 1.30.12

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/esm/index.js CHANGED
@@ -314,7 +314,10 @@ var BruttalTheme = {
314
314
  styles: {
315
315
  root: {
316
316
  fontFamily: "body",
317
- fontWeight: "normal"
317
+ fontWeight: "normal",
318
+ fontSize: "base",
319
+ margin: 0,
320
+ padding: 0
318
321
  }
319
322
  },
320
323
  /**
package/dist/index.js CHANGED
@@ -353,7 +353,10 @@ var BruttalTheme = {
353
353
  styles: {
354
354
  root: {
355
355
  fontFamily: "body",
356
- fontWeight: "normal"
356
+ fontWeight: "normal",
357
+ fontSize: "base",
358
+ margin: 0,
359
+ padding: 0
357
360
  }
358
361
  },
359
362
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ui",
3
- "version": "1.30.11",
3
+ "version": "1.30.12",
4
4
  "description": "Primitive layout, typographic, and other components for styling applications.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -32,7 +32,7 @@
32
32
  "@iconify-icon/react": "^1.0.7",
33
33
  "@ttoss/config": "^1.28.4",
34
34
  "@ttoss/test-utils": "^1.20.6",
35
- "@ttoss/theme": "^1.2.10",
35
+ "@ttoss/theme": "^1.3.0",
36
36
  "@types/jest": "^29.4.4",
37
37
  "jest": "^29.5.0",
38
38
  "tsup": "^6.6.3"
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "2f241b7126c460eeaea3eba6445aa139411d4b19"
48
+ "gitHead": "9606dd531340e86f6e0a2c90e69a3526e74583b2"
49
49
  }