@expressms/smartapp-ui 2.9.30 → 2.9.32

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 (58) hide show
  1. package/build/main/helpers/index.d.ts +4 -4
  2. package/build/main/hooks/useModal.d.ts +3 -2
  3. package/build/main/hooks/useModal.js +3 -2
  4. package/build/main/hooks/useModal.js.map +1 -1
  5. package/build/main/styles/styles.scss +2 -2
  6. package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +2 -1
  7. package/build/main//321/201omponents/AttachedFile/AttachedFile.d.ts +2 -1
  8. package/build/main//321/201omponents/Avatar/Avatar.d.ts +1 -1
  9. package/build/main//321/201omponents/Button/Button.d.ts +2 -1
  10. package/build/main//321/201omponents/CachedImage/CachedImage.d.ts +2 -1
  11. package/build/main//321/201omponents/Calendar/Calendar.d.ts +2 -1
  12. package/build/main//321/201omponents/Calendar/Calendar.js +1 -10
  13. package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -1
  14. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +2 -1
  15. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.d.ts +2 -1
  16. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +2 -1
  17. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +2 -1
  18. package/build/main//321/201omponents/Checkbox/Checkbox.d.ts +2 -1
  19. package/build/main//321/201omponents/Chip/Chip.d.ts +1 -1
  20. package/build/main//321/201omponents/ChipDndContext/ChipDndContext.d.ts +2 -2
  21. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +2 -1
  22. package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +2 -1
  23. package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +1 -1
  24. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +2 -1
  25. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.d.ts +2 -1
  26. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.d.ts +2 -1
  27. package/build/main//321/201omponents/Error/Error.d.ts +2 -1
  28. package/build/main//321/201omponents/Flex/Flex.d.ts +2 -1
  29. package/build/main//321/201omponents/Flex/HFlex/HFlex.d.ts +2 -1
  30. package/build/main//321/201omponents/Flex/VFlex/VFlex.d.ts +2 -1
  31. package/build/main//321/201omponents/Header/Header.d.ts +2 -1
  32. package/build/main//321/201omponents/Input/Input.d.ts +2 -1
  33. package/build/main//321/201omponents/ListItem/ListItem.d.ts +2 -1
  34. package/build/main//321/201omponents/Loader/Loader.d.ts +2 -1
  35. package/build/main//321/201omponents/Modal/Modal.d.ts +2 -1
  36. package/build/main//321/201omponents/Modal/Modal.js +12 -5
  37. package/build/main//321/201omponents/Modal/Modal.js.map +1 -1
  38. package/build/main//321/201omponents/Modal/types.d.ts +1 -0
  39. package/build/main//321/201omponents/Notification/Notification.d.ts +2 -1
  40. package/build/main//321/201omponents/Profile/Profile.d.ts +2 -1
  41. package/build/main//321/201omponents/ProgressBar/ProgressBar.d.ts +2 -1
  42. package/build/main//321/201omponents/RadioButton/RadioButton.d.ts +2 -1
  43. package/build/main//321/201omponents/ScrollBar/ScrollBar.d.ts +2 -1
  44. package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +2 -1
  45. package/build/main//321/201omponents/Stories/Stories.d.ts +2 -1
  46. package/build/main//321/201omponents/Switcher/Switcher.d.ts +2 -1
  47. package/build/main//321/201omponents/SyncLoader/SyncLoader.d.ts +2 -1
  48. package/build/main//321/201omponents/Textarea/Textarea.d.ts +2 -1
  49. package/build/main//321/201omponents/Toggle/Toggle.d.ts +2 -1
  50. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +2 -1
  51. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +2 -1
  52. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +2 -1
  53. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.d.ts +2 -1
  54. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +1 -1
  55. package/build/main//321/201omponents/UserDropdown/Option/Option.d.ts +2 -1
  56. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.d.ts +2 -1
  57. package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +1 -1
  58. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-ui",
3
- "version": "2.9.30",
3
+ "version": "2.9.32",
4
4
  "description": "SmartApp UI library",
5
5
  "license": "MIT",
6
6
  "main": "build/main/index.js",
@@ -18,6 +18,7 @@
18
18
  "color": "^4.2.3",
19
19
  "color-blend": "^4.0.0",
20
20
  "convert-layout": "^0.11.1",
21
+ "date-fns": "^4.2.1",
21
22
  "dompurify": "^3.2.6",
22
23
  "echarts": "^5.5.0",
23
24
  "echarts-for-react": "^3.0.2",
@@ -44,6 +45,7 @@
44
45
  },
45
46
  "resolutions": {
46
47
  "@typescript-eslint/utils": "6.21.0",
48
+ "@testing-library/jest-dom": "6.9.1",
47
49
  "juice/cheerio": "1.0.0-rc.12"
48
50
  },
49
51
  "scripts": {
@@ -106,7 +108,7 @@
106
108
  "@storybook/react-webpack5": "^8.5.1",
107
109
  "@storybook/test": "^8.5.1",
108
110
  "@svgr/webpack": "^8.1.0",
109
- "@testing-library/jest-dom": "^6.4.2",
111
+ "@testing-library/jest-dom": "6.9.1",
110
112
  "@types/color": "^3.0.6",
111
113
  "@types/convert-layout": "^0.5.3",
112
114
  "@types/dompurify": "^3.0.5",