@4verburga/alpine-spanishplus 1.7.0 → 1.9.0

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.
@@ -23,6 +23,9 @@
23
23
  >
24
24
  {{ formatDate(page.date) }}
25
25
  </time>
26
+ <span v-if="page?.author?.name" class="author">
27
+ &nbsp;•&nbsp;Por <strong>{{ page.author.name }}</strong>
28
+ </span>
26
29
  </header>
27
30
 
28
31
  <div class="prose">
@@ -113,6 +116,12 @@ css({
113
116
  time: {
114
117
  color: '{elements.text.secondary.color.static}'
115
118
  },
119
+ '.author': {
120
+ fontSize: '0.95em',
121
+ color: '#666',
122
+ fontWeight: 'normal',
123
+ marginLeft: '8px',
124
+ },
116
125
  '.prose': {
117
126
  '.back-to-top': {
118
127
  display: 'flex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4verburga/alpine-spanishplus",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "type": "module",
5
5
  "exports": "./nuxt.config.ts",
6
6
  "files": [