@medialane/ui 0.48.0 → 0.50.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 (52) hide show
  1. package/dist/components/action-button.cjs +113 -0
  2. package/dist/components/action-button.cjs.map +1 -0
  3. package/dist/components/action-button.d.cts +20 -0
  4. package/dist/components/action-button.d.ts +20 -0
  5. package/dist/components/action-button.js +89 -0
  6. package/dist/components/action-button.js.map +1 -0
  7. package/dist/components/action-dialog.cjs +68 -0
  8. package/dist/components/action-dialog.cjs.map +1 -0
  9. package/dist/components/action-dialog.d.cts +12 -0
  10. package/dist/components/action-dialog.d.ts +12 -0
  11. package/dist/components/action-dialog.js +44 -0
  12. package/dist/components/action-dialog.js.map +1 -0
  13. package/dist/components/aurora.cjs +86 -0
  14. package/dist/components/aurora.cjs.map +1 -0
  15. package/dist/components/aurora.d.cts +13 -0
  16. package/dist/components/aurora.d.ts +13 -0
  17. package/dist/components/aurora.js +62 -0
  18. package/dist/components/aurora.js.map +1 -0
  19. package/dist/components/community-rewards-section.cjs +3 -3
  20. package/dist/components/community-rewards-section.cjs.map +1 -1
  21. package/dist/components/community-rewards-section.js +3 -3
  22. package/dist/components/community-rewards-section.js.map +1 -1
  23. package/dist/components/stat-tile.cjs +85 -0
  24. package/dist/components/stat-tile.cjs.map +1 -0
  25. package/dist/components/stat-tile.d.cts +25 -0
  26. package/dist/components/stat-tile.d.ts +25 -0
  27. package/dist/components/stat-tile.js +60 -0
  28. package/dist/components/stat-tile.js.map +1 -0
  29. package/dist/components/token-glyph.cjs +93 -0
  30. package/dist/components/token-glyph.cjs.map +1 -0
  31. package/dist/components/token-glyph.d.cts +21 -0
  32. package/dist/components/token-glyph.d.ts +21 -0
  33. package/dist/components/token-glyph.js +68 -0
  34. package/dist/components/token-glyph.js.map +1 -0
  35. package/dist/data/brand.cjs +26 -7
  36. package/dist/data/brand.cjs.map +1 -1
  37. package/dist/data/brand.d.cts +26 -7
  38. package/dist/data/brand.d.ts +26 -7
  39. package/dist/data/brand.js +26 -7
  40. package/dist/data/brand.js.map +1 -1
  41. package/dist/index.cjs +19 -0
  42. package/dist/index.cjs.map +1 -1
  43. package/dist/index.d.cts +5 -0
  44. package/dist/index.d.ts +5 -0
  45. package/dist/index.js +12 -0
  46. package/dist/index.js.map +1 -1
  47. package/dist/medialane.css +51 -8
  48. package/dist/preset/tailwind.cjs +8 -5
  49. package/dist/preset/tailwind.cjs.map +1 -1
  50. package/dist/preset/tailwind.js +8 -5
  51. package/dist/preset/tailwind.js.map +1 -1
  52. package/package.json +4 -3
