@imj_media/ui 1.2.89 → 1.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 +36 -0
- package/README.md +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.js +7851 -7602
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/modules/Badge/index.d.ts +3 -1
- package/dist/modules/Badge/index.d.ts.map +1 -1
- package/dist/modules/Button/stories/Button.stories.d.ts +3 -0
- package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCard.d.ts +4 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCard.d.ts.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts +4 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogSupplierCard.d.ts +3 -0
- package/dist/modules/CatalogCard/components/organisms/CatalogSupplierCard.d.ts.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/catalogCardTagsRow.d.ts +4 -2
- package/dist/modules/CatalogCard/components/organisms/catalogCardTagsRow.d.ts.map +1 -1
- package/dist/modules/CatalogCard/index.d.ts +1 -1
- package/dist/modules/CatalogCard/index.d.ts.map +1 -1
- package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts +21 -0
- package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
- package/dist/modules/CatalogCard/types/index.d.ts +37 -5
- package/dist/modules/CatalogCard/types/index.d.ts.map +1 -1
- package/dist/modules/CatalogCard/utils/catalogCardTagUtils.d.ts +12 -0
- package/dist/modules/CatalogCard/utils/catalogCardTagUtils.d.ts.map +1 -0
- package/dist/modules/InnerButton/InnerButton.d.ts.map +1 -1
- package/dist/modules/InnerButton/components/ButtonContent.d.ts +5 -0
- package/dist/modules/InnerButton/components/ButtonContent.d.ts.map +1 -1
- package/dist/modules/InnerButton/components/ButtonIcon.d.ts +1 -1
- package/dist/modules/InnerButton/components/ButtonIcon.d.ts.map +1 -1
- package/dist/modules/InnerButton/components/ButtonSlots.d.ts.map +1 -1
- package/dist/modules/InnerButton/components/index.d.ts +2 -0
- package/dist/modules/InnerButton/components/index.d.ts.map +1 -1
- package/dist/modules/InnerButton/hooks/useButtonClasses.d.ts +2 -2
- package/dist/modules/InnerButton/hooks/useButtonClasses.d.ts.map +1 -1
- package/dist/modules/LegacyButton/components/LegacyButtonIcon.d.ts +1 -0
- package/dist/modules/LegacyButton/components/LegacyButtonIcon.d.ts.map +1 -1
- package/dist/modules/Logo/constants/size.d.ts +3 -2
- package/dist/modules/Logo/constants/size.d.ts.map +1 -1
- package/dist/modules/Logo/index.d.ts +4 -6
- package/dist/modules/Logo/index.d.ts.map +1 -1
- package/dist/modules/Modal/Modal.d.ts.map +1 -1
- package/dist/modules/Modal/context/ModalContext.d.ts.map +1 -1
- package/dist/modules/Modal/stories/Modal.stories.d.ts +2 -0
- package/dist/modules/Modal/stories/Modal.stories.d.ts.map +1 -1
- package/dist/modules/Popup/components/molecules/PopupArrow.d.ts +6 -1
- package/dist/modules/Popup/components/molecules/PopupArrow.d.ts.map +1 -1
- package/dist/modules/Popup/components/organisms/Popup.d.ts +6 -0
- package/dist/modules/Popup/components/organisms/Popup.d.ts.map +1 -1
- package/dist/modules/Popup/components/organisms/PopupStructuredLayout.d.ts +3 -1
- package/dist/modules/Popup/components/organisms/PopupStructuredLayout.d.ts.map +1 -1
- package/dist/modules/Popup/index.d.ts +1 -1
- package/dist/modules/Popup/index.d.ts.map +1 -1
- package/dist/modules/Popup/stories/popup.stories.d.ts +10 -0
- package/dist/modules/Popup/stories/popup.stories.d.ts.map +1 -1
- package/dist/modules/Popup/utils/popupPosition.d.ts +5 -0
- package/dist/modules/Popup/utils/popupPosition.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -1
- package/dist/modules/Tooltip/components/atoms/InlineTooltip.d.ts.map +1 -1
- package/dist/modules/Tooltip/components/organisms/Tooltip.d.ts.map +1 -1
- package/dist/shared/types/badge.d.ts +6 -0
- package/dist/shared/types/badge.d.ts.map +1 -1
- package/dist/shared/types/button.d.ts +26 -1
- package/dist/shared/types/button.d.ts.map +1 -1
- package/dist/shared/types/logo.d.ts +1 -0
- package/dist/shared/types/logo.d.ts.map +1 -1
- package/dist/shared/types/modal.d.ts +8 -3
- package/dist/shared/types/modal.d.ts.map +1 -1
- package/dist/shared/types/popup.d.ts +11 -0
- package/dist/shared/types/popup.d.ts.map +1 -1
- package/dist/shared/types/types.d.ts +1 -1
- package/dist/shared/types/types.d.ts.map +1 -1
- 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.