@inploi/plugin-chatbot 3.14.0 → 3.15.0

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,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index-fcdedc71.cjs");
3
+ const index = require("./index-51b0335a.cjs");
4
4
  require("@inploi/sdk");
5
5
  exports.chatbotPlugin = index.chatbotPlugin;
@@ -1,4 +1,4 @@
1
- import { H } from "./index-d464f764.js";
1
+ import { H } from "./index-b1d81d1c.js";
2
2
  import "@inploi/sdk";
3
3
  export {
4
4
  H as chatbotPlugin
package/dist/style.css CHANGED
@@ -270,6 +270,10 @@
270
270
  bottom: 0.5rem;
271
271
  }
272
272
 
273
+ #isdk .bottom-2\.5 {
274
+ bottom: 0.625rem;
275
+ }
276
+
273
277
  #isdk .left-0 {
274
278
  left: 0px;
275
279
  }
@@ -319,6 +323,10 @@
319
323
  margin-left: auto;
320
324
  }
321
325
 
326
+ #isdk .mt-auto {
327
+ margin-top: auto;
328
+ }
329
+
322
330
  #isdk .block {
323
331
  display: block;
324
332
  }
@@ -607,6 +615,12 @@
607
615
  resize: both;
608
616
  }
609
617
 
618
+ #isdk .appearance-none {
619
+ -webkit-appearance: none;
620
+ -moz-appearance: none;
621
+ appearance: none;
622
+ }
623
+
610
624
  #isdk .flex-col {
611
625
  flex-direction: column;
612
626
  }
@@ -822,6 +836,10 @@
822
836
  background-color: transparent;
823
837
  }
824
838
 
839
+ #isdk .bg-none {
840
+ background-image: none;
841
+ }
842
+
825
843
  #isdk .p-1 {
826
844
  padding: 0.25rem;
827
845
  }
@@ -1462,6 +1480,18 @@
1462
1480
  color: var(--i-color-n-8);
1463
1481
  }
1464
1482
 
1483
+ #isdk .autofill\:shadow-\[inset_0_0_0_1000px_hsl\(210_16\.7\%_97\.6\%\)\]:-webkit-autofill {
1484
+ --tw-shadow: inset 0 0 0 1000px hsl(210 16.7% 97.6%);
1485
+ --tw-shadow-colored: inset 0 0 0 1000px var(--tw-shadow-color);
1486
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1487
+ }
1488
+
1489
+ #isdk .autofill\:shadow-\[inset_0_0_0_1000px_hsl\(210_16\.7\%_97\.6\%\)\]:autofill {
1490
+ --tw-shadow: inset 0 0 0 1000px hsl(210 16.7% 97.6%);
1491
+ --tw-shadow-colored: inset 0 0 0 1000px var(--tw-shadow-color);
1492
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1493
+ }
1494
+
1465
1495
  #isdk .hover\:border-accent-10:hover {
1466
1496
  border-color: var(--i-color-a-10);
1467
1497
  }
@@ -1478,6 +1508,10 @@
1478
1508
  background-color: var(--i-interactive-bg-hover);
1479
1509
  }
1480
1510
 
1511
+ #isdk .hover\:bg-neutral-2:hover {
1512
+ background-color: var(--i-color-n-2);
1513
+ }
1514
+
1481
1515
  #isdk .hover\:bg-neutral-3:hover {
1482
1516
  background-color: var(--i-color-n-3);
1483
1517
  }
@@ -1565,8 +1599,8 @@
1565
1599
  color: var(--i-interactive-copy-active);
1566
1600
  }
1567
1601
 
1568
- #isdk .active\:outline-neutral-10:active {
1569
- outline-color: var(--i-color-n-10);
1602
+ #isdk .active\:outline-neutral-8:active {
1603
+ outline-color: var(--i-color-n-8);
1570
1604
  }
1571
1605
 
1572
1606
  #isdk .active\:ring-2:active {
@@ -1609,12 +1643,12 @@
1609
1643
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1610
1644
  }
1611
1645
 
1612
- #isdk .peer:focus-visible ~ .peer-focus-visible\:ring-accent-7 {
1613
- --tw-ring-color: var(--i-color-a-7);
1646
+ #isdk .peer:focus-visible ~ .peer-focus-visible\:ring-accent-9 {
1647
+ --tw-ring-color: var(--i-color-a-9);
1614
1648
  }
1615
1649
 
1616
- #isdk .peer:focus-visible ~ .peer-focus-visible\:ring-offset-2 {
1617
- --tw-ring-offset-width: 2px;
1650
+ #isdk .peer:focus-visible ~ .peer-focus-visible\:ring-offset-accent-7 {
1651
+ --tw-ring-offset-color: var(--i-color-a-7);
1618
1652
  }
1619
1653
 
1620
1654
  @media (pointer: coarse) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inploi/plugin-chatbot",
3
- "version": "3.14.0",
3
+ "version": "3.15.0",
4
4
  "type": "module",
5
5
  "main": "dist/plugin-chatbot.js",
6
6
  "types": "dist/index.d.ts",
@@ -65,7 +65,7 @@
65
65
  "vite": "^4.4.5",
66
66
  "vite-plugin-dts": "^3.7.0",
67
67
  "vite-tsconfig-paths": "^4.2.1",
68
- "@inploi/core": "1.12.0",
68
+ "@inploi/core": "1.14.0",
69
69
  "@inploi/design-tokens": "0.2.1",
70
70
  "@inploi/sdk": "1.13.0",
71
71
  "eslint-config-custom": "0.1.0",