@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.
- package/CHANGELOG.md +29 -0
- package/dist/index.css +2 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +6871 -6658
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/modules/Icon/constants/size.d.ts.map +1 -1
- package/dist/modules/IconFont/components/organisms/IconFont.d.ts +2 -1
- package/dist/modules/IconFont/components/organisms/IconFont.d.ts.map +1 -1
- package/dist/modules/InnerButton/hooks/useButtonClasses.d.ts.map +1 -1
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
- package/dist/modules/InnerButton/styles/buttonVariants.d.ts +1 -1
- package/dist/modules/Picture/components/organisms/Picture.d.ts +1 -1
- package/dist/modules/Picture/components/organisms/Picture.d.ts.map +1 -1
- package/dist/modules/Picture/stories/picture.stories.d.ts +1 -0
- package/dist/modules/Picture/stories/picture.stories.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/DateCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/DropdownCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/IconCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/LinkCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/PrimaryCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/SkeletonCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/StatusCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/TagsCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/TextFieldCell.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
- package/dist/modules/Table/utils/cellStyles.d.ts +12 -0
- package/dist/modules/Table/utils/cellStyles.d.ts.map +1 -1
- package/dist/modules/Tooltip/stories/Tooltip.stories.d.ts.map +1 -1
- package/dist/shared/constants/index.d.ts +1 -0
- package/dist/shared/constants/index.d.ts.map +1 -1
- package/dist/shared/constants/tasksColors.d.ts +173 -0
- package/dist/shared/constants/tasksColors.d.ts.map +1 -0
- package/dist/shared/types/button.d.ts +3 -0
- package/dist/shared/types/button.d.ts.map +1 -1
- package/dist/shared/types/icon.d.ts +4 -2
- package/dist/shared/types/icon.d.ts.map +1 -1
- package/dist/shared/types/picture.d.ts +6 -0
- package/dist/shared/types/picture.d.ts.map +1 -1
- package/dist/shared/types/types.d.ts +3 -1
- package/dist/shared/types/types.d.ts.map +1 -1
- 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';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -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"}
|