@deepfrog/pangents-widget 2.1.2 → 2.1.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/README.md CHANGED
@@ -29,6 +29,7 @@ function App() {
29
29
  pangentsApiKey="Ph75vjKOsJbDuPyxR8-wW0_GYYm7ytVF0XQid2GXEZQ"
30
30
  tenantId="69386fa4a5248bcd50a4fdd2"
31
31
  email="user@example.com" // Optional: pre-fill login email
32
+ zIndex={9999} // Optional: control overlay stacking order
32
33
  theme={{
33
34
  primaryColor: '#1e40af',
34
35
  headerBg: '#1e40af',
@@ -54,6 +55,7 @@ function App() {
54
55
  pangentsApiKey: '<api_key>',
55
56
  tenantId: '<tenant_id>',
56
57
  email: 'user@example.com', // Optional: pre-fill login email
58
+ zIndex: 9999, // Optional: control overlay stacking order
57
59
  theme: {
58
60
  primaryColor: '#1e40af',
59
61
  headerBg: '#1e40af',
@@ -78,6 +80,7 @@ function App() {
78
80
  pangentsApiKey: '<api_key>',
79
81
  tenantId: '<tenant_id>',
80
82
  email: 'user@example.com', // Optional: pre-fill login email
83
+ zIndex: 9999, // Optional: control overlay stacking order
81
84
  theme: {
82
85
  primaryColor: '#1e40af',
83
86
  headerBg: '#1e40af',
package/dist/preview.html CHANGED
@@ -240,6 +240,7 @@ import Chatbot from "https://chat-widget-gamma-azure.vercel.app/widget.js";
240
240
  },
241
241
  position: "bottom-left",
242
242
  margin: "20px",
243
+ zIndex: 9999,
243
244
  });
244
245
  </script>
245
246
  </body>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepfrog/pangents-widget",
3
3
  "private": false,
4
- "version": "2.1.2",
4
+ "version": "2.1.3",
5
5
  "description": "Pangents AI - Embeddable AI widget for web applications",
6
6
  "type": "module",
7
7
  "main": "dist/index.cjs.js",