sass-cms-template-common 0.0.8 → 0.0.9

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/server.d.ts CHANGED
@@ -2389,6 +2389,8 @@ export declare type NavLinkItem = {
2389
2389
  badge?: string;
2390
2390
  children?: NavLinkItem[];
2391
2391
  defaultOpen?: boolean;
2392
+ /** Acento visual (p. ej. destacar un ítem generado/asistido por IA). */
2393
+ accent?: 'ai';
2392
2394
  };
2393
2395
 
2394
2396
  /** Cuerpo de la respuesta de POST /news/edit/adminNewsConfiguration. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-cms-template-common",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Componentes y utilidades compartidas para CMS Bluestack",
5
5
  "type": "module",
6
6
  "engines": {