@marketrix.ai/widget 3.8.143 → 3.8.228
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/dist/src/components/base/Card.d.ts +0 -4
- package/dist/src/components/base/Flex.d.ts +0 -9
- package/dist/src/components/base/icons.d.ts +0 -8
- package/dist/src/components/blocks/HeaderBar.d.ts +0 -1
- package/dist/src/components/navigation/ViewTransition.d.ts +0 -6
- package/dist/src/components/ui/StateMessage.d.ts +0 -4
- package/dist/src/components/views/ChatView.d.ts +0 -1
- package/dist/src/context/ChatContext.d.ts +0 -14
- package/dist/src/context/UIStateContext.d.ts +0 -1
- package/dist/src/context/WidgetProviders.d.ts +0 -11
- package/dist/src/context/sseReducer.d.ts +0 -17
- package/dist/src/design-system/semantic-tokens.d.ts +0 -7
- package/dist/src/design-system/shadows.d.ts +0 -6
- package/dist/src/hooks/useFocusTrap.d.ts +0 -5
- package/dist/src/hooks/useScrollLock.d.ts +0 -5
- package/dist/src/hooks/useWidget.d.ts +0 -5
- package/dist/src/index.d.ts +0 -17
- package/dist/src/sdk/contracts/common.d.ts +0 -3
- package/dist/src/sdk/contracts/entities.d.ts +3 -9
- package/dist/src/sdk/contracts/widget.d.ts +2 -5
- package/dist/src/services/ApiService.d.ts +2 -10
- package/dist/src/services/BrowserToolService.d.ts +1 -5
- package/dist/src/services/ChatService.d.ts +3 -13
- package/dist/src/services/ChatSessionManager.d.ts +1 -13
- package/dist/src/services/ConfigManager.d.ts +1 -5
- package/dist/src/services/DomService.d.ts +8 -33
- package/dist/src/services/RrwebSessionRecorder.d.ts +5 -18
- package/dist/src/services/ScreenShareService.d.ts +1 -9
- package/dist/src/services/StorageService.d.ts +8 -31
- package/dist/src/services/ValidationService.d.ts +3 -9
- package/dist/src/services/WidgetService.d.ts +1 -9
- package/dist/src/test/a11y-utils.d.ts +0 -5
- package/dist/src/test/fixtures.d.ts +0 -4
- package/dist/src/types/browserTools.d.ts +0 -7
- package/dist/src/types/index.d.ts +2 -18
- package/dist/src/utils/apiUtils.d.ts +0 -4
- package/dist/src/utils/bootstrap.d.ts +0 -28
- package/dist/src/utils/chat.d.ts +0 -38
- package/dist/src/utils/color.d.ts +0 -7
- package/dist/src/utils/dom.d.ts +0 -6
- package/dist/src/utils/logger.d.ts +0 -6
- package/dist/src/utils/validation.d.ts +0 -6
- package/dist/widget.mjs +6 -6
- package/dist/widget.mjs.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marketrix.ai/widget",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.228",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/widget.mjs",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@base-ui/react": "^1.6.0",
|
|
42
42
|
"@orpc/client": "^1.14.6",
|
|
43
43
|
"@orpc/contract": "^1.14.6",
|
|
44
|
-
"@rrweb/record": "^2.0
|
|
44
|
+
"@rrweb/record": "^2.1.0",
|
|
45
45
|
"tailwind-merge": "^3.6.0",
|
|
46
46
|
"zod": "^4.4.3"
|
|
47
47
|
},
|
|
@@ -52,31 +52,31 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@eslint/js": "^10.0.1",
|
|
54
54
|
"@rrweb/types": "^2.0.0-alpha.20",
|
|
55
|
-
"@tailwindcss/vite": "^4.3.
|
|
55
|
+
"@tailwindcss/vite": "^4.3.2",
|
|
56
56
|
"@testing-library/jest-dom": "^6.9.1",
|
|
57
57
|
"@testing-library/react": "^16.3.2",
|
|
58
|
-
"@types/node": "^26.
|
|
58
|
+
"@types/node": "^26.1.0",
|
|
59
59
|
"@types/react": "^19.2.17",
|
|
60
60
|
"@types/react-dom": "^19.2.3",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^8.62.
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^8.62.1",
|
|
62
62
|
"@typescript-eslint/parser": "^8.59.0",
|
|
63
63
|
"@vitejs/plugin-react": "^6.0.3",
|
|
64
64
|
"@vitest/coverage-v8": "^4.1.9",
|
|
65
65
|
"axe-core": "^4.12.1",
|
|
66
|
-
"eslint": "^10.
|
|
66
|
+
"eslint": "^10.6.0",
|
|
67
67
|
"eslint-config-prettier": "^10.1.8",
|
|
68
|
-
"eslint-plugin-import-x": "^4.17.
|
|
68
|
+
"eslint-plugin-import-x": "^4.17.1",
|
|
69
69
|
"eslint-plugin-prettier": "^5.5.6",
|
|
70
70
|
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
71
71
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
72
72
|
"jsdom": "^29.1.1",
|
|
73
|
-
"prettier": "^3.
|
|
73
|
+
"prettier": "^3.9.4",
|
|
74
74
|
"react": "^19.2.7",
|
|
75
75
|
"react-dom": "^19.2.7",
|
|
76
76
|
"tailwindcss": "^4.2.4",
|
|
77
77
|
"terser": "^5.48.0",
|
|
78
78
|
"typescript": "^6.0.3",
|
|
79
|
-
"vite": "^8.1.
|
|
79
|
+
"vite": "^8.1.3",
|
|
80
80
|
"vite-plugin-css-injected-by-js": "^5.0.1",
|
|
81
81
|
"vitest": "^4.1.5",
|
|
82
82
|
"vitest-axe": "^0.1.0"
|