@queelabs/ui 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  **React primitives** for **payment-required**, **receipt**, **settlement**, and **checkout shell** UI on top of **`@queelabs/sdk`** or direct **`/v1`** calls. The **bridge** pattern (wallet/card slots) keeps your app in charge of **wagmi**, **Stripe Elements**, etc., while Quee stays **headless**.
4
4
 
5
+ **Quee:** [https://quee.one](https://quee.one)
6
+
5
7
  Layout follows a **shadcn-style** mental model: **`lib/`** for shared utilities and types, **`components/`** for one file per primitive (kebab-case filenames), and a single barrel export from **`@queelabs/ui`**.
6
8
 
7
9
  ## Package layout
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@queelabs/ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "license": "UNLICENSED",
5
5
  "description": "React checkout and transaction primitives for Quee",
6
6
  "type": "module",