analytica-frontend-lib 1.2.22 → 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.
Files changed (45) hide show
  1. package/dist/AlertManager/index.css +26 -0
  2. package/dist/AlertManager/index.css.map +1 -1
  3. package/dist/AlertManagerView/index.js +149 -114
  4. package/dist/AlertManagerView/index.js.map +1 -1
  5. package/dist/AlertManagerView/index.mjs +149 -114
  6. package/dist/AlertManagerView/index.mjs.map +1 -1
  7. package/dist/EmptyState/index.d.mts +65 -0
  8. package/dist/EmptyState/index.d.ts +65 -0
  9. package/dist/EmptyState/index.js +185 -0
  10. package/dist/EmptyState/index.js.map +1 -0
  11. package/dist/EmptyState/index.mjs +162 -0
  12. package/dist/EmptyState/index.mjs.map +1 -0
  13. package/dist/LatexRenderer/index.d.mts +50 -0
  14. package/dist/LatexRenderer/index.d.ts +50 -0
  15. package/dist/LatexRenderer/index.js +198 -0
  16. package/dist/LatexRenderer/index.js.map +1 -0
  17. package/dist/LatexRenderer/index.mjs +169 -0
  18. package/dist/LatexRenderer/index.mjs.map +1 -0
  19. package/dist/Table/index.d.mts +1 -1
  20. package/dist/Table/index.d.ts +1 -1
  21. package/dist/Table/index.js +124 -89
  22. package/dist/Table/index.js.map +1 -1
  23. package/dist/Table/index.mjs +124 -89
  24. package/dist/Table/index.mjs.map +1 -1
  25. package/dist/TableProvider/index.css +26 -0
  26. package/dist/TableProvider/index.css.map +1 -1
  27. package/dist/TableProvider/index.d.mts +1 -1
  28. package/dist/TableProvider/index.d.ts +1 -1
  29. package/dist/TableProvider/index.js +484 -449
  30. package/dist/TableProvider/index.js.map +1 -1
  31. package/dist/TableProvider/index.mjs +484 -449
  32. package/dist/TableProvider/index.mjs.map +1 -1
  33. package/dist/{TableProvider-DyhwEkPT.d.mts → TableProvider-BnAnv3OV.d.mts} +12 -4
  34. package/dist/{TableProvider-48a6wb7j.d.ts → TableProvider-GfPlLqzg.d.ts} +12 -4
  35. package/dist/index.css +26 -0
  36. package/dist/index.css.map +1 -1
  37. package/dist/index.d.mts +4 -2
  38. package/dist/index.d.ts +4 -2
  39. package/dist/index.js +1359 -1165
  40. package/dist/index.js.map +1 -1
  41. package/dist/index.mjs +1360 -1166
  42. package/dist/index.mjs.map +1 -1
  43. package/dist/styles.css +26 -0
  44. package/dist/styles.css.map +1 -1
  45. package/package.json +12 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica-frontend-lib",
3
- "version": "1.2.22",
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",
@@ -36,11 +36,13 @@
36
36
  "./divider": "./dist/Divider/index.js",
37
37
  "./download-button": "./dist/DownloadButton/index.js",
38
38
  "./dropdown-menu": "./dist/DropdownMenu/index.js",
39
+ "./empty-state": "./dist/EmptyState/index.js",
39
40
  "./icon-button": "./dist/IconButton/index.js",
40
41
  "./icon-render": "./dist/IconRender/index.js",
41
42
  "./icon-rounded-button": "./dist/IconRoundedButton/index.js",
42
43
  "./image-upload": "./dist/ImageUpload/index.js",
43
44
  "./input": "./dist/Input/index.js",
45
+ "./latex-renderer": "./dist/LatexRenderer/index.js",
44
46
  "./menu": "./dist/Menu/index.js",
45
47
  "./modal": "./dist/Modal/index.js",
46
48
  "./modal/videoutils": "./dist/Modal/videoUtils/index.js",
@@ -121,9 +123,13 @@
121
123
  },
122
124
  "dependencies": {
123
125
  "clsx": "^2.1.1",
126
+ "dompurify": "^3.3.0",
127
+ "html-react-parser": "^5.2.8",
128
+ "katex": "^0.16.25",
124
129
  "phosphor-react": "^1.4.1",
125
130
  "react": "^19.1.0",
126
131
  "react-dom": "^19.1.0",
132
+ "react-katex": "^3.1.0",
127
133
  "tailwind-merge": "^3.3.1",
128
134
  "zustand": "^5.0.5"
129
135
  },
@@ -136,9 +142,13 @@
136
142
  "@testing-library/jest-dom": "^6.6.3",
137
143
  "@testing-library/react": "^16.3.0",
138
144
  "@testing-library/user-event": "^14.6.1",
145
+ "@types/dompurify": "^3.2.0",
146
+ "@types/identity-obj-proxy": "^3",
139
147
  "@types/jest": "^29.5.14",
148
+ "@types/katex": "^0.16.7",
140
149
  "@types/react": "^19.1.6",
141
150
  "@types/react-dom": "^19.1.6",
151
+ "@types/react-katex": "^3",
142
152
  "@typescript-eslint/eslint-plugin": "^8.34.0",
143
153
  "@typescript-eslint/parser": "^8.34.0",
144
154
  "autoprefixer": "^10.4.21",
@@ -147,6 +157,7 @@
147
157
  "eslint-plugin-jsdoc": "^50.7.1",
148
158
  "eslint-plugin-prettier": "^5.4.1",
149
159
  "husky": "^9.1.7",
160
+ "identity-obj-proxy": "^3.0.0",
150
161
  "jest": "^29.7.0",
151
162
  "jest-environment-jsdom": "^29.7.0",
152
163
  "jest-sonar-reporter": "^2.0.0",