@e-llm-studio/citation 0.0.125 → 0.0.126

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.
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("tslib"),r=require("react/jsx-runtime"),t=require("@mui/material/Tooltip"),i=require("@mui/styles/makeStyles");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=a(t),l=a(i).default(function(){return{tooltip:{fontFamily:"Plus Jakarta Sans, sans-serif",backgroundColor:"#555",color:"#fff",fontSize:12,padding:"5px 8px",borderRadius:6,maxWidth:250,textAlign:"center",whiteSpace:"normal",wordWrap:"break-word",lineHeight:1.4},arrow:{color:"#555"}}});exports.default=function(t){var i=t.description,a=t.children,n=l();return r.jsx(o.default,e.__assign({title:r.jsx("span",{children:i}),classes:{tooltip:n.tooltip,arrow:n.arrow},arrow:!0,placement:"top"},{children:r.jsx("span",e.__assign({style:{display:"inline-block"}},{children:a}))}))};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("tslib"),r=require("react/jsx-runtime"),t=require("@mui/material/Tooltip"),a=require("@mui/material/styles");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=s(t),n=a.styled(function(t){var a=t.className,s=e.__rest(t,["className"]);return r.jsx(i.default,e.__assign({},s,{classes:{popper:a}}))})(function(){var e;return(e={})["& .".concat(t.tooltipClasses.tooltip)]={fontFamily:"Plus Jakarta Sans, sans-serif",backgroundColor:"#555",color:"#fff",fontSize:12,padding:"5px 8px",borderRadius:6,maxWidth:250,textAlign:"center",whiteSpace:"normal",wordBreak:"break-word",lineHeight:1.4},e["& .".concat(t.tooltipClasses.arrow)]={color:"#555"},e});exports.default=function(t){var a=t.description,s=t.children;return r.jsx(n,e.__assign({title:r.jsx("span",{children:a}),arrow:!0,placement:"top"},{children:r.jsx("span",e.__assign({style:{display:"inline-block"}},{children:s}))}))};
2
2
  //# sourceMappingURL=TooltipComponent.js.map
@@ -1,2 +1,2 @@
1
- import{__assign as r}from"tslib";import{jsx as o}from"react/jsx-runtime";import t from"@mui/material/Tooltip";import i from"@mui/styles/makeStyles";var e=i(function(){return{tooltip:{fontFamily:"Plus Jakarta Sans, sans-serif",backgroundColor:"#555",color:"#fff",fontSize:12,padding:"5px 8px",borderRadius:6,maxWidth:250,textAlign:"center",whiteSpace:"normal",wordWrap:"break-word",lineHeight:1.4},arrow:{color:"#555"}}}),a=function(i){var a=i.description,l=i.children,n=e();return o(t,r({title:o("span",{children:a}),classes:{tooltip:n.tooltip,arrow:n.arrow},arrow:!0,placement:"top"},{children:o("span",r({style:{display:"inline-block"}},{children:l}))}))};export{a as default};
1
+ import{__rest as r,__assign as a}from"tslib";import{jsx as t}from"react/jsx-runtime";import o,{tooltipClasses as e}from"@mui/material/Tooltip";import{styled as i}from"@mui/material/styles";var n=i(function(e){var i=e.className,n=r(e,["className"]);return t(o,a({},n,{classes:{popper:i}}))})(function(){var r;return(r={})["& .".concat(e.tooltip)]={fontFamily:"Plus Jakarta Sans, sans-serif",backgroundColor:"#555",color:"#fff",fontSize:12,padding:"5px 8px",borderRadius:6,maxWidth:250,textAlign:"center",whiteSpace:"normal",wordBreak:"break-word",lineHeight:1.4},r["& .".concat(e.arrow)]={color:"#555"},r}),l=function(r){var o=r.description,e=r.children;return t(n,a({title:t("span",{children:o}),arrow:!0,placement:"top"},{children:t("span",a({style:{display:"inline-block"}},{children:e}))}))};export{l as default};
2
2
  //# sourceMappingURL=TooltipComponent.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TooltipComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CodeCitation/_components/TooltipComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuB1B,UAAU,qBAAqB;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAarD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"TooltipComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CodeCitation/_components/TooltipComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAyB1B,UAAU,qBAAqB;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAYrD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-llm-studio/citation",
3
- "version": "0.0.125",
3
+ "version": "0.0.126",
4
4
  "author": "Devesh Patel",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -156,13 +156,11 @@
156
156
  "@babel/preset-react": "7.26.3",
157
157
  "@babel/preset-typescript": "7.26.0",
158
158
  "@craco/craco": "^7.1.0",
159
- "@emotion/react": "^11.11.4",
160
- "@emotion/styled": "^11.11.5",
159
+ "@emotion/react": "^11.13.5",
160
+ "@emotion/styled": "^11.13.0",
161
161
  "@monaco-editor/react": "^4.7.0",
162
- "@mui/icons-material": "^5.15.14",
163
- "@mui/lab": "^5.0.0-alpha.161",
164
- "@mui/material": "^5.15.14",
165
- "@mui/styles": "^5.15.14",
162
+ "@mui/icons-material": "^6.5.0",
163
+ "@mui/material": "^6.5.0",
166
164
  "@react-pdf-viewer/core": "^3.12.0",
167
165
  "@react-pdf-viewer/page-navigation": "^3.12.0",
168
166
  "@react-pdf-viewer/search": "^3.12.0",
@@ -215,7 +213,15 @@
215
213
  "@react-pdf-viewer/zoom": "^3.12.0",
216
214
  "pdfjs-dist": "^3.11.174",
217
215
  "react": ">=16.8.0 <19.0.0",
218
- "react-dom": ">=16.8.0 <19.0.0"
216
+ "react-dom": ">=16.8.0 <19.0.0",
217
+ "@mui/icons-material": "^6.5.0",
218
+ "@mui/material": "^6.5.0",
219
+ "@emotion/react": "^11.13.5",
220
+ "@emotion/styled": "^11.13.0",
221
+ "remark-breaks": "^4.0.0",
222
+ "remark-gfm": "^4.0.1",
223
+ "react-virtualized-auto-sizer": "^1.0.26",
224
+ "react-window": "^1.8.11"
219
225
  },
220
226
  "dependencies": {
221
227
  "dayjs": "^1.11.19",