@imj_media/ui 1.2.83 → 1.2.86
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 +30 -0
- package/README.md +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.js +8237 -8134
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/dist/modules/Modal/Modal.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/ActionsCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/TableCell.d.ts +1 -1
- package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/TableRow.d.ts +2 -1
- package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableBody.d.ts +2 -1
- package/dist/modules/Table/components/organisms/TableBody.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableContent.d.ts +3 -1
- package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
- package/dist/modules/Table/hooks/useTableSelection.d.ts +5 -1
- package/dist/modules/Table/hooks/useTableSelection.d.ts.map +1 -1
- package/dist/modules/Table/queries/hooks/useTableQuery.d.ts +1 -1
- package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts +93 -0
- package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/Table.stories.d.ts +4 -5
- package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
- package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/01-Default.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/01-Default.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/03-Status.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/03-Status.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/05-Link.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/05-Link.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/09-Button.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/09-Button.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/16-Date.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/16-Date.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/shared/tableCellsDecorator.d.ts +7 -0
- package/dist/modules/Table/stories/cells/shared/tableCellsDecorator.d.ts.map +1 -0
- package/dist/modules/Table/utils/excludedRows.d.ts +6 -0
- package/dist/modules/Table/utils/excludedRows.d.ts.map +1 -0
- package/dist/modules/Table/utils/excludedRows.test.d.ts +2 -0
- package/dist/modules/Table/utils/excludedRows.test.d.ts.map +1 -0
- package/dist/modules/Table/utils/index.d.ts +1 -0
- package/dist/modules/Table/utils/index.d.ts.map +1 -1
- package/dist/modules/Text/components/Text.d.ts +4 -1
- package/dist/modules/Text/components/Text.d.ts.map +1 -1
- package/dist/modules/Text/stories/Text.stories.d.ts +1 -0
- package/dist/modules/Text/stories/Text.stories.d.ts.map +1 -1
- package/dist/modules/Tooltip/components/atoms/TruncatedWithTooltip.d.ts +7 -1
- package/dist/modules/Tooltip/components/atoms/TruncatedWithTooltip.d.ts.map +1 -1
- package/dist/shared/types/table.d.ts +50 -2
- package/dist/shared/types/table.d.ts.map +1 -1
- package/dist/shared/types/text.d.ts +15 -0
- package/dist/shared/types/text.d.ts.map +1 -1
- package/package.json +135 -2
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.