@yuno-payments/dashboard-embed-sdk 0.3.0-beta.1 → 0.3.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ const sdk = initYunoDashboard({
18
18
  container: document.getElementById("dashboard")!,
19
19
  token: "your-jwt-token",
20
20
  theme: {
21
- // Simple: flat tokens apply to light mode; dark mode uses design system defaults
21
+ // Simple: flat tokens apply to both light mode and dark mode;
22
22
  tokens: { primary: "#134AC3" },
23
23
  // Per-mode: full control over both light and dark colors
24
24
  // tokens: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-embed-sdk",
3
- "version": "0.3.0-beta.1",
3
+ "version": "0.3.0",
4
4
  "description": "Lightweight SDK for embedding the Yuno Dashboard via iframe",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",