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.
|
@@ -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
|
-
|
|
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
|