@vllnt/ui 0.2.1-canary.b8f8468 → 0.2.1-canary.c0afef4

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.
@@ -120,10 +120,7 @@ function FigureQuote({ quote }) {
120
120
  "\u201C",
121
121
  quote.text,
122
122
  "\u201D",
123
- quote.source ? /* @__PURE__ */ jsxs("footer", { className: "mt-1 text-xs not-italic text-muted-foreground/80", children: [
124
- "\u2014 ",
125
- quote.source
126
- ] }) : null
123
+ quote.source ? /* @__PURE__ */ jsx("footer", { className: "mt-1 text-xs not-italic text-muted-foreground/80", children: quote.source }) : null
127
124
  ] });
128
125
  }
129
126
  function FigureBio({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vllnt/ui",
3
- "version": "0.2.1-canary.b8f8468",
3
+ "version": "0.2.1-canary.c0afef4",
4
4
  "description": "React component library — 225 components built on Radix UI, Tailwind CSS, and CVA",
5
5
  "license": "MIT",
6
6
  "author": "vllnt",