codexly-ui 0.1.10 → 0.1.11

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.
@@ -174,7 +174,7 @@ const CLX_FONT_CATALOG = [
174
174
  {
175
175
  label: 'Inter',
176
176
  value: 'Inter',
177
- googleUrl: 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap',
177
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap',
178
178
  },
179
179
  {
180
180
  label: 'Poppins',
@@ -216,6 +216,71 @@ const CLX_FONT_CATALOG = [
216
216
  value: 'Open Sans',
217
217
  googleUrl: 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap',
218
218
  },
219
+ {
220
+ label: 'Work Sans',
221
+ value: 'Work Sans',
222
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap',
223
+ },
224
+ {
225
+ label: 'Manrope',
226
+ value: 'Manrope',
227
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap',
228
+ },
229
+ {
230
+ label: 'Sora',
231
+ value: 'Sora',
232
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap',
233
+ },
234
+ {
235
+ label: 'Outfit',
236
+ value: 'Outfit',
237
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap',
238
+ },
239
+ {
240
+ label: 'Rubik',
241
+ value: 'Rubik',
242
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap',
243
+ },
244
+ {
245
+ label: 'Source Sans 3',
246
+ value: 'Source Sans 3',
247
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap',
248
+ },
249
+ {
250
+ label: 'Space Grotesk',
251
+ value: 'Space Grotesk',
252
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap',
253
+ },
254
+ {
255
+ label: 'Merriweather',
256
+ value: 'Merriweather',
257
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap',
258
+ },
259
+ {
260
+ label: 'Playfair Display',
261
+ value: 'Playfair Display',
262
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap',
263
+ },
264
+ {
265
+ label: 'Lora',
266
+ value: 'Lora',
267
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap',
268
+ },
269
+ {
270
+ label: 'PT Serif',
271
+ value: 'PT Serif',
272
+ googleUrl: 'https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap',
273
+ },
274
+ {
275
+ label: 'Caveat',
276
+ value: 'Caveat',
277
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap',
278
+ },
279
+ {
280
+ label: 'Dancing Script',
281
+ value: 'Dancing Script',
282
+ googleUrl: 'https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap',
283
+ },
219
284
  ];
220
285
  // ── Tailwind rounded classes per borderRadius token ───────────────────────────
221
286
  const CLX_RADIUS_MAP = {