@@ -2,11 +2,14 @@ const medialanePreset = {
2
2
  theme: {
3
3
  extend: {
4
4
  colors: {
5
- "brand-blue": "#2563eb",
6
- "brand-navy": "#172554",
7
- "brand-rose": "#f43f5e",
8
- "brand-purple": "#9333ea",
9
- "brand-orange": "#ea580c"
5
+ "brand-blue": "#3b7bff",
6
+ "brand-electric": "#1a17ff",
7
+ "brand-indigo": "#5b4ce6",
8
+ "brand-purple": "#8a5cf6",
9
+ "brand-rose": "#f6608f",
10
+ "brand-orange": "#fb8b46",
11
+ "brand-price": "#f97316",
12
+ "brand-navy": "#0a0e1f"
10
13
  },
11
14
  borderRadius: {
12
15
  brand: "11px"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/preset/tailwind.ts"],"sourcesContent":["import type { Config } from \"tailwindcss\";\n\nconst medialanePreset: Partial<Config> = {\n theme: {\n extend: {\n colors: {\n \"brand-blue\": \"#2563eb\",\n \"brand-navy\": \"#172554\",\n \"brand-rose\": \"#f43f5e\",\n \"brand-purple\": \"#9333ea\",\n \"brand-orange\": \"#ea580c\",\n },\n borderRadius: {\n brand: \"11px\",\n },\n },\n },\n};\n\nexport default medialanePreset;\n"],"mappings":"AAEA,MAAM,kBAAmC;AAAA,EACvC,OAAO;AAAA,IACL,QAAQ;AAAA,MACN,QAAQ;AAAA,QACN,cAAc;AAAA,QACd,cAAc;AAAA,QACd,cAAc;AAAA,QACd,gBAAgB;AAAA,QAChB,gBAAgB;AAAA,MAClB;AAAA,MACA,cAAc;AAAA,QACZ,OAAO;AAAA,MACT;AAAA,IACF;AAAA,EACF;AACF;AAEA,IAAO,mBAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/preset/tailwind.ts"],"sourcesContent":["import type { Config } from \"tailwindcss\";\n\nconst medialanePreset: Partial<Config> = {\n theme: {\n extend: {\n colors: {\n \"brand-blue\": \"#3b7bff\",\n \"brand-electric\": \"#1a17ff\",\n \"brand-indigo\": \"#5b4ce6\",\n \"brand-purple\": \"#8a5cf6\",\n \"brand-rose\": \"#f6608f\",\n \"brand-orange\": \"#fb8b46\",\n \"brand-price\": \"#f97316\",\n \"brand-navy\": \"#0a0e1f\",\n },\n borderRadius: {\n brand: \"11px\",\n },\n },\n },\n};\n\nexport default medialanePreset;\n"],"mappings":"AAEA,MAAM,kBAAmC;AAAA,EACvC,OAAO;AAAA,IACL,QAAQ;AAAA,MACN,QAAQ;AAAA,QACN,cAAkB;AAAA,QAClB,kBAAkB;AAAA,QAClB,gBAAkB;AAAA,QAClB,gBAAkB;AAAA,QAClB,cAAkB;AAAA,QAClB,gBAAkB;AAAA,QAClB,eAAkB;AAAA,QAClB,cAAkB;AAAA,MACpB;AAAA,MACA,cAAc;AAAA,QACZ,OAAO;AAAA,MACT;AAAA,IACF;AAAA,EACF;AACF;AAEA,IAAO,mBAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medialane/ui",
3
- "version": "0.48.0",
3
+ "version": "0.50.0",
4
4
  "description": "Shared UI components for Medialane apps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -34,6 +34,7 @@
34
34
  "peerDependencies": {
35
35
  "@medialane/sdk": ">=0.6.0",
36
36
  "clsx": ">=2.0.0",
37
+ "cmdk": ">=1.0.0",
37
38
  "framer-motion": ">=10.0.0",
38
39
  "lucide-react": ">=0.400.0",
39
40
  "next": ">=14.0.0",
@@ -41,8 +42,7 @@
41
42
  "react": ">=18.0.0",
42
43
  "react-dom": ">=18.0.0",
43
44
  "sonner": ">=1.0.0",
44
- "tailwind-merge": ">=2.0.0",
45
- "cmdk": ">=1.0.0"
45
+ "tailwind-merge": ">=2.0.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@medialane/sdk": "0.48.0",
@@ -54,6 +54,7 @@
54
54
  "lucide-react": "^0.400.0",
55
55
  "next": "^15.0.0",
56
56
  "next-themes": "^0.4.0",
57
+ "playwright": "^1.61.1",
57
58
  "react": "^19.0.0",
58
59
  "react-dom": "^19.0.0",
59
60
  "sonner": "^1.5.0",