@imj_media/ui 1.6.1 → 1.6.3
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 +27 -0
- package/README.md +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.js +6494 -6433
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts.map +1 -1
- package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts.map +1 -1
- package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts +1 -0
- package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
- package/dist/modules/CatalogCard/types/index.d.ts +4 -3
- package/dist/modules/CatalogCard/types/index.d.ts.map +1 -1
- package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts.map +1 -1
- package/dist/modules/Filters/stories/Filters.stories.d.ts +7 -0
- package/dist/modules/Filters/stories/Filters.stories.d.ts.map +1 -0
- package/dist/modules/Input/stories/Input.stories.d.ts +1 -0
- package/dist/modules/Input/stories/Input.stories.d.ts.map +1 -1
- package/dist/modules/Modal/stories/Modal.stories.d.ts +1 -0
- package/dist/modules/Modal/stories/Modal.stories.d.ts.map +1 -1
- package/dist/modules/Picture/components/organisms/Picture.d.ts.map +1 -1
- package/dist/modules/Stepper/components/atoms/StepConnector.d.ts +2 -1
- package/dist/modules/Stepper/components/atoms/StepConnector.d.ts.map +1 -1
- package/dist/modules/Stepper/components/molecules/StepItem.d.ts +3 -0
- package/dist/modules/Stepper/components/molecules/StepItem.d.ts.map +1 -1
- package/dist/modules/Stepper/stories/Stepper.stories.d.ts +3 -1
- package/dist/modules/Stepper/stories/Stepper.stories.d.ts.map +1 -1
- package/dist/modules/Switch/components/organisms/Switch.d.ts.map +1 -1
- package/dist/modules/Table/Table.d.ts +1 -1
- package/dist/modules/Table/Table.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableContent.d.ts +1 -1
- package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableHeader.d.ts +3 -1
- package/dist/modules/Table/components/organisms/TableHeader.d.ts.map +1 -1
- package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts +2 -1
- package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts.map +1 -1
- package/dist/modules/Table/stories/TableColumnasNoBloqueables.stories.d.ts +95 -0
- package/dist/modules/Table/stories/TableColumnasNoBloqueables.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/TableSelectionBarInline.stories.d.ts +2 -1
- package/dist/modules/Table/stories/TableSelectionBarInline.stories.d.ts.map +1 -1
- package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/01-Default.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/03-Status.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/05-Link.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/09-Button.stories.d.ts +2 -1
- package/dist/modules/Table/stories/cells/09-Button.stories.d.ts.map +1 -1
- package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/16-Date.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts +1 -1
- package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts +1 -1
- package/dist/modules/Table/utils/columnLockable.d.ts +7 -0
- package/dist/modules/Table/utils/columnLockable.d.ts.map +1 -0
- package/dist/modules/Table/utils/columnLockable.test.d.ts +2 -0
- package/dist/modules/Table/utils/columnLockable.test.d.ts.map +1 -0
- package/dist/modules/Toggle/components/organisms/Toggle.d.ts +3 -0
- package/dist/modules/Toggle/components/organisms/Toggle.d.ts.map +1 -1
- package/dist/modules/Toggle/stories/toggle.stories.d.ts +2 -0
- package/dist/modules/Toggle/stories/toggle.stories.d.ts.map +1 -1
- package/dist/shared/types/switch.d.ts +1 -1
- package/dist/shared/types/table.d.ts +42 -0
- package/dist/shared/types/table.d.ts.map +1 -1
- package/dist/shared/types/toggle.d.ts +18 -0
- package/dist/shared/types/toggle.d.ts.map +1 -1
- package/package.json +13 -5
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.