@firecms/ui 3.0.0-canary.260 → 3.0.0-canary.262

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.css CHANGED
@@ -9,19 +9,19 @@
9
9
  }
10
10
 
11
11
  .typography-h1 {
12
- @apply text-6xl font-headers font-light;
12
+ @apply text-6xl font-headers font-light tracking-tight;
13
13
  }
14
14
 
15
15
  .typography-h2 {
16
- @apply text-5xl font-headers font-light;
16
+ @apply text-5xl font-headers font-light tracking-tight;
17
17
  }
18
18
 
19
19
  .typography-h3 {
20
- @apply text-4xl font-headers font-normal;
20
+ @apply text-4xl font-headers font-normal tracking-tight;
21
21
  }
22
22
 
23
23
  .typography-h4 {
24
- @apply text-3xl font-headers font-normal;
24
+ @apply text-3xl font-headers font-normal tracking-tight;
25
25
  }
26
26
 
27
27
  .typography-h5 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/ui",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.260",
4
+ "version": "3.0.0-canary.262",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -116,7 +116,7 @@
116
116
  "index.css",
117
117
  "tailwind.config.js"
118
118
  ],
119
- "gitHead": "7aaa0b7c9b66161c75aebbf6660d1fd838ffb342",
119
+ "gitHead": "c4735e41358ca64630b299dd6746e277e452e88f",
120
120
  "publishConfig": {
121
121
  "access": "public"
122
122
  }
package/src/index.css CHANGED
@@ -9,19 +9,19 @@
9
9
  }
10
10
 
11
11
  .typography-h1 {
12
- @apply text-6xl font-headers font-light;
12
+ @apply text-6xl font-headers font-light tracking-tight;
13
13
  }
14
14
 
15
15
  .typography-h2 {
16
- @apply text-5xl font-headers font-light;
16
+ @apply text-5xl font-headers font-light tracking-tight;
17
17
  }
18
18
 
19
19
  .typography-h3 {
20
- @apply text-4xl font-headers font-normal;
20
+ @apply text-4xl font-headers font-normal tracking-tight;
21
21
  }
22
22
 
23
23
  .typography-h4 {
24
- @apply text-3xl font-headers font-normal;
24
+ @apply text-3xl font-headers font-normal tracking-tight;
25
25
  }
26
26
 
27
27
  .typography-h5 {