@imj_media/ui 1.6.1 → 1.6.2

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 (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +1 -1
  3. package/dist/index.esm.js +6455 -6408
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.js +9 -9
  6. package/dist/index.js.map +1 -1
  7. package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts.map +1 -1
  8. package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts.map +1 -1
  9. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts +1 -0
  10. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
  11. package/dist/modules/CatalogCard/types/index.d.ts +4 -3
  12. package/dist/modules/CatalogCard/types/index.d.ts.map +1 -1
  13. package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts.map +1 -1
  14. package/dist/modules/Filters/stories/Filters.stories.d.ts +7 -0
  15. package/dist/modules/Filters/stories/Filters.stories.d.ts.map +1 -0
  16. package/dist/modules/Input/stories/Input.stories.d.ts +1 -0
  17. package/dist/modules/Input/stories/Input.stories.d.ts.map +1 -1
  18. package/dist/modules/Modal/stories/Modal.stories.d.ts +1 -0
  19. package/dist/modules/Modal/stories/Modal.stories.d.ts.map +1 -1
  20. package/dist/modules/Switch/components/organisms/Switch.d.ts.map +1 -1
  21. package/dist/modules/Table/Table.d.ts +1 -1
  22. package/dist/modules/Table/Table.d.ts.map +1 -1
  23. package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -1
  24. package/dist/modules/Table/components/organisms/TableContent.d.ts +1 -1
  25. package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
  26. package/dist/modules/Table/components/organisms/TableHeader.d.ts +3 -1
  27. package/dist/modules/Table/components/organisms/TableHeader.d.ts.map +1 -1
  28. package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts +2 -1
  29. package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts.map +1 -1
  30. package/dist/modules/Table/stories/TableColumnasNoBloqueables.stories.d.ts +95 -0
  31. package/dist/modules/Table/stories/TableColumnasNoBloqueables.stories.d.ts.map +1 -0
  32. package/dist/modules/Table/stories/TableSelectionBarInline.stories.d.ts +2 -1
  33. package/dist/modules/Table/stories/TableSelectionBarInline.stories.d.ts.map +1 -1
  34. package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts +1 -1
  35. package/dist/modules/Table/stories/cells/01-Default.stories.d.ts +1 -1
  36. package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts +1 -1
  37. package/dist/modules/Table/stories/cells/03-Status.stories.d.ts +1 -1
  38. package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts +1 -1
  39. package/dist/modules/Table/stories/cells/05-Link.stories.d.ts +1 -1
  40. package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts +1 -1
  41. package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts +1 -1
  42. package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts +1 -1
  43. package/dist/modules/Table/stories/cells/09-Button.stories.d.ts +2 -1
  44. package/dist/modules/Table/stories/cells/09-Button.stories.d.ts.map +1 -1
  45. package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts +1 -1
  46. package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts +1 -1
  47. package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts +1 -1
  48. package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts +1 -1
  49. package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts +1 -1
  50. package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts +1 -1
  51. package/dist/modules/Table/stories/cells/16-Date.stories.d.ts +1 -1
  52. package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts +1 -1
  53. package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts +1 -1
  54. package/dist/modules/Table/utils/columnLockable.d.ts +7 -0
  55. package/dist/modules/Table/utils/columnLockable.d.ts.map +1 -0
  56. package/dist/modules/Table/utils/columnLockable.test.d.ts +2 -0
  57. package/dist/modules/Table/utils/columnLockable.test.d.ts.map +1 -0
  58. package/dist/modules/Toggle/components/organisms/Toggle.d.ts +3 -0
  59. package/dist/modules/Toggle/components/organisms/Toggle.d.ts.map +1 -1
  60. package/dist/modules/Toggle/stories/toggle.stories.d.ts +2 -0
  61. package/dist/modules/Toggle/stories/toggle.stories.d.ts.map +1 -1
  62. package/dist/shared/types/switch.d.ts +1 -1
  63. package/dist/shared/types/table.d.ts +42 -0
  64. package/dist/shared/types/table.d.ts.map +1 -1
  65. package/dist/shared/types/toggle.d.ts +18 -0
  66. package/dist/shared/types/toggle.d.ts.map +1 -1
  67. 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.