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