sprintify-ui 0.10.8 → 0.10.9

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.
@@ -94070,7 +94070,7 @@ const Lte = /* @__PURE__ */ se({
94070
94070
  return "items-center";
94071
94071
  }
94072
94072
  }
94073
- }), Jte = { class: "mb-1 text-sm font-medium" }, Xte = { class: "flex items-center mb-1" }, Qte = { class: "text-2xl font-semibold leading-tight" }, ene = { key: 0 }, tne = { class: "text-xs font-medium" }, nne = { class: "text-sm text-slate-500" };
94073
+ }), Jte = { class: "mb-1 text-sm font-medium" }, Xte = { class: "flex items-center mb-1" }, Qte = { class: "text-2xl font-semibold leading-tight" }, ene = { key: 0 }, tne = { class: "text-xs font-medium" }, nne = { class: "text-xs text-slate-500" };
94074
94074
  function ine(i, t, e, n, s, o) {
94075
94075
  const r = an("BaseIcon");
94076
94076
  return x(), V("section", null, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.10.8",
3
+ "version": "0.10.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && vue-tsc && vite build",
@@ -28,7 +28,7 @@
28
28
  </div>
29
29
  </div>
30
30
  <!-- Caption -->
31
- <footer class="text-sm text-slate-500">
31
+ <footer class="text-xs text-slate-500">
32
32
  {{ caption }}
33
33
  </footer>
34
34
  </section>