@nimbus-ds/patterns 1.36.0-rc.1 → 1.36.0-rc.3

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 (57) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/AppShell/index.d.ts +131 -0
  3. package/dist/AppShell/index.js +2 -0
  4. package/dist/CHANGELOG.md +549 -0
  5. package/dist/Calendar/index.d.ts +44 -0
  6. package/dist/Calendar/index.js +2 -0
  7. package/dist/CalloutCard/index.d.ts +43 -0
  8. package/dist/CalloutCard/index.js +2 -0
  9. package/dist/ChatInput/index.d.ts +89 -0
  10. package/dist/ChatInput/index.js +2 -0
  11. package/dist/DataList/index.d.ts +49 -0
  12. package/dist/DataList/index.js +2 -0
  13. package/dist/DataTable/index.d.ts +201 -0
  14. package/dist/DataTable/index.js +2 -0
  15. package/dist/Editor/index.d.ts +65 -0
  16. package/dist/Editor/index.js +2 -0
  17. package/dist/EmptyApp/index.d.ts +65 -0
  18. package/dist/EmptyApp/index.js +2 -0
  19. package/dist/EmptyMessage/index.d.ts +38 -0
  20. package/dist/EmptyMessage/index.js +2 -0
  21. package/dist/FormField/index.d.ts +63 -0
  22. package/dist/FormField/index.js +2 -0
  23. package/dist/HelpLink/index.d.ts +20 -0
  24. package/dist/HelpLink/index.js +2 -0
  25. package/dist/InitialScreen/index.d.ts +138 -0
  26. package/dist/InitialScreen/index.js +2 -0
  27. package/dist/InteractiveList/index.d.ts +133 -0
  28. package/dist/InteractiveList/index.js +2 -0
  29. package/dist/Layout/index.d.ts +33 -0
  30. package/dist/Layout/index.js +2 -0
  31. package/dist/Menu/index.d.ts +151 -0
  32. package/dist/Menu/index.js +2 -0
  33. package/dist/MenuButton/index.d.ts +101 -0
  34. package/dist/MenuButton/index.js +2 -0
  35. package/dist/NavTabs/index.d.ts +46 -0
  36. package/dist/NavTabs/index.js +2 -0
  37. package/dist/Page/index.d.ts +48 -0
  38. package/dist/Page/index.js +2 -0
  39. package/dist/PlanDisplay/index.d.ts +72 -0
  40. package/dist/PlanDisplay/index.js +2 -0
  41. package/dist/ProductDataList/index.d.ts +208 -0
  42. package/dist/ProductDataList/index.js +2 -0
  43. package/dist/ProductUpdates/index.d.ts +79 -0
  44. package/dist/ProductUpdates/index.js +2 -0
  45. package/dist/README.md +235 -0
  46. package/dist/SideModal/index.d.ts +73 -0
  47. package/dist/SideModal/index.js +2 -0
  48. package/dist/Sortable/index.d.ts +140 -0
  49. package/dist/Sortable/index.js +2 -0
  50. package/dist/SummaryStats/index.d.ts +238 -0
  51. package/dist/SummaryStats/index.js +2 -0
  52. package/dist/ThumbnailWithAction/index.d.ts +31 -0
  53. package/dist/ThumbnailWithAction/index.js +2 -0
  54. package/dist/components-props.json +1 -0
  55. package/dist/index.d.ts +1694 -0
  56. package/dist/index.js +2 -0
  57. package/package.json +1 -1
