@firecms/ui 3.0.0-tw4.13 → 3.0.0-tw4.14

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
@@ -1,7 +1,6 @@
1
1
  @theme {
2
2
  /* Font Families */
3
3
  --font-sans: 'Rubik', 'Roboto', 'Helvetica', 'Arial', sans-serif;
4
- --font-headers: 'Rubik', 'Roboto', 'Helvetica', 'Arial', sans-serif;
5
4
  --font-mono: 'JetBrains Mono', 'Space Mono', 'Lucida Console', monospace;
6
5
 
7
6
  /* Colors */
@@ -66,35 +65,35 @@
66
65
  }
67
66
 
68
67
  .typography-h1 {
69
- @apply text-6xl font-headers font-light tracking-tight;
68
+ @apply text-6xl font-light tracking-tight;
70
69
  }
71
70
 
72
71
  .typography-h2 {
73
- @apply text-5xl font-headers font-light tracking-tight;
72
+ @apply text-5xl font-light tracking-tight;
74
73
  }
75
74
 
76
75
  .typography-h3 {
77
- @apply text-4xl font-headers font-normal tracking-tight;
76
+ @apply text-4xl font-normal tracking-tight;
78
77
  }
79
78
 
80
79
  .typography-h4 {
81
- @apply text-3xl font-headers font-normal tracking-tight;
80
+ @apply text-3xl font-normal tracking-tight;
82
81
  }
83
82
 
84
83
  .typography-h5 {
85
- @apply text-2xl font-headers font-normal;
84
+ @apply text-2xl font-normal;
86
85
  }
87
86
 
88
87
  .typography-h6 {
89
- @apply text-xl font-headers font-medium;
88
+ @apply text-xl font-medium;
90
89
  }
91
90
 
92
91
  .typography-subtitle1 {
93
- @apply text-lg font-headers font-medium;
92
+ @apply text-lg font-medium;
94
93
  }
95
94
 
96
95
  .typography-subtitle2 {
97
- @apply text-base font-headers font-medium;
96
+ @apply text-base font-medium;
98
97
  }
99
98
 
100
99
  .typography-body1 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/ui",
3
3
  "type": "module",
4
- "version": "3.0.0-tw4.13",
4
+ "version": "3.0.0-tw4.14",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -115,7 +115,7 @@
115
115
  "index.css",
116
116
  "tailwind.config.js"
117
117
  ],
118
- "gitHead": "eca601fe784ee2a697eb0ef0a9b4a4fedd13a1e9",
118
+ "gitHead": "03f44ac3ef2ace7165c53b2fea23ff5eaa23c50a",
119
119
  "publishConfig": {
120
120
  "access": "public"
121
121
  }
package/src/index.css CHANGED
@@ -1,7 +1,6 @@
1
1
  @theme {
2
2
  /* Font Families */
3
3
  --font-sans: 'Rubik', 'Roboto', 'Helvetica', 'Arial', sans-serif;
4
- --font-headers: 'Rubik', 'Roboto', 'Helvetica', 'Arial', sans-serif;
5
4
  --font-mono: 'JetBrains Mono', 'Space Mono', 'Lucida Console', monospace;
6
5
 
7
6
  /* Colors */
@@ -66,35 +65,35 @@
66
65
  }
67
66
 
68
67
  .typography-h1 {
69
- @apply text-6xl font-headers font-light tracking-tight;
68
+ @apply text-6xl font-light tracking-tight;
70
69
  }
71
70
 
72
71
  .typography-h2 {
73
- @apply text-5xl font-headers font-light tracking-tight;
72
+ @apply text-5xl font-light tracking-tight;
74
73
  }
75
74
 
76
75
  .typography-h3 {
77
- @apply text-4xl font-headers font-normal tracking-tight;
76
+ @apply text-4xl font-normal tracking-tight;
78
77
  }
79
78
 
80
79
  .typography-h4 {
81
- @apply text-3xl font-headers font-normal tracking-tight;
80
+ @apply text-3xl font-normal tracking-tight;
82
81
  }
83
82
 
84
83
  .typography-h5 {
85
- @apply text-2xl font-headers font-normal;
84
+ @apply text-2xl font-normal;
86
85
  }
87
86
 
88
87
  .typography-h6 {
89
- @apply text-xl font-headers font-medium;
88
+ @apply text-xl font-medium;
90
89
  }
91
90
 
92
91
  .typography-subtitle1 {
93
- @apply text-lg font-headers font-medium;
92
+ @apply text-lg font-medium;
94
93
  }
95
94
 
96
95
  .typography-subtitle2 {
97
- @apply text-base font-headers font-medium;
96
+ @apply text-base font-medium;
98
97
  }
99
98
 
100
99
  .typography-body1 {