@nimbus-ds/components 5.40.0-rc.1 → 5.40.1

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 (42) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/Accordion/index.js +1 -1
  3. package/dist/Alert/index.js +1 -1
  4. package/dist/Badge/index.js +1 -1
  5. package/dist/Button/index.js +1 -1
  6. package/dist/CHANGELOG.md +7 -0
  7. package/dist/Card/index.js +1 -1
  8. package/dist/Checkbox/index.js +1 -1
  9. package/dist/Chip/index.js +1 -1
  10. package/dist/FileUploader/index.d.ts +30 -20
  11. package/dist/FileUploader/index.js +1 -1
  12. package/dist/Icon/index.d.ts +1 -1
  13. package/dist/Icon/index.js +1 -1
  14. package/dist/IconButton/index.d.ts +1 -1
  15. package/dist/IconButton/index.js +1 -1
  16. package/dist/Input/index.js +1 -1
  17. package/dist/Label/index.js +1 -1
  18. package/dist/Link/index.js +1 -1
  19. package/dist/List/index.js +1 -1
  20. package/dist/Modal/index.js +1 -1
  21. package/dist/MultiSelect/index.js +1 -1
  22. package/dist/Pagination/index.js +1 -1
  23. package/dist/ProgressBar/index.js +1 -1
  24. package/dist/Radio/index.js +1 -1
  25. package/dist/ScrollPane/index.js +1 -1
  26. package/dist/SegmentedControl/index.js +1 -1
  27. package/dist/Select/index.js +1 -1
  28. package/dist/Sidebar/index.js +1 -1
  29. package/dist/SplitButton/index.js +1 -1
  30. package/dist/Stepper/index.js +1 -1
  31. package/dist/Tag/index.js +1 -1
  32. package/dist/Text/index.js +1 -1
  33. package/dist/Textarea/index.js +1 -1
  34. package/dist/Thumbnail/index.js +1 -1
  35. package/dist/Title/index.js +1 -1
  36. package/dist/Toast/index.js +1 -1
  37. package/dist/Toggle/index.js +1 -1
  38. package/dist/Tooltip/index.js +1 -1
  39. package/dist/components-props.json +1 -1
  40. package/dist/index.d.ts +31 -21
  41. package/dist/index.js +1 -1
  42. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  Nimbus is an open-source Design System created by Tiendanube / Nuvemshop's team to empower and enhance more stories
4
4
  every day, with simplicity, accessibility, consistency and performance.
5
5
 
6
+ ## 2025-12-11 `5.40.1`
7
+
8
+ #### 🐛 Bug fixes
9
+
10
+ - Fixes `FileUploader` to use `asOverlay` property to render a custom overlay when dragging files over the uploader. Better API usage. ([#388](https://github.com/TiendaNube/nimbus-design-system/pull/388) by [@joacotornello](https://github.com/joacotornello))
11
+ - Fixes `FileUploaderOverlay` component to use the correct background color and border color. ([#388](https://github.com/TiendaNube/nimbus-design-system/pull/388) by [@joacotornello](https://github.com/joacotornello))
12
+
6
13
  ## 2025-12-09 `5.40.0`
7
14
 
8
15
  #### 🎉 New features