jamespot-react-components 1.3.101 → 1.3.103

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 (37) hide show
  1. package/dist/jamespot-react-components.cjs +1783 -1404
  2. package/dist/jamespot-react-components.js +12700 -11938
  3. package/dist/src/components/Filters/JRCFilterBar/JRCFilterBar.d.ts +15 -0
  4. package/dist/src/components/Filters/JRCFilterBar/JRCFilterBar.stories.d.ts +5 -0
  5. package/dist/src/components/Filters/JRCFilterChip/JRCFilterChip.d.ts +26 -0
  6. package/dist/src/components/Filters/JRCFilterChip/JRCFilterChip.stories.d.ts +7 -0
  7. package/dist/src/components/Filters/JRCFilterClearAll/JRCFilterClearAll.d.ts +8 -0
  8. package/dist/src/components/Filters/JRCFilterClearAll/JRCFilterClearAll.stories.d.ts +5 -0
  9. package/dist/src/components/Filters/JRCFilterPicker/JRCFilterPicker.d.ts +20 -0
  10. package/dist/src/components/Filters/JRCFilterPicker/JRCFilterPicker.stories.d.ts +7 -0
  11. package/dist/src/components/Filters/JRCPrimarySearch/JRCPrimarySearch.d.ts +24 -0
  12. package/dist/src/components/Filters/JRCPrimarySearch/JRCPrimarySearch.stories.d.ts +5 -0
  13. package/dist/src/components/Filters/types.d.ts +31 -0
  14. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +2 -1
  15. package/dist/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +12 -0
  16. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +1 -0
  17. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.stories.d.ts +3 -0
  18. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +1 -1
  19. package/dist/src/components/Form/Input/JRCStyledInput.d.ts +1 -1
  20. package/dist/src/components/JRCCommentsBloc/components/{NewComment.d.ts → JRCNewComment.d.ts} +6 -3
  21. package/dist/src/components/JRCDropDown/JRCDropDown.d.ts +7 -1
  22. package/dist/src/components/JRCFileRow/JRCFileRow.d.ts +13 -0
  23. package/dist/src/components/JRCFileRow/JRCFileRow.stories.d.ts +8 -0
  24. package/dist/src/components/JRCFileRow/JRCFileRow.styles.d.ts +27 -0
  25. package/dist/src/components/JRCList/JRCList.d.ts +7 -1
  26. package/dist/src/components/JRCList/JRCList.styles.d.ts +2 -0
  27. package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +2 -24
  28. package/dist/src/components/Widgets/JRCWidgetEmbed/JRCWidgetEmbed.d.ts +4 -0
  29. package/dist/src/components/Widgets/JRCWidgetEmbed/JRCWidgetEmbed.stories.d.ts +8 -0
  30. package/dist/src/components/Widgets/JRCWidgetEmbed/JRCWidgetEmbedEditor.d.ts +12 -0
  31. package/dist/src/components/index.d.ts +20 -3
  32. package/dist/src/hooks/index.d.ts +1 -0
  33. package/dist/src/hooks/useHorizontalOverflow.d.ts +6 -0
  34. package/dist/src/styles/theme.d.ts +11 -1
  35. package/dist/src/translation/lang.json.d.ts +31 -0
  36. package/dist/src/types.d.ts +1 -0
  37. package/package.json +3 -3
@@ -47,6 +47,7 @@ export type { JRCDisplayCardProps } from './components/JRCDisplayCard/JRCDisplay
47
47
  export type { BaseDndItem, DndData, DndDragItem, DndEmptyStateComponentProps, DndItemComponentProps, DndOneLevelItemComponentProps, DndSection, DndSectionComponentProps, ItemTypes, JRCDndOneLevelProps, JRCDndTwoLevelWithStackProps, } from './components/JRCDragNDrop/types';
48
48
  export type { JRCDropDownProps } from './components/JRCDropDown/JRCDropDown';
49
49
  export type { JRCFileOpenProps } from './components/JRCFileOpen/JRCFileOpen';
50
+ export type { JRCFileRowProps } from './components/JRCFileRow/JRCFileRow';
50
51
  export type { JRCFileViewerOpenWithOptionsType } from './components/JRCFileViewer/types';
51
52
  export type { JRCFlexBoxProps } from './components/JRCFlex/JRCFlexBox';
52
53
  export type { JRCGridProps } from './components/JRCGrid/JRCGrid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.3.101",
3
+ "version": "1.3.103",
4
4
  "description": "",
5
5
  "main": "dist/jamespot-react-components.cjs",
6
6
  "module": "dist/jamespot-react-components.js",
@@ -59,8 +59,8 @@
59
59
  "eslint-plugin-storybook": "10.3.6",
60
60
  "globals": "^16.5.0",
61
61
  "html2canvas": "^1.4.1",
62
- "jamespot-front-business": "^1.3.101",
63
- "jamespot-user-api": "^1.3.101",
62
+ "jamespot-front-business": "^1.3.103",
63
+ "jamespot-user-api": "^1.3.103",
64
64
  "jsdom": "^26.1.0",
65
65
  "knip": "^5.88.1",
66
66
  "lint-staged": "^16.4.0",