@moveo-ai/web-client 0.76.0 → 0.77.0-true.2

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": "@moveo-ai/web-client",
3
- "version": "0.76.0",
3
+ "version": "0.77.0-true.2",
4
4
  "description": "Client side library to load the moveo chat widget and connect it with your agent",
5
5
  "main": "dist/web-client.min.js",
6
6
  "scripts": {
@@ -41,6 +41,8 @@
41
41
  "@commitlint/cli": "^19.8.0",
42
42
  "@commitlint/config-conventional": "^19.8.0",
43
43
  "@playwright/test": "^1.51.1",
44
+ "@radix-ui/react-dialog": "^1.1.7",
45
+ "@radix-ui/react-popover": "^1.1.7",
44
46
  "@radix-ui/react-slot": "^1.1.2",
45
47
  "@storybook/addon-actions": "^8.6.7",
46
48
  "@storybook/addon-essentials": "^8.6.7",
@@ -107,6 +109,7 @@
107
109
  "postcss": "^8.5.3",
108
110
  "postcss-loader": "^8.1.1",
109
111
  "prettier": "^3.5.3",
112
+ "prettier-plugin-tailwindcss": "^0.6.11",
110
113
  "react": "^18.3.1",
111
114
  "react-dom": "^18.3.1",
112
115
  "react-dropzone": "^14.3.8",
@@ -138,7 +141,8 @@
138
141
  "stylelint-config-standard-scss": "^14.0.0",
139
142
  "stylelint-declaration-strict-value": "^1.10.11",
140
143
  "tailwind-merge": "^3.2.0",
141
- "tailwindcss": "^4.1.3",
144
+ "tailwindcss": "^4.1.4",
145
+ "tailwindcss-animate": "^1.0.7",
142
146
  "ts-deepmerge": "^7.0.2",
143
147
  "ts-jest": "^29.2.6",
144
148
  "ts-loader": "^9.5.2",