@cloudnyx/design-tokens 0.1.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.
- package/dist/tailwind-preset.js +132 -0
- package/dist/tokens.css +336 -0
- package/dist/tokens.d.ts +6 -0
- package/dist/tokens.js +537 -0
- package/dist/tokens.json +388 -0
- package/package.json +36 -0
package/dist/tokens.js
ADDED
|
@@ -0,0 +1,537 @@
|
|
|
1
|
+
// Crystal Glasshouse Design Tokens — Auto-generated
|
|
2
|
+
|
|
3
|
+
export const tokens = {
|
|
4
|
+
"cAccent": "#DE87A6",
|
|
5
|
+
"cAccentRgb": "222, 135, 166",
|
|
6
|
+
"cPurple": "#A892E0",
|
|
7
|
+
"cPurpleRgb": "168, 146, 224",
|
|
8
|
+
"cTech": "#88C2D4",
|
|
9
|
+
"cTechRgb": "136, 194, 212",
|
|
10
|
+
"cLife": "#F4BC85",
|
|
11
|
+
"cLifeRgb": "244, 188, 133",
|
|
12
|
+
"cBg": "#fdfbfe",
|
|
13
|
+
"cBgRgb": "253, 251, 254",
|
|
14
|
+
"cSurface": "rgba(255, 255, 255, 0.78)",
|
|
15
|
+
"cBorder": "rgba(255, 255, 255, 0.6)",
|
|
16
|
+
"cText1": "#334155",
|
|
17
|
+
"cText2": "#64748b",
|
|
18
|
+
"cDivider": "#f1f5f9",
|
|
19
|
+
"cSuccess": "#34d399",
|
|
20
|
+
"cWarning": "#f4bc85",
|
|
21
|
+
"cError": "#ef4444",
|
|
22
|
+
"cInfo": "#88c2d4",
|
|
23
|
+
"paper": "#fdfbfe",
|
|
24
|
+
"roseSoft": "222, 135, 166",
|
|
25
|
+
"violetSoft": "168, 146, 224",
|
|
26
|
+
"skySoft": "136, 194, 212",
|
|
27
|
+
"roseDeep": "#c76a92",
|
|
28
|
+
"roseDeepRgb": "199, 106, 146",
|
|
29
|
+
"purpleDeep": "#8b6bf0",
|
|
30
|
+
"purpleDeepRgb": "139, 107, 240",
|
|
31
|
+
"roseLight": "#f9a8d4",
|
|
32
|
+
"roseLightRgb": "249, 168, 212",
|
|
33
|
+
"violetLight": "#c084fc",
|
|
34
|
+
"violetLightRgb": "192, 132, 252",
|
|
35
|
+
"roseBright": "#f472b6",
|
|
36
|
+
"roseBrightRgb": "244, 114, 182",
|
|
37
|
+
"skyLight": "#7dd3fc",
|
|
38
|
+
"skyLightRgb": "125, 211, 252",
|
|
39
|
+
"roseMid": "#f7b2d0",
|
|
40
|
+
"roseWarm": "#ef93bd",
|
|
41
|
+
"violetWarm": "#d98ed8",
|
|
42
|
+
"purpleMid": "#c4a3f0",
|
|
43
|
+
"pinkPale": "#ffd6e6",
|
|
44
|
+
"violetPale": "#e9d5ff",
|
|
45
|
+
"discoverBg": "#f5f0fa",
|
|
46
|
+
"roseDeepLight": "#f0b9d0",
|
|
47
|
+
"online": "#34d399",
|
|
48
|
+
"background": "0 0% 100%",
|
|
49
|
+
"foreground": "222.2 84% 4.9%",
|
|
50
|
+
"primary": "330 81% 60%",
|
|
51
|
+
"primaryForeground": "210 40% 98%",
|
|
52
|
+
"secondary": "210 40% 96.1%",
|
|
53
|
+
"secondaryForeground": "222.2 47.4% 11.2%",
|
|
54
|
+
"accent": "330 81% 96%",
|
|
55
|
+
"accentForeground": "222.2 47.4% 11.2%",
|
|
56
|
+
"card": "0 0% 100%",
|
|
57
|
+
"cardForeground": "222.2 84% 4.9%",
|
|
58
|
+
"border": "214.3 31.8% 91.4%",
|
|
59
|
+
"input": "214.3 31.8% 91.4%",
|
|
60
|
+
"ring": "330 81% 60%",
|
|
61
|
+
"destructive": "0 84.2% 60.2%",
|
|
62
|
+
"destructiveForeground": "210 40% 98%",
|
|
63
|
+
"muted": "210 40% 96.1%",
|
|
64
|
+
"mutedForeground": "215.4 16.3% 46.9%",
|
|
65
|
+
"glassBlurSubtle": "blur(8px)",
|
|
66
|
+
"glassBlur": "blur(16px)",
|
|
67
|
+
"glassBlurMedium": "blur(20px)",
|
|
68
|
+
"glassBlurStrong": "blur(24px)",
|
|
69
|
+
"glassBlurCard": "blur(28px)",
|
|
70
|
+
"glassCardSaturate": "1.7",
|
|
71
|
+
"glassSurface": "rgba(255, 255, 255, 0.82)",
|
|
72
|
+
"glassSurfaceHover": "rgba(255, 255, 255, 0.72)",
|
|
73
|
+
"glassSurfaceSubtle": "rgba(255, 255, 255, 0.2)",
|
|
74
|
+
"glassSurfaceDark": "rgba(0, 0, 0, 0.05)",
|
|
75
|
+
"glassEdgeStrong": "2px solid rgba(255, 255, 255, 0.5)",
|
|
76
|
+
"glassEdgeSoft": "1px solid rgba(255, 255, 255, 0.25)",
|
|
77
|
+
"glassEdgeInset": "1px solid rgba(0, 0, 0, 0.06)",
|
|
78
|
+
"glassAccent1": "236, 72, 153",
|
|
79
|
+
"glassAccent2": "34, 211, 238",
|
|
80
|
+
"glassVividBg": "var(--glass-surface)",
|
|
81
|
+
"glassVividSaturate": "1.25",
|
|
82
|
+
"glassVividEdgeTop": "var(--glass-edge-strong)",
|
|
83
|
+
"glassVividEdgeBottom": "var(--glass-edge-soft)",
|
|
84
|
+
"glassVividShadow": "var(--shadow-high)",
|
|
85
|
+
"claySurface": "rgba(245, 240, 236, 0.6)",
|
|
86
|
+
"clayInner": "inset 0 2px 4px rgba(255, 255, 255, 0.6), inset 0 -2px 4px rgba(0, 0, 0, 0.05)",
|
|
87
|
+
"clayInnerStrong": "inset 0 3px 6px rgba(255, 255, 255, 0.7), inset 0 -3px 6px rgba(0, 0, 0, 0.06)",
|
|
88
|
+
"textGlass": "#1a1a1a",
|
|
89
|
+
"textGlassShadow": "0 1px 0 rgba(255, 255, 255, 0.3)",
|
|
90
|
+
"textGlassMuted": "rgba(26, 26, 26, 0.55)",
|
|
91
|
+
"ink": "var(--c-text-1, #334155)",
|
|
92
|
+
"ink2": "var(--c-text-2, #64748b)",
|
|
93
|
+
"shadowLow": "0 4px 12px rgba(0, 0, 0, 0.06)",
|
|
94
|
+
"shadowMedium": "0 8px 24px rgba(0, 0, 0, 0.08)",
|
|
95
|
+
"shadowHigh": "0 12px 40px rgba(0, 0, 0, 0.2)",
|
|
96
|
+
"shadowRest": "0 4px 20px rgba(44, 42, 41, 0.04), 0 1px 3px rgba(44, 42, 41, 0.02)",
|
|
97
|
+
"shadowHover": "0 8px 32px rgba(222, 135, 166, 0.12), 0 2px 6px rgba(44, 42, 41, 0.03)",
|
|
98
|
+
"shadowFloat": "0 20px 48px rgba(0, 0, 0, 0.14)",
|
|
99
|
+
"shadowImage": "0 6px 24px rgba(44, 42, 41, 0.08)",
|
|
100
|
+
"shadowSoft": "0 2px 8px -2px rgba(0, 0, 0, 0.08), 0 4px 16px -4px rgba(0, 0, 0, 0.06)",
|
|
101
|
+
"shadowCardMedium": "0 4px 12px -2px rgba(0, 0, 0, 0.12), 0 8px 24px -4px rgba(0, 0, 0, 0.08)",
|
|
102
|
+
"shadowGlow": "0 0 20px 2px rgba(236, 72, 153, 0.15)",
|
|
103
|
+
"sp1": "1px",
|
|
104
|
+
"sp3": "3px",
|
|
105
|
+
"sp2xs": "2px",
|
|
106
|
+
"spXs": "4px",
|
|
107
|
+
"spXsh": "5px",
|
|
108
|
+
"spSm-": "6px",
|
|
109
|
+
"spSm": "8px",
|
|
110
|
+
"spSmh": "9px",
|
|
111
|
+
"spSm2": "10px",
|
|
112
|
+
"spSm2h": "11px",
|
|
113
|
+
"spMd-": "12px",
|
|
114
|
+
"spMd": "16px",
|
|
115
|
+
"spMdh": "18px",
|
|
116
|
+
"spLg-": "20px",
|
|
117
|
+
"spLg": "24px",
|
|
118
|
+
"spLgh": "26px",
|
|
119
|
+
"spXl-": "28px",
|
|
120
|
+
"spXl": "32px",
|
|
121
|
+
"spXlh": "36px",
|
|
122
|
+
"sp2xl-": "40px",
|
|
123
|
+
"sp2xl": "48px",
|
|
124
|
+
"sp2xlh": "52px",
|
|
125
|
+
"sp3xl-": "56px",
|
|
126
|
+
"sp3xl": "64px",
|
|
127
|
+
"sp4xl": "80px",
|
|
128
|
+
"sp5xl": "96px",
|
|
129
|
+
"sp6xl": "120px",
|
|
130
|
+
"radius2xs": "2px",
|
|
131
|
+
"radiusXs": "4px",
|
|
132
|
+
"radiusSm": "6px",
|
|
133
|
+
"radiusMd": "8px",
|
|
134
|
+
"radiusLg": "10px",
|
|
135
|
+
"radiusXl": "12px",
|
|
136
|
+
"radius2xl": "14px",
|
|
137
|
+
"radius3xl": "16px",
|
|
138
|
+
"radius4xl": "18px",
|
|
139
|
+
"radius5xl": "20px",
|
|
140
|
+
"radius6xl": "22px",
|
|
141
|
+
"radiusFull": "999px",
|
|
142
|
+
"easeViscous": "cubic-bezier(0.16, 1, 0.3, 1)",
|
|
143
|
+
"easeSoft": "cubic-bezier(0.22, 0.61, 0.3, 1)",
|
|
144
|
+
"easeSpring": "cubic-bezier(0.34, 1.56, 0.64, 1)",
|
|
145
|
+
"durMicro": "80ms",
|
|
146
|
+
"durFast": "150ms",
|
|
147
|
+
"durNormal": "250ms",
|
|
148
|
+
"durSlow": "400ms",
|
|
149
|
+
"durSpring": "500ms",
|
|
150
|
+
"tFast": "150ms cubic-bezier(0.4, 0, 0.2, 1)",
|
|
151
|
+
"tNormal": "250ms cubic-bezier(0.4, 0, 0.2, 1)",
|
|
152
|
+
"tSpring": "400ms cubic-bezier(0.34, 1.56, 0.64, 1)",
|
|
153
|
+
"opDisabled": "0.4",
|
|
154
|
+
"opMuted": "0.55",
|
|
155
|
+
"opSoft": "0.65",
|
|
156
|
+
"opMedium": "0.75",
|
|
157
|
+
"opStrong": "0.85",
|
|
158
|
+
"opFull": "1",
|
|
159
|
+
"zBase": "1",
|
|
160
|
+
"zContent": "4",
|
|
161
|
+
"zContentHigh": "20",
|
|
162
|
+
"zBrand": "30",
|
|
163
|
+
"zBackdrop": "40",
|
|
164
|
+
"zNav": "50",
|
|
165
|
+
"zOverlay": "60",
|
|
166
|
+
"zModal": "70",
|
|
167
|
+
"zToast": "80",
|
|
168
|
+
"zTransition": "200",
|
|
169
|
+
"fontSerifCn": "\"Noto Serif SC\", serif",
|
|
170
|
+
"fontDisplay": "\"Instrument Serif\", \"Noto Serif SC\", Georgia, serif",
|
|
171
|
+
"fontBody": "\"Outfit\", \"Noto Sans SC\", system-ui, sans-serif",
|
|
172
|
+
"fwRegular": "400",
|
|
173
|
+
"fwMedium": "500",
|
|
174
|
+
"fwSemibold": "600",
|
|
175
|
+
"fwBold": "700",
|
|
176
|
+
"fwExtrabold": "800",
|
|
177
|
+
"focusRing": "0 0 0 2px rgba(var(--c-accent-rgb), 0.3)",
|
|
178
|
+
"focusRingLg": "0 0 0 4px rgba(var(--c-accent-rgb), 0.16)",
|
|
179
|
+
"focusRingGlow": "0 0 0 2px rgba(var(--c-accent-rgb), 0.3), 0 0 12px rgba(var(--c-accent-rgb), 0.15)",
|
|
180
|
+
"gradRose": "linear-gradient(135deg, rgba(var(--glass-accent-1), 0.4), rgba(var(--glass-accent-1), 0.1))",
|
|
181
|
+
"gradCyan": "linear-gradient(135deg, rgba(var(--glass-accent-2), 0.4), rgba(var(--glass-accent-2), 0.1))",
|
|
182
|
+
"gradPurple": "linear-gradient(135deg, rgba(var(--purple-deep-rgb), 0.4), rgba(var(--purple-deep-rgb), 0.1))",
|
|
183
|
+
"jGrad": "linear-gradient(145deg, #ff9dc6 0%, #e191d8 48%, #b488ff 100%)",
|
|
184
|
+
"jGradRadial": "radial-gradient(118% 118% at 32% 24%, #ffcde4 0%, #ff9dc6 34%, #b488ff 100%)",
|
|
185
|
+
"paperInk": "#2c2620",
|
|
186
|
+
"paperInkStrong": "#1f1a14",
|
|
187
|
+
"paperInkMuted": "#4a3528",
|
|
188
|
+
"paperRoseRgb": "255, 220, 235",
|
|
189
|
+
"paperBrownRgb": "80, 50, 30",
|
|
190
|
+
"voidBg": "#0e0524",
|
|
191
|
+
"voidBgRgb": "14, 5, 36",
|
|
192
|
+
"paperDark": "#1a1520",
|
|
193
|
+
"elysiaInk": "#3b3550",
|
|
194
|
+
"elysiaInk2": "#7a7390",
|
|
195
|
+
"elysiaInk3": "#a9a2bc",
|
|
196
|
+
"elysiaDarkSurface": "#352a48",
|
|
197
|
+
"elysiaDarkSurfaceAlt": "#3a2e50",
|
|
198
|
+
"elysiaDotBorder": "#fff5fb",
|
|
199
|
+
"elysiaDotBorderDark": "#1a1626",
|
|
200
|
+
"radius": "0.75rem",
|
|
201
|
+
"gridGap": "var(--sp-md)",
|
|
202
|
+
"cardRadius": "20px",
|
|
203
|
+
"spCardPad": "24px",
|
|
204
|
+
"spGutter": "24px",
|
|
205
|
+
"radiusCard": "var(--radius-3xl)",
|
|
206
|
+
"radiusInner": "var(--radius-xl)",
|
|
207
|
+
"blur": "14px",
|
|
208
|
+
"widgetShadowRgb": "120, 70, 110",
|
|
209
|
+
"shadowBaseRgb": "44, 42, 41"
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export const darkTokens = {
|
|
213
|
+
"cBg": "#0f0f17",
|
|
214
|
+
"cBgRgb": "15, 15, 23",
|
|
215
|
+
"cSurface": "rgba(157, 117, 255, 0.06)",
|
|
216
|
+
"cBorder": "rgba(255, 255, 255, 0.07)",
|
|
217
|
+
"cText1": "#e2e8f0",
|
|
218
|
+
"cText2": "#94a3b8",
|
|
219
|
+
"cDivider": "rgba(255, 255, 255, 0.06)",
|
|
220
|
+
"paper": "#0f0f17",
|
|
221
|
+
"roseDeepRgb": "244, 169, 206",
|
|
222
|
+
"purpleDeepRgb": "184, 155, 232",
|
|
223
|
+
"roseBrightRgb": "244, 169, 206",
|
|
224
|
+
"discoverBg": "var(--void-bg)",
|
|
225
|
+
"background": "0 0% 0%",
|
|
226
|
+
"foreground": "210 40% 98%",
|
|
227
|
+
"primary": "330 70% 65%",
|
|
228
|
+
"primaryForeground": "210 40% 98%",
|
|
229
|
+
"card": "240 6% 11%",
|
|
230
|
+
"cardForeground": "210 40% 98%",
|
|
231
|
+
"secondary": "240 5% 18%",
|
|
232
|
+
"secondaryForeground": "210 40% 98%",
|
|
233
|
+
"accent": "240 5% 18%",
|
|
234
|
+
"accentForeground": "210 40% 98%",
|
|
235
|
+
"border": "240 4% 22%",
|
|
236
|
+
"input": "240 5% 18%",
|
|
237
|
+
"ring": "330 70% 65%",
|
|
238
|
+
"destructive": "0 62.8% 30.6%",
|
|
239
|
+
"destructiveForeground": "210 40% 98%",
|
|
240
|
+
"muted": "240 5% 18%",
|
|
241
|
+
"mutedForeground": "240 5% 64.9%",
|
|
242
|
+
"glassSurface": "rgba(255, 255, 255, 0.08)",
|
|
243
|
+
"glassSurfaceHover": "rgba(255, 255, 255, 0.14)",
|
|
244
|
+
"glassSurfaceSubtle": "rgba(255, 255, 255, 0.04)",
|
|
245
|
+
"glassSurfaceDark": "rgba(0, 0, 0, 0.2)",
|
|
246
|
+
"glassEdgeStrong": "1px solid rgba(255, 255, 255, 0.12)",
|
|
247
|
+
"glassEdgeSoft": "1px solid rgba(255, 255, 255, 0.06)",
|
|
248
|
+
"glassVividBg": "linear-gradient(135deg, rgba(46, 38, 78, 0.82) 0%, rgba(20, 17, 34, 0.76) 100%)",
|
|
249
|
+
"glassVividSaturate": "1.15",
|
|
250
|
+
"glassVividEdgeTop": "1px solid rgba(255, 255, 255, 0.16)",
|
|
251
|
+
"glassVividEdgeBottom": "1px solid rgba(255, 255, 255, 0.05)",
|
|
252
|
+
"glassVividShadow": "0 14px 44px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.07)",
|
|
253
|
+
"claySurface": "rgba(35, 35, 42, 0.6)",
|
|
254
|
+
"clayInner": "inset 0 2px 4px rgba(255, 255, 255, 0.08), inset 0 -2px 4px rgba(0, 0, 0, 0.15)",
|
|
255
|
+
"clayInnerStrong": "inset 0 3px 6px rgba(255, 255, 255, 0.1), inset 0 -3px 6px rgba(0, 0, 0, 0.2)",
|
|
256
|
+
"textGlass": "#f0ece4",
|
|
257
|
+
"textGlassShadow": "0 1px 0 rgba(0, 0, 0, 0.4)",
|
|
258
|
+
"textGlassMuted": "rgba(240, 236, 228, 0.55)",
|
|
259
|
+
"ink": "var(--c-text-1, #e2e8f0)",
|
|
260
|
+
"ink2": "var(--c-text-2, #94a3b8)",
|
|
261
|
+
"shadowLow": "0 4px 12px rgba(0, 0, 0, 0.2)",
|
|
262
|
+
"shadowMedium": "0 8px 24px rgba(0, 0, 0, 0.25)",
|
|
263
|
+
"shadowHigh": "0 12px 32px rgba(0, 0, 0, 0.3)",
|
|
264
|
+
"shadowFloat": "0 20px 48px rgba(0, 0, 0, 0.35)",
|
|
265
|
+
"shadowRest": "0 4px 20px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.08)",
|
|
266
|
+
"shadowHover": "0 8px 32px rgba(var(--purple-deep-rgb), 0.15), 0 2px 6px rgba(0, 0, 0, 0.1)",
|
|
267
|
+
"shadowImage": "0 6px 24px rgba(0, 0, 0, 0.2)",
|
|
268
|
+
"shadowSoft": "0 2px 8px -2px rgba(0, 0, 0, 0.4), 0 4px 16px -4px rgba(0, 0, 0, 0.3)",
|
|
269
|
+
"shadowCardMedium": "0 4px 12px -2px rgba(0, 0, 0, 0.5), 0 8px 24px -4px rgba(0, 0, 0, 0.4)",
|
|
270
|
+
"shadowGlow": "0 0 20px 2px rgba(236, 72, 153, 0.25)",
|
|
271
|
+
"paperInk": "#d4cdd8",
|
|
272
|
+
"paperInkStrong": "#e8e0ee",
|
|
273
|
+
"paperInkMuted": "#a898b8",
|
|
274
|
+
"voidBg": "#0a0318",
|
|
275
|
+
"voidBgRgb": "10, 3, 24",
|
|
276
|
+
"paperDark": "#1a1520",
|
|
277
|
+
"elysiaInk": "#ece8f6",
|
|
278
|
+
"elysiaInk2": "#a6a0c0",
|
|
279
|
+
"elysiaInk3": "#6e688a",
|
|
280
|
+
"elysiaDarkSurface": "#352a48",
|
|
281
|
+
"elysiaDarkSurfaceAlt": "#3a2e50",
|
|
282
|
+
"elysiaDotBorder": "#1a1626",
|
|
283
|
+
"elysiaDotBorderDark": "#241b36",
|
|
284
|
+
"roseDeepLight": "#f0b9d0"
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
export const themes = {
|
|
288
|
+
"default": {
|
|
289
|
+
"name": "极简粉蓝",
|
|
290
|
+
"glassAccent1": "236, 72, 153",
|
|
291
|
+
"glassAccent2": "34, 211, 238"
|
|
292
|
+
},
|
|
293
|
+
"nature": {
|
|
294
|
+
"name": "自然森系",
|
|
295
|
+
"glassAccent1": "16, 185, 129",
|
|
296
|
+
"glassAccent2": "34, 197, 94"
|
|
297
|
+
},
|
|
298
|
+
"sunset": {
|
|
299
|
+
"name": "日落暖阳",
|
|
300
|
+
"glassAccent1": "251, 146, 60",
|
|
301
|
+
"glassAccent2": "251, 113, 133"
|
|
302
|
+
},
|
|
303
|
+
"ocean": {
|
|
304
|
+
"name": "深海静谧",
|
|
305
|
+
"glassAccent1": "59, 130, 246",
|
|
306
|
+
"glassAccent2": "129, 140, 248"
|
|
307
|
+
},
|
|
308
|
+
"lavender": {
|
|
309
|
+
"name": "薰衣草梦境",
|
|
310
|
+
"glassAccent1": "168, 85, 247",
|
|
311
|
+
"glassAccent2": "139, 92, 246"
|
|
312
|
+
},
|
|
313
|
+
"cyberpunk": {
|
|
314
|
+
"name": "赛博朋克",
|
|
315
|
+
"glassAccent1": "34, 211, 238",
|
|
316
|
+
"glassAccent2": "217, 70, 239"
|
|
317
|
+
},
|
|
318
|
+
"earthy": {
|
|
319
|
+
"name": "大地暖调",
|
|
320
|
+
"glassAccent1": "245, 158, 11",
|
|
321
|
+
"glassAccent2": "249, 115, 22"
|
|
322
|
+
},
|
|
323
|
+
"aurora_void": {
|
|
324
|
+
"name": "极光虚空",
|
|
325
|
+
"glassAccent1": "167, 139, 250",
|
|
326
|
+
"glassAccent2": "232, 121, 249"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export const cssVarNames = [
|
|
331
|
+
"c-accent",
|
|
332
|
+
"c-accent-rgb",
|
|
333
|
+
"c-purple",
|
|
334
|
+
"c-purple-rgb",
|
|
335
|
+
"c-tech",
|
|
336
|
+
"c-tech-rgb",
|
|
337
|
+
"c-life",
|
|
338
|
+
"c-life-rgb",
|
|
339
|
+
"c-bg",
|
|
340
|
+
"c-bg-rgb",
|
|
341
|
+
"c-surface",
|
|
342
|
+
"c-border",
|
|
343
|
+
"c-text-1",
|
|
344
|
+
"c-text-2",
|
|
345
|
+
"c-divider",
|
|
346
|
+
"c-success",
|
|
347
|
+
"c-warning",
|
|
348
|
+
"c-error",
|
|
349
|
+
"c-info",
|
|
350
|
+
"paper",
|
|
351
|
+
"rose-soft",
|
|
352
|
+
"violet-soft",
|
|
353
|
+
"sky-soft",
|
|
354
|
+
"rose-deep",
|
|
355
|
+
"rose-deep-rgb",
|
|
356
|
+
"purple-deep",
|
|
357
|
+
"purple-deep-rgb",
|
|
358
|
+
"rose-light",
|
|
359
|
+
"rose-light-rgb",
|
|
360
|
+
"violet-light",
|
|
361
|
+
"violet-light-rgb",
|
|
362
|
+
"rose-bright",
|
|
363
|
+
"rose-bright-rgb",
|
|
364
|
+
"sky-light",
|
|
365
|
+
"sky-light-rgb",
|
|
366
|
+
"rose-mid",
|
|
367
|
+
"rose-warm",
|
|
368
|
+
"violet-warm",
|
|
369
|
+
"purple-mid",
|
|
370
|
+
"pink-pale",
|
|
371
|
+
"violet-pale",
|
|
372
|
+
"discover-bg",
|
|
373
|
+
"rose-deep-light",
|
|
374
|
+
"online",
|
|
375
|
+
"background",
|
|
376
|
+
"foreground",
|
|
377
|
+
"primary",
|
|
378
|
+
"primary-foreground",
|
|
379
|
+
"secondary",
|
|
380
|
+
"secondary-foreground",
|
|
381
|
+
"accent",
|
|
382
|
+
"accent-foreground",
|
|
383
|
+
"card",
|
|
384
|
+
"card-foreground",
|
|
385
|
+
"border",
|
|
386
|
+
"input",
|
|
387
|
+
"ring",
|
|
388
|
+
"destructive",
|
|
389
|
+
"destructive-foreground",
|
|
390
|
+
"muted",
|
|
391
|
+
"muted-foreground",
|
|
392
|
+
"glass-blur-subtle",
|
|
393
|
+
"glass-blur",
|
|
394
|
+
"glass-blur-medium",
|
|
395
|
+
"glass-blur-strong",
|
|
396
|
+
"glass-blur-card",
|
|
397
|
+
"glass-card-saturate",
|
|
398
|
+
"glass-surface",
|
|
399
|
+
"glass-surface-hover",
|
|
400
|
+
"glass-surface-subtle",
|
|
401
|
+
"glass-surface-dark",
|
|
402
|
+
"glass-edge-strong",
|
|
403
|
+
"glass-edge-soft",
|
|
404
|
+
"glass-edge-inset",
|
|
405
|
+
"glass-accent-1",
|
|
406
|
+
"glass-accent-2",
|
|
407
|
+
"glass-vivid-bg",
|
|
408
|
+
"glass-vivid-saturate",
|
|
409
|
+
"glass-vivid-edge-top",
|
|
410
|
+
"glass-vivid-edge-bottom",
|
|
411
|
+
"glass-vivid-shadow",
|
|
412
|
+
"clay-surface",
|
|
413
|
+
"clay-inner",
|
|
414
|
+
"clay-inner-strong",
|
|
415
|
+
"text-glass",
|
|
416
|
+
"text-glass-shadow",
|
|
417
|
+
"text-glass-muted",
|
|
418
|
+
"ink",
|
|
419
|
+
"ink-2",
|
|
420
|
+
"shadow-low",
|
|
421
|
+
"shadow-medium",
|
|
422
|
+
"shadow-high",
|
|
423
|
+
"shadow-rest",
|
|
424
|
+
"shadow-hover",
|
|
425
|
+
"shadow-float",
|
|
426
|
+
"shadow-image",
|
|
427
|
+
"shadow-soft",
|
|
428
|
+
"shadow-card-medium",
|
|
429
|
+
"shadow-glow",
|
|
430
|
+
"sp-1",
|
|
431
|
+
"sp-3",
|
|
432
|
+
"sp-2xs",
|
|
433
|
+
"sp-xs",
|
|
434
|
+
"sp-xsh",
|
|
435
|
+
"sp-sm-",
|
|
436
|
+
"sp-sm",
|
|
437
|
+
"sp-smh",
|
|
438
|
+
"sp-sm2",
|
|
439
|
+
"sp-sm2h",
|
|
440
|
+
"sp-md-",
|
|
441
|
+
"sp-md",
|
|
442
|
+
"sp-mdh",
|
|
443
|
+
"sp-lg-",
|
|
444
|
+
"sp-lg",
|
|
445
|
+
"sp-lgh",
|
|
446
|
+
"sp-xl-",
|
|
447
|
+
"sp-xl",
|
|
448
|
+
"sp-xlh",
|
|
449
|
+
"sp-2xl-",
|
|
450
|
+
"sp-2xl",
|
|
451
|
+
"sp-2xlh",
|
|
452
|
+
"sp-3xl-",
|
|
453
|
+
"sp-3xl",
|
|
454
|
+
"sp-4xl",
|
|
455
|
+
"sp-5xl",
|
|
456
|
+
"sp-6xl",
|
|
457
|
+
"radius-2xs",
|
|
458
|
+
"radius-xs",
|
|
459
|
+
"radius-sm",
|
|
460
|
+
"radius-md",
|
|
461
|
+
"radius-lg",
|
|
462
|
+
"radius-xl",
|
|
463
|
+
"radius-2xl",
|
|
464
|
+
"radius-3xl",
|
|
465
|
+
"radius-4xl",
|
|
466
|
+
"radius-5xl",
|
|
467
|
+
"radius-6xl",
|
|
468
|
+
"radius-full",
|
|
469
|
+
"ease-viscous",
|
|
470
|
+
"ease-soft",
|
|
471
|
+
"ease-spring",
|
|
472
|
+
"dur-micro",
|
|
473
|
+
"dur-fast",
|
|
474
|
+
"dur-normal",
|
|
475
|
+
"dur-slow",
|
|
476
|
+
"dur-spring",
|
|
477
|
+
"t-fast",
|
|
478
|
+
"t-normal",
|
|
479
|
+
"t-spring",
|
|
480
|
+
"op-disabled",
|
|
481
|
+
"op-muted",
|
|
482
|
+
"op-soft",
|
|
483
|
+
"op-medium",
|
|
484
|
+
"op-strong",
|
|
485
|
+
"op-full",
|
|
486
|
+
"z-base",
|
|
487
|
+
"z-content",
|
|
488
|
+
"z-content-high",
|
|
489
|
+
"z-brand",
|
|
490
|
+
"z-backdrop",
|
|
491
|
+
"z-nav",
|
|
492
|
+
"z-overlay",
|
|
493
|
+
"z-modal",
|
|
494
|
+
"z-toast",
|
|
495
|
+
"z-transition",
|
|
496
|
+
"font-serif-cn",
|
|
497
|
+
"font-display",
|
|
498
|
+
"font-body",
|
|
499
|
+
"fw-regular",
|
|
500
|
+
"fw-medium",
|
|
501
|
+
"fw-semibold",
|
|
502
|
+
"fw-bold",
|
|
503
|
+
"fw-extrabold",
|
|
504
|
+
"focus-ring",
|
|
505
|
+
"focus-ring-lg",
|
|
506
|
+
"focus-ring-glow",
|
|
507
|
+
"grad-rose",
|
|
508
|
+
"grad-cyan",
|
|
509
|
+
"grad-purple",
|
|
510
|
+
"j-grad",
|
|
511
|
+
"j-grad-radial",
|
|
512
|
+
"paper-ink",
|
|
513
|
+
"paper-ink-strong",
|
|
514
|
+
"paper-ink-muted",
|
|
515
|
+
"paper-rose-rgb",
|
|
516
|
+
"paper-brown-rgb",
|
|
517
|
+
"void-bg",
|
|
518
|
+
"void-bg-rgb",
|
|
519
|
+
"paper-dark",
|
|
520
|
+
"elysia-ink",
|
|
521
|
+
"elysia-ink-2",
|
|
522
|
+
"elysia-ink-3",
|
|
523
|
+
"elysia-dark-surface",
|
|
524
|
+
"elysia-dark-surface-alt",
|
|
525
|
+
"elysia-dot-border",
|
|
526
|
+
"elysia-dot-border-dark",
|
|
527
|
+
"radius",
|
|
528
|
+
"grid-gap",
|
|
529
|
+
"card-radius",
|
|
530
|
+
"sp-card-pad",
|
|
531
|
+
"sp-gutter",
|
|
532
|
+
"radius-card",
|
|
533
|
+
"radius-inner",
|
|
534
|
+
"blur",
|
|
535
|
+
"widget-shadow-rgb",
|
|
536
|
+
"shadow-base-rgb"
|
|
537
|
+
]
|