@hanzo/ui 3.6.3 → 3.6.5

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": "@hanzo/ui",
3
- "version": "3.6.3",
3
+ "version": "3.6.5",
4
4
  "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -89,17 +89,20 @@ const defaultCSS = {
89
89
  h1: {
90
90
  color: 'var(--tw-typo-plugin-headings)',
91
91
  fontWeight: '800',
92
- textAlign: 'inherit'
92
+ textAlign: 'inherit',
93
+ textTransform: 'uppercase'
93
94
  },
94
95
  h2: {
95
96
  color: 'var(--tw-typo-plugin-headings)',
96
97
  fontWeight: '700',
97
- textAlign: 'inherit'
98
+ textAlign: 'inherit',
99
+ textTransform: 'uppercase'
98
100
  },
99
101
  h3: {
100
102
  color: 'var(--tw-typo-plugin-headings)',
101
103
  fontWeight: '600',
102
- textAlign: 'inherit'
104
+ textAlign: 'inherit',
105
+ textTransform: 'uppercase'
103
106
  },
104
107
  h4: {
105
108
  color: 'var(--tw-typo-plugin-headings)',