@inploi/plugin-chatbot 3.13.1 → 3.13.3

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/style.css CHANGED
@@ -1507,6 +1507,10 @@
1507
1507
  outline-offset: 2px;
1508
1508
  }
1509
1509
 
1510
+ #isdk .focus-visible\:bg-neutral-3:focus-visible {
1511
+ background-color: var(--i-color-n-3);
1512
+ }
1513
+
1510
1514
  #isdk .focus-visible\:outline-2:focus-visible {
1511
1515
  outline-width: 2px;
1512
1516
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inploi/plugin-chatbot",
3
- "version": "3.13.1",
3
+ "version": "3.13.3",
4
4
  "type": "module",
5
5
  "main": "dist/plugin-chatbot.js",
6
6
  "types": "dist/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "vite-tsconfig-paths": "^4.2.1",
68
68
  "@inploi/core": "1.12.0",
69
69
  "@inploi/design-tokens": "0.2.1",
70
- "@inploi/sdk": "1.12.3",
70
+ "@inploi/sdk": "1.12.4",
71
71
  "eslint-config-custom": "0.1.0",
72
72
  "tsconfig": "0.1.0"
73
73
  },