@imj_media/ui 1.2.89 → 1.3.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 (73) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +1 -1
  3. package/dist/index.css +1 -1
  4. package/dist/index.esm.js +5982 -5887
  5. package/dist/index.esm.js.map +1 -1
  6. package/dist/index.js +9 -9
  7. package/dist/index.js.map +1 -1
  8. package/dist/modules/Badge/index.d.ts +3 -1
  9. package/dist/modules/Badge/index.d.ts.map +1 -1
  10. package/dist/modules/Button/stories/Button.stories.d.ts +3 -0
  11. package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -1
  12. package/dist/modules/CatalogCard/components/organisms/CatalogCard.d.ts +2 -1
  13. package/dist/modules/CatalogCard/components/organisms/CatalogCard.d.ts.map +1 -1
  14. package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts +1 -1
  15. package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts.map +1 -1
  16. package/dist/modules/CatalogCard/components/organisms/CatalogSupplierCard.d.ts.map +1 -1
  17. package/dist/modules/CatalogCard/components/organisms/catalogCardTagsRow.d.ts +4 -2
  18. package/dist/modules/CatalogCard/components/organisms/catalogCardTagsRow.d.ts.map +1 -1
  19. package/dist/modules/CatalogCard/index.d.ts +1 -1
  20. package/dist/modules/CatalogCard/index.d.ts.map +1 -1
  21. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts +16 -0
  22. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
  23. package/dist/modules/CatalogCard/types/index.d.ts +20 -3
  24. package/dist/modules/CatalogCard/types/index.d.ts.map +1 -1
  25. package/dist/modules/CatalogCard/utils/catalogCardTagUtils.d.ts +12 -0
  26. package/dist/modules/CatalogCard/utils/catalogCardTagUtils.d.ts.map +1 -0
  27. package/dist/modules/InnerButton/InnerButton.d.ts.map +1 -1
  28. package/dist/modules/InnerButton/components/ButtonContent.d.ts +5 -0
  29. package/dist/modules/InnerButton/components/ButtonContent.d.ts.map +1 -1
  30. package/dist/modules/InnerButton/components/ButtonIcon.d.ts +0 -3
  31. package/dist/modules/InnerButton/components/ButtonIcon.d.ts.map +1 -1
  32. package/dist/modules/InnerButton/components/index.d.ts +1 -0
  33. package/dist/modules/InnerButton/components/index.d.ts.map +1 -1
  34. package/dist/modules/InnerButton/hooks/useButtonClasses.d.ts +1 -2
  35. package/dist/modules/InnerButton/hooks/useButtonClasses.d.ts.map +1 -1
  36. package/dist/modules/InnerButton/styles/buttonVariants.d.ts +1 -1
  37. package/dist/modules/LegacyButton/InnerLegacyButton.d.ts +1 -1
  38. package/dist/modules/LegacyButton/InnerLegacyButton.d.ts.map +1 -1
  39. package/dist/modules/LegacyButton/components/LegacyButtonIcon.d.ts +0 -1
  40. package/dist/modules/LegacyButton/components/LegacyButtonIcon.d.ts.map +1 -1
  41. package/dist/modules/Logo/constants/size.d.ts +3 -2
  42. package/dist/modules/Logo/constants/size.d.ts.map +1 -1
  43. package/dist/modules/Logo/index.d.ts +4 -6
  44. package/dist/modules/Logo/index.d.ts.map +1 -1
  45. package/dist/modules/Modal/Modal.d.ts.map +1 -1
  46. package/dist/modules/Modal/context/ModalContext.d.ts.map +1 -1
  47. package/dist/modules/Modal/stories/Modal.stories.d.ts +2 -0
  48. package/dist/modules/Modal/stories/Modal.stories.d.ts.map +1 -1
  49. package/dist/modules/Popup/components/organisms/Popup.d.ts +1 -0
  50. package/dist/modules/Popup/components/organisms/Popup.d.ts.map +1 -1
  51. package/dist/modules/Popup/components/organisms/PopupStructuredLayout.d.ts +3 -1
  52. package/dist/modules/Popup/components/organisms/PopupStructuredLayout.d.ts.map +1 -1
  53. package/dist/modules/Popup/index.d.ts +1 -1
  54. package/dist/modules/Popup/index.d.ts.map +1 -1
  55. package/dist/modules/Popup/stories/popup.stories.d.ts +2 -0
  56. package/dist/modules/Popup/stories/popup.stories.d.ts.map +1 -1
  57. package/dist/modules/Popup/utils/popupPosition.d.ts +5 -0
  58. package/dist/modules/Popup/utils/popupPosition.d.ts.map +1 -1
  59. package/dist/modules/Tooltip/components/atoms/InlineTooltip.d.ts.map +1 -1
  60. package/dist/modules/Tooltip/components/organisms/Tooltip.d.ts.map +1 -1
  61. package/dist/shared/types/badge.d.ts +6 -0
  62. package/dist/shared/types/badge.d.ts.map +1 -1
  63. package/dist/shared/types/button.d.ts +10 -3
  64. package/dist/shared/types/button.d.ts.map +1 -1
  65. package/dist/shared/types/logo.d.ts +1 -0
  66. package/dist/shared/types/logo.d.ts.map +1 -1
  67. package/dist/shared/types/modal.d.ts +8 -3
  68. package/dist/shared/types/modal.d.ts.map +1 -1
  69. package/dist/shared/types/popup.d.ts +6 -0
  70. package/dist/shared/types/popup.d.ts.map +1 -1
  71. package/dist/shared/types/types.d.ts +1 -3
  72. package/dist/shared/types/types.d.ts.map +1 -1
  73. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.