@viswa-test/test-citation 0.0.10 → 0.0.12
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/README.md +118 -2
- package/dist/assests/svg/SparkleIcon.js +2 -0
- package/dist/assests/svg/SparkleIcon.js.map +1 -0
- package/dist/cjs/assests/svg/SparkleIcon.js +2 -0
- package/dist/cjs/assests/svg/SparkleIcon.js.map +1 -0
- package/dist/cjs/features/ChatDrawer/ChatDrawer.js +1 -1
- package/dist/cjs/features/CitationRenderer/MarkdownRenderer.module.css.js +1 -1
- package/dist/cjs/features/CodeCitation/_components/TooltipComponent.js +1 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js +2 -0
- package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js.map +1 -0
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js +1 -1
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +1 -1
- package/dist/cjs/features/PdfViewer/PdfToolbar.js +1 -1
- package/dist/cjs/features/PdfViewer/PdfViewer.js +1 -1
- package/dist/cjs/features/PdfViewer/usePdfHighlight.js +1 -1
- package/dist/cjs/features/ScannedDocCitation/ScannedDocCitation.js +1 -1
- package/dist/cjs/features/SplitterCitations/Splitter.module.css.js +2 -0
- package/dist/cjs/features/SplitterCitations/Splitter.module.css.js.map +1 -0
- package/dist/cjs/features/SplitterCitations/SplitterCitationsComponent.js +2 -0
- package/dist/cjs/features/SplitterCitations/SplitterCitationsComponent.js.map +1 -0
- package/dist/cjs/features/TableCitation/TableCitationContent.module.css.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/features/ChatDrawer/ChatDrawer.js +1 -1
- package/dist/features/CitationRenderer/MarkdownRenderer.module.css.js +1 -1
- package/dist/features/CodeCitation/_components/TooltipComponent.js +1 -1
- package/dist/features/CognitiveCompare/CognitiveCompare.js +2 -0
- package/dist/features/CognitiveCompare/CognitiveCompare.js.map +1 -0
- package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js +1 -1
- package/dist/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +1 -1
- package/dist/features/PdfViewer/PdfToolbar.js +1 -1
- package/dist/features/PdfViewer/PdfViewer.js +1 -1
- package/dist/features/PdfViewer/usePdfHighlight.js +1 -1
- package/dist/features/ScannedDocCitation/ScannedDocCitation.js +1 -1
- package/dist/features/SplitterCitations/Splitter.module.css.js +2 -0
- package/dist/features/SplitterCitations/Splitter.module.css.js.map +1 -0
- package/dist/features/SplitterCitations/SplitterCitationsComponent.js +2 -0
- package/dist/features/SplitterCitations/SplitterCitationsComponent.js.map +1 -0
- package/dist/features/TableCitation/TableCitationContent.module.css.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/src/PdfViewerTest.d.ts +3 -1
- package/dist/types/src/PdfViewerTest.d.ts.map +1 -1
- package/dist/types/src/assests/svg/SparkleIcon.d.ts +3 -0
- package/dist/types/src/assests/svg/SparkleIcon.d.ts.map +1 -0
- package/dist/types/src/features/ChatDrawer/types/ChatDrawer.types.d.ts +2 -0
- package/dist/types/src/features/ChatDrawer/types/ChatDrawer.types.d.ts.map +1 -1
- package/dist/types/src/features/CodeCitation/_components/TooltipComponent.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts +109 -0
- package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.d.ts +2 -0
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.d.ts.map +1 -1
- package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts +6 -1
- package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts.map +1 -1
- package/dist/types/src/features/PdfViewer/PdfViewer.d.ts +22 -1
- package/dist/types/src/features/PdfViewer/PdfViewer.d.ts.map +1 -1
- package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts +4 -2
- package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts.map +1 -1
- package/dist/types/src/features/ScannedDocCitation/ScannedDocCitation.d.ts +9 -1
- package/dist/types/src/features/ScannedDocCitation/ScannedDocCitation.d.ts.map +1 -1
- package/dist/types/src/features/SplitterCitations/SplitterCitationsComponent.d.ts +22 -0
- package/dist/types/src/features/SplitterCitations/SplitterCitationsComponent.d.ts.map +1 -0
- package/dist/types/src/features/SplitterCitations/SplitterCitationsTest.d.ts +4 -0
- package/dist/types/src/features/SplitterCitations/SplitterCitationsTest.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +3 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/service/constants.d.ts +0 -1
- package/dist/types/src/service/constants.d.ts.map +1 -1
- package/package.json +44 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viswa-test/test-citation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"author": "Viswa Koduru",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -97,6 +97,11 @@
|
|
|
97
97
|
"require": "./dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js",
|
|
98
98
|
"types": "./dist/types/src/features/RequirementAiCitations/ImageCitation/ImageCitationContent.d.ts"
|
|
99
99
|
},
|
|
100
|
+
"./MarkdownWithImageCitation": {
|
|
101
|
+
"import": "./dist/features/MarkdownWithImageCitation/MarkdownWithImageCitation.js",
|
|
102
|
+
"require": "./dist/cjs/features/MarkdownWithImageCitation/MarkdownWithImageCitation.js",
|
|
103
|
+
"types": "./dist/types/src/features/MarkdownWithImageCitation/MarkdownWithImageCitation.d.ts"
|
|
104
|
+
},
|
|
100
105
|
"./FileCitationContent": {
|
|
101
106
|
"import": "./dist/features/RequirementAiCitations/FileCitation/FileCitationContent.js",
|
|
102
107
|
"require": "./dist/cjs/features/RequirementAiCitations/FileCitation/FileCitationContent.js",
|
|
@@ -117,10 +122,15 @@
|
|
|
117
122
|
"require": "./dist/cjs/features/ReviewPanel/ReviewPanel.js",
|
|
118
123
|
"types": "./dist/types/src/features/ReviewPanel/ReviewPanel.d.ts"
|
|
119
124
|
},
|
|
120
|
-
"./
|
|
121
|
-
"import": "./dist/features/
|
|
122
|
-
"require": "./dist/cjs/features/
|
|
123
|
-
"types": "./dist/types/src/features/
|
|
125
|
+
"./SplitterCitationsComponent": {
|
|
126
|
+
"import": "./dist/features/SplitterCitations/SplitterCitationsComponent.js",
|
|
127
|
+
"require": "./dist/cjs/features/SplitterCitations/SplitterCitationsComponent.js",
|
|
128
|
+
"types": "./dist/types/src/features/SplitterCitations/SplitterCitationsComponent.d.ts"
|
|
129
|
+
},
|
|
130
|
+
"./CognitiveCompare": {
|
|
131
|
+
"import": "./dist/features/CognitiveCompare/CognitiveCompare.js",
|
|
132
|
+
"require": "./dist/cjs/features/CognitiveCompare/CognitiveCompare.js",
|
|
133
|
+
"types": "./dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts"
|
|
124
134
|
}
|
|
125
135
|
},
|
|
126
136
|
"repository": {
|
|
@@ -185,17 +195,25 @@
|
|
|
185
195
|
"@react-pdf-viewer/page-navigation": "^3.12.0",
|
|
186
196
|
"@react-pdf-viewer/search": "^3.12.0",
|
|
187
197
|
"@react-pdf-viewer/zoom": "^3.12.0",
|
|
188
|
-
"highlight.js": "^11.11.1",
|
|
189
|
-
"pdfjs-dist": "^3.11.174",
|
|
190
|
-
"react-player": "^3.4.0",
|
|
191
|
-
"react-reader": "^2.0.13",
|
|
192
|
-
"wavesurfer.js": "^7.12.1",
|
|
193
198
|
"@rollup/plugin-commonjs": "28.0.2",
|
|
194
199
|
"@rollup/plugin-json": "6.1.0",
|
|
195
200
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
196
201
|
"@rollup/plugin-strip": "3.0.4",
|
|
197
202
|
"@rollup/plugin-url": "^8.0.2",
|
|
198
203
|
"@svgr/rollup": "8.1.0",
|
|
204
|
+
"@types/react": "17.0.83",
|
|
205
|
+
"@types/react-dom": "17.0.26",
|
|
206
|
+
"@types/react-router-dom": "5.3.3",
|
|
207
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
208
|
+
"@types/react-window": "^1.8.8",
|
|
209
|
+
"ajv": "8.12.0",
|
|
210
|
+
"ajv-keywords": "5.1.0",
|
|
211
|
+
"highlight.js": "^11.11.1",
|
|
212
|
+
"pdfjs-dist": "^3.11.174",
|
|
213
|
+
"react-player": "^3.4.0",
|
|
214
|
+
"react-reader": "^2.0.13",
|
|
215
|
+
"react-router-dom": "5.2.0",
|
|
216
|
+
"react-scripts": ">=5.0.1",
|
|
199
217
|
"rollup": "2.79.2",
|
|
200
218
|
"rollup-plugin-babel": "4.4.0",
|
|
201
219
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
@@ -204,36 +222,28 @@
|
|
|
204
222
|
"rollup-plugin-terser": "7.0.2",
|
|
205
223
|
"rollup-plugin-typescript2": "0.36.0",
|
|
206
224
|
"rollup-plugin-visualizer": "5.12.0",
|
|
207
|
-
"typescript": "4.9.5",
|
|
208
225
|
"ts-loader": "9.5.1",
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"@types/react-router-dom": "5.3.3",
|
|
212
|
-
"@types/react-syntax-highlighter": "^15.5.13",
|
|
213
|
-
"@types/react-window": "^1.8.8",
|
|
214
|
-
"ajv": "8.12.0",
|
|
215
|
-
"ajv-keywords": "5.1.0",
|
|
216
|
-
"react-scripts": ">=5.0.1",
|
|
217
|
-
"react-router-dom": "5.2.0",
|
|
226
|
+
"typescript": "4.9.5",
|
|
227
|
+
"wavesurfer.js": "^7.12.1",
|
|
218
228
|
"webpack-bundle-analyzer": "^4.10.2"
|
|
219
229
|
},
|
|
220
230
|
"peerDependencies": {
|
|
221
|
-
"react": ">=16.8.0 <19.0.0",
|
|
222
|
-
"react-dom": ">=16.8.0 <19.0.0",
|
|
223
|
-
"@mui/material": "^6.5.0",
|
|
224
231
|
"@emotion/react": "^11.13.5",
|
|
225
232
|
"@emotion/styled": "^11.13.0",
|
|
226
|
-
"
|
|
233
|
+
"@monaco-editor/react": "^4.7.0",
|
|
234
|
+
"@mui/icons-material": "^6.5.0",
|
|
235
|
+
"@mui/material": "^6.5.0",
|
|
227
236
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
228
237
|
"@react-pdf-viewer/page-navigation": "^3.12.0",
|
|
229
238
|
"@react-pdf-viewer/search": "^3.12.0",
|
|
230
239
|
"@react-pdf-viewer/zoom": "^3.12.0",
|
|
231
|
-
"
|
|
240
|
+
"highlight.js": "^11.11.1",
|
|
241
|
+
"pdfjs-dist": "^3.11.174",
|
|
242
|
+
"react": ">=16.8.0 <19.0.0",
|
|
243
|
+
"react-dom": ">=16.8.0 <19.0.0",
|
|
232
244
|
"react-player": "^3.4.0",
|
|
233
|
-
"@monaco-editor/react": "^4.7.0",
|
|
234
245
|
"react-reader": "^2.0.13",
|
|
235
|
-
"
|
|
236
|
-
"@mui/icons-material": "^6.5.0"
|
|
246
|
+
"wavesurfer.js": "^7.12.1"
|
|
237
247
|
},
|
|
238
248
|
"peerDependenciesMeta": {
|
|
239
249
|
"@mui/icons-material": {
|
|
@@ -271,18 +281,19 @@
|
|
|
271
281
|
}
|
|
272
282
|
},
|
|
273
283
|
"dependencies": {
|
|
284
|
+
"@react-pdf-viewer/highlight": "^3.12.0",
|
|
285
|
+
"axios": "^1.7.9",
|
|
274
286
|
"dayjs": "^1.11.19",
|
|
275
287
|
"dompurify": "^3.3.1",
|
|
276
288
|
"lucide-react": "^0.562.0",
|
|
277
289
|
"pdf-collaborative-tool": "^0.7.0",
|
|
278
290
|
"react-markdown": "^8.0.7",
|
|
291
|
+
"react-resizable-panels": "^3.0.6",
|
|
279
292
|
"react-syntax-highlighter": "^15.6.1",
|
|
293
|
+
"react-virtualized-auto-sizer": "^1.0.26",
|
|
294
|
+
"react-window": "^1.8.11",
|
|
280
295
|
"rehype-raw": "^7.0.0",
|
|
281
|
-
"remark-gfm": "^4.0.1",
|
|
282
296
|
"remark-breaks": "^4.0.0",
|
|
283
|
-
"
|
|
284
|
-
"react-virtualized-auto-sizer": "^1.0.26",
|
|
285
|
-
"react-resizable-panels": "^3.0.6",
|
|
286
|
-
"axios": "^1.7.9"
|
|
297
|
+
"remark-gfm": "^4.0.1"
|
|
287
298
|
}
|
|
288
299
|
}
|