@e-llm-studio/requirement-ai 0.0.140 → 0.0.142

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 (68) hide show
  1. package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js +2 -0
  2. package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +1 -0
  3. package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +2 -0
  4. package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +1 -0
  5. package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  6. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.css.js +1 -1
  7. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
  8. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +2 -0
  9. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +1 -0
  10. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +2 -0
  11. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +1 -0
  12. package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  13. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  14. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
  15. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +2 -0
  16. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +1 -0
  17. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +2 -0
  18. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +1 -0
  19. package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js +1 -1
  20. package/dist/cjs/features/RequirementAI/utils/css.utils.js +2 -0
  21. package/dist/cjs/features/RequirementAI/utils/css.utils.js.map +1 -0
  22. package/dist/cjs/index.js +1 -1
  23. package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js +2 -0
  24. package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +1 -0
  25. package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +2 -0
  26. package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +1 -0
  27. package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  28. package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.css.js +1 -1
  29. package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
  30. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +2 -0
  31. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +1 -0
  32. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +2 -0
  33. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +1 -0
  34. package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  35. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  36. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
  37. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +2 -0
  38. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +1 -0
  39. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +2 -0
  40. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +1 -0
  41. package/dist/features/RequirementAI/icons/CognitiveDecision.js +1 -1
  42. package/dist/features/RequirementAI/utils/css.utils.js +2 -0
  43. package/dist/features/RequirementAI/utils/css.utils.js.map +1 -0
  44. package/dist/index.js +1 -1
  45. package/dist/types/src/RequirementAiTest.d.ts.map +1 -1
  46. package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts +14 -0
  47. package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts.map +1 -0
  48. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +12 -1
  49. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
  50. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts.map +1 -1
  51. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts +18 -0
  52. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts.map +1 -0
  53. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts +24 -0
  54. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts.map +1 -0
  55. package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
  56. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +33 -0
  57. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
  58. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +13 -0
  59. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +1 -0
  60. package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts +5 -1
  61. package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts.map +1 -1
  62. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +16 -0
  63. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
  64. package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts +2 -0
  65. package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts.map +1 -0
  66. package/dist/types/src/index.d.ts +1 -0
  67. package/dist/types/src/index.d.ts.map +1 -1
  68. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-llm-studio/requirement-ai",
3
- "version": "0.0.140",
3
+ "version": "0.0.142",
4
4
  "author": "Saptyadeep Bhattacharjee",
5
5
  "description": "",
6
6
  "license": "MIT",