siesa-agents 2.1.17-dev.1 → 2.1.17-dev.2

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.
@@ -60,6 +60,7 @@ commands:
60
60
  dependencies:
61
61
  data:
62
62
  - technical-preferences.md
63
+ - technical-preferences-ux.md
63
64
  tasks:
64
65
  - create-doc.md
65
66
  - execute-checklist.md
@@ -263,6 +263,7 @@ src/
263
263
  │ └── registration/ # FEATURE
264
264
  ├── shared/
265
265
  │ ├── components/ # Shadcn/ui components
266
+ │ │ └── ui/ # Base UI Kit components from proyecto/components/ui/
266
267
  │ ├── hooks/
267
268
  │ ├── utils/
268
269
  │ ├── types/
@@ -276,7 +277,20 @@ src/
276
277
  │ ├── api/ # API configuration
277
278
  │ ├── storage/ # IndexedDB, localStorage
278
279
  │ └── pwa/ # PWA configuration
279
- └── assets/
280
+ ├── assets/
281
+ │ ├── fonts/ # Fonts from proyecto/public/fonts/
282
+ │ │ ├── SiesaBT-Light.otf
283
+ │ │ ├── SiesaBT-Regular.otf
284
+ │ │ └── SiesaBT-Bold.otf
285
+ │ ├── images/
286
+ │ │ └── logos/ # Logos from proyecto/public/images/logos/
287
+ │ │ ├── Siesa_Logosimbolo_Azul.svg
288
+ │ │ ├── Siesa_Logosimbolo_Blanco.svg
289
+ │ │ ├── Siesa_Simbolo_Azul.svg
290
+ │ │ └── Siesa_Simbolo_Blanco.svg
291
+ │ └── favicon.ico # Favicon from proyecto/public/favicon.ico
292
+ └── styles/
293
+ └── globals.css # Consolidated styles + Tailwind + WCAG from proyecto/styles/globals.css
280
294
  ```
281
295
 
282
296
  ### Import Organization
@@ -0,0 +1 @@
1
+ # Contenido del MarkDown con informacion y referecias actualizadas
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siesa-agents",
3
- "version": "2.1.17-dev.1",
3
+ "version": "2.1.17-dev.2",
4
4
  "description": "Paquete para instalar y configurar agentes SIESA en tu proyecto",
5
5
  "main": "index.js",
6
6
  "bin": {