@inploi/plugin-chatbot 3.27.3 → 3.27.4

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,4 +1,4 @@
1
- import { R } from "./index-04ef56bd.js";
1
+ import { R } from "./index-2cb43659.js";
2
2
  import "@inploi/sdk";
3
3
  export {
4
4
  R as chatbotPlugin
package/dist/style.css CHANGED
@@ -1614,6 +1614,10 @@
1614
1614
  color: var(--i-color-n-12);
1615
1615
  }
1616
1616
 
1617
+ #isdk .hover\:underline:hover {
1618
+ text-decoration-line: underline;
1619
+ }
1620
+
1617
1621
  #isdk .hover\:ring-accent-8:hover {
1618
1622
  --tw-ring-color: var(--i-color-a-8);
1619
1623
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inploi/plugin-chatbot",
3
- "version": "3.27.3",
3
+ "version": "3.27.4",
4
4
  "type": "module",
5
5
  "main": "dist/plugin-chatbot.js",
6
6
  "types": "dist/index.d.ts",
@@ -67,9 +67,9 @@
67
67
  "vite": "^4.4.5",
68
68
  "vite-plugin-dts": "^3.7.0",
69
69
  "vite-tsconfig-paths": "^4.2.1",
70
- "@inploi/core": "1.14.3",
71
70
  "@inploi/design-tokens": "0.2.1",
72
71
  "@inploi/sdk": "1.14.4",
72
+ "@inploi/core": "1.14.3",
73
73
  "eslint-config-custom": "0.1.0",
74
74
  "tsconfig": "0.1.0"
75
75
  },