sprintify-ui 0.0.37 → 0.0.38

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.
@@ -9354,7 +9354,7 @@ const If = /* @__PURE__ */ je(kf, [["render", _f], ["__scopeId", "data-v-e5ae83e
9354
9354
  const n = e, r = V(() => n.color == "gray" ? n.contrast == "high" ? "bg-slate-600 text-white" : "bg-slate-100 text-slate-800 border border-slate-300" : n.color == "red" ? n.contrast == "high" ? "bg-red-600 text-white" : "bg-red-100 text-red-700 border border-red-300" : n.color == "orange" ? n.contrast == "high" ? "bg-orange-500 text-white" : "bg-orange-100 text-yellow-700 border border-orange-300" : n.color == "yellow" ? n.contrast == "high" ? "bg-yellow-500 text-white" : "bg-yellow-100 text-yellow-700 border border-yellow-300" : n.color == "green" ? n.contrast == "high" ? "bg-green-600 text-white" : "bg-green-100 text-green-700 border border-green-300" : n.color == "blue" ? n.contrast == "high" ? "bg-blue-600 text-white" : "bg-blue-100 text-blue-700 border border-blue-300" : n.color == "indigo" ? n.contrast == "high" ? "bg-indigo-600 text-white" : "bg-indigo-100 text-indigo-700 border border-indigo-300" : n.color == "purple" ? n.contrast == "high" ? "bg-purple-600 text-white" : "bg-purple-100 text-purple-700 border border-purple-300" : n.color == "pink" ? n.contrast == "high" ? "bg-pink-600 text-white" : "bg-pink-100 text-pink-700 border border-pink-300" : "bg-slate-100 text-slate-700 border border-slate-300"), l = V(() => "h-4 w-4");
9355
9355
  return (o, a) => {
9356
9356
  const s = pe("router-link");
9357
- return y(), te(kt, { class: "flex max-w-sm duration-200 hover:bg-slate-50" }, {
9357
+ return y(), te(kt, { class: "flex duration-200 hover:bg-slate-50" }, {
9358
9358
  default: G(() => [
9359
9359
  q(s, { to: e.to }, {
9360
9360
  default: G(() => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <BaseCard class="flex max-w-sm duration-200 hover:bg-slate-50">
2
+ <BaseCard class="flex duration-200 hover:bg-slate-50">
3
3
  <router-link :to="to">
4
4
  <section class="whitespace-pre-line p-4">
5
5
  <!-- Icon -->