analytica-frontend-lib 1.2.23 → 1.2.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica-frontend-lib",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "Repositório público dos componentes utilizados nas plataformas da Analytica Ensino",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -42,6 +42,7 @@
42
42
  "./icon-rounded-button": "./dist/IconRoundedButton/index.js",
43
43
  "./image-upload": "./dist/ImageUpload/index.js",
44
44
  "./input": "./dist/Input/index.js",
45
+ "./latex-renderer": "./dist/LatexRenderer/index.js",
45
46
  "./menu": "./dist/Menu/index.js",
46
47
  "./modal": "./dist/Modal/index.js",
47
48
  "./modal/videoutils": "./dist/Modal/videoUtils/index.js",
@@ -122,9 +123,13 @@
122
123
  },
123
124
  "dependencies": {
124
125
  "clsx": "^2.1.1",
126
+ "dompurify": "^3.3.0",
127
+ "html-react-parser": "^5.2.8",
128
+ "katex": "^0.16.25",
125
129
  "phosphor-react": "^1.4.1",
126
130
  "react": "^19.1.0",
127
131
  "react-dom": "^19.1.0",
132
+ "react-katex": "^3.1.0",
128
133
  "tailwind-merge": "^3.3.1",
129
134
  "zustand": "^5.0.5"
130
135
  },
@@ -137,9 +142,13 @@
137
142
  "@testing-library/jest-dom": "^6.6.3",
138
143
  "@testing-library/react": "^16.3.0",
139
144
  "@testing-library/user-event": "^14.6.1",
145
+ "@types/dompurify": "^3.2.0",
146
+ "@types/identity-obj-proxy": "^3",
140
147
  "@types/jest": "^29.5.14",
148
+ "@types/katex": "^0.16.7",
141
149
  "@types/react": "^19.1.6",
142
150
  "@types/react-dom": "^19.1.6",
151
+ "@types/react-katex": "^3",
143
152
  "@typescript-eslint/eslint-plugin": "^8.34.0",
144
153
  "@typescript-eslint/parser": "^8.34.0",
145
154
  "autoprefixer": "^10.4.21",
@@ -148,6 +157,7 @@
148
157
  "eslint-plugin-jsdoc": "^50.7.1",
149
158
  "eslint-plugin-prettier": "^5.4.1",
150
159
  "husky": "^9.1.7",
160
+ "identity-obj-proxy": "^3.0.0",
151
161
  "jest": "^29.7.0",
152
162
  "jest-environment-jsdom": "^29.7.0",
153
163
  "jest-sonar-reporter": "^2.0.0",