-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.widget.json
More file actions
91 lines (91 loc) · 3.17 KB
/
Copy pathregistry.widget.json
File metadata and controls
91 lines (91 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "widget",
"homepage": "https://github.com/lifinance/design-system",
"items": [
{
"name": "tokens",
"type": "registry:theme",
"title": "LI.FI widget tokens",
"description": "The widget's default theme. Sets palette, radius, and typography over the core tokens.",
"registryDependencies": ["@core/tokens"],
"cssVars": {
"light": {
"foreground": "oklch(0 0 0)",
"card-foreground": "oklch(0 0 0)",
"popover-foreground": "oklch(0 0 0)",
"primary": "oklch(0.582 0.2223 274.2)",
"primary-foreground": "oklch(1 0 0)",
"secondary": "oklch(0.8801 0.0997 321.97)",
"secondary-foreground": "oklch(0 0 0)",
"muted": "oklch(0.9491 0 0)",
"muted-foreground": "oklch(0.526 0 0)",
"accent": "oklch(0.9491 0 0)",
"accent-foreground": "oklch(0 0 0)",
"destructive": "oklch(0.531 0.2002 31.03)",
"border": "oklch(0.9067 0 0)",
"input": "oklch(0.9067 0 0)",
"ring": "oklch(0.582 0.2223 274.2)",
"radius": "0.75rem",
"font-sans": "Inter, sans-serif"
},
"dark": {
"background": "oklch(0.1822 0 0)",
"foreground": "oklch(1 0 0)",
"card": "oklch(0.2478 0 0)",
"card-foreground": "oklch(1 0 0)",
"popover": "oklch(0.2478 0 0)",
"popover-foreground": "oklch(1 0 0)",
"primary": "oklch(0.607 0.2123 274.25)",
"primary-foreground": "oklch(0 0 0)",
"muted": "oklch(0.279 0 0)",
"muted-foreground": "oklch(0.7921 0 0)",
"accent": "oklch(0.3791 0 0)",
"accent-foreground": "oklch(1 0 0)",
"destructive": "oklch(0.75 0.15 31.03)",
"border": "oklch(0.3791 0 0)",
"input": "oklch(0.3791 0 0)",
"ring": "oklch(0.607 0.2123 274.25)"
}
}
},
{
"name": "tokens-azure",
"type": "registry:theme",
"title": "Azure tokens",
"description": "An alternate palette for the widget. Install in place of @widget/tokens to re-theme the same components.",
"registryDependencies": ["@core/tokens"],
"cssVars": {
"light": {
"foreground": "oklch(0.1221 0.0272 238.37)",
"card": "oklch(0.9797 0.0026 286.35)",
"card-foreground": "oklch(0.1221 0.0272 238.37)",
"popover": "oklch(0.9797 0.0026 286.35)",
"popover-foreground": "oklch(0.1221 0.0272 238.37)",
"primary": "oklch(0.5738 0.2316 259.64)",
"primary-foreground": "oklch(1 0 0)",
"secondary": "oklch(0.8575 0.1752 88.49)",
"secondary-foreground": "oklch(0.1221 0.0272 238.37)",
"muted": "oklch(0.9522 0.0042 271.37)",
"muted-foreground": "oklch(0.529 0.0235 255)",
"accent": "oklch(0.9522 0.0042 271.37)",
"accent-foreground": "oklch(0.1221 0.0272 238.37)",
"destructive": "oklch(0.529 0.2002 31.03)",
"border": "oklch(0.8866 0.011 256.7)",
"input": "oklch(0.8866 0.011 256.7)",
"ring": "oklch(0.5738 0.2316 259.64)",
"radius": "0.75rem",
"font-sans": "Inter, sans-serif"
}
}
},
{
"name": "style",
"type": "registry:style",
"title": "LI.FI widget",
"description": "The LI.FI widget design system: the core set themed with the widget palette.",
"extends": "none",
"registryDependencies": ["@core/base", "@widget/tokens"]
}
]
}