cozy-ui 85.8.1 → 85.9.0

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 (71) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cozy-ui.min.css +1 -1
  3. package/dist/cozy-ui.utils.min.css +1 -1
  4. package/package.json +1 -1
  5. package/react/Alerter/styles.styl +0 -1
  6. package/react/Checkbox/styles.styl +0 -1
  7. package/react/CozyTheme/index.jsx +5 -7
  8. package/react/Dialog/index.jsx +1 -5
  9. package/react/HistoryRow/styles.styl +1 -1
  10. package/react/Infos/styles.styl +0 -1
  11. package/react/InfosCarrousel/styles.styl +0 -1
  12. package/react/InlineCard/styles.styl +0 -1
  13. package/react/Modal/styles.styl +0 -2
  14. package/react/Nav/styles.styl +0 -1
  15. package/react/SelectBox/styles.styl +0 -1
  16. package/react/SelectionBar/styles.styl +0 -1
  17. package/react/Spinner/styles.styl +0 -1
  18. package/react/SquareAppIcon/__snapshots__/SquareAppIcon.spec.js.snap +7 -7
  19. package/react/Stack/styles.styl +1 -1
  20. package/react/Toggle/styles.styl +0 -1
  21. package/react/UploadQueue/styles.styl +0 -1
  22. package/react/Viewer/ViewersByFile/styles.styl +0 -1
  23. package/react/Viewer/components/styles.styl +0 -1
  24. package/react/Viewer/styles.styl +0 -1
  25. package/stylus/components/card.styl +0 -1
  26. package/stylus/components/chip.styl +0 -1
  27. package/stylus/components/panels.styl +1 -1
  28. package/stylus/components/selectionbar.styl +0 -1
  29. package/stylus/cozy-ui/utils.styl +1 -0
  30. package/transpiled/react/Alerter/Alert.js +0 -2
  31. package/transpiled/react/Card/index.js +0 -2
  32. package/transpiled/react/Chip/index.js +0 -2
  33. package/transpiled/react/CozyTheme/index.js +2 -9
  34. package/transpiled/react/Dialog/index.js +1 -5
  35. package/transpiled/react/Infos/index.js +0 -2
  36. package/transpiled/react/InfosCarrousel/index.js +0 -2
  37. package/transpiled/react/InlineCard/index.js +0 -2
  38. package/transpiled/react/Modal/ModalBackButton.js +0 -2
  39. package/transpiled/react/Modal/ModalButtons.js +0 -2
  40. package/transpiled/react/Modal/ModalContent.js +0 -2
  41. package/transpiled/react/Modal/ModalCross.js +0 -2
  42. package/transpiled/react/Modal/ModalFooter.js +0 -2
  43. package/transpiled/react/Modal/ModalHeader.js +0 -2
  44. package/transpiled/react/Modal/ModalSection.js +0 -2
  45. package/transpiled/react/Modal/index.js +0 -2
  46. package/transpiled/react/Nav/index.js +0 -2
  47. package/transpiled/react/SelectBox/SelectBox.js +0 -2
  48. package/transpiled/react/SelectBox/SelectBoxWithFixedOptions.js +0 -2
  49. package/transpiled/react/SelectionBar/SelectionBarAction.js +0 -2
  50. package/transpiled/react/SelectionBar/SelectionBarMore.js +0 -2
  51. package/transpiled/react/SelectionBar/index.js +0 -2
  52. package/transpiled/react/Spinner/index.js +0 -2
  53. package/transpiled/react/Toggle/index.js +0 -2
  54. package/transpiled/react/UploadQueue/index.js +0 -2
  55. package/transpiled/react/Viewer/NoViewer/NoViewer.js +0 -2
  56. package/transpiled/react/Viewer/ViewerContainer.js +0 -2
  57. package/transpiled/react/Viewer/ViewerWithCustomPanelAndFooter.js +0 -2
  58. package/transpiled/react/Viewer/ViewersByFile/AudioViewer.js +0 -2
  59. package/transpiled/react/Viewer/ViewersByFile/ImageViewer.js +0 -2
  60. package/transpiled/react/Viewer/ViewersByFile/NoNetworkViewer.js +0 -2
  61. package/transpiled/react/Viewer/ViewersByFile/PdfJsViewer.js +0 -2
  62. package/transpiled/react/Viewer/ViewersByFile/PdfMobileViewer.js +0 -2
  63. package/transpiled/react/Viewer/ViewersByFile/TextViewer.js +0 -2
  64. package/transpiled/react/Viewer/ViewersByFile/VideoViewer.js +0 -2
  65. package/transpiled/react/Viewer/components/Footer.js +0 -2
  66. package/transpiled/react/Viewer/components/Navigation.js +0 -2
  67. package/transpiled/react/Viewer/components/Toolbar.js +0 -2
  68. package/transpiled/react/Viewer/components/ViewerControls.js +0 -2
  69. package/transpiled/react/stylesheet.css +1 -1
  70. package/react/utilities.js +0 -5
  71. package/transpiled/react/utilities.js +0 -28
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [85.9.0](https://github.com/cozy/cozy-ui/compare/v85.8.1...v85.9.0) (2023-06-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **css:** Avoid importing palette.styl and utils.styl in each css of ([311644b](https://github.com/cozy/cozy-ui/commit/311644b))
7
+ * **css:** Now import spaces stylus method from settings ([087245b](https://github.com/cozy/cozy-ui/commit/087245b))
8
+ * Now remove useless import of display css utilities ([ee6553a](https://github.com/cozy/cozy-ui/commit/ee6553a))
9
+
10
+
11
+ ### Features
12
+
13
+ * Remove direct import of palette.styl in legacy components ([95ac529](https://github.com/cozy/cozy-ui/commit/95ac529))
14
+
1
15
  ## [85.8.1](https://github.com/cozy/cozy-ui/compare/v85.8.0...v85.8.1) (2023-06-16)
2
16
 
3
17