cozy-ui 130.2.0 → 130.3.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.
- package/CHANGELOG.md +14 -0
- package/dist/cozy-ui.min.css +1 -1
- package/package.json +1 -1
- package/react/ActionsBar/locales/ru.json +4 -0
- package/react/ActionsBar/locales/vi.json +4 -0
- package/react/ActionsBar/locales/withActionsLocales.jsx +5 -1
- package/react/ActionsMenu/Actions/locales/ru.json +29 -0
- package/react/ActionsMenu/Actions/locales/vi.json +29 -0
- package/react/ActionsMenu/Actions/locales/withActionsLocales.jsx +5 -1
- package/react/AppSections/Sections.jsx +5 -1
- package/react/AppSections/locales/ru.json +37 -0
- package/react/AppSections/locales/vi.json +37 -0
- package/react/AppTile/index.jsx +3 -1
- package/react/AppTile/locales/ru.json +9 -0
- package/react/AppTile/locales/vi.json +9 -0
- package/react/Contacts/AddModal/ContactAddressDialog/locales/index.jsx +5 -1
- package/react/Contacts/AddModal/ContactAddressDialog/locales/ru.json +25 -0
- package/react/Contacts/AddModal/ContactAddressDialog/locales/vi.json +25 -0
- package/react/Contacts/AddModal/ContactForm/locales/index.jsx +5 -1
- package/react/Contacts/AddModal/ContactForm/locales/ru.json +75 -0
- package/react/Contacts/AddModal/ContactForm/locales/vi.json +75 -0
- package/react/Contacts/AddModal/CustomLabelDialog/locales/index.jsx +5 -1
- package/react/Contacts/AddModal/CustomLabelDialog/locales/ru.json +15 -0
- package/react/Contacts/AddModal/CustomLabelDialog/locales/vi.json +15 -0
- package/react/Contacts/AddModal/locales/index.jsx +5 -1
- package/react/Contacts/AddModal/locales/ru.json +13 -0
- package/react/Contacts/AddModal/locales/vi.json +13 -0
- package/react/Contacts/GroupsSelect/locales/index.jsx +5 -1
- package/react/Contacts/GroupsSelect/locales/ru.json +21 -0
- package/react/Contacts/GroupsSelect/locales/vi.json +21 -0
- package/react/Contacts/Header/locales/index.jsx +5 -1
- package/react/Contacts/Header/locales/ru.json +15 -0
- package/react/Contacts/Header/locales/vi.json +15 -0
- package/react/ContactsList/locales/ru.json +5 -0
- package/react/ContactsList/locales/vi.json +5 -0
- package/react/ContactsList/locales/withContactsListLocales.jsx +5 -1
- package/react/ContactsListModal/locales/ru.json +11 -0
- package/react/ContactsListModal/locales/vi.json +11 -0
- package/react/CozyDialogs/SpecificDialogs/locales/ru.json +27 -0
- package/react/CozyDialogs/SpecificDialogs/locales/vi.json +27 -0
- package/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.jsx +5 -1
- package/react/CozyDialogs/locales.js +8 -0
- package/react/DatePicker/locales/ru.json +8 -0
- package/react/DatePicker/locales/vi.json +8 -0
- package/react/DatePicker/locales/withOwnLocales.jsx +5 -1
- package/react/FilePicker/FilePickerFooter.jsx +3 -1
- package/react/FilePicker/locales/ru.json +8 -0
- package/react/FilePicker/locales/vi.json +8 -0
- package/react/ListItem/hoc/withListItemLocales.jsx +5 -1
- package/react/ListItem/locales/ru.json +75 -0
- package/react/ListItem/locales/vi.json +75 -0
- package/react/Nav/locales/ru.json +6 -0
- package/react/Nav/locales/vi.json +6 -0
- package/react/Nav/locales/withNavLocales.jsx +5 -1
- package/react/PasswordField/index.jsx +5 -1
- package/react/PasswordField/locales/ru.json +6 -0
- package/react/PasswordField/locales/vi.json +6 -0
- package/react/Paywall/locales/ru.json +95 -0
- package/react/Paywall/locales/vi.json +95 -0
- package/react/Paywall/locales/withPaywallLocales.jsx +5 -1
- package/react/QualificationGrid/locales/ru.json +15 -0
- package/react/QualificationGrid/locales/vi.json +15 -0
- package/react/QualificationGrid/locales/withLocales.jsx +5 -1
- package/react/QualificationModal/locales/index.jsx +5 -1
- package/react/QualificationModal/locales/ru.json +6 -0
- package/react/QualificationModal/locales/vi.json +6 -0
- package/react/SearchBar/locales/ru.json +5 -0
- package/react/SearchBar/locales/vi.json +5 -0
- package/react/SearchBar/locales/withOnlyLocales.jsx +5 -1
- package/react/Storage/locales/index.jsx +5 -1
- package/react/Storage/locales/ru.json +7 -0
- package/react/Storage/locales/vi.json +7 -0
- package/react/UploadQueue/index.jsx +5 -1
- package/react/UploadQueue/locales/ru.json +10 -0
- package/react/UploadQueue/locales/vi.json +10 -0
- package/react/deprecated/ActionMenu/Actions/locales/ru.json +8 -0
- package/react/deprecated/ActionMenu/Actions/locales/vi.json +8 -0
- package/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.jsx +5 -1
- package/react/hooks/useConfirmExit/index.jsx +3 -1
- package/react/hooks/useConfirmExit/locales/ru.json +8 -0
- package/react/hooks/useConfirmExit/locales/vi.json +8 -0
- package/stylus/objects/sidebar.styl +1 -4
- package/transpiled/react/ActionsBar/locales/withActionsLocales.d.ts +4 -0
- package/transpiled/react/ActionsBar/locales/withActionsLocales.js +11 -1
- package/transpiled/react/ActionsMenu/Actions/locales/withActionsLocales.d.ts +4 -0
- package/transpiled/react/ActionsMenu/Actions/locales/withActionsLocales.js +61 -1
- package/transpiled/react/AppSections/Sections.js +77 -1
- package/transpiled/react/AppTile/index.js +21 -1
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/locales/index.js +53 -1
- package/transpiled/react/Contacts/AddModal/ContactForm/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/AddModal/ContactForm/locales/index.js +153 -1
- package/transpiled/react/Contacts/AddModal/CustomLabelDialog/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/AddModal/CustomLabelDialog/locales/index.js +33 -1
- package/transpiled/react/Contacts/AddModal/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/AddModal/locales/index.js +29 -1
- package/transpiled/react/Contacts/GroupsSelect/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/GroupsSelect/locales/index.js +45 -1
- package/transpiled/react/Contacts/Header/locales/index.d.ts +4 -0
- package/transpiled/react/Contacts/Header/locales/index.js +33 -1
- package/transpiled/react/ContactsList/locales/withContactsListLocales.d.ts +4 -0
- package/transpiled/react/ContactsList/locales/withContactsListLocales.js +13 -1
- package/transpiled/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.d.ts +4 -0
- package/transpiled/react/CozyDialogs/SpecificDialogs/withSpecificDialogsLocales.js +57 -1
- package/transpiled/react/CozyDialogs/locales.d.ts +12 -0
- package/transpiled/react/CozyDialogs/locales.js +8 -0
- package/transpiled/react/DatePicker/locales/withOwnLocales.d.ts +4 -0
- package/transpiled/react/DatePicker/locales/withOwnLocales.js +19 -1
- package/transpiled/react/FilePicker/FilePickerFooter.js +19 -1
- package/transpiled/react/ListItem/hoc/withListItemLocales.d.ts +4 -0
- package/transpiled/react/ListItem/hoc/withListItemLocales.js +153 -1
- package/transpiled/react/Nav/locales/withNavLocales.d.ts +4 -0
- package/transpiled/react/Nav/locales/withNavLocales.js +15 -1
- package/transpiled/react/PasswordField/index.d.ts +4 -0
- package/transpiled/react/PasswordField/index.js +15 -1
- package/transpiled/react/Paywall/locales/withPaywallLocales.js +193 -1
- package/transpiled/react/QualificationGrid/locales/withLocales.d.ts +4 -0
- package/transpiled/react/QualificationGrid/locales/withLocales.js +33 -1
- package/transpiled/react/QualificationModal/locales/index.d.ts +4 -0
- package/transpiled/react/QualificationModal/locales/index.js +15 -1
- package/transpiled/react/SearchBar/locales/withOnlyLocales.d.ts +4 -0
- package/transpiled/react/SearchBar/locales/withOnlyLocales.js +13 -1
- package/transpiled/react/Storage/locales/index.d.ts +4 -0
- package/transpiled/react/Storage/locales/index.js +17 -1
- package/transpiled/react/UploadQueue/index.js +23 -1
- package/transpiled/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.d.ts +4 -0
- package/transpiled/react/deprecated/ActionMenu/Actions/locales/withActionsLocales.js +19 -1
- package/transpiled/react/hooks/useConfirmExit/index.js +19 -1
- package/transpiled/react/stylesheet.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [130.3.1](https://github.com/cozy/cozy-ui/compare/v130.3.0...v130.3.1) (2025-09-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Sidebar:** Show scrollbar every time, not only on hover ([9e480df](https://github.com/cozy/cozy-ui/commit/9e480df))
|
|
7
|
+
|
|
8
|
+
# [130.3.0](https://github.com/cozy/cozy-ui/compare/v130.2.0...v130.3.0) (2025-09-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Add ru and vi locales ([43ff09b](https://github.com/cozy/cozy-ui/commit/43ff09b))
|
|
14
|
+
|
|
1
15
|
# [130.2.0](https://github.com/cozy/cozy-ui/compare/v130.1.0...v130.2.0) (2025-09-24)
|
|
2
16
|
|
|
3
17
|
|