@udixio/ui-react 2.10.12 → 2.10.14

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.
Files changed (179) hide show
  1. package/dist/index.cjs +3 -3
  2. package/dist/index.js +2696 -2710
  3. package/dist/lib/effects/ThemeProvider.d.ts.map +1 -1
  4. package/dist/theme.worker.js +6633 -0
  5. package/package.json +4 -1
  6. package/.eslintrc.mjs +0 -22
  7. package/.storybook/main.ts +0 -20
  8. package/.storybook/preview.ts +0 -1
  9. package/CHANGELOG.md +0 -1130
  10. package/dist/scrollDriven-AP2yWhzi.js +0 -121
  11. package/postcss.config.mjs +0 -5
  12. package/src/index.css +0 -4
  13. package/src/index.ts +0 -1
  14. package/src/lib/components/AnchorPositioner.tsx +0 -185
  15. package/src/lib/components/Button.tsx +0 -208
  16. package/src/lib/components/Card.tsx +0 -47
  17. package/src/lib/components/Carousel.tsx +0 -437
  18. package/src/lib/components/CarouselItem.tsx +0 -61
  19. package/src/lib/components/Checkbox.tsx +0 -120
  20. package/src/lib/components/Chip.tsx +0 -341
  21. package/src/lib/components/Chips.tsx +0 -331
  22. package/src/lib/components/ContextMenu.tsx +0 -109
  23. package/src/lib/components/DatePicker.tsx +0 -432
  24. package/src/lib/components/Divider.tsx +0 -20
  25. package/src/lib/components/Fab.tsx +0 -127
  26. package/src/lib/components/FabMenu.tsx +0 -239
  27. package/src/lib/components/IconButton.tsx +0 -146
  28. package/src/lib/components/Menu.tsx +0 -88
  29. package/src/lib/components/MenuGroup.tsx +0 -34
  30. package/src/lib/components/MenuHeadline.tsx +0 -9
  31. package/src/lib/components/MenuItem.tsx +0 -215
  32. package/src/lib/components/NavigationRail.tsx +0 -186
  33. package/src/lib/components/NavigationRailItem.tsx +0 -227
  34. package/src/lib/components/ProgressIndicator.tsx +0 -214
  35. package/src/lib/components/SideSheet.tsx +0 -135
  36. package/src/lib/components/Slider.tsx +0 -374
  37. package/src/lib/components/Snackbar.tsx +0 -77
  38. package/src/lib/components/Switch.tsx +0 -107
  39. package/src/lib/components/Tab.tsx +0 -123
  40. package/src/lib/components/TabGroup.tsx +0 -66
  41. package/src/lib/components/TabGroupContext.tsx +0 -16
  42. package/src/lib/components/TabPanel.tsx +0 -27
  43. package/src/lib/components/TabPanels.tsx +0 -76
  44. package/src/lib/components/Tabs.tsx +0 -105
  45. package/src/lib/components/TextField.tsx +0 -586
  46. package/src/lib/components/Tooltip.tsx +0 -217
  47. package/src/lib/components/index.ts +0 -34
  48. package/src/lib/config/config.interface.ts +0 -9
  49. package/src/lib/config/define-config.ts +0 -16
  50. package/src/lib/config/index.ts +0 -2
  51. package/src/lib/effects/AnimateOnScroll.ts +0 -391
  52. package/src/lib/effects/State.tsx +0 -90
  53. package/src/lib/effects/SyncedFixedWrapper.tsx +0 -62
  54. package/src/lib/effects/ThemeProvider.tsx +0 -172
  55. package/src/lib/effects/block-scroll.effect.tsx +0 -313
  56. package/src/lib/effects/custom-scroll/custom-scroll.effect.tsx +0 -407
  57. package/src/lib/effects/custom-scroll/custom-scroll.interface.ts +0 -29
  58. package/src/lib/effects/custom-scroll/custom-scroll.style.ts +0 -32
  59. package/src/lib/effects/custom-scroll/index.ts +0 -3
  60. package/src/lib/effects/index.ts +0 -7
  61. package/src/lib/effects/ripple/RippleEffect.tsx +0 -116
  62. package/src/lib/effects/ripple/index.tsx +0 -1
  63. package/src/lib/effects/scrollDriven.ts +0 -239
  64. package/src/lib/effects/smooth-scroll.effect.tsx +0 -112
  65. package/src/lib/effects/theme.worker.ts +0 -97
  66. package/src/lib/hooks/index.ts +0 -10
  67. package/src/lib/hooks/useTooltipTrigger.ts +0 -270
  68. package/src/lib/icon/icon.tsx +0 -125
  69. package/src/lib/icon/index.ts +0 -1
  70. package/src/lib/index.ts +0 -8
  71. package/src/lib/interfaces/button.interface.ts +0 -65
  72. package/src/lib/interfaces/card.interface.ts +0 -11
  73. package/src/lib/interfaces/carousel-item.interface.ts +0 -12
  74. package/src/lib/interfaces/carousel.interface.ts +0 -41
  75. package/src/lib/interfaces/checkbox.interface.ts +0 -39
  76. package/src/lib/interfaces/chip.interface.ts +0 -97
  77. package/src/lib/interfaces/chips.interface.ts +0 -37
  78. package/src/lib/interfaces/date-picker.interface.ts +0 -79
  79. package/src/lib/interfaces/divider.interface.ts +0 -7
  80. package/src/lib/interfaces/fab-menu.interface.ts +0 -12
  81. package/src/lib/interfaces/fab.interface.ts +0 -27
  82. package/src/lib/interfaces/icon-button.interface.ts +0 -38
  83. package/src/lib/interfaces/index.ts +0 -26
  84. package/src/lib/interfaces/menu-group.interface.ts +0 -13
  85. package/src/lib/interfaces/menu-item.interface.ts +0 -29
  86. package/src/lib/interfaces/menu.interface.ts +0 -19
  87. package/src/lib/interfaces/navigation-rail-item.interface.ts +0 -39
  88. package/src/lib/interfaces/navigation-rail.interface.ts +0 -39
  89. package/src/lib/interfaces/progress-indicator.interface.ts +0 -41
  90. package/src/lib/interfaces/side-sheet.interface.tsx +0 -28
  91. package/src/lib/interfaces/slider.interface.ts +0 -27
  92. package/src/lib/interfaces/snackbar.interface.ts +0 -13
  93. package/src/lib/interfaces/switch.interface.ts +0 -14
  94. package/src/lib/interfaces/tab-group.interface.ts +0 -13
  95. package/src/lib/interfaces/tab-panels.interface.ts +0 -21
  96. package/src/lib/interfaces/tab.interface.ts +0 -31
  97. package/src/lib/interfaces/tabs.interface.ts +0 -22
  98. package/src/lib/interfaces/text-field.interface.ts +0 -61
  99. package/src/lib/interfaces/tooltip.interface.ts +0 -61
  100. package/src/lib/styles/button.style.ts +0 -136
  101. package/src/lib/styles/card.style.ts +0 -29
  102. package/src/lib/styles/carousel-item.style.ts +0 -24
  103. package/src/lib/styles/carousel.style.ts +0 -22
  104. package/src/lib/styles/checkbox.style.ts +0 -64
  105. package/src/lib/styles/chip.style.ts +0 -62
  106. package/src/lib/styles/chips.style.ts +0 -20
  107. package/src/lib/styles/date-picker.style.ts +0 -43
  108. package/src/lib/styles/divider.style.ts +0 -31
  109. package/src/lib/styles/fab-menu.style.ts +0 -29
  110. package/src/lib/styles/fab.style.ts +0 -49
  111. package/src/lib/styles/icon-button.style.ts +0 -168
  112. package/src/lib/styles/index.ts +0 -25
  113. package/src/lib/styles/menu-group.style.ts +0 -34
  114. package/src/lib/styles/menu-headline.style.ts +0 -20
  115. package/src/lib/styles/menu-item.style.ts +0 -45
  116. package/src/lib/styles/menu.style.ts +0 -32
  117. package/src/lib/styles/navigation-rail-item.style.ts +0 -56
  118. package/src/lib/styles/navigation-rail.style.ts +0 -36
  119. package/src/lib/styles/progress-indicator.style.ts +0 -72
  120. package/src/lib/styles/side-sheet.style.ts +0 -45
  121. package/src/lib/styles/slider.style.ts +0 -41
  122. package/src/lib/styles/snackbar.style.ts +0 -26
  123. package/src/lib/styles/switch.style.ts +0 -67
  124. package/src/lib/styles/tab-panels.style.ts +0 -35
  125. package/src/lib/styles/tab.style.ts +0 -78
  126. package/src/lib/styles/tabs.style.ts +0 -22
  127. package/src/lib/styles/text-field.style.ts +0 -115
  128. package/src/lib/styles/tooltip.style.ts +0 -48
  129. package/src/lib/utils/component-helper.ts +0 -134
  130. package/src/lib/utils/component.ts +0 -34
  131. package/src/lib/utils/index.ts +0 -7
  132. package/src/lib/utils/string.ts +0 -9
  133. package/src/lib/utils/styles/classnames.ts +0 -49
  134. package/src/lib/utils/styles/get-classname.ts +0 -96
  135. package/src/lib/utils/styles/index.ts +0 -4
  136. package/src/lib/utils/styles/use-classnames.ts +0 -25
  137. package/src/stories/action/button.stories.tsx +0 -86
  138. package/src/stories/action/fab.stories.tsx +0 -54
  139. package/src/stories/action/icon-button.stories.tsx +0 -134
  140. package/src/stories/assets/accessibility.png +0 -0
  141. package/src/stories/assets/accessibility.svg +0 -5
  142. package/src/stories/assets/addon-library.png +0 -0
  143. package/src/stories/assets/assets.png +0 -0
  144. package/src/stories/assets/context.png +0 -0
  145. package/src/stories/assets/discord.svg +0 -15
  146. package/src/stories/assets/docs.png +0 -0
  147. package/src/stories/assets/figma-plugin.png +0 -0
  148. package/src/stories/assets/github.svg +0 -3
  149. package/src/stories/assets/share.png +0 -0
  150. package/src/stories/assets/styling.png +0 -0
  151. package/src/stories/assets/testing.png +0 -0
  152. package/src/stories/assets/theming.png +0 -0
  153. package/src/stories/assets/tutorials.svg +0 -12
  154. package/src/stories/assets/youtube.svg +0 -4
  155. package/src/stories/communication/ProgressIndicator.stories.tsx +0 -57
  156. package/src/stories/communication/SnackBar.stories.tsx +0 -32
  157. package/src/stories/communication/tool-tip.stories.tsx +0 -133
  158. package/src/stories/containment/card.stories.tsx +0 -42
  159. package/src/stories/containment/carousel.stories.tsx +0 -65
  160. package/src/stories/containment/divider.stories.tsx +0 -35
  161. package/src/stories/containment/slide-sheet.stories.tsx +0 -45
  162. package/src/stories/effect/smooth-scroll.stories.tsx +0 -54
  163. package/src/stories/navigation/navigation-rail/navigation-rail-item.stories.tsx +0 -65
  164. package/src/stories/navigation/navigation-rail/navigation-rail.stories.tsx +0 -122
  165. package/src/stories/navigation/tabs/tab.stories.tsx +0 -57
  166. package/src/stories/navigation/tabs/tabs.stories.tsx +0 -102
  167. package/src/stories/selection/slider.stories.tsx +0 -85
  168. package/src/stories/selection/switch.stories.tsx +0 -46
  169. package/src/stories/text-inputs/text-field.stories.tsx +0 -135
  170. package/src/tests/Button.spec.tsx +0 -67
  171. package/src/tests/useClassNames.spec.tsx +0 -82
  172. package/src/udixio.css +0 -120
  173. package/theme.config.ts +0 -7
  174. package/tsconfig.json +0 -16
  175. package/tsconfig.lib.json +0 -51
  176. package/tsconfig.spec.json +0 -37
  177. package/tsconfig.storybook.json +0 -38
  178. package/vite.config.ts +0 -82
  179. /package/dist/{scrollDriven-DWAu7CR0.cjs → scrollDriven.js} +0 -0
package/CHANGELOG.md DELETED
@@ -1,1130 +0,0 @@
1
- ## 2.10.12 (2026-04-09)
2
-
3
- ### 🚀 Features
4
-
5
- - **config:** update tsconfig and worker initialization for multi-package icon support ([8beb5ba](https://github.com/Udixio/UI/commit/8beb5ba))
6
- - **theme:** remove throttling and enhance load handling ([a7335da](https://github.com/Udixio/UI/commit/a7335da))
7
- - **theme:** add worker-based CSS generation and theme serialization ([14af45b](https://github.com/Udixio/UI/commit/14af45b))
8
- - **theme:** sync palettes in ThemeProvider using `themeApi.palettes.sync` ([66bac8b](https://github.com/Udixio/UI/commit/66bac8b))
9
- - **progress-indicator:** improve linear-indeterminate animation with margin adjustments ([57d329b](https://github.com/Udixio/UI/commit/57d329b))
10
- - **carousel:** optimize layout and rendering performance ([bd9f8d2](https://github.com/Udixio/UI/commit/bd9f8d2))
11
- - **card:** rename `isInteractive` to `interactive` and enhance styles ([c223e40](https://github.com/Udixio/UI/commit/c223e40))
12
- - **progress-indicator:** refine linear-indeterminate animation and adjust styles ([0dbbb9f](https://github.com/Udixio/UI/commit/0dbbb9f))
13
- - **progress-indicator:** refine linear animation handling and enhance styles ([520384e](https://github.com/Udixio/UI/commit/520384e))
14
- - **progress-indicator:** enhance transition logic and add circular-determinate variant ([5e00a3a](https://github.com/Udixio/UI/commit/5e00a3a))
15
-
16
- ### 🧱 Updated Dependencies
17
-
18
- - Updated @udixio/tailwind to 2.4.19
19
- - Updated @udixio/theme to 2.1.19
20
-
21
- ### ❤️ Thank You
22
-
23
- - Joël VIGREUX
24
-
25
- ## 2.10.11 (2026-03-22)
26
-
27
- ### 🧱 Updated Dependencies
28
-
29
- - Updated @udixio/tailwind to 2.4.18
30
- - Updated @udixio/theme to 2.1.18
31
-
32
- ## 2.10.10 (2026-03-21)
33
-
34
- ### 🩹 Fixes
35
-
36
- - **button:** add `w-fit` class to button styles for improved size handling ([4cd77b0](https://github.com/Udixio/UI/commit/4cd77b0))
37
-
38
- ### ❤️ Thank You
39
-
40
- - Joël VIGREUX
41
-
42
- ## 2.10.9 (2026-03-20)
43
-
44
- ### 🧱 Updated Dependencies
45
-
46
- - Updated @udixio/tailwind to 2.4.17
47
- - Updated @udixio/theme to 2.1.17
48
-
49
- ## 2.10.8 (2026-03-02)
50
-
51
- ### 🩹 Fixes
52
-
53
- - **menu:** add `max-w-full` class to support responsive menu width ([1043649](https://github.com/Udixio/UI/commit/1043649))
54
- - **menu:** ensure variant is preserved for nested menu items ([6c55c0e](https://github.com/Udixio/UI/commit/6c55c0e))
55
-
56
- ### ❤️ Thank You
57
-
58
- - Joël VIGREUX
59
-
60
- ## 2.10.7 (2026-02-23)
61
-
62
- ### 🩹 Fixes
63
-
64
- - **icon:** update default color fallback to empty string in style attribute ([bda1694](https://github.com/Udixio/UI/commit/bda1694))
65
-
66
- ### ❤️ Thank You
67
-
68
- - Joël VIGREUX
69
-
70
- ## 2.10.6 (2026-02-15)
71
-
72
- ### 🧱 Updated Dependencies
73
-
74
- - Updated @udixio/tailwind to 2.4.16
75
- - Updated @udixio/theme to 2.1.16
76
-
77
- ## 2.10.5 (2026-02-15)
78
-
79
- ### 🧱 Updated Dependencies
80
-
81
- - Updated @udixio/tailwind to 2.4.15
82
- - Updated @udixio/theme to 2.1.15
83
-
84
- ## 2.10.4 (2026-02-13)
85
-
86
- ### 🩹 Fixes
87
-
88
- - **text-field:** update `options` prop to use `MenuItemInterface` and improve selection handling ([8cb7537](https://github.com/Udixio/UI/commit/8cb7537))
89
- - **menu:** remove unused props and simplify components ([f8bf152](https://github.com/Udixio/UI/commit/f8bf152))
90
-
91
- ### ❤️ Thank You
92
-
93
- - Joël VIGREUX
94
-
95
- ## 2.10.3 (2026-02-12)
96
-
97
- ### 🚀 Features
98
-
99
- - **menu:** add toggleable `MenuItem` with `onToggle` and `activated` support ([052c57f](https://github.com/Udixio/UI/commit/052c57f))
100
- - **menu:** add link support to `MenuItem` ([35e4c51](https://github.com/Udixio/UI/commit/35e4c51))
101
-
102
- ### ❤️ Thank You
103
-
104
- - Joël VIGREUX
105
-
106
- ## 2.10.2 (2026-02-08)
107
-
108
- ### 🧱 Updated Dependencies
109
-
110
- - Updated @udixio/tailwind to 2.4.14
111
- - Updated @udixio/theme to 2.1.14
112
-
113
- ## 2.10.1 (2026-02-05)
114
-
115
- ### 🩹 Fixes
116
-
117
- - optimize SVG attribute injection logic ([e1c89e4](https://github.com/Udixio/UI/commit/e1c89e4))
118
-
119
- ### ❤️ Thank You
120
-
121
- - Joël VIGREUX
122
-
123
- ## 2.10.0 (2026-02-05)
124
-
125
- ### 🚀 Features
126
-
127
- - improve SVG attribute handling in `Icon` component ([faf94cb](https://github.com/Udixio/UI/commit/faf94cb))
128
-
129
- ### ❤️ Thank You
130
-
131
- - Joël VIGREUX
132
-
133
- ## 2.9.24 (2026-02-05)
134
-
135
- ### 🚀 Features
136
-
137
- - **ui-react, docs:** add `ContextMenu` component and update documentation ([58a431e](https://github.com/Udixio/UI/commit/58a431e))
138
- - **ui-react, docs:** add `label` support for `MenuGroup` and update styles ([f9ad9e0](https://github.com/Udixio/UI/commit/f9ad9e0))
139
- - **ui-react:** refine `Menu` interface, styles, and behavior ([043ebe6](https://github.com/Udixio/UI/commit/043ebe6))
140
- - **ui-react:** add `MenuGroup` styling and enhance `Menu` handling ([8511906](https://github.com/Udixio/UI/commit/8511906))
141
- - **ui-react, docs:** add `MenuGroup` component and update documentation ([451dfb2](https://github.com/Udixio/UI/commit/451dfb2))
142
- - **ui-react:** refine `Menu` styles and adjust positioning ([be29812](https://github.com/Udixio/UI/commit/be29812))
143
- - **ui-react:** enhance `MenuItem` with improved submenu handling and additional alignment options ([5f35232](https://github.com/Udixio/UI/commit/5f35232))
144
- - **ui-react:** add submenu support to `MenuItem` and improve `AnchorPositioner` ([6657da2](https://github.com/Udixio/UI/commit/6657da2))
145
- - **ui-react:** introduce `Menu` component for dropdown functionality ([7cc5621](https://github.com/Udixio/UI/commit/7cc5621))
146
-
147
- ### 🩹 Fixes
148
-
149
- - **ui-react:** ensure `MenuItem` does not shrink in flex containers ([22e5baf](https://github.com/Udixio/UI/commit/22e5baf))
150
-
151
- ### ❤️ Thank You
152
-
153
- - Joël VIGREUX
154
-
155
- ## 2.9.23 (2026-02-03)
156
-
157
- ### 🩹 Fixes
158
-
159
- - **ui-react:** improve `TextField` date picker toggling and accessibility ([428cdbb](https://github.com/Udixio/UI/commit/428cdbb))
160
-
161
- ### ❤️ Thank You
162
-
163
- - Joël VIGREUX
164
-
165
- ## 2.9.22 (2026-02-03)
166
-
167
- ### 🩹 Fixes
168
-
169
- - **ui-react:** remove unused `autoFocus` prop from `TextField` and update docs ([6d22b28](https://github.com/Udixio/UI/commit/6d22b28))
170
-
171
- ### ❤️ Thank You
172
-
173
- - Joël VIGREUX
174
-
175
- ## 2.9.21 (2026-02-03)
176
-
177
- ### 🚀 Features
178
-
179
- - **ui-react:** add `autoFocus` prop to `TextField` component ([0ee6e4f](https://github.com/Udixio/UI/commit/0ee6e4f))
180
-
181
- ### ❤️ Thank You
182
-
183
- - Joël VIGREUX
184
-
185
- ## 2.9.20 (2026-02-03)
186
-
187
- ### 🩹 Fixes
188
-
189
- - **ui-react:** add `onFocus` and `onBlur` support to `TextField` interface ([7b48250](https://github.com/Udixio/UI/commit/7b48250))
190
-
191
- ### ❤️ Thank You
192
-
193
- - Joël VIGREUX
194
-
195
- ## 2.9.19 (2026-02-03)
196
-
197
- ### 🚀 Features
198
-
199
- - **ui-react:** improve `TextField` and `AnchorPositioner` with date picker handling ([32ebd5e](https://github.com/Udixio/UI/commit/32ebd5e))
200
-
201
- ### 🩹 Fixes
202
-
203
- - **ui-react:** refactor `TextField` focus and blur handling ([c808202](https://github.com/Udixio/UI/commit/c808202))
204
- - **ui-react:** improve `TextField` and `AnchorPositioner` with date picker handling ([61833e9](https://github.com/Udixio/UI/commit/61833e9))
205
-
206
- ### ❤️ Thank You
207
-
208
- - Joël VIGREUX
209
-
210
- ## 2.9.18 (2026-02-03)
211
-
212
- ### 🩹 Fixes
213
-
214
- - **ui-react:** render `AnchorPositioner` using `createPortal` ([c88c691](https://github.com/Udixio/UI/commit/c88c691))
215
-
216
- ### ❤️ Thank You
217
-
218
- - Joël VIGREUX
219
-
220
- ## 2.9.17 (2026-02-03)
221
-
222
- ### 🚀 Features
223
-
224
- - **ui-react:** add support for `onFocus` and `onBlur` props passthrough in `TextField` ([6142846](https://github.com/Udixio/UI/commit/6142846))
225
-
226
- ### 🩹 Fixes
227
-
228
- - **ui-react:** add support for `onFocus` and `onBlur` props passthrough in `TextField` ([c26dce0](https://github.com/Udixio/UI/commit/c26dce0))
229
-
230
- ### ❤️ Thank You
231
-
232
- - Joël VIGREUX
233
-
234
- ## 2.9.16 (2026-02-02)
235
-
236
- ### 🚀 Features
237
-
238
- - **ui-react:** add `TextFieldInterface` import to `TextField` component ([fa7032a](https://github.com/Udixio/UI/commit/fa7032a))
239
-
240
- ### 🩹 Fixes
241
-
242
- - **ui-react:** enhance FabMenu button styles with text wrapping adjustments ([0d015da](https://github.com/Udixio/UI/commit/0d015da))
243
-
244
- ### ❤️ Thank You
245
-
246
- - Joël VIGREUX
247
-
248
- ## 2.9.15 (2026-02-02)
249
-
250
- ### 🚀 Features
251
-
252
- - **ui-react:** replace `useTooltipPosition` hook with `AnchorPositioner` component ([755bc5d](https://github.com/Udixio/UI/commit/755bc5d))
253
-
254
- ### 🩹 Fixes
255
-
256
- - **ui-react:** improve tooltip and text field positioning logic ([d3183c7](https://github.com/Udixio/UI/commit/d3183c7))
257
-
258
- ### ❤️ Thank You
259
-
260
- - Joël VIGREUX
261
-
262
- ## 2.9.14 (2026-02-02)
263
-
264
- ### 🚀 Features
265
-
266
- - **ui-react:** enhance `DatePicker` with year selection and improved navigation ([95df26c](https://github.com/Udixio/UI/commit/95df26c))
267
- - **ui-react:** add animations to `DatePicker` for month transitions ([f4d6e26](https://github.com/Udixio/UI/commit/f4d6e26))
268
- - **ui-react:** add `DatePicker` component with single/range selection and advanced customization ([5de514f](https://github.com/Udixio/UI/commit/5de514f))
269
- - **ui-react:** rename `isInteractive` prop to `interactive` in Card component ([af49a1d](https://github.com/Udixio/UI/commit/af49a1d))
270
- - **ui-react:** make `title` and `icon` props optional in `IconButton` ([a66e4dd](https://github.com/Udixio/UI/commit/a66e4dd))
271
- - **ui-react:** add `children` prop support to `State` component ([56f3a98](https://github.com/Udixio/UI/commit/56f3a98))
272
- - **doc:** document `Checkbox` usage and API details ([19c3bc1](https://github.com/Udixio/UI/commit/19c3bc1))
273
- - **ui-react:** rename `isInteractive` prop to `interactive` across Card component ([81b9abb](https://github.com/Udixio/UI/commit/81b9abb))
274
- - **ui-react:** add `@parent` metadata to Tabs components for improved API organization ([b60357e](https://github.com/Udixio/UI/commit/b60357e))
275
- - **ui-react:** add Checkbox component with controlled/uncontrolled states and styles ([2d470dc](https://github.com/Udixio/UI/commit/2d470dc))
276
- - **ui-react:** simplify TextField props and documentation for better clarity ([eb316bc](https://github.com/Udixio/UI/commit/eb316bc))
277
- - **ui-react:** refactor TextField and FabMenu for improved flexibility and stability ([1a26d63](https://github.com/Udixio/UI/commit/1a26d63))
278
-
279
- ### 🧱 Updated Dependencies
280
-
281
- - Updated @udixio/tailwind to 2.4.13
282
- - Updated @udixio/theme to 2.1.13
283
-
284
- ### ❤️ Thank You
285
-
286
- - Joël VIGREUX
287
-
288
- ## 2.9.13 (2026-01-30)
289
-
290
- ### 🚀 Features
291
-
292
- - **ui-react:** sync component state with updated props via `useEffect` ([086671b](https://github.com/Udixio/UI/commit/086671b))
293
-
294
- ### 🧱 Updated Dependencies
295
-
296
- - Updated @udixio/tailwind to 2.4.12
297
- - Updated @udixio/theme to 2.1.12
298
-
299
- ### ❤️ Thank You
300
-
301
- - Joël VIGREUX
302
-
303
- ## 2.9.12 (2026-01-26)
304
-
305
- ### 🧱 Updated Dependencies
306
-
307
- - Updated @udixio/tailwind to 2.4.11
308
-
309
- ## 2.9.11 (2026-01-26)
310
-
311
- ### 🧱 Updated Dependencies
312
-
313
- - Updated @udixio/tailwind to 2.4.10
314
-
315
- ## 2.9.10 (2026-01-23)
316
-
317
- ### 🚀 Features
318
-
319
- - **ui-react:** add targetRef handlers to Tooltip for improved accessibility and interactivity ([1c4e5b4](https://github.com/Udixio/UI/commit/1c4e5b4))
320
- - **docs:** integrate interactive component previews using `@udixio/ui-react` ([ee40307](https://github.com/Udixio/UI/commit/ee40307))
321
- - **docs:** add development and accessibility notes to component documentation ([2b6cfd1](https://github.com/Udixio/UI/commit/2b6cfd1))
322
-
323
- ### ❤️ Thank You
324
-
325
- - Joël VIGREUX
326
-
327
- ## 2.9.9 (2026-01-19)
328
-
329
- ### 🚀 Features
330
-
331
- - **docs:** add API documentation for Chips, Tab components, Tooltip, and hooks ([65dd0ef](https://github.com/Udixio/UI/commit/65dd0ef))
332
-
333
- ### 🩹 Fixes
334
-
335
- - **ui-react:** rename `ToolTip` to `Tooltip` for consistency across components ([3c29f02](https://github.com/Udixio/UI/commit/3c29f02))
336
-
337
- ### ❤️ Thank You
338
-
339
- - Joël VIGREUX
340
-
341
- ## 2.9.8 (2026-01-18)
342
-
343
- ### 🩹 Fixes
344
-
345
- - **ui-react:** escape slash in group state selectors for CSS compatibility ([9c96104](https://github.com/Udixio/UI/commit/9c96104))
346
- - **ui-react:** refine card styles, enhance theme color support, and update dependencies ([b89ca17](https://github.com/Udixio/UI/commit/b89ca17))
347
-
348
- ### 🧱 Updated Dependencies
349
-
350
- - Updated @udixio/tailwind to 2.4.9
351
- - Updated @udixio/theme to 2.1.11
352
-
353
- ### ❤️ Thank You
354
-
355
- - Joël VIGREUX
356
-
357
- ## 2.9.7 (2026-01-18)
358
-
359
- ### 🚀 Features
360
-
361
- - **ui-react:** enhance ghost chip creation and editing logic in `Chips` ([8b04a1a](https://github.com/Udixio/UI/commit/8b04a1a))
362
- - **ui-react:** integrate `lenis` for smooth scrolling and enhance `SmoothScroll` API ([252c043](https://github.com/Udixio/UI/commit/252c043))
363
- - **ui-react:** add guard to prevent duplicate chip creation in `Chips` component ([db0a903](https://github.com/Udixio/UI/commit/db0a903))
364
- - **ui-react:** add editable ghost chip support for input variant in `Chips` ([b94a6fa](https://github.com/Udixio/UI/commit/b94a6fa))
365
-
366
- ### 🧱 Updated Dependencies
367
-
368
- - Updated @udixio/tailwind to 2.4.8
369
- - Updated @udixio/theme to 2.1.10
370
-
371
- ### ❤️ Thank You
372
-
373
- - Joël VIGREUX
374
-
375
- ## 2.9.6 (2026-01-09)
376
-
377
- ### 🚀 Features
378
-
379
- - **ui-react:** add `TabGroup` component and enhance tab navigation system ([3e65048](https://github.com/Udixio/UI/commit/3e65048))
380
- - **ui-react:** support panel content in `Tab` component and improve label handling ([3f052b4](https://github.com/Udixio/UI/commit/3f052b4))
381
-
382
- ### 🩹 Fixes
383
-
384
- - **ui-react:** simplify `TabPanels` component and update animation styles ([8c705f4](https://github.com/Udixio/UI/commit/8c705f4))
385
-
386
- ### 🧱 Updated Dependencies
387
-
388
- - Updated @udixio/tailwind to 2.4.7
389
- - Updated @udixio/theme to 2.1.9
390
-
391
- ### ❤️ Thank You
392
-
393
- - Joël VIGREUX
394
-
395
- ## 2.9.5 (2026-01-07)
396
-
397
- ### 🧱 Updated Dependencies
398
-
399
- - Updated @udixio/tailwind to 2.4.6
400
- - Updated @udixio/theme to 2.1.8
401
-
402
- ## 2.9.4 (2026-01-07)
403
-
404
- ### 🚀 Features
405
-
406
- - **ui-react:** enhance `ToolTip` with transition support and refined variant styles ([d663d98](https://github.com/Udixio/UI/commit/d663d98))
407
- - **ui-react:** add `label` class to `fab-menu` styles for text wrapping adjustments ([f5d7fb0](https://github.com/Udixio/UI/commit/f5d7fb0))
408
-
409
- ### 🩹 Fixes
410
-
411
- - **ui-react:** add `label` class to `fab-menu` styles for nowrap text handling ([3084ace](https://github.com/Udixio/UI/commit/3084ace))
412
- - **ui-react:** add `label` class to `fab-menu` styles for text wrapping adjustments ([511a67a](https://github.com/Udixio/UI/commit/511a67a))
413
-
414
- ### 🧱 Updated Dependencies
415
-
416
- - Updated @udixio/tailwind to 2.4.5
417
- - Updated @udixio/theme to 2.1.7
418
-
419
- ### ❤️ Thank You
420
-
421
- - Joël VIGREUX
422
-
423
- ## 2.9.3 (2025-12-16)
424
-
425
- ### 🧱 Updated Dependencies
426
-
427
- - Updated @udixio/tailwind to 2.4.4
428
- - Updated @udixio/theme to 2.1.6
429
-
430
- ## 2.9.2 (2025-12-16)
431
-
432
- ### 🧱 Updated Dependencies
433
-
434
- - Updated @udixio/tailwind to 2.4.3
435
- - Updated @udixio/theme to 2.1.5
436
-
437
- ## 2.9.1 (2025-12-16)
438
-
439
- ### 🧱 Updated Dependencies
440
-
441
- - Updated @udixio/tailwind to 2.4.2
442
- - Updated @udixio/theme to 2.1.4
443
-
444
- ## 2.9.0 (2025-12-16)
445
-
446
- ### 🚀 Features
447
-
448
- - **ui-react:** improve scroll handling and deprecate unstable effects ([4a20ed6](https://github.com/Udixio/UI/commit/4a20ed6))
449
- - **ui-react:** improve `Chips` scroll behavior for better focus and editing UX ([401e6e8](https://github.com/Udixio/UI/commit/401e6e8))
450
- - **ui-react:** enhance `Chip` and `Chips` with advanced editing and focus behavior ([94ea2d9](https://github.com/Udixio/UI/commit/94ea2d9))
451
- - **ui-react:** add inline editing and chip creation for `Chips` (variant="input") ([2d6fa0e](https://github.com/Udixio/UI/commit/2d6fa0e))
452
- - **ui-react:** refactor `Chips` to support controlled and uncontrolled modes ([9a6beed](https://github.com/Udixio/UI/commit/9a6beed))
453
- - **ui-react:** add drag and drop support to `Chip` component ([2d36fb9](https://github.com/Udixio/UI/commit/2d36fb9))
454
- - **ui-react:** enhance `Chip` component with improved selection and keyboard accessibility ([99f0dd5](https://github.com/Udixio/UI/commit/99f0dd5))
455
- - **ui-react:** add `Chips` component with support for multiple variants and improved navigation ([a0725a1](https://github.com/Udixio/UI/commit/a0725a1))
456
- - **ui-react:** enhance `Chip` component with new props and refactored logic ([453f12e](https://github.com/Udixio/UI/commit/453f12e))
457
- - **ui-react:** introduce `Chip` component with support for multiple variants and custom behavior ([2745b66](https://github.com/Udixio/UI/commit/2745b66))
458
-
459
- ### 🩹 Fixes
460
-
461
- - **ui-react:** update focus logic and remove redundant scrollable padding in `Chip` and `Chips` ([8cb7697](https://github.com/Udixio/UI/commit/8cb7697))
462
-
463
- ### ❤️ Thank You
464
-
465
- - Joël VIGREUX
466
-
467
- ## 2.8.4 (2025-11-24)
468
-
469
- ### 🩹 Fixes
470
-
471
- - **ui-react:** remove unused `type` prop from `IconButton` ([906f757](https://github.com/Udixio/UI/commit/906f757))
472
-
473
- ### ❤️ Thank You
474
-
475
- - Joël VIGREUX
476
-
477
- ## 2.8.3 (2025-11-05)
478
-
479
- ### 🧱 Updated Dependencies
480
-
481
- - Updated @udixio/tailwind to 2.4.1
482
- - Updated @udixio/theme to 2.1.3
483
-
484
- ## 2.8.2 (2025-11-04)
485
-
486
- ### 🩹 Fixes
487
-
488
- - **ui-react:** add unique `layoutId` to `FabMenu` with `uuid` for improved animation isolation ([06c5f7a](https://github.com/Udixio/UI/commit/06c5f7a))
489
-
490
- ### ❤️ Thank You
491
-
492
- - Joël VIGREUX
493
-
494
- ## 2.8.1 (2025-11-04)
495
-
496
- ### 🩹 Fixes
497
-
498
- - **ui-react:** enhance scroll handling with auto-detection of scrollable parents ([85f33ca](https://github.com/Udixio/UI/commit/85f33ca))
499
-
500
- ### ❤️ Thank You
501
-
502
- - Joël VIGREUX
503
-
504
- ## 2.8.0 (2025-11-04)
505
-
506
- ### 🚀 Features
507
-
508
- - **ui-react:** enhance `FabMenu` transition handling with overflow visibility ([4fcde60](https://github.com/Udixio/UI/commit/4fcde60))
509
-
510
- ### ❤️ Thank You
511
-
512
- - Joël VIGREUX
513
-
514
- ## 2.7.0 (2025-11-03)
515
-
516
- ### 🚀 Features
517
-
518
- - **ui-react, docs:** refine color handling and enhance `FabMenu` documentation ([a1d83fc](https://github.com/Udixio/UI/commit/a1d83fc))
519
- - **ui-react:** enhance `FabMenu` with `AnimatePresence` and improved motion logic ([bea652d](https://github.com/Udixio/UI/commit/bea652d))
520
- - **ui-react:** enhance `FabMenu` with customizable transitions ([e36dfc9](https://github.com/Udixio/UI/commit/e36dfc9))
521
- - **ui-react, docs:** enhance `FabMenu` with motion support and update documentation ([7833a1c](https://github.com/Udixio/UI/commit/7833a1c))
522
- - **ui-react:** introduce `FabMenu` component with enhanced button variants and menu styling ([286f9be](https://github.com/Udixio/UI/commit/286f9be))
523
- - **ui-react, plugins-tailwind:** migrate to `State` component for unified state handling ([92996bc](https://github.com/Udixio/UI/commit/92996bc))
524
- - **ui-react:** replace `RippleEffect` with `State` component for consistent state management ([c876cf6](https://github.com/Udixio/UI/commit/c876cf6))
525
- - **ui-react, plugins-tailwind:** enhance `State` component and streamline state utilities ([0e1858a](https://github.com/Udixio/UI/commit/0e1858a))
526
- - **ui-react:** add `State` component with dynamic styling support ([900d9b0](https://github.com/Udixio/UI/commit/900d9b0))
527
- - **ui-react:** integrate `useClassNames` for consistent and reusable styles ([577e05f](https://github.com/Udixio/UI/commit/577e05f))
528
- - **ui-react:** introduce `useClassNames` hook and update button styles integration ([f7a9936](https://github.com/Udixio/UI/commit/f7a9936))
529
-
530
- ### 🧱 Updated Dependencies
531
-
532
- - Updated @udixio/tailwind to 2.4.0
533
-
534
- ### ❤️ Thank You
535
-
536
- - Joël VIGREUX
537
-
538
- ## 2.6.0 (2025-10-25)
539
-
540
- ### 🚀 Features
541
-
542
- - **ui-react:** enhance `AnimateOnScroll` with directional scroll detection and refined flag handling ([fb1e2e8](https://github.com/Udixio/UI/commit/fb1e2e8))
543
- - **ui-react:** refactor Carousel logic for dynamic width and item visibility adjustments ([3292d4c](https://github.com/Udixio/UI/commit/3292d4c))
544
-
545
- ### 🩹 Fixes
546
-
547
- - **ui-react:** refine Carousel width calculation and logging ([6d0b2e2](https://github.com/Udixio/UI/commit/6d0b2e2))
548
- - **ui-react:** optimize width calculation and improve Carousel item handling ([6f2d7c2](https://github.com/Udixio/UI/commit/6f2d7c2))
549
- - **ui-react:** add onMetricsChange prop and simplify Carousel logic ([1a9ac6f](https://github.com/Udixio/UI/commit/1a9ac6f))
550
-
551
- ### ❤️ Thank You
552
-
553
- - Joël VIGREUX
554
-
555
- ## 2.5.2 (2025-10-23)
556
-
557
- ### 🩹 Fixes
558
-
559
- - **ui-react:** remove redundant animation run attribute check ([25c7b65](https://github.com/Udixio/UI/commit/25c7b65))
560
-
561
- ### ❤️ Thank You
562
-
563
- - Joël VIGREUX
564
-
565
- ## 2.5.1 (2025-10-23)
566
-
567
- ### 🩹 Fixes
568
-
569
- - **ui-react:** add animation lifecycle listeners to `AnimateOnScroll` ([18da79e](https://github.com/Udixio/UI/commit/18da79e))
570
-
571
- ### ❤️ Thank You
572
-
573
- - Joël VIGREUX
574
-
575
- ## 2.5.0 (2025-10-23)
576
-
577
- ### 🚀 Features
578
-
579
- - **carousel:** add live metrics support and restore centering logic ([c0e57df](https://github.com/Udixio/UI/commit/c0e57df))
580
- - **carousel:** add smooth scroll animation with framer-motion ([8ddf506](https://github.com/Udixio/UI/commit/8ddf506))
581
- - **markdown:** add markdown renderer with class map support and HTML sanitization ([0ab4ae4](https://github.com/Udixio/UI/commit/0ab4ae4))
582
- - **carousel:** improve dynamic item width calculation and enhance responsiveness ([0363f14](https://github.com/Udixio/UI/commit/0363f14))
583
- - **carousel:** enhance `CarouselItem` width behavior and add controlled scroll progress ([fea2674](https://github.com/Udixio/UI/commit/fea2674))
584
- - **carousel:** add controlled `index` prop and example with navigation buttons ([2179cbc](https://github.com/Udixio/UI/commit/2179cbc))
585
- - **styles, carousel:** implement customizable themes and enhanced accessibility ([548af98](https://github.com/Udixio/UI/commit/548af98))
586
-
587
- ### 🩹 Fixes
588
-
589
- - **ui-react:** simplify shape transformation logic in icon-button styles ([1766174](https://github.com/Udixio/UI/commit/1766174))
590
- - **slider:** add relative positioning to handle for improved style control ([b4cc12f](https://github.com/Udixio/UI/commit/b4cc12f))
591
-
592
- ### ❤️ Thank You
593
-
594
- - Joël VIGREUX
595
-
596
- ## 2.4.3 (2025-10-17)
597
-
598
- ### 🧱 Updated Dependencies
599
-
600
- - Updated @udixio/tailwind to 2.3.7
601
- - Updated @udixio/theme to 2.1.2
602
-
603
- ## 2.4.2 (2025-10-17)
604
-
605
- ### 🧱 Updated Dependencies
606
-
607
- - Updated @udixio/tailwind to 2.3.6
608
- - Updated @udixio/theme to 2.1.1
609
-
610
- ## 2.4.1 (2025-10-17)
611
-
612
- ### 🧱 Updated Dependencies
613
-
614
- - Updated @udixio/tailwind to 2.3.5
615
-
616
- ## 2.4.0 (2025-10-17)
617
-
618
- ### 🚀 Features
619
-
620
- - **theme:** update variant handling and enhance `UdixioVariant` support ([e413d3d](https://github.com/Udixio/UI/commit/e413d3d))
621
-
622
- ### 🧱 Updated Dependencies
623
-
624
- - Updated @udixio/tailwind to 2.3.4
625
- - Updated @udixio/theme to 2.1.0
626
-
627
- ### ❤️ Thank You
628
-
629
- - Joël VIGREUX
630
-
631
- ## 2.3.3 (2025-10-16)
632
-
633
- ### 🩹 Fixes
634
-
635
- - **animation:** refine scroll-driven animations logic and improve utility functions ([9c84c83](https://github.com/Udixio/UI/commit/9c84c83))
636
-
637
- ### 🧱 Updated Dependencies
638
-
639
- - Updated @udixio/tailwind to 2.3.3
640
-
641
- ### ❤️ Thank You
642
-
643
- - Joël VIGREUX
644
-
645
- ## 2.3.2 (2025-10-16)
646
-
647
- ### 🧱 Updated Dependencies
648
-
649
- - Updated @udixio/tailwind to 2.3.2
650
-
651
- ## 2.3.1 (2025-10-16)
652
-
653
- ### 🧱 Updated Dependencies
654
-
655
- - Updated @udixio/tailwind to 2.3.1
656
-
657
- ## 2.3.0 (2025-10-16)
658
-
659
- ### 🚀 Features
660
-
661
- - **animations:** add customizable easing functions for smooth scroll effect ([98959d1](https://github.com/Udixio/UI/commit/98959d1))
662
-
663
- ### 🧱 Updated Dependencies
664
-
665
- - Updated @udixio/tailwind to 2.3.0
666
-
667
- ### ❤️ Thank You
668
-
669
- - Joël VIGREUX
670
-
671
- ## 2.2.0 (2025-10-16)
672
-
673
- ### 🚀 Features
674
-
675
- - **animation:** add `animateOnScroll` alias for `initAnimateOnScroll` ([558876c](https://github.com/Udixio/UI/commit/558876c))
676
-
677
- ### 🧱 Updated Dependencies
678
-
679
- - Updated @udixio/tailwind to 2.2.0
680
-
681
- ### ❤️ Thank You
682
-
683
- - Joël VIGREUX
684
-
685
- ## 2.1.0 (2025-10-16)
686
-
687
- ### 🚀 Features
688
-
689
- - **animation:** refactor and simplify `AnimateOnScroll` initialization and handling ([ad68d1f](https://github.com/Udixio/UI/commit/ad68d1f))
690
-
691
- ### 🧱 Updated Dependencies
692
-
693
- - Updated @udixio/tailwind to 2.1.0
694
-
695
- ### ❤️ Thank You
696
-
697
- - Joël VIGREUX
698
-
699
- # 2.0.0 (2025-10-15)
700
-
701
- ### 🚀 Features
702
-
703
- - **animation:** rename classes and refine scroll-driven animations ([414a875](https://github.com/Udixio/UI/commit/414a875))
704
- - **animation:** update animation class names and refine scroll behavior ([54688c3](https://github.com/Udixio/UI/commit/54688c3))
705
- - **animation:** enhance dependency handling and refine utility updates ([aa91136](https://github.com/Udixio/UI/commit/aa91136))
706
- - **animation:** enhance state handling and optimize utility usage ([1f134b4](https://github.com/Udixio/UI/commit/1f134b4))
707
- - **ui:** simplify SmoothScroll transition props and remove debug logs ([14caaba](https://github.com/Udixio/UI/commit/14caaba))
708
- - **ui:** refactor SmoothScroll to replace useSpring with animate for smoother transitions ([b85e8f7](https://github.com/Udixio/UI/commit/b85e8f7))
709
- - **ui:** adjust SmoothScroll transition dynamics and enhance debug support ([5a16e60](https://github.com/Udixio/UI/commit/5a16e60))
710
- - **ui:** enhance SmoothScroll with spring-based motion and optimize scroll handling ([d02ed31](https://github.com/Udixio/UI/commit/d02ed31))
711
- - **ui:** refactor SmoothScroll and BlockScroll for improved scroll handling ([ed225e7](https://github.com/Udixio/UI/commit/ed225e7))
712
- - **ui:** refactor SmoothScroll and BlockScroll for streamlined scroll handling ([137e173](https://github.com/Udixio/UI/commit/137e173))
713
- - **ui:** replace SmoothScroll with BlockScroll effect for improved scroll intent handling ([00fbd60](https://github.com/Udixio/UI/commit/00fbd60))
714
- - **ui:** improve SmoothScroll effect with customizable transitions ([13b5b6a](https://github.com/Udixio/UI/commit/13b5b6a))
715
- - **ui:** enhance smooth scroll effect and integrate into layout ([d5bc1ac](https://github.com/Udixio/UI/commit/d5bc1ac))
716
- - **ui:** refactor animation utilities and remove redundant exit animations ([d7719cb](https://github.com/Udixio/UI/commit/d7719cb))
717
- - **ui:** migrate `AnimateOnScroll` to use customizable prefix for animation utilities ([8ac82fd](https://github.com/Udixio/UI/commit/8ac82fd))
718
- - **ui:** enhance AnimateOnScroll thresholds and refine animation compatibility ([e652317](https://github.com/Udixio/UI/commit/e652317))
719
- - **ui:** refine animations and Tailwind plugin for better customization ([62ad9bf](https://github.com/Udixio/UI/commit/62ad9bf))
720
- - **ui:** remove legacy JS-based scroll animations and refine scroll-driven components ([d098430](https://github.com/Udixio/UI/commit/d098430))
721
- - **ui:** enhance scroll animations with fallback and Tailwind integration ([b5bec58](https://github.com/Udixio/UI/commit/b5bec58))
722
- - **ui:** add AnimateOnScrollFallback for JS-based scroll animations ([f99eca0](https://github.com/Udixio/UI/commit/f99eca0))
723
- - **ui:** add Animate component ([b69694a](https://github.com/Udixio/UI/commit/b69694a))
724
- - **docs:** add API documentation and improve components layout ([bbe090f](https://github.com/Udixio/UI/commit/bbe090f))
725
- - **styles:** enhance FAB styling and simplify class application ([72967d4](https://github.com/Udixio/UI/commit/72967d4))
726
- - **theme:** add tone adjustment calculation and improve contrast handling ([3546f05](https://github.com/Udixio/UI/commit/3546f05))
727
- - **theme:** refactor color utilities and update configuration ([177e68d](https://github.com/Udixio/UI/commit/177e68d))
728
- - **theme:** streamline color management and refactor configuration ([b1b1211](https://github.com/Udixio/UI/commit/b1b1211))
729
- - **theme:** introduce ThemePicker component and enhance theme configuration ([3d3d637](https://github.com/Udixio/UI/commit/3d3d637))
730
-
731
- ### 🧱 Updated Dependencies
732
-
733
- - Updated @udixio/tailwind to 2.0.0
734
- - Updated @udixio/theme to 2.0.0
735
-
736
- ### ❤️ Thank You
737
-
738
- - Joël VIGREUX
739
-
740
- ## 1.6.3 (2025-09-04)
741
-
742
- ### 🩹 Fixes
743
-
744
- - change theme variant and remove free-brands-svg-icons ([b5f5468](https://github.com/Udixio/UI/commit/b5f5468))
745
-
746
- ### 🧱 Updated Dependencies
747
-
748
- - Updated @udixio/tailwind to 1.7.2
749
- - Updated @udixio/theme to 1.3.0
750
-
751
- ### ❤️ Thank You
752
-
753
- - Joël VIGREUX
754
-
755
- ## 1.6.2 (2025-08-31)
756
-
757
- ### 🧱 Updated Dependencies
758
-
759
- - Updated @udixio/tailwind to 1.7.1
760
-
761
- ## 1.6.1 (2025-08-31)
762
-
763
- ### 🩹 Fixes
764
-
765
- - **ui-react:** rename `SlideSheet` to `SideSheet` and update associated files ([9cc5293](https://github.com/Udixio/UI/commit/9cc5293))
766
-
767
- ### 🧱 Updated Dependencies
768
-
769
- - Updated @udixio/tailwind to 1.7.0
770
-
771
- ### ❤️ Thank You
772
-
773
- - Joël VIGREUX
774
-
775
- ## 1.6.0 (2025-08-29)
776
-
777
- ### 🚀 Features
778
-
779
- - **ui-react:** add SlideSheet component with styles, interface, and stories ([b9d493c](https://github.com/Udixio/UI/commit/b9d493c))
780
- - **theme:** add `onLoad` callback and enhance theme update logic ([7778504](https://github.com/Udixio/UI/commit/7778504))
781
-
782
- ### 🩹 Fixes
783
-
784
- - **ui-react:** remove error state and replace with exception handling in ThemeProvider ([b8087e4](https://github.com/Udixio/UI/commit/b8087e4))
785
-
786
- ### 🧱 Updated Dependencies
787
-
788
- - Updated @udixio/tailwind to 1.6.0
789
-
790
- ### ❤️ Thank You
791
-
792
- - Joël VIGREUX
793
-
794
- ## 1.5.0 (2025-08-28)
795
-
796
- ### 🚀 Features
797
-
798
- - **theme:** add throttling to color updates in `ThemeProvider` ([1886b68](https://github.com/Udixio/UI/commit/1886b68))
799
- - **tailwind:** enhance browser integration with direct CSS compilation ([ac2caad](https://github.com/Udixio/UI/commit/ac2caad))
800
-
801
- ### 🧱 Updated Dependencies
802
-
803
- - Updated @udixio/tailwind to 1.5.0
804
-
805
- ### ❤️ Thank You
806
-
807
- - Joël VIGREUX
808
-
809
- ## 1.4.0 (2025-08-27)
810
-
811
- ### 🚀 Features
812
-
813
- - **ui-react:** add `clsx` dependency for enhanced className handling ([53e2a28](https://github.com/Udixio/UI/commit/53e2a28))
814
- - **theme, tailwind, ui-react:** update package entries and async plugin resolution ([be9c65c](https://github.com/Udixio/UI/commit/be9c65c))
815
- - **tailwind:** split browser and node-specific logic with updated exports ([5335caa](https://github.com/Udixio/UI/commit/5335caa))
816
- - **theme, ui-react, tailwind:** introduce node polyfills and improve async support ([f5c816a](https://github.com/Udixio/UI/commit/f5c816a))
817
- - **ui-react:** replace `udixioVite` with `vitePlugin` in Vite config and clean up CSS file ([1abc885](https://github.com/Udixio/UI/commit/1abc885))
818
- - integrate `rollup-plugin-visualizer` into Vite configs ([c92311a](https://github.com/Udixio/UI/commit/c92311a))
819
- - **theme:** simplify loader utilities and remove legacy adapters ([781847e](https://github.com/Udixio/UI/commit/781847e))
820
-
821
- ### 🧱 Updated Dependencies
822
-
823
- - Updated @udixio/tailwind to 1.4.0
824
- - Updated @udixio/theme to 1.2.0
825
-
826
- ### ❤️ Thank You
827
-
828
- - Joël VIGREUX
829
-
830
- ## 1.3.0 (2025-08-25)
831
-
832
- ### 🚀 Features
833
-
834
- - **doc:** refactor navigation and layout structure for consistency ([644c21a](https://github.com/Udixio/UI/commit/644c21a))
835
-
836
- ### 🩹 Fixes
837
-
838
- - **ui-react:** update `NavigationRailItem` animation handling ([0ed4606](https://github.com/Udixio/UI/commit/0ed4606))
839
-
840
- ### 🧱 Updated Dependencies
841
-
842
- - Updated @udixio/tailwind to 1.3.0
843
- - Updated @udixio/theme to 1.1.0
844
-
845
- ### ❤️ Thank You
846
-
847
- - Joël VIGREUX
848
-
849
- ## 1.2.0 (2025-08-23)
850
-
851
- ### 🚀 Features
852
-
853
- - **ui-react:** introduce `Icon` type and update `Icon` component interface ([ea01bfb](https://github.com/Udixio/UI/commit/ea01bfb))
854
- - **ui-react:** replace `IconDefinition` with `Icon` in component interfaces ([819ebe1](https://github.com/Udixio/UI/commit/819ebe1))
855
- - **ui-react:** enhance `Icon` component to support multiple icon types ([86b1c58](https://github.com/Udixio/UI/commit/86b1c58))
856
-
857
- ### 🩹 Fixes
858
-
859
- - **ui-react:** improve readability in `navigation-rail-item.style.ts` ([a7098eb](https://github.com/Udixio/UI/commit/a7098eb))
860
-
861
- ### ❤️ Thank You
862
-
863
- - Joël VIGREUX
864
-
865
- ## 1.1.0 (2025-08-22)
866
-
867
- ### 🚀 Features
868
-
869
- - **ui-react:** add `disableTextMargins` prop to Button component ([ed0600b](https://github.com/Udixio/UI/commit/ed0600b))
870
-
871
- ### ❤️ Thank You
872
-
873
- - Joël VIGREUX
874
-
875
- ## 1.0.1 (2025-08-22)
876
-
877
- ### 🧱 Updated Dependencies
878
-
879
- - Updated @udixio/tailwind to 1.2.1
880
-
881
- # 1.0.0 (2025-08-22)
882
-
883
- ### 🚀 Features
884
-
885
- - **ui-react:** improve progress indicator styles and visibility logic ([b5c908b](https://github.com/Udixio/UI/commit/b5c908b))
886
- - ⚠️ **ui-react:** enhance components with `children` support and refine accessibility ([d8626a5](https://github.com/Udixio/UI/commit/d8626a5))
887
-
888
- ### 🩹 Fixes
889
-
890
- - ⚠️ **ui-react:** remove redundant variant assignment in Button component ([62a124f](https://github.com/Udixio/UI/commit/62a124f))
891
-
892
- ### ⚠️ Breaking Changes
893
-
894
- - **ui-react:** The `filledTonal` variant behavior has been modified in the Button component. If you were relying on the previous redundant assignment logic, update your implementation to ensure consistent styling behavior.
895
- - **ui-react:** The `ariaLabel` prop has been replaced with `label` across all components (`Button`, `IconButton`, `Fab`, etc.) for better accessibility compliance. Update your components to use `label` instead of `ariaLabel`. Additionally, `Snackbar` component's `supportingText` prop has been renamed to `message`.
896
-
897
- ### ❤️ Thank You
898
-
899
- - Joël VIGREUX
900
-
901
- ## 0.1.2 (2025-08-05)
902
-
903
- ### 🩹 Fixes
904
-
905
- - dependencies package ([a04c368](https://github.com/Udixio/UI/commit/a04c368))
906
-
907
- ### ❤️ Thank You
908
-
909
- - Joël VIGREUX
910
-
911
- ## 0.1.1 (2025-08-04)
912
-
913
- ### 🩹 Fixes
914
-
915
- - dependencies pakcage ([9feff43](https://github.com/Udixio/UI/commit/9feff43))
916
- - dependencies pakcage ([afa3009](https://github.com/Udixio/UI/commit/afa3009))
917
-
918
- ### ❤️ Thank You
919
-
920
- - Joël VIGREUX
921
-
922
- ## 0.4.3 (2025-07-25)
923
-
924
- ### 🩹 Fixes
925
-
926
- - add `types` field to package exports and correct file extensions ([6b8ce9c](https://github.com/Udixio/UI/commit/6b8ce9c))
927
-
928
- ### 🧱 Updated Dependencies
929
-
930
- - Updated tailwind to 0.5.3
931
- - Updated theme to 0.5.3
932
-
933
- ### ❤️ Thank You
934
-
935
- - Joël VIGREUX
936
-
937
- ## 0.4.2 (2025-07-25)
938
-
939
- ### 🧱 Updated Dependencies
940
-
941
- - Updated tailwind to 0.5.2
942
- - Updated theme to 0.5.2
943
-
944
- ## 0.4.1 (2025-07-25)
945
-
946
- ### 🧱 Updated Dependencies
947
-
948
- - Updated tailwind to 0.5.1
949
- - Updated theme to 0.5.1
950
-
951
- ## 0.4.0 (2025-07-25)
952
-
953
- ### 🚀 Features
954
-
955
- - **theme:** migrate build system from Rollup to Vite for improved performance and configuration ([3f33657](https://github.com/Udixio/UI/commit/3f33657))
956
-
957
- ### 🧱 Updated Dependencies
958
-
959
- - Updated tailwind to 0.5.0
960
- - Updated theme to 0.5.0
961
-
962
- ### ❤️ Thank You
963
-
964
- - Joël VIGREUX
965
-
966
- ## 0.3.11 (2025-07-25)
967
-
968
- ### 🩹 Fixes
969
-
970
- - **dependencies:** update `pnpm-lock.yaml` for consistency and compatibility ([e6dfc9d](https://github.com/Udixio/UI/commit/e6dfc9d))
971
-
972
- ### 🧱 Updated Dependencies
973
-
974
- - Updated tailwind to 0.4.1
975
- - Updated theme to 0.4.2
976
-
977
- ### ❤️ Thank You
978
-
979
- - Joël VIGREUX
980
-
981
- ## 0.3.10 (2025-07-25)
982
-
983
- ### 🧱 Updated Dependencies
984
-
985
- - Updated tailwind to 0.4.0
986
-
987
- ## 0.3.9 (2025-07-25)
988
-
989
- ### 🧱 Updated Dependencies
990
-
991
- - Updated tailwind to 0.3.7
992
-
993
- ## 0.3.8 (2025-07-25)
994
-
995
- ### 🩹 Fixes
996
-
997
- - **dependencies:** update `pnpm-lock.yaml` for consistent dependency versions ([5dee7f3](https://github.com/Udixio/UI/commit/5dee7f3))
998
-
999
- ### ❤️ Thank You
1000
-
1001
- - Joël VIGREUX
1002
-
1003
- ## 0.3.7 (2025-07-25)
1004
-
1005
- ### 🩹 Fixes
1006
-
1007
- - **ui-react:** update build config to improve module compatibility ([a6de1ee](https://github.com/Udixio/UI/commit/a6de1ee))
1008
-
1009
- ### ❤️ Thank You
1010
-
1011
- - Joël VIGREUX
1012
-
1013
- ## 0.3.6 (2025-07-25)
1014
-
1015
- ### 🧱 Updated Dependencies
1016
-
1017
- - Updated tailwind to 0.3.6
1018
-
1019
- ## 0.3.5 (2025-07-25)
1020
-
1021
- ### 🧱 Updated Dependencies
1022
-
1023
- - Updated tailwind to 0.3.5
1024
- - Updated theme to 0.4.1
1025
-
1026
- ## 0.3.4 (2025-07-25)
1027
-
1028
- ### 🩹 Fixes
1029
-
1030
- - **theme:** switch to ES module exports and adjust package type ([7314ded](https://github.com/Udixio/UI/commit/7314ded))
1031
-
1032
- ### 🧱 Updated Dependencies
1033
-
1034
- - Updated tailwind to 0.3.4
1035
- - Updated theme to 0.4.0
1036
-
1037
- ### ❤️ Thank You
1038
-
1039
- - Joël VIGREUX
1040
-
1041
- ## 0.3.3 (2025-07-24)
1042
-
1043
- ### 🩹 Fixes
1044
-
1045
- - **theme:** improve Tailwind CSS import handling in plugin ([f7c7f3a](https://github.com/Udixio/UI/commit/f7c7f3a))
1046
-
1047
- ### 🧱 Updated Dependencies
1048
-
1049
- - Updated tailwind to 0.3.3
1050
- - Updated theme to 0.3.2
1051
-
1052
- ### ❤️ Thank You
1053
-
1054
- - Joël VIGREUX
1055
-
1056
- ## 0.3.2 (2025-07-24)
1057
-
1058
- ### 🧱 Updated Dependencies
1059
-
1060
- - Updated tailwind to 0.3.2
1061
- - Updated theme to 0.3.1
1062
-
1063
- ## 0.3.1 (2025-07-24)
1064
-
1065
- ### 🧱 Updated Dependencies
1066
-
1067
- - Updated tailwind to 0.3.1
1068
-
1069
- ## 0.3.0 (2025-07-24)
1070
-
1071
- ### 🚀 Features
1072
-
1073
- - **package:** add `publishConfig` to package.json for public npm publishing ([40307c0](https://github.com/Udixio/UI/commit/40307c0))
1074
-
1075
- ### 🧱 Updated Dependencies
1076
-
1077
- - Updated tailwind to 0.3.0
1078
- - Updated theme to 0.3.0
1079
-
1080
- ### ❤️ Thank You
1081
-
1082
- - Joël VIGREUX
1083
-
1084
- ## 0.2.0 (2025-07-24)
1085
-
1086
- ### 🚀 Features
1087
-
1088
- - **package:** add `repository` field to package.json files ([a05ca80](https://github.com/Udixio/UI/commit/a05ca80))
1089
-
1090
- ### 🧱 Updated Dependencies
1091
-
1092
- - Updated tailwind to 0.2.0
1093
- - Updated theme to 0.2.0
1094
-
1095
- ### ❤️ Thank You
1096
-
1097
- - Joël VIGREUX
1098
-
1099
- ## 0.1.0 (2025-07-24)
1100
-
1101
- ### 🚀 Features
1102
-
1103
- - **theme, ui-react, tailwind:** enhance dependencies, Jest config, and Button component ([04e1d00](https://github.com/Udixio/UI/commit/04e1d00))
1104
- - **ui-react:** add `cursor-pointer` to interactive components and fix formatting issues ([cc499c4](https://github.com/Udixio/UI/commit/cc499c4))
1105
- - **ui-react:** update ripple effect to use modern color mix function ([d721f83](https://github.com/Udixio/UI/commit/d721f83))
1106
- - **ui-react:** replace FontAwesomeIcon with custom SVG rendering in Icon component ([8414c2f](https://github.com/Udixio/UI/commit/8414c2f))
1107
- - **theme:** integrate new utilities and refine Tailwind plugin configuration ([3f4152e](https://github.com/Udixio/UI/commit/3f4152e))
1108
- - **theme:** improve dark mode support and streamline color management ([7b72e9d](https://github.com/Udixio/UI/commit/7b72e9d))
1109
- - **theme:** enhance Tailwind plugin with createOrUpdateFile utility ([4316f58](https://github.com/Udixio/UI/commit/4316f58))
1110
- - **theme:** enhance Tailwind plugin with file content validation ([77aa702](https://github.com/Udixio/UI/commit/77aa702))
1111
- - **theme:** simplify Tailwind plugin setup and enhance color management ([a10657f](https://github.com/Udixio/UI/commit/a10657f))
1112
- - **theme:** refactor Tailwind plugin setup and clean up dependencies ([2468c56](https://github.com/Udixio/UI/commit/2468c56))
1113
- - **tailwind:** refactor plugin and integrate theme dependencies ([34501e3](https://github.com/Udixio/UI/commit/34501e3))
1114
- - **ui:** improve button styling and enhance Tailwind plugin configuration ([efdeeb0](https://github.com/Udixio/UI/commit/efdeeb0))
1115
- - **tailwind:** remove Tailwind library and update dependencies ([bd84038](https://github.com/Udixio/UI/commit/bd84038))
1116
- - **ui-react:** reintroduce TailwindCSS with Vite plugin and enhance Storybook setup ([c1a1637](https://github.com/Udixio/UI/commit/c1a1637))
1117
- - **ui-react:** add Storybook support and configure with Vite ([125396b](https://github.com/Udixio/UI/commit/125396b))
1118
- - **theme:** add dependencies and update lockfile for new theme module ([d615149](https://github.com/Udixio/UI/commit/d615149))
1119
- - **ui-react:** add TailwindCSS support and update styles ([61bbadd](https://github.com/Udixio/UI/commit/61bbadd))
1120
- - **build:** add Vite configuration and TypeScript setup for `ui-react` package ([4e04879](https://github.com/Udixio/UI/commit/4e04879))
1121
- - **config:** initialize Nx workspace setup ([6204056](https://github.com/Udixio/UI/commit/6204056))
1122
-
1123
- ### 🧱 Updated Dependencies
1124
-
1125
- - Updated tailwind to 0.1.0
1126
- - Updated theme to 0.1.0
1127
-
1128
- ### ❤️ Thank You
1129
-
1130
- - Joël VIGREUX