codexly-ui 0.1.12 → 0.1.13
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/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -281,6 +281,46 @@ const CLX_FONT_CATALOG = [
|
|
|
281
281
|
value: 'Dancing Script',
|
|
282
282
|
googleUrl: 'https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap',
|
|
283
283
|
},
|
|
284
|
+
{
|
|
285
|
+
label: 'Cinzel',
|
|
286
|
+
value: 'Cinzel',
|
|
287
|
+
googleUrl: 'https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap',
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
label: 'Berkshire Swash',
|
|
291
|
+
value: 'Berkshire Swash',
|
|
292
|
+
googleUrl: 'https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap',
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
label: 'JetBrains Mono',
|
|
296
|
+
value: 'JetBrains Mono',
|
|
297
|
+
googleUrl: 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap',
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
label: 'Orbitron',
|
|
301
|
+
value: 'Orbitron',
|
|
302
|
+
googleUrl: 'https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap',
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
label: 'UnifrakturMaguntia',
|
|
306
|
+
value: 'UnifrakturMaguntia',
|
|
307
|
+
googleUrl: 'https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap',
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
label: 'Pirata One',
|
|
311
|
+
value: 'Pirata One',
|
|
312
|
+
googleUrl: 'https://fonts.googleapis.com/css2?family=Pirata+One&display=swap',
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
label: 'Press Start 2P',
|
|
316
|
+
value: 'Press Start 2P',
|
|
317
|
+
googleUrl: 'https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap',
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
label: 'Bungee',
|
|
321
|
+
value: 'Bungee',
|
|
322
|
+
googleUrl: 'https://fonts.googleapis.com/css2?family=Bungee&display=swap',
|
|
323
|
+
},
|
|
284
324
|
];
|
|
285
325
|
// ── Tailwind rounded classes per borderRadius token ───────────────────────────
|
|
286
326
|
const CLX_RADIUS_MAP = {
|