@imj_media/ui 1.2.73 → 1.2.75

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 (48) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/index.css +2 -1
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.esm.js +6871 -6658
  6. package/dist/index.esm.js.map +1 -1
  7. package/dist/index.js +9 -9
  8. package/dist/index.js.map +1 -1
  9. package/dist/modules/Icon/constants/size.d.ts.map +1 -1
  10. package/dist/modules/IconFont/components/organisms/IconFont.d.ts +2 -1
  11. package/dist/modules/IconFont/components/organisms/IconFont.d.ts.map +1 -1
  12. package/dist/modules/InnerButton/hooks/useButtonClasses.d.ts.map +1 -1
  13. package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
  14. package/dist/modules/InnerButton/styles/buttonVariants.d.ts +1 -1
  15. package/dist/modules/Picture/components/organisms/Picture.d.ts +1 -1
  16. package/dist/modules/Picture/components/organisms/Picture.d.ts.map +1 -1
  17. package/dist/modules/Picture/stories/picture.stories.d.ts +1 -0
  18. package/dist/modules/Picture/stories/picture.stories.d.ts.map +1 -1
  19. package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -1
  20. package/dist/modules/Table/components/atoms/DateCell.d.ts.map +1 -1
  21. package/dist/modules/Table/components/atoms/DropdownCell.d.ts.map +1 -1
  22. package/dist/modules/Table/components/atoms/IconCell.d.ts.map +1 -1
  23. package/dist/modules/Table/components/atoms/LinkCell.d.ts.map +1 -1
  24. package/dist/modules/Table/components/atoms/PrimaryCell.d.ts.map +1 -1
  25. package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts.map +1 -1
  26. package/dist/modules/Table/components/atoms/SkeletonCell.d.ts.map +1 -1
  27. package/dist/modules/Table/components/atoms/StatusCell.d.ts.map +1 -1
  28. package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -1
  29. package/dist/modules/Table/components/atoms/TagsCell.d.ts.map +1 -1
  30. package/dist/modules/Table/components/atoms/TextFieldCell.d.ts.map +1 -1
  31. package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
  32. package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
  33. package/dist/modules/Table/utils/cellStyles.d.ts +12 -0
  34. package/dist/modules/Table/utils/cellStyles.d.ts.map +1 -1
  35. package/dist/modules/Tooltip/stories/Tooltip.stories.d.ts.map +1 -1
  36. package/dist/shared/constants/index.d.ts +1 -0
  37. package/dist/shared/constants/index.d.ts.map +1 -1
  38. package/dist/shared/constants/tasksColors.d.ts +173 -0
  39. package/dist/shared/constants/tasksColors.d.ts.map +1 -0
  40. package/dist/shared/types/button.d.ts +3 -0
  41. package/dist/shared/types/button.d.ts.map +1 -1
  42. package/dist/shared/types/icon.d.ts +4 -2
  43. package/dist/shared/types/icon.d.ts.map +1 -1
  44. package/dist/shared/types/picture.d.ts +6 -0
  45. package/dist/shared/types/picture.d.ts.map +1 -1
  46. package/dist/shared/types/types.d.ts +3 -1
  47. package/dist/shared/types/types.d.ts.map +1 -1
  48. package/package.json +2 -1
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './modules';
2
2
  export * from './shared/utils';
3
+ export { COLORS, type TasksModulesColors } from './shared/constants/tasksColors';
3
4
  export * from './shared/hooks';
4
5
  export * from './shared/types';
5
6
  export { ReviewProvider, useReview } from '@bitux/review-layer-react';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,2BAA2B,CAAC;AAEnC,OAAO,mDAAmD,CAAC;AAG3D,cAAc,WAAW,CAAC;AAG1B,cAAc,gBAAgB,CAAC;AAG/B,cAAc,gBAAgB,CAAC;AAE/B,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,2BAA2B,CAAC;AAEnC,OAAO,mDAAmD,CAAC;AAG3D,cAAc,WAAW,CAAC;AAG1B,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EAAE,MAAM,EAAE,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAGjF,cAAc,gBAAgB,CAAC;AAE/B,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC"}