@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.
Files changed (84) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist/index.css +1 -1
  4. package/dist/index.esm.js +8237 -8134
  5. package/dist/index.esm.js.map +1 -1
  6. package/dist/index.js +12 -12
  7. package/dist/index.js.map +1 -1
  8. package/dist/modules/Modal/Modal.d.ts.map +1 -1
  9. package/dist/modules/Table/Table.d.ts +1 -1
  10. package/dist/modules/Table/Table.d.ts.map +1 -1
  11. package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -1
  12. package/dist/modules/Table/components/atoms/TableCell.d.ts +1 -1
  13. package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -1
  14. package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
  15. package/dist/modules/Table/components/molecules/TableRow.d.ts +2 -1
  16. package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -1
  17. package/dist/modules/Table/components/organisms/TableBody.d.ts +2 -1
  18. package/dist/modules/Table/components/organisms/TableBody.d.ts.map +1 -1
  19. package/dist/modules/Table/components/organisms/TableContent.d.ts +3 -1
  20. package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
  21. package/dist/modules/Table/hooks/useTableSelection.d.ts +5 -1
  22. package/dist/modules/Table/hooks/useTableSelection.d.ts.map +1 -1
  23. package/dist/modules/Table/queries/hooks/useTableQuery.d.ts +1 -1
  24. package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts +93 -0
  25. package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts.map +1 -0
  26. package/dist/modules/Table/stories/Table.stories.d.ts +4 -5
  27. package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
  28. package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts +20 -0
  29. package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts.map +1 -0
  30. package/dist/modules/Table/stories/cells/01-Default.stories.d.ts +20 -0
  31. package/dist/modules/Table/stories/cells/01-Default.stories.d.ts.map +1 -0
  32. package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts +20 -0
  33. package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts.map +1 -0
  34. package/dist/modules/Table/stories/cells/03-Status.stories.d.ts +20 -0
  35. package/dist/modules/Table/stories/cells/03-Status.stories.d.ts.map +1 -0
  36. package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts +20 -0
  37. package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts.map +1 -0
  38. package/dist/modules/Table/stories/cells/05-Link.stories.d.ts +20 -0
  39. package/dist/modules/Table/stories/cells/05-Link.stories.d.ts.map +1 -0
  40. package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts +20 -0
  41. package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts.map +1 -0
  42. package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts +20 -0
  43. package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts.map +1 -0
  44. package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts +20 -0
  45. package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts.map +1 -0
  46. package/dist/modules/Table/stories/cells/09-Button.stories.d.ts +20 -0
  47. package/dist/modules/Table/stories/cells/09-Button.stories.d.ts.map +1 -0
  48. package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts +20 -0
  49. package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts.map +1 -0
  50. package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts +20 -0
  51. package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts.map +1 -0
  52. package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts +20 -0
  53. package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts.map +1 -0
  54. package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts +20 -0
  55. package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts.map +1 -0
  56. package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts +20 -0
  57. package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts.map +1 -0
  58. package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts +20 -0
  59. package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts.map +1 -0
  60. package/dist/modules/Table/stories/cells/16-Date.stories.d.ts +20 -0
  61. package/dist/modules/Table/stories/cells/16-Date.stories.d.ts.map +1 -0
  62. package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts +20 -0
  63. package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts.map +1 -0
  64. package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts +20 -0
  65. package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts.map +1 -0
  66. package/dist/modules/Table/stories/cells/shared/tableCellsDecorator.d.ts +7 -0
  67. package/dist/modules/Table/stories/cells/shared/tableCellsDecorator.d.ts.map +1 -0
  68. package/dist/modules/Table/utils/excludedRows.d.ts +6 -0
  69. package/dist/modules/Table/utils/excludedRows.d.ts.map +1 -0
  70. package/dist/modules/Table/utils/excludedRows.test.d.ts +2 -0
  71. package/dist/modules/Table/utils/excludedRows.test.d.ts.map +1 -0
  72. package/dist/modules/Table/utils/index.d.ts +1 -0
  73. package/dist/modules/Table/utils/index.d.ts.map +1 -1
  74. package/dist/modules/Text/components/Text.d.ts +4 -1
  75. package/dist/modules/Text/components/Text.d.ts.map +1 -1
  76. package/dist/modules/Text/stories/Text.stories.d.ts +1 -0
  77. package/dist/modules/Text/stories/Text.stories.d.ts.map +1 -1
  78. package/dist/modules/Tooltip/components/atoms/TruncatedWithTooltip.d.ts +7 -1
  79. package/dist/modules/Tooltip/components/atoms/TruncatedWithTooltip.d.ts.map +1 -1
  80. package/dist/shared/types/table.d.ts +50 -2
  81. package/dist/shared/types/table.d.ts.map +1 -1
  82. package/dist/shared/types/text.d.ts +15 -0
  83. package/dist/shared/types/text.d.ts.map +1 -1
  84. 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.