@imj_media/ui 1.2.32 → 1.2.34
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/CHANGELOG.md +95 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +7715 -6817
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/dist/modules/Accordion/components/molecules/AccordionContent.d.ts +3 -1
- package/dist/modules/Accordion/components/molecules/AccordionContent.d.ts.map +1 -1
- package/dist/modules/Accordion/components/molecules/AccordionContent.test.d.ts +2 -0
- package/dist/modules/Accordion/components/molecules/AccordionContent.test.d.ts.map +1 -0
- package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts +3 -1
- package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts.map +1 -1
- package/dist/modules/Accordion/components/molecules/AccordionHeader.test.d.ts +2 -0
- package/dist/modules/Accordion/components/molecules/AccordionHeader.test.d.ts.map +1 -0
- package/dist/modules/Accordion/components/organisms/Accordion.test.d.ts +2 -0
- package/dist/modules/Accordion/components/organisms/Accordion.test.d.ts.map +1 -0
- package/dist/modules/Accordion/components/organisms/AccordionContainer.d.ts.map +1 -1
- package/dist/modules/Accordion/components/organisms/AccordionContainer.test.d.ts +2 -0
- package/dist/modules/Accordion/components/organisms/AccordionContainer.test.d.ts.map +1 -0
- package/dist/modules/Alert/components/atoms/AlertFooter.d.ts +2 -1
- package/dist/modules/Alert/components/atoms/AlertFooter.d.ts.map +1 -1
- package/dist/modules/Alert/components/atoms/AlertFooter.test.d.ts +2 -0
- package/dist/modules/Alert/components/atoms/AlertFooter.test.d.ts.map +1 -0
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts +2 -1
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -1
- package/dist/modules/Alert/components/atoms/AlertHeader.test.d.ts +2 -0
- package/dist/modules/Alert/components/atoms/AlertHeader.test.d.ts.map +1 -0
- package/dist/modules/Alert/hooks/useAlert.d.ts.map +1 -1
- package/dist/modules/Alert/hooks/useAlert.test.d.ts +2 -0
- package/dist/modules/Alert/hooks/useAlert.test.d.ts.map +1 -0
- package/dist/modules/Alert/hooks/useAlertStyles.test.d.ts +2 -0
- package/dist/modules/Alert/hooks/useAlertStyles.test.d.ts.map +1 -0
- package/dist/modules/Alert/index.d.ts.map +1 -1
- package/dist/modules/Alert/index.test.d.ts +2 -0
- package/dist/modules/Alert/index.test.d.ts.map +1 -0
- package/dist/modules/Alert/utils/alert.d.ts.map +1 -1
- package/dist/modules/Alert/utils/alert.test.d.ts +2 -0
- package/dist/modules/Alert/utils/alert.test.d.ts.map +1 -0
- package/dist/modules/Badge/index.d.ts +1 -1
- package/dist/modules/Badge/index.d.ts.map +1 -1
- package/dist/modules/CardsWithAside/components/organisms/CardsWithAside.d.ts +10 -0
- package/dist/modules/CardsWithAside/components/organisms/CardsWithAside.d.ts.map +1 -0
- package/dist/modules/CardsWithAside/components/organisms/CardsWithAside.test.d.ts +2 -0
- package/dist/modules/CardsWithAside/components/organisms/CardsWithAside.test.d.ts.map +1 -0
- package/dist/modules/CardsWithAside/index.d.ts +3 -0
- package/dist/modules/CardsWithAside/index.d.ts.map +1 -0
- package/dist/modules/CardsWithAside/stories/CardsWithAside.stories.d.ts +21 -0
- package/dist/modules/CardsWithAside/stories/CardsWithAside.stories.d.ts.map +1 -0
- package/dist/modules/CardsWithAside/types/index.d.ts +61 -0
- package/dist/modules/CardsWithAside/types/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/index.d.ts +0 -1
- package/dist/modules/DatePicker/hooks/index.d.ts.map +1 -1
- package/dist/modules/Drawer/index.d.ts +6 -2
- package/dist/modules/Drawer/index.d.ts.map +1 -1
- package/dist/modules/Drawer/stories/Drawer.stories.d.ts +180 -3
- package/dist/modules/Drawer/stories/Drawer.stories.d.ts.map +1 -1
- package/dist/modules/InnerButton/index.d.ts +1 -1
- package/dist/modules/InnerButton/index.d.ts.map +1 -1
- package/dist/modules/InnerButton/index.test.d.ts +2 -0
- package/dist/modules/InnerButton/index.test.d.ts.map +1 -0
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts +1 -0
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
- package/dist/modules/LinearGraphic/components/atoms/LinearGraphicSegment.d.ts +33 -0
- package/dist/modules/LinearGraphic/components/atoms/LinearGraphicSegment.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/components/atoms/LinearGraphicSegment.test.d.ts +2 -0
- package/dist/modules/LinearGraphic/components/atoms/LinearGraphicSegment.test.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/components/atoms/index.d.ts +3 -0
- package/dist/modules/LinearGraphic/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/components/index.d.ts +3 -0
- package/dist/modules/LinearGraphic/components/index.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/components/molecules/LinearGraphicLegend.d.ts +28 -0
- package/dist/modules/LinearGraphic/components/molecules/LinearGraphicLegend.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/components/molecules/index.d.ts +3 -0
- package/dist/modules/LinearGraphic/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/components/organisms/LinearGraphic.d.ts +37 -0
- package/dist/modules/LinearGraphic/components/organisms/LinearGraphic.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/components/organisms/LinearGraphic.test.d.ts +2 -0
- package/dist/modules/LinearGraphic/components/organisms/LinearGraphic.test.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/components/organisms/index.d.ts +2 -0
- package/dist/modules/LinearGraphic/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/index.d.ts +47 -0
- package/dist/modules/LinearGraphic/index.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/stories/LinearGraphic.stories.d.ts +19 -0
- package/dist/modules/LinearGraphic/stories/LinearGraphic.stories.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/types/index.d.ts +46 -0
- package/dist/modules/LinearGraphic/types/index.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/utils/colors.d.ts +18 -0
- package/dist/modules/LinearGraphic/utils/colors.d.ts.map +1 -0
- package/dist/modules/LinearGraphic/utils/index.d.ts +2 -0
- package/dist/modules/LinearGraphic/utils/index.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/components/index.d.ts +3 -0
- package/dist/modules/ListWithDataInHover/components/index.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/components/molecules/ListWithDataInHoverItem.d.ts +31 -0
- package/dist/modules/ListWithDataInHover/components/molecules/ListWithDataInHoverItem.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/components/molecules/index.d.ts +3 -0
- package/dist/modules/ListWithDataInHover/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/components/organisms/ListWithDataInHover.d.ts +41 -0
- package/dist/modules/ListWithDataInHover/components/organisms/ListWithDataInHover.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/components/organisms/ListWithDataInHover.test.d.ts +2 -0
- package/dist/modules/ListWithDataInHover/components/organisms/ListWithDataInHover.test.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/components/organisms/index.d.ts +2 -0
- package/dist/modules/ListWithDataInHover/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/index.d.ts +46 -0
- package/dist/modules/ListWithDataInHover/index.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/stories/ListWithDataInHover.stories.d.ts +13 -0
- package/dist/modules/ListWithDataInHover/stories/ListWithDataInHover.stories.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/types/index.d.ts +42 -0
- package/dist/modules/ListWithDataInHover/types/index.d.ts.map +1 -0
- package/dist/modules/ListWithDataInHover/utils/colors.d.ts +18 -0
- package/dist/modules/ListWithDataInHover/utils/colors.d.ts.map +1 -0
- package/dist/modules/Message/components/molecules/MessageItem.d.ts +2 -1
- package/dist/modules/Message/components/molecules/MessageItem.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/MessageItem.test.d.ts +2 -0
- package/dist/modules/Message/components/molecules/MessageItem.test.d.ts.map +1 -0
- package/dist/modules/Message/components/molecules/MessagePositions.d.ts +2 -1
- package/dist/modules/Message/components/molecules/MessagePositions.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/MessagePositions.test.d.ts +2 -0
- package/dist/modules/Message/components/molecules/MessagePositions.test.d.ts.map +1 -0
- package/dist/modules/Message/components/molecules/NotificationItem.d.ts +2 -1
- package/dist/modules/Message/components/molecules/NotificationItem.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/NotificationItem.test.d.ts +2 -0
- package/dist/modules/Message/components/molecules/NotificationItem.test.d.ts.map +1 -0
- package/dist/modules/Message/components/molecules/NotificationPositions.d.ts +2 -1
- package/dist/modules/Message/components/molecules/NotificationPositions.d.ts.map +1 -1
- package/dist/modules/Message/components/molecules/NotificationPositions.test.d.ts +2 -0
- package/dist/modules/Message/components/molecules/NotificationPositions.test.d.ts.map +1 -0
- package/dist/modules/Message/hooks/useMessage.d.ts.map +1 -1
- package/dist/modules/Message/hooks/useMessage.test.d.ts +2 -0
- package/dist/modules/Message/hooks/useMessage.test.d.ts.map +1 -0
- package/dist/modules/Message/hooks/useMessageStyles.d.ts.map +1 -1
- package/dist/modules/Message/hooks/useMessageStyles.test.d.ts +2 -0
- package/dist/modules/Message/hooks/useMessageStyles.test.d.ts.map +1 -0
- package/dist/modules/Message/hooks/useNotification.d.ts.map +1 -1
- package/dist/modules/Message/hooks/useNotification.test.d.ts +2 -0
- package/dist/modules/Message/hooks/useNotification.test.d.ts.map +1 -0
- package/dist/modules/Message/services/MessageService.d.ts.map +1 -1
- package/dist/modules/Message/services/NotificationService.d.ts +1 -0
- package/dist/modules/Message/services/NotificationService.d.ts.map +1 -1
- package/dist/modules/Text/stories/Text.stories.d.ts +1 -0
- package/dist/modules/Text/stories/Text.stories.d.ts.map +1 -1
- package/dist/modules/TextListWithData/components/atoms/TextListIndicator.d.ts +15 -0
- package/dist/modules/TextListWithData/components/atoms/TextListIndicator.d.ts.map +1 -0
- package/dist/modules/TextListWithData/components/atoms/index.d.ts +3 -0
- package/dist/modules/TextListWithData/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/TextListWithData/components/index.d.ts +3 -0
- package/dist/modules/TextListWithData/components/index.d.ts.map +1 -0
- package/dist/modules/TextListWithData/components/organisms/TextListWithData.d.ts +29 -0
- package/dist/modules/TextListWithData/components/organisms/TextListWithData.d.ts.map +1 -0
- package/dist/modules/TextListWithData/components/organisms/TextListWithData.test.d.ts +2 -0
- package/dist/modules/TextListWithData/components/organisms/TextListWithData.test.d.ts.map +1 -0
- package/dist/modules/TextListWithData/components/organisms/index.d.ts +2 -0
- package/dist/modules/TextListWithData/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/TextListWithData/index.d.ts +44 -0
- package/dist/modules/TextListWithData/index.d.ts.map +1 -0
- package/dist/modules/TextListWithData/stories/TextListWithData.stories.d.ts +13 -0
- package/dist/modules/TextListWithData/stories/TextListWithData.stories.d.ts.map +1 -0
- package/dist/modules/TextListWithData/types/index.d.ts +27 -0
- package/dist/modules/TextListWithData/types/index.d.ts.map +1 -0
- package/dist/modules/TextListWithData/utils/colors.d.ts +10 -0
- package/dist/modules/TextListWithData/utils/colors.d.ts.map +1 -0
- package/dist/modules/Tooltip/components/atoms/InlineTooltip.d.ts +28 -0
- package/dist/modules/Tooltip/components/atoms/InlineTooltip.d.ts.map +1 -0
- package/dist/modules/Tooltip/components/organisms/Tooltip.d.ts +2 -1
- package/dist/modules/Tooltip/components/organisms/Tooltip.d.ts.map +1 -1
- package/dist/modules/Tooltip/index.d.ts +2 -0
- package/dist/modules/Tooltip/index.d.ts.map +1 -1
- package/dist/modules/index.d.ts +4 -0
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/shared/hooks/index.d.ts +1 -0
- package/dist/shared/hooks/index.d.ts.map +1 -1
- package/dist/shared/hooks/useGetElementOnClick.d.ts +16 -0
- package/dist/shared/hooks/useGetElementOnClick.d.ts.map +1 -0
- package/dist/shared/types/badge.d.ts +2 -0
- package/dist/shared/types/badge.d.ts.map +1 -1
- package/dist/shared/types/button.d.ts +2 -0
- package/dist/shared/types/button.d.ts.map +1 -1
- package/dist/shared/types/drawer.d.ts +21 -0
- package/dist/shared/types/drawer.d.ts.map +1 -1
- package/dist/shared/types/tooltip.d.ts +2 -0
- package/dist/shared/types/tooltip.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,101 @@ Todos los cambios notables de este proyecto serán documentados en este archivo.
|
|
|
5
5
|
El formato está basado en [Keep a Changelog](https://keepachangelog.com/es-ES/1.0.0/),
|
|
6
6
|
y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
|
|
7
7
|
|
|
8
|
+
## [1.2.34] - 2026-02-04
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- **Drawer - Compound Components para Footer**: El componente Drawer ahora soporta footer personalizado usando compound components
|
|
12
|
+
- Nuevo subcomponente `Drawer.Footer` que puede ser pasado como hijo del componente
|
|
13
|
+
- Función `extractFooterFromChildren` que detecta automáticamente el footer personalizado dentro de los children
|
|
14
|
+
- Si no se proporciona `Drawer.Footer`, se mantiene el comportamiento por defecto con botones Cancelar/Guardar
|
|
15
|
+
- Nueva story `CustomFooter` que demuestra el uso de compound components para footer personalizado
|
|
16
|
+
- **CardsWithAside - Tooltips Configurables**: Sistema completo de tooltips para las opciones de tabs
|
|
17
|
+
- Nueva prop `showTooltips` (por defecto: `true`) para habilitar/deshabilitar tooltips globalmente
|
|
18
|
+
- Nueva prop `tooltipPosition` (por defecto: `'right'`) para establecer la posición global de los tooltips
|
|
19
|
+
- Cada tab individual puede sobrescribir la posición del tooltip con su propia prop `tooltipPosition`
|
|
20
|
+
- Tooltips aplicados tanto a los botones de tabs como al botón de "más opciones"
|
|
21
|
+
- Nuevas stories: `WithTooltips`, `TooltipPositionGlobal`, `TooltipPositionIndividual`, `ShowHideTooltips`
|
|
22
|
+
- **Badge - Spinner de Carga**: Nuevo sistema de spinner de carga dentro del badge
|
|
23
|
+
- Nueva prop `loading` en el componente Badge para mostrar un spinner de carga
|
|
24
|
+
- Spinner adaptativo que se ajusta proporcionalmente a todos los tamaños de badge (`dot`, `sm`, `md`, `lg`)
|
|
25
|
+
- Tamaños del spinner: 32px para `dot`, 40px para `sm` y `md`, 48px para `lg`
|
|
26
|
+
- Badges `sm`, `md` y `lg` tienen tamaño fijo y circular cuando están en modo loading
|
|
27
|
+
- Spinner con borde delgado (`ui-border`) para mejor apariencia visual
|
|
28
|
+
- Nueva prop `badgeLoading` en `InnerButton` para pasar el estado de carga al badge
|
|
29
|
+
- Nueva story `BadgeWithLoading` en InnerButton que demuestra el spinner en diferentes configuraciones
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
- **Drawer - API de Footer**: Cambio de prop `footer` a compound component `Drawer.Footer`
|
|
33
|
+
- La prop `footer` ha sido removida en favor de usar `Drawer.Footer` como hijo
|
|
34
|
+
- Mejora la flexibilidad y expresividad de la API del componente
|
|
35
|
+
- Mantiene compatibilidad con el comportamiento por defecto cuando no se usa footer personalizado
|
|
36
|
+
|
|
37
|
+
### Fixed
|
|
38
|
+
- **CardsWithAside - Icono "More Options"**: Corrección del icono que no aparecía en el componente Popup
|
|
39
|
+
- Cambio de `label || ''` a `label || null` en el componente Popup para que el icono se muestre correctamente
|
|
40
|
+
- El componente `InnerButton` solo renderiza el icono cuando `children` es `null` o `false`
|
|
41
|
+
- **Tooltip - Z-index CSS**: Corrección del valor de z-index en variables CSS
|
|
42
|
+
- Cambio de `--ui-z-max: 99999px` a `--ui-z-max: 99999` (z-index no debe tener unidades)
|
|
43
|
+
- Resuelve problema de tooltips no visibles debido a z-index incorrecto
|
|
44
|
+
- **Tooltip - Exportación de Tipos**: Agregada exportación de tipos `TooltipPosition` y `TooltipAlignment`
|
|
45
|
+
- Los tipos ahora están disponibles para importación desde `@/shared/types/tooltip`
|
|
46
|
+
- Resuelve error de TypeScript: "Module declares 'TooltipPosition' locally, but it is not exported"
|
|
47
|
+
|
|
48
|
+
## [1.2.33] - 2026-02-04
|
|
49
|
+
|
|
50
|
+
### Added
|
|
51
|
+
- **LinearGraphic - Nuevo Componente**: Componente de gráfica lineal para visualización de datos proporcionales
|
|
52
|
+
- Segmentos visuales con colores semánticos configurables: `brand`, `success`, `warning`, `danger`, `info`, `neutral`, `yellow`
|
|
53
|
+
- Sistema de tooltips integrado con posicionamiento automático
|
|
54
|
+
- Prop `showLegend` para mostrar leyenda con indicadores de color
|
|
55
|
+
- Prop `showLegendPercent` para controlar la visualización del porcentaje en la leyenda (por defecto: `false`)
|
|
56
|
+
- Prop `legendGap` para ajustar el espaciado de la leyenda
|
|
57
|
+
- Animaciones de transición configurables con `transitionDuration`
|
|
58
|
+
- Soporte para estados `disabled`
|
|
59
|
+
- Eventos `onSegmentHover` y `onSegmentLeave` para interactividad
|
|
60
|
+
- Stories completas en Storybook incluyendo `AllColors` con los 7 colores disponibles
|
|
61
|
+
- **ListWithDataInHover - Nuevo Componente**: Componente de lista con datos en hover
|
|
62
|
+
- Indicadores de color con colores semánticos: `brand`, `success`, `warning`, `danger`, `info`, `neutral`, `yellow`
|
|
63
|
+
- Tooltips integrados con posicionamiento configurable (`top`, `bottom`, `left`, `right`, `over`)
|
|
64
|
+
- Prop `showPercent` para mostrar/ocultar el porcentaje junto al nombre (por defecto: `true`)
|
|
65
|
+
- Prop `tooltipPosition` para controlar la posición del tooltip (por defecto: `over`)
|
|
66
|
+
- Integración con el sistema de leyenda de `LinearGraphic`
|
|
67
|
+
- **TextListWithData - Nuevo Componente**: Componente de lista de texto con datos
|
|
68
|
+
- Colores semánticos unificados con `LinearGraphic` y `ListWithDataInHover`
|
|
69
|
+
- Indicadores de color configurables con `indicatorSize` y `showIndicator`
|
|
70
|
+
- **InlineTooltip - Nuevo Componente**: Tooltip inline reutilizable para uso dentro de otros componentes
|
|
71
|
+
- Posiciones disponibles: `top`, `bottom`, `left`, `right`, `over`
|
|
72
|
+
- Estilo visual consistente con el componente `Tooltip` existente
|
|
73
|
+
- Z-index alto (99999) para garantizar visibilidad sobre otros elementos
|
|
74
|
+
- Flecha con diseño de cuadrado rotado como el tooltip original
|
|
75
|
+
- **Drawer - Soporte para Tabs**: El componente Drawer ahora soporta tabs internos
|
|
76
|
+
- Props `tabs`, `onChangeTab`, `defaultTab` para configuración de tabs
|
|
77
|
+
- Ancho personalizable con prop `width` (sm, md, lg, xl, 2xl, full)
|
|
78
|
+
- **CardsWithAside - Nuevo Componente**: Componente de tarjetas con panel lateral
|
|
79
|
+
- Funcionalidad de tabs integrada para navegación entre secciones
|
|
80
|
+
- Layout responsivo con aside configurable
|
|
81
|
+
|
|
82
|
+
### Changed
|
|
83
|
+
- **Message & Notification**: Mejora en rendimiento y validación de componentes
|
|
84
|
+
- Optimización de re-renders con memoización mejorada
|
|
85
|
+
- Validación de props más robusta
|
|
86
|
+
- **InnerButton**: Mejora en lógica de validación y cobertura de pruebas unitarias
|
|
87
|
+
- **Alert**: Mejora en accesibilidad y cobertura de pruebas unitarias
|
|
88
|
+
- **Accordion**: Documentación completa y pruebas unitarias exhaustivas
|
|
89
|
+
- **Text - Tamaño por defecto**: El componente Body ahora usa tamaño `xs` por defecto en lugar de `md`
|
|
90
|
+
- Mejora en la consistencia visual para textos de cuerpo
|
|
91
|
+
- **Text - Historia de colores**: Nueva historia `AllSystemColors` que muestra los 42 colores del sistema
|
|
92
|
+
- Colores base: primary, secondary, tertiary, disabled, on-color, on-canvas-inverse
|
|
93
|
+
- Colores semánticos: brand, success, warning, danger, info con variantes hover/pressed/selected
|
|
94
|
+
- Colores de link: link, link-hover, link-pressed, link-visited
|
|
95
|
+
- Paleta de colores: all-colors-red, all-colors-orange, all-colors-yellow, etc.
|
|
96
|
+
|
|
97
|
+
### Fixed
|
|
98
|
+
- **Tooltip - Z-index**: Actualización de clase z-index para mejor posicionamiento sobre modales
|
|
99
|
+
- **Tailwind - Safelist de colores**: Agregadas 42 clases de colores de texto al safelist de Tailwind
|
|
100
|
+
- Resuelve problema de clases dinámicas no generadas con `ui-text-${color}`
|
|
101
|
+
- Incluye todos los colores del sistema de diseño para el componente Text
|
|
102
|
+
|
|
8
103
|
## [1.2.32] - 2026-02-03
|
|
9
104
|
|
|
10
105
|
### Changed
|