@beemafrica/ui 0.1.11 → 0.1.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beemafrica/ui",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Shared Beem UI components built on shadcn/Radix",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -108,6 +108,7 @@ function Ticket({
108
108
  >
109
109
  {ticket_type}
110
110
  </p>
111
+ <small className="text-[#6b7bbd]">view full email</small>
111
112
  <ExternalLink size="12px" className="text-[#6B7B8D]" />
112
113
  </div>
113
114