@@ -0,0 +1,549 @@
1
+ # Changelog
2
+
3
+ Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop's team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
4
+
5
+ ## 2026-06-25 `1.36.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Added `collapsedWidth` prop and `APPSHELL_CHAT_DEFAULT_WIDTH` constant to `AppShell.Chat`, and automatic body content hiding when the chat panel is in expanded mode. ([#PR](https://github.com/TiendaNube/nimbus-patterns/pull/PR) by [@jffs](https://github.com/jffs))
10
+
11
+ #### 🐛 Bug fixes
12
+
13
+ - Fixed `AppShell.Chat` expansion animation getting stuck at collapsed width. ([#PR](https://github.com/TiendaNube/nimbus-patterns/pull/PR) by [@jffs](https://github.com/jffs))
14
+ - Fixed page scroll not being locked while `AppShellChat` is expanded in fullscreen mode. ([#167](https://github.com/TiendaNube/nimbus-patterns/pull/167) by [@jffs](https://github.com/jffs))
15
+
16
+ ## 2026-03-04 `1.33.1`
17
+
18
+ #### 🐛 Bug fixes
19
+
20
+ - Fixed `className` prop not being passed through to the underlying elements across all pattern components. ([#156](https://github.com/TiendaNube/nimbus-patterns/pull/156) by [@joacotornello](https://github.com/joacotornello))
21
+
22
+ ## 2026-03-02 `1.33.0`
23
+
24
+ #### 🎉 New features
25
+
26
+ - `ProductUpdates`: Added `ProductUpdates.Paginator` and `ProductUpdates.Footer` as compound sub-components. ([#155](https://github.com/TiendaNube/nimbus-patterns/pull/155) by [@joacotornello](https://github.com/joacotornello))
27
+ - `ProductUpdates`: Added `tag` prop to render an optional element inline before the title. ([#155](https://github.com/TiendaNube/nimbus-patterns/pull/155) by [@joacotornello](https://github.com/joacotornello))
28
+ - `ProductUpdates`: Added `bodyContentProps` prop to pass extra properties to the popover body container. ([#155](https://github.com/TiendaNube/nimbus-patterns/pull/155) by [@joacotornello](https://github.com/joacotornello))
29
+
30
+ ## 2026-02-25 `1.32.3`
31
+
32
+ #### 🐛 Bug fixes
33
+
34
+ - Added conditional hover background color to `SummaryStatsItem`, only applied when the stat is expandable. ([#153](https://github.com/TiendaNube/nimbus-patterns/pull/153) by [@jetchart-tiendanube](https://github.com/jetchart-tiendanube))
35
+ - Increased padding on `SummaryStatsItem` to prevent hover background from overlapping separator lines in grid layout. ([#153](https://github.com/TiendaNube/nimbus-patterns/pull/153) by [@jetchart-tiendanube](https://github.com/jetchart-tiendanube))
36
+
37
+ ## 2026-02-24 `1.32.2`
38
+
39
+ #### 🐛 Bug fixes
40
+
41
+ - Replaced React 18's `useId` with a custom `useRandomId` hook in `SummaryStats` to support React 16.8+. ([#152](https://github.com/TiendaNube/nimbus-patterns/pull/152) by [@jetchart-tiendanube](https://github.com/jetchart-tiendanube))
42
+
43
+ ## 2026-02-23 `1.32.1`
44
+
45
+ #### 🐛 Bug fixes
46
+
47
+ - Fixed missing `SummaryStats` export from the `@nimbus-ds/react` package entry point. ([#151](https://github.com/TiendaNube/nimbus-patterns/pull/151) by [@jetchart-tiendanube](https://github.com/jetchart-tiendanube))
48
+
49
+ ## 2026-02-23 `1.32.0`
50
+
51
+ #### 🎉 New features
52
+
53
+ - Added new `SummaryStats` component for displaying key statistics with trend indicators, info tooltips, and expandable content areas. ([#145](https://github.com/TiendaNube/nimbus-patterns/pull/145) by [@jetchart-tiendanube](https://github.com/jetchart-tiendanube))
54
+ - Added Editor `renderModules` prop to allow customization of the toolbar. (by [@edersoares](https://github.com/edersoares))
55
+
56
+ ## 2026-02-13 `1.31.3`
57
+
58
+ #### 🐛 Bug fixes
59
+
60
+ - Removed hardcoded `pb` and `px` props from `ChatInput.Actions` to allow proper layout flexibility. ([#149](https://github.com/TiendaNube/nimbus-patterns/pull/149) by [@karemcarvalho-hue](https://github.com/karemcarvalho-hue))
61
+
62
+ ## 2026-02-11 `1.31.2`
63
+
64
+ #### 🐛 Bug fixes
65
+
66
+ - Fixed `paddingBottom` prop default value in `DataList.Row` sub-component. ([#148](https://github.com/TiendaNube/nimbus-patterns/pull/148) by [@joacotornello](https://github.com/joacotornello))
67
+
68
+ ## 2026-02-11 `1.31.1`
69
+
70
+ #### 🐛 Bug fixes
71
+
72
+ - Fixed `paddingBottom` prop default value to `none` in `DataList.Row` sub-component. ([#147](https://github.com/TiendaNube/nimbus-patterns/pull/147) by [@joacotornello](https://github.com/joacotornello))
73
+
74
+ ## 2026-02-06 `1.31.0`
75
+
76
+ #### 🎉 New features
77
+
78
+ - Added auto-close behavior to `DataTable.Dropdown` when an action is clicked. ([#143](https://github.com/TiendaNube/nimbus-patterns/pull/143) by [@joacotornello](https://github.com/joacotornello))
79
+
80
+ ## 2026-02-05 `1.30.0`
81
+
82
+ #### 🎉 New features
83
+
84
+ - Added `paddingBottom` prop to `DataList.Row` sub-component to allow custom padding bottom definition to rows. ([#141](https://github.com/TiendaNube/nimbus-patterns/pull/141) by [@joacotornello](https://github.com/joacotornello))
85
+
86
+ ## 2026-02-03 `1.29.0`
87
+
88
+ #### 🎉 New features
89
+
90
+ - Added `DataTable.Dropdown` component. ([#141](https://github.com/TiendaNube/nimbus-patterns/pull/141) by [@joacotornello](https://github.com/joacotornello))
91
+ - Added `DataTable.DropdownAction` component. ([#141](https://github.com/TiendaNube/nimbus-patterns/pull/141) by [@joacotornello](https://github.com/joacotornello))
92
+ - Added `DataTable.DropdownDivider` component. ([#141](https://github.com/TiendaNube/nimbus-patterns/pull/141) by [@joacotornello](https://github.com/joacotornello))
93
+ - Added `DataTable.DropdownSection` component. ([#141](https://github.com/TiendaNube/nimbus-patterns/pull/141) by [@joacotornello](https://github.com/joacotornello))
94
+
95
+ ## 2026-01-22 `1.28.1`
96
+
97
+ #### 🐛 Bug fixes
98
+
99
+ - Fixed `DataTable.Cell` component to correctly use the `column` prop. ([#140](https://github.com/TiendaNube/nimbus-patterns/pull/140) by [@joacotornello](https://github.com/joacotornello))
100
+
101
+ ## 2026-01-15 `1.28.0`
102
+
103
+ #### 📚 3rd party library updates
104
+
105
+ - Extends support to React 19. ([#138](https://github.com/TiendaNube/nimbus-patterns/pull/138) by [@joacotornello](https://github.com/joacotornello))
106
+
107
+ ## 2025-12-23 `1.27.0`
108
+
109
+ #### 🎉 New features
110
+
111
+ - Added `containerProps` prop to `DataTable` component to allow passing props to the container element. ([#136](https://github.com/TiendaNube/nimbus-patterns/pull/136) by [@joacotornello](https://github.com/joacotornello))
112
+
113
+ ## 2025-12-11 `1.26.0`
114
+
115
+ #### 🎉 New features
116
+
117
+ - Added `tagIcon` and `tagText` props to `ProductDataListItem` component
118
+ - Added `tagAppearance` prop to `ProductDataListItem` component
119
+ - Added `tagIcon` and `tagText` props to `ProductDataListSortable` component
120
+
121
+ ## 2025-11-14 `1.25.3`
122
+
123
+ #### 🐛 Bug fixes
124
+
125
+ - Don't render start icon in popover content when menu is collapsed. ([#134](https://github.com/TiendaNube/nimbus-patterns/pull/134) by [@joacotornello](https://github.com/joacotornello))
126
+
127
+ ## 2025-11-07 `1.25.2`
128
+
129
+ #### 💡 Others
130
+
131
+ - Updated `AppShell` chat component sizes for better layout consistency. ([#132](https://github.com/TiendaNube/nimbus-patterns/pull/132) by [@joacotornello](https://github.com/joacotornello))
132
+
133
+ ## 2025-11-10 `1.25.1`
134
+
135
+ #### 💡 Others
136
+
137
+ - Improved menu items alignment when menu is collapsed. ([#133](https://github.com/TiendaNube/nimbus-patterns/pull/133) by [@joacotornello](https://github.com/joacotornello))
138
+
139
+ ## 2025-11-04 `1.25.0`
140
+
141
+ #### 💡 Others
142
+
143
+ - Adds support for popovers inside `MenuButton.Accordion` component. ([#131](https://github.com/TiendaNube/nimbus-patterns/pull/131) by [@joacotornello](https://github.com/joacotornello))
144
+ - Added `noop` utility function to the build output. ([#131](https://github.com/TiendaNube/nimbus-patterns/pull/131) by [@joacotornello](https://github.com/joacotornello))
145
+
146
+ ## 2025-10-16 `1.24.1`
147
+
148
+ #### 💡 Others
149
+
150
+ - Fixes background color of `InitialScreen.Card`. ([#130](https://github.com/TiendaNube/nimbus-patterns/pull/130) by [@joacotornello](https://github.com/joacotornello))
151
+
152
+ ## 2025-10-09 `1.24.0`
153
+
154
+ #### 🎉 New features
155
+
156
+ - Added `showTooltipsWhenCollapsed` prop to `Menu` component to control tooltip visibility when menu is collapsed. ([#129](https://github.com/TiendaNube/nimbus-patterns/pull/129) by [@joacotornello](https://github.com/joacotornello))
157
+ - Added `tooltipsPosition` prop to `Menu` component to control tooltip position when menu is collapsed. ([#129](https://github.com/TiendaNube/nimbus-patterns/pull/129) by [@joacotornello](https://github.com/joacotornello))
158
+ - Added `tooltipText` prop to `MenuButton` component to display custom tooltip text when menu is collapsed. ([#129](https://github.com/TiendaNube/nimbus-patterns/pull/129) by [@joacotornello](https://github.com/joacotornello))
159
+ - Added `tooltipText` prop to `MenuButton.Accordion` component to display custom tooltip text when menu is collapsed. ([#129](https://github.com/TiendaNube/nimbus-patterns/pull/129) by [@joacotornello](https://github.com/joacotornello))
160
+ - Added tooltip support to `MenuButton` component that automatically displays when menu is collapsed. ([#129](https://github.com/TiendaNube/nimbus-patterns/pull/129) by [@joacotornello](https://github.com/joacotornello))
161
+ - Added tooltip support to `MenuButton.Accordion` component that automatically displays when menu is collapsed. ([#129](https://github.com/TiendaNube/nimbus-patterns/pull/129) by [@joacotornello](https://github.com/joacotornello))
162
+
163
+ #### 💡 Others
164
+
165
+ - Updated `AppShell` collapsible menu story with improved UI interactions using `SidebarIcon` for menu toggle. ([#129](https://github.com/TiendaNube/nimbus-patterns/pull/129) by [@joacotornello](https://github.com/joacotornello))
166
+ - Extended `MenuExpandContext` with `showTooltipsWhenCollapsed` and `tooltipsPosition` properties. ([#129](https://github.com/TiendaNube/nimbus-patterns/pull/129) by [@joacotornello](https://github.com/joacotornello))
167
+
168
+ ## 2025-09-30 `1.23.3`
169
+
170
+ #### 🐛 Bug fixes
171
+
172
+ - Fixed `AppShell` component not showing scrollbar when content is taller than the viewport. ([#128](https://github.com/TiendaNube/nimbus-patterns/pull/128) by [@joacotornello](https://github.com/joacotornello))
173
+
174
+ ## 2025-09-30 `1.23.2`
175
+
176
+ #### 💡 Others
177
+
178
+ - Disabled enforce check for `useMenuExpandContext` hook in `MenuBody` component to ensure backward compatibility with clients that were not using the `<Menu>` component as wrapper of `Menu` subcomponents. ([#127](https://github.com/TiendaNube/nimbus-patterns/pull/127) by [@joacotornello](https://github.com/joacotornello))
179
+
180
+ ## 2025-09-28 `1.23.1`
181
+
182
+ #### 💡 Others
183
+
184
+ - Disabled enforce check for `useMenuExpandContext` hook to ensure backward compatibility with clients that were not using the `<Menu>` component as wrapper of `Menu` subcomponents. ([#126](https://github.com/TiendaNube/nimbus-patterns/pull/126) by [@joacotornello](https://github.com/joacotornello))
185
+
186
+ ## 2025-09-27 `1.23.0`
187
+
188
+ #### 🎉 New features
189
+
190
+ - Added `enforce` parameter to `useAppShellMenuContext` hook to allow for optional use without a provider. ([#125](https://github.com/TiendaNube/nimbus-patterns/pull/125) by [@joacotornello](https://github.com/joacotornello))
191
+
192
+ ## 2025-09-27 `1.22.0`
193
+
194
+ #### 🎉 New features
195
+
196
+ - Extended `menuProperties` props to `AppShell` component. ([#124](https://github.com/TiendaNube/nimbus-patterns/pull/124) by [@joacotornello](https://github.com/joacotornello))
197
+
198
+ ## 2025-09-24 `1.21.0`
199
+
200
+ #### 🎉 New features
201
+
202
+ - Added `ChatInput` component. ([#123](https://github.com/TiendaNube/nimbus-patterns/pull/123) by [@joacotornello](https://github.com/joacotornello))
203
+
204
+ ## 2025-09-10 `1.20.1`
205
+
206
+ #### 🐛 Bug fixes
207
+
208
+ - Fixed `AppShell` default value for `menuExpanded` prop to be true. ([#121](https://github.com/TiendaNube/nimbus-patterns/pull/121) by [@joacotornello](https://github.com/joacotornello))
209
+
210
+ ## 2025-09-04 `1.20.0`
211
+
212
+ #### 🎉 New features
213
+
214
+ - Added `Chat` and `Body` subcomponents to `AppShell` component, and improved layout to better support fixed header. ([#119](https://github.com/TiendaNube/nimbus-patterns/pull/119) by [@joacotornello](https://github.com/joacotornello))
215
+ - Added `root` prop support to `SideModal` component. ([#119](https://github.com/TiendaNube/nimbus-patterns/pull/119) by [@joacotornello](https://github.com/joacotornello))
216
+
217
+ ## 2025-09-05 `1.19.0`
218
+
219
+ #### 🎉 New features
220
+
221
+ - Improved `PlanDisplay` and `InitialScreen` mobile layout. ([#120](https://github.com/TiendaNube/nimbus-patterns/pull/120) by [@joacotornello](https://github.com/joacotornello))
222
+
223
+ ## 2025-08-29 `1.18.0`
224
+
225
+ #### 🎉 New features
226
+
227
+ - Added `ai-generative` appearance for `FormField.Input` component. ([#110](https://github.com/TiendaNube/nimbus-patterns/pull/110) by [@joacotornello](https://github.com/joacotornello))
228
+
229
+ ## 2025-08-08 `1.17.0`
230
+
231
+ #### 🎉 New features
232
+
233
+ - Added collapsible sidebar support via new props: `menuExpanded`, `menuExpandedWidth`, and `menuCollapsedWidth`. The sidebar width now transitions between expanded and a compact rail. A `MenuProvider` context is used to inform `Menu` descendants about expansion state. ([#117](https://github.com/TiendaNube/nimbus-patterns/pull/117) by [@joacotornello](https://github.com/joacotornello))
234
+ - Added `expanded` prop support for Menu component. ([#117](https://github.com/TiendaNube/nimbus-patterns/pull/117) by [@joacotornello](https://github.com/joacotornello))
235
+
236
+ ## 2025-08-05 `1.16.0`
237
+
238
+ #### 🎉 New features
239
+
240
+ - Updated MenuFooter ChevronRightIcon size from 14px to 16px for visual consistency with MenuButton icons. ([#115](https://github.com/TiendaNube/nimbus-patterns/pull/115) by [@noecondoleo](https://github.com/noecondoleo) [@FedeTrevi-se](https://github.com/FedeTrevi-se))
241
+
242
+ - Updated MenuButton icon size from 14px to 16px for better visual consistency. ([#115](https://github.com/TiendaNube/nimbus-patterns/pull/115) by [@noecondoleo](https://github.com/noecondoleo) [@FedeTrevi-se](https://github.com/FedeTrevi-se))
243
+
244
+ ## 2025-06-04 `1.15.0`
245
+
246
+ #### 🎉 New features
247
+
248
+ - Added `components-props.json` file to the build output. ([#114](https://github.com/TiendaNube/nimbus-patterns/pull/114) by [@joacotornello](https://github.com/joacotornello))
249
+
250
+ ## 2025-04-25 `1.14.0`
251
+
252
+ #### 🎉 New features
253
+
254
+ - Added `ProductDataList` component. ([#111](https://github.com/TiendaNube/nimbus-patterns/pull/111) by [@joacotornello](https://github.com/joacotornello))
255
+
256
+ ## 2025-04-25 `1.13.0`
257
+
258
+ #### 🎉 New features
259
+
260
+ - Added `Sortable` component. ([#109](https://github.com/TiendaNube/nimbus-patterns/pull/109) by [@joacotornello](https://github.com/joacotornello))
261
+
262
+ ## 2025-03-18 `1.12.0`
263
+
264
+ #### 🎉 New features
265
+
266
+ - Adds `use-client` directive to the build output in order to support NextJS applications. ([#104](https://github.com/TiendaNube/nimbus-patterns/pull/104) by [@joacotornello](https://github.com/joacotornello))
267
+
268
+ - Implemented new webpack configuration to move useful files into the build output directory and inject the `use client` directive. ([#104](https://github.com/TiendaNube/nimbus-patterns/pull/104) by [@joacotornello](https://github.com/joacotornello))
269
+
270
+ ### 💡 Others
271
+
272
+ - Rebuild after build process changes to add support for modular imports and Server Components. ([#104](https://github.com/TiendaNube/nimbus-patterns/pull/104) by [@joacotornello](https://github.com/joacotornello))
273
+
274
+ ## 2025-02-28 `1.11.1`
275
+
276
+ #### 🐛 Bug fixes
277
+
278
+ - Fixed `InitialScreen.Hero` missing key warnings. ([#101](https://github.com/TiendaNube/nimbus-patterns/pull/101) by [@joacotornello](https://github.com/joacotornello))
279
+
280
+ ## 2025-02-12 `1.11.0`
281
+
282
+ - Added new Landing Screen template. ([#100](https://github.com/TiendaNube/nimbus-patterns/pull/100) by [@joacotornello](https://github.com/joacotornello))
283
+
284
+ ## 2025-02-12 `1.10.0`
285
+
286
+ - Added new `@nimbus-ds/initial-screen` component. ([#97](https://github.com/TiendaNube/nimbus-patterns/pull/97) by [@joacotornello](https://github.com/joacotornello))
287
+
288
+ ## 2024-02-17 `1.9.1`
289
+
290
+ - Fixed `PlanDisplay` not being exported and not working on NextJS. ([#99](https://github.com/TiendaNube/nimbus-patterns/pull/99) by [@joacotornello](https://github.com/joacotornello))
291
+
292
+ ## 2024-02-17 `1.9.0`
293
+
294
+ - Added new `PlanDisplay` component. ([#98](https://github.com/TiendaNube/nimbus-patterns/pull/98) by [@joacotornello](https://github.com/joacotornello))
295
+
296
+ ## 2024-03-06 `1.8.0`
297
+
298
+ ### 🎉 New features
299
+
300
+ - Added new `EmptyApp` component. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
301
+ - Added new `EmptyAppContentImageElement` subcomponent. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
302
+ - Added new `EmptyAppContentSection` subcomponent. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
303
+ - Added new `EmptyAppContentTextElement` subcomponent. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
304
+ - Added new `EmptyAppHeroSection` subcomponent. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
305
+ - Added new `EmptyAppPlanCard` subcomponent. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
306
+ - Added new `EmptyAppPlanItem` subcomponent. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
307
+ - Added `children` property to `EmptyApp` component API. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
308
+ - Added `src` and `alt` properties to `EmptyAppContentImageElement` subcomponent API. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
309
+ - Added `title`, `subtitle`, `actions` and `children` properties to `EmptyAppContentSection` subcomponent API. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
310
+ - Added `title`, `content` and `bottomDivider` properties to `EmptyAppContentTextElement` subcomponent API. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
311
+ - Added `src`, `alt`, `title`, `subtitle`, `content` and `actions` properties to `EmptyAppHeroSection` subcomponent API. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
312
+ - Added `planContext`, `planName` and `children` properties to `EmptyAppPlanCard` subcomponent API. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
313
+ - Added `label` and `disabled` properties to `EmptyAppPlanItem` subcomponent API. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
314
+
315
+ ### 📚 3rd party library updates
316
+
317
+ - Updated `@nimbus-ds/styles@9.11.0`. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
318
+ - Updated `@nimbus-ds/components@5.5.1`. ([#95](https://github.com/TiendaNube/nimbus-patterns/pull/95) by [@juanchigallego](https://github.com/juanchigallego))
319
+
320
+ ## 2024-02-07 `1.7.8`
321
+
322
+ ### 🎉 New features
323
+
324
+ - Add `wordBreak="break-all"` property to `MenuButton` component to allow overflowing text to be trimmed at any position. ([#94](https://github.com/TiendaNube/nimbus-patterns/pull/94) by [@juanchigallego](https://github.com/juanchigallego))
325
+
326
+ ## 2024-01-09 `1.7.7`
327
+
328
+ #### 🐛 Bug fixes
329
+
330
+ - Remove visual focus box-shadow from `MenuButton` component because it visually hints the element is on focus even after an action has been performed. ([#93](https://github.com/TiendaNube/nimbus-patterns/pull/93) by [@juanchigallego](https://github.com/juanchigallego))
331
+
332
+ ## 2024-01-04 `1.7.6`
333
+
334
+ #### 🐛 Bug fixes
335
+
336
+ - Explicitly export type for `FormFieldInput` component. ([#92](https://github.com/TiendaNube/nimbus-patterns/pull/92) by [@juanchigallego](https://github.com/juanchigallego))
337
+ - Explicitly export type for `FormFieldSelect` component. ([#92](https://github.com/TiendaNube/nimbus-patterns/pull/92) by [@juanchigallego](https://github.com/juanchigallego))
338
+ - Explicitly export type for `FormFieldTextarea` component. ([#92](https://github.com/TiendaNube/nimbus-patterns/pull/92) by [@juanchigallego](https://github.com/juanchigallego))
339
+
340
+ #### 🎉 New features
341
+
342
+ - Update `AppShell` component with new design requirements. ([#91](https://github.com/TiendaNube/nimbus-patterns/pull/91) by [@juanchigallego](https://github.com/juanchigallego))
343
+ - Update `CalloutCard` component with new design requirements. ([#91](https://github.com/TiendaNube/nimbus-patterns/pull/91) by [@juanchigallego](https://github.com/juanchigallego))
344
+ - Update `SideModal` component with new design requirements. ([#91](https://github.com/TiendaNube/nimbus-patterns/pull/91) by [@juanchigallego](https://github.com/juanchigallego))
345
+
346
+ ## 2023-12-18 `1.7.5`
347
+
348
+ - Adjust component padding and size of the icon child on `MenuButton` component. ([#90](https://github.com/TiendaNube/nimbus-patterns/pull/90) by [@juanchigallego](https://github.com/juanchigallego))
349
+ - Adjust padding on `MenuButtonAccordion` subcomponent. ([#90](https://github.com/TiendaNube/nimbus-patterns/pull/90) by [@juanchigallego](https://github.com/juanchigallego))
350
+ - Adjust padding of `MenuBody` subcomponent. ([#90](https://github.com/TiendaNube/nimbus-patterns/pull/90) by [@juanchigallego](https://github.com/juanchigallego))
351
+ - Adjust padding and icon sizing on `MenuFooter` subcomponent. ([#90](https://github.com/TiendaNube/nimbus-patterns/pull/90) by [@juanchigallego](https://github.com/juanchigallego))
352
+ - Adjust colors and padding on `MenuSection` subcomponent. ([#90](https://github.com/TiendaNube/nimbus-patterns/pull/90) by [@juanchigallego](https://github.com/juanchigallego))
353
+
354
+ ## 2023-12-06 `1.7.4`
355
+
356
+ #### 🐛 Bug fixes
357
+
358
+ - Added possibility to forward ref of `FormField.Input` component. Fix [issue #88](https://github.com/TiendaNube/nimbus-patterns/issues/88) ([#89](https://github.com/TiendaNube/nimbus-patterns/pull/89) by [@hrchioest](https://github.com/hrchioest))
359
+ - Added possibility to forward ref of `FormField.Select` component. Fix [issue #88](https://github.com/TiendaNube/nimbus-patterns/issues/88) ([#89](https://github.com/TiendaNube/nimbus-patterns/pull/89) by [@hrchioest](https://github.com/hrchioest))
360
+ - Added possibility to forward ref of `FormField.Textarea` component. Fix [issue #88](https://github.com/TiendaNube/nimbus-patterns/issues/88) ([#89](https://github.com/TiendaNube/nimbus-patterns/pull/89) by [@hrchioest](https://github.com/hrchioest))
361
+
362
+ #### 📚 3rd party library updates
363
+
364
+ - Updated `@nimbus-ds/icons@1.x`. ([#89](https://github.com/TiendaNube/nimbus-patterns/pull/89) by [@hrchioest](https://github.com/hrchioest))
365
+
366
+ ## 2023-11-16 `1.7.3`
367
+
368
+ #### 💡 Others
369
+
370
+ - Remove `Editor` component from bundle until `lexical` supports SSR to prevent erros with server-side rendering projects. ([#86](https://github.com/TiendaNube/nimbus-patterns/pull/86) by [@juanchigallego](https://github.com/juanchigallego))
371
+
372
+ ## 2023-11-15 `1.7.2`
373
+
374
+ #### 📚 3rd party library updates
375
+
376
+ - Update packages. ([#85](https://github.com/TiendaNube/nimbus-patterns/pull/85) by [@juanchigallego](https://github.com/juanchigallego))
377
+
378
+ #### 💡 Others
379
+
380
+ - Changed `helpIcon` and `helpText` appearance to `neutral-textDisabled` on `FormField` component. ([#85](https://github.com/TiendaNube/nimbus-patterns/pull/85) by [@juanchigallego](https://github.com/juanchigallego))
381
+
382
+ ## 2023-10-25 `1.7.1`
383
+
384
+ #### 🐛 Bug fixes
385
+
386
+ - Fixed text and object alignment issues on `EmptyMessage` component's `illustration` variant. ([#81](https://github.com/TiendaNube/nimbus-patterns/pull/81) by [@juanchigallego](https://github.com/juanchigallego))
387
+ - Adjusted text and spacing styles to match `EmptyMessage` component's UI design pattern. ([#81](https://github.com/TiendaNube/nimbus-patterns/pull/81) by [@juanchigallego](https://github.com/juanchigallego))
388
+
389
+ ## 2023-10-17 `1.7.0`
390
+
391
+ #### 🎉 New features
392
+
393
+ - Added new `Editor` component. ([#80](https://github.com/TiendaNube/nimbus-patterns/pull/80) by [@juniorconquista](https://github.com/juniorconquista))
394
+
395
+ #### 🐛 Bug fixes
396
+
397
+ - Fixed externally controlled visibility working correctly in the `ProductUpdate` component. ([#80](https://github.com/TiendaNube/nimbus-patterns/pull/80)
398
+
399
+ ## 2023-09-25 `1.6.0`
400
+
401
+ #### 🎉 New features
402
+
403
+ - Added new `Calendar` component. ([#76](https://github.com/TiendaNube/nimbus-patterns/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
404
+ - Added `hideBorder`, `containerProps`, `stickyWeekdays` and `fullWidthDays` properties to the `Calendar` component API. ([#76](https://github.com/TiendaNube/nimbus-patterns/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
405
+ - Added new `CustomCaptionLabel` subcomponent. ([#76](https://github.com/TiendaNube/nimbus-patterns/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
406
+ - Added new `CustomDay` subcomponent. ([#76](https://github.com/TiendaNube/nimbus-patterns/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
407
+ - Added new `Weekdays` subcomponent. ([#76](https://github.com/TiendaNube/nimbus-patterns/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
408
+ - Added new `Wrapper` subcomponent. ([#76](https://github.com/TiendaNube/nimbus-patterns/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
409
+ - Added `children` property to the `Wrapper` subcomponent API. ([#76](https://github.com/TiendaNube/nimbus-patterns/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
410
+
411
+ ## 2023-07-21 `1.5.1`
412
+
413
+ #### 🐛 Bug fixes
414
+
415
+ - Fixed a bug on `CalloutCard` where `onClick` attribute would only work when clicking the chevron icon instead of the whole component. ([#72](https://github.com/TiendaNube/nimbus-patterns/pull/72) by [@juanchigallego](https://github.com/juanchigallego))
416
+
417
+ ## 2023-07-18 `1.5.0`
418
+
419
+ #### 🎉 New features
420
+
421
+ - Added new `menuProperties` prop to `AppShell` component to control menu responsiveness. ([#69](https://github.com/TiendaNube/nimbus-patterns/pull/69) by [@juniorconquista](https://github.com/juniorconquista))
422
+ - Added `ref` property to `FormField.Input` component API. ([#69](https://github.com/TiendaNube/nimbus-patterns/pull/69) by [@juniorconquista](https://github.com/juniorconquista)).
423
+ - Added `ref` property to `FormField.Select` component API. ([#69](https://github.com/TiendaNube/nimbus-patterns/pull/69) by [@juniorconquista](https://github.com/juniorconquista)).
424
+ - Added `ref` property to `Input.Textarea` component API. ([#69](https://github.com/TiendaNube/nimbus-patterns/pull/69) by [@juniorconquista](https://github.com/juniorconquista)).
425
+
426
+ #### 🐛 Bug fixes
427
+
428
+ - Adjusted the property typing of the footer buttons so that they contain all the properties available in the `SideModal` component. ([#69](https://github.com/TiendaNube/nimbus-patterns/pull/69) by [@juniorconquista](https://github.com/juniorconquista))
429
+ - Adjusted the `toggle` property to contain all properties available in the `InteractiveList.ToggleItemSkeleton` component. ([#69](https://github.com/TiendaNube/nimbus-patterns/pull/69) by [@juniorconquista](https://github.com/juniorconquista))
430
+ - Adjusted the `pagination` property to contain all properties available in the `DataTable.Footer` component. ([#69](https://github.com/TiendaNube/nimbus-patterns/pull/69) by [@juniorconquista](https://github.com/juniorconquista))
431
+
432
+ ## 2023-06-21 `1.4.3`
433
+
434
+ #### 🐛 Bug fixes
435
+
436
+ - Fixed typing of `InteractiveList.CheckboxItem`, `InteractiveList.ButtonItem`, `InteractiveList.RadioItem` and `InteractiveList.ToggleItem` internal components to extend native HTML props. ([#66](https://github.com/TiendaNube/nimbus-patterns/pull/66) by [@juniorconquista](https://github.com/juniorconquista))
437
+
438
+ ## 2023-06-15 `1.4.2`
439
+
440
+ #### 💡 Others
441
+
442
+ - Removed module key from `package.json` in all components. ([#62](https://github.com/TiendaNube/nimbus-patterns/pull/62) by [@juniorconquista](https://github.com/juniorconquista))
443
+
444
+ ## 2023-05-23 `1.4.0`
445
+
446
+ #### 💡 Others
447
+
448
+ - Some patterns extend the properties of the `Box` component which has undergone some significant changes, so you should consult the `Box` component documentation when performing this update. ([#56](https://github.com/TiendaNube/nimbus-patterns/pull/56) by [@juniorconquista](https://github.com/juniorconquista))
449
+
450
+ #### 📚 3rd party library updates
451
+
452
+ - Updated `@nimbus-ds/components@4.x` to `@nimbus-ds/components@5.x`. ([#56](https://github.com/TiendaNube/nimbus-patterns/pull/56) by [@juniorconquista](https://github.com/juniorconquista))
453
+
454
+ ## 2023-05-08 `1.3.0`
455
+
456
+ #### 🎉 New features
457
+
458
+ - Added `as` property to the `MenuButton.Accordion` component API. ([#50](https://github.com/TiendaNube/nimbus-patterns/pull/50) by [@juniorconquista](https://github.com/juniorconquista))
459
+
460
+ ## 2023-05-02 `1.2.2`
461
+
462
+ #### 🎉 New features
463
+
464
+ - Update component design styles on `EmptyMessage` component. ([#49](https://github.com/TiendaNube/nimbus-design-system/pull/49) by [@juanchigallego](https://github.com/juanchigallego))
465
+
466
+ ## 2023-04-24 `1.2.1`
467
+
468
+ #### 🐛 Bug fixes
469
+
470
+ - Fixed typing of `Page`, `Page.Header` and `Page.Body` components to correctly extend `Box` properties. ([#48](https://github.com/TiendaNube/nimbus-patterns/pull/48) by [@juniorconquista](https://github.com/juniorconquista))
471
+ - Fixed bug where it was not possible to change the paddings of the `Page.Header` and `Page.Body` components. ([#48](https://github.com/TiendaNube/nimbus-patterns/pull/48) by [@juniorconquista](https://github.com/juniorconquista))
472
+ - Renamed `controlled` property to `open` in `MenuButton.Accordion` component API. ([#48](https://github.com/TiendaNube/nimbus-patterns/pull/48) by [@juniorconquista](https://github.com/juniorconquista))
473
+ - Changed the background color of the `MenuButton.Accordion` component when it is open. ([#48](https://github.com/TiendaNube/nimbus-patterns/pull/48) by [@juniorconquista](https://github.com/juniorconquista))
474
+
475
+ ## 2023-04-18 `1.2.0`
476
+
477
+ #### 🎉 New features
478
+
479
+ - Added `Menu.ButtonAccordion` subcomponent of `Menu` component. ([#44](https://github.com/TiendaNube/nimbus-patterns/pull/44) by [@juniorconquista](https://github.com/juniorconquista))
480
+ - Added `MenuButton.Accordion` subcomponent of `MenuButton` component. ([#44](https://github.com/TiendaNube/nimbus-patterns/pull/44) by [@juniorconquista](https://github.com/juniorconquista))
481
+
482
+ ## 2023-04-17 `1.1.1`
483
+
484
+ #### 🎉 New features
485
+
486
+ - Added new `DataTable.Cell` subcomponent. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
487
+ - Added `bottomDivider` property to `DataList` component API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
488
+ - Added `topDivider` property to `DataList.Row` subcomponent API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
489
+ - Extend `DataList` properties inside `InteractiveList` component API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
490
+ - Extend `topDivider` property from `DataList.Row` subcomponent inside `InteractiveList.CheckboxItem` subcomponent API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
491
+ - Extend `topDivider` property from `DataList.Row` subcomponent inside `InteractiveList.RadioItem` subcomponent API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
492
+ - Extend `topDivider` property from `DataList.Row` subcomponent inside `InteractiveList.ToggleItem` subcomponent API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
493
+ - Extend `topDivider` property from `DataList.Row` subcomponent inside `InteractiveList.ButtonItem` subcomponent API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
494
+ - Added new `HelpLink` component. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
495
+ - Added `children` property to the `HelpLink` component API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
496
+ - Added stories documentation for `HelpLink` component. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
497
+
498
+ #### 💡 Others
499
+
500
+ - Extend `Box` properties inside `Page` component API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
501
+ - Extend `Box` properties inside `Page.Header` subcomponent API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
502
+ - Extend `Box` properties inside `Page.Body` subcomponent API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
503
+ - Extend `Box` properties inside `AppShell.Header` subcomponent API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
504
+ - Added `ariaLabel` property to `NavTabs.Item` subcomponent API. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
505
+ - Added `stressed` story to `CalloutCard` stories documentation. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
506
+
507
+ #### 🐛 Bug fixes
508
+
509
+ - Fixed a bug on `AppShell.Header` subcomponent where content on `rightSlot` would fall off to the left when `leftSlot` property was empty. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
510
+ - Fixed a bug on `CalloutCard` component where the icon would incorrectly stretch and warp when the text was too long. ([#45](https://github.com/TiendaNube/nimbus-patterns/pull/45) by [@juanchigallego](https://github.com/juanchigallego))
511
+
512
+ ## 2023-04-11 `1.1.0`
513
+
514
+ #### 🎉 New features
515
+
516
+ - Added new subcomponent `InteractiveList.StructureSkeleton` in component `InteractiveList`. ([#38](https://github.com/TiendaNube/nimbus-patterns/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
517
+ - Added new subcomponent `InteractiveList.ButtonItemSkeleton` in component `InteractiveList`. ([#38](https://github.com/TiendaNube/nimbus-patterns/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
518
+ - Added new subcomponent `InteractiveList.CheckboxItemSkeleton` in component `InteractiveList`. ([#38](https://github.com/TiendaNube/nimbus-patterns/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
519
+ - Added new subcomponent `InteractiveList.RadioItemSkeleton` in component `InteractiveList`. ([#38](https://github.com/TiendaNube/nimbus-patterns/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
520
+ - Added new subcomponent `InteractiveList.ToggleItemSkeleton` in component `InteractiveList`. ([#38](https://github.com/TiendaNube/nimbus-patterns/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
521
+
522
+ #### 🐛 Bug fixes
523
+
524
+ - Fixed bug using Crypto library when generating unique id's for `InteractiveListItem`. ([#38](https://github.com/TiendaNube/nimbus-patterns/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
525
+
526
+ ## 2023-04-06 `1.0.0`
527
+
528
+ #### 🎉 New features
529
+
530
+ - Added `@nimbus-ds/app-shell` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
531
+ - Added `@nimbus-ds/callout-card` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
532
+ - Added `@nimbus-ds/data-list` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
533
+ - Added `@nimbus-ds/data-table` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
534
+ - Added `@nimbus-ds/empty-message` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
535
+ - Added `@nimbus-ds/formfield` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
536
+ - Added `@nimbus-ds/interactive-list` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
537
+ - Added `@nimbus-ds/layout` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
538
+ - Added `@nimbus-ds/menu` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
539
+ - Added `@nimbus-ds/menubutton` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
540
+ - Added `@nimbus-ds/nav-tabs` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
541
+ - Added `@nimbus-ds/page` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
542
+ - Added `@nimbus-ds/productupdates` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
543
+ - Added `@nimbus-ds/sidemodal` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
544
+ - Added `@nimbus-ds/thumbnail-with-action` to pattern pack. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
545
+
546
+ #### 📚 3rd party library updates
547
+
548
+ - Added `@nimbus-ds/components@4.x`. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
549
+ - Added `@nimbus-ds/icons@1.x`. ([#33](https://github.com/TiendaNube/nimbus-patterns/pull/33) by [@juniorconquista](https://github.com/juniorconquista))
@@ -0,0 +1,44 @@
1
+ // Generated by dts-bundle-generator v8.1.2
2
+
3
+ import { BoxProps } from '@nimbus-ds/components';
4
+ import React from 'react';
5
+ import { ComponentProps, HTMLAttributes, ReactNode } from 'react';
6
+ import { CaptionLabelProps, DayPicker, DayPickerProviderProps, DayProps } from 'react-day-picker';
7
+
8
+ export type CalendarExtends = ComponentProps<typeof DayPicker>;
9
+ export interface CalendarProperties {
10
+ /**
11
+ * Ability to hide the border of the calendar container. Useful for including the calendar inside other components such as Modal, Popover or Card.
12
+ * @default false
13
+ */
14
+ hideBorder?: boolean;
15
+ /**
16
+ * If true will stick the weekday indicators to the top of the component. Useful for when creating scrolling calendars with a display of >1 months. Only works when property numberOfMonths is set to a number greater than 1.
17
+ * @default false
18
+ */
19
+ stickyWeekdays?: boolean;
20
+ /**
21
+ * If true the buttons for individual days will span 100% of available width as opposed to the default state where they have a fixed width. Useful for when creating calendars inside containers that are wider than default.
22
+ * @default false
23
+ */
24
+ fullWidthDays?: boolean;
25
+ }
26
+ export type CalendarProps = CalendarProperties & CalendarExtends & {
27
+ /**
28
+ * Spreads the properties of the Box component to the calendar wrapper.
29
+ */
30
+ containerProps?: BoxProps;
31
+ };
32
+ export declare const Calendar: React.FC<CalendarProps>;
33
+ export declare const CustomCaptionLabel: React.FC<CaptionLabelProps>;
34
+ export type CustomDayProps = HTMLAttributes<HTMLButtonElement> & DayProps;
35
+ export declare const CustomDay: React.FC<CustomDayProps>;
36
+ export interface WrapperProperties {
37
+ /** Content of the wrapper which will inherit the base props for the Day Picker component. */
38
+ children: ReactNode;
39
+ }
40
+ export type WrapperProps = WrapperProperties & DayPickerProviderProps;
41
+ export declare const Wrapper: React.FC<WrapperProps>;
42
+ export declare const Weekdays: React.FC;
43
+
44
+ export